/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    

}




@media (min-width: 1200px) and (max-width: 1300px) {



}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .about-content p {
        font-size: 18px;
    }


}
 



@media (min-width: 768px) and (max-width: 991px) {
    .about-content p {
        font-size: 18px;
    }
    .header-content-top h1 {
        font-size: 25px;
    }
    .header-content-top p {
        font-size: 20px;
    }
    .header-content-top h2 {
        font-size: 24px;
    }
    .services-item {
        text-align: center;
        max-width: 550px;
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .about-content h2 {
        font-size: 25px;
    }
    .services-area {
        padding-bottom: 0;
    }

}
 






/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
    .services-area {
        padding: 40px 0;
    }
    .about-area {
        padding: 40px 0;
    }
    .contact-area {
        padding: 40px 0;
    }
    .header-content-top h1 {
        padding: 10px 20px;
        font-size: 18px;
    }
    .header-content-top h2 {
        font-size: 15px;
    }
    .header-content-top p {
        font-size: 14px;
    }
    .video-container iframe {
        border-radius: 10px;
    }
    .area-title p {
        font-size: 15px;
    }
    .services-item {
        text-align: center;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .services-area {
        padding-bottom: 0;
    }
    .about-content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .about-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-content {
        text-align: center;
        margin-bottom: 50px;
    }
    .thumbnail-wrap {
        padding: 15px 10px;
        text-align: center;
    }
    .contact-wrapper button {
        height: 48px;
        font-size: 14px;
    }
    .social-links {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-copyright p {
        font-size: 14px;
    }
    .contact-info-wrapper h4 {
        font-size: 18px;
    }
    .info-item span {
        font-size: 20px;
    }

}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}