
@font-face {
  font-family : gotham500;
  src : url(../fonts/gotham500-webfont.woff2) format("woff2"), url(../fonts/gotham500-webfont.woff) format("woff");
  font-weight : 400;
  font-display : swap;
  font-style : normal
}
@font-face {
  font-family : gothambook;
  src : url(../fonts/gothambook-webfont.woff2) format("woff2"), url(../fonts/gothambook-webfont.woff) format("woff");
  font-weight : 400;
  font-display : swap;
  font-style : normal
}
@font-face {
  font-family : gothamlight;
  src : url(../web/fonts/gothamlight-webfont.woff2) format("woff2"), url(../fonts/gothamlight-webfont.woff) format("woff");
  font-weight : 400;
  font-display : swap;
  font-style : normal
}
@font-face {
  font-family : gothammedium;
  src : url(../fonts/gothammedium-webfont.woff2) format("woff2"), url(../fonts/gothammedium-webfont.woff) format("woff");
  font-weight : 400;
  font-display : swap;
  font-style : normal
}
@font-face {
  font-family : gothamlight;
  src : url(../fonts/gotham_ultra-webfont.woff2) format("woff2"), url(../fonts/gotham500-webfont.woff) format("woff");
  font-weight : 400;
  font-display : swap;
  font-style : normal;
 font-display: swap;}



body{
  scroll-behavior: smooth;
  font-family: 'gotham', sans-serif !important;
}
.ultraFont {
    font-weight: 600 !important;
    font-family: gothammedium, sans-serif !important;
}
.text-light, p, li {
    font-family: gothamlight;
}
p, span{font-family: 'gothamlight', sans-serif !important;font-weight: 400 !important;}
h1, h2, h3{ font-family: 'gothammedium', sans-serif !important;font-weight: 500 !important;}

.top-bar {
    padding: 20px 0px;
}
.hero-banner{
  position: relative;
}

