*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-size: 16px;
}

body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #142441;
}

.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-1 {
	margin-top: 8px !important;
}
.mr-1 {
	margin-right: 8px !important;
}
.ml-1 {
	margin-left: 8px !important;
}
.mb-1 {
	margin-bottom: 8px !important;
}
.mt-2 {
	margin-top: 10px !important;
}
.mr-2 {
	margin-right: 10px !important;
}
.ml-2 {
	margin-left: 10px !important;
}
.mb-2 {
	margin-bottom: 10px !important;
}
.mt-3 {
	margin-top: 16px !important;
}
.mr-3 {
	margin-right: 16px !important;
}
.ml-3 {
	margin-left: 16px !important;
}
.mb-3 {
	margin-bottom: 16px !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.p-1 {
	padding: 8px !important;
}
.pt-1 {
	padding-top: 8px !important;
}
.pr-1 {
	padding-right: 8px !important;
}
.pl-1 {
	padding-left: 8px !important;
}
.pb-1 {
	padding-bottom: 8px !important;
}
.p-2 {
	padding: 10px !important;
}
.pt-2 {
	padding-top: 10px !important;
}
.pr-2 {
	padding-right: 10px !important;
}
.pl-2 {
	padding-left: 10px !important;
}
.pb-2 {
	padding-bottom: 10px !important;
}
.p-3 {
	padding: 12px !important;
}
.pt-3 {
	padding-top: 16px !important;
}
.pr-3 {
	padding-right: 16px !important;
}
.pl-3 {
	padding-left: 16px !important;
}
.pb-3 {
	padding-bottom: 16px !important;
}




a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    padding-left: 0;
}

body .white-color{
    color: #ffffff !important;
}
body .black-color{
    color: #394556 !important;
}
body .blue-color{
    color: #19679A !important;
}
body .green-color{
    color: #3DA849 !important;
}

body .dark-blue-bg{
    background-color: #012e4c !important;
}
body .light-blue-bg{
    background-color: #f0f9ff !important;
}


body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}

body .weight-500{
    font-weight: 500 !important;
}
body .weight-600{
    font-weight: 600 !important;
}
body .weight-700{
    font-weight: 700 !important;
}

body .font-12{
    font-size: 12px !important;
}
body .font-13{
    font-size: 12px !important;
}
body h2{
    font-size: 40px;
    font-weight: 700;
    color: #142441;
    margin-bottom: 20px;    
}
body h3{
    font-size: 36px;
    font-weight: 600;
    color: #142441;    
}
body h4{
    font-size: 24px;
    font-weight: 600;
    color: #142441;
    margin-bottom: 20px;    
}
body h5{
    font-size: 22px;
    font-weight: 500;
    color: #142441;
    margin-bottom: 12px;    
}

body .psg{
    font-size: 15px;
    color: #7590a3;
    line-height: 26px; 
}

body .title-bottom-spacing{
    margin-bottom: 40px;
}
body .btn{
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
body .btn i {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    height: 16px;
    margin-top: -2px;
}



body .label,
body label {
    font-size: 14px;
    font-weight: 500;
    color: #142441;
    margin-bottom: 3px !important; 
}
body .form-control {
	border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #d5e6f0;
    transition: all 0.3s ease-in-out;
}
body .form-control::placeholder {
	color: #878787;
}
body .form-control:hover {
	border-color: #142441;
    background-color: #ffffff;
	box-shadow: none;
}
body .form-control:focus {
	border-color: #142441;
    background-color: #ffffff;
	box-shadow: none;
}



body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 36px;
    width: 36px;
    line-height: 42px;
    background-color: #3DA849;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px 0 rgb(31 34 120 / 14%);
    transition: all 0.3s ease-in-out;
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size:2rem;
	line-height:1rem;
	color: #ffffff;
}
body .owl-carousel .owl-nav button.owl-prev{
	left: -42px;
}
body .owl-carousel .owl-nav button.owl-next{
	right: -42px;
}
body .owl-carousel .owl-nav button.owl-prev:hover,
body .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #19679A;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .owl-carousel .owl-dots{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
}
body .owl-carousel .owl-dots button.owl-dot{
    background-color: #9CB5B4;
    height: 12px;
    width: 12px;
    border-radius: 35px;
    margin: 0 3px;
}
body .owl-carousel .owl-dots button.owl-dot.active{
    background-color: #19679A;
    width: 36px;
}

