@font-face {
    font-family: satoshi-l;
    src: url('../font/Satoshi-Light.otf') format('opentype');
}

@font-face {
    font-family: satoshi;
    src: url('../font/Satoshi-Regular.otf') format('opentype');
}

@font-face {
    font-family: satoshi-m;
    src: url('../font/Satoshi-Medium.otf') format('opentype');
}

@font-face {
    font-family: satoshi-b;
    src: url('../font/Satoshi-Bold.otf') format('opentype');
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: satoshi, sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

select::placeholder{
    color: #ededed !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1A75BB
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}



.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    border: 0;
}

.heading {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 106%;
    color: #000;
    padding: 0;
}


.line {
    width: 85px;
    height: 2px;
    background-color: #000;
}

.card-heading {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 132%;
    color: #1a75bb;
}

.light {
    font-family: satoshi-l, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 169%;
    color: #000;
}


.price {
    font-family: satoshi-m, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000;
}


.offer {
    font-family: satoshi-m, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #515151;
}

.para {
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: #585858;
}

.trancate {
    font-size: 14px !important;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}

.ease {
    transition: all 0.6s ease;
}


.btn-line {
    font-family: satoshi-m, sans-serif;
    background: transparent;
    border-radius: 20px;
    border: 2px solid #1A75BB;
    padding: 11px 25px;
    color: #1A75BB;

}

.cut{
    position: relative;
    width: max-content;
}
.cut::after{
    content: " ";
    position: absolute;
    width: 70%;
    height: 1px;
    color: #555;
    background-color: #555;    
}

b{
    font-family: satoshi-b, sans-serif;   
}

.btn-line:hover {
    background: linear-gradient(90deg, #125479 0%, #1a75bb 54.5%);
    border: 2px solid transparent;
    color: #ffffff;
}


.btn-fill {
    font-family: satoshi-m, sans-serif;
    background: linear-gradient(90deg, #1a75bb 0%, #1a75bb 54.5%);;
    border-radius: 20px;
    border: 2px solid transparent;
    padding: 11px 25px;
    color: #ffffff;

}

/* 
.btn-fill:hover {
    background: transparent;
    border: 2px solid #1A75BB;
    color: #1A75BB;
} */

header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
}


header .nav-link {
    font-size: 16px;
    color: #000;
    margin: 0;
}

header .nav-link:hover {
    font-size: 16px;
    color: #1A75BB !important;
    margin: 0;
}

header .logo {
    width: 170px;
}


section.banner h2,
section.banner span {
    font-family: satoshi-m, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

section.banner h2 {
    background: rgba(0, 0, 0, 0.5);
    width: max-content;
    margin-bottom: 8px;
    color: #fff;
    padding: 5px 10px;
}

section.banner .card-img-overlay {
    top: 54%;
    transform: translateY(-50%);
}

.color {
    color: #B7FF56;
}


section.service h5 span {
    font-family: satoshi-l, sans-serif;
}

section.service h5 {
    font-family: satoshi-b, sans-serif;
    font-size: 23px;
    color: #000;
}

section.service .box {
    border-radius: 20px;
    position: relative;
}

section.service .box:hover {
    transform: scale(0.98);
}


section.service .leaf {
    position: absolute;
    right: 15px;
    top: 15px;
}

section.service .leaf2 {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

section.service h5 {
    font-family: satoshi-b, sans-serif;
    font-size: 23px;
    color: #000;
}

section.service .color {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background: #feefc1;
}

section.service .color2 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background: #fee6dc;
}

section.service .color3 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background: rgba(223, 247, 234, 0.8);
}

section.service .color4 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background: #e6f3fe;
}

section.about h1 {
    font-family: satoshi-b, sans-serif;
    color: #1A75BB;
    font-weight: 700;
    font-size: 36px;
    color: #1a75bb;
}

section.about .p {
    font-weight: 300;
    font-size: 23px;
    color: #8a8a8a;
    font-family: satoshi-l, sans-serif;
}


section.pack{
   background-color: #E5F9EE; 
}


section.pack h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px;
}


