.lbanner-box {
    display: none !important;
}

.lbanner-pp .lbanner_wrap {
    padding: 6.7% 0 !important;
}

.contact_main {
    margin-top: 5%;
}

.contact_main .contact_wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.contact_main .contact_wrap .contact_left {
    width: 48%;
}

.contact_main .contact_wrap .contact_left .info_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 20px;
    color: #222E4A;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_main .contact_wrap .contact_left .info_item {
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 0;
}

.contact_main .contact_wrap .contact_left .info_item .item_icon {
    width: 67px;
    height: 67px;
    background: var(--commonColor);
    text-align: center;
    line-height: 67px;
    border-radius: 50%;
}

.contact_main .contact_wrap .contact_left .info_item .item_icon:hover {
    animation: swing 0.5s ease;
}

.contact_main .contact_wrap .contact_left .info_address .item_icon img {
    width: 27px;
    height: 37px;
    object-fit: cover;
}

.contact_main .contact_wrap .contact_left .info_email .item_icon img {
    width: 36px;
    height: 28px;
    object-fit: cover;
}

.contact_main .contact_wrap .contact_left .info_phone .item_icon img {
    width: 32px;
    height: 31px;
    object-fit: cover;
}

.contact_main .contact_wrap .contact_left .info_item .item_info {
    width: calc(100% - 90px);
}

.contact_main .contact_wrap .contact_left .info_item .item_info .item_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 20px;
    color: #222E4A;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact_main .contact_wrap .contact_left .info_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_main .contact_wrap .contact_left .info_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
}

.contact_main .contact_wrap .contact_left .info_item .item_info .item_desc a:hover {
    color: var(--commonColor);
    text-decoration: underline;
}

.contact_main .contact_wrap .contact_left .info_bot {
    justify-content: space-between;
    border-top: 1px solid var(--commonColor);
}

.contact_main .contact_wrap .contact_left .info_bot .info_item {
    width: 40%;
}

.contact_main .contact_wrap .contact_left .media_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 20px;
    color: #222E4A;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact_main .contact_wrap .contact_left .media_list {
    justify-content: flex-start;
    align-items: center;
}

.contact_main .contact_wrap .contact_left .media_list .media_item {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    background: var(--commonColor);
    margin-right: 15px;
    transition: all .5s ease;
}

.contact_main .contact_wrap .contact_left .media_list .media_item img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.contact_main .contact_wrap .contact_left .media_list .media_item:hover {
    background-color: #6E6DB1;
    animation: swing .5s ease;
}

.contact_main .contact_wrap .contact_right {
    width: 48%;
    background: #F0F5F7;
    padding: 6% 4%;
}

.contact_main .contact_wrap .contact_right .quote_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 50px;
    color: var(--commonColor);
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_main .contact_wrap .contact_right .quote_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.contact_main .contact_wrap .contact_right .form_top {
    justify-content: space-between;
    align-items: center;
}

.contact_main .contact_wrap .contact_right .form_top li {
    width: 47%;
}

.contact_main .contact_wrap .contact_right form li {
    position: relative;
}

.contact_main .contact_wrap .contact_right form li:after {
    content: '*';
    position: absolute;
    top: 10%;
    left: 0%;
    /* font-family: 'Roboto-Regular'; */
    font-size: 16px;
    color: #13B2B5;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_main .contact_wrap .contact_right form li.item_submit:after {
    content: '' !important;
    color: transparent;
}

.contact_main .contact_wrap .contact_right form input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 10px;
    background-color: transparent;
    margin-bottom: 20px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.contact_main .contact_wrap .contact_right form input[type=text]::placeholder {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.contact_main .contact_wrap .contact_right form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 10px;
    background-color: transparent;
    margin-bottom: 20px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.contact_main .contact_wrap .contact_right form textarea::placeholder {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.contact_main .contact_wrap .contact_right form input[type=submit] {
    display: block;
    padding: 8px 30px;
    width: 100%;
    max-width: 170px;
    height: 50px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
    transition: all 0.5s ease;
}

.contact_main .contact_wrap .contact_right form input[type=submit]:hover {
    color: var(--commonColor);
    background-color: transparent;
}

.contact_map {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contact_map iframe {
    width: 100%;
    height: 556px;
}
@media (max-width:1366px) and (min-width:951px){
    .contact_main .contact_wrap .contact_left .info_item{
        padding: 40px 0;
    }
    .contact_main .contact_wrap .contact_right .quote_desc{
        font-size: 18px;
    }
}
@media (max-width:950px) {
    .contact_main .contact_wrap{
        flex-direction: column;
    }
    .contact_main .contact_wrap .contact_left{
        width: 100%;
        margin-bottom: 40px;
    }
    .contact_main .contact_wrap .contact_right{
        width: 100%;
        padding: 30px;
    }
    .contact_main .contact_wrap .contact_left .info_item{
        padding: 30px;
    }
    .contact_main .contact_wrap .contact_right .quote_title{
        font-size: 30px;
        line-height: 35px;
    }
    .contact_main .contact_wrap .contact_left .info_bot{
        flex-direction: column;
    }.contact_main .contact_wrap .contact_left .info_bot .info_item{
        width:100%;
    }
    .contact_main .contact_wrap .contact_left .info_bot .info_item{
        width:100%;
    }
}