#pp_home_custom_html_1 {
    /*background: linear-gradient(to right, var(--mainColor) 0%, var(--mainColor) 65%, black 65%, black 100%);*/
    /*padding: 100px 0;*/
}
.custom_html_left_side {
    flex-basis: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--mainColor);
    height: 400px;
}
.custom_html_right_side {
    flex-basis: 35%;
    background: black;
    height: 400px;
}
.custom_html_1_container {
    display: flex;
}
.left_side_contact_element {
    display: flex;
    align-items: center;
    gap: 20px
}
.contact_number_box {
    display: flex;
    flex-direction: column;
}
.custom_html_left_side a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: black !important;
}
.custom_html_left_side span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom_html_left_side .contact_element_info_small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.left_side_title {
    position: relative;
}
.left_side_title span {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.after_left_slide_title {
    width: 23px;
    height: 4px;
    background: black
}
.left_side_contact_image_box {
    width: 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_side_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom_html_right_side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
    gap: 20px
}
.custom_right_side_background {
    position: absolute;
    bottom: -4px;
    left: 0;
}
.custom_right_side_background svg {
    opacity: 0.3;
}
.contact_numbers {
    display: flex;
    gap: 25px
}
.custom_right_side_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--mainColor)
}
.custom_right_side_title_after {
    width: 23px;
    height: 4px;
    background: var(--mainColor);
}
.custom_right_side_content a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: white;
}
.custom_right_side_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 30px;
    z-index: 1;
}
@media(max-width: 1200px) {
    #index #footer  #pp_home_custom_html_1 {
        display: none !important;
    }
    .custom_html_1_container {
        flex-direction: column;
    }
    .custom_html_left_side {
        padding: 50px 0
    }
    .custom_html_right_side {
        padding: 120px 65px;
    }
}
@media(max-width: 768px) {
    .contact_numbers {
        gap: 5px;
        flex-direction: column;
    }
    .custom_html_left_side {
        flex-direction: column;
        padding: 50px 15px;
    }
    .custom_html_right_side {
        padding: 40px 25px 180px 25px;
    }
}

#search_widget input[type="text"]::placeholder{
    opacity: 1;
    color: #4F4F4F;
}

#search_widget input[type="text"]{
    color: #4F4F4F;
}
#search_widget i.search{
    color: #4F4F4F;
}
#s-hdr{
    background: rgb(45, 65, 86);
}