*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Yantramanav', sans-serif;
}
.w-40{
    width: 40%;
}
.w-33{
    width: 33.33%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.f-6{
    font-size: 16px;
}
.container{
    max-width: 1600px;
}
#google_translate_element{
    display:none;
}
.navbar{
    --bs-navbar-padding-y:5px;
}
::selection{
    background-color: #3e9194;
    color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #006b6d;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    border: 2px solid #ffffff ;
    width: 15px;
    height: 15px;
    border-radius: 0px;
}
.btn-primary{
    padding: 10px 30px;
    color:#fff;
    background: linear-gradient(to right, #50cbff 0%, #3c60f6 100%);
    transition: 0.8s all;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0 rgb(158, 158, 158);
}
.btn-primary:hover{
    box-shadow: 0 5px 10px 0 rgb(255, 255, 255);
    color: #fff;
}

/* HEADER */

header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #5bbafc;
    z-index: 99 !important;
    overflow: hidden;
    box-shadow: 2px 0px 5px 1px #939393;
}
header::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 25%;
    height: 100%;
    transform: skewX(30deg);
    background-color: #fafafa;
}
.goog-te-gadget .goog-te-combo{
    outline: none;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 2px  !important;
}
.goog-te-combo option{
    background-color: #5bbafc;
    color: #fff;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    opacity: 0;
}
.action{
    width: 100%;
    position: fixed;
    background-color: #5bbafc;
    box-shadow: 0px 5px 10px 2px rgb(202, 202, 202);
    z-index: 9;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    visibility: hidden !important;
}
.navbar-brand{
    padding: 0;
}
header .nav-item .nav-link{
    color: #ffff;
}
header .nav-item{
    padding-left: 20px;
}
.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler-icon{
    width: 25px;
}
header .nav-item .bi-cart{
    color: #5bbafc;
}
header .nav-item span{
    background-color: #f2f2f2;
    font-size: 11px;
    line-height: 14px;
}
header .nav-item .clear-cart{
    color:#fff ;
    font-size: 13px;
    padding: 6px 10px;
    background: linear-gradient(to right, #50cbff 0%, #3c60f6 100%);
    border-radius: 10px;
    box-shadow: 1px 2px 3px 0px rgb(161, 161, 161);
    transition: 0.8s all;
}
header .nav-item .clear-cart:hover{
    box-shadow: 1px 2px 3px 0px rgba(161, 161, 161, 0.034);
}

/* HEADER TOGGLE */


.navbar-toggler {
    position: absolute;
    z-index: 3;
    right: 35px;
    top: 10px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.navbar-toggler .btn-line {
    width: 20px;
    height: 2px;
    margin: 0 0 5px 0;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease-out;
}
.navbar-toggler.close {
    transform: rotate(180deg);
}
.navbar-toggler.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler.close .btn-line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.menu {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
    visibility: hidden;
}
.menu.show {
    visibility: visible;
}
.nav-item:nth-child(1) {
    transition-delay: 0.1s;
}
.nav-item:nth-child(2) {
    transition-delay: 0.2s;
}
.nav-item:nth-child(3) {
    transition-delay: 0.3s;
}
.nav-item:nth-child(4) {
    transition-delay: 0.4s;
}


/* BANNER */

.banner .owl-carousel .carousel-img:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #114b74;
    opacity: 0.3;
}
.banner .owl-carousel .carousel-img img{
    height: 100vh;
    object-fit: cover;
}
/* .banner .owl-carousel .carousel-img .banner-content{
    position: absolute;
    content: '';
    top: 35%;
    left: 55%;
} */
.banner .owl-carousel .carousel-img .banner-content h2{
    font-size: 50px;
}
.banner .owl-carousel .carousel-img .banner-content p{
    font-size: 14px;
    letter-spacing: 0.8px;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    position: absolute;
    bottom:20px;
}
.owl-dots{
    display: flex;
    justify-content: center;
    width: 100%;
}

/* ABOUT */

.about-title h2{
    color: #6489fe;
    font-size: 35px;
}
.about-title:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 5px;
    width: 70px;
    height: 2px;
    background-color: #000;
    transition: 0.8s all;
}
.about-title:hover::before{
    width: 160px;
}
.about-title h2 span{
    font-size: 25px;
    color: #5fb4f7#5fb4f7;
}
.about .about-img .about-item img{
    width: 420px;
    height: 400px;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 2px 10px 0 rgb(177, 177, 177);
}
.about .about-img .about-inner img{
    content: '';
    position: absolute;
    top: 40%;
    right:0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 10px solid #fff;
}
.about-content p{
    font-size: 14px;
}
.about-content::before {
    position: absolute;
	content: "";
	animation: anim 30s infinite;
    opacity: 0.1;
    background-color: #2adde071;
    bottom: -100px;
    right: 0;
	border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%;
	height: 300px;
	width: 300px;
}
@keyframes anim {
	0%,
	100% {
		border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
	}
	10% {
		border-radius: 50% 50% 20% 80% / 25% 80% 20% 75%;
	}
	20% {
		border-radius: 67% 33% 47% 53% / 37% 20% 80% 63%;
	}
	40% {
		border-radius: 39% 61% 82% 18% / 74% 40% 60% 26%;
	}
	50% {
		border-radius: 100%;
	}
	70% {
		border-radius: 50% 50% 53% 47% / 26% 22% 78% 74%;	
	}
	80% {
		border-radius: 50% 50% 53% 47% / 26% 69% 31% 74%;
	}
	90% {
		border-radius: 20% 80% 20% 80% / 20% 80% 20% 80%;
	}
}

