/********** Template CSS **********/
:root {
    --primary: #da0000;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}




.bg-new {

    background: linear-gradient(180deg, hsla(102, 86%, 67%, 1) 0%, hsla(103, 68%, 94%, 1) 21%, hsla(0, 0%, 98%, 1) 38%);


}








/* CSS for the medicine PNG */
.medicine {
    position: absolute;
    width: 90px; /* Adjust size as needed */
    height: auto;
    left: 100%; /* Position to the right of the button */
    top: 70%; /* Center vertically relative to the button */
    transform: translateY(-10%); /* Center vertically */
    margin-left: -30px; /* Add some spacing between the button and the PNG */
    animation: float 3s ease-in-out infinite;
    pointer-events: none; /* Ensure it doesn't block button clicks */
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(-50%) translateY(0);
    }
    50% {
      transform: translateY(-50%) translateY(-10px);
    }
  }


.heading {

    font-size: 5rem;
    line-height: 0.3;
    width: 17vw;
}
.heading2 {

    font-size: 2rem;
    width: 5vw;
}


@media (max-width: 576px) {

    .srv-i{
        width: 100% !important;
        height: 120px;
        border-radius: 10px;
    }
    
    .srv-block{
        display: flex;
        flex-direction: column !important;
        background: #EEF9FF !important;
        border-radius: 10px;
        padding: 20px;
        gap: 10px;
    }
    
    .srvo{
        display: flex !important;
        flex-direction: column !important;
        padding: 3vw !important;
        width: 100% !important;
        gap: 20px !important;
        margin: 0 auto !important;
    }

    .heading {

        font-size: 2rem;
        line-height: 0.3;
        width: 200;
    }
    .heading2 {

        font-size: 1rem;
        width: 30;
    }
}













h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

a{
    text-decoration: none;
}

p{
    color: inherit;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

body{
    overflow-x: hidden;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:37px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.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;
}

.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: 35px 15px;
    font-size: 23px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.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: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.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(rgb(9 62 9 / 85%), rgb(21 62 9 / 85%)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgb(9 62 9 / 85%), rgb(21 62 9 / 85%)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgb(2 170 2 / 85%);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.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:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgb(2 170 2 / 85%);
}

.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/bgg.png) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgb(2 170 2 / 85%);
}

.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(--primary);
    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;
}

.services-nav .owl-nav{
    display: none;
}

.srvc-img{
    width: 100%;
    height: 150px;
}

.treat-img{
    width: 100%;
    height: 180px;
}

.ff-powered-img {
    opacity:0;


}

.ff-watermark {

    opacity:0;
}


.cas{
    background-color: var(--primary);
    color: #fff;
    border-radius: 2px;
}



.cas ul{
    text-decoration: none;
    list-style-type:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.cas h3{
    color: #fff;
}

.cas ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#map-plug {
    display: none;
}

#google-reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.review-item {
    background-color: black;
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    margin: 5px auto;
    padding: 15px;
    width: 100%;
}

.review-profile-image {
    float: left;
    padding: 0px 15px 0px 0px;
}

.review-profile-image img {
    width: 40px;
}

.review-meta,
.review-stars {
    text-align: left;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
}

.review-date {
    opacity: 0.6;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 72em;
    margin: auto;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.star:after {
    content: "\2605";
}

@media (max-width: 1200px) {
    #google-reviews {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #google-reviews {
        grid-template-columns: 1fr;
    }
}

.srv-i{
    width: 200px;
    height: 120px;
    border-radius: 10px;
}

.srv-block{
    display: flex;
    background: #EEF9FF !important;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
}

.srvo{
    display: flex;
    padding: 3vw;
    flex-direction: row;
    width: 90%;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 auto;
}



h1 {
	margin: 24px 0;
	padding-bottom: 24px;
	font-size: 32px;
	border-bottom: solid 2px #dedede;
	color: #262626;
}

#container {
	text-align: center;
	margin: 32px 0 84px;
}

#container p {
	font-size: 13px !important;
	line-height: 18px;
	padding-bottom: 20px
}

#container h2 {
	font-size: 18px;
	font-weight: 200
}

#container a {
	color: #007BFF;
}

/*
* ===========================
* Style Start
* ===========================
*/

.list__review {
	column-width: 18rem;
	column-gap: 1.5rem;
	list-style: none;
	padding-inline: 1rem;
	margin: 2rem 0;
}

.review__item:not(:first-child) {
	margin-block-start: 1.5rem;
}

.review__item {
	position: relative;
	background: linear-gradient(135deg, rgb(194, 255, 182) 0, rgb(238, 255, 238) 100%);
	border-radius: 0.8em;
	padding: 1.25rem;
	break-inside: avoid;
}

.review__heading {
	position: absolute;
	inset: 0 auto auto 0;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 !important;
	border-radius: 25px;
	padding: 5px 10px;
	line-height: 1;
	transform: translate(-10px, -50%);
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.05), 0 1px 0 0 rgba(10, 10, 10, 0.05), 0 0.1em 0.6em -0.5em rgba(10, 10, 10, 0.05), 0 0.2em 1.2em -0.8em rgba(10, 10, 10, 0.1), 0 0.3em 0.7em -0.6em rgba(10, 10, 10, 0.2), 0 0.4em 0.8em -0.7em rgba(10, 10, 10, 0.3);
}

.review__title {
	position: relative;
	font-size: 0.625rem;
}

.review__title::after {
	position: absolute;
	inset: -5px -0.25rem -5px auto;
	content: '';
	height: calc(0.625rem + 10px);
	width: 1px;
	background: rgba(10, 10, 10, 0.1);
}

.review__stars {
	font-size: 0.625rem;
}

.review__content {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #222222;
}

.review__author {
	font-style: italic;
	font-size: 0.75rem;
}