﻿
.ctm-bg-light {
    background-color: #f5f5f5;
}

.lp-bnr-form input, .lp-bnr-form select {
    border-radius: 50px;
    height: 49px;
}

/*.lp-form-head h3 {
     font-size: 24px; 
    font-weight: 700;
}

.lp-form-head p {
    font-weight: 700;
    FONT-SIZE: 18PX;
    MARGIN-BOTTOM: 20PX;
}*/


/*LP Banner*/


/*
.lp-banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 40px;
    border-radius: 40px;
    margin: 0 20px;
    max-width:1880;
    margin:0 auto;
}*/

.lp-banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 40px;
    border-radius: 40px;
    margin: 0 20px;
    max-width: 1880px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.lp-bnr-img-holder img {
    max-width: 100%;
    display:flex;
    align-items:center;
}

.lp-bnr-cont h1{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
}

.lp-bnr-cont p {
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
}

.frm-btn-lp {
    background-color: #000000;
    text-decoration: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    transition: 0.3sease-in-out;
    text-decoration: none;
    border: 0;
    height: 49px;
}

.lp-form-head h3{
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    margin-bottom:0;
}

.lp-form-head p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.lp-bnr-form {
    border: 1px solid #fff;
    padding: 60px 20px 20px;
    border-radius: 20px;
    margin-top: 60px;
    position: relative;
}

/*.lp-form-head {
    display: inline-block;*/
    /* margin-top: -72px; */
    /*background-color: #f32832;
    padding: 6px 22px;
    position: absolute;
    left: 20px;
    top: -32px;
}*/

.lp-form-head {
    display: inline-block;
    background-color: #f43525;
    padding: 6px 13px;
    position: absolute;
    left: 20px;
    top: -32px;
}
/*LP Banner End*/





@media (max-width: 1399.98px) {
    .lp-bnr-cont h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .lp-bnr-cont p {         
        font-size: 21px;
        line-height: 31px;
    }
}

@media (max-width: 1199.98px) {
    .lp-bnr-img-holder {
        display: none;
    }

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .lp-banner-sec {
        width: calc(100% - 20px);
    }

    .lp-form-head h3 {    
        font-size: 22px;
        line-height: 28px;    
    }

    .lp-form-head p {        
        font-size: 16px;
        line-height: 20px;       
    }

    .lp-bnr-cont h1 {
        font-size: 32px;
    }

    .lp-form-head {
        padding: 6px 13px;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 17px;
    }

    .lp-bnr-form {
        padding: 14px;
        margin-top: 30px;
        margin-bottom: 25px;
        padding-bottom: 0;
    }

    .lp-bnr-cont p {
        font-size: 18px;
        line-height: 1.3;
    }

}

@media (max-width: 575.98px) {
    .lp-bnr-cont h1 {
        font-size: 25px;
    }

    .lp-banner-sec {
        padding: 42px 0px;
        padding-bottom: 12px;
        margin-bottom: 32px;
    }

    .lp-bnr-cont p {     
        font-size: 16px;
        line-height: 1.3;
    }

    .lp-bnr-form input, .lp-bnr-form select {
        height: 42px;
    }

    .frm-btn-lp {
        height: 42px;
    }

    .servicesCard-btn {
        width: 100%;
        position: relative;
    }
}

.ctm-mob-menu-btn {
    display:none;
}

.main-header-btn {
    display:block;
}