* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', 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: 52px;
}

.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: #333 !important;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 44px;
}

.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: 2em 0;
}

/* .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;
}

button.plus, button.plus1{
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  padding: 8px 13px;
  margin-left: -1px;
  cursor: pointer;
  width: 40px;
  height: 50px;
  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: 50px;
  border: 1px solid lightgray;
}

button.plus svg {
  margin-top: -4px;
}

button.minus svg {
  margin-top: -4px;
}

.qty-section input {
  width: 24%;
  max-width: 100%;
  height: 50px;
  font-size: 18px;
}

.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: 19px;
  font-weight: 600;
}

.form label {
  width: 100%;
}

.form input {
  width: 100%;
  height: 37px;
}

.gift-buttons {
  max-width: 60%;
  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%;
  border: 2px solid rgb(202 202 202);
}

.start-gift-btn button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.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 {
  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;
}







/* Worked By Om */
.gift_heading h1 {
  font-size: 25px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  margin: 24px 0;
}

.input_data_1 label {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input_data_1 input {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  margin-bottom: 20px;
}

span.span_light_text {
  display: block;
  font-size: 12px;
  color: gray;
  text-transform: none;
  font-weight: 500;
}

.input_data_1 label span {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.span_light_text {
  font-weight: 400 !important;
}

.compulsory_star:after {
  position: absolute;
  content: "*";
  color: red;
  margin-left: 5px;
  top: 2px;
}

.capcha {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#captcha {
  padding-right: 2rem;
  display: flex;
}

.capcha button {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 18px;
}

canvas {
  /*prevent interaction with the canvas*/
  pointer-events: none;
}

.next_btn {text-align:center;}
.next_btn button {
  width: 100px;
  margin-top: 3rem;
  border: none;
  background: #080808;
  color: #fff;
  padding: 4px;
}

.next_btn button:hover {
  background: #040404;
}

@media screen and (max-width:1024px) {
  .bottom_tab_column {
    padding: 20px 2rem;
    margin: 2em 2em;
  }
}

@media screen and (max-width: 768px) {
  .bottom_tab_column {
    padding: 16px;
    margin: 2em 0em;
  }
}

@media screen and (max-width:576px) {
  .input_data_1 label {
    align-items: flex-start;
  }
}

@media screen and (max-width:428px) {
  .bottom_tab_column {
    border: #f2f2f2 solid 12px;
  }
}


/* ----------------------- Code By Ad ------------------------ */
.next_btn button {
  height: 40px;
  font-size: 18px;
}
/* ----------------------- Code By Ad ------------------------ */



@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 Ad */
.eg_atc_btn_section.eg_atc_section{
  text-align: center !important;
  margin-top: 24px !important;
}
.eg_atc_btn_section.eg_atc_section button{
  width: 145px;
  font-size: 18px;
  height: 40px;
}
p.egiftify-code{
  text-align: center;
  font-weight: 900;
  font-size: 16px;
}

input:focus{
  outline: none;
  box-shadow: none;
}

.error{
  margin: 0;
  text-align: center;
  color: red;
  font-size: 16px;
}
button#next{
  margin-top:15px;
}

/* code by Ad */

/* ----------- 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 Deepak ------ */
  
  
  

#eg-loadrelod-page
{
	background:#f9faf8
}

#eg-loadrelod-page .heading1
{
	color:#1a1a1a;
	font-size: 2.5rem;
}

#eg-loadrelod-page .heading2
{
	color:#1a1a1a;
	font-size: 2rem;
}

#eg-loadrelod-page .heading3
{
	color:#1a1a1a;
	font-size: 1.8rem;
}

#eg-loadrelod-page .pt-menu
{
	padding-top: 80px;
}


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

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

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


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


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

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

text-align: center;
}

.no-focus-outline .header a {
		color: #FFFFFF;
	}
	.no-focus-outline .header a:hover {
		color: #FFFFFF;
	}
	.no-focus-outline .mega-menu__inner a {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .mega-menu__inner a:hover {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .nav-dropdown a {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .nav-dropdown a:hover {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .footer a {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .footer a:hover {
		color: rgb(var(--text-color));
	}
	.no-focus-outline .left-menu .nav-link {
		color: rgb(var(--text-color));
		font-family: "Knockout", sans-serif !important;
		font-weight: 300 !important;
		text-transform: uppercase;
		font-size: 16px !important;
		text-align: left !important;
	}
	.no-focus-outline .header__icon-wrapper {
		background: none !important;
		border: none !important;
	}


 .no-focus-outline .next_btn button {
  width: 100px;
  margin-top: 3rem;
  border: none;
  background: #3e1c1e;
  color: #fff;
  padding: 4px;
  text-align:center;
}

.no-focus-outline .next_btn button:hover {
  background: #3e1c1e;
}