    
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
    
}

/* responsive ******************************************************************************/
@media (max-width: 1599px) {

    /* two-column-form-section css */
    .two-column-form-section .form-box {
        padding: 100px 70px 40px;
    }
    .form-text-box-with-bg-img{
        padding: 170px 100px 150px;
    }
    
}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {    
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h5 {
        font-size: 22px;
        line-height: 30px;
    }

    /*header css */
    .header .header-btn .common-btn {
        max-width: 245px;
        font-size: 18px;
        padding: 15px;
    }


    /* homeBanner css */
    .banner-section .border-btn{
        padding: 15px 30px;
    }

    /* why-choose-us-section css */
    .why-choose-us-section .card-box{
        padding: 30px;
    }

    .two-column-form-section .submit-btn {
        width: 33.33%;
    }

    /* how-does-it-works-section css */
    .how-does-it-works-card-block .arrow-block{
        max-width: 170px;
        width: 100%;
        left: 54%;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  

    .section {
        padding: 80px 0;
    }

    .container {
        max-width: 95%;
    }
    .common-btn{
        padding: 15px 12px;
        max-width: 270px;
        font-size: 18px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }

    /* header css */
    .header #primary-menu .menu-item a {
        font-size: 15px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .header .header-btn {
        width: 30%;
    }
    .header .header-btn .common-btn {
        max-width: 215px;
        font-size: 17px;
        padding: 10px;
    }
    
    /* banner-section css */
    .banner-section .homeBanner-part {
        padding: 250px 0;
    }

    /* warranty-quote-list-section css */
    .warranty-quote-list-wrapper li a{
        font-size: 18px;
    }

    /* why-choose-us-section css */
    .why-choose-us-section .card-box {
        padding: 30px 15px 15px;
    }
    .why-choose-us-section .card-box .icon-img {
        margin-bottom: 20px;
        max-width: 70px;
    }

    /* trusted-logos-section css */
    .trusted-logo-img img {
        margin: 0 auto 10px;
        max-width: 160px;
    }
    .trusted-logo-card{
        padding: 30px;
    }

    /* testimonials-section css */
    .testimonials-section .col-lg-3 {
        padding: 0 10px;
    }

    /* form-section css */
    .form-section .left-text-section h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .form-wrapper {
        padding: 45px 30px;
        margin-top: -200px;
    }
    .form-box .col {
        padding: 0 10px;
    }

    /* how-does-it-works-section css */
    .how-does-it-works-card-block .arrow-block {
        max-width: 125px;
        left: 62%;
    }
    .how-does-it-works-card-block .number-block{
        width: 90px;
        height: 90px;
    }
    .how-does-it-works-card-block .number-block h3 {
        font-size: 40px;
    }
    .how-does-it-works-card-inner{
        padding: 60px 30px 40px;
    }

    /* two-column-form-section css */
    .form-text-box-with-bg-img {
        padding: 120px 50px;
    }
    .two-column-form-section .form-box {
        padding: 100px 30px 40px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {

    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .section-overlay {
        background: linear-gradient(90deg, rgba(33, 34, 43, 1) 0%, rgba(33, 34, 43, 0.3) 100%);
    }
    
    /* header css */
    .header .header-btn {
        width: 100%;
        display: block;
        margin-top: 10px;
    }    
    .header .navbar-nav {
        max-width: 100%;
    }
    .header{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 0px;
        z-index: 2;
    }

    #primary-menu {
        display: flex;
        flex-direction: column;
    }

    #primary-menu .menu-item {
        margin-bottom: 8px;

    }

    #primary-menu .sub-menu{
        position: static;
    }

    /* banner-section css */
    .banner-section .homeBanner-part{
        padding: 320px 0 220px;
    }

    /* form-section css */
    .form-wrapper {
        padding: 30px;
        margin-top: -170px;
    }
    .form-section {
        padding-bottom: 60px;
    }

    /* why-choose-us-section css */
    .why-choose-us-section .card-box .icon-img {
        margin-bottom: 20px;
        max-width: 65px;
        width: 100%;
    }
    .btn-block {
        margin-top: 20px;
    }

    /* how-does-it-works-section css */
    .how-does-it-works-card-block {
        position: relative;
        margin-bottom: 60px;
    }
    .how-does-it-works-card-block .arrow-block{
        display: none;
    }
    .how-does-it-works-card-block .number-block {
        width: 70px;
        height: 70px;
        top: -30px;
    }
    .how-does-it-works-card-block .number-block h3 {
        font-size: 30px;
    }
    .how-does-it-works-section.section {
        padding-bottom: 20px;
    }
    .how-does-it-works-section .section-heading {
        margin-bottom: 70px;
    }

    /* testimonials-section css */
    .testimonial-bottom-block {
        margin-bottom: 30px;
    }

    /* trusted-logos-section css */
    .trusted-logo-img {
        min-height: 60px;
    }
    .trusted-logo-img img {
        max-width: 140px;
    }

    /* two-column-form-section css */
    .two-column-form-section .submit-btn {
        width: 50%;
    }
    .form-text-box-with-bg-img {
        padding: 90px 50px;
    }
    .two-column-form-section .form-box {
        padding: 30px;
    }

    /* warranty-quote-list-section css */
    .warranty-quote-list-wrapper ul {
        margin-bottom: 30px;
    }

    .about-us-banner{
        min-height: 350px;
        margin-top: 110px;
    }
    .team-member-section .card:hover > .cont{
        height: 200px;
    }
    .company-vision .row {
        flex-direction: column-reverse;
    }

    .blog-tab-section .bottom-link-text {
        display: block;
    }
    .blog-tab-section .case-studies-text {
        padding: 30px 15px;
    }
    .blog-tab-section .post-thumbnail img {
        height: 110px;
    }
    .blog-tab-section .post-title {
        font-size: 20px;
    }
    .post-inner-section.section {
        padding-top: 150px;
    }

    .faq-section .search {
        width: 100%;
    }
    .pricing-form-section.two-column-form-section .form-box {
        padding: 0 50px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {

    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .section {
        padding: 60px 0;
    }
    .section-heading {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }
    h2,
    .form-section .left-text-section h2 {
        font-size: 23px;
        line-height: 30px;
    }
    h5 {
        font-size: 18px;
        line-height: 25px;
    }    
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .common-btn {
        font-size: 18px;
        max-width: 270px;
        padding: 15px 10px;
        line-height: 20px;
    }

    /* banner-section css */
    .banner-section .box1 .common-btn {
        max-width: 200px;
    }
    .banner-box .arrow img{
        display: none;
    }
    .banner-section .banner-box{
        margin-bottom: 35px;
    }
    .banner-section .banner-btn-box {
        display: block;
    }
    .banner-section .border-btn {
        margin-bottom: 20px;
    }
    .banner-section .border-btn {
        margin-right: 0;
    }
    .banner-section .btn {
        width: 100%;
        max-width: 100%;
    }
    .banner-section .banner-box {
        text-align: center;
    }
    .banner-section .banner-box p {
        margin: 0 auto;
    }

    /* form-section css */
    .form-box .common-btn {
        max-width: 100%;
    }
    .form-check {
        margin-bottom: 20px;
    }
    .form-box .form-check-label {
        margin-left: 5px;
    }
    .two-col-list-content-section .left-text-section {
        margin-bottom: 30px;
    }
    input.form-control {
        padding: 15px;
        margin-bottom: 10px;
    }
    .form-section .form-input-row {
        margin-bottom: 20px;
    }
    input.form-control{
        padding: 15px;
    }

    /* why-choose-us-section css */
    .why-choose-us-section .card-box .icon-img{
        margin: 0 auto 20px;
    }
    .why-choose-us-section .card-box {
        text-align: center;
    }
   
    /* bottom-text-btn-section css */
    .bottom-text-btn-section .contact-link img {
        max-width: 30px;
        width: 100%;
        margin-right: 20px;
    }

    .form-wrapper {
        margin-bottom: 60px;
    }

    /* trusted-logos-section css */
    .trusted-logo-card {
        margin-bottom: 30px;
    }

    /* two-column-form-section css */
    .two-column-form-section .form-box {
        padding: 50px 25px;
    }
    .form-text-box-with-bg-img {
        padding: 80px 20px;
    }
    .two-column-form-section .form-text-box .section-heading {
        text-align: center;
    }
    .two-column-form-section .submit-btn {
        width: 100%;
    }

    /* how-does-it-works-section css */
    .how-does-it-works-card-inner {
        text-align: center;
    }
    .how-does-it-works-card-block .number-block {
        top: 0;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    /* testimonials-section css */
    .client-img img {
        margin: 0 auto;
        width: auto !important;
    }
    .testimonials-section .col-lg-3 {
        padding: 0 10px;
        flex-direction: column-reverse;
        display: flex;
    }
    .testimonial-bottom-block {
        margin-bottom: 10px;
        text-align: center;
    }
    .testimonial-block{
        margin-bottom: 30px;
    }
    .testimonials-section.section {
        padding-bottom: 40px;
    }

    /* bottom-text-btn-section css */
    .bottom-text-btn-section .common-btn {
        margin: 0 auto;
    }
    .bottom-text-btn-section .contact-link .btn {
        justify-content: center;
    }
    .bottom-text-btn-section .section-heading {
        text-align: center;
    }

    /* warranty-quote-list-section css */
    .warranty-quote-list-wrapper ul {
        border-right: 0;
    }
    .warranty-quote-list-wrapper ul {
        margin-bottom: 0;
    }
    .warranty-quote-list-wrapper {
        height: 280px;
        overflow: hidden;
        overflow-y: auto;
    }


    .team-member-section .card:hover > .cont {
        height: 160px;
    }
    .company-mission .grow img, .company-vision .grow img {
        height: 230px;
    }

    .accordion-header {
        line-height: 30px;
    }

    .blog-tab-section .post-thumbnail img {
        height: inherit;
    }


    .tab-titles {
        display: block;
    }

    .two-column-form-section.pricing-form-section .form-box {
        padding: 50px 0;
    }

    .footer-box-inner {
        text-align: center;
    }
    .footer-links.text-end {
        text-align: center !important;
    }
    .footer-copyright {
        margin-bottom: 10px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {

    h6 {
        font-size: 15px;
        line-height: 25px;
    }

    /* trusted-logos-section css */
    .trusted-logos-section.section {
        padding: 50px 0 30px;
    }

    /* footer css */
    .footer .footer-box-inner p, .footer .footer-box-inner a {
        font-size: 15px;
        line-height: 20px;
    }
    
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
    h1 {
        font-size: 25px;
        line-height: 32px;
    }
    h2, .form-section .left-text-section h2{
        font-size: 20px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {

}

/* responsive ******************************************************************************/
@media (max-width: 320px) {
    h2, .form-section .left-text-section h2{
        font-size: 18px;
        line-height: 27px;
    }
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
}