.contact-form {
    background: #f8f8f8;
    padding: 40px;
    width: 90%;
    border-radius: 10px;
    padding-bottom: 20px;
}

.contact-form-c {
    font-size: 30px;
    font-family: var(--heading-font);
    color: var(--other-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

section.contact-sec .main-btn{
    padding: 12px 39px !important;
}

.contact-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 17px;
    /* color: #060606; */
    line-height: 34px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 0px;
    background: transparent;
    border: 0px solid #e0e0e0;
    border-bottom: 1px solid var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-form .form-group textarea {
    height: 150px;
}

.cont-info-c {
    margin-bottom: 2rem;
}

.cont-info-c h2 {
    font-size: 30px;
    font-family: var(--heading-font);
    color: var(--other-color);
    font-weight: 700;
}

.contct-info {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contct-info .contact-icons i {
    font-size: 3rem;
    /* color: var(--other-color); */
}

.headings {
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-type, .contact-type a {
    color: var(--primary-color);
}

.map-sec {
    padding: 0rem 0;
}

.map-sec iframe {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact-icons i{
    font-size: 3rem;
    color: var(--secondary-color);
}
.map-sec .container-fluid{
 padding:0; 
}