/* responsive ******************************************************************************/
@media (max-width: 1599px) {

}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    .two-col-img-content-section .left-col-text-content {
        padding-left: 50px;
    }
    .footer-box .btn-common {
        font-size: 35px;
        padding: 10px 70px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    h1 {
        font-size: 45px;
    }
    #homeBanner .homeBanner-part{
        min-height: 1000px;
    }

    .why-choose-block {
        padding: 40px 20px;
    }
    .why-choose-wrapper{
        max-width: 100%;
    }

    .imgs-section .bottom-text-section {
        max-width: 100%;
    }
    .imgs-section .img-block img{
        height: 265px;
    }
    .imgs-section .mid-img .img-block img {
        height: 550px;
    }
    .two-col-img-content-section .right-img-block img {
        height: 450px;
    }
    .star-bottom-img {
        bottom: -80px;
    }
    .star-big-img {
        right: -130px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    section {
        padding-bottom: 70px;
    }
    #homeBanner .homeBanner-part {
        min-height: 850px;
    }
    .imgs-section .img-block img {
        height: 190px;
    }
    .imgs-section .mid-img .img-block img {
        height: 400px;
    }
    .why-choose-block {
        padding: 40px 15px;
    }
    .star-small-img img {
        max-width: 50%;
        width: 100%;
    }
    .star-bottom-img {
        bottom: -80px;
        right: -30px;
    }
    .star-bottom-img img {
        max-width: 70%;
        width: 100%;
    }
    .imgs-section .star-small-img {
        bottom: 30px;
    }
    .star-big-img {
        right: -100px;
    }
    .star-big-img img {
        max-width: 200px;
    }
    .footer-box .btn-common {
        font-size: 30px;
        padding: 10px 50px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background: #829a9f;
        opacity: 0;
        visibility: hidden;
        transition: .5s all ease-in-out;
        z-index: 111;
        padding-top: 60px;
    }
    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }
    #header .main-nav .click-menu,
    #header .main-nav .cancel-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #header .main-nav .cancel-menu {
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 30px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }
    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 50px);
    }
    #header .main-nav {
        flex-direction: row-reverse;
    }
    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    #header .logo-box img {
        max-width: 190px;
    }
    #header {
        padding: 50px 0 40px;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    br {
        display: none;
    }
    .row {
        row-gap: 30px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        letter-spacing: 1px;
    }
    p{
        font-size: 18px;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    #homeBanner .homeBanner-part {
        min-height: 800px;
        padding-top: 150px;
    }
    .imgs-wrapper .row {
        row-gap: 0;
    }
    .imgs-section .mid-img .img-block img {
        height: 190px;
    }
    .star-small-img-right img {
        max-width: 70%;
        width: 100%;
    }
    .star-small-img {
        left: 20px;
    }
    .two-col-img-content-section .left-col-text-content {
        padding-left: 0;
    }
    .two-col-img-content-section .right-img-block img {
        height: auto;
    }
    .dot-line{
        transform: translate(-50%);
        top: 100%;
    }
    .why-choose-block::before{
        transform: rotate(90deg);
        left: 0;
        width: 22%;
        bottom: -10px;
        top: auto;
    }
    .col-md-4:last-child .dot-line{
        display: none;
    }
    .footer-box .btn-common {
        font-size: 20px;
        padding: 10px 30px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {

}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
    .why-choose-block::before{
        width: 27%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 360px) {
    .why-choose-block::before {
        width: 36%;
    }
}