@media(max-width:1399px) and (min-width:1200px) {
    .container {
        max-width: 1200px;
    }

    .menu ul li a {
        font-size: 15px;
    }

    .menu ul {
        gap: 12px;
    }

}

@media(max-width:1199px) and (min-width:992px) {
    .call_number {
        display: none;
    }

    .menu ul {
        gap: 15px;
    }

    .menu ul li a {
        font-size: 15px;
    }

    .hero_content h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media(max-width:991px) and (min-width:768px) {


.continer_imge_ {
    z-index: -1;
}

.continer_imge_ img {
    max-width: 120px;
}


.about__img img:nth-child(3) {
    width: 305px;
    height: 360px;
}

.about__img img:nth-child(2) {
    width: 215px;
    height: 201px;
}

}

@media(max-width:991px){
    .main_burger {
    width: 35px;
    height: 35px;
    background: var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 21px;
    color: #fff;
}
.menu{
    justify-content: end;
}
.colll_details .main_btn {
    display: none;
}
 .hero_section {
    height: 100%;
    padding: 80px 0px 60px 0px;
}

.menu ul {
    position: fixed;
    left: -250px;
    position: absolute;
    height: 100vh;
    background: #ffffff;
    top: 0;
    z-index: 10;
    width: 250px;
    display: block;
}

.menu.active ul {
    left: 0;
}

.menu.active ul li a {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #80808040;
    font-size: 15px;
}

.menu.active ul li:last-child a {
    border: 0;
}

.logo-mobile {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #80808033;
    margin-bottom: 20px;
}

.logo-mobile img {
    width: 100%;
    max-width: 214px;
}

.continer_imge_ {
    z-index: -1;
}

.continer_imge_ img {
    max-width: 120px;
}
}

@media(max-width:767px) and (min-width:570px) {
    .coll_lsit:last-child{
        display: none;
    }

    .coll_lsit:nth-child(2){
        padding-right: 0;
    }

    .coll_lsit:nth-child(2):before {
    content: none;
}

.hero_content h1 {
    font-size: 40px;
    line-height: 45px;
}

.newslatter_box {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.about_section:before {
    height: 140px;
    max-width: 180px;
}

.about_content h2 {
    font-size: 35px;
}

.main_heading h3 {
    font-size: 35px;
}

.main_heading {
    text-align: center;
    margin-bottom: 25px;
}

.footer_social_media ul {
    justify-content: center;
}
}

@media(max-width:569px){
    .coll_lsit:last-child{
        display: none;
    }

    .coll_lsit:nth-child(2){
        padding-right: 0;
    }

    .coll_lsit:nth-child(2):before {
    content: none;
}

.hero_content h1 {
    font-size: 30px;
    line-height: 37px;
}

.hero_content p {
    font-size: 14px;
    line-height: 25px;
}

.newslatter_box {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 40px 20px;
}

.about_section:before {
    height: 140px;
    max-width: 180px;
}

.colll_details {
    gap: 7px;
}
.call_number a {
    font-size: 13px;
}

.call_number h6 {
    font-size: 13px;
}

.coll_lsit{
    display: none;
}

.about_content h2 {
    font-size: 25px;
}

.main_heading h3 {
    font-size: 25px;
}

.main_heading {
    text-align: center;
    margin-bottom: 25px;
}

.newslatter_box h3 {
    font-size: 25px;
    text-align: center;
}
.newslatter_box h3 br{
    display: none;
}

.footer_social_media ul {
    justify-content: center;
}

.copy_text p {
    text-align: center;
    margin-bottom: 10px;
}

.coll_us_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_contact_heading {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.coll_us_mobile ul {
    display: flex;
    gap: 15px;
}

.coll_us_mobile ul li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    background: var(--green-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
}
}