.owl-theme .owl-nav{
    display: none;
}

.owl-theme .owl-dots{
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #1A75BB !important;
}



section.ads{
    background-image: url("../Images/ads.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding-top: 40vh;
     padding-bottom: 100px;
    /* background-attachment: fixed; */
}

section.ads h2{
 color: #261C1C;
 font-family: satoshi-b, sans-serif;
}
section.ads .color_2{
 color: #1A75BB;
 font-family: satoshi-b, sans-serif;
}

section.consultant h4{
   color: #1A75BB;
   font-family: satoshi-b, sans-serif;
  
   background: #fff;
}


section.feedback h3{
    font-size: 25px;
    font-family: satoshi-b, sans-serif;
  
}
section.feedback{
   position: relative;
}

section.feedback .card{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
     background-color: #FEEFC1;
     border: 0;
     border-radius: 20px;
}
section.feedback .owl-theme .item:last-child{
margin-bottom: 40px;
}
section.feedback img{
margin-bottom: 20px;
}



section.feedback .owl-theme .owl-nav{
    display: block;
    position: relative;
    left: 10px;
}
section.feedback .owl-theme .owl-dots{
    display: none;
}
section.feedback .owl-next{
    position: relative;
}

section.feedback .owl-next::after{
 content: " ";
 background: url("../Images/right.webp") !important;
 background-position: center;
 background-repeat: no-repeat !important;
 background-size: cover;
 position: absolute;   
 left: 0;
 top: -10px; 
 width: 50px;
 height: 50px;
}

section.feedback .owl-prev{
    position: relative;
}

section.feedback .owl-prev::after{
 content: " ";
 background: url("../Images/left.webp") !important;
 background-position: center;
 background-repeat: no-repeat !important;
 background-size: cover;
 position: absolute;   
 left: -60px;
 top: -10px; 
 width: 50px;
 height: 50px;
}




section.feedback .owl-next span, section.feedback .owl-prev span{
    display: none;
}



iframe{
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}


section.contact .box{
    background-color: #FEE6DC;
    border-radius: 20px 0 0 20px;
}

 
footer h2{
    font-family: satoshi-b, sans-serif;
}

footer{
    background-color: #0B2941;

}

footer li a{
    font-family: satoshi-l, sans-serif;
}
footer li span{
    font-family: satoshi-l, sans-serif;
}


.new-btn{
    width: 100%;
    height: 45px;
    background-color: #8BC43F;
    color: #fff;
    border-radius: 10px;
    border: 0;
}

.inside_desktop_banner {
    float: left;
    width: 100%;
    background-color: #1A75BB;
    display: block;
    padding: 30px 0px;
}

.desktop_banner_name {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.desktop_banner_bradcrum {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}



/* Shubhadip Added */
.sticky{
    display: none;
}
.fixed-top{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1024;
  animation: smoothScroll 0.8s forwards alternate;
}



@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.banner{
    background-color: #1a75bb;
}

.border-10{
    border-radius: 10px 10px 0px 0px;
}
.color4{
    color : #7ac142;
}
.doctor-image{
    height: 350px;
    width: 300px;
    object-fit: contain;
}

.form-select {
    border-radius: 20px;
}

.doctor-name{
    font-size: 17px;
    margin-bottom: 5px;
}

.carousel-indicators .active{
background-color: #1A75BB !important;
}

.border-11{
border-radius: 0px 0px 10px 10px;
}

.doctor-head{
        color: #1A75BB !important; 
    font-family: satoshi-b, sans-serif !important;
    background: #fff;
    font-size: 17px !important;
    margin-bottom: 5px !important;

}

.rounded-20{
    border-radius: 20px !important;
}

.home-image img{
    height: 420px;
    object-fit: cover;
}

.mega-menu {
  width: 550px;
  left: -200px;
  background: #ffffff;
}

.mega-menu .container {
  max-width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color:#1a75bb;
    border-radius: 10px !important;
}

.health-package-img img{
    height: 430px;
    object-fit: cover;
}

.book-appoint img{
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}