:root {
    --default-font: "IBM Plex Sans", sans-serif;
}

:root {
    --primary: #622d80 !important;
    /* --secondary: #1861ab; */
    --secondary: #e642b3;
    --light: #EEF9FF;
    --dark: #091E3E;
    --accent-color: #686a6b;
    --accent-color2: #622d80;
    --surface-color: #ffffff;
    --default-color: #1e1e1e;
    --font-family: 'Lato', sans-serif;
}




@media only screen and (min-width: 1200px) and (max-width: 1300px) {}

@media (max-width: 1199px) {

    .img-logo {
        width: 210px !important;
    }

    .navbar-collapse .apt-btn {
        padding: 8px 12px;
    }

    .hero .carousel .carousel-item .slider-item-1 h1 {
        font-size: 28px;
    }

    .hero .carousel .carousel-item .slider-item-1 p {
        width: 65%;
    }

    .btn {
        padding: 8px 15px;
    }

    .service-section .services .service-item .service-text h5 {
        font-size: 18px;
    }

    .testimonial .testimonial-header .section-title h1 {
        padding-bottom: 10px;
    }

    .testimonial .testimonial-item h4 {
        font-size: 20px;
    }

    .testimonial .testimonial-item p {
        font-size: 16px;
        line-height: 23px;
    }

    .testimonial-carousel .owl-item .google-review {
        width: 37px;
        padding-bottom: 2px;
    }

    .testimonial .testimonial-item h3 {
        color: #ebdb07;
        font-size: 18px;
    }

    .testimonial .testimonial-item {
        height: 375px;
    }

    .contact-map {
        width: 100%;
        height: 350px;
    }
}


@media (max-width: 991px) {


    .carousel-caption {
        left: 90px !important;

    }

    .img-logo {
        width: 235px !important;
    }

    .nav-top .nav-top-contact {
        padding: 0 60px;

    }

    .hero .carousel .carousel-item .slider-item-1 p {
        width: 49% !important;
        font-size: 14px;
        line-height: 24px;
    }

    .hero-header h1 {
        color: #fff;
        font-size: 32px;
    }

    .hero .carousel .carousel-item .slider-item-1 h1 {
        font-size: 20px;
    }

    .about-section .section-title h5 {
        padding-top: 20px;
    }

    .about-section .section-title h1 {
        font-size: 32px;
    }


    .about-section h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .about-section .about-lf .about-info {
        line-height: 24px;
    }

    .about-section .why-choose-us h1 {
        font-size: 22px;
    }

    .about-section .why-choose-us h5 {
        color: #000;
        font-weight: 400;
        font-size: 16px !important;
    }

    .about-section .why-choose-us h5 b {
        color: #000;
        font-weight: 400;
        font-size: 16px !important;
        margin-top: 10px;
    }

    .service-section .service-header .section-title h1 {
        font-size: 30px;
    }


    .service-section .services .service-item .service-text h5 {
        font-size: 18px;
        padding: 15px 5px;
    }


    .attachment-section .attachment-item h1 {
        font-size: 18px;
        line-height: 25px;
    }

    .attachment-section .attachment-item p {
        font-size: 14px;
    }


    .attachment-section .attachment-item a {
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
    }

    .testimonial .testimonial-header .section-title h1 {
        font-size: 30px;
    }


    .appointment-section .why-choose-us h1 {
        font-size: 30px;

    }

    .appointment-section .why-choose-us h5 {
        margin-bottom: 2px;
        color: #622d80;
        font-size: 18px;
    }

    .appointment-form h1 {
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: 500;
    }

    .appointment-form .form-control {
        border: none;
        height: 45px;
    }

    .appointment-form .form-mg {
        border: none;
        height: 100px !important;
    }

    /* .heading-name {
        color: #622d80;
        font-size: 24px !important;
    } */

    .contact-map {
        width: 100%;
        height: 300px;
    }

    footer h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 14px !important;

    }

    .footer h5 {
        color: #fff;
        font-size: 20px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer .social-btn i {
        font-weight: 600;
        margin-right: 6px;
        width: 32px;
        height: 32px;
    }


    .services-section .services-details h1 {
        font-size: 24px;
    }

    .testimonial .testimonial-item .google-review {
        width: 50px;
    }

}



@media (max-width: 767px) {

    .carousel-caption {
        left: 60px !important;

    }


    .hero .carousel .carousel-item .slider-item-1 h1 {
        color: #622d80 !important;
        margin-bottom: 0px !important;
        width: 35% !important;
        font-size: 18px;
    }

    .hero .carousel .carousel-item .slider-item-1 h5 {
        color: #e642b3;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500 !important;
        padding-bottom: 0px;
        margin-bottom: 2px !important;
        width: 47% !important;
    }


    .hero .carousel .carousel-item .slider-item-1 p {
        width: 40% !important;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 8px;
    }

    .carousel-caption .carousel-btn {
        margin-bottom: 2px;
    }

    .about-section {
        padding: 35px 0;
    }

    .btn {
        padding: 2px 8px;
        font-size: 14px;
    }

    .about-section .section-title h1 {
        font-size: 28px !important;
        margin-bottom: 5px;

    }

    .about-section .section-title h5 {
        padding-top: 14px;
        font-size: 15px !important;
    }


    .about-section h4 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .about-section .about-lf .about-info {
        line-height: 22px;
        font-size: 14px;
    }

    .service-section .service-header .section-title h1 {
        font-size: 26px;
    }

    .service-section .service-header .section-title h5 {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
    }

    .service-section .services .service-item .service-text h5 {
        font-size: 15px;
        padding: 10px 5px;
    }

    .services-section .services-details h1 {
        font-size: 22px;
    }

    .services-section .services-details p {
        font-size: 14px;
    }

    .services-details ul i {
        font-size: 16px;
        margin-right: 6px;
    }

    .footer h3 {
        font-size: 22px;
        margin-bottom: 16px;

    }

    .footer h5 {
        margin-bottom: 14px;
        margin-top: 12px;
        font-size: 17px;
    }

    .footer .social-btn i {
        width: 28px;
        height: 28px;
        font-size: 11px !important;
    }

    .hero-header h1 {
        font-size: 26px;
    }

    .hero-header a {
        font-size: 15px;
    }

    .attachment-section {
        padding: 45px 0;
        background-color: #f1f1f1;
    }

    .attachment-section .attachment-header .section-title {
        padding-bottom: 20px;
    }

    .attachment-section .attachment-header .section-title h1 {
        font-size: 28px;
    }

    .attachment-section .attachment-item {
        margin: 10px;
        gap: 20px;
        padding: 20px 15px;
        border-radius: 5px;
        height: auto;
    }

    .attachment-section .attachment-item h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .attachment-section .attachment-item h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .services-details ul li {
        padding: 2px 0;
        line-height: 20px;
    }


}


