
.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;
}

.col-5.form {
    padding: var(--p80) var(--p12);
}


.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: 200px;
}
.form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
.contact-page-social svg{
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
    padding: var(--p9);
}
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;
    border-color:var(--secondary-color) !important;
}
h2.form-head {
    font-size: var(--f30);
}
.main{
    border-radius: 10px;
    padding: var(--p45);
    width: 100%;
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #ffffff85;
}



.pb-90 {
    padding-bottom: 60px;
}

.pt-90 {
    padding-top: 0px;
}

.contact_from_box {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 49px 15px 46px;
}

.mb-30 {
    margin-bottom: 30px;
}
.cda-content-inner a{
    color:var(--heading-color);
}
.cda-content-inner a:hover{
    color:var(--btn-color);
}
.form_box input,
.form_box select {
    width: 100%;
    height: 48px;
    border: 1px solid #ededed;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.form_box textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.cda-content-area {
    background: #fff;
    padding: 6px 0;
    height: 100%;
}

.cda-single-content {
    margin: 0 23px;
    padding: 25px 0 5px;
}

.cda-icon i {
    font-size: 25px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 41px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 3px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.cda-content-inner p {
    /* color: #848E9F; */
    /* margin: 12px 0; */
    /* font-size: 16px; */
    /* font-family: 'Source Sans Pro', sans-serif; */
}

.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: 34px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.contact-page-heading p {
    color: #848E9F;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-page-heading {
    margin: 0px 23px;
    padding-top: 0px;
}

.contact_from_box .heading {
    position: relative;
    margin-bottom: 16px;
}

.contact_from_box .heading h6 {
    font-size: 23px;
}

.contact_from_box {
    padding: 30px;
}

.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: 600;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.devider-contact {
    width: 100%;
    height: 2px;
    background-color: var(--heading-color);
}

.contact-page-social h4 {
    font-size: 23px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.contact-page-social {
    padding-top: 20px;
}

.contact-page-social ul {
    padding-left: 0px;
    list-style-type: none;
    padding-top: 20px;
    display: flow-root;
}

.contact-page-social ul li {
    float: left;
    margin-right: 15px;
}

.contact-page-social ul li i {
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.contact-page-social ul li i:hover{
     background-color: var(--heading-color);
}
.contact-wrapper {
    padding-top: 60px;
}

.contact-page-social ul li a {
    text-decoration: none;
}
.form-floating {
    margin-bottom: 20px;
}
section.map-wrapper {
    padding: 0px;
    height: 450px;
}