* {
  font-family: 'Nunito', sans-serif;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body{
  color: #212529;
}

a{
  text-decoration: none;
}

ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.blueText{
  color: #5236DA;
}

.greenText{
  color: #B6D433;
}

section{
  padding: 60px 0;
}

header .container-fluid{
  padding: 0 100px;
}
header .navbar{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}


.navbar-nav{
  gap: 30px;
  align-items: center;
}

.navbar-nav .nav-link{
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
  display: flex;
}

.navbar-nav .nav-link.active{
  border-radius: 25px;
  border: 1px solid #5236DA ;
  background: #5236DA;
  color: #fff;
  padding: 5px 12px;
}


.navbar-nav .nav-item.topPhoneno .nav-link{
  color: #5236DA;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
}


.navbar-nav .nav-item.loginBtn .nav-link{
  color: #B6D433;
  border: #B6D433 solid 1px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 30px;
}

.navbar-nav .nav-item.loginBtn .nav-link:hover{
    color: #fff;
  border: #B6D433 solid 1px;
  background: #B6D433;
}


section#mainBanner{
  padding-top: 0;
}

/* .bannerContent .content{
  position: absolute;
  top: 20%;
  width: 40%;
} */

.bannerContent .content h2{
  font-family: 'Nunito', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #5236DA;

}

.bannerContent .content h2 span{
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #B6D433;
}

.bannerContent .content p{
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.btn-primary{
  background-color: #B6D433;
  border-color: #B6D433;
  border-radius: 3px;
}

.btn-primary:hover, .btn-primary:active{
  background-color: #9bb81e ;
  border-color: #9bb81e;
  border-radius: 3px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: #9bb81e ;
  border-color: #9bb81e;
}


.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
  background-color: #5236DA !important;
  border-color: #5236DA !important;
  border-radius: 3px;
}