body .card-box{
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 14px 0px #D0E2EA;
    box-shadow: 2px 4px 14px 0px #D0E2EA;
    transition: all 0.3s ease-in-out;
}

body  .header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
body .header-wrapper {
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
body .header-wrapper.active .header{
    background-color: #e2edff;
    transition: all 0.5s ease-in-out;
}

body .sub-header{
    background-color: #012e4c;
    padding: 5px 0;
}
body .sub-header .sub-header-contact-link p{
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
}
body .sub-header .sub-header-contact-link i{
    margin-right: 8px;
    font-size: 16px;
    color: #ffffff;
    padding-top: 1px;
    display: inline-block;
}
body .sub-header-social-info{
    padding: 10px;
}
body .sub-header-social-info ul{
    margin-bottom: 0;
}
body .sub-header .sub-header-social-info ul li a{
    padding: 5px 8px;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 20px;
    cursor: pointer;
}
body .sub-header .sub-header-social-info ul li a:hover{
    color: #ffffff !important;
}


body header{
    width: 100%;
    z-index: 99;
    padding: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 2px 4px 14px 0px #a1bcda5e;
    box-shadow: 2px 4px 14px 0px #a1bcda5e;
    z-index: 99;
    position: relative;
}

body header .navbar{
    padding: 10px 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
}
body header .navbar .navbar-brand img{
    width: 200px;
}
body header .navbar .navbar-toggler{
    background-color: #ffffff;
}
body header .navbar .navbar-nav .nav-item{
    position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: #142441;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link i{
    font-size: 18px;
    padding-left: 5px;
}
header .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .nav-link::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}  
header .navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
} 
body header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link.active{
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item:hover .header-menu-list {
	display: block;
	transition: all 0.3s linear;
}

body header .navbar .navbar-nav .nav-item .header-menu-list {
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	background-color: #ffffff;
	min-width: 500px;
	transition: all 0.3s linear;
	z-index: 1;
	display: none;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul {
    list-style-type: none;
    padding: 0;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul li {
	position: relative;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul li .menu-link {
    font-size: 14px;
    font-weight: 500;
    color: #394556;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
}

body header .navbar .navbar-nav .nav-item .header-menu-list ul li .menu-link:hover {
    background-color: #e7ffea;
    color: #3DA849;
}


body header .navbar .navbar-nav .nav-item .header-menu-list ul li:hover .sub-child-menu {
	display: block;
	transition: all 0.3s linear;
}

body header .navbar .navbar-nav .nav-item .header-menu-list ul li .sub-child-menu {
	position: absolute;
	top: -30px;
	left: 100%;
	border-radius: 5px;
	padding: 20px;
	background-color: #e7ffea;
	min-width: 300px;
	z-index: 1;
	display: none;
    transition: all 0.3s linear;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul.left-panel-child-menu li .sub-child-menu{
    right: 100%;
    left: auto;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul li .sub-child-menu ul {
    list-style-type: none;
    padding: 0;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul li .sub-child-menu ul li .menu-link {
    font-size: 14px;
    font-weight: 500;
    color: #394556;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
}
body header .navbar .navbar-nav .nav-item .header-menu-list ul li .sub-child-menu ul li .menu-link:hover {
    background-color: #deebff;
    color: #3a66ae;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: 2px 4px 14px 0px #00000026;
	box-shadow: 2px 4px 14px 0px #00000026;
	background-color: #ffffff;
	transition: all 0.3s linear;
    min-width: 250px;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul li {
	position: relative;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul li .menu-link {
    font-size: 15px;
    font-weight: 500;
    color: #394556;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 4px 5px 4px 5px;
    border: 0;
}

body header .navbar .navbar-nav .nav-item .dropdown-menu ul li .menu-link:hover {
    background-color: #86c0f2;
    color: #111111 !important;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul li .sub-child-menu ul{
    list-style-type: disclosure-closed;
    padding-left: 32px;
    color: #394556;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul li .sub-child-menu ul li{
    border-bottom: 0;
}
body header .navbar .navbar-nav .nav-item .dropdown-menu ul li .sub-child-menu li .menu-link{
    font-size: 13px;
    font-weight: 500;
    color: #394556;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;


}
body .mobile-view{
    display: none;
}
body .deskTop-view{
    display: block;
}


body .banner{
    background-image: url('../img/bannerbg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: 100px;
}
body .banner .banner-wrapper{
    padding-top: 80px;
}
body .banner .banner-info .banner-title{
    font-size: 65px;
    color: #394556;
    font-weight: 700;
}

body .MediOasis-form-section{
    background-color: #f0f9ff;
}
body .MediOasis-form-section .about-MediOasis-form-bg{
    -webkit-box-shadow: 2px 4px 14px 0px #1c2529;
    box-shadow: 2px 4px 14px 0px #1c2529;
}
body .MediOasis-form-section .about-MediOasis-form-bg{

}












body .about-MediOasis-section .about-info{
    padding-left: 40px;
}

body .specialist-section{
    position: relative;
}
body .specialist-section::after{
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    background-image: url('../img/background-shapes.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 330px;
    z-index: -1;
}
body .specialist-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    background-color: #012e4c;
    width: 100%;
    height: 360px;
    z-index: -1;
}
body .specialist-section .specialist-carousel .specialist-box{
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
body .specialist-section .specialist-carousel .specialist-box img{
    width: 60px;
}
body .specialist-section .specialist-carousel .specialist-box h5{
    font-size: 20px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 0;
}
body .specialist-section .specialist-carousel .specialist-box h6{
    font-size: 20px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 0;
}
body .specialist-section .specialist-carousel .specialist-box:hover{
    background-color: #3da849;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
body .specialist-section .specialist-carousel .specialist-box:hover h5{
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .specialist-section .specialist-carousel .specialist-box:hover img{
    filter: invert(1);
    transition: all 0.3s ease-in-out;
}

body .specialist-section .specialist-carousel .owl-stage{
    padding: 20px 0;
}


body .doctors-section{
    background-color: #dcf1ff;
}
body .doctors-section .doctors-box{
    display: block;
    cursor: pointer;
    padding-bottom: 60px;
    transition: all 0.3s ease-in-out;
}
body .doctors-section .doctors-box .doctors-img{
    width: 100%;
    /* height: 210px; */
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
body .doctors-section .doctors-box img{
    width: 100%;
}
body .doctors-section .doctors-box .doctors-img:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    opacity: 0.6;
    transition: all 500ms ease;
}
body .doctors-section .doctors-box .social-style-one {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    width: 100%;
    text-align: center;
    transition: all 500ms ease;
}
.social-style-one li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #f2f3f5;
    color: #142441;
    text-align: center;
    border-radius: 50%;
}
body .doctors-section .doctors-box h5{
    font-size: 20px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 10px;
}
body .doctors-section .doctors-box h6{
    font-size: 16px;
    font-weight: 600;
    color: #3DA849;
    margin-bottom: 0;
}
body .doctors-section .doctor-btn{
    position: relative;
    top: -21px;
    z-index: 1;
}
body .doctors-section .doctors-box:hover .doctors-img:before{
    transform: scale(1,1);
}
body .doctors-section .doctors-box:hover .social-style-one {
    transform: translate(-50%,-50%) scale(1,1);
}

body .owl-carousel.doctors-carousel .owl-nav button.owl-prev,
body .owl-carousel.doctors-carousel .owl-nav button.owl-next{
    position: absolute;
    top: -70px;
    right: 0;
    transform: translateY(0);
}
body .owl-carousel.doctors-carousel .owl-nav button.owl-prev{
	right: 42px;
    left: auto;
}
body .owl-carousel.doctors-carousel .owl-nav button.owl-next{
	right: 0;
}



body .hospital-section{
    position: relative;
}
/* body .hospital-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    background-color: #EEFFF0;
    width: 100%;
    height: 498px;
    z-index: -1;
} */
body .hospital-section .hospital-box{
    display: block;
    cursor: pointer;
    padding-bottom: 60px;
    transition: all 0.3s ease-in-out;
}
body .hospital-section .hospital-box .hospital-img{
    width: 100%;
    /* height: 220px; */
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
body .hospital-section .hospital-box img{
    width: 100%;
}
body .hospital-section .hospital-box .hospital-img:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    opacity: 0.6;
    transition: all 500ms ease;
}
body .hospital-section .hospital-box .social-style-one {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    width: 100%;
    text-align: center;
    transition: all 500ms ease;
}
.hospital-section .hospital-box .social-style-one li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #f2f3f5;
    color: #142441;
    text-align: center;
    border-radius: 50%;
}
body .hospital-section .hospital-box h5{
    font-size: 20px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 10px;
}
body .hospital-section .hospital-box h6{
    font-size: 16px;
    font-weight: 600;
    color: #3DA849;
    margin-bottom: 10px;
}
body .hospital-section .hospital-box p{
    font-size: 14px;
    color: #394556;
    margin-bottom: 0;
}
body .hospital-section .doctor-btn{
    position: relative;
    top: -21px;
    z-index: 1;
}
body .hospital-section .hospital-box:hover .hospital-img:before{
    transform: scale(1,1);
}
body .hospital-section .hospital-box:hover .social-style-one {
    transform: translate(-50%,-50%) scale(1,1);
}

body .Adv-banner-section{
    background-image: url('../img/adv-bg-1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

body .why-choose-section{
    background-image: url('../img/why-choose-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
body .why-choose-section .why-choose-box{
    text-align: center;
    padding: 16px;
}
body .why-choose-section .why-choose-box img{
    width: 60px;
}
body .why-choose-section .why-choose-box h5{
    font-size: 18px;
    color: #394556;
    line-height: 24px;
    font-weight: 600;
}

body .testimonials-section .owl-carousel.testimonials-carousel .owl-stage-outer{
    width: 104%;
    padding: 0 8px;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-stage{
    padding: 20px 0;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev,
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 22px;
    top: auto;
    right: 0;
    transform: translateY(0);
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev{
	right: 42px;
    left: auto;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
	right: 0;
}

body .testimonials-section .testimonials-carousel .testimonials-box{
    position: relative;
    margin-bottom: 60px;
}
body .testimonials-section .testimonials-carousel .testimonials-box::after{
    content: "";
    position: absolute;
    bottom: -95px;
    left: -24px;
    background-image: url('../img/testimonials-box-shape.webp');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    height: 150px;
    width: 150px;
}
body .testimonials-section .testimonials-carousel .testimonials-box .testimonials-psg{
    font-size: 16px;
    color: #6B7687;
    line-height: 26px;
}
body .testimonials-section .testimonials-carousel .testimonials-box .testimonials-user .user-img{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}
body .testimonials-section .testimonials-carousel .testimonials-box .testimonials-user h5{
    margin-bottom: 4px;
}
body .testimonials-section .testimonials-info {
    padding-left: 40px;
    padding-right: 30px;
}



body .achievements-section{
    position: relative;
}
body .achievements-section::after{
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    background-image: url('../img/background-shapes.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 330px;
    z-index: -1;
}
body .achievements-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    background-color: #012e4c;
    width: 100%;
    height: 360px;
    z-index: -1;
}
body .achievements-section .achievements-box{
    text-align: center;
    padding: 30px 16px;
    box-shadow: none;
}
body .achievements-section .achievements-box img{
    width: 55px;
}
body .achievements-section .achievements-box h5{
    font-size: 18px;
    color: #394556;
    line-height: 24px;
    font-weight: 600;
}
body .achievements-section .achievements-box.color-1{
    background-color: #C8FFFF;
}
body .achievements-section .achievements-box.color-2{
    background-color: #D4FED8;
}
body .achievements-section .achievements-box.color-3{
    background-color: #FFDDE4;
}
body .achievements-section .achievements-box.color-4{
    background-color: #F9D2FF;
}
body .achievements-section .achievements-box.color-5{
    background-color: #D7E9FF;
}


body .reason-travle-partner-section{
    background-image: url('../img/why-choose-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80%;
}
body .reason-travle-partner-section .reason-travle-partner-wrapper{
    position: relative;
    z-index: 1;
}
body .reason-travle-partner-section .reason-travle-partner-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -825px;
    background-image: url('../img/square-shape.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body .reason-travle-partner-section .reason-list li{
    font-size: 18px;
    color: 394556;
    font-weight: 500;
    margin-bottom: 10px;
}
body .reason-travle-partner-section .reason-list li span{
    display: block;
}
body .reason-travle-partner-section .reason-list li img{
    width: 20px;
    margin-right: 10px;
}


body .Adv-banner-section-1{
    background-image: url('../img/adv-bg-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 75px 0;
}

body .Adv-banner-img{
    background-image: url('../img/doctor-img.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100%;
    width: 100%;
}

body .footer-section{
    background-color: #E8F5FF;
}

body .footer-section .footer-logo{
    width: 180px;
}
body .footer-section .footer-info h5{
    font-size: 20px;
    font-weight: 600;
    color: #10346e;
    margin-bottom: 8px;
}
body .footer-section .footer-info ul li a{
    font-size: 15px;
    font-weight: 500;
    padding: 2px;
    cursor: pointer;
    color: #394556;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li:hover{
    color: #ef7f1a;
    transition: all 0.3s ease-in-out;
}
body .footer-section .social-info li a{
    font-size: 15px;
    background-color: #ffffff;
    color: #3a66ae  !important;
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}
body .footer-section .social-info li a:hover{
    background-color: #3a66ae;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
body .footer-info .footer-contact-info p{
    color: #394556;
    font-weight: 500;
    font-size: 15px;
}
body .footer-section .footer-info .footer-contact-info span{
    color: #747c89;
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}
body .footer-bottom{
    background-color: #012e4c;
    padding: 16px 0;
}
body .footer-bottom p{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}



/* sub banner section */


body .sub-banner{
    background-image: url('../img/sub-banner1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: 100px;
}
body .sub-banner .banner-wrapper{
    padding-top: 160px;
    padding-bottom: 60px;
}
body .sub-banner .banner-info .banner-title{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}



/* specialist list section */


body .specialist-list-section .specialist-sub-title{
    margin-top: 30px;
    margin-bottom: 20px;
}
body .specialist-list-section .specialist-box{
    padding: 20px;
    height: 100%;
    display: block;
    cursor: pointer;
    border: 2px solid #cbdfed;
    transition: all 0.3s ease-in-out;
}
body .specialist-list-section .specialist-box img{
    width: 100%;
}
body .specialist-list-section .specialist-box h5{
    font-size: 18px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 0;
}
body .specialist-list-section .specialist-box h6{
    font-size: 16px;
    font-weight: 600;
    color: #3DA849;
    margin-bottom: 0;
}
body .specialist-list-section .specialist-box:hover{
    border-color: #3da849;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
body .specialist-list-section .specialist-box:hover h5{
    color: #3da849;
    transition: all 0.3s ease-in-out;
}



/* specialist details section */


body .specialist-details-section{
    padding-top: 180px;
    padding-bottom: 80px;
}

body .specialist-details-section .psg{
    color: #012e4c;
    font-weight: 500;
}


body .specialist-table .table{
    border: 1px solid #bfccd5;
}
body .specialist-table .table thead tr th{
    background-color: #012e4c;
    color: #ffffff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}
body .specialist-table .table tbody tr td{
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

body .services-section .services-box{
    text-align: center;
    border: 2px solid #dae1e5;
}
body .services-section .services-box img{
    width: 60px;
}
body .services-section .services-box h5{
    font-size: 18px;
    line-height: 26px;
    color: #0a5a8e;
}

body .specialist-details-section ul{
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}
body .specialist-details-section ul li{
    color: #012e4c;
    font-weight: 500;
}








@media (min-width: 767px) and (max-width: 992px){
    
    body .Adv-banner-section{
        background-size: cover;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    
    body h2{
        font-size: 36px;
    }
    body .sub-header-social-info{
        display: none !important;
    }
    body .mobile-view{
        display: block;
    }
    body .deskTop-view{
        display: none;
    }
    body .banner .banner-info .banner-title{
        font-size: 42px;
    }
    body .Adv-banner-section,
    body .Adv-banner-section-1{
        background-size: cover;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    
    body .psg{
        font-size: 13px;
        line-height: 20px;
    }
    body h2{
        font-size: 26px;
    }
    body .owl-carousel .owl-nav{
        display: none;
    }
    body .sub-header-social-info{
        display: none !important;
    }
    body .sub-header .sub-header-contact-link p{
        padding-bottom: 0;
        font-size: 12px;
    }
    body .sub-header .sub-header-contact-link i{
        font-size: 12px;
    }
    body .mobile-view{
        display: block;
    }
    body .deskTop-view{
        display: none;
    }
    body .banner{
        background-image: url('../img/banner-shape-bg.webp');
    }
    body .banner .banner-info .banner-title{
        font-size: 40px;
    }
    body .Adv-banner-section,
    body .Adv-banner-section-1{
        background-size: cover;
    }
    body .reason-travle-partner-section .reason-list li{
        font-size: 13px;
    }
    body .Adv-banner-section-2 .p-5{
        padding: 0 !important;
    }
}









body .btn-primary {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-color: #000;
    padding: 10px 50px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
    background:#19679A;
    display: inline-block;
}
body  .btn-primary span {
    color: #fff;
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
body .btn-primary em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
        -webkit-transform:scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
body .btn-primary:before,
body .btn-primary:after {
    content: '';
    background: #3DA849;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body .btn-primary:before {
    top: 0;
    left: 0;
    right: auto;
}
body .btn-primary:after {
    bottom: 0;
    right: 0;
    left: auto;
}
body .btn-primary:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
body .btn-primary:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
body .btn-primary:hover span {
    color: #ffffff;
}
body .btn-primary:hover em {
    background: #ffffff;
}

body .btn-white {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-color: #394556;
    padding: 10px 50px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
    background:#ffffff;
    display: inline-block;
}
body  .btn-white span {
    color: #394556;
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
body .btn-white em {
    position: absolute;
    height: 1px;
    background: #394556;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
        -webkit-transform:scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
body .btn-white:before,
body .btn-white:after {
    content: '';
    background: #3DA849;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body .btn-white:before {
    top: 0;
    left: 0;
    right: auto;
}
body .btn-white:after {
    bottom: 0;
    right: 0;
    left: auto;
}
body .btn-white:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
body .btn-white:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
body .btn-white:hover span {
    color: #ffffff;
}
body .btn-white:hover em {
    background: #ffffff;
}


body .btn-link {
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background-color: #059ed9;
    padding: 7px 50px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
    background:#ffffff;
    display: inline-block;
}
body  .btn-link span {
    color: #059ed9;
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
body .btn-link em {
    position: absolute;
    height: 1px;
    background: #059ed9;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
        -webkit-transform:scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
body .btn-link:before,
body .btn-link:after {
    content: '';
    background: #19679A;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body .btn-link:before {
    top: 0;
    left: 0;
    right: auto;
}
body .btn-link:after {
    bottom: 0;
    right: 0;
    left: auto;
}
body .btn-link:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
body .btn-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
body .btn-link:hover span {
    color: #ffffff;
}
body .btn-link:hover em {
    background: #ffffff;
}



.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {            
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
}