.contact-page-section {
    position: relative;
    /* padding:100px 0 70px; */
    background: var(--lt-bg-color);
}

.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd
}

a.sticky.main-btn {
    display: none
}

.box-inner {
    position: relative;
    padding: 40px 0;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 12%)
}

.contact-info-box .box-inner {
    position: relative;
    padding: 0 9px
}

.contact-info-box .box-inner a {
    color: var(--text-black)
}

.contact-info-box .box-inner h5 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--text-black);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600
}

.contact-info-box .box-inner p {
    position: relative;
    color: var(--text-black);
    opacity: .8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em
}

.contact-info-box:last-child {
    border-right: 0px solid #cdcdcd
}

.contact-page-section .inner-container {
    position: relative;
    padding: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px
}

.contact-form {
    position: relative;
    margin-top: 0
}

.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block
}

.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea,.contact-form .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    resize: none
}

.contact-map {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 5px #ccc
}

.contact-map iframe {
    position: relative;
    top: 0;
    height: 100%
}

.contact-page-section .sec-title h3 {
    margin-bottom: 2rem
}
