﻿.row_SupportWay {
    padding: 160px 20% 0 20%;
    height: auto;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    display: flex;
    background: linear-gradient(140.84deg, #2B32B2 0%, #1488CC 100%);
}

.col_left_SupportWay {
    min-height: 350px;
    width: 50%;
    color: #ffffff;
}

.col_right_SupportWay {
    min-height: 350px;
    width: 50%;
}

.bannerTitleSupportWay {
    width: 430px;
}

    .bannerTitleSupportWay .title {
        font: 40px "IBMPlexSans-Medium";
        width: 100%;
        text-transform: inherit;
        line-height: 150%;
    }

    .bannerTitleSupportWay .content {
        font: 18px "IBMPlexSans-Regular";
        line-height: 150%;
        width: 100%;
        text-align: start;
    }

.box_left_SupportWay {
    width: 101%;
    min-height: 346px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    margin: 30px 0;
}

.horizontal_line {
    width: 100px;
    border-top: 1px solid #FFFFFF;
    margin: 20px auto;
    padding: 0 !important;
}

.box_left_SupportWay .title {
    font: 20px "IBMPlexSans-SemiBold";
    width: 100%;
    text-transform: inherit;
    line-height: 150%;
}

.box_left_SupportWay .content {
    font: 16px "IBMPlexSans-Regular";
    line-height: 150%;
    width: 100%;
    letter-spacing: 0.005em;
}

.box_left_SupportWay p {
    padding: 5px 0;
}

.box_right_SupportWay {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(57, 73, 171, 0.2);
    border-radius: 4px;
    width: 35%;
    height: 520px;
    position: absolute;
    top: 270px;
    overflow: hidden;
    left: 57%;
}

.content_1_SupportWay {
    display: block;
    width: 60%;
    margin: 6% auto 4% auto;
    padding: 0;
    height: auto;
}

.TitleContent_1_SupportWay {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0;
    font: 26px 'IBMPlexSans-Bold';
    font-style: normal;
    line-height: 130%;
    text-align: center;
    color: #2F3438;
}

.contentbottom_1_SupportWay {
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.tabtype_content_1_SupportWay {
    height: auto;
    width: 300px;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 0 10px;
}

    .tabtype_content_1_SupportWay img {
        width: 100%;
        height: auto;
    }

.modal_content_Support {
    margin: auto;
    padding: 0;
    width: 100%;
    display: block;
}

.form_control_Support {
    width: 70%;
    padding: 6px 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 10px auto 0px auto;
    color: #616161;
    font: 14px 'IBMPlexSans-Regular';
    line-height: 150%;
    letter-spacing: 0.005em;
    background: #ffffff;
}

.flex_row_Support {
    width: 70%;
    margin: 0 auto;
}

input[type=text]:focus, textarea:focus, select:focus {
    border: 1px solid #0D47A1;
}

.btn_a_send_SupportWay {
    width: 25%;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 10px 0px 0px 15%;
    font: 14px "IBMPlexSans-Bold";
    color: white;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FBC02D;
    border-radius: 4px;
} 

.modal_body_title_SupportWay {
    color: #2F3438;
    text-align: center;
    line-height: 100px;
    font: 26px "IBMPlexSans-Bold";
    padding: 0px;
}

@media only screen and (max-width:800px) {
    /* For tablets: */
}

@media only screen and (max-width:600px) {
    .row_SupportWay {
        padding: 140px 10px;
        display: block;
        width: auto;
    }

    .col_left_SupportWay {
        width: 100%;
    }

    .bannerTitleSupportWay {
        width: 100%;
    }

    .box_right_SupportWay {
        width: 100%;
        height: 520px;
        position: relative;
        top: 0;
        left: 0;
    }

    .box_left_SupportWay {
        width: 100%;
    }

    .col_right_SupportWay {
        min-height: 350px;
        width: 94%;
        position: absolute;
    }

    .form_control_Support {
        width: 90%;
    }

    .btn_a_send_SupportWay {
        margin-left:5%;
    }

    .content_1_SupportWay {
        display: block;
        width: 94%;
        margin: 112% auto 4% auto;
    }

    .contentbottom_1_SupportWay {
        display: block;
    }

    .tabtype_content_1_SupportWay {
        width: 100%;
        margin: 24px 0;
    }
}
