
/* common rule */
* {
  box-sizing: border-box;
}
:root {
  --primary: #1d2250;
  --text: #58595B;
  --light-text: #454545;
  --black: #000000;
  --white: #FFFFFF;
  --bg-back: #F6F6F6;
}


.landingpage-testimonials-section{
    padding: 50px 0;
}
.landingpage-testimonial .testimonial-box{
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
}
.landingpage-testimonial .testimonial-box .avatar{
    display: flex;
    align-items: center;
}
.landingpage-testimonial .testimonial-box .avatar img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.landingpage-testimonial .testimonial-box .avatar .avatar-caption{
    padding-left: 20px;
}
.slick-custom-arrow button{
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.slick-custom-arrow button svg{
    width: 12px;
    height: auto;
}
.slick-custom-arrow button:hover svg path{
    fill: var(--primary);
}

.faq-wrap.style1{
    margin-bottom: 18px;
}

 .sub-speciality-card{
    box-shadow: 0 4px 19px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 30px;
    background: url(../images/icons/pattern-bg.png) repeat top left #f8f8f8;
}
.sub-speciality-card .speciality-icon{
    width: 82px;
    margin:0 auto 20px auto;
}
.sub-speciality-card .speciality-icon img{
    width:82px;
    height:82px;
    object-fit:contain;
}
.sub-speciality-card .speciality-icon svg{
    width:82px;
    height:82px;
 }
.sub-speciality-card .speciality-title{
    width: 250px;
    max-width: 100%;
    margin: auto;
}
.sub-speciality-card .speciality-title a{
    color: inherit;
}
.sub-speciality-card .speciality-title.medantasmheading{
    line-height:1.3;
    font-size:19px;
}

.sticky-feeback-btn {
    position: fixed;
    right: 1%;
    bottom: 50px;
    display: none;
    z-index: 1000;
  }

  .sticky-feeback-btn img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
  }

  .why-medanta .why-block{
    top: -75px;
  }
  .why-medanta .why-block-c{
    right: -220px;
  }
  .why-medanta .why-block-d{
    left: -130px;
  }

  .divider-border{
    border-top: 1px solid #d9d9d9;
  }

  .callback-button-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;  
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  .callback-button-wrap .callback-sticky-button{
    width: 100%;
    display: block;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
  }

@media screen and (min-width:992px){
    .landingpage-testimonials-section{
        position: relative;
        padding: 100px 0;
    }
    .landingpage-testimonials-section:after{
        background-color: var(--primary);
        width: 40%;
        height: 100%;
        position: absolute;
        right: 0;
        top:0;
        content: '';
    }
    .landingpage-testimonials-section .container-slider{
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }
    .landingpage-testimonials-section .left-content{
        width: 25%;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .landingpage-testimonials-section .right-content{
        width: calc(100% - 25%);
        margin-right: -40px;
    }
    .landingpage-testimonials-section .quote-icon{
        margin-top:-10%;
    }
    .landingpage-testimonial.slick-arrow-style-1 .slick-arrow{
        opacity: 0 !important;
    }
}

@media screen and (max-width:1599px) {

    .tags-section .expand-tags-button {
        font-size: 18px;
    }
    .sub-speciality-card .speciality-title.medantasmheading {
        font-size:17px;
    }
}

@media screen and (max-width:1199px) {
    .tags-section .expand-tags-button {
        font-size: 16px;
    }

   
    #sub-specialisations-slider1 .slick-list{
        padding-right: 100px;
    }
    .sub-speciality-card .speciality-title.medantasmheading {
            font-size:15px;
        }
    .sub-speciality-card{
        padding: 25px;
    }
    .landingpage-header{
        border-bottom: 1px solid #D9D9D9;
    }

    .why-medanta .why-block{
        top: -60px;
      }
      .why-medanta .why-block-c{
        right: -135px;
      }
      .why-medanta .why-block-d{
        left: -110px;
      }
}


@media screen and (max-width:991px) {
    .landingpage-testimonials-section .heading{
        text-align: center;
    }
    .landingpage-testimonials-section .quote-icon,
    .slick-custom-arrow{
        display: none;
    }
    .landingpage-testimonials-section .container-slider{
        width: 98%;
        padding: 0 20px;
    }
}

@media screen and (max-width:767px) {
    .landingpage-testimonials-section .container-slider{
        width: 100%;
    }
    .sticky-feeback-btn{
        display: block;
    }
    /* .landingpage-header .callus-btn svg{
        display: none;
    } */
    body.sticky-button-active{
        padding-bottom: 64px;
      }
      body.sticky-button-active .callback-button-wrap{
        display: block;
      }
    
}

.blog-detail-head a{
  color:#01184c;
  font-weight:700 !important;
} 
.container {
  width: 90%;
  margin: auto;
  padding: 10px 20px;
}

.padding-right-10 {
  padding-right: calc(1% + 10px);
}

.container-slider {
  padding-left: calc(5% + 10px);
}

input:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--text);
}

.txt-link {
  color: var(--primary);
  white-space: nowrap;
}

.section-lightbg {
  background-color: #F6F6F6;
}

img.radius20 {
  border-radius: 20px;
}

