@media screen and (min-width: 1100px) {
    header.header {
        height: 131px;
    }

    .para_box .col-sm-8 {
        padding-left: 10px;
    }
}

@media screen and (max-width:1270px) {
    .container {
        width: 98% !important;
    }
}

@media screen and (max-width:1100px) {
    header.header h2 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 0;
    }

    header.header .col-sm-5.text-right {
        display: flex;
        align-items: center;
    }

    header.header .col-sm-5.text-right img {
        margin-top: 10px;
        width: 33%;
        height: auto;
        display: inline-block;
        float: left;
    }

    section.section.sec_main h1 {
        font-size: 60px;
        color: rgb(255, 225, 1);
        font-weight: 700;
        font-style: normal;
    }

    .form_box h2 {
        line-height: 42px;
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        color: rgb(0, 0, 0);
        background: rgba(255, 225, 1, 1);
        height: 127px;
        padding-top: 20px;
        margin: 0;
    }
}

@media screen and (max-width:1000px) {
    header.header h2 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 0;
    }

    section.section.sec_main .col-sm-6 {
        width: 100%;
        text-align: center;
    }

    section.section.sec_main .row {
        display: block;
    }

    section.section.sec_main p {
        text-align: center;
        font-size: 28px;
    }

    .form_box {
        margin-top: 50px;
    }

    .sec2 .row1 .padd-right,
    .sec2 .row1 .padd-left {
        padding: 0 15px;
    }

    .sec2 .row1 {
        width: 100%;
        margin: 0 auto;
    }

    .para_box {
        box-shadow: 0px 6px 16px rgba(169, 169, 169, 1);
        background: #fff;
        padding: 24px 30px;
        margin-bottom: 20px;
    }

    .testimonials h2 {
        margin: 0;
    }

    footer.footer .col-md-6 {
        width: 100%;
    }

    header.header .row {
        display: flex;
        align-items: center;
    }

    header.header .col-sm-5.text-right img {
        margin-top: 0;
    }

    section.section.text-center.last_cta {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:700px) {
    header.header .row {
        display: block;
        align-items: center;
    }

    .col-md-3.col-sm-3.logo {
        width: 50%;
        float: left;
    }

    header.header .col-sm-5.text-right img {
        margin-top: 10px;
        width: auto;
        height: auto;
        display: inline-block;
        float: none;
    }

    header.header .col-sm-5.text-right {
        display: block;
        align-items: center;
        text-align: center;
        padding-top: 10px;
    }

    .footer .row {
        /* margin: 40px 0 20px; */
        display: block;
        align-items: center;
        text-align: center;
    }

    .col-md-6.text-right {
        text-align: center;
    }

    iframe {
        width: 100%;
    }

    section.section.map .row.text-left {
        margin-top: 50px;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
    }

    section.section.map .row h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .video_sec img {
        border-radius: 25px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .video_sec {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    header.header.fixed {
        position: relative;
    }

    header.header .col-sm-5.text-right {
        display: none;
    }

    section.section.sec_main h3 {
        font-size: 32px;
    }

    .form_box_inner label {
        font-size: 16px;
    }

    section.section.sec2 h2 {
        padding: 0 40px;
    }

    .para_box h3 {
        font-size: 23px;
    }

    footer.footer {
        padding: 0 20px;
    }

    .form_box_inner {
        padding: 20px;
    }

    .form_box_inner label {
        font-size: 13.5px;
        letter-spacing: 0;
    }

    .para_box .col-sm-4 {
        width: 100%;
        text-align: center;
    }

    .para_box .col-sm-8 {
        width: 100%;
        text-align: center;
    }

    .para_box .row {
        align-items: center;
        display: block;
        height: auto;
    }

    section.section.sec2 img {
        margin-bottom: 20px;
    }

    section.section.sec2 p {
        text-align: center;
    }

    header.header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    header.header .col-md-3.col-sm-3.logo {
        padding-bottom: 10px !important;
    }

    header.header.fixed a.btn1 {
        height: auto;
        padding: 8px;
    }

    .logo img {
        height: 81px;
    }
}

@media screen and (max-width:600px) {
    .col-md-3.col-sm-3.logo {
        width: 100%;
        float: none;
        padding-bottom: 30px;
    }

    header .col-sm-4.paddright {
        text-align: center;
    }

    header span {
        display: block;
    }

    header.header .col-sm-5.text-right img {
        margin-top: 0;
        width: 33%;
        height: auto;
        display: inline-block;
        float: left;
    }

    section.section.sec_main h1 {
        font-size: 45px;
        color: rgb(255, 225, 1);
        font-weight: 700;
        font-style: normal;
    }

    br {
        display: none;
    }

    .form_box h2 {
        line-height: 33px;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        color: rgb(0, 0, 0);
        background: rgba(255, 225, 1, 1);
        height: 127px;
        padding: 9px;
        padding-top: 32px;
        margin: 0;
    }

    .form_box_inner,
    .form_box_inner label {
        text-align: left;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 18px;
        width: 100%;
    }

    .para_box h3 {
        font-size: 23px;
    }

    .sec2 a {
        width: auto;
        padding: 0 8px 0 8px;
        width: 100%;
        height: auto;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .testimonials h2,
    section.section.map h2,
    .last_cta h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .testimonials h2,
    .form_box_inner,
    .form_box_inner label {
        text-align: center;
    }

    .bg_testimonials img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    section.section.text-center.last_cta {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonials h2 {
        margin-bottom: 12px;
    }

    .last_cta a,
    .testimonials a {
        width: 100%;
        height: auto;
    }

    .form_box_inner label {
        text-align: left;
    }

    .bg_testimonials img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    footer.footer .col-md-6 a {
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    footer.footer .col-md-6 {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:400px) {

    .testimonials h2,
    section.section.map h2,
    .last_cta h2,
    section.section.map .row h2,
    section.section.sec2 h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .sec_main ul.list li span {
        font-size: 20px;
    }

    .sec_main ul.list li {
        margin: auto;
        text-align: left;
    }

    .sec_main ul.list li .icon {
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }

    .sec_main ul.list li .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .col-sm-4.paddright {
        padding: 0 15px !important;
    }
}

@media screen and (max-width:380px) {
    footer.footer .col-md-6 {
        width: 100%;
        display: flex;
        align-items: center;
    }

    footer div+img {
        margin: 0 5px;
        border-left: 3px solid rgba(244, 244, 244, 1);
    }

    footer.footer .col-md-6 a {
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    div#lp-pom-box-458-color-overlay {
        display: none;
    }

    .home input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 17px;
    }

    .sec_main ul.list li span {
        font-size: 20px;
    }

    .sec_main ul.list li {
        margin: auto;
        text-align: left;
    }

    .sec_main ul.list li .icon {
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }

    .sec_main ul.list li .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .col-sm-4.paddright {
        padding: 0 15px !important;
    }
}

@media screen and (max-width:370px) {
    .form_box h2 {
        padding-top: 14px;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 16px;
        width: 100%;
    }

    section.section.sec_main h1 {
        font-size: 30px;
        color: rgb(255, 225, 1);
        font-weight: 700;
        font-style: normal;
    }

    section.section.sec_main p {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
    }

    section.section.sec_main h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .sec_main ul.list li span {
        font-size: 20px;
    }

    .sec_main ul.list li {
        margin: auto;
        text-align: left;
    }

    .sec_main ul.list li .icon {
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }

    .sec_main ul.list li .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .col-sm-4.paddright {
        padding: 0 15px !important;
    }
}

@media screen and (max-width:350px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form_box_inner {
        padding: 20px 20px;
        position: relative;
        padding-top: 30px;
    }

    a.btn1,
    a.btn2,
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 14px;
        width: 100%;
    }

    .para_box .col-sm-8 {
        padding: 0;
    }

    .para_box h3 {
        font-size: 18px;
    }

    .testimonials h2,
    section.section.map h2,
    .last_cta h2,
    section.section.map .row h2,
    section.section.sec2 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    section.section.last_cta {
        padding: 40px 0;
    }

    .last_cta h2 {
        margin-top: 0;
    }

    .sec_main ul.list li span {
        font-size: 20px;
    }

    .sec_main ul.list li {
        margin: auto;
        text-align: left;
    }

    .sec_main ul.list li .icon {
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }

    .sec_main ul.list li .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .col-sm-4.paddright {
        padding: 0 15px !important;
    }
}

@media screen and (min-width: 100px) and (max-width: 768px) {

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .menu-header #menu-button {
        display: none;
    }

    main {
        padding: 0;
    }

    .sec_main ul.list li span {
        font-size: 20px;
    }

    .sec_main ul.list li {
        margin: auto;
        text-align: left;
    }

    .sec_main ul.list li .icon {
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }

    .sec_main ul.list li .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .col-sm-4.paddright {
        padding: 0 15px !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 668px) {

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .open-menu body {
        position: fixed !important;
    }

    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1 !important;
    }

    [data-aos] {
        -webkit-tranform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 380px) {
    [data-aos] {
        -webkit-tranform: none !important;
        transform: none !important;
    }

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1 !important;
    }

    .open-menu body {
        position: fixed !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .menu-header #menu-button {
        display: none;
    }

    .home input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 14px;
    }
}

@media screen and (min-width:700px) and (max-width:800px) {
    .bg_testimonials img {
        width: 100%;
        height: 600px;
    }

    section.section.text-center.last_cta {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    .footer_logo {
        width: 100px;
    }
}