.marquee{
  position: relative;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 9;
}

  
  .dropdown {
    position: relative;
    width: 90%;
  }
  
  .dropdown-btn {
    width: 100%;
    padding: 12px 15px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #FF6820;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
  }
  
  .dropdown-btn::after {
    content: "";
    background-image: url(../secon-opinion/assets/img/arrow.svg);
    width: 20px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
  }
  
  .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background: white;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0px 10px 10px #00000010;
  }
  
  .dropdown-menu li {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .dropdown-menu li:hover {
    background: #FF6820;
    color: white;
  }
  
  .dropdown.active .dropdown-menu {
    display: block;
  }

.plr-100{
    padding: 0px 100px;
}

ul.header-phone-number {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

ul.header-phone-number li{
    list-style-type: none;
  }
ul.header-phone-number img{
  margin-right: 10px;
}

ul.header-phone-number li span{
    display: block;
    color: #FF6820;
    width: 100%;
    font-weight: 600 !important;
  }
.marquee__track p {
    color: rgba(139, 11, 4, 1);
}
ul.header-phone-number li a{
   margin-bottom: 0px;
   font-weight: 500;
   color: black;
   font-size: 16px;
   text-decoration: none;
  }

  a.get-quote{
    width: 80%;
    float: right;
    background-color: #046A38;
    padding: 12px 0px;
    border-radius: 15px;
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  
  .navbar{
    background-color: #FF6820;
  }
  .nav-link {
    padding: 10px 30px !important;
    color: white;
    font-size: 16px;
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
    padding: 10px 0;
  }
  
  .marquee__track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: marquee 50s linear infinite;
  }
  
  .marquee:hover .marquee__track {
    animation-play-state: paused;
  }
  
  .marquee__track span {
    color: rgba(139, 11, 4, 1);
    font-size: 16px;
    white-space: nowrap;
  }
  

  
  /* Animation */
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  

  .custom-file-upload {
    display: inline-block;
    padding: 12px 10px;
    cursor: pointer;
    background-color: #FF6820;
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    width: 180px;
    text-align: center !important;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
    .custom-file-upload span#fileLabel {
    font-size: 13px;
}
  .custom-file-upload:hover {
    background-color: #FF6820;
  }
  
  .custom-file-upload input[type="file"] {
    display: none;
  }
  
  .baner-content{
    text-align: center;
  }

  .banner-form{
    background-color: white;
    /* padding: 50px 20px; */
    padding: 25px 20px;
    border-radius: 20px;
  }
  .banner-form form{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }

  .banner-form form input{
    padding: 12px;
    border-radius: 10px;
    width: 260px;
    border: 1px solid #ccc;
  }

  .banner-form form button{
    width: 180px;
    
    background-color: #046A38;
    padding: 12px 0px;
    border-radius: 15px;
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border: 0px;
    font-weight: 500;
  }
  .banner-video {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.banner-video::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    content: "";
}
  .banner-video video {
    width: 100%;
    height: 650px;
    border-radius: 0px;
    object-fit: cover;
}
.baner-content{
    position: absolute;
    top: 62%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.banner-form h2 {
    font-size: 30px;
    font-weight: 500;
    color: black;
}

.baner-content h1 {
    font-size: 50px;
    color: white;
    font-family: 'gothamlight', sans-serif !important;
}


.baner-content h1 span {
    font-weight: 900 !important;
    display: block;
    font-family: 'gothammedium', sans-serif !important;
}

.baner-content p{
   font-size: 16px;
   color: white;
   margin-bottom: 50px;
}

.banner-form p {
    font-size: 16px;
   
    color: black !important;
    margin-bottom: 20px;
}

section{
    padding: 70px 0px;
}
.counter-box{
    padding: 30px;
    background-color: #FF863730;
    text-align: center;
    border-radius: 20px;
}

.counter-box h2{
    font-size: 50px;
    color: #FF8637;
    margin-bottom: 5px;
    font-weight: 500;
}

.counter-box p {
    font-size: 20px;
    color: #000;
    font-weight: 500 !important;
    margin-bottom: 0px;
    font-family: 'gothammediam', sans-serif !important;
}

.dectors{
    background-color: #FF6820;
}
.dectors h2{
    font-size: 40px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.dectors p{
    font-size: 16px;
    color: white;

    text-align: center;
}


.modal-body{
    padding: 30px;
}
.modal-body h2{
    color: #FF6820;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.modal-body p{
    color: #000;
    margin-bottom: 30px;
    font-size: 16px;
 text-align: center;
}
.modal-body label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.modal-body label input{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}


.modal-body label textarea{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100px;
}


.modal-body button{
    width: 100%;
    padding: 12px 15px;
    border: 0px;
    border-radius: 10px;
    background-color: #FF6820;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.check-box{
    display: flex;
}
.check-box input{
    width: auto;
    display: inline-block;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
  }
  
  /* Create a custom checkbox */
  .custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 4px; /* Slightly rounded corners */
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
  }
  
  /* Checkmark */
  .custom-checkbox::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.2s;
  }
  
  /* When checked */
  input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #FF6820;
    border-color: #FF6820;
    text-align: center;
  }
  
  input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
    text-align: center;
  }

  .doctor-card{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
  }

 .doctor-card img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
}
section#stories .owl-dots .owl-dot span {
    display: none;
}
.steps-form input::placeholder{color: #000;}
  .doctor-bio{
    overflow: auto;
    padding: 20px;
    background-color: white;
    text-align: center;
    width: 100%;
  }
  .steps-form input:focus-visible, .steps-form select:focus-visible{outline:0}
  .doctor-bio .btn1{
    width:100%;
    float: right;
    background-color: #046A38;
    padding: 12px 0px;
    border-radius: 15px;
    color: white;
    border: 0px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;

  }

  .doctor-bio h3{
    font-size: 18px;
    font-weight: normal;
  }

  .doctor-bio p{
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.dectors .col-lg-12 p{
    font-size: 16px;
}

.main-heading h2{
  font-size: 40px;
  margin-bottom: 10px;
}

.main-heading p{
  font-size: 16px;
  margin-bottom: 10px;

}

.step-list ul{
  padding: 20px 25px;
  border-radius: 20px;
  margin: 0px;
  margin-bottom: 20px;
  background-color: #DEFFEF;
}

.step-list ul li{
  list-style-type: none;
}
.step-list li h3 {
  font-size: 20px;
  font-weight: 500;
  color: #046A38;
}
.step-list li h3 p{    font-size: 20px;
    font-weight: 500;font-family: 'gothammedium', sans-serif !important;
    color: #046A38;}
.step-list li p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}
.pr-5{
  padding-right: 50px;
}

.steps-form label{
  width: 100%;
  height: auto;
  margin-bottom: 25px;
 
}


.steps-form input{
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0px;
  border: 1px solid #ccc;
}


.steps-form select{
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0px;
  background-color: white;
  border: 1px solid #ccc;
}



.steps-form button{
  width: 100%;
  float: right;
  background-color: #046A38;
  padding: 12px 0px;
  border-radius: 10px;
  color: white;
  border: 0px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

button{
  height: 51px;
  border-radius: 15px;
}
.step-list ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.professional-video{
  background-color: #FF6820;
}

.session-list ul{
  display: flex;
  gap: 30px;
  margin: 30px 0px;
  align-items: center;

}
.session-list ul li img{
  
}

.session-list ul li{
 list-style-type: none;
}

.session-list ul li h3{
  font-size: 20px;
  font-weight: 500;
  color: white;
 }

.session-list ul li p{
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
 }

 .call-btn{
  margin-top: 20px;
  display: inline-block;
  background-color: white;
line-height: 20px;
  padding: 15px 30px;

  border-radius: 15px;
  color: #FF6820;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: 200ms;
 }
 .call-btn:hover{
  color: white;
  background-color: black;
 }

 .profession-img{
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 20px;
 }

 .cancer-treated{
  text-align: center;
 }

 ul#myTab {
  text-align: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  border: 0px;
}

.text-orange{
  color: #FF6820;
}

.nav-tabs .nav-link{
  color: #046A38;
  font-weight: 600;
  background-color: white;
  border: 1px solid #046A38;
  border-radius: 15px;
  transition: 200ms;
}


.nav-tabs .nav-link:hover{
  font-weight: 500;
  background: #046A38;
  color: white;
  border: 1px solid #046A38;
  border-radius: 15px;
}

.nav-tabs .nav-link.active{
  background: #046A38;
  color: white;
}

.tab-list ul{
  margin-top: 50px;
  padding: 0px;
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 30px;
}

.tab-list ul li{
  list-style-type: none;
  text-align: center;
  font-size: 16px;
}

.tab-list ul li img{
  margin-bottom: 20px;
  font-weight: 500;
}
.tab-list ul li p{
  
}


#byCancer ul {
    display: flex;
    justify-content: center;
}
#byCancer ul li{width: 18%;}
.video-container {
  position: relative;
  width: 1000%;
  max-width: 100%;
  cursor: pointer;
}

video {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  opacity: 0.8;
  pointer-events: none; /* allows clicking the video behind */
}

.video-container.paused .play-button {
  display: block;
}

.video-container.playing .play-button {
  display: none;
}


  /* Full width mask */
  .carousel-mask {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    margin-top: 50px;
  }

  /* Allow scaling overflow */
  .center-carousel .owl-stage-outer {
    overflow: visible;
  }

  /* Item base */
  .center-carousel .item {
    background: #dee2e6;
    padding:0px;
    border-radius: 16px;
    text-align: center;
    font-size: 22px;
    transition: all 0.45s ease;
  }

  .center-carousel .item img{
    height: 400px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  /* Side items (partially hidden) */
  .center-carousel .owl-item.active .item {
    transform: scale(0.85);
    opacity: 0.4;
  }

  /* Center item */
  .center-carousel .owl-item.active.center .item {
    color: #fff;
    transform: scale(1.25);
    opacity: 1;
    z-index: 5;
  }

  /* Hide nav arrows */
  .owl-nav {
    display: none !important;
  }

  ul.nav.nav-tabs.mb-4.justify-content-center {
    gap: 20px;
    border: 0px;
}

.technology .owl-dots.disabled{
    display: block !important;
    position: relative;
    top: 60px;
    gap: 10px;
}

.owl-dot{
  width: 10px;
  margin: 0px 5px !important;
  height: 10px;
  background-color:#D9D9D9 !important;
}
.owl-dot.active{
  width: 10px;
  height: 10px;
  background-color:#FF6820 !important;
}
.bg-orange{
  background-color: #FF6820;
}

.board-box{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 525px;
  background-color: white;
}

.board-box img{
  width: 100%;
  height: 280px;
  object-fit: cover;

}

.board-txt{

  padding: 20px;
}
.board-txt h3{
font-size: 20px;
color:rgba(4, 106, 56, 1);
margin-bottom: 15px;
font-weight: 500;
}

.board-txt p{
  font-size: 16px;
  line-height: 25px;
  }

  .mt-50{
    margin-top: 50px;
  }

  .patient-story video{
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
  }

  .video-txt{
    text-align: center;
    margin-top: 15px;
  }

  .second-img img{
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  .opinion-box{
    border-radius: 20px;
    overflow: hidden;
  }

  .opinion-box img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    height: 200px;
    object-fit: cover;
  }

  .opinion-txt{
    text-align: center;
    padding: 20px;
    background-color: white;
        min-height: 216px;
  }

  .opinion-txt h3{
 font-size: 20px;
 color: #FF6820;
 font-weight: 500;
     min-height: 48px;
  }
  .opinion-txt p{
    font-size: 16px;
    color: #000;
   margin-bottom: 0px;
     }


     .number-txt p{
      font-size: 20px;
      margin-bottom: 50px;
     }

     .number-count{
     background-color: #f9f9f9;
      text-align: center;
      border-radius: 20px;
      padding: 30px;
      border: 1px solid #eaeaea;
     }

     .number-count h2{
      font-size: 30px;
      text-align: center;
      font-weight: 600 !important;
      color: #FF6820;
     }
    .video-txt p {
    color: rgba(0, 0, 0, 1);
    font-weight: 400 !important;
    font-family: 'gothammediam', sans-serif !important;
}
     .number-count p{
      margin-bottom: 0px;
     }

     .get-btn a{
      display: inline-block;
    background-color: #046A38;
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    transition: 200ms;
     }

     .get-btn a:hover{
      display: inline-block;
    background-color: #000;
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
     }


     .img-box img{
      max-width: 100%;
      width: 100%;
      vertical-align: middle;
      border-radius: 20px;
     }

     .btn-green{
      display: inline-block;
      background-color: #046A38;
      padding: 12px 30px;
      border-radius: 10px;
      color: white;
      width: auto;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      margin-top: 30px;
      transition: 200ms;
     }

     .btn-green:hover{
      background-color: #000;
     }

     .accordion{
      background-color: transparent !important;
     }

     .accordion-item{
      border: 0px;
      margin-bottom: 20px;
      background-color: #FFF9F9 !important;
     }

     .accordion-button:not(.collapsed){
      border: 0px;
      box-shadow: none !important;
      box-sizing: 0px;
      background-color: #FFF9F9 !important;
     }

     .accordion-header button{
      font-size: 18px !important;
      height: auto;
      font-weight: 500 !important;
      color: #1F1F1F !important;
      outline: none;
      border: 0px !important;
      background-color: #FFF9F9 !important;
     }

     .accordion-header button:focus{
   box-shadow: none !important;
     }

     .accordion-button::after{
      background-color: #FF6820;
      width: 25px;
      height: 26px;
      border-radius: 50px;
      background-size: cover;
     
      text-align: center;
      vertical-align: middle;
      align-items: center;
      background-image: url("../secon-opinion/assets/img/plus.svg") !important;
     }


     .accordion-button:not(.collapsed)::after{
      background-color: #FF6820;
      width: 25px;
      height: 26px;
      border-radius: 50px;
      background-size: cover;
     
      text-align: center;
      vertical-align: middle;
      align-items: center;
      background-image: url("../secon-opinion/assets/img/minus.svg") !important;
     }
     .accordion-body {
      padding: 5px 40px 30px 30px;
      color: #212529;
      margin-bottom: 10px;
      line-height: 30px;
      font-size: 16px;
  }
  
  

  .carousel-wrapper {
    position: relative;
    width: 100%;
  }
  
  .health-box {
    background: #eee;
    padding: 0px;
    border-radius: 20px;
    overflow: hidden;
  }

  .health-box img{
    height: 300px;
    object-fit: cover;
  }

  .box-txt{
    padding: 20px;
    text-align: left;
  }
  .box-txt h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #046A38;
  }

  /* Custom arrow styling */
  .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-size: 50px;
    height: auto;
    z-index: 10;
  }
  
  .library-prev {
    left: -60px;
    transition: 200ms;
  }
    
  .library-prev:hover{
    left: -70px;
  }
  
  
  .library-next {
    right: -60px;
    transition: 200ms;
  }
  .library-next:hover{
    right: -70px;
  }


  .galery-prev {
    left: -60px;
    transition: 200ms;
  }
    
  .galery-prev:hover{
    left: -70px;
  }
  
  
  .galery-next {
    right: -60px;
    transition: 200ms;
  }
  .galery-next:hover{
    right: -70px;
  }


  .gallery   .custom-arrow {
    color: #000;
  }
  
  .bg-warm{
    background-color: #FFF9F9;
  }

  .hospital-box {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    border-radius: 20px;
  }

  .hospital-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    vertical-align: middle;
  }

  .hospital-txt{
    padding: 20px;
    text-align: center;
  }
  .hospital-txt h3{
   font-size: 20px;
   font-weight: 500;
   color: #000;
   margin-bottom: 10px;
       min-height: 48px;
  }
  .hospital-txt ul{
    padding: 0px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }


  .hospital-txt ul li{
  list-style-type: none;
  }

  .hospital-txt ul li a{
    color: #046A38;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
  }

  .cta-details p{
    margin-top: 10px;
    width: 70%;
    font-size: 20px;
  }

  .app-scan img{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .app-scan{
    width: 90%;
    text-align: center;
  }
  .app-scan p{
    width: 80%;
    margin: auto;
    color: white;
    font-size: 14px;
    margin-top: 15px;
  }

  .br-1{
    border-right: 1px solid white;
  }

  .float-right{
   margin-left: 25px;
  }
  .cta{
    padding: 0px 0px;
  }

  footer{
    background-color: #252525;
    padding: 50px 0px;
  }

  .footer-links h3{
    font-size: 18px;
    color: white;
    font-weight: 500;
  }

  .footer-links ul{
    padding: 0px;
    margin-top: 10px;
  }

  .footer-links ul li{
    display: inline-block;
    margin-right: 20px;
    list-style-type: none;
  }

  .footer-links ul li i{
    color: white;
    font-size: 20px;
  }
  .call{
    display: flex;
    gap: 20px;
  }
  .call-icon a i{
    color: white;
    font-size: 25px;
  }

  .call-nmbr{
    font-size: 14px;
    color: #ffffff70;
  margin: 0px;
  }

  .call-nmbr a{
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    display: block;
    margin-top: 5px;
  }
  hr{
    color: white !important;
    margin-top: 30px !important;
  }
  .disclaimer-txt p{
    text-align: justify;
    color: white;
    font-size: 14px;
    margin-top: 20px;
  }


  .copyright p{
    text-align: center;
    color: white;
    margin-top: 60px;
  }

  .app-img img{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: 550px;
    object-fit: cover;
  }

  .modal-body label select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.mob-logo img {
  width: 110px;
  display: none;
}
.navbar-toggler{
  padding: 5px 0px;
}

button{

}

button:focus
{
  box-shadow: none;
}
.fixed-btn{
  display: none;
}

.modal-body{
  position: relative;
}

.btn-close{
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto !important;
  background-color: transparent !important;
  border: 0px !important;
  color: black !important;
  height: auto !important;
}

.offcanvas-header .btn-close {
  right: unset;
  top: unset;
}

button{
  outline: none;
}

.navbar-toggler:focus{
  box-shadow: none !important;
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
      padding: 0;
          margin-top: 20px;

}

.grid-item {
  text-align: center;
      padding: 15px 30px;

}

.grid-item img {
  max-width: 78px;
  margin-bottom: 15px;
}
.grid-item h6, .grid-item h6 a {
    color: #fff;text-decoration: none;
}
.grid-item h6 p, .grid-item h6 p a{font-weight: 600 !important;color: #fff;text-decoration: none;}
.tab-list ul li a {
    color: #212529;
    text-decoration: none;
    float: left;
    width: 100%;
}
.tab-list ul li a {
    float: left;
    width: 100%;
}
.dropdown-menu li {
    padding: 7px;
    font-size: 15px;
}
button.custom-arrow img {
    filter: brightness(0) invert(1);
}
button.dropdown-btn span {
    font-family: 'gothammediam', sans-serif !important;
    font-weight: 400 !important;color: #000;
}
ul.header-phone-number li a{font-family: 'gothammediam', sans-serif !important;font-weight: 600 !important;}
/* Mobile */

video.visible-xs{display: none;}
form.second-opinion-form.row .col-lg-12 label {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 0;
    font-size: 14px;
}
form.second-opinion-form.row  span.custom-checkbox.text-center {
    /* width: 23px; */
        aspect-ratio: 1
}
.banner-form form {
    align-items: baseline;
}
.banner-form form .col-lg-3 {
    padding: 0 7px;
}
.banner-form form label {
    display: inline-block;
    width: 100%;
}
.banner-form form input {
    width: 100%;
}
.banner-form form .custom-file-upload{width: 100%;}
.banner-form form button{width: 100%;}
.col-lg-2.row {
    padding: 0 7px;
}
@media (max-width: 767px) {
  .col-lg-10.row, .col-lg-2.row {
    display: contents;
}
form.second-opinion-form.row .col-lg-12 label {
    font-size: 12px;
}
.banner-form form button {
    width: 96% !important;
    margin: 0 auto;
}
  video.hidden-xs{display: none !important;}
video.visible-xs{display: block !important;}
  iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate{left: 0 !important;}
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 #byCancer ul {
    display: grid;
    justify-content: center;
}
#byCancer ul li{width: auto;}
}

@media only screen and (max-width:1024px){
.icon-grid {    grid-template-columns: repeat(4, 1fr);}
  .tab-content .owl-dots{
     position: relative;
     bottom: -50px;
   }
   .fixed-btn{
     display: block;
     position: fixed;
     z-index: 99999;
     bottom: 0px;
     left: 0;
     width: 100%;
     background-color: #FF6820;
   }

   .fixed-btn button{
     padding: 15px 15px 10px 15px;
     height: auto;
     background-color: #FF6820;
     border: 0px;
     color: white;
     border-radius: 0px;
     line-height: 20px;
     font-size: 15px;
     width: 100%;
     text-align: center;
   }

   .br-1{
     border-right: 1px solid #fff;
   }

.mob-logo img {
 width: 110px;
 display: block;
}

   a.get-quote{
     width: 100%;
   }

 .nav-link{
   color: black;
 }
 .dropdown {
   position: relative;
   width: 100%;
}

   .tab-list ul {
     margin-top: 50px;
     padding: 0px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .float-right {
   margin-left: 0px;
}

h2{
 font-size: 25px !important;
 line-height: 30px;
}

.galery-prev {
 left: 40%;
 transition: 200ms;
}

section.health-library.bg-orange {
  padding-bottom: 70px;
}

.galery-next {
 left: 60%;
 transition: 200ms;
 right: unset;
}

.library-prev {
 left: 40%;
 transition: 200ms;
}


.library-next {
 left: 60%;
 transition: 200ms;
 right: unset;
}
.custom-arrow{
 top: unset;
 transform: translate(-50%,0);
 bottom: -60px;
}

.plr-100{
 padding: 0px 15px;
}
.baner-content h1 {
 font-size: 35px;
 color: white;
}
.banner-video video {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0px;
}

.banner-form form{
 display: block;
}

.baner-content p {
 font-size: 16px;
 color: white;
 margin-bottom: 30px;
}
.banner-form{
 width: 100%;
 display: block;
 padding: 30px 15px;
}
.banner-form label{
 display: block;
 width: 100%;
 margin-bottom: 10px;
}

.banner-form label input{
 max-width: 100%;
 width: 100%;
}
.banner-form form button{
 width: 100%;
}

.counter-box{
 margin-bottom: 10px;
}

section{
 padding: 40px 0px;
}

.doctor-card{
 margin-bottom: 20px;
 overflow: hidden;
}
.pr-5{
 padding-right: 15px !important;
}

.call-btn{
 width: 100%;
 margin-bottom: 30px;
 margin-top: 10px;
 text-align: center;
}
ul#myTab{
 gap: 10px;
}

.nav-tabs .nav-link{
 font-size: 13px;
 padding: 10px 20px !important;
}
.session-list ul{
 padding-left: 0px;
}
.owl-carousel .owl-item img{
 height: 300px;
 object-fit: cover;
}
.carousel-mask {
 width: 100%;
 overflow: hidden;
 padding: 30px 0;
 padding-bottom: 60px;
 margin-top: 00px;
}

.play-button img{
 height: auto !important;
}

.opinion-box{
 margin-bottom: 20px;
}
.get-btn a{
 margin-bottom: 30px;
 text-align: center;
 width: 100%;
}

.app-scan{
 width: 100%;
}

.counter-box p {
 font-size:15px;
 color: #000;
 font-weight: 500;
 margin-bottom: 0px;
}
.footer-links {
 margin-bottom: 40px;
}
.footer-logo {
 margin-bottom: 50px;
}

.call {
 display: flex;
 gap: 20px;
 margin-bottom: 35px;
}
.app-img img {
 width: 100%;
 max-width: 100%;
 vertical-align: middle;
 margin-top: 20px;
}
.banner-video {
 position: relative;
 height: 750px;
 overflow: hidden;
}

.app-img img{
 width: 100%;
 max-width: 100%;
 vertical-align: middle;
 height: 400px;
 object-fit: cover;
}
.cta{
 padding: 40px 0px;
}

.board-box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 585px;
  background-color: white;
}
.nav-link {
  padding: 10px 15px !important;
  color: white;
  font-size: 16px;
}
.call-icon a i {
  color: white;
  font-size: 18px;
}
.patient-story video{
  height: 500px;
}
.mob-logo {
  display: none;
}
/* a.get-quote{
  display: none;
} */
 .top-bar.bg-light.border-bottom .col-6.col-sm-4.d-none.d-lg-block.col-lg-3.text-end {
    display: block !important;
}
 }