.m-0 {
  margin: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 35px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.visible-xs {
  display: none;
}

.section-head{
  width: 700px;
  max-width: 100%;
  margin: auto;
}

.clr-dark {
  color: var(--text);
}

.clr-primary {
  color: var(--primary);
}

.clr-white {
  color: #fff;
}

.eqslides-height .slick-track {
  display: flex;
}

.eqslides-height .slick-track .slide-item {
  height: auto;
}

/* .eqslides-height .slick-track .eqheight {
  height: 100%;
} */
.quick-links-slider.eqslides-height:not(.slick-slider) .eqheight{
  height: auto !important;
}

.content-holder .more-content .anchor-button span {
  transform: rotate(90deg);
}

.content-holder .less-content .anchor-button span {
  transform: rotate(-90deg);
}

.content-holder .more-content,
.content-holder .less-content {
  display: none;
}

.content-holder .more-content ul,
.content-holder .less-content ul{
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

.content-holder .less-content.show,
.content-holder .more-content.show {
  display: block;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.errmsg{
  font-size: 13px;
  color: #ff0000;
}

.successmsg{
  color: #155724;
    background-color: #d4edda;
    border:1px solid #c3e6cb;
    width: 700px;
    max-width: 100%;
    margin: 15px auto;
    padding: 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.medantaxlheading {
  font-size: 60px;
}

.medantalgheading {
  font-size: 40px;
}

.medantamdheading {
  font-size: 32px;
}

.medantasmheading {
  font-size: 24px;
}

.medantaxsheading {
  font-size: 22px;
}

.medantaxxsheading {
  font-size: 18px;
  line-height: 1.4;
}

.medantaxxssheading {
  font-size: 16px;
}

.font700 {
  font-weight: 700 !important;
}

.font600 {
  font-weight: 600 !important;
}

.font500 {
  font-weight: 500 !important;
}

.font400 {
  font-weight: 400 !important;
}

.font300 {
  font-weight: 300 !important;
}

.anchor-button-center {
  justify-content: center;
}

.relative {
  position: relative;
}

body.hidden-overlfow {
  overflow: hidden;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* model css */
.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999999999999;
  pointer-events: none;
  transition: opacity 400ms ease-in;
  padding: 0 15px;
}

.open {
  opacity: 1;
  pointer-events: auto;
}

.modal__dialog {
  width: 480px;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: #fff;
  overflow: auto;
  z-index: 9999999999999999;
  border-radius: 20px;
}

.close-model-layer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none;
}


.modal__content {
  padding: 30px 30px;
}
.modal__content .modal-button-group .theme-button{
    margin: 0 10px 10px 0;
}


.modal__content .modal-body{
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal__content .modal-body::-webkit-scrollbar {
  width: 3px;
}

.modal__content .modal-body::-webkit-scrollbar-track {
  background: #EDEDED;
}

.modal__content .modal-body::-webkit-scrollbar-thumb {
  background: #C5C5C5;
}

.btn-modal {
  margin-top: 30px;
}

.btn-modal button:first-child {
  margin-right: 10px;
}

.btn-modal .btn {
  border: 1px solid var(--green-border);
}

.close-modal {
  position: absolute;
  top: 15px;
  border-radius: 5px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 99999;
  background-color: #ECECEC;
}
#sharedrprofile .close-modal{top: 10px; right: 10px;}
.close-modal:before,
.close-modal:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 4px;
  display: block;
  width: 1.2px;
  height: 16px;
  background: var(--blackbg);
  transform: rotate(45deg);
  background-color: #6E6E6E;
}

.close-modal:after {
  transform: rotate(-45deg);
}

/* #sharedrprofile .modal__dialog {
  width: fit-content;
} */

#Marmosetloadmodal .reacllHeading {
  text-align: center;
  font-size: 28px;
  color: #222F3E;
  margin-top: 0;
  text-transform: capitalize;
}

#Marmosetloadmodal form {
  width: 100%;
}

#Marmosetloadmodal form label,
#Marmosetloadmodal form input {
  width: 100%;
}

#Marmosetloadmodal form label {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  padding: 10px 0;
  display: block;
}

#Marmosetloadmodal form input {
  border: 0;
  border-bottom: 1px solid #5E5E5E;
  /* border: 0; */
  padding: 0 0 10px 0;
  font-size: 15px;
  color: #5e5e5e;
  font-weight: 500;
  margin-bottom: 15px;
}

#Marmosetloadmodal form .submitpopupbt {
  width: 100%;
  border: 0;
  background-color: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 18px;
  border-radius: 52px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

