@media screen and (max-width:1600px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    .section3,
    .section5,
    .section6,
    .section7,
    .section8,
    .section9,
    .section10 {
        padding: 60px 0;
    }

    .banner {
        padding: 130px 0 60px;
    }

    .banner .banner_left ul {
        margin: 20px 0 20px;
    }

    .banner .banner_left ul li {
        margin-bottom: 5px;
    }

    .banner .banner_left p {
        margin: 15px 0 10px;
    }

    .banner .banner_right .form .icon_1 {
        width: 100px;
    }

    .banner .banner_right .form {
        padding: 40px 40px;
    }

    .banner .banner_right .form h3 {
        color: #fff;
        margin: 0;
    }

    .banner .banner_right form .control_group {
        margin-bottom: 15px;
    }

    .banner .banner_after {
        width: 580px;
    }

    .section2 {
        padding: 20px 0;
    }

    .section3 .sec_content {
        margin-top: 80px;
    }

    .section3 .sec_content::before {
        transform: scale(1.075);
    }

    .section3 .sec_bottom p {
        font-size: 22px;
    }

    .section4 {
        padding: 140px 0 60px;
    }

    .section4 .sec_content,
    .section6 .sec_content,
    .section8 .sec_content {
        margin-top: 40px;
    }

    .section5 .sec_right ul .box {
        padding: 30px 20px;
    }

    .section6 .sec_content ul.tabs {
        margin-bottom: 20px;
    }

    .section7 .my-tabs {
        margin-top: 20px;
    }

    .section7 .combo_box .custom_quote {
        width: 300px;
        top: -21px;
    }

    .section7 .combo_box .row.mt-5 {
        margin-top: 20px !important;
    }

    .section8 .sec_content .my-tabs {
        margin-top: 40px;
    }

    .section8 .my-tabs .sec_left ul {
        margin: 20px 0;
    }

    .section9 .sec_content ul .slick-list.draggable {
        padding: 40px 0 !important;
    }

    .section10 .combo_btn {
        margin-top: 20px;
    }
}

