/* Tablet Landscape (iPad Pro, smaller laptops, landscape tablets: 1024px - 1366px) */
/* Found in tablet_landscape.css */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) { 
    
     .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 0px;
    }
    .slide-content h1 {
    font-size: 49px;
    }
   .owl-carousel .owl-item img {

    height: auto !important;
}
   .whatsapp1 {
    width: 42px !important;

}

.main-whatsapp-div .whatsapp-btn-1 {
          width: 49%;
   /* padding: 10px; */
}
.about-area h1 {
            font-size: 41px;
        margin-right: 0px;
               padding: 0px 55px;
}

.about-area h4 {
    font-size: 29px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.sign-name {
    top: -10px;

}
    .service-name {
        display: block !important;
        padding: 10px 2px;
        font-weight: 600;
        font-size: 14px;
    }
    .service-p {
               text-align: center;
        margin-bottom: 17px !important;
        font-size: 14px !important;
        width: 100%;
    }

.header-button a {
    font-size: 12px;
    padding: 5px 5px;
}

.testimonial-img{
           width: 12% !important;
       
}

.aspirartion-div {
    padding: 95px 35px;
}
.about-area h6 {
    padding: 48px 71px 38px 40px;
}

#chat {
    width: 331px;

}
.back-to-top {
 bottom: 92px;
}
.trans-pos {
    width: 130px;
    margin-top: 6px;
}

.chairman img {
    width: 37%;
}


.ft-link {
    font-size: 14px !important;
}

.footer-main-content {
    font-size: 23px;
}

#chat {
    right: 20px !important;
   width: 285px;
    bottom: 15px;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 40%;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 40%;
}
}



/* Tablet Landscape (Standard) (768px to 991px)
Note: Covers standard iPads and similar tablets in landscape. */
@media screen and (min-width: 768px) and (max-width: 991px) { 
    .main-whatsapp-div .whatsapp-btn-1 {
        width: 53%;
    }
}