@media only screen and (max-width: 767px) {
    .video-content .btn-area .portfolio{
        margin-left: .5rem;
    }
    .video-content h5 {
        font-size: 1.6rem;
    }
    .main-video img {
        margin-top: 6rem;
        height: auto;
        object-fit: contain;
    }
    .video-banner {
        background: #e7deda;
    }
    .video-content .btn-area .contact {
        font-size: .9rem;
        padding: .6rem 1rem;
    }
    .video-content .btn-area .portfolio {
        font-size: .9rem;
        padding: .6rem 1rem;
    }
    .main-video {
        height: 80vh;
    }

    .navbar .navbar-brand .image img {
        width: 8rem;
    }
    .navbar .navbar-nav .dropdown-menu {
        padding: 1rem;
        border: none;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        overflow: scroll;
        height: auto;
    }
    .navbar .navbar-nav .dropdown-menu .dropdown-item span {
        width: 1.3rem;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: 3vw;
    }  
    
    .video-content {
        top: 19rem;
        left: 1rem;
    }
    .navbar .navbar-toggler i{
        color: #fff;
    }
    .navbar-collapse{
        background-color: rgb(248,249,250);
        padding-bottom: 1rem;
    }
    .navbar-collapse .nav-link{
        color: #000 !important;
    }

    /* About Section Media Query Start */
    .about-count-box {
        position: static;
        padding: 1rem !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-us .section-heading {
        margin-top: 2rem;
    }

    .about-us h5 {
        font-size: 1.2rem;
    }

    .about-us h2 {
        font-size: 1.1rem;
    }
    .about-us .pe-3 h2{
        font-size: 2rem;
    }
    .ac-image-two img{
        height: auto;
        top: 0;
    }
    .about-us .desc {
        font-size: 1rem;
    }

    /* About Section Media Query End */

    /* Service Section Media Query Start */
    .service-spec-page .content .image img {
        width: 100%;
        height: auto;
    }
    
    .services h2 {
        font-size: 1.2rem;
    }

    .feature-icon img {
        width: 2.5rem;
    }

    .service-card-title {
        font-size: 1.1rem;
        margin-left: 1rem;
    }
    .service-card-desc{
        text-align: start;
    }

    /* Service Section Media Query End */

    /* Other Css */
    .appointment-cta-bg {
        padding: 1rem;
    }

    .appointment .title {
        font-size: 1.1rem;
    }

    .appointment p {
        font-size: 1rem;
    }

    .appointment .cta-btn {
        padding: 0.6rem;
        font-size: 1rem;
    }

    .services {
        padding: 2rem 0 0 0;
    }

    .specialities-area {
        padding: 2rem 0 0 0;
    }

    .section-title h2 {
        font-size: 1.3rem;
    }

    .single-services-box .col-lg-4 {
        display: none;
    }


    /* Footer Section Media Query Start */
    .footer-cta-inner {
        padding: 1rem;
        display: block;
    }

    .footer-cta-inner .section-title h2 {
        font-size: 1.2rem;
    }

    .footer-cta-inner .section-title {
        margin-bottom: .5rem;
    }

    .footer-cta-wrap {
        height: 11rem;
    }

    /* Footer Section Media Query End */

    .about-banner-image img {
        height: 13rem;
        object-fit: cover;
    }
    .about-company-right-content {
        margin-top: 1rem;
    }
    .choose-right-container {
        position: relative;
        top: 1rem;
    }
    .apply-job-page h1{
        font-size: 5.8vw;
    }
    .apply-job-page .profile-info .image img{
        width: 100vw;
        object-fit: contain;
    }
    .apply-job-page .job-description .description p {
        text-align: justify;
        font-size: 1rem;   
    }
    .apply-job-page .required-qualification .title h1 {
        font-size: 5.8vw;
        padding-bottom: .5rem;
    }
    .apply-job-page .job-description .title h1 {
        padding-bottom: 0.5rem;
    }
    .apply-job-page .required-qualification .description .child p{
        text-align: justify;
    }
    .apply-job-page .roles-responsibilities .title h1 {
        font-size: 5.8vw;
        padding-bottom: 0.5rem;
    }
    .apply-job-page .roles-responsibilities .description .child p{
        text-align: justify;
    }
    .apply-job-page .apply-form .form-area {
        padding: 1.5rem;
        width: 100%;
    }
    .apply-job-page .apply-form .form-area .title h3 {
        font-size: 4.5vw;
    }
    .apply-job-page .apply-form .form-area .sub-title h5 {
        font-size: 3.1vw;
        padding-bottom: .5rem;
    }
    .apply-job-page .apply-form .form-area .submit-button button {
        padding: .5rem;
    }
    .apply-job-page {
        padding: 3rem 0 0 0;
    }
    .career-page-content {
        padding: 3rem 0 0 0;
    }
    .map-wrap ul li{
        width: 100%;
    flex: 0 0 100%;
    }
    #about-choose {
        padding-top: 0;
        padding-bottom: 0;
    }
    .services h5.text-primary{
        font-size: 5vw;
        padding-bottom: .5rem;
    }
    .section-title.text-left .sub-title{
        font-size: 5vw;
        padding-bottom: .5rem;
    }
    .single-services-box .content h3{
        font-size: 4.5vw;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {

    .video-content h5 {
        font-size: 2.6rem;
    }
    .main-video img {
        margin-top: 6rem;
        height: auto;
        object-fit: contain;
    }
    .video-banner {
        background: #e7deda;
    }
    .main-video {
        height: 80vh;
    }
    .video-content {
        top: 35rem;
    }


    /* Carousel Media Query Start */
    .carousel-section {
        height: 20rem;
    }

    .carousel-section .carousel-inner {
        height: 20rem;
    }

    .carousel-section .carousel-inner::after {
        content: "";
        background: #000;
        height: 100%;
        top: 0;
        position: absolute;
        width: 100%;
        opacity: .3;
    }

    .carousel-section .carousel-inner img {
        height: 20rem;
        object-fit: cover;
    }

    .carousel-section .carousel-caption {
        width: 70%;
        top: 3rem;
        left: 2% !important;
        right: 2%;
    }

    .carousel-section .carousel-caption h1 {
        font-size: 2rem;
        position: relative;
        z-index: 10;
    }

    .carousel-section .carousel-caption p {
        font-size: 1.5rem;
        text-align: start;
        position: relative;
        z-index: 10;
    }

    /* Carousel Media Query End */
    /* About Section Media Query Start */
    .about-count-box {
        position: static;
        padding: 1rem !important;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-us .section-heading {
        margin-top: 2rem;
    }
    .feature-icon img {
        width: 2rem;
    }

    .service-card-title {
        font-size: 1rem;
        margin-left: 1rem;
        padding-bottom: 0;
    }

    /* About Section Media Query End */
    .choose-right-container {
        position: relative;
        top: 1rem;
    }
    .apply-job-page .apply-form .form-area {
        width: 100%;
    }
   
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-content {
        top: 18rem;
    }

    .video-content h5 {
        font-size: 2.4rem;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    
    .carousel-section {
        height: 30rem;
    }

    .carousel-section .carousel-inner {
        height: 30rem;
    }

    .carousel-section .carousel-inner img {
        height: 30rem;
        object-fit: cover;
    } 
    .carousel-section .carousel-caption {
        top: 4rem;
        width: 50%;
    }
    .common-title span {
        font-size: 1.2rem;
    }
    .common-title h4 {
        font-size: 1.7rem;
    }
    .ac-image-one {
        left: 13rem;
    }
    .ac-image-two {
        left: 0;
    }
    .ac-left-image img{
        width: 100%;
    }
    .choose-right-container {
        top: 0;
    }
    .apply-job-page {
        padding: 3rem 0 0 0;
    }
    .ac-content {
        left: -3rem;
        top: 27rem;
    }
    #about-choose {
        padding-top: 3rem;
    }
   
}

@media only screen and (min-width: 1200px) and (max-width:1400px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .carousel-section {
        height: 35rem;
    }

    .carousel-section .carousel-inner {
        height: 35rem;
    }

    .carousel-section .carousel-inner img {
        height: 35rem;
        object-fit: cover;
    } 
    .common-title span {
        font-size: 1.2rem;
    }
    .common-title h4 {
        font-size: 2rem;
    }
    .apply-job-page {
        padding: 3rem 0 0 0;
    }
    .about-us{
        padding-top: 3rem;
    }
    .about-us h2 {
    font-size: 2vw;
    }

    .ac-image-two img {
        right: 2rem;
    }
    .ac-content {
        left: -1rem;
    }
    #about-choose {
        padding-top: 3rem;
        padding-bottom: 0;
    }
    .footer-cta-inner .section-title h2{
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1400px) {
    .about-us{
        padding-top: 5rem;
    }
    .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
#about-choose {
    padding-top: 6rem;
    padding-bottom: 3rem;
}
}