@media (max-width: 576px) {

    .carousel-caption {
        left: 35px !important;
    }

    .email-item {
        display: none;
    }

    .top-shape {
        height: 10px;
    }

    .navbar-toggler {
        padding: 2px 2px !important;
        font-size: 12px !important;
        line-height: 1;
        height: 32px;
    }

    .nav-top .nav-top-contact {
        padding: 0 1px;
    }

    .hero-header {

        background-size: cover;
        padding: 40px 0;
    }

    .hero-header h1 {
        font-size: 24px;

    }

    .top-shape::before {
        background: none;

    }

    .hero .carousel .carousel-item .slider-item-1 p {
        display: none;
    }


    .hero .carousel .carousel-item .slider-item-1 h1 {
        color: #622d80 !important;
        margin-bottom: 5px !important;
        width: 55% !important;
        font-size: 15px !important;
        font-weight: 400;
    }

    .hero .carousel .carousel-item .slider-item-1 h5 {
        font-size: 14px !important;
        width: 50% !important;
        font-weight: 300;
    }


    .rdbtn {
        padding: 2px 8px !important;
        font-size: 13px;
        width: auto;
        margin-bottom: 10px;
    }

    .btn {
        padding: 6px 8px;
    }

    .bookapt {
        display: none;
    }

    .about-section .section-title h5 {
        padding-top: 14px;
        font-size: 14px !important;
    }


    .about-section .section-title h1 {
        font-size: 24px !important;
        margin-bottom: 5px;
    }

    .about-section .about-rg {
        min-height: 230px;
    }

    .about-section h4 {
        font-weight: 400;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .btn {
        padding: 6px 8px;

    }

    .service-section {
        padding: 45px 0;
        background-color: #f5e2ef;
    }


    .service-section .service-header .section-title h1 {
        font-size: 24px;
    }

    .read-more {
        justify-content: center;
    }

    .attachment-section .attachment-header .section-title h1 {
        font-size: 24px;
    }

    .attachment-section .attachment-item a {
        margin-top: 10px;
        padding: 6px;
    }

    .attachment-section .attachment-item h1 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .attachment-section .attachment-item h6 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .testimonial {
        padding: 45px 0;
    }

    .testimonial-carousel .owl-nav .owl-next {
               right: -10px;

    }

    .testimonial-carousel .owl-nav .owl-prev {
        left: -8px;
    }

    .testimonial .testimonial-header .section-title h1 {
        font-size: 24px;
    }

    .testimonial-carousel .owl-item img {
        width: 50px;
        padding-bottom: 10px;
    }

    .testimonial .testimonial-item h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .testimonial .testimonial-item hr {
        margin: 2px;
    }

    .testimonial .testimonial-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial .testimonial-item .google-review {
        width: 40px;
    }

    .testimonial .testimonial-item h3 {
        color: #ebdb07;
        font-size: 15px;
    }

    .testimonial .testimonial-item {
        height: 360px;
    }

    .testimonial .testimonial-item {
        height: 360px;
        margin-bottom: 2px;
        margin: 30px;
    }

    .appointment-section .why-choose-us i {
        color: #622d80;
        margin-right: 8px;
        font-size: 16px;
    }

    .appointment-section .why-choose-us h5 {
        margin-bottom: 2px;
        color: #622d80;
        font-size: 16px;
    }

    appointment-section .why-choose-us p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

    .appointment-form h1 {
        font-size: 22px;
        padding-bottom: 14px;
        font-weight: 500;
    }

    .appointment-form .form-control {
        border: none;
        height: 40px;
    }

    .appointment-form .btn-apt {
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 4px;
        margin: 0 auto;
    }

    .gallery .heading-name {
        font-size: 24px;
        font-weight: 600;
    }

    .footer {
        padding: 50px 0 5px;
        background: none !important;
    }

    .footer-copyright p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .about-section .why-choose-us h1 {
        font-size: 17px;
    }

    .about-section .why-choose-us h5 b {
        font-weight: 400;
    }

    .footer .footer-contact p {
        margin-bottom: 8px;
    }
    .services-section .services-details h1 {
        font-size: 20px;
    }
    .services-section .services-details img {
    margin-bottom: 20px;
    border-radius: 30px;
    width: 95%;
}

.back-to-top {
    right: 15px;
    bottom: 21px;
}

}