section.inner-w3ls {
    background: url("../images/contant_banner1.png") no-repeat;
    background-size: 100% 100%;
}

.contant_option {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #ddd;
}

.contant_option>li {
    width: 50%;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.after_contant {
    color: rgb(51, 172, 204);
}

.after_contant:after {
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    background-color: rgb(51, 172, 204);
    transform: translateX(50%) translateY(15px);
}

.contant_img {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.contant_img>img {
    width: 100%;
}

.contant_img>.main_cont {
    width: 75%;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px 200px;
}

.contant_img>.main_cont>h4 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
}

.contant2>.table {
    width: 90%;
}

.cont_table td,
tr {
    border: 0;
}

.table1 {
    width: 90%;
    margin: 0 auto;
}

.table1>.cont_table {
    width: 100%;
    font-size: 18px;
}

.table1>.cont_table td {
    width: 50%;
    padding-right: 20px;
}

.table1>.cont_table input {
    width: 100%;
    height: 50px;
    margin: 10px 0;
}

.table1>.cont_table .bottom_inp {
    height: 150px;
}

.table1>.cont_table .btn_inp {
    background-color: rgb(51, 172, 204);
    border: none;
}

.contant_hide {
    display: none;
}

.main_cont {
    position: relative;
}

.main_cont::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 100px solid rgb(129, 188, 216);
    border-right: 100px solid transparent;
}

.main_cont::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 100px solid rgb(129, 188, 216);
    border-left: 100px solid transparent;
}

@media screen and (min-width: 1300px) {
    .table1 {
        width: 70%;
    }
    .contant1>.contant_img>.main_cont {
        width: 70%;
        margin: 0 auto;
    }
    .contant1>.contant_img>.main_cont>h4 {
        margin-top: 30px;
    }
}