.banner-hero-div {
    position: relative;
    background-image: url("../img/It services 2.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.main_box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
}

.first_box {
    width: 60%;
    margin-right: 10px;
    padding: 10px;
}

.form_box {
    width: 40%;
    margin-right: 10px;
    padding: 10px;
}

.img {
    width: 225px;
}

.img img {
    margin-top: 15px;
    width: 80%;
}

.content {
    margin-top: 40px;
    font-size: 16px;
    color: white;
    line-height: 24px;
    width: 450px;
}

.content p {
    font-size: 18px;
}

.head_box h2 {
    padding-top: 16px;
    font-size: 32px;
    color: white;
    font-weight: 700;
    margin-top: 0px !important;
}

.head_box p {
    font-size: 18px;
    color: #3fade0;
    padding: 16px 0 40px 0;
    margin: 0 0 2px !important;
}

.head_box h4 {
    text-decoration: underline;
    font-size: 24px;
    color: white;
}

.speakers {
    padding-top: 50px;
    color: white;
}

.main_speakers_box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.speakers_box {
    height: 170px;
    width: 160px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speakers_box p:nth-child(2) {
    font-size: 16px;
}

.speakers_img {
    width: 100px;
    height: 100px;
}

.speakers_img img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.speakers_box p {
    margin-top: 18px;
}

.form_box {
    border-radius: 20px;
}

.date_time_box {
    padding: 15px 12px;
    text-align: center;
    background-color: #3FADE0;
    border-radius: 20px 20px 0 0;
    color: white;
}

.date_time_box p {
    font-size: 16px;
    margin-top: 10px;
}

.field_box {
    padding: 20px;
    background-color: #F7F8FA;
    border-radius: 0 0 20px 20px;
}

.field_inner_div {
    margin: 10px 0;
}

.field_inner_div input {
    width: 100% !important;
    height: 40px;
    display: block;
    padding-left: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #c3c3c3;
    margin-bottom: 16px;
}

.iti {
    width: 100% !important;
}

.field_inner_div label {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.field_btn input {
    height: 40px;
    width: 100%;
    background-color: #3BADE1;
    /* margin-top: 10px; */
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(63, 173, 224, 0.7);
    color: white;
    display: flex;
    justify-content: center;
}


/* The alert message box */

.alert {
    padding: 20px;
    background-color: #04AA6D;
    /* Green */
    color: white;
    margin-bottom: 15px;
}

.alert-success {
    background-color: #04AA6D;
    /* Green */
}

.alert-warning {
    background-color: #f44336;
    /* Red */
}

.field_inner_div .error {
    color: red !important;
}


/*Index2 css start here*/

.main-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #183a4a;
    display: flex;
    align-items: center;
}

.logo-img {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 140px;
    z-index: 99;
}

.main-center-div {
    position: relative;
    background-color: #fff;
    height: 80%;
    margin: auto auto;
    z-index: 9999;
    width: 70%;
    border-radius: 16px;
    display: flex;
}

.form-div {
    width: 50%;
    padding: 64px;
    margin-top: 48px;
}

.image-div {
    background-color: lightblue;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    width: 50%;
    color: #fff;
    display: flex;
    align-items: center;
}

.bg-img-div {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-text {
    color: #183a4a;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sub-header-text {
    font-size: 20px;
    color: rgb(20, 20, 20);
    font-weight: 500;
}

form {
    margin-top: 32px;
}

textarea {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    outline: 0;
    padding-top: 10px;
}


/* media style start here */

@media only screen and (max-width: 1439px) {
    .main-center-div {
        height: 90%;
        width: 80%;
    }
    .form-div {
        padding: 32px 64px;
    }
    form {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1365px) {
    .first_box {
        width: 50%;
    }
    .form_box {
        width: 50%;
    }
}

@media only screen and (max-width: 1311px) {}

@media only screen and (max-width: 991px) {
    .banner-hero-div {
        height: 100%;
    }
    .form-div {
        width: 100%;
    }
    .main_box {
        flex-direction: column;
    }
    .first_box {
        width: 100%;
        margin-bottom: 32px;
    }
    .form_box {
        width: 100%;
    }
    .head_box p {
        padding: 10px 0 24px 0;
    }
    .footer {
        position: relative;
    }
    .content {
        width: auto;
        word-break: break-word;
    }
    .image-div {
        width: 100%;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        border-top-right-radius: 0px;
    }
    .main-center-div {
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    .main-container {
        height: 100%;
    }
    .form-div {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        height: 100%;
    }
    .main_box {
        align-items: center;
        flex-direction: column;
    }
    .first_box,
    .form_box {
        margin-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .head_box p {
        padding: 10px 0 16px 0;
    }
    .form-div {
        padding: 24px 24px;
    }
    .header-text {
        font-size: 24px;
    }
    .sub-header-text {
        font-size: 18px;
    }
    .field_inner_div label {
        font: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .first_box,
    .form_box {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .img img {
        width: 90%;
    }
    .head_box h2 {
        padding-top: 16px;
        font-size: 20px;
    }
    .head_box p {
        font-size: 14px;
    }
    .head_box h4 {
        padding: 0px 0;
        font-size: 16px;
    }
    .speakers {
        padding-top: 25px;
    }
    .speakers_box p:nth-child(2) {
        font-size: 14px;
    }
    .speakers_box p {
        margin-top: 10px;
    }
    .date_time_box p {
        margin-top: 5px;
    }
    .field_inner_div label {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
        text-align: center;
    }
}