/********** Template CSS **********/
:root {
    --primary: #BE1E2D;
    --secondary: #C9D8BF;
    --light: #EEF9FF;
    --dark: #091E3E;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
	border: none;
}

.btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
	color: #fff;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.bg-white {
	background-color: #fff;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 15px;
    font-size: 14px;
    color: var(--dark);
    outline: none;
    transition: .5s;
	
}

.dashed-border {
	border-top: 1px dashed #CAD8BF;
	border-right: 1px dashed #CAD8BF;
	border-left: 1px dashed #CAD8BF;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    /*background: rgba(190, 30, 45, .20);*/
    z-index: 1;
	
	position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    padding: 2%;
    opacity: 0.8;
    background: #ffffff;
    width: 40%;
	font-family: "Jost",sans-serif;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 10px;
    }
	
	.carousel-caption {
    left: 2%;
    height: 100%;
    padding: 3%;
    width: 60%;
	font-size: 80%;
	}
	
	.display-1 {
    font-size: 22px;
	}
	
	.mob-text2 {
		font-size: 70%;
	}
	
	.mob-text {
		display: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9)), url(../img/medicines.jpg) center center no-repeat;
    background-size: cover;
}

.bg-about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/about.jpg) center center no-repeat;
    background-size: cover;
	min-height: 800px;
}

.bg-story {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/story.jpg) center left no-repeat;
    background-size: cover;
	min-height: 800px;
}

.bg-vision {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/vision.jpg) left center no-repeat;
    background-size: cover;
	min-height: 800px;
}

.bg-contact {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9)), url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}

.bg-drug {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/about33.jpg) center center no-repeat;
    background-size: cover;
}

.bg-career {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/career.jpg) center center no-repeat;
    background-size: cover;
}

.bg-policy {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .9)), url(../img/policy.jpg) center center no-repeat;
    background-size: cover;
	min-height: 800px;
}

.bg-award {
    background:linear-gradient(to right, #fff, #fff, #fff);
    opacity: 0.98;
	padding: 5%;
}

.bg-white {
    background:linear-gradient(to right, #fff, #fff, #fff);
    opacity: 0.98;
	padding: 1%;
}

.text-gradient {
    background-image: linear-gradient(90deg, var(--primary), var(--bs-red));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.text-uppercase {
	text-transform: uppercase;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
	font-size: 0.9rem;
}
.custom-height {
	height: 100px;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:linear-gradient(rgba(37, 37, 37, .7), rgba(37, 37, 37, 0.7)), url(../img/carousel-6.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(190, 30, 45, .8);
	padding: 10%;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    /*background: url(../img/carousel-5.jpg) center center no-repeat;*/
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.9)), url(../img/carousel-5_ori.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background-image: linear-gradient(to right, #fff, #fff, #fff);
	opacity: 0.8;
	color: #000;	
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

/* pink floyd style */
.progress_bar{
	width:100%;
	display: flex;	
}


.progress_pending {
	background-color: #BE1E2D;
	width: 7%;
	margin: 10px 0 0 10px;
	height: 3px;
}

.progress_completed {
	background-color: #56AB2C;
	width: 7%;
	margin: 10px 0 0 10px;
	height: 3px;
}

.dash_left {
	border-left: 1px dashed #aaa; height: 50px; margin: 0 0 0 10%;
}

.green a {
	color: #56AB2C;
}

.green a:hover {
	color: #BE1E2D;
}

.language a {
	color: #FFFFFF;
}

#div_cart_icon {
	cursor: pointer;
	padding: 5px 10px 0 10px;
}

#myInputautocomplete-list
{
	background-color: #E9ECEF;
    padding: 2%;
	cursor: pointer;
}

.pointer
{
	cursor: pointer;
}

@media (max-width: 576px)
{
	small, .small {
    		font-size: .750em;
	}
}