/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 15px;
    }
    .container {
        max-width: 1440px;
    }
    .banner-text h1 {
        font-size: 62px;
        margin-bottom: 12px;
    }
    .banner-text h4 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 16px;
        max-width: 96%;
    }
    .btn {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
    }
    .banner-text .btn{
        margin-top: 20px;
    }
    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 38px;
    }
    .about-text h4 {
        font-size: 24px;
    }
    .stat-column li h5 {
        font-size: 32px;
    }
    .about-text h4{
        margin-bottom: 20px;
    }
    .service-box h3 {
        font-size: 24px;
    }
    .blog-text a.blog-title {
        font-size: 20px;
    }
    .blog-cat li a, .blog-cat {
        font-size: 14px;
        font-weight: 500;
    }
    .review p {
        font-size: 18px;
    }
    .client-name {
        font-size: 26px;
    }
    .form-control {
        height: 48px !important;
        font-size: 15px;
    }
    
    .corner-modal, .offer-popup{
        width: 570px;
    }
    .offer-popup h2 {
        font-size: 28px;
    }
    .offer-popup h2 strong {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
    .container{
        max-width: 86%;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .navbar-nav .nav-item {
        margin: 0 12px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 24px 0px;
    }
    .banner-img {
        padding-top: 86%;
    }
    .banner-text h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 36px;
    }
    .service-box h3 {
        margin-top: 12px;
        margin-bottom: 4px;
    }
    .about-img {
        padding-top: 136%;
    }
    .ab-home.about .about-text {
        padding: 20px 0 20px 20px;
    }
    .stat-column {
        padding: 24px 40px;
    }
    .stat-column li:not(:last-child) {
        padding-right: 50px;
    }
    .approach-box {
        padding: 32px 18px;
    }
    .approach-icon img {
        height: 80px;
        width: 80px !important;
    }
    .serv-row{
        row-gap: 20px;
    }
    .team-wrap {
        top: 98px;
    }
    .point-contact::before {
        width: 240px;
        left: 2%;
    }
    .point-contact .about-text{
        padding-left: 0;
    }
    .susan-img {
        margin-top: 140px;
    }
    .point-bottom {
        margin-top: -20px;
    }
    .quotation-box {
        padding: 80px 100px;
    }
    .contact .about-text {
        padding: 0 0 40px 20px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        left: -24px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -24px;
    }
    .myFooter .navbar-nav li {
        margin: 0 0 6px;
    }

    /* ABout Page  */
    .about-cms .about-img {
        padding-top: 112%;
        border-radius: 20px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    body, p{
        font-size: 13px;
        line-height: 1.6;
    }
    .myHeader::before {
        height: 60px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
    }
    .navbar-collapse{
        padding: 40px 0;
        position: absolute;
        top: 72%;
        left: 0;
        width: 100%;
        background: var(--green);
        margin-top: 0;
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--white);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
        margin-top: -20px;
    }
    .navbar-nav .nav-item {
        margin: 0 36px;
    }
    .navbar-brand{
        position: relative;
        z-index: 99999999;
    }
    .navbar-brand img {
        height: 82px;
    }
    .nav-text {
        margin: -20px 8px 0 auto;
    }
    .banner {
        margin-top: 60px;
    }
    .banner-img {
        padding-top: 86%;
    }
    .banner-text {
        max-width: 36%;
    }
    .banner-text h1 {
        font-size: 26px;
        margin-bottom: 4px;
    }
    .btn {
        height: 38px;
        line-height: 38px;
        font-size: 13px;
        padding: 0 20px;
        min-width: 120px;
    }
    .banner-circle {
        left: 90%;
    }
    .slider-marque li {
        font-size: 20px;
        padding: 0 60px 0 40px;
    }
    .slider-marque {
        padding: 28px 0;
    }
    .slider-marque li::before {
        font-size: 24px;
    }
    .about-img {
        border-radius: 120px 0 0;
    }
    .ab-home.about .about-text {
        padding: 0;
    }
    .stat-column {
        margin-left: -109%;
        padding: 20px 40px;
        font-size: 16px;
        margin-top: 20px;
    }
    .stat-column li{
        flex: 0 0 32%;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .sec-space {
        padding: 60px 0;
    }
    .meet-text {
        max-width: 32%;
    }
    .susan-img {
        max-width: 86%;
        padding-top: 112%;
        margin-top: 60px;
    }
    .point-contact::before {
        height: 60%;
        bottom: 40%;
    }
    .point-bottom {
        margin-top: 20px;
    }
    .whyus-image.about-img {
        padding-top: 57%;
        border-radius: 0 120px 0 0;
    }
    .whyus .row{
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .icon-grid{
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: space-between;
    }
    .icon-box {
        max-width: 48%;
        padding-left: 0;
        margin-top: 0;
    }
    .icon-box .list-icon {
        margin-bottom: 12px;
        position: static;
    }
    .whyus ul, .whyus ol {
        margin: 20px 0 0;
    }
    .quotation-box {
        padding: 60px 60px;
    }
    .location .serv-img {
        padding-top: 69%;
    }
    .location .service-box h3 {
        font-size: 24px;
        margin: 12px 0 0px 0;
    }
    .loc-map {
        border-radius: 0 120px 0 0;
        height: 320px !important;
    }
    .contact .row{
        row-gap: 40px;
    }
    .form-row{
        row-gap: 0 !important;
        padding-top: 0;
    }
    .contact .about-text {
        padding: 0 0 40px 0px;
    }
    .email-subscribers {
        max-width: 68%;
    }
    .footer-row{
        row-gap:  20px;
    }
    .footer-row [class*="col-"]:nth-child(2){
        order: -1;
    }
    .main-footer {
        padding-top: 40px;
    }
    .myFooter .border-right{
        border-right: none !important ;
        border-bottom: 1px solid var(--blue);
        padding-bottom: 20px;
    }
    .main-footer h3 {
        margin-bottom: 14px;
    }
    .owl-carousel .owl-dots {
        margin-top: 18px;
    }

    /* About Page  */
    .inner-banner {
        padding: 84px 0;
        margin-top: 60px;
    }
    .about-cms .about-text {
        padding: 0 !important;
    }

    /* Contact Page  */
    .contact-info {
        padding: 40px 20px;
    }
    .contact-details .contact-info .bi {
        font-size: 32px;
    }
    .contact-details .contact-info h5 {
        font-size: 16px;
    }
    .contact-details .contact-info a, .contact-details .contact-info span {
        font-size: 14px;
    }
    .contact-details .con-list{
        margin: 0 -8px;
    }
    .contact-details .con-list [class*="col-"]{
        padding: 0 8px;
    }

}

/* 576  */
@media only screen and (max-width: 767px){
    .banner-slider {
        width: 96%;
        margin: 0 auto;
    }
    .banner-img {
        padding-top: 62%;
    }
    .banner-wrapper {
        position: static;
        transform: translate(0);
        margin-top: 20px;
    }
    .banner-text {
        max-width: 100%;
    }
    .banner-text h1 {
        font-size: 32px;
        max-width: 75%;
        margin-bottom: 12px;
    }
    .banner-text p {
        font-size: 13px;
        font-weight: 400;
    }
    .banner-circle {
        left: 72%;
        top: 50%;
    }
    .btn {
        line-height: 36px;
    }
    .section-heading {
        margin-bottom: 32px;
        max-width: 100%;
    }
    .serv-img {
        padding-top: 64%;
    }
    .row {
        row-gap: 24px;
    }
    .about-img {
        padding-top: 120%;
    }
    .stat-column {
        margin-left: 0;
        padding: 20px;
        font-size: 16px;
    }
    .stat-column li:not(:last-child) {
        padding-right: 20px;
    }
    .stat-column li strong {
        font-size: 24px;
    }
    .team-wrap {
        top: 60px;
    }
    .meet-text {
        max-width: 50%;
    }
    .susan-img {
        max-width: 50%;
        padding-top: 62%;
        margin: 60px auto;
    }
    .susan-img::before {
        bottom: -12px;
    }
    .point-contact::before {
        width: 45%;
        left: 5%;
        height: 37%;
        bottom: 63%;
        border-radius: 20px;
    }
    .email-subscribers {
        max-width: 84%;
    }
    .owl-carousel .owl-dots {
        margin-top: 8px;
    }

    .offer-popup .popup-text {
        padding: 32px 24px;
    }
    .corner-modal, .offer-popup {
        width: 460px;
    }

    /* About Page  */
    .about-cms .about-img {
        padding-top: 100%;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .myHeader {
        padding: 0 15px;
    }
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .navbar-nav .nav-item {
        margin: 0 14px;
    }
    .banner-circle {
        top: 46%;
    }
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .btn {
        height: 36px;
        font-size: 12px;
        padding: 0 12px;
    }
    .team-slider{
        width: 94%;
        margin: 0 auto;
    }
    .team-wrap {
        position: static;
        margin-bottom: 24px;
    }
    .meet-text {
        max-width: 100%;
    }
    .susan-img {
        max-width: 70%;
        padding-top: 84%;
        margin: 60px auto 24px;
    }
    .susan-img::before{
        display: none;
    }
    .point-contact::before {
        width: 100%;
        left: 0%;
        height: 32%;
        bottom: 68%;
        border-radius: 0;
    }
    .icon-box {
        max-width: 100%;
        padding-left: 80px;
    }
    .icon-box .list-icon {
        height: 68px;
        width: 68px;
        padding: 12px;
        position: absolute;
    }
    .quotation-box {
        padding: 40px;
    }
    .section-heading{
        margin-bottom: 24px;
    }
    .email-subscribers {
        max-width: 100%;
    }
    .footer-row [class*="col-"]:last-child{
        text-align: left !important;
    }

    .corner-modal {
        bottom: 8px;
        right: 8px;
    }
    .corner-modal, .offer-popup {
        width: 400px;
    }
    .offer-popup h2 {
        font-size: 20px;
    }
    .offer-popup .popup-text {
        padding: 28px 18px;
    }

    /* About Page  */
    .inner-banner {
        padding: 48px 0;
    }
    .inner-banner-text h2 {
        font-size: 26px;
    }
}

/* 360  */
@media only screen and (max-width: 479px){
    .banner-img {
        padding-top: 70%;
    }
    .banner-circle {
        left: 76%;
        top: 36%;
    }
    .banner-text h1 {
        font-size: 24px;
        max-width: 80%;
        margin-bottom: 8px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .stat-column {
        padding: 20px 12px;
    }
    .stat-column li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
    }
    .susan-img {
        max-width: 90%;
        padding-top: 112%;
        margin: 60px auto 0px;
    }
    .point-contact::before {
        height: 30%;
        bottom: 70%;
    }
    .whyus-image.about-img {
        padding-top: 70%;
    }
    
    .email-subscribers, .es-form-field-container {
        flex-direction: column;
        row-gap: 8px;
        text-align: center;
    }
    .email-subscribers input[type="submit"] {
        margin-left: 0;
    }

    .corner-modal, .offer-popup {
        width: 320px;
    }
    .offer-popup h4 {
        font-size: 13px;
    }
    .offer-popup h2 {
        font-size: 17px;
    }
    .offer-popup h2 strong {
        font-size: 24px;
    }
    .offer-popup .popup-text {
        padding: 20px 12px;
        font-size: 13px;
        line-height: 1.4;
    }

    /* Teams Page  */
    .team-row [class*="col-"]{
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Contact Page  */
    .contact-info {
        padding: 20px 12px;
    }

    /* Blog Page  */
    .blog-box {
        flex-direction: column;
    }
    .blog-img {
        padding-top: 60%;
    }
    .blog-text {
        padding: 12px 0 0;
    }
    
}
