/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    /* no need  */

}

/* Normal laptop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-cnt p {
        padding: 0 20px;
    }
    .hero-text p {
        padding: 0 100px;
        font-size: 20px;
    }
    .about-cnt-bd::before {
        width: 65%;
    }
    .about-cnt-bd::after {
        width: 65%;
    }
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {  
    .footer-cnt p {
        font-size: 18px;
        padding: 0px 10px;
    }
    .clints-box {
        margin: 0 0;
        margin-bottom: 40px;
    }
    .icon-text {
        padding-right: 0;
    }
    .clients-area.pt-140.pb-200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .services-img {
        display: none;
    }

    .mid-ser-f .services-content {
        padding-left: 100px;
    }
    .about-cnt-bd::after {
        top: auto;
        bottom: 0;
        right: 0;
        height: 400px;
        width: 100%;
    }
    .about-cnt-bd::before {
        top: auto;
        bottom: 0;
        right: 0;
        height: 400px;
        width: 100%;
    }
    .about-area.pb-100 {
        padding-bottom: 465px;
    }
    .hero-text p {
        padding: 0;
        font-size: 20px;
    }
    .hero-text h1 {
        font-size: 42px;
    }
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
    .services-img {
        display: none;
    }
    .about-area.pb-100 {
        padding-bottom: 365px;
    }
    .about-cnt-bd::after {
        top: auto;
        bottom: 0;
        right: 0;
        height: 310px;
        width: 100%;
    }
    .about-cnt-bd::before {
        top: auto;
        bottom: 0;
        right: 0;
        height: 310px;
        width: 100%;
    }
    .about-content h1 {
        font-size: 34px;
    }
    .mid-ser-f .services-content {
        padding-left: 100px;
    }
    .hero-area::after {
        height: 250px;
        width: 250px;
    }
    .hero-text h1 {
        font-size: 27px;
    }
    .hero-text p {
        padding: 0 0;
    }
    .transparent-header {
        padding: 0 0px;
    }
    .main-menu ul li a {
        font-size: 15px;
        padding: 16px 24px;
    }

    .hero-area::before {
        width: 90%;
        clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
    }
    .service-dot {
        top: -20px;
        height: 45px;
        width: 30px;
        left: 0px;
    }
    .services-content {
        position: relative;
        padding-left: 40px;
        padding-right: 20px;
    }
    .mid-ser-f .services-content {
        padding-left: 40px;
    }
    .section-titel h1 {
        font-size: 28px;
    }
    .services-area.pb-120 {
        padding-bottom: 10px;
    }
    .about-area::before {
        width: 90%;
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    }
    .clints-box {
        margin: 0 0;
        margin-bottom: 40px;
    }
    .icon-text {
        padding-right: 0;
    }
    .clients-area.pt-140.pb-200 {
        padding-bottom: 50px;
    }
    .footer-titel {
        margin-bottom: 35px;
        font-size: 30px;
    }
    .footer-cnt p {
        font-size: 19px;
        padding: 0 0px;
        margin-bottom: 0px;
    }
    .hero-bg.pt-100.pb-70 {
        padding: 70px 0;
    }
    .copyright-text p {
        font-size: 13px;
    }
    .copyright-text.pt-80 {
        padding-top: 60px;
    }

}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu ul li a {
        font-size: 18px;
        padding: 20px 40px;
    }
    .icon-text {
        padding-right: 80px;
    }
    .footer-cnt p {
        font-size: 19px;
        padding: 0 70px;
        margin-bottom: 0px;
    }.section-titel p {
        padding: 0 30px;
    }
    .services-content {
        padding-right: 50px;
    }
}