/* PRODUCTS */

.product{
    width: 100%;
    background-color: #e8f3f33d;
    padding-top: 50px;
}
.product-title h2{
    color: #6489fe;
    font-size: 35px;
}
.product-title:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #000;
    transition: 0.8s all;
}
.product-title:hover::before{
    width: 200px;
}
.product-title h2 span{
    font-size: 25px;
    color: #5fb4f7;
}
.product-content{
    opacity: 0;
    color: #fff;
    flex-direction: column;
    width: 85%;
    height: 85%;
    border: 1px solid #fff;
}
.products-items:hover .product-content{
    opacity: 1;
    z-index: 9;
}
.products-items::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#6488fea8;
    opacity: 0;
    transition: 0.8s all;
}
.products-items:hover.products-items::after{
    opacity: 1;
}


/* CONTACT US */


.contact{
    width: 100%;
    /* background-image: url(../Images/contact.jpg); */
    background-size: cover;
    background-attachment: fixed;
}
.contact .contact-title h4{
    color: gray;
    letter-spacing: 3px;
    font-size: 14px;
}
.contact-title h2 span{
    font-size: 25px;
    color: #5fb4f7;
}
.contact-title h2{
    color: #6489fe;
    font-size: 35px;
}
.contact form lable{
    font-size: 16px;
    color: gray;
    font-weight: semibold;
}
.contact form input{
    border-bottom: 2px solid #6489fe;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
}
.contact form .submit-btn{
    padding: 8px 30px;
    height: 40px;
    color:#fff;
    border: none;
    transition: 0.8s all;
    width: 130px;
    background: linear-gradient(to right, #50cbff 0%, #3c60f6 100%);
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0 rgb(158, 158, 158);
}
.contact form .submit-btn:hover{
    box-shadow: 0 5px 10px 0 rgb(255, 255, 255);
}
.contact-img img{
    height: 270px;
    object-fit: cover;
    object-position: left top;
}

/* FOOTER */

footer{
    overflow: hidden;
    box-shadow: 0px -15px 10px -15px rgb(202, 202, 202); 
    background-color: #5bbafc; 
    background-image: url(../Images/footer-bg.avif);
}
.footer-content{
    z-index: 1;
}
.footer-content img{
    z-index: 1;
}
footer .about-hospital p, footer .contact-us ul li, footer .contact-us ul li i{ 
    font-size: 14px;
    color: #5bbafc;
}
    footer .contact-us ul li p a {
        color: #5bbafc;
    }
footer .about-hospital img{
    margin: -20px 0 0 -65px;
}
footer .about-hospital ul li i{
    padding-right: 12px;
    color: #5bbafc;
    margin-right: 10px;
    transition: 0.8s all;
}
footer .footer-img img{
    width: 50%;
}
footer .contact-us ul li{
    color:#5bbafc ;
}

/* Down arrow */

.arrow{
    width: 50px;
    height: 50px;
    background-color: #5bbafc;
    box-shadow: 0 5px 10px 0 rgb(136, 136, 136);
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    right: 30px;
    cursor: pointer;
    bottom: 30px;
    z-index: 99;
}
.copyright{
    width: 100%;
    height: auto;
    background-color: #5fb4f7;
    border-radius: 20px;
    z-index: 99 !important;
    color: #fff;
    font-size: 12px;
}


/* CONTACT MODAL */

.contact-modal form input{
    border-bottom: 2px solid #6489fe;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
}



/* PRODUCTS */


.product-img{
    width: 100%;
    height: auto;
    background-color: #fafafa;
}
.products-details{
    margin: 100px 0;
}
.product-inner h3{
    color: #006b6d;
}
.modal-footer a:first-child{
    box-shadow: 3px 2px 10px 0 rgb(187, 187, 187);
    transition: 0.8s all;
}
.modal-footer a:first-child:hover{
    box-shadow: 0 0px 00px 0 rgba(136, 136, 136, 0);
}
.products-details .products-item .filters ul{
    cursor: pointer;
    display: inline-grid;
}
.buttons{
    background-color: transparent;
}
.buttons:focus{
    background: linear-gradient(to right, #50cbff 0%, #3c60f6 100%);
    color:#fff;
}