/*********Media Queries*********/
/*Laptop screens*/
@media (min-width: 992px) {
    .hidden_md {
        display: none !important;
    }
}

/*Tablet screens*/

@media (min-width:768px) and (max-width:991px) {
    .hidden_sm {
        display: none !important;
    }

    #site_header .nav .menu_list > li > a {
        padding: 5px 20px 5px 10px !important;
    }

    footer .footer_top .content_wrapper > div {
        width: calc(33% - 15px);
    }

    footer .footer_top .content_wrapper > div:nth-child(1) {
        width: calc(100% - 15px);
    }

    .content_section .main_content .item {
        width: calc(50% - 15px);
    }

    .choose_content_section .content_item > div {
        width: calc(50% - 15px);
    }

    .bottom_cta .content h3 {
        font-size: 24px;
    }

    .services_section .content .item {
        width: calc(50% - 25px);
    }

    .content_section .content .services_list li {
        font-size: 17px;
    }

    .content_section .service_content .item {
        width: calc(50% - 50px);
        margin-bottom: 25px;
    }

    .content_section .service_content .item:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .home_content_sec .content {
        max-width: 560px;
    }

    .home_service_sec .service_wrapper {
        max-width: 768px;
        margin: 0 auto;
    }

    .home_service_sec .service_wrapper .service_item {
        width: calc(50% - 20px);
    }
}

/*Mobile Screens*/
@media (max-width: 767px) {
    .hidden_xs {
        display: none !important;
    }

    .topbar ul li {
        padding: 5px 2.5px;
    }

    .topbar ul li a {
        line-height: 1.1;
    }

    .topbar .right li a {
        width: 22px;
        line-height: 22px;
    }

    .topbar ul li a i {
        font-size: 16px;
    }

    .nav_wrapper > div {
        width: 100%;
    }

    #site_header .nav {
        display: none;
        background-color: #fff;
        height: 100%;
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 1;
    }

    #site_header .nav .menu_list {
        background-color: #fff;
    }

    #site_header .nav .menu_list > li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #site_header .nav .menu_list > li:nth-last-child(1) {
        border: 0
    }

    #site_header .nav .menu_list > li > a {
        padding: 7px 15px;
        color: #272727;
    }

    #site_header .nav .menu_list > li.dropdown_item > a i {
        right: 15px;
    }

    #site_header .nav .menu_list > li.dropdown_item .dropdown {
        width: calc(100% - 15px) !important;
        position: relative;
        margin-bottom: 10px;
        left: 7px;
    }

    footer .footer_top .content_wrapper > div {
        width: calc(50% - 15px);
    }

    .small_banner {
        min-height: 170px;
    }

    .small_banner h1 {
        font-size: 36px;
    }

    .value_section .content > div {
        width: calc(50% - 25px);
        margin-bottom: 35px;
    }

    .value_section .content > div:nth-last-child(1) {
        margin-bottom: 0;
    }

    .section_heading h2 {
        font-size: 30px;
    }

    .section_heading h2::before,
    .section_heading h2::after {
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .section_heading h2::before {
        width: 70px;
        bottom: -5px;
    }

    .section_heading h2::after {
        bottom: -10px;
    }

    .hero_section .slide .slide_content {
        min-height: 450px;
        max-width: 550px;
    }

    .hero_section .slide .slide_content h2 {
        font-size: 36px;
    }

    .hero_section .slide .slide_content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .home_content_sec::before,
    .home_content_sec::after {
        display: none !important;
    }

    .home_content_sec .content {
        max-width: 850px;
        padding: 0px 25px;
    }

    .home_service_sec .service_wrapper .service_item {
        width: calc(50% - 15px);
    }

    .logos_section .logos_wrapper .logo_item {
        width: 100%;
        max-width: 285px;
    }

    .value_section .content2 .content_box h2 {
        font-size: 24px;
    }

    .value_section .content2 .content_box {
        width: 260px;
        height: 260px;
        margin: 10px 20px;
        padding: 20px;
    }

    .content_section .main_content .item {
        width: 100%;
    }

    .content_section .main_content .item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .choose_content_section .content_item > div {
        width: 100%;
    }

    .choose_content_section .content_item.item2 > div:nth-child(1) {
        order: 2
    }

    .choose_content_section .content_item > div {
        margin-top: 15px;
    }

    .bottom_cta .content {
        display: block !important;
        text-align: center;
    }

    .bottom_cta .content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .services_section .content .item {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .services_section .item .text {
        padding: 50px 15px 15px;
    }

    .services_section .content .item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .content_section .service_content .item {
        width: 100%;
        max-width: 380px;
        margin: 0px auto 25px;
    }

    .content_section .service_content .item:nth-last-child(1) {
        margin: 0px auto;
    }

    .content_section .content .services_list {
        max-width: 340px;
    }

    .content_section .content .services_list li::before {
        width: 30px;
        height: 30px;
    }

    .content_section .content .services_list li {
        font-size: 16px;
        display: block;
        width: 100%;
        padding-left: 40px;
    }

}

@media (max-width: 575px) {
    footer .footer_top .content_wrapper > div {
        width: 100%;
        padding: 0;
    }

    footer .footer_top .content_wrapper > div h3 {
        margin: 25px 0 15px;
    }

    footer .footer_bottom a {
        text-decoration: underline !important;
    }

    .value_section .content > div {
        width: 100%;
        text-align: center;
    }

    .value_section .content2 .content_box {
        width: 90%;
        height: auto;
        margin: 0 auto 15px;
        border-radius: 15px;
    }
}

@media (max-width: 480px) {
    .hero_section .slide .slide_content h2 {
        font-size: 32px;
    }

    .hero_section .slide .slide_content h3 {
        font-size: 20px;
    }

    .home_service_sec .service_wrapper {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .home_service_sec .service_wrapper .service_item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .topbar .content {
        justify-content: center;
    }

    .topbar .content .right {
        display: none;
    }

    footer .footer_bottom {
        justify-content: center;
        text-align: center;
    }

}