@media only screen and (max-width:820px){
.icon-grid {    grid-template-columns: repeat(3, 1fr);}
  .tab-content .owl-dots{
     position: relative;
     bottom: -50px;
   }
   .fixed-btn{
     display: block;
     position: fixed;
     z-index: 99999;
     bottom: 0px;
     left: 0;
     width: 100%;
     background-color: #FF6820;
   }

   .fixed-btn button{
     padding: 15px 15px 10px 15px;
     height: auto;
     background-color: #FF6820;
     border: 0px;
     color: white;
     border-radius: 0px;
     line-height: 20px;
     font-size: 15px;
     width: 100%;
     text-align: center;
   }

   .br-1{
     border-right: 1px solid #fff;
   }

.mob-logo img {
 width: 110px;
 display: block ;
}
.mob-logo {
  display: block !important;
}

   a.get-quote{
     width: 100%;
   }

 .nav-link{
   color: black;
 }
 .dropdown {
   position: relative;
   width: 100%;
}

   .tab-list ul {
     margin-top: 50px;
     padding: 0px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .float-right {
   margin-left: 0px;
}

h2{
 font-size: 25px !important;
 line-height: 30px;
}

.galery-prev {
 left: 40%;
 transition: 200ms;
}

section.health-library.bg-orange {
  padding-bottom: 70px;
}

.galery-next {
 left: 60%;
 transition: 200ms;
 right: unset;
}

.library-prev {
 left: 40%;
 transition: 200ms;
}


.library-next {
 left: 60%;
 transition: 200ms;
 right: unset;
}
.custom-arrow{
 top: unset;
 transform: translate(-50%,0);
 bottom: -60px;
}

.plr-100{
 padding: 0px 15px;
}
.baner-content h1 {
 font-size: 35px;
 color: white;
}
.banner-video video {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0px;
}

.banner-form form{
 display: block;
}

.baner-content p {
 font-size: 16px;
 color: white;
 margin-bottom: 30px;
}
.banner-form{
 width: 100%;
 display: block;
 padding: 30px 15px;
}
.banner-form label{
 display: block;
 width: 100%;
 margin-bottom: 10px;
}

.banner-form label input{
 max-width: 100%;
 width: 100%;
}
.banner-form form button{
 width: 100%;
}

.counter-box{
 margin-bottom: 10px;
}

section{
 padding: 40px 0px;
}

.doctor-card{
 margin-bottom: 20px;
 overflow: hidden;
}
.pr-5{
 padding-right: 15px !important;
}

.call-btn{
 width: 100%;
 margin-bottom: 30px;
 margin-top: 10px;
 text-align: center;
}
ul#myTab{
 gap: 10px;
}

.nav-tabs .nav-link{
 font-size: 13px;
 padding: 10px 20px !important;
}
.session-list ul{
 padding-left: 0px;
}
.owl-carousel .owl-item img{
 height: 300px;
 object-fit: cover;
}
.carousel-mask {
 width: 100%;
 overflow: hidden;
 padding: 30px 0;
 padding-bottom: 60px;
 margin-top: 00px;
}

.play-button img{
 height: auto !important;
}

.opinion-box{
 margin-bottom: 20px;
}
.get-btn a{
 margin-bottom: 30px;
 text-align: center;
 width: 100%;
}

.app-scan{
 width: 100%;
}

.counter-box p {
 font-size:15px;
 color: #000;
 font-weight: 500;
 margin-bottom: 0px;
}
.footer-links {
 margin-bottom: 40px;
}
.footer-logo {
 margin-bottom: 50px;
}

.call {
 display: flex;
 gap: 20px;
 margin-bottom: 35px;
}
.app-img img {
 width: 100%;
 max-width: 100%;
 vertical-align: middle;
 margin-top: 20px;
}
.banner-video {
 position: relative;
 height: 750px;
 overflow: hidden;
}

.app-img img{
 width: 100%;
 max-width: 100%;
 vertical-align: middle;
 height: 400px;
 object-fit: cover;
}
.cta{
 padding: 40px 0px;
}

.board-box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 585px;
  background-color: white;
}
.nav-link {
  padding: 10px 0px !important;
  color: black;
  font-size: 16px;
}
.call-icon a i {
  color: white;
  font-size: 18px;
}
 }

