@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .details h5,
    .weare h2 {
        padding-top: 5%;
    }
    .details,
    .oursection .card {
        text-align: center;
    }
    .booknow a i {
        padding-top: 25%;
        color: #0096cb;
        font-size: 3em;
    }
    h4 {
        font-size: 1.2em;
    }
    .carousel-inner {
        position: relative;
    }
    .carousel-inner .banner-content h3 {
        font-weight: 600;
        font-size: 2.5em;
    }
    .carousel-inner .banner-content p:first-child {
        font-size: 1.4em;
    }
    .booknow-form .application-form h5,
    .carousel-inner .banner-content p:nth-child(3),
    .detail h5,
    .testimonial h5:nth-child(2) {
        font-size: 1em;
    }
    .carousel-inner .banner-content p:nth-child(5) {
        font-size: 0.8em;
    }
    .slider .noname .carousel-inner .banner-content .eg {
        color: #fff;
    }
    .booknow-form .application-form,
    nav img {
        width: 100%;
    }
    .title h2 {
        font-size: 1.6em;
    }
    .booknow a .block {
        margin-bottom: 10%;
    }
    .service .block h4 {
        font-size: 1.2em;
        text-align: center;
    }
    .content .col-md-4,
    .service .card {
        margin-bottom: 3%;
    }
    .testimonial h5:first-child {
        font-weight: 300;
        font-size: 1em;
        margin-top: 30px;
    }
    .testimonial h5:nth-child(3) {
        font-size: 1em;
        margin-top: -5px;
        margin-bottom: 50px;
    }
    .blog .col-md-4 .detail a {
        font-size: 0.9em;
    }
    .details h5 {
        padding-bottom: 2%;
        border-bottom: 2px solid #fff;
        margin-bottom: 5%;
    }
    .details .img-fluid {
        width: 20%;
    }
    .mypara {
        font-size: 1em;
        text-align: justify;
    }
    .oursection .card {
        margin-bottom: 4%;
    }
    .form {
        padding: 10% 1%;
    }
    .form .form-title h5,
    .professional-form .form-title h1 {
        font-size: 1.5em;
    }
    .blog-title .blog-h2 {
        font-size: 40px;
        margin-bottom: 1.2rem;
        text-transform: Capitalize;
    }
    .professional-form {
        background-color: #f2f2f2;
        padding: 4% 2%;
    }
    .professional-form .form-title {
        padding-bottom: 3%;
    }
    .amc-package .row {
        gap: 30px;
    }

    .gallery-category {
        flex-direction: row !important;
        gap: 15px;
    }
    .gallery-category button {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px) {
    .carousel-inner .banner-content .contact-no p a,
    .title-left h3 {
        font-size: 1.5em;
    }
    .cta-padding35,
    .footer .copyright,
    .footer .copyright .right-text,
    .oursection .card,
    .service-detail,
    .testimonial .div,
    .title-left h3 {
        text-align: center;
    }
    .slider .carousel-control-next-icon,
    .slider .carousel-control-prev-icon {
        width: 25px;
        height: 40px;
        margin: 10px;
    }
    .contact-address {
        height: 400px;
        width: 100%;
    }
    .booknow-form {
        padding: 5%;
    }
    .booknow-form .margin-radio {
        margin-left: 0;
    }
    .title-left {
        padding-top: 12%;
    }
    .title-left::after {
        margin: 5px auto;
    }
    .director h4 {
        font-size: 1.2em;
    }
    .oursection .card {
        background-color: #f2f2f2;
        border: 0;
        border-radius: 0;
    }
    .top-p {
        padding: 5% 0 0;
    }
    .blog-paragraph {
        text-align: justify;
    }
    .blog-detail .recent-blog {
        margin-top: 30px;
    }
    .workstep .worksteps .roundedleft,
    .workstep .worksteps .stepno {
        width: 100%;
    }
    .workstep .worksteps .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .workstep .worksteps .roundedright {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .workstep .worksteps .roundedleft {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .workstep .worksteps .block {
        position: relative;
        padding: 1% 0;
        margin: 0 auto;
        width: 100%;
    }
    .workstep .worksteps .block:not(:last-child)::after {
        left: 49.5%;
        height: 25px;
    }
    .blog .container .prev {
        left: 0;
    }
    .blog .container .next {
        right: 0;
    }
    .blog-box {
        margin-right: 0;
    }
    nav .navbar-brand {
        width: 25%;
    }
}


@media (max-width: 767px) {
    ul.quicklink li {
        text-align: left;
    }
    .page-top nav {
        display: block;
        background-color: #fff;
        padding-bottom: 10px;
    }
}