/*sticky starts  */
.sticky-btn, .sticky-btn-fixed{
  background: #fff;
  padding: 17px 12px;
  font-size: 17px;
  z-index: 123;
  position: fixed;
  top: 40%;
  right: 0%;
  display: flex;
  transform: translate(-2%, 15%);
  box-shadow: 1px 1px 17px #ddd;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.sticky-btn-fixed{background-color: #f9c100;top: 35%; transform: translate(-2%, -35%);}
.sticky-btn:hover, .sticky-btn.active{background-color: #f9c100;}
.sticky-btn svg, .sticky-btn-fixed svg{width: 22px;height: 22px;margin: 0 5px;position: relative;left: 2px;}
.sticky-btn svg path{fill: rgb(68, 69, 69); stroke: rgb(68, 69, 69);}
.sticky-btn:hover svg path, .sticky-btn-fixed svg path, .sticky-btn.active svg path{fill: white; stroke: white;}
.sticky-icon {
  z-index: 123;
  position: fixed;
  top: 50%;
  right: 0%;
  width: 220px;
  display: none;
  flex-direction: column;
  /* transform: translate(0, -50%); */
  transform: translate(75%, 0%);
  box-shadow: 1px 1px 17px #ddd;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sticky-icon.active{display: flex;}

.sticky-icon:hover {
  z-index: 1;
}

.sticky-icon a {
  /* transform: translate(160px, 0px); */
  transform: translate(0px, 0px);
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 8px;
  font-size: 17px;
  transition: all 0.8s;
  background-color: white;
  color: white;
  border-bottom: 1px solid #ddd;
}

.sticky-icon a:hover,
.sticky-icon a.active {
  color: #FFF;
  background-color: #f9c100;
  border-bottom: 1px solid #f9c100;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover svg,
.sticky-icon a.active svg {
  transform: rotate(360deg);
}

.sticky-icon a:hover svg path,
.sticky-icon a.active svg path {
  fill: white;
  stroke: white;
}

.sticky-icon a.pathfill:hover svg path,
.sticky-icon a.pathfill.active svg path {
  fill: none !important;

}

.sticky-icon a.sos, .sticky-icon a.Facebook {
  border-top-left-radius: 15px;
}

.sticky-icon a.youtubebottom {
  border-bottom-left-radius: 15px;
}

.sticky-icon a svg {
  height: 22px;
  width: 22px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s;
  vertical-align: middle;
  padding: 0px;
  margin-left: 10px;
  transition: 1.5s;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

.mobile-sticky-links {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
  border-radius: 12px 12px 0 0;
  display: none;
}

.mobile-sticky-links ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.mobile-sticky-links ul li {
  font-size: 11px;
  font-weight: 600;
}

.mobile-sticky-links ul li.isdisabled{
  opacity: 0.7;
  pointer-events: none;
}

.mobile-sticky-links ul li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
}

.mobile-sticky-links ul li .icon {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.mobile-sticky-links ul li .toggle-menu.active .open-icon,
.mobile-sticky-links ul li .toggle-menu .close-icon {
  display: none;
}

.mobile-sticky-links ul li .toggle-menu.active .close-icon {
  display: block;
}

.mobile-sticky-links ul li .toggle-menu.active {
  color: var(--primary);
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

/* .query-form.frm-holder .field.mb-30{margin-bottom: 15px !important;} */

@media screen and (max-width:1199px){
  .sticky-btn-fixed{
    display: none;
  }
}
@media screen and (max-width:767px){
  .sticky-btn{
    display: none;
  }
}

/*sticky ends  */


/* loader css start */
#medantaLoader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color:#fff;
  z-index: 10000;
}

#medantaLoader img,
#medantaLoader svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 54px;
  height: 54px;
  animation: spinning 1.5s infinite ease-in-out;
}

.loading-spinner {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url("../images/icons/loader.png") center no-repeat;
  background-size: contain;
  animation: spinning 1.5s infinite ease-in-out;
}

.loading-spinner:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin: -15px;
  box-shadow: 0 4px 0 0 var(--primary);
  transition: all 1s linear;
  animation: lds-eclipse 1s linear infinite;
}



@keyframes spinning {
  0% {
    transform:scale(1) translateZ(0);
  }

  50% {
    transform:scale(1.1) translateZ(0);
  }

  100% {
    transform:scale(1) translateZ(0);
  }
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* loader css ends */


html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
  color: #58595B;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.para-wrap {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}


.para-wrap p {
  margin-top: 0;
}

.heading.width-1 {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-size: 32px;
  line-height: 1.2;
  color: var(--light-text);
  font-weight: 700;
  margin: 0;
}

.heading-sm {
  font-size: 22px;
  line-height: 1.2;
  color: var(--light-text);
  margin: 0;
}

.heading-lg {
  font-size: 42px;
  line-height: 1.2;
  color: var(--light-text);
  font-weight: 600;
  margin: 0;
}

.heading-md {
  font-size: 28px;
  line-height: 1.2;
  color: var(--light-text);
  font-weight: 600;
  margin: 0;
}

.space-row,
.space-row3 {
  margin: 0 -15px;
}

.space-row1 .slide-item,
.space-row .slide-item,
.space-row3 .slide-item {
  padding: 0 20px;
}

.thumb-ratio {
  position: relative;
  padding-bottom: 56.25%;
}

.thumb-ratio img,
.thumb-ratio iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thumb-ratio.thumb-ratio1 {
  padding-bottom: 66.25%;
}

.thumb-ratio.thumb-ratio2 {
  padding-bottom: 43.25%;
}

.thumb-ratio.thumb-ratio3 {
  padding-bottom: 48%;
}

.py-50 {
  padding: 50px 0;
}

.py-75 {
  padding: 75px 0;
}

.pb-40 {
  padding-bottom: 40px;
}

.pattern-bg {
  background: url(../images/icons/pattern-bg.png) repeat top left #f6f6f6;
}
.pattern-bg-white {
  background: url(../images/icons/pattern-bg.png) repeat top left #fff;
}

.herobanner .slick-dots {
  bottom: 45px;
  z-index: 99;
}
.heroslider:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    opacity: 0.45;
}
.slick-dots {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  z-index: 66;
  padding: 0;
}

.slick-dots li {
  margin: 5px;
  cursor: pointer;
  line-height: 0;
  display: block;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #fff;
}

.slick-dots li.slick-active {
  width: 40px;
  background-color: var(--primary);
}

.slick-dots li button {
  display: none;
}

.slick-arrow-style-1 .slick-arrow {
  border: 0;
  outline: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 0;
  background-color: #ffffff00;
  margin-top: -24px;
  z-index: 55;
  cursor: pointer;
}

.slick-arrow-style-1 .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-arrow-style-1 .slick-arrow.slick-disabled,
.slick-arrow-style-2 .slick-arrow.slick-disabled{
  background-color: #EBEBE4;
  cursor: auto;
}

.slick-arrow-style-1 .slick-arrow img {
  margin-top: 5px;
  width: 20px;
}

.slick-arrow-style-2 .slick-arrow {
  /* border: 1px solid #D7D7D7; */
  outline: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  position: absolute;
  top: -60px;
  border-radius: 50%;
  right: 0;
  background-color:#ffffff00;
  z-index: 55;
  cursor: pointer;
}

.slick-arrow-style-2 .slick-arrow.slick-prev {
  right: 60px;
}

.slick-arrow-style-2 .slick-arrow img {
  width: auto;
}

.button {
  border: 1px solid var(--primary);
  padding: 14px 20px;
  display: inline-block;
  color: #fff;
  background-color: var(--primary);
  outline: 0;
  border-radius: 35px;
  text-align: center;
  min-width: 160px;
  font-size: 13px;
  font-weight: 700;
}

.button.button-white {
  background-color: #fff;
  color: var(--primary);
}

.mt-00 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.dflex {
  display: flex;
}

.flexwrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.centered-items {
  align-items: center;
}

.col-wrap {
  margin: 0 -15px;
}

.col-wrap .col {
  padding: 0 15px;
}

.col-wrap .col.col3 {
  width: 33.33%;
}

.col-wrap .col.col4 {
  width: 25%;
}

.col-wrap .col.col5 {
  width: 33.33%;
}

.col-wrap .col.col6 {
  width: 50%;
}

.col-wrap .col.col7 {
  width: 66.67%;
}

.col-wrap .col.col8 {
  width: 75%;
}


.anchor-button {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.anchor-button.center {
  justify-content: center;
}

.anchor-button span {
  width: 34px;
  height: 34px;
  background: var(--primary);
  border: none;
  font-size: 0px;
  border-radius: 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  display: block;
  transition: 0.3s;
}


.anchor-button span::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 11px;
  height: 7px;
  width: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  border-radius: 1px;
}


.theme-button {
  display: inline-block;
  padding: 14px 18px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 35px;
  text-decoration: none;
  cursor: pointer;
  min-width: 150px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border: 0;
  outline: 0;
  background-color: var(--primary);
}

.theme-button.white-button {
  color: var(--primary);
  background-color: #fff;
}

.theme-button.white-button.theme-border {
  border: 1px solid var(--primary);
}

.theme-button.grey-button {
  color: #58595B;
  background-color: #F3F3F3;
}

.theme-button.button-outline {
  color: #58595B;
  background-color: #fff;
  border: 1px solid #58595B;
}

.theme-button.has-icon svg,
.theme-button.has-icon img{
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.theme-button.has-icon span{
  display: flex;
  align-items: center;
  justify-content: center;
}


.section-bottom-border {
  border-bottom: 1px solid #D9D9D9;
}

.arrow-list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.arrow-list-style li {
  margin: 0 0 15px 0;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
}

.arrow-list-style li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/arrow-icon.png) no-repeat center center;
  background-size: 60% auto;
  width: 12px;
  height: 12px;
}

.desktop-right-top-btn-container{
  position: relative;
}
.desktop-right-top-btn{
  position: absolute;
  right: 20px;
  top: 0;
}

@media screen and (min-width:1400px) {
  .col-wrap.space-lg {
    margin: 0 -35px;
  }

  .col-wrap.space-lg .col {
    padding: 0 35px;
  }
}

@media screen and (max-width:1599px) {

  .anchor-button {
    font-size: 13px;
  }

  .para-wrap {
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .heading-sm {
    font-size: 18px !Important;
  }

  .heading-lg {
    font-size: 32px;
  }

  .heading-md {
    font-size: 24px;
  }

  .medantaxlheading {
    font-size: 24px;
  }

  .medantalgheading {
    font-size: 28px;
  }

  .medantamdheading {
    font-size: 24px;
  }

  .medantasmheading {
    font-size: 24px;
  }

  .medantaxsheading {
    font-size: 24px;
  }

  .medantaxxsheading {
    font-size: 24px;
  }

  .medantaxxssheading {
    font-size: 24px;
  }

  .slick-arrow-style-1 .slick-arrow {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: -19px;
  }

  .slick-arrow-style-2 .slick-arrow {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .arrow-list-style li {
    font-size: 14px;
  }

}


@media screen and (max-width:1280px) {

  .heading-md {
    font-size: 20px;
  }

}

@media screen and (max-width:1199px) {

  /*common css*/
  .medantaxlheading {
    font-size: 32px;
  }

  .medantalgheading {
    font-size: 24px;
  }

  .medantamdheading {
    font-size: 20px;
  }

  .medantasmheading {
    font-size: 18px;
  }

  /* .medantaxsheading {
    font-size: 16px;
  } */

  .medantaxxsheading {
    font-size: 14px;
    line-height: 1.4;
  }

  .medantaxxssheading {
    font-size: 14px;
  }

  .mobile-sticky-links {
    display: block;
  }

  .sticky-icon {
    display: none;
  }

  .col-wrap .col4.alt {
    width: 30%;
  }

  .col-wrap .col8.alt {
    width: 70%;
  }

  .arrow-list-style li {
    font-size: 13px;
  }
  .slick-arrow-style-2 .slick-arrow {
    top: 50%;
    margin-top: -19px;
  }
}

@media screen and (max-width:991px) {
  .para-wrap {
    font-size: 13px;
  }

  .section-bottom-border {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }

  .heading-sm {
    font-size: 16px;
  }

}

@media screen and (max-width:767px) {
  body{
    font-size: 12px;
  }
  .awardsrecogcentermob {
    text-align: center;
  }

  .slick-arrow-style-1 .slick-arrow, .slick-arrow-style-2 .slick-arrow{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }

  #articles .slick-arrow-style-1 .slick-arrow.slick-next {
    left: auto;
    right: -18px;
  }

  #articles .slick-arrow-style-1 .slick-arrow {
    left: -18px;
  }

  .heading {
    font-size: 18px;
  }

  .heading-sm {
    font-size: 14px;
  }

  .heading-lg {
    font-size: 24px;
  }

  .heading-md {
    font-size: 16px;
  }
  .medantaxsheading{
    font-size: 14px;
  }
  .para-wrap {
    font-size: 12px;
  }
  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .medantaxxsheading{
    font-size: 13px;
  }
  .medantasmheading{
    font-size: 16px;
  }

  .col-wrap .col.col3,
  .col-wrap .col.col4,
  .col-wrap .col.col6,
  .col-wrap .col.col5,
  .col-wrap .col.col7,
  .col-wrap .col.col8,
  .col-wrap .col4.alt,
  .col-wrap .col8.alt {
    width: 100%;
  }

  .content-holder {
    margin-top: 20px;
  }

  .space-row3 {
    margin: 0 -8px;
  }

  .space-row3 .slide-item {
    padding: 0 8px;
  }

  .desktop-right-top-btn{
    position: static;
    margin-top: 25px;
  }
  .herobanner .slick-dots{
    bottom: 15px;
  }

  .mb-20{
    margin-bottom: 15px !important;
  }
  /* .mb-10{
    margin-bottom: 5px !important;
  } */
  .mb-30{
    margin-bottom: 25px !important;
  }
  .mb-30.alt{
    margin-bottom: 10px !important;
  }
  .mb-20.alt{
    margin-bottom: 5px !important;
  }
  .mb-40{
    margin-bottom: 30px !important;
  }

  /* .space-row1 .slide-item,
.space-row .slide-item,
.space-row3 .slide-item {
  padding: 0 10px;
}
.space-row, .space-row3{
  margin: 0 -10px;
} */

}

/* common rule */

/* header starts */

.medanta-navbar #container {
  margin: 0 auto;
  max-width: 890px;
}

.medanta-navbar p {
  text-align: center;
}

.medanta-navbar .toggle,
[id^=drop] {
  display: none;
}

.medanta-navbar nav {
  margin: 0;
  padding: 0;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}

.medanta-navbar #logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

/* .medanta-navbar nav:after {
    content: "";
    display: table;
    clear: both;
    
  } */

.medanta-navbar nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.medanta-navbar nav ul li {
  margin: 0px;
  display: inline-block;

}

.medanta-navbar nav a {
  display: block;
  padding: 0 15px;
  color: var(--text);
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.medanta-navbar nav ul li ul li:hover {
  color: var(--primary);
  transition: all 0.5s;
}

.medanta-navbar nav a:hover {
  color: var(--primary);
  transition: all 0.5s;

}

.medanta-navbar nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  border: 1px solid #fff;
  box-shadow: 0px -6px 10px #e8e8e87d;
  border-radius: 22px;
  padding: 15px 0;
  background-color: white;
  z-index: 1;
}

.medanta-navbar nav ul ul ul {

  position: absolute;
  left: 89%;
  top: 0%;
  border: 1px solid #fff;
  box-shadow: none;
  border-top-left-radius: 0;
  padding: 15px 0;
  background-color: white;
  width: max-content;
}

.medanta-navbar nav ul li:hover>ul {
  display: inherit;
}

.medanta-navbar nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.medanta-navbar nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

.medanta-navbar nav a {
  display: block;
  padding: 0 15px;
  color: #58595B;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.medanta-navbar nav ul li ul li:hover {
  color: var(--primary);
  transition: all 0.5s;
}

.medanta-navbar nav a:hover {
  color: var(--primary);
  transition: all 0.5s;

}

.medanta-navbar nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  border: 1px solid #fff;
  box-shadow: 0px -6px 10px #e8e8e87d;
  border-radius: 22px;
  padding: 15px 0;
  background-color: white;
  z-index: 1;
}

