.banner_div .light_btn {
    border: 1px solid #62fdff;
    background: #62fdff;
    color: #333;
    width: 100%
}

.banner_div .light_btn:focus,
.banner_div .light_btn:hover {
    background: 0 0;
    border: 1px solid #62fdff;
    color: #62fdff
}

.check_list li {
    font-size: 14px;
    margin-bottom: 5px
}

.right_side ul {
    margin: 0
}

.right_side li {
    background: #fff;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.right_side li:nth-child(1) {
    background: #1cdbdd
}

.right_side li:nth-child(2) {
    background: #3d9ff2
}

.right_side li:nth-child(3) {
    background: #5637d7
}

.right_side li:nth-child(4) {
    background: #4f7aee
}

.right_side li:last-child {
    margin-bottom: 0
}

.right_side li i {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 57px;
    margin: auto;
    text-align: center;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.right_side li:hover i {
    background-color: rgba(0, 0, 0, .4);
    transform: rotateY(360deg);
    color: #fff
}

.right_side li span {
    color: #fff;
    font-weight: 700;
    font-family: Teko, sans-serif;
    font-size: 20px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    padding: 30px
}

.right_side li a {
    display: table;
    margin: 5px auto;
    color: #fff;
    padding: 5px 15px;
    background: #43af63;
    border: 2px solid #39db69;
    margin-top: 10px
}

.right_side li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

.right_side li:hover a {
    border: 2px solid #fff
}

.right_side p {
    font-size: 13px;
    line-height: 18px
}

.app_form_div {
    padding-right: 70px
}

.app_form_div iframe {
    min-height: 1500px;
    width: 100%;
    padding-top: 30px;
    padding-top: 50px;
    background: #fff;
    border: 6px solid #45bf20;
    border-radius: 10px;
    box-shadow: 0 0 24px 0 #000
}

.inner_caption {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    bottom: 30px;
    margin: auto;
    background-color: rgba(28, 219, 221, .65);
    padding: 20px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

section.apply_cross_sec .col-lg-4 {
    display: none;
}

section.apply_cross_sec .col-lg-8 {
    max-width: 100%;
    flex: 1;
    margin-bottom: 40px;
}


/*-------------------------------------------
        CSS ADD 09-04-2021
-------------------------------------------*/

.bnr-div {
    background: none;
    padding: 0;
    bottom: 170px;
}

.applynow_form .custom-new-form {
    margin-top: 0;
    border-radius: 0 10px 10px 0;
}

.newtextadd {
    margin: auto;
    /* background: rgb(255 255 255 / 20%); */
    padding: 15px 25px;
    width: 40%;
    color: #acfdfe;
    box-shadow: 0 0 15px rgb(255 255 255 / 50%);
    border-radius: 10px 0 0 10px;
    background: #0bc8ca;
}

.newtextadd h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ffffff;
}

.newtextadd span {
    color: #d4feff;
    font-size: 16px;
    display: table;
}

.newtextadd a {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.applynow_form {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
}


/*--------------------------------- 28-11-2022 ---------------------------------*/

select option {
    background: #fff !important;
    color: #000;
}

.form-control:focus {
    color: #fff;
    background-color: #252525;
    border-color: #61fafc;
    outline: 0;
    box-shadow: none;
}

.form_img_div {
    display: none;
}


/*========================================================  

RESPONSIVE CSS START HERE

========================================================*/

@media only screen and (min-width:1300px) and (max-width:1500px) {
    .item_content {
        bottom: 70px
    }
}

@media only screen and (min-width:1200px) and (max-width:1290px) {
    .item_content {
        bottom: 50px;
        right: 90px
    }
}

@media screen and (max-width:1024px) {
    .inner_caption {
        position: absolute;
        width: 95%;
        font-size: 18px;
        top: auto;
        bottom: 10px;
        padding: 10px
    }
    .form-group {
        margin-bottom: 10px
    }
    .item_content p {
        margin: 0 0 5px 0;
        font-size: 14px
    }
    .getbtn {
        font-size: 16px;
        margin-top: 10px
    }
}

@media screen and (max-width:992px) {
    .banner_div .light_btn {
        border: 1px solid #202020;
        color: #fff;
        background: #202020
    }
    .banner_div .light_btn:focus,
    .banner_div .light_btn:hover {
        background: #5637d7;
        border: 1px solid #5637d7;
        color: #fff
    }
    .item_content span {
        font-size: 18px
    }
    .right_side {
        margin-top: 50px
    }
}

.inner_caption div {
    display: initial
}

.app_form_div {
    padding-right: 0
}