﻿
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.my-cont {
    margin-left: 114px;
    overflow: hidden;
    padding-bottom: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-sec{
    padding-bottom:30px;
}

.head11 {
    margin-left: 76px;
}

.exam-abc {
    padding: 6px 15px;
}
.subs {
    margin-top: 30px;
}
.contact {
    margin: 0px 115px 0px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    background-color: #0192efc7;
}

.right {
 /*   height: 500px;
    width: 360px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    border-radius: 20px;
    padding: 20px;
   /* left: -100px;*/
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.right_heading {
    font-size: 30px;
    letter-spacing: 2px;
    color: #0ebbe0;
    margin: 46px 0px 19px 39px;
}

/*.left {
    position: absolute;
    right: 50px;
}*/

.heading {
    font: 35px sans-serif;
    letter-spacing: 2.5px;
    color: #fff;
    transform: translateX(-195px);
}

.captcha-err {
    margin-left: 160px;
}

.para {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #fff;
    transform: translateX(-190px);
}

.form {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    /*padding-right: 20px;*/
}

.leftcont {
    margin: 114px 0px 32px -67px;
    background: white;
    border-radius: 23px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.exam-btn {
    color: #fff;
    background-color: #0192ef;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px;
}
.rightCont {
    margin-left: 67px;
}

.captcha-div {
    display:flex;
}
    .captcha-div input {
        margin-left: 20px !important;
    }
.form-control22 {
    width: 104.5%;
}


.field {
    position: relative;
}

.form-control{
    margin-left:0px !important;
}

input,
textarea {
    width: 200px;
    background-color: transparent;
    outline: none;
    border: none;
    resize: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
    padding-top: 30px;
}
.cap-label {
    width: 34% !important;
}

/*.t_msg {
    position: absolute;
    left: 0;
    bottom: 25px;
    left: -160px;
}*/

.tabs {
    padding: 30px 30px 0;
}

.tab {
    font-size: 16px;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    background-color: #339de0;
}

    .tab i {
        padding-right: 20px;
        color: #b46213;
    }

.social {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

    .social i {
        color: #00b4db;
        font-size: 20px;
    }

.footer-social ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    padding: 0;
    margin: 0;
}
.contact-card h5 {
    position: relative;
}
    .contact-card h5:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 1px;
        left: 0;
        bottom: -5px;
        border: 1px solid #0192ef;
    }
.contact-card h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0192ef;
    line-height: 62px;
}
section.contact-f:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0192ef1f;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    box-shadow: rgb(100 100 111 / 44%) 0px 7px 29px 0px;
}
section.contact-f {
    position: relative;
}