.bookingBtn .btn{
  padding: 15px 35px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot span{
  width: 30px;
  height: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #5236DA;
}

.homebanner-carousel{
  background: url(../images/bannerBg.png) no-repeat left top;
  background-size:100%;
  padding-bottom: 100px;
}

.homebanner-carousel .owl-dots{
  position: absolute;
    bottom: 70px;
    width: 100%;
}

.bannerImg{
  text-align: center;
}

.homebanner-carousel.owl-carousel .owl-item img{
  width: auto;
  max-width: 100%;
  display: inline;
}

.welcomeBlock h1{
  font-size: 20px;
font-weight: 500;
color: #5236DA;
margin-top: 40px;
}

.welcomeBlock h2{
margin: 20px 0;
}



.bluActivityBlock h2{
  background: #5236DA;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  margin-bottom: 0;
}

.bluActivityBlock ul{
  margin: 0;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
   min-height: 500px;
}

.bluActivityBlock ul li{
  list-style: none;
  margin: 10px 0;
  border-bottom: #D9D9D9 dashed 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bluActivityBlock ul li a{
  list-style: none;
  color: #212529;
  text-decoration: none;
}
.bluActivityBlock ul li a:hover{
  color: #5236DA;
  text-decoration: underline;
}

.graybg{
  background: url(../images/graybg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
  padding-top: 120px;
}


.servicesBlock .serviesCard img{
  width: 100%;
  border-radius: 50px;
}


.servicesBlock .serviesCard .col-sm-6{
  position: relative;
}

.servicesBlock .serviesCard .col-sm-6 .services_image{
  position: relative;
  border-radius: 50px;
}


.servicesBlock .serviesCard .col-sm-6 .services_image::after{
  content: "";
  background: rgba(82, 54, 218, 0.50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.servicesBlock .serviesCard .content span.icon img{
  width: auto;
  height: 100px;
  border-radius: 0;
  margin-bottom: 20px;
}

.servicesBlock .serviesCard .content{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.servicesBlock .serviesCard .content p{
  color: #fff;
}

.servicesBlock .serviesCard .content h2{
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.servicesBlock .serviesCard .patients{
  margin-top: 150px;
}
.servicesBlock .serviesCard .travelers{
  margin-bottom: 150px;
}

.servicesBlock .serviesCard .travelers .services_image::after{
  background: rgba(103, 212, 51, 0.4);
}

.servicesBlock .serviesCard .btn-small{
  display: inline-block;
  margin: 0 auto;
}

.servicesLeft{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.servicesLeft p{
  font-size: 40px;
  max-width: 440px;
  margin-bottom: 0;
}

h2.head{
  color: #5236DA;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.doctorscards .item img{
  width: 100%;
  border-radius: 10px;
}

.doctorscards .item .content{
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  width: 80%;
    margin: auto;
    margin-top: -20px;
    position: relative;
    padding: 10px;
    text-align: center;
}

.doctorscards .item .content p{
  margin-bottom: 0;
  font-size: 14px;
font-weight: 300;
}

.doctorscards .item .content h3{
  font-size: 20px;
  margin: 0;
}


.accordion-button{
  padding: 20px 0;
  font-size: 16px;
font-weight: 500;
}

.accordion-item{
  border: none;
  border-bottom: #D9D9D9 solid 1px;
}

.accordion-button:focus{
  border: none;
  box-shadow: none;
  background: none;
}

.accordion-button:not(.collapsed){
  background: none;
}

.testimonialsBlock .row{
  display: flex;
  justify-content: space-between;
}

.tipsImage img{
  max-width: 450px;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);

}

.sellingPoint{
  align-items: center;
  display: flex;
}


.sellingPoint .item{
  justify-content: center;
  padding:40px 20px;
  gap: 20px;
  border-bottom: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
}

.noBB{
  border-bottom: none !important;
}

.noBR{
  border-right: none !important;
}



.sellingPoint .item h3{
 margin: 0;
 font-size: 48px;
 font-weight: 700;
 color: #5236DA;
}
.sellingPoint .item p{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5236DA;
}

.testi_img{
  width: 70px;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.testiSlider{
  background: #5236DA;
  border-radius: 20px;
padding: 30px;
color: #fff;
font-size: 20px;
position: relative;
}

.testi_profile{
  gap: 20px;
  margin-top: 50px;
}
.testi_profile h3{
  color: #B6D433;
  margin-bottom: 0;
}

.testi_profile p{
  margin-bottom: 0;
}

.testiSlider.arrow-bottom:after {
  content: " ";
  position: absolute;
  left: 50px;
  bottom: -30px;
  border-top: 30px solid #5236DA;
  border-right: 30px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: none;
}


.yellowFeverBlock .row{
  justify-content: center;
  align-items: center;
}

.yellowFeverBlock h3{
  font-size: 36px;
  font-weight: 300;
}

.newsBlog .bItem{
  padding:0 20px;
  position: relative;
}

.newsBlog .bItem img{
  border-radius: 10px;
}

.newsBlog .bItem span.date{
  background: #B6D433;
  color: #fff;
  position: relative;
  bottom: 40px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 3px;
}
.newsBlog .bItem h3 a{
font-size: 20px;
font-weight: 500;
color: #212529;
text-decoration: none;
}


.blogBanner img{
  width: 100%;
  margin: 20px 0;
}
.newsBlog .bItem h3 a:hover{
  color: #5236DA;
}

footer{
  background: #5236DA;
  color: #fff;
}

footer .row{
  padding: 50px 0;
  border-bottom: #ffffff67 solid 1px;
}

footer h2{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

ul.socialMedia{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 40px;
}

ul.socialMedia li{
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #fff solid 2px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

ul.socialMedia li a{
  padding: 10px;
  align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

ul.socialMedia li i{
  color: #fff;
  font-size: 18px;
}


footer ul{
  margin: 0;
  padding: 0;
}

footer ul li{
  list-style: none;
  padding: 5px 0;

}

footer ul li a{
  color: #fff;
  text-decoration: none;
}

.footerAddress li{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.copyright{
  text-align: center;
  padding: 20px;
}

ul.openHours li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

ul.openHours li b{
  font-weight: 500;
}

.btnAnimation{
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.getDirection a i{
  color: #5236DA;
  font-size: 20px;
}

.innerBanner{
  background: url(../images/innerbanner.png) no-repeat center top;
  min-height: 300px;
}

.innerBanner h1{
  text-align: left;
  color: #5236DA;
  font-family: 'Nunito', sans-serif;
    font-size: 46px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.innerBanner p{
  font-size: 14px;
}

.innerBanner p a{
  color: #5236DA;
  text-decoration: none;
  opacity: 0.8;
}

.innerBanner p a:hover{
  opacity: 1;
}

.aboutBlock{
  align-items: center;
}

.about_testiBlock{
  padding: 100px 0;
}

.doctor_exp_block{
  border-top: #ddd dashed 1px;
  padding-top: 50px;
}

.doctor_exp_block h2{
  font-size: 20px;
}

ul.doctor_features{
  display: flex;
  flex-wrap: wrap;
}

ul.doctor_features li{
  width: 50%;
  margin-top: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

ul.doctor_features li i{
  color: #5236DA;
}

.doctor_exp_block h2{
  font-weight: 600;
}

.doctor_exp_block .icons i{
  font-size: 50px;
  margin-bottom: 20px;
  color: #b6d433;
}

.navbar-fixed {
  top: 0;
  z-index: 9999;
  position: fixed;
  width: 100%;
}

.navbar-brand img{
  height: 50px;
}

.travelersCards .card{
  text-align: center;
  align-items: center;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 360px;
}

.travelersCards .card img{
  height: 60px;
}


.yellowFever .container{
  background: url(../images/yellowfeverBg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 50px 150px;
  position: relative;
}

.yellowFever .container::before{
  content: "";
  background: rgba(233, 164, 16, 0.644);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.downloadForms .item{
  margin-bottom: 10px;
}

.downloadForms .item h3{
  font-size: 16px;
  margin: 0;
}

.downloadForms .item i.fa-file-pdf{
  font-size: 30px;
  padding: 20px;
  border-right: #ddd dashed 1px;
  color: #f2393b;
}

.downloadForms .item i.fa-arrow-down{
  border-left: #ddd dashed 1px;
  font-size: 30px;
  padding: 20px;
  margin-left: auto;
  color: #9bb81e;
}

.downloadForms a{
  border: #ddd dashed 1px;
  border-radius: 5px;
  box-shadow: 0 4px 32px rgba(0,0,0,.06);
  color: #212529;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}



table {
	border-collapse: collapse;
    width: 100%;
}
table td, table th{
	padding: 15px;
}
table thead th {
	background-color: #eef2ff;
	color: #212529;
	font-weight: bold;
	border: 1px solid #dddfe1;
}
table tbody td {
	color: #212529;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.servicesBlock h2.head{
  margin-bottom: 20px;
  text-align: left;
}


.contactAddress li{
  display: flex;
  gap: 10px;
  margin: 50px 0;
}

.contactAddress li i img{
  width: 30px;
}

.contactAddress li a{
  color: #212529;
}

.contactAddress li a:hover{
  color: #5236DA;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-sec-img img {
    width: 100%;
    height: 730px;
    object-fit: cover;
}

.contact-sec-img {
    position: relative;
    max-height: 730px;
    overflow-y: hidden;
    object-fit: cover;
}

.contact-sec-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.contact-form-sec {
    padding: 30px !important;
    padding-top: 0 !important;
}
.contact-form-sec .form-control{
 border: #ddd solid 1px;
}

.contact-form-sec p {
    color: #212529;
}

.resume-popup-form .form-control{
    border: 1px solid #ddd;
}

.contact-sec label {
    font-size: 16px;
    font-weight: 300;
    color: #212529;
}


.form-floating>label{
  color: #212529;
}


.form-control {
  border-radius: 3px;
  border:solid 1px rgba(255, 255, 255, 0.5) ;
  background-color: transparent;
  color:rgba(255, 255, 255, 1) ;
}
.form-control:focus{
  background-color: transparent;
  border:solid 1px rgba(255, 255, 255, 1) ;
  color:rgba(255, 255, 255, 0.5) ;
}
.form-control::placeholder{
  color:rgba(255, 255, 255, 0.7) ;
}

textarea.form-control{
  height: 100px !important;
}


.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    color: #212529;
}

.form-floating>.form-control,
.form-floating>.form-select {
    background-color: rgba(255, 255, 255, 0.10);
}


form#contactform .form-control {
    background-color: rgba(255, 255, 255, 0.10);
    color:#212529
}

textarea#floatingTextarea {
    height: 100px;
}


.contact-btn {
    background-color: #F26728;
    color: #212529;
    padding: 12px 30px;
    border: none;
    transition: 1s;
    margin-top: 16px;
}

.contact-btn:hover {
    background-color: #ff5100;
    color: #212529;
    box-shadow: 0px 3px 6px #00000029;
}

.contact-sec span {
    margin-left: 3px;
    color: red;

}

.form-floating>.form-control, .form-floating>.form-select{
  height: calc(3rem + 2px);
}

.form-floating>.form-control:focus~label{
  color: #5236DA;
}
input.form-control.error, textarea.form-control.error {
  border: 1px solid #f26828a9;
}



.contactBlock h2{
  margin-bottom: 20px;
  color: #5236DA;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}

.done {
  display: none;
}

.callUsBg{
  background: url(../images/callus.png) no-repeat left bottom;
  background-size: 300px;
  height: 300px;
  position: relative;
}


.callNumber{
  background: #EEF2FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: right;
  height: 160px;
  border-radius: 20px;
}

.callNumberInner{
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: right;
}

.callNumberInner a{
font-weight: 700;
font-size: 60px;
color: #5236DA;
}

.callNumberInner h2{
  color: #212529;
}

.mobileView{
        display: none;
}
.desktopView{
    display: inline-block;
}

.accordion-body{
      word-break: break-all;
}

.yellowFeverTable .scrolableTable{
  overflow-x: scroll;
}

.yellowFeverTable .scrolableTable table{
  min-width: 800px;
}

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 35px;
  height: 2px;
  background: #555;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(-10px);
  width: 25px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(-10px);
  width: 25px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
  background: orangered;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  background: orangered;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: .1s;
}

.mobHeadRight{
  display: none;
}

.navbar-collapse.show .getDirection, .navbar-collapse.show .topPhoneno{
  display: none;
}

.mLogo{
  display: none;
}


.doctorscards .item{
  margin-bottom: 20px;
}

.noPadding{
  padding: 0 !important;
}

.travelersCards .card .card-body{
  display: inline-block;
  width: 92%;
}

.travelersCards .card{
  margin-bottom: 20px;
  min-height: 300px;
}

.travelersCards .card .card-body a:hover{
  text-decoration: underline;
}