.language-dropdown-menu{
    width: 100%;
    padding: 12px 15px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #FF6820;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}


  @media only screen and (max-width:500px){
    .top-bar.bg-light.border-bottom .col-6.col-sm-4.d-none.d-lg-block.col-lg-3.text-end {
    display: none !important;
}
    .icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }
.doctor-card img {min-height: auto;
    max-height: 351px;}
    .number-count {
    margin: 10px 0;
}
    .board-box {
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 30px;
      min-height: auto;
      background-color: white;
  }

   .tab-content .owl-dots{
      position: relative;
      bottom: -50px;
    }
    .fixed-btn{
      display: block;
      position: fixed;
      z-index: 99999;
      bottom: 0px;
      left: 0;
      width: 100%;
      background-color: #FF6820;
    }

    .fixed-btn button{
      padding: 10px 10px 5px 10px;
      height: auto;
      background-color: #FF6820;
      border: 0px;
      color: white;
      border-radius: 0px;
      line-height: 20px;
      font-size: 15px;
    }

    .br-1{
      border-right: 1px solid #fff;
    }

.mob-logo img {
  width: 110px;
  display: block !important;
}

    a.get-quote{
      width: 100%;
    }

  .nav-link{
    color: black;
  }
  .dropdown {
    position: relative;
    width: 100%;
}

    .tab-list ul {
      margin-top: 50px;
      padding: 0px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }

  .float-right {
    margin-left: 0px;
}

h2{
  font-size: 25px !important;
  line-height: 30px;
}
.modal h2{
  font-size: 25px !important;}
.galery-prev {
  left: 40%;
  transition: 200ms;
}


.galery-next {
  left: 60%;
  transition: 200ms;
  right: unset;
}

.library-prev {
  left: 40%;
  transition: 200ms;
}


.library-next {
  left: 60%;
  transition: 200ms;
  right: unset;
}
.custom-arrow{
  top: unset;
  transform: translate(-50%,0);
  bottom: -60px;
}

.plr-100{
  padding: 0px 15px;
}
.baner-content h1 {
  font-size: 25px;
  color: white;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.banner-form form{
  display: block;
}

.baner-content p {
  font-size: 16px;
  color: white;
  margin-bottom: 30px;
}
.banner-form{
  width: 100%;
  display: block;
  padding: 30px 15px;
}
.banner-form label{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.banner-form label input{
  max-width: 100%;
  width: 100%;
}
.banner-form form button{
  width: 100%;
}

.counter-box{
  margin-bottom: 10px;
}

section{
  padding: 40px 0px;
}

.doctor-card{
  margin-bottom: 20px;
  overflow: hidden;
}
.pr-5{
  padding-right: 15px !important;
}

.call-btn{
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
ul#myTab{
  gap: 10px;
}

.nav-tabs .nav-link{
  font-size: 13px;
  padding: 10px 20px !important;
}
.session-list ul{
  padding-left: 0px;
}
.owl-carousel .owl-item img{
  height: 300px;
  object-fit: cover;
}
.carousel-mask {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  padding-bottom: 60px;
  margin-top: 00px;
}

.play-button img{
  height: auto !important;
}

.opinion-box{
  margin-bottom: 20px;
}
.get-btn a{
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.app-scan{
  width: 100%;
}

.counter-box p {
  font-size:13px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
}
.counter-box
 {
    padding: 20px 5px;}
.footer-links {
  margin-bottom: 40px;
}
.footer-logo {
  margin-bottom: 50px;
}

.call {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.app-img img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 20px;
}
.banner-video {
  position: relative;
  height: 850px;
  overflow: hidden;
}
.baner-content {
    top: auto;
    transform: translate(-50%, -3%);
    bottom: 0;
}
.app-img img{
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: 400px;
  object-fit: cover;
}
.cta{
  padding: 40px 0px;
}
  }


   @media only screen and (min-width:1025px) and (max-width:1370px){
 .counter-box p {
    font-size: 17px;
 }

 .library-next {
    right: -50px;
 }
 .galery-next {
    right: -50px;}
    .galery-prev {
    left: -50px;}
    .library-prev {
    left: -60px;}
}
.steps-form label{display: flex;}
.steps-form label .custom-checkbox{    margin-top: 3px;
    aspect-ratio: 1;
}
.modal-body label {
    display: flex;}
.modal-body label .custom-checkbox{    margin-top: 3px;
    aspect-ratio: 1;
}
@media only screen and (min-width:1330px) and (max-width:1370px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}


@media only screen and (max-width: 390px) {
    .baner-content p {
        font-size: 15px;}
        .banner-form h2{
    font-size: 22px !important;}


    }
/* .popup{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
}

.popup-box{
  background:#fff;
  padding:20px;
  width:300px;
  margin:15% auto;
  text-align:center;
} */
 .btnc {
    text-align: center;
}
#thankyou h3.mediumFont {
    text-align: center;
    color: #8b0b04;
    font-weight: 700;
}
.btn_knowmore, .btn_knowmore:hover, .btn_knowmore:focus {
    background: #8B0B04;
    padding: 8px 20px !important;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    border: 0;
}