.medanta-navbar nav ul ul ul {

  position: absolute;
  left: 89%;
  top: 0%;
  border: 1px solid #fff;
  box-shadow: none;
  border-top-left-radius: 0;
  padding: 15px 0;
  background-color: white;
  width: max-content;
}

.medanta-navbar nav ul li:hover>ul {
  display: inherit;
}

.medanta-navbar nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
  padding: 0 20px;

}

.medanta-navbar nav ul ul li a {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  position: relative;
}

.medanta-navbar nav ul ul li a img {
  width: fit-content;
  height: fit-content;
  padding: 0 25px 0 0;
}

/* .medanta-navbar nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
  } */

.medanta-navbar li>a:after {
  content: '';
  width: 10px;
  height: 6px;
  background: url(../images/icons/vector.png) no-repeat;
  display: inline-block;
  margin-left: 8px;
}

.medanta-navbar ul ul li>a:after {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../images/icons/vector-right.png) no-repeat;
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  right: 50px;
  top: 45%;
}

.medanta-navbar li>a:only-child:after {
  content: '';
  background: none;

}

.medanta-navbar .navButton a {
  display: inline-block;
  width: 180px;
  text-align: center;
}

.medanta-navbar .navButton .feedbackbtn {
  color: var(--primary);
  border: solid 1px var(--primary);
  border-radius: 100px;
  line-height: 45px;
}

