@media only screen and (min-width: 1200px) and (max-width: 1440px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

}

@media only screen and (min-width: 991px) and (max-width: 1299px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    body .elementor-element.buildersection14 {
        max-width: 95%;
        margin: 0 auto;
    }

    body .elementor-element.bannerHeading .elementor-heading-title {
        font-size: 60px!important;
    }
}


@media only screen and (max-width:1440px) {
    .footerInnerContainer{
        max-width: 95%;
    }
}

@media only screen and (max-width: 1230px) {
  .siteContainer{
    max-width: 90%;
  }  
}

@media only screen and (max-width: 1366px) {
    .footerInnerContainer{
        padding: 50px 40px;
    }

    .footerLinks ul li:not(:first-child) {
        margin-left: 15px;
        padding-left: 15px;
    }

    .footerLinks ul li a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 1200px) {
    .footerInnerContainer{
        padding: 40px 30px;
    }

    .footerCol.footerLeft{
        width: 40%;
    }

    .footerCol.footerRight {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .siteNavigation ul li:not(:first-child) {
        margin-left: 35px;
    }

    header.site-header{
        padding: 22px 0;
    }

    .footerLinks ul li a {
        font-size: 14px;
        line-height: 17px;
    }

    .footerSocial ul li:not(:first-child) {
        margin-left: 20px;
    }

    .footerSocial ul li svg {
        width: 35px;
        height: 35px;
    }

    .footerLeft p{
        line-height: 22px;
    }

    .footerRow {
        padding: 35px 0;
    }

    body footer.site-footer {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 880px) {
    .footerInnerContainer{
        padding: 30px 30px;
    }

    .siteNavigation ul li:not(:first-child) {
        margin-left: 30px;
    }

    header.site-header{
        padding: 20px 0;
    }

    body p{
        font-size: 14px;
        line-height: 26px;
    }

    .footerLeft p{
        line-height: 22px;
        margin-top: 20px;
    }

    .footerLinks ul li a {
        font-size: 13px;
        line-height: 16px;
    }

    .footerSocial ul li svg {
        width: 30px;
        height: 30px;
    }

    .footerSocial ul li:not(:first-child) {
        margin-left: 18px;
    }

    .footerLinks ul {
        margin-top: 26px;
    }

    .footerLogo img.custom-logo {
        max-height: 40px;
        width: auto;
    }

    .footerLinks ul li:not(:first-child) {
        margin-left: 10px;
        padding-left: 10px;
    }

    body footer.site-footer {
        padding: 30px 0;
    }
}


@media only screen and (max-width: 767px) {
    .footerInnerContainer{
        padding: 30px 20px;
    }

    .deskTopMenu{
        display: none;
    }

    .mobileMenu{
        display: block;
    }

    .headerLeft {
        width: 40%;
    }

    .headerRight{
        width: 60%;
    }

    .footerCol.footerLeft {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .footerSocial ul {
        justify-content: start;
    }

    .footerCol.footerRight {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footerSocial ul li svg {
        width: 24px;
        height: 24px;
    }

    .footerSocial ul li:not(:first-child) {
        margin-left: 12px;
    }

    .footerLinks ul{
        justify-content: start;
    }

    .footerLeft p {
        line-height: 22px;
        text-align: right;
        margin-top: 0;
        padding-left: 20px;
    }

    .footerLinks ul {
        margin-top: 5px;
    }

    .footerLinks {
        padding-left: 15px;
    }

    .formRow {
        margin: 0 0;
		padding:30px 0;
    }
    
    .formCol {
        flex-grow: unset;
        flex-basis: unset;
        width: 100%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .footerLinks ul li a{
        font-size: 10px;
    }

    .footerLinks ul li:not(:first-child) {
        margin-left: 5px;
        padding-left: 5px;
    }

    .footerLeft p {
        text-align: left;
        margin-top: 15px;
        padding-left: 0;
    }

    .footerCol.footerLeft {
        display: block;
    }

    .footerLinks {
        padding-left: 0;
    }

    .footerCol.footerRight {
        display: block;
    }

    .footerLinks ul {
        margin-top:15px;
    }
}

@media only screen and (max-width: 480px) {}