
.sec-line {
    margin-bottom: var(--m30);
}
.address .right{
    border-right: 1px solid var(--heading-color);;
}
.address h4{
    color: var(--heading-color);;
}
.address .fa-solid, .fas{
    color: var(--heading-color);;
}
.head-sec {
    text-align: center;
}

.address p{
    margin-bottom: 0px;
}
form input.form-control {
   border: 0px solid;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
    font-family: var(--primary-font);
    padding-top: 30px !important;
    font-size: var(--f14);
}
form label {
    font-family: var(--primary-font);
    font-size: var(--f15);
}
textarea#floatingTextarea {
    border: 0px solid;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
    margin-bottom: var(--m15);
    height: 100px;
    font-family: var(--primary-font);
}
form button.main-btn {
    width: 250px;
}
.form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
label.error {
   color: red !important;
    font-size: 13px;
    bottom: 0;
    top: 100%;
    padding: 0px;
    font-size: var(--f11) !important;
    height: 20px;
    width: 100%;
    transform: scale(1) translateY(0) translateX(0) !important;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
h2.form-head {
    font-size: var(--f30);
}

.form-floating {
    margin-bottom: 17px;
}
section.map-wrapper {
    padding: 0;
    height: 450px;
}
/*========================contact page css start ==============================================*/
.contact_from_box {box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%); background: #fff; padding: 49px 15px 46px; }
.form_box input {width: 100%; height: 54px; border: 1px solid #e6e6e6; padding-left: 15px; border-radius: 5px; background-color: #f4f4f4; border-radius: 0;}
.form_box textarea {width: 100%; height: 150px; padding: 10px 0 0 15px; border: 1px solid #e6e6e6; border-radius: 5px; background-color: #f4f4f4; border-radius: 0;}
.cda-content-area {background: var(--secondary-color);padding: 20px 0;height: 100%;}
.cda-single-content {margin: 0 15px;padding: 25px 0 5px;}
.cda-icon i {
    font-size: 30px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    }
.cda-content-inner h4 {font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 0; }
.cda-content-inner p {color: #fff;margin: 12px 0;font-size: 15px;}
.hr {border-top: 1px solid rgba(238, 238, 238, 1); }
.pl-0, .px-0 {padding-left: 0!important; }
.pr-0, .px-0 {padding-right: 0!important; }
.contact_title h3{font-size: 27px; padding-left: 30px;}
.contact-page-heading h2{font-size: 38px; font-weight: 600; color: #fff; margin-bottom: 15px;}
.contact-page-heading p{color: #fff; font-size: 16px; }
.contact-page-heading{margin: 0px 23px; padding-top: 20px;}
.contact_from_box .heading {position: relative; margin-bottom: 16px; }
.contact_from_box .heading h6{font-size: 30px;font-weight: 600;}
.contact_from_box{padding: 50px 50px;}
.contact_from_box .our-contact-heading{text-align: left; margin-bottom: 30px;}
.contact_from_box .our-contact-heading h3{color: #e41e2f; font-size: 39px; font-weight: 700; margin-bottom: 17px;}
.contact_from_box .our-contact-heading p{color: #000; font-weight: 400; font-size: 16px;}
.cda-content-inner a{
    color:var(--white-color);
}
/*========================contact page css start ==============================================*/