a.btnflip {
  perspective: 1000px;
}

a.btnflip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

a.btnflip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.5s;
  transform: rotateX(-91deg);
  transform-origin: 50% 0;
  text-align: center;
}

a.btnflip:hover span,
a.btnflip:focus span {
  transform: rotateX(91deg) translateY(-22px);
}

a.btnflip:hover span:before,
a.btnflip:focus span:before {
  color: var(--primary);
}

a.btnflip-c:hover span:before,
a.btnflip-c:focus span:before {
  color: white !important;
}

.medanta-navbar .navButton .reqcallback {
  background-color: var(--primary);
  border: solid 1px var(--primary);
  border-radius: 100px;
  line-height: 45px;
  color: #fff;
  margin-left: 10px;
}

.medanta-navbar .navButton .reqcallback:hover {
  color: #fff;
}


#wellness-section .container {
  position: relative;
}

#wellness-section .slick-track {
  display: flex;
}

#wellness-section .slick-initialized .slick-slide {
  display: block;
  height: inherit;
}

#wellness-section .thumb img {
  width: 100%;
}

#wellness-section .common-button.common-view-all {
  position: absolute;
  top: 0;
  right: 20px;
}

#wellness-section {
  background-color: #F6F6F6;
}

@media screen and (max-width:1800px) {
  .medanta-navbar nav a {
    padding: 0 10px;
    font-size: 12px;
  }

}

/* footer styling start here */
#site-footer {
  color: var(--text);
  line-height: 1.4;
  font-weight: 500;
}

#site-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#site-footer .footer-block {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 10px;
}

#site-footer .footer-block .block-title {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: var(--text);
  font-weight: 600;
  position: relative;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  color: var(--text);
  margin: 0 0 10px 0;
  font-size: 14px;
}

.footer-links li:hover {
  color: #000;
}

.footer-links li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#site-footer .add-download-block p {
  font-size: 15px;
}

#site-footer .download-app-button {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 14px 18px;
  color: #444545;
  border: 1px solid #E6E6E6;
  font-size: 12px;
  width: 220px;
  max-width: 100%;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 3px 40px rgba(204, 204, 204, 0.5);
  margin-top: 10px;
  font-weight: 600;
}

#site-footer .download-app-button span {
  display: flex;
  align-items: center;
  width: 100%;
}

#site-footer .download-app-button svg {
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
}

#site-footer .emergency-call-button {
  background-color: var(--primary);
  color: #fff;
  margin-top: 40px;
}

#site-footer .footer-bottom {
  text-align: center;
  margin-top: 70px;
}

#site-footer .social-links {
  text-align: center;
}

#site-footer .social-links a {
  margin: 7px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

#site-footer .social-links a svg {
  width: inherit;
  height: inherit;
}

#site-footer .copyright {
  font-size: 11px;
  text-align: center;
  color: #848484;
  margin-top: 15px;
}

#site-footer .copyright p {
  margin: 0;
}

.space-row1.slick-slider .slick-list {
  padding-right: 100px;
}

.space-row1.slick-slider.slick-arrow-style-2 .slick-arrow {
  right: 100px;
}

.space-row1.slick-slider.slick-arrow-style-2 .slick-arrow.slick-prev {
  right: 160px;
}

.pagenotfound-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.pagenotfound-container .pagenotfound-content{
  width: 400px;
}

.pagenotfound-container .image-wrap{
  width: 40%;
}
.pagenotfound-section .links-container{
  margin-bottom: -160px;
}

.pagenotfound-section .white-dots-card:hover{
  background: #f9c100;
}
.pagenotfound-section .white-dots-card:hover svg path{stroke: #fff; fill: #fff;}
.pagenotfound-section .white-dots-card.pathfill:hover svg path{fill: none;}
.pagenotfound-section .white-dots-card:hover .heading-sm{color: #fff;}

/*Manthan Css*/
.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year{color: var(--black) !important;}

@media screen and (max-width:1800px) {
  .medanta-navbar nav a {
    padding: 0 10px;
    font-size: 12px;
  }

}

@media screen and (max-width:1599px) {
  .medanta-navbar .navButton a {
    width: 140px;
  }

  #site-footer .footer-block .block-title {
    font-size: 18px;
  }

  .footer-links li {
    font-size: 12px;
  }

  #site-footer .add-download-block p {
    font-size: 13px;
  }

  #site-footer .download-app-button {
    font-size: 10px;
  }

  #site-footer .download-app-button svg {
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
  }

  #site-footer .social-links a {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  #site-footer .copyright {
    font-size: 9px;
  }
  .space-row1.slick-slider.slick-arrow-style-2 .slick-arrow.slick-prev{
    right: 150px;
  }
}


@media screen and (max-width:1499px) {
  .container {
    width: 95%;
  }

  .container-slider {
    padding-left: calc(2.5% + 10px);
  }
}

