.getin-line{
    width: 276px;
    height: 15px;
    margin-bottom: 18px;
}


.getin-head{
    padding: 0px 332px 0px 332px;
}


.form-padding {
    padding: 0px 250px;
}


.form-bg {
    background: white;
    padding: 50px;
    overflow-y: hidden;
}

.contactform-span{
    color:#DA1414;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;

}


.contact-label{
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;

}


.contact-input{
    height: 48px;
    padding: 12px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  
    border-top: 0px;
    border-left:0px;
    border-right: 0px;
    border-bottom: 1px solid #C5313F
}


.contact-input::placeholder {
    color:#808080;
    opacity: 1; 
}



.contactform-textarea {
    height: 151px;
    padding: 12px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C5313F;
    min-height: 90px;
    resize: none;
}

.contactform-textarea::placeholder {
    color: #808080;
    opacity: 1;
}

textarea:focus-visible{
    border: none;
}

.form-spacing{
    margin-top: 20px;
}

.checktxt{
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;

}

.submit-margin {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}


.sub-btn {
    width: 181px;
    height: 52px;
    padding: 10px 35px 10px 35px;
    border: 2px solid #C5313F;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: white;
    background: #C5313F;
}

.contactsection{
    padding: 100px 195px;
    background: white;
}

.customconsec-h {
    font-family: Inter;
    font-size: 29px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-right: 20px;
}


.customconsec-p {
    font-family: Poppins;
    font-size: 14px;
    padding-right: 46px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 28px;
}

.conoffer-m{
    margin-top: 80px;
}


.contact-det-m{
   margin-top: 30px;
}


.contact-det-txt {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 24px; */
    text-align: left;
}

.conicon-margin{
    margin-right: 20px;
}

.con-icons-m {
    margin-top: 22px;
}

.conicon-margin-loc {
    gap: 34px;
}

.contact-icon{
    width: auto;
    height: max-content;
    margin-top: 7px;

}


/* not found */

.notfound-bg {
    padding: 50px 360px;
}

.color-404 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #C5313F;
    margin-bottom: 0px;
    text-align: center;
}

.span-404{
    font-family: Inter;
    font-size: 60px;
    font-weight: 400;
    line-height: 87px;
    text-align: center;
    color: white;
    text-align: center;

}

.h1-404 {
    font-family: Inter;
    font-size: 63px;
    font-weight: 600;
    line-height: 87px;
    /* text-align: center; */
    color: white;
    /* text-align: center; */
}


.notfound-bg{
    background-image: url(/assets/images/404.svg);
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.p-404{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #808080;
    margin-bottom: 65px;

}


.hmpg-button{
    background: #C5313F;
    color: white;
    width: 280px;
    height: 50px;
    padding: 20px 35px 20px 35px;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.black-testimonail {
    padding: 75px 367px 0px 367px;
    margin-bottom: 60px;
}

.form-check-input {
    border-color: #000000;
}

/* contact us responsive */


@media(max-width:1600px){
    .form-padding {
        padding: 0px 140px;
    }

    .our-services-head {
        padding: 0px 254px 0px 254px;
    }
}



@media(max-width:1400px){
    .landing-sec-new {
        padding: 60px 80px;
    }

    .our-services-head {
        padding: 0px 124px 0px 124px;
    }

    .contactsection {
        padding: 100px 100px;
    }

    .form-bg {
        height: 718px;
    }
}


@media(max-width:1200px){
    .form-padding {
        padding: 0px 55px;
    }
    .howdowe-sec {
        padding: 60px 76px;
    }
  
}

@media(max-width:991px){
    .black-testimonail {
        padding: 75px 90px 0px 90px;
        margin-bottom: 0px;

    }
}

@media(max-width:768px){
    .form-padding {
        padding: 0px;
    }

    .our-services-head {
        padding: 0px 30px 0px 30px;
    }

    .landing-sec-new {
        padding: 60px 10px;
    }
    .owl-carousel {
        height: 100% !important;
    }
}

.form-check-input:checked {
    background-color: green;
    border-color: green;
}


.form-check-input:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

select {
    word-wrap: normal;
    background: white;
}