@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
@media(max-width:991px) {
    .my_nav_container {
        flex-direction: row-reverse;
    }
    .nav-link {
        padding: 10px 0 !important;
    }
    .footer_box {
        margin-bottom: 30px;
    }
    .mission_box {
        margin-bottom: 30px;
    }
    .about_content {
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    .about_heading {
        /* padding-left: 15px; */
        margin-bottom: 20px;
    }
    .contact_info_box {
        margin-bottom: 30px;
    }
}
@media(max-width:767px) {
    .banner_icon_box_third {
        display: none;
    }
    .banner_icon_row {
        justify-content: space-between;
    }
    .choose_box {
        margin-bottom: 30px;
    }
    .energy_box h1 {
        font-size: 40px;
    }
    .item_box_content h1 {
        font-size: 40px;
    }
    .item_box_content p {
        font-size: 16px;
    }
    .fade-zoom-carousel .item img {
        height: 300px;
    }
    .fade-zoom-carousel2 .item img {
        height: 300px;
    }
    .choose_heading h1 {
        font-size: 40px;
    }
    .product_heading h1 {
        font-size: 40px;
    }
    .switch_box h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .switch_box p {
        font-size: 18px;
    }
    .switch {
        padding: 70px 0;
    }
    .top_info {
        padding: 7px 0;
    }
    .top_info_mail a {
        font-size: 13px;
    }
    .top_info_call a {
        font-size: 13px;
    }
    .tem_row {
        flex-direction: column-reverse;
    }
    .team_img img {
        margin-bottom: 20px;
    }
    .message_banner {
        padding: 70px 0;
    }
    .message_banner_heading h1 {
        font-size: 40px;
    }
    .contact_form  {
        margin-top: -50px;
    }
    .form_box_div {
        padding: 30px 15px;
    }
    .contact_info_box {
        padding: 30px 15px;
    }
}
@media(max-width:450px) {
    .item_box_content h1 {
        font-size: 30px;
    }
}
@media(max-width:400px) {
    .banner_icon_box img {
        max-width: 90px;
    }
    .switch_box h1 {
        font-size: 30px;
    }
    .message_banner_heading h1 {
        font-size: 30px;
    }
}