@media screen and (max-width:1199px) {
  .container {
    width: 98%;
  }

  .container-slider {
    padding-left: calc(1% + 10px);
  }

  .anchor-button span {
    width: 30px;
    height: 30px;
  }

  .anchor-button span::after {
    top: 10px;
    left: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* .space-row1.slick-slider .slick-list{
    padding-right:100px;
  } */
  .space-row1.slick-slider.slick-arrow-style-2 .slick-arrow {
    right: 20px;
  }

  .space-row1.slick-slider.slick-arrow-style-2 .slick-arrow.slick-prev,
  .slick-arrow-style-2 .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }

  .space-row1.slick-slider.slick-arrow-style-c .slick-arrow.slick-prev,
  .slick-arrow-style-c .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
  }

  .slick-arrow-style-c .slick-arrow {
    top: -60px;
    margin-top: -19px;
  }

  #site-footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width:991px) {
  #site-footer .footer-block {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: -1px;
  }

  #site-footer .footer-block .block-title {
    font-size: 15px;
    margin: 0;
    padding: 15px 50px 15px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }

  #site-footer .footer-block .block-title:after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    right: 8px;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: var(--text);
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  }

  #site-footer .footer-block.active .block-title:after {
    transform: rotate(-135deg);
  }

  #site-footer .footer-block.active .block-title {
    border-bottom: 0;
  }

  #site-footer .footer-block:not(.active) .footer-links {
    display: none;
  }

  #site-footer .footer-links {
    padding-bottom: 10px;
  }

  #site-footer .emergency-call-button,
  #site-footer .add-download-block .app-download-header {
    display: none;
  }

  #site-footer .download-app-button {
    margin: 5px;
  }

  #site-footer .footer-block.add-download-block {
    text-align: center;
    padding-top: 35px;
  }

  #site-footer .footer-bottom {
    margin-top: 30px;
  }

  #wellness-section {
    /*padding: 0;*/
    padding-bottom: 80px;
  }

  #wellness-section .common-button.common-view-all {
    top: inherit;
    bottom: -40px;
    left: 0;
  }

  #wellness-section .common-button.common-view-all .anchor-button {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .container {
    width: 100%;
  }

  .container-slider {
    padding-left: 10px;
  }

  .py-50 {
    padding: 35px 0;
  }

  #site-footer .download-app-button {
    margin: 0;
    width: 185px;
  }

  /*  #site-footer .footer-block.add-download-block{display: flex;} */

  #site-footer .download-app-button.andoid-app-button {
    margin-right: 8px;
    margin-bottom: 10px;
  }

  #site-footer .footer-block.add-download-block {
    text-align: left;
  }

  #site-footer .footer-bottom {
    margin-top: 20px;
  }

  #site-footer .social-links,
  #site-footer .copyright {
    text-align: left;
  }
  #site-footer{
    padding-top: 30px;
  }
  #site-footer .footer-block .block-title{
    font-size: 13px;
  }
}

/* footer styling end here */

/* Media Queries
  --------------------------------------------- */

@media all and (max-width : 768px) {

  .medanta-navbar #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  .medanta-navbar nav {
    margin: 0;
  }

  .medanta-navbar .toggle+a,
  .medanta-navbar .menu {
    display: none;
  }

  .medanta-navbar .toggle {
    display: block;
    background-color: #254441;
    padding: 0 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    border: none;
  }

  .medanta-navbar .toggle:hover {
    background-color: #000000;
  }

  .medanta-navbar [id^=drop]:checked+ul {
    display: block;
  }

  .medanta-navbar nav ul li {
    display: block;
    width: 100%;
  }

  .medanta-navbar nav ul ul .toggle,
  .medanta-navbar nav ul ul a {
    padding: 0 40px;
  }

  .medanta-navbar nav ul ul ul a {
    padding: 0 80px;
  }

  .medanta-navbar nav a:hover,
  .medanta-navbar nav ul ul ul a {
    background-color: #000000;
  }

  .medanta-navbar nav ul li ul li .toggle,
  .medanta-navbar nav ul ul a {
    background-color: #212121;
  }

  .medanta-navbar nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  .medanta-navbar nav ul ul li:hover>ul,
  .medanta-navbar nav ul li:hover>ul {
    display: none;
  }

  .medanta-navbar nav ul ul li {
    display: block;
    width: 100%;
  }

  .medanta-navbar nav ul ul ul li {
    position: static;

  }
}

@media all and (max-width : 330px) {

  .medanta-navbar nav ul li {
    display: block;
    width: 94%;
  }

}

@media screen and (max-width:768px) {
  .margintopmobhospital {
    margin-top: 20px;
  }

  .modal__dialog {
    width: 95%;
  }

  /* .slick-arrow-style-1 .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px;
  } */
  .md-bannerfloat.slick-arrow-style-1 .slick-arrow.slick-next {
    right: -15px !important;
  }

  .md-bannerfloat.slick-arrow-style-1 .slick-arrow.slick-prev {
    left: -15px !important;
  }

}


/* header ends */


/* page breadcrumb start here */
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb ul li {
  display: inline;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb ul li:before {
  content: '/';
  margin: 0 5px;
}

.breadcrumb ul li:first-child:before {
  display: none;
}

@media screen and (max-width:1599px) {
  .breadcrumb ul li {
    font-size: 15px;
  }
}

@media screen and (max-width:1199px) {
  .breadcrumb ul li {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .breadcrumb ul li {
    font-size: 13px;
  }
  .breadcrumb{
    margin-bottom: 25px !important;
    display: none;
  }
}

/* end of page breadcrumb */


/* customtabs */
.custom-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-tabs.tab-style1 ul li {
  margin-bottom: 15px;
}

.custom-tabs.tab-style1 ul li a,
.custom-tab-content .custom-tab.tab-style1 {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  padding: 16px 60px 16px 25px;
  display: block;
  background-color: #fff;
  position: relative;
}

.custom-tabs.tab-style1 ul li a.active,
.custom-tab-content .custom-tab.tab-style1.active {
  color: var(--primary);
}

.custom-tabs.tab-style1 ul li a.active .icon,
.custom-tab-content .custom-tab.tab-style1.active .icon {
  border-color: var(--primary);
}

.custom-tabs.tab-style1 ul li a.active svg path,
.custom-tab-content .custom-tab.tab-style1.active svg path {
  stroke: var(--primary);
}

.custom-tabs.tab-style1 ul li a .icon,
.custom-tab-content .custom-tab.tab-style1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #454545;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.10);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  border-radius: 50%;
}

.custom-tabs.tab-style2 ul {
  border-top: 1px solid #CCCCCC;
  width: 400px;
  max-width: 100%;
}

.custom-tabs.tab-style2 ul li a,
.custom-tab-content .custom-tab.tab-style2 {
  padding: 16px 30px 16px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}

.custom-tabs.tab-style2 ul li a.active,
.custom-tab-content .custom-tab.tab-style2.active {
  color: var(--primary);
  font-weight: 700 !important;
  border-bottom-color: var(--primary);
}

.custom-tabs.tab-style2 ul li a.active svg path,
.custom-tab-content .custom-tab.tab-style2.active svg path {
  stroke: var(--primary);
}

.custom-tabs.tab-style2 ul li a .icon,
.custom-tab-content .custom-tab.tab-style2 .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 13px;
  justify-content: end;
  border-radius: 50%;
}


