#eg-physiclgift-page * {
  font-family: 'Poppins', sans-serif;
}
  
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
  
  img {
    max-width: 100%;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .sidebar_nav_section .nav.nav-tabs {
    float: left;
    display: block;
    width: 100%;
  }
  
  .sidebar_nav_section .nav-tabs li.nav-item {
    float: left;
    width: 100%;
  }
  
  .sidebar_nav_section .nav-tabs li.nav-item:nth-child(1) a {
    border-top: none !important;
  }
  
  .sidebar_nav_section .nav-tabs li.nav-item:last-child a {
    border-bottom: none !important;
  }
  
  .mobile-menu-cate {
    display: none;
    background: #f2f2f2;
    padding: 10px 15px;
    margin: -20px -15px 8px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: #ccc solid 1px;
    position: relative;
    margin: 10px 0;
  }
  
  .mobile-menu-cate::after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 15px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .ico::after {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    right: 15px;
    font-size: 20px;
    top: 50%;
    display: block !important;
    transform: translateY(-50%);
  }
  
  .mobile-menu-cate.ico::after {
    display: none;
  }
  
  .pt-menu {
    padding-top: 75px;
  }
  .slick-slide img{
    width: 100%;
    padding-right: 10px;
}
  
  .sidebar_nav_section .nav-tabs li.nav-item a.nav-link {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
    border-top: #d9d9d9 solid 1px;
    border-bottom: #d9d9d9 solid 1px;
    padding: 10px 0;
  }
  
  .sidebar_nav_section .nav-tabs li.nav-item a.nav-link:hover {
    color: #000;
  }
  
  .sidebar_nav_section .nav-tabs li.nav-item a.active {
    color: #000;
    font-weight: 600;
  }
  
  .sidebar_nav_section ul.submenu {
    padding-left: 20px;
  }
  
  .sidebar_nav_section ul.submenu li>a {
    color: #000;
    display: block;
    position: relative;
    padding-left: 20px;
  }
  
  .sidebar_nav_section ul.submenu li {
    position: relative;
  }
  
  .sidebar_nav_section ul.submenu li::before {
    position: absolute;
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  
  .tab-content .landline-page h1.tab-head {
    color: #c19812 !important;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 38px;
  }
  
  .tab-content .landline-page p.subheading {
    color: #c19812;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  
  .nav-item a.dropdown {
    position: relative;
  }
  
  .sidebar_nav_section .nav-tabs li a.dropdown::before {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    right: 0;
    font-size: 18px;
  }
  
  .sidebar_nav_section .nav-tabs li a.arrow::after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 0;
    font-size: 18px;
  }
  
  .sidebar_nav_section .nav-tabs li a.arrow::before {
    display: none;
  }
  
 .bottom_tab_column {
    background: #fff;
    padding: 50px 20px 50px 20px;
    border: 3px solid #f1f1f1;
    margin-bottom: 2em;
}

  
  .bottom_tab_column h1 {
    margin: 0 0 40px;
    color: #000;
    text-align: center;
    font-weight: 300;
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
  }
  
  .column_box:hover {
    border: #666 solid 4px;
  }
  
  .img_col_box {
    max-width: 90%;
  }
  
  .column_box {
    border: #d9d9d9 solid 4px;
  }
  
  .column-img {
    padding: 10px !important;
  }
  
  .inner-column-img {
    position: relative;
  }
  
  .inner-column-img a {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    color: #ba6450;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  
  .column-img .inner-column-txt h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 10px 10px 0 !important;
    min-height: 36px;
    text-align: center;
    font-weight: 700;
  }
  
  .column-img .inner-column-txt p {
    text-align: left;
    padding: 0 15px;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    min-height: 140px;
  }
  
  .column-img button.column_btn {
    min-width: 130px;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
  }
  
  .column-img button.column_btn:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
  }
  
  @media screen and (max-width:1199px) {
    .column-img .inner-column-txt p {
      min-height: 170px;
    }
  }
  
  @media screen and (max-width:991px) {
    .column-img .inner-column-txt p {
      min-height: 190px;
    }
  
    .img_col_box {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width:767px) {
    .img_col_box .column-img {
      flex: 100%;
      max-width: 100%;
    }
  
    .column-img .inner-column-txt p {
      min-height: inherit;
      padding-top: 20px;
      padding-bottom: 20px !important;
    }
  
    .tab-content .landline-page h1.tab-head {
      margin-top: 30px;
      font-size: 24px;
      line-height: 26px;
    }
  
    .inner-column-img a {
      font-size: 16px;
      line-height: 24px;
    }
  
    .inner-column-txt {
      padding-bottom: 30px !important;
    }
  
    .bottom_tab_column {
      padding: 50px 20px 20px;
    }
  
    .mobile-menu-cate {
      display: block;
    }
  
    .sidebar_nav_section .nav.nav-tabs {
      display: none;
    }
  
    .sidebar_nav_section .visible {
      display: block !important;
    }
  
    .btm_banner_img {
      margin-top: 0 !important;
    }
  
    .pt-menu {
      padding-top: 0px;
    }
  
    .sidebar_nav_section .nav-tabs li a.dropdown::before,
    .sidebar_nav_section .nav-tabs li a.arrow::after {
      right: 13px;
    }
  
    .sidebar_nav_section .nav-tabs li.nav-item a.arrow+ul.visible {
      display: none !important;
    }
  
    .sidebar_nav_section .nav-tabs li.nav-item {
      padding-left: 15px;
    }
  
    .sidebar_nav_section ul.submenu li::before {
      left: -5px;
    }
  }
  
  
  
  /* tab-section-styling */
  .tab-section .tab button.tablinks {
    border: none;
    background: none;
    padding: 10px 20px;
  }
  
  .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .content-section {
    max-width: 50%;
    margin: 20px auto;
  }
  
  div#Paris {
    display: none;
  }
  
  button.tablinks.active {
    border-bottom: 2px solid red !important;
    font-size: 17px;
    font-weight: 800;
  }
  
  .divider {
    width: 2px;
    background: #000;
    margin: 0 11px;
    height: 22px;
  }
  
  span.plus,
  span.plus1 {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    border: 1px solid #3d3d3d3d;
    padding: 12px 13px;
    margin-left: -1px;
    cursor: pointer;
  }
  
  span.minus,
  span.minus1 {
    padding: 12px 13px;
    margin-right: -1px;
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    border: 1px solid #3d3d3d3d;
    cursor: pointer;
  }
  
  span.plus svg {
    margin-top: -4px;
  }
  
  span.minus svg {
    margin-top: -4px;
  }
  
  .qty-section input {
    width: 20%;
    max-width: 100%;
    height: 40px;
    border: 1px solid lightgrey;
  }
  
  .qty-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .qty-section .min {
    font-size: 12px;
    padding-right: 10px;
    font-weight: 800;
  }
  
  .qty-section .max {
    font-size: 12px;
    padding-left: 10px;
    font-weight: 800;
  }
  
  .counter-section {
    text-align: center;
    margin-top: 50px;
  }
  
  .counter-heading h3 {
    font-size: 2.5rem;
    font-weight: 400;
  }
  
  .form label {
    width: 100%;
  }
  
  .form input {
    width: 100%;
    height: 37px;
  }
  
  .gift-buttons {
    max-width: 50%;
    margin: 0 auto;
  }
  
  .start-gift-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 10px;
  }
  
  .start-gift-btn a {
    padding: 10px 21px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
  
  .start-gift-btn button {
    background: none;
    padding: 9px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width: 98px;
    max-width: 100%;
  }
  
  .start-gift-btn button:hover {
    background: #000;
    color: #fff;
  }
  
  .tab-section1 .tab button.tablinks1 {
    border: none;
    background: none;
    padding: 10px 20px;
  }
  
  button.tablinks1.active {
    border-bottom: 2px solid red !important;
    font-size: 17px;
    font-weight: 800;
  }
  
  .form .first-name {
    margin-bottom: 29px;
  }
  
  .form textarea {
    width: 100%;
  }
  
  div#Paris1 {
    display: none;
  }
  
  .send-three-option {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .send-three-option .email {
    text-align: center;
  }
  
  .form-section {
    margin-top: 52px;
  }
  
  .form-section .form-heading h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  
  .form-section .form-heading p {
    margin: 33px 0;
  }
  
  .form-content-section .form {
    margin-top: 40px;
  }
  
  .first-name span {
    font-style: italic;
    font-size: 14px;
  }
  
  .send-three-option h2 {
    font-size: 20px;
    font-weight: 600;
  }
  
  .send-bttn-section button {
    width: 33%;
  }
  
  .send-bttn-section {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .send-bttn-section button {
    width: 33%;
    background: #1979c3;
    border: none;
    padding: 8px;
    border-radius: 3px;
  }
  
  .send-bttn-section a {
    display: block;
    color: #fff;
  }
  
  .add-to-cart-bttn-section .two-bttn button {
    font-size: 16px;
    width: 44%;
    background: #1979c3;
    border: none;
    padding: 8px;
    border-radius: 3px;
  }
  
  .add-to-cart-bttn-section .two-bttn button a {
    display: block;
  }
  .eg_btn{
    color: #fff;  
  }
  
  .add-to-cart-bttn-section {
    text-align: center;
  }
  
  .first-name label {
    font-size: 16px;
    font-weight: 700;
  }
  
  .choosefile-section {
    border: 1px solid #3d3d3d3d;
    padding: 13px;
    width: 57%;
    margin: 4em auto;
  }
  
  .qty-section input[value] {
    text-align: center;
  }
  
  .slick-next:before,
  .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slider-nav {
    margin-top: 25px;
  }
  
  /* .slider-nav .slick-slide {
    width: 140px !important;
  } */
  
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .gift_amount,.eg_gift_quantity:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid lightgray;
  }
  
  .gallery-grid-section {
    margin-top: 50px;
  }
  
  .sports-gallery-images .image11 {
    background-image: url(../images/download.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  
  .sports-gallery-images .image22 {
    background-image: url(../images/2.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
  }
  
  .sports-gallery-images .image33 {
    background-image: url(../images/3.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
  }
  
  
  .sports-gallery-images .show1 {
    display: none;
  }
  
  .sports-gallery-images .show2 {
    display: block;
  }
  
  .sports-gallery-images .show3 {
    display: block;
  }
  
  
  .sports-gallery-images .checkSection {
    color: #333;
  }
  
  .bottom-images img {
    cursor: pointer;
  }
  
  .bottom-images {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    display: flex;
  }
  .sender_message{
    max-height: 100px;
  }
  .error{
    color: red;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
  }
  .personal_note{
    padding: 5px;
  }
  
  /* ----------- Spinner Code Start ------------*/
  .loader,
  .loader:before,
  .loader:after {
    background: #ffffff;
  /*           background: black; */
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
  }
  .loader {
    color: #ffffff;
  /*           color: black; */
    text-indent: -9999em;
    margin: 5px auto;
    position: relative;
    font-size: 3px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: '';
  }
  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 1.5em;
  }
  @-webkit-keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }
  @keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0;
      height: 4em;
    }
    40% {
      box-shadow: 0 -2em;
      height: 5em;
    }
  }
  /* ----------- Spinner Code end ------------*/
  
  
  .two-bttn{
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .eg_btn {
    height: 40px;
  }
  
  @media only screen and (max-width:480px) {
    .gift-buttons {
      max-width: 100%;
      margin: 0 auto;
    }
  
    .content-section {
      max-width: 100%;
      margin: 20px auto;
    }
  }
  
  @media only screen and (min-width:767px) {
    ul.slick-dots {
      display: none !important;
    }
  }
  
  @media only screen and (max-width:767px) {
    .slider-nav {
      display: none;
    }
  }


  /* -------------- code by AM ------ */
button.plus,
button.plus1 {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    padding: 8px 13px;
    margin-left: -1px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid lightgray;
}

button.minus, button.minus1{
  padding: 8px 13px;
  margin-right: -1px;
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid lightgray;
}

p, .min-amnt, .min-amnt-val, .max-amnt, .max-amnt-val{
  margin: 0;
}

/* ----------- image checked mark code start ------------------- */
.slick-slide{
  cursor: pointer;
  /* border: 1px solid lightgrey; */
}
.slick-slide.slick-current.slick-active {
  position: relative;
}

.slider-nav.slick-initialized.slick-slider    .slick-list.draggable  .slick-slide.slick-current.slick-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 20px;
  color: #008000;
  content: '\2713';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: auto;
  left: 30%;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 100%;
  z-index: 99;
  background: #d1d1d194;
  border-radius: 100%;
  padding: 15px;
}
/* ----------- image checked mark code end   ------------------- */

/* ----------- Code By AM Start ------------------------------- */
input[name="gift_amount"],
input[name="eg_gift_quantity"],
input[name="recipient_name"],
input[name="sender_name"],
textarea[name="sender_message"]{
  font-size: 18px;
}
input[name="recipient_name"]:focus,
input[name="sender_name"]:focus,
textarea[name="sender_message"]:focus{
  box-shadow: none;
  outline: none;
}
/* ----------- Code By AM End --------------------------------- */


.start-gift-btn ._active {
	background: #000;
    color: #fff;
}





#eg-physiclgift-page
{
	background:#fdfdfd
}

#eg-physiclgift-page .heading1
{
	color:#000000;
	font-size: 2.5rem;
}

#eg-physiclgift-page .heading2
{
	color:#000000;
	font-size: 2rem;
}

#eg-physiclgift-page .heading3
{
	color:#000000;
	font-size: 1.8rem;
}




#eg-physiclgift-page .minus1 ,#eg-physiclgift-page .plus1   
{
	border-radius: 50px;
}

#eg-physiclgift-page .count1
{
	border: 0px;
    border-bottom: 2px solid #eaede7;
    margin: 5px;
}

#eg-physiclgift-page .gift_amount
{
	border: 0px;
    background: #fff;
    border-bottom: 2px solid #eee;
}


#eg-physiclgift-page .add-to-cart-bttn-section ._left_btn
{
	background: #fff;
    border: 2px solid #000000;
    color: #000000;
}


#eg-physiclgift-page .add-to-cart-bttn-section ._right_btn
{
	background: #000000;
    border: 2px solid #000000;
    color: #fff;
}

#eg-physiclgift-page .section_heading
{	
	font-size: 2.5rem;
	padding-bottom: 15px;
}
#eg-physiclgift-page .section_heading_title
{
   padding-bottom: 15px;
   font-size: 2rem;
}
#eg-physiclgift-page .sec_title_box
{

text-align: center;
}


#eg-physiclgift-page #header_toptext_section
{
	padding: 40px 0px;
}

@media screen and (max-width:767px) {
#eg-physiclgift-page #header_toptext_section
{
	padding-top: 0px !important;
}

.send-three-option .tab {
  gap: 20px !important;
}

.start-gift-btn button {
  width: 30% !important;
}

.form-section {
  margin-top: 15px !important;
}

.add-to-cart-bttn-section .two-bttn {
  display: inline-block !important;
}

#eg-physiclgift-page .add-to-cart-bttn-section ._left_btn {
  font-size: 15px !important;
  margin-bottom: 20px;
}

.qty-section input {
  width: 50% !important;
}

#eg-physiclgift-page .container {
  padding-inline: 15px !important;
}

#eg-physiclgift-page #header_toptext_section {
  padding-top: 0px !important;
}

.counter-section {
  margin-top: 0px !important;
}

.add-to-cart-bttn-section .two-bttn button {
  width: 100% !important;
}
 .add-to-cart-bttn-section .two-bttn button {
  padding: 0px !important;
 }


}