/********** Template CSS **********/
:root {
    --danger: #FF1600;
    --warning:#fe8f01;
    --primary: #21d0c3;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}
.mr-2{
    margin-right: 10px;
}
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

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

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

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

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

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    outline: none;
    transition: .5s;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--danger);
}
.navbar-brand{
    width: 200px;
}
.navbar-brand img{
    width: auto;
    height: 45px;
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        left: 50%;
        background: var(--danger);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .hero-carousel .owl-nav {
        padding: 0 10px!important;
    }
}


.service-item {
    position: relative;
    padding: 0 30px;
    transition: .5s;
    height: 390px;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
    overflow: hidden;
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

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

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

@media (min-width: 576px) {
    .team-item .row {
        height: 290px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-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: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
/*=============hero Slider====================*/
.hero-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.hero-carousel .owl-nav .owl-prev,
.hero-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: 45px;
    font-size: 22px;
    transition: .5s;
}

.hero-carousel .owl-nav .owl-prev:hover,
.hero-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
/*=============hero Slider====================*/

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
/* loader Css */
.loading-preloader {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1111;
}

#loading-preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/*height: 50px;*/
	/*width: 150px;*/
    height: 100px;
    width: 100px;
	visibility: visible;
	z-index: 1000;
}

.line_shape {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #0067ff;
	-webkit-animation: animate24 1s infinite;
	animation: animate24 1s infinite;
	float: left;
	opacity: 1;
}

.line_shape:last-child {
	margin-right: 0px;
}

.line_shape:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

/* loader Css end*/
/* animated-button start */
.style-button {
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 15px;
    color: #171794!important;
    background: #FFFFFF;
    /* background-image: linear-gradient(135deg, #171794 0%, #4880fd 100%); */
    border: none;
    outline: none;
    cursor: pointer;
}
.animated-button {
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 15px;
    color: #ffff!important;
    background: -webkit-linear-gradient(to right, #171794, #4880fd );
    background-image: linear-gradient(135deg, #549691 0%, #02423d 100%);
    border: none;
    outline: none;
    cursor: pointer;
}
.animated-button:hover {
    background-image: linear-gradient( -135deg , #0a5852 0%, #21d0c3 100%);
    /*background-image: linear-gradient( -135deg , #6694fd 0%, #4e05d6 100%);*/
}

.service-button {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #ffff!important;
    background: -webkit-linear-gradient(to right, #171794, #4880fd );
    background-image: linear-gradient(135deg, #549691 0%, #02423d 100%);
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
}
.service-button:hover {
    background-image: linear-gradient( -135deg , #0a5852 0%, #21d0c3 100%);
}
/* animated-button End */
.dissise-soctor{
    padding-right: 15px;
}
.dissise-soctor img{
    height: 35px;
    width: 35px;
}
.dissise h5{
    line-height: 35px;
}
.dissise{
    cursor: pointer;
}
.dissise .icon{
    margin-left: auto;
}
.dissise .icon i{
    margin-left: auto;
    font-size: 32px;
    color: var(--warning);
}
.search.input-group-text {
    background-color: #0a5852;
    border: 1px solid #0a5852;
    border-radius: 0 8px 8px 0!important;
    color: #fff;
}
.bg-home-service{
    border: 1px solid #ededed;
}
.dissise-soctor-contact img{
    height: 70px;
    width: 70px;
    margin-right: 15px;
}
.play-store img{
    width: 190px;
}
.hotline{
    color: red;
}
.error{
    color: red;
}