
/* Normal desktop :1400px. */
@media (min-width:1400px) {
/* home page 01 */


}

/* Normal desktop :1365px. */
@media (max-width:1365px) {
/* home page 01 */

.header-menu ul li a {
    padding: 35px 10px 35px 10px;
    margin-left: 0;
    font-size: 12px;
}

.header-top-right p {
    font-size: 8.5px;
}

.section-title h1 {
    font-size: 55px;
}

.gallery-tag {
    font-size: 8.5px;
}

.choose-us-content p {
    font-size: 13.5px;
}


}

/*  Mediam desktop :1200px. */
@media (max-width: 1200px) {
/* home page 01 */

.header-menu ul li a {
    padding: 35px 0px 35px 0px;
    margin-left: 10px;
    font-size: 11px;
}

.header-contact span {
    display: none;
}

.header-btn a {
    font-size: 12px;
    padding: 8px 12px;
}

.hero-desc p {
    font-size: 17px;
}

.brand-content h1 {
    font-size: clamp(34px, 3.2vw, 52px);
}

.service-content p {
    font-size: 14px;
}

.gallery-tag {
    font-size: 7.5px;

}



}



/* * Mediam desktop :992px. */
@media (max-width: 992px) {

.header-menu ul li a {
    padding: 35px 0px 35px 0px;
    margin-left: 10px;
    font-size: 11px;
}

.header-contact span {
    display: none;
}

.header-btn a {
    font-size: 12px;
    padding: 8px 12px;
}

.hero-desc p {
    font-size: 16px;
}

.brand-content h1 {
    font-size: clamp(34px, 3.2vw, 52px);
}

.service-content p {
    font-size: 14px;
}

.gallery-tag {
    font-size: 7.5px;

}

.why-choose-single-box {
    padding: 38px 20px 38px 20px;
}

.choose-us-content h2 {
    font-size: 17px;
}

.choose-us-content p {
    font-size: 12.5px;
}

.section-title h1 {
    font-size: clamp(38px, 4vw, 64px);
}

.footer-widget-blog-content h3 {
    font-size: 13.5px;
}

.footer-widget-menu ul li a {
    font-size: 13px;
}

}

/*Tablet desktop :768px.*/
@media (max-width: 768px) {

.header-top-area {
    display: none;
}    
    
.mobile-menu-area .sticky {
    position: absolute !important;
    padding: 0 30px 0;
}

.advantage-header-area {
    display: none;
}

.sticky {
    position: absolute !important;
    padding: 0;
}

.call-to-section .section-title h1 {
    font-size: clamp(31px, 4vw, 64px);
}

.section-desc p {
    font-size: 15px;
}

.our-contact-us h2 {
    font-size: 20px;
}

.footer-bottom-desc p {
    text-align: center;
}

.about-us-section.style-2 .about-thumb {
    margin: 0 30px 30px 0;
}

.about-thumb.style-2 {
    margin: 0 30px 30px 0;
}


}


/* small mobile :600px. */
@media (max-width: 600px) {

.hero-content .hero-sub-title span {
    gap: 6px;
    font-size: 9px;
}

.hero-desc p {
    font-size: 14px;
}

.service-thumb a img {
    width: 100%;
}

.about-thumb {
    margin: 30px 0 0 0px;
}


}

/* small mobile :480px. */
@media (max-width: 480px) and (max-width: 599px) {
a.btn-two {
    margin-top: 18px;
}

.text-center .section-desc p {
    width: 84%;
}

}

/* small mobile :320px. */
@media (max-width: 320px) and (max-width: 479px) {


    .hero-content .hero-sub-title span {
        gap: 6px;
        font-size: 9px;
        line-height: 2.2;
    }


.hero-content .hero-title h1 {
     font-size: clamp(30px, 6.2vw, 84px);
}

a.btn-two {
    margin-top: 18px;
}

.hero-trust {
    gap: 14px;
    flex-wrap: wrap;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.section-title h1 {
    font-size: clamp(28px, 4vw, 64px);
}

.text-center .section-desc p {
    width: 100%;
}

.section-sub-title span {
    font-size: 9px;
}

.call-to-section .section-title h1 {
    font-size: clamp(27px, 4vw, 64px);
}

.section-desc p {
    font-size: 14px;
}

.section-sub-title span {
    display: inline-block;
}

.our-contact-us-box {
    padding: 20px;
}


}