/* .custom-tab-content .custom-tab-panel.active {
  
} */

.custom-tab-content .custom-tab-panel .custom-tab {
  display: none;
}

.custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img {
  text-align: center;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px dashed #323232;
  border-radius: 50%;
  position: relative;
}

.custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img img {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
}

.custom-tab-content .custom-tab-panel .content .img-wrap.square-image img{
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.14);
}

.custom-tab-content .custom-tab-panel ul,
.custom-tab-content .custom-tab-panel ol{
  margin: 0;
  padding: 0 0 0 15px;
}

@media screen and (min-width:768px) {
.custom-tab-content .custom-tab-panel:not(.active) {
  z-index: -999999999;
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

.custom-tabs.tab-style2{
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 8px;
}
.custom-tabs.tab-style2.noscroll{
  max-height: none;
}
.custom-tabs.tab-style2::-webkit-scrollbar {
  width: 3px;
}

.custom-tabs.tab-style2::-webkit-scrollbar-track {
  background: #EDEDED;
}

.custom-tabs.tab-style2::-webkit-scrollbar-thumb {
  background: #C5C5C5;
}

}

@media screen and (min-width:1200px) {
  .custom-tabs-col-container {
    align-items: center;
  }

  .custom-tabs.tab-style1 ul li a{
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .anchor-button:hover{
    color: var(--primary);
  }
  .anchor-button:hover span{
    transform: translateX(5px);
  }
  .anchor-button:hover span{
    transform: translateX(5px);
  }

  .eqslides-height .slick-track .eqheight {
    height: 100% !important;
  }

}

@media screen and (max-width:1599px) {
  .custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img {
    width: 360px;
    height: 360px;
  }

  .custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img img {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width:1199px) {
  .custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img {
    margin-bottom: 30px;
  }
  .customtabs-section-1 .col-wrap .col4{
    width: 40%;
}
.customtabs-section-1 .col-wrap .col8{
    width: 60%;
}
.customtabs-section-1 .col-wrap .col5,
.customtabs-section-1 .col-wrap .col7{
    width: 100%;
}
.customtabs-section-1 .content ul{
    padding: 0 0 0 15px;
    margin-bottom: 30px;
}


.customtabs-section-2 .col-wrap .col4{
  width: 40%;
}
.customtabs-section-2 .col-wrap .col8{
  width: 60%;
}
.customtabs-section-2 .col-wrap .col6,
.customtabs-section-2 .col-wrap .col6{
  width: 100%;
}

}


@media screen and (max-width:767px) {

  .custom-tabs,
  .custom-tab-content .custom-tab-panel .content {
    display: none;
  }

  .custom-tab-content .custom-tab-panel,
  .custom-tab-content .custom-tab-panel.active .content,
  .custom-tab-content .custom-tab-panel .custom-tab {
    display: block;
  }

  .custom-tab-content .custom-tab-panel .content.alt {
    padding: 20px 0 10px 0;
  }

  .custom-tab-content .custom-tab-panel .content {
    padding: 30px 0;
  }

  .custom-tab-content .custom-tab.tab-style1 {
    margin-top: 20px;
  }

  .custom-tab-content .custom-tab.tab-style2 {
    border-top: 1px solid #CCCCCC;
  }

  .custom-tab-content .custom-tab.tab-style2 .icon,
  .custom-tab-content .custom-tab.tab-style1 .icon {
    transform: rotate(90deg);
  }

  .custom-tab-content .custom-tab.tab-style2.active .icon,
  .custom-tab-content .custom-tab.tab-style1.active .icon {
    transform: rotate(-90deg);
  }

  .custom-tab-content .custom-tab.tab-style2 .icon {
    top: 0;
  }

  .custom-tab-content .custom-tab.tab-style2.active .icon {
    top: 20px;
  }

  .custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img {
    width: 300px;
    height: 300px;
  }

  .custom-tab-content .custom-tab-panel .content .img-wrap.bordered-img img {
    width: 260px;
    height: 260px;
  }

  .customtabs-section-1 .col-wrap .col4,
  .customtabs-section-1 .col-wrap .col8,
  .customtabs-section-1 .col-wrap .col5,
  .customtabs-section-1 .col-wrap .col7{
      width: 100%;
  }

  .customtabs-section-2 .col-wrap .col4,
        .customtabs-section-2 .col-wrap .col8,
        .customtabs-section-2 .col-wrap .col5,
        .customtabs-section-2 .col-wrap .col7{
            width: 100%;
        }

}

/* end of custom tabs */

/* quick-links-slider start here */

.quick-links-slider .slick-list {
  padding: 25px 0;
}

.quick-link a {
  display: flex;
  padding: 15px;
  gap: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.14);
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.quick-link a .icon {
  width: 62px;
  height: 62px;
}

.quick-link a .icon svg {
  width: 62px;
  height: 62px;
}

@media screen and (min-width:768px) {
  .quick-links-slider {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .quick-links-slider .slide-item {
    width: 33.33%;
  }

  .quick-link a{
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1599px) {
  .quick-link a {
    font-size: 18px;
  }
}

@media screen and (max-width:1199px) {
  .quick-link a {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .quick-link a {
    display: block;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.14);
  }

  .quick-link a .icon {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
  }
  .quick-link a .icon svg{
    width: 48px;
    height: 48px;
  }
}

/* quick-links-slider ends here */

/*start of phone-contact-section */
  .phone-contact-section{
    position: relative;
  }
  .phone-contact-section img{
    width: 100%;
    height: auto;
  }
  .phone-contact-section .phone-number{
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .phone-contact-section .phone-number .icon,
  .phone-contact-section .phone-number .icon svg{
    width: 72px;
  }
  .phone-contact-section .phone-number .heading-lg{
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
  }
  .phone-contact-section .phone-number .heading-lg small{
    display: block;
    font-size: 75%;
  }
  .phone-contact-section .phone-number .heading-lg a{
    color: inherit;
  }

  .phone-contact-section.layout1 .phone-number{
    display: block;
    text-align: center;
  }
  .phone-contact-section.layout1 .phone-number .icon-heading .icon,
  .phone-contact-section.layout1 .phone-number .icon-heading .icon svg{
    width: 42px;
    margin:0 15px 0 0;
    height: 42px;
  }
  .phone-contact-section.layout1 .icon-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  @media screen and (min-width:1200px){
    .phone-contact-section.layout1 .heading-lg small{
      font-size: 85%;
      margin-top: 10px;
    }
      .phone-contact-section.layout1 .heading-lg{
      font-size: 28px;
    }
  }
  
  @media screen and (max-width:991px){
  .phone-contact-section.layout1 .icon-heading{
    margin-bottom: 20px;
  }
  .pagenotfound-section .links-container{margin-bottom: -120px;}
}
  @media screen and (max-width:767px){
    .phone-contact-section .phone-number{
      display: block;
      text-align: center;
    }
    .phone-contact-section .phone-number .icon{
      margin: auto;
      width: 48px;
      height: 48px;
      margin-bottom: 10px;
    }
    .phone-contact-section .phone-number .icon svg{
      width: 48px;
      height: 48px;
    }

    .pagenotfound-container{flex-wrap: wrap; margin-bottom: 30px;}
    .pagenotfound-container .pagenotfound-content{width: 100%; order: 2;}
    .pagenotfound-container .image-wrap{width: 100%; order: 1; margin-bottom: 30px;}
    .pagenotfound-section .links-container{margin-bottom: -100px;}

    .theme-button{min-width: 140px;}
    .modal__content .modal-body{max-height: 65vh;}
  }
/* end of phone-contact-section */

.myaccount-conten .top-head-sp{font-weight: 600;}
.cart-summary{position: relative;}

.modal .action-button{justify-content: center !important; gap: 10px !important;}


@media screen and (max-width: 400px){
  .modal .action-button .theme-button{min-width: 130px;}
}
@media screen and (max-width: 380px){
  .modal .action-button{flex-wrap: wrap !important;}
  
}

.phone-prefix{position: relative; margin-top: 4px;}
.phone-prefix .prefix-txt{position: absolute; font-size: 13px; white-space: nowrap; left: 0; width: 45px; font-weight: 500; top: 0; height: 100%; display: flex; align-items: center; justify-content: center;}
.phone-prefix input[type="text"]{padding-left: 48px !important; margin-top: 0 !important;}
.recent-blogs-slider .thumb-ratio.thumb-ratio2{padding-bottom: 66.25%;}

.athenafixedheader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.athenafixedheader-top-bar {
  background-color:#01184c; /* Adjust to match the exact blue color */
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 14px;
}

.athenafixedheader-social-icons a, .athenafixedheader-right-links a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}


.site-header {
  height: 115px  !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 15px 0;
  }
  #site-footer{
    padding: 20px;
  }
  
@media (max-width: 767px) {
  .athenafixedheader-right-links{
    display: none;
  }
  .container{
    padding: 10px;
  }
  #athena-logo-mobile-device{
    width:100px;
  }
  .footer-mobile-para{
    margin-bottom:10px;
  }
}
@media (max-width: 767px) {
  #site-footer{
    margin-bottom:100px !important;

  }
  .filter-header.wow.fadeInUpmb-40{
      margin-top:50px;
  }
 }
 .shareaholic-canvas{
  display: none;
 }
 .share-post{
  display: none;
 }
 
 @media only screen and (max-width: 1080px) and (max-height: 2340px) {
    #samsunh {
        width: 100% !important;  /* Full width */
      
    }
}
body {
    padding-top:0px !important;
}

.site-header nav .menu {
display: flex;
margin-left:40px !important;
}


@keyframes bgColorChange {
  0% {
    background-color: #f83636; /* red */
  }
  100% {
    background-color: #f83636; /* yellow */
  }
}
.custom-input {
  border: none;
  border: 0px solid #ffffff !important;
    border-radius: 5px;
    border-bottom: 2px solid !important;
background-color:#ebebeb;
  padding: 8px 4px;
  width: 100%;
  margin-bottom:15px !important;
  border:0px;
  outline: none;
  font-size: 16px;
}

.custom-input:focus {
  border-bottom-color: #007BFF; /* Optional: blue border on focus */
  background-color: #fff;       /* Optional: white bg on focus */
}

.popup-form {
  display: none;
 font-family:poppins;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: auto;
  padding: 20px; /* for small screens only */
}

.popup-content {
  background: white;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  position: relative;
  margin: auto;
}


  .popup-content input,
  .popup-content select,
  .popup-content textarea {
    width: 100%;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .popup-content button {
    background-color: #fbce2f;
    color: #000;
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Jost;
  }

  .trust-elements {
    margin-top: 20px;
    font-size: 14px;
    color: #444;
  }

  .trust-elements p {
    margin: 5px 0;
  }

  .close-btn {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
  }

  .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
  }

  .radio-option {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }
  input, select{
      margin-bottom:0px !important;
  }

  .footer {
    background-color: #f9f9f9;
    padding: 50px 20px 20px;
    
    color: #333;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .footer-box {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
  }
  
  .logo-box img {
    max-width: 260px;
    margin-bottom: 15px;
  }
  
  .footer-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-box ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
  }
  
  .social-icons {
    margin-bottom: 15px;
  }
  
  .social-icons a {
    margin: 0 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: #0056b3;
  }
  .footer h3{
  padding-bottom:20px;
  line-height:0px ;
  }
  
  /* Optional: Equalize spacing for visually balanced look */
  .footer-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
    padding-bottom: 0px !important;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .footer-box h3{
  
      padding-bottom: 0px !important;
    }
    .footer-container,
    .footer-box,
    .footer-bottom,
    .footer-bottom p,
    .social-icons {
      text-align: left !important;
    }
   
      #resp2{
      margin-top:0px !important;
    }
  
    /**/
    #margin{
      margin-top:-22px;
    }
    #mb10{
     margin-bottom:10px;
    }
    #stats-section{
      margin-top:-30px;
    }
  
  }

  @media (max-width: 768px) {
    .athena-heading {
        text-align: center;
        font-size: 18px !important;
    }
    #mt-10{
      margin-top:20px;
    }
}
  

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
  .radio-group {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 12px !important;
    align-items: center;
    justify-content: flex-start;
  }

  .radio-option {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 14px;
    white-space: nowrap;
  }

  .radio-option input[type="radio"] {
    width: 16px;
    height: 16px;
    appearance: auto !important;
    -webkit-appearance: radio !important;
    position: relative;
    margin: 0;
  }
}

.popup-content{
    display:none !important;
}
  
  @media (max-width: 768px) {

  .logo-box img {
    min-width: 185px;
    height: auto;
    max-width: 100%;
  }

  .footer-box {
    min-height: 180px;
  }

}

@media (max-width:768px){
.athenafixedheader-social-icons {
display: flex;
gap: 0px !important;
}
}