@media screen and (max-width:1399px) {

    .btn,
    p,
    .banner .banner_left ul li,
    .section8 .my-tabs .sec_left ul li {
        font-size: 12px;
        line-height: 2;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    header .navbar .navbar-nav li.nav-item img {
        width: 40px;
    }

    .banner .banner_right .form {
        width: 400px;
        margin: 0 auto;
        padding: 20px 40px;
    }

    .banner .banner_right form .control_group textarea {
        height: 70px;
        resize: unset;
    }

    .banner .banner_after {
        width: 500px;
    }

    .section3 .sec_content {
        margin-top: 60px;
    }

    .section3 .sec_content::before {
        transform: scale(1.065);
        height: 400px;
    }

    .section3 .box {
        height: 350px;
    }

    .section3 .sec_bottom p {
        font-size: 20px;
    }

    .section4 .box .box_img {
        height: 200px;
        transform: translateY(20px) scale(1.1);
    }

    .section7 .my-tabs .box {
        padding: 30px;
    }

    .section7 .my-tabs .box p {
        margin: 10px 0;
    }

    .section7 .my-tabs .box h3 {
        margin: 0;
    }

    .section7 .my-tabs .box ul.scroll_block {
        height: 180px;
    }

    .section7 .my-tabs .box .combo_btn .btn_1 {
        margin-top: 0px;
    }

    .section7 .combo_box {
        padding: 30px;
        margin-top: 60px;
    }

    .section7 .combo_box .custom_quote {
        width: 250px;
        top: -17px;
    }

    .section7 .combo_box .row.mt-5 {
        margin-top: 15px !important;
    }

    .section7 .combo_box ul {
        height: 270px;
    }

    .section7 .combo_box ul li {
        margin-top: 10px;
    }

    .section7 .combo_box .combo_pricing img {
        width: 100px;
    }

    .section8 .sec_content ul.tabs {
        gap: 20px;
    }

    .section8 .sec_content ul.tabs li {
        padding: 10px 15px;
        font-size: 15px;
    }

    .section8 .sec_content .my-tabs {
        margin-top: 30px;
    }

    .section8 .my-tabs .sec_left img {
        width: 60px;
        height: 60px;
    }

    .section8 .my-tabs .sec_left h3 {
        margin: 15px 0;
    }

    .section9 .sec_content {
        margin-top: 30px;
    }

    .section9 .box {
        padding: 20px;
    }

    .section9 .box .box_content {
        margin: 20px 0;
    }

    .section9 .box .box_footer .quotation {
        width: 40px;
        height: 40px;
    }

    .section9 .box .box_footer .quotation i {
        font-size: 22px;
    }

    .section9 .sec_content ul .slick-list.draggable {
        padding: 10px 0 !important;
    }

    .section10 .sec_right {
        padding-left: 50px;
    }

    .section10 p {
        margin: 15px 0;
    }

    .section10 a.call_btn {
        font-size: 25px;
    }

    footer {
        background: #fff;
        padding: 10px 0;
    }
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 16px;
    }

    .section3,
    .section5,
    .section6,
    .section7,
    .section8,
    .section9,
    .section10 {
        padding: 40px 0;
    }

    .section3 .sec_content::before {
        transform: scale(1.055);
        height: 350px;
    }

    .section3 .box {
        height: 300px;
    }

    .section3 .sec_bottom {
        margin-top: 80px;
    }

    .section3 .sec_bottom p {
        font-size: 18px;
        line-height: 30px;
    }

    .section4 {
        padding: 120px 0 40px;
    }

    .section4 .sec_top h2::before {
        width: 25px;
        height: 25px;
        bottom: -10px;
        left: 0px;
    }

    .section4 .sec_top h2::after {
        width: 41px;
        height: 37px;
        bottom: 10px;
        right: 0px;
    }

    .section4 .box {
        padding: 30px;
    }

    .section4 .box .box_img {
        height: 150px;
        transform: translateY(20px) scale(1.1);
    }

    .section5 .sec_right ul .box {
        padding: 20px 10px;
    }

    .section5 .sec_right ul .box .box_img {
        width: 60px;
        height: 60px;
    }

    .section5 .sec_right ul .box p {
        font-size: 14px;
        font-weight: 600;
    }

    .section5 .sec_left p {
        margin: 10px 0 !important;
    }

    .section6 .sec_content .my-tabs a .box {
        height: 250px;
    }

    .section7 .my-tabs .box p {
        font-size: 12px;
    }

    .section8 .sec_content ul.tabs li {
        font-size: 12px;
    }

    .section10 .sec_right form {
        margin-top: 20px;
    }

    .section10 .sec_right form input,
    .section10 .sec_right form textarea {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .section10 .sec_right form input::placeholder,
    .section10 .sec_right form textarea::placeholder {
        font-size: 14px;
    }

    .section10 .sec_right form textarea {
        height: 80px;
    }
}

@media screen and (max-width:991px) {

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        display: none;
    }
    
    .side_bar {
        display: none;
    }
    
    .section2_wrap ul {
        width: 900vw;
    }

    .navbar-light .navbar-toggler-icon {
        filter: invert(1) brightness(111);
    }

    .navbar-collapse {
        background: #fff6;
        backdrop-filter: blur(25px);
        padding: 10px 30px;
        border-radius: 0 0 20px 20px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    header .navbar .navbar-nav {
        gap: 0px;
    }

    header .navbar .navbar-nav li.nav-item {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ffffff52;
        padding: 10px 0px;
    }

    .banner .banner_right .form {
        width: unset;
        padding: 20px;
    }

    .banner .banner_right .form .icon_1 {
        width: 80px;
    }

    .banner .banner_right .form .icon_2,
    .banner .banner_right .form .icon_3 {
        width: 50px;
    }

    .banner .banner_right .form .icon_4 {
        width: 60px;
    }

    .section3 .box {
        height: 200px;
    }

    .section3 .sec_content::before {
        transform: scale(1.055);
        height: 250px;
        border-radius: 25px;
    }

    .section4 .box {
        padding: 20px 10px;
    }

    .section4 .box .box_img {
        height: 100px;
        transform: translateY(20px) scale(1.1);
    }

    .section6 .sec_content ul.tabs {
        gap: 10px;
    }

    .section7 .my-tabs .box {
        padding: 20px;
    }

    .section7 .my-tabs .box hr {
        margin: 10px 0 !important;
    }

    .section7 .my-tabs .box ul li {
        font-size: 12px;
        padding-left: 20px;
    }

    .section7 .my-tabs .box ul.scroll_block {
        height: 165px;
    }

    .section7 .my-tabs .box h3 span {
        font-size: 16px;
    }

    .section7 .combo_box .custom_quote {
        width: 180px;
        top: -13px;
    }

    .section7 .combo_box ul li {
        font-size: 12px;
        padding-left: 20px;
    }

    .section7 .combo_box ul {
        height: 260px;
    }

    .section8 .sec_content ul.tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .section8 .my-tabs .sec_left ul {
        margin: 10px 0;
    }

    footer ul li,
    footer ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    .mob_none{
        display: none !important;
    }
    .desk_none{
        display: flex !important;
    }
    .sec6_slider .slick-slide {
        margin: 0 10px;
    }
    .sec6_slider .slick-list {
        margin: 0 -10px;
    }
    .sec61_slider .slick-slide {
        margin: 0 10px;
    }
    .sec61_slider .slick-list {
        margin: 0 -10px;
    }
    h2 {
        font-size: 25px;
    }

    .banner .banner_right .form .icon_2,
    .banner .banner_right .form .icon_3,
    .banner .banner_right .form .icon_4,
    .section3 .sec_content::before,
    .section4 .sec_top h2::after,
    .section4 .sec_top h2::before,
    .section9::before {
        display: none;
    }

    .navbar-light .navbar-brand img {
        width: 200px;
    }

    .banner {
        padding: 100px 0 40px;
    }

    .banner .banner_left ul {
        margin: 10px 0 10px;
    }

    .banner .banner_right .form {
        margin-top: 40px;
    }

    .banner .banner_right .form .icon_1 {
        width: 80px;
        right: 0;
    }

    .section3 {
        background: #eeeeee;
    }

    .section3 .sec_content {
        margin-top: 20px;
    }

    .section3 .box {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .section3 .sec_bottom {
        margin-top: 20px;
    }

    .section4 .box {
        padding: 20px;
        width: 100%;
        margin: 0px 10px;
    }

    .section4 .box .box_img {
        height: unset;
        transform: translateY(0px) scale(1);
    }

    .section4 .box:hover .box_img {
        transform: translateY(20px) scale(1.2);
    }

    .section5 .sec_right {
        width: 100%;
        position: unset;
        transform: unset;
        margin-top: 30px;
    }

    .section6 .sec_content ul.tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .section6 .sec_content .my-tabs a .box {
        height: 250px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .section7 .my-tabs .box {
        padding: 30px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .section7 .combo_box ul {
        height: 250px;
        margin-top: 20px;
        border: 1px solid #fff;
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
    }

    .section7 .combo_box .combo_pricing {
        justify-content: end;
        margin-top: 20px;
    }

    .section8 .my-tabs .sec_right img {
        width: 300px;
        margin-left: auto;
        margin-top: 30px;
        display: block;
    }

    .section10 .sec_after {
        width: 100%;
        height: 100%;
    }

    .section10 h2,
    .section10 p,
    .section10 a.call_btn{
        color: #fff;
    }

    .section10 .sec_right {
        padding-left: 0;
        margin-top: 20px;
    }
    .another_section .sec_content .swiper .swiper-wrapper .swiper-slide {
        margin: 10px;
    }
}

@media screen and (max-width:575px) {
    
    .banner .banner_right .form {
        margin-top: 60px;
    }

    .section7 .sec_content .tabs {
        gap: 20px;
    }

    .section7 .sec_content .tabs li {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section7 .combo_box .custom_quote {
        width: 150px;
        top: -11px;
        right: 30px;
    }
}

@media screen and (max-width:460px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .banner .banner_left p {
        font-size: 12px;
    }

    .section3 .sec_bottom p {
        font-size: 16px;
        line-height: 25px;
    }

    .section4 {
        padding: 40px 0 40px;
    }
    .section6 .sec_content ul.tabs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .section6 .sec_content ul.tabs li {
        padding: 10px 25px;
    }

    .section7 .sec_content .tabs {
        gap: 10px;
    }
    .section7 .sec_content .tabs li {
        padding: 10px 10px;
        font-size: 12px;
    }

    .section7 .combo_box .combo_pricing img {
        width: 60px;
    }

    .section7 .combo_box .combo_pricing .pricing_inner h6,
    .section7 .combo_box .combo_pricing .pricing_inner p {
        font-size: 10px;
    }

    .section7 .combo_box .combo_pricing .pricing_inner p::before {
        width: 120px;
        height: 33px;
    }

    .section8 .my-tabs .sec_left ul li {
        font-size: 12px;
    }

    footer p {
        line-height: unset;
    }

    footer ul {
        border-top: 1px solid #eee;
        padding: 10px 0 0;
    }
}