* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins;
}
ol,
ul {
    list-style: none;
}
del {
    text-decoration: line-through;
}
/* input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
} */
@font-face {
    font-display: auto;
    font-family: Poppins;
    src: url("../fonts/Poppins.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loader-animation {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: 0 auto;
    border: 5px solid #ccc;
    border-top-color: #333;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#registration {
    /* min-height: 110vh; */
}
#registration .wrapper {
    display: flex;
    /* height: 110vh; */
    flex-direction: row;
}
#registration .left {
    margin: auto 0;
    width: 54%;
    height: 100%;
}
#registration .left .leftcontainer {
    /* padding: 127px; */
    margin: auto 127px;
    height: 100%;
}
#registration .left .top {
}
#registration .left .top .logocontainer {
    width: 100px;
}
#registration .left .top .logocontainer h1 {
}
#registration .left .top .logocontainer h1 a {
}
#registration .left .top .logocontainer h1 a img {
    width: 100%;
}
#registration .left .top .heading {
}
#registration .left .top .heading h2 {
    font-size: 28px;
    font-weight: 500;
}
#registration .left .top .heading p {
    font-size: 14px;
    color: #747474;
}
/* .left .top */
#registration .middle {
}
#registration .middle form {
    width: 95%;
}
#registration .middle form input.name {
    background-color: #f7f6f9;
    width: 100%;
    height: 53px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    resize: none;
    font-size: 14px;
    padding: 10px;
    color: #747474;
}
#registration .middle form .course p {
    background-color: #f7f6f9;
    width: 90%;
    height: 53px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    resize: none;
    font-size: 14px;
    padding: 10px;
    color: #747474;
}
#registration .middle form textarea {
    background-color: #f7f6f9;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    resize: none;
    font-size: 14px;
    padding: 10px;
    color: #747474;
}

.error-message {
    color: red;
    font-size: 12px;
    position: relative;
    bottom: 20px;
    display: none;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #f7f6f9 !important;
}
.iti__flag {
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    width: 20px;
    border-radius: 50%;
    height: 20px !important;
    object-fit: fill !important;
}
.iti__selected-flag {
    padding: 0 !important;
}

#registration .middle form .register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

#registration .middle form .register .back {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#registration .middle form .register .back .backarrowcontainer {
    width: 7px;
}
#registration .middle form .register .back .backarrowcontainer img {
    width: 100%;
}
#registration .middle form .register .back p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
#registration .middle form .course {
    background-color: #f7f6f9;
    width: 100%;
    height: 53px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
    resize: none;
    font-size: 14px;
    padding: 10px;
    color: #747474;
}
#registration .middle form .course .js-select2 {
    background-color: #f7f6f9;
}
#registration .middle form .course .js-select2 option {
    background-color: #f7f6f9;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background-color: #f7f6f9 !important;
    text-align: left;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f6f9 !important;
    color: #0a0a0a !important;
}
.select2-results__option {
    font-size: 14px !important;
    display: flex;
    justify-content: space-between;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #747474 !important;
}
.optiondiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.optiondiv .option-description {
    color: #1596d4;
    font-size: 12px;
    margin-left: 80px;
}
/* course field */

/* hiding search-box */

#registration .middle form input.name:focus {
    border: 1px solid #1596d4;
}
#registration .middle form .scndline .gender input {
    height: 15px;

    margin-right: 5px;
}
#registration .middle form .scndline .gender label {
    font-size: 14px;
    margin-right: 36px;
    color: #747474;
}
#registration .middle form .scndline {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#registration .middle form .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f6f9;
    width: 55%;
    height: 53px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
}
#registration .middle form .date input.textbox-n {
    padding: 0px;
    margin: 0;
}
#registration .middle form .date .dateimgcontainer {
    width: 15px;
    display: none;
}
#registration .middle form .date .dateimgcontainer:focus {
    display: none;
}
#registration .middle form .date .dateimgcontainer img {
    width: 100%;
}
#registration .middle form .gender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f6f9;
    width: 42%;
    height: 53px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 7px;
}
#registration .middle form .contact {
    display: flex;
    align-items: center;
    background-color: #f7f6f9;
    width: 100%;
    height: 53px;
    padding-left: 10px;

    border-radius: 7px;
    margin-bottom: 9px;
}
#registration .middle form .contact {
    font-size: 14px;
}
p {
}
.countryimage {
    display: flex;
    align-items: center;
    margin-right: 22px;
}
#countrycode {
    margin-right: 22px;
}
#error-message {
    color: red;
}
input#phone {
    background-color: none;
}
/* #registration .middle form .contact input.number {
    height: 34px;
    padding-left: 10px;
    margin-bottom: 0px;
    border-radius: 7px;
    position: relative;
    right: -45px;
} */
#registration .middle form .contact .imgcontainer {
    width: 80px;
    height: 80px;
    position: relative;
    top: 6px;
    right: 17px;
}
#registration .middle form .contact .imgcontainer img {
    width: 100%;
}
#registration .middle form .contact .arrowcontainer {
    width: 24px;
    position: relative;
    top: 5px;
    right: 29px;
}
#registration .middle form .contact .arrowcontainer img {
    width: 100%;
}
#registration .middle form .button {
    width: 200px;
    font-size: 18px;
    height: 50px;
    background-image: linear-gradient(to right, #1596d4, #006697);
    border-radius: 7px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

#successModal {
    display: none;
    width: 424px;
    height: 282px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
}
#successModal .success {
    width: 80px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
}
#successModal .success img {
    width: 100%;
}
#successModal h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
#successModal p {
    font-size: 14px;
    color: #747474;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    backdrop-filter: blur(5px);
}
/* sucess modal */

/* .left .last */
#registration .right {
    background-color: #1596d4;
    width: 46%;
    height: 100%;
}
#registration .right .rightcontainer {
    height: 100%;
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: 1000px 400px;
    position: relative;
    background-position-y: 527px;
    background-position-x: -200px;
}
#registration .right .firstbox {
    width: 114px;
    height: 140px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 108px;
    left: 93px;
    padding: 14px;
    box-shadow: 5px 16px 31px 0px rgb(0 0 0 / 25%);
}
#registration .right .firstbox .circle {
    border: 1px solid #1596d4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
}
#registration .right .firstbox .circle .imgcontainer {
    width: 36px;
    margin: 6px auto;
}
#registration .right .firstbox .circle .imgcontainer img {
    width: 100%;
}
#registration .right .firstbox p {
    color: #747474;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}
#registration .right .firstbox p span {
    color: #06a752;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
/* .right .firstbox */
#registration .scndbox {
}
#registration .scndbox .eclipse1container {
    width: 150px;
    height: 150px;
    position: relative;
    left: 490px;
    top: 51px;
}
#registration .scndbox .eclipse1container img {
    width: 100%;
}
#registration .scndbox .imagebox {
    width: 380px;
    height: 290px;
    background-color: #fff;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    left: 166px;
    top: 8px;
}
#registration .scndbox .imagebox .imgcontainer {
    width: 394px;
    height: 352px;
    position: absolute;
    bottom: 5px;
}
#registration .scndbox .imagebox .imgcontainer img {
    width: 100%;
}
#registration .scndbox .box {
    width: 348px;
    height: 290px;
    background-color: #3ca8db;
    border-radius: 15px;
    position: absolute;
    top: 327px;
    left: 225px;
}
#registration .scndbox .eclipse2container {
    width: 130px;
    height: 130px;
    position: relative;
    left: 72px;
    bottom: 105px;
}
#registration .scndbox .eclipse2container img {
    width: 100%;
}
/* .right .scndbox  */
#registration .lastbox {
    width: 200px;
    height: 80px;
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    position: relative;
    left: 394px;
    bottom: 82px;
    display: inline-block;
    box-shadow: 0px 4px 29px 0px rgb(0 0 0 / 0.37);
}
#registration .lastbox .top {
    display: flex;
    flex-direction: row;
    position: absolute;
    align-items: center;
    justify-content: space-between;
}
#registration .lastbox .top .studentcontainer1 {
    width: 36px;
}
#registration .lastbox .top .studentcontainer1 img {
    width: 100%;
}
#registration .lastbox .top .studentcontainer2 {
    width: 36px;
    position: relative;
    right: 10px;
}
#registration .lastbox .top .studentcontainer2 img {
    width: 100%;
}
#registration .lastbox .top .studentcontainer3 {
    width: 36px;
    position: relative;
    right: 20px;
}
#registration .lastbox .top .studentcontainer3 img {
    width: 100%;
}
#registration .lastbox .top .studentcontainer4 {
    width: 36px;
    position: relative;
    right: 30px;
}
#registration .lastbox .top .studentcontainer4 img {
    width: 100%;
}
#registration .lastbox .top .studentcontainer5 {
    width: 36px;
    position: relative;
    right: 40px;
}
#registration .lastbox .top .studentcontainer5 img {
    width: 100%;
}
#registration .lastbox .top .studentcontainer6 {
    width: 36px;
    position: relative;
    right: 50px;
}
#registration .lastbox .top .studentcontainer6 img {
    width: 100%;
}
#registration .lastbox p {
    font-size: 13px;
    color: #747474;
    text-align: center;
    margin-top: 40px;
}
#registration .lastbox p span {
    color: #1596d4;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}
/* .right .lastbox */
#section2 {
    display: none;
}
#section2-1 {
    display: none;
}
.arrowimage-container {
    position: relative;
    cursor: pointer;
}
/* Modal Container */
.dropdown-content {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 150px;
    overflow: auto;
}

.dropdown-content.show {
    display: block;
}
#countryList {
}
#countryList .listitem {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
#countryList .listitem .imagecontainer {
    margin-right: 8px;

    width: 25px;
    height: 25px;
    border-radius: 50%;
}
#countryList .listitem .imagecontainer img {
    display: block;
    width: 100%;
}
.countryimage-container {
}
.countryimage-container img {
    display: block;

    width: 30px;
    height: 30px;
    border-radius: 50%;

    margin-right: 10px;
}
p .countrycode {
    font-size: 14px;
}

@media all and (max-width: 1280px) {
    #registration .scndbox .imagebox {
        width: 297px;
        height: 236px;
        left: 116px;
        top: 8px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 313px;
        height: 286px;
    }
    #registration .scndbox .box {
        width: 272px;
        height: 234px;
        top: 307px;
        left: 161px;
    }
    #registration .scndbox .eclipse2container {
        width: 111px;
        height: 125px;
        left: 53px;
        bottom: 85px;
    }
    #registration .right .firstbox {
        left: 62px;
    }
    #registration .lastbox {
        left: 258px;
    }
    #registration .scndbox .eclipse1container {
        width: 140px;
        height: 135px;
        left: 327px;
        top: 51px;
    }
    #registration .left .leftcontainer {
        /* padding: 76px; */
        margin: auto 80px;
    }
    #registration .middle form input {
        width: 100%;
    }
    #registration .middle form .scndline {
        width: 100%;
    }
    #registration .middle form .contact {
        width: 100%;
    }
    #registration .middle form textarea {
        width: 100%;
    }
    #registration .middle form .course {
        width: 100%;
    }
    #registration .middle form .register {
        width: 100%;
    }
    #successModal {
        width: 398px;
        height: 262px;
    }
}

@media all and (max-width: 1080px) {
    #registration .left .leftcontainer {
        /* padding: 76px; */
        margin: auto 70px;
    }
    #registration .left .top .heading h2 {
        font-size: 26px;
    }
    #registration .left .top .heading p {
        font-size: 12px;
    }
    #registration .right .firstbox {
        width: 108px;
        height: 134px;
        top: 86px;
        left: 44px;
    }
    #registration .scndbox .imagebox {
        width: 273px;
        height: 200px;
        left: 98px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 281px;
        height: 244px;
    }
    #registration .scndbox .box {
        width: 246px;
        height: 188px;
        top: 294px;
        left: 141px;
    }
    #registration .scndbox .eclipse2container {
        width: 93px;
        height: 120px;
        left: 46px;
        bottom: 75px;
    }
    #registration .scndbox .eclipse1container {
        width: 114px;
        height: 125px;
        left: 310px;
        top: 76px;
    }
    #registration .lastbox {
        width: 175px;
        height: 72px;
        left: 242px;
    }
    #registration .wrapper {
        /* height: 105vh; */
    }
    #registration {
        /* height: 105vh; */
    }
    #registration .lastbox {
        padding: 6px;
    }
    #registration .lastbox {
        left: 234px;
    }
    #registration .right .rightcontainer {
        background-size: 600px 246px;
        background-position-y: 438px;
        background-position-x: -122px;
    }
    #registration .middle form .scndline .gender label {
        font-size: 12px;
    }
    #registration .middle form .button {
        width: 180px;
    }
    #successModal {
        width: 387px;
        height: 249px;
    }
    #successModal .success {
        width: 70px;
        margin-bottom: 18px;
    }
    #successModal h2 {
        font-size: 20px;
    }
    #successModal p {
        font-size: 12px;
    }
}
@media all and (max-width: 980px) {
    #registration .right .firstbox {
        width: 95px;
        height: 120px;
        top: 78px;
        left: 41px;
    }
    #registration .right .firstbox .circle {
        width: 45px;
        height: 45px;
    }
    #registration .right .firstbox .circle .imgcontainer {
        width: 31px;
    }
    #registration .right .firstbox p {
        font-size: 12px;
    }
    #registration .right .firstbox p span {
        font-size: 14px;
    }
    #registration .scndbox .imagebox {
        width: 250px;
        height: 182px;
        left: 75px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 251px;
        height: 219px;
    }
    #registration .scndbox .box {
        width: 230px;
        height: 175px;
        top: 275px;
        left: 106px;
    }
    #registration .scndbox .eclipse2container {
        width: 80px;
        left: 35px;
        bottom: 62px;
    }
    #registration .lastbox {
        left: 155px;
    }
    #registration .scndbox .eclipse1container {
        width: 91px;
        left: 250px;
        top: 81px;
    }
    #registration .left .leftcontainer {
        margin: auto 50px;
    }
    #registration .lastbox {
        width: 155px;
        height: 53px;
    }
    #registration .lastbox .top .studentcontainer1 {
        width: 30px;
    }
    #registration .lastbox .top .studentcontainer2 {
        width: 30px;
    }
    #registration .lastbox .top .studentcontainer3 {
        width: 30px;
    }
    #registration .lastbox .top .studentcontainer4 {
        width: 30px;
    }
    #registration .lastbox .top .studentcontainer5 {
        width: 30px;
    }
    #registration .lastbox .top .studentcontainer6 {
        width: 30px;
    }
    #registration .lastbox p {
        font-size: 10px;
        margin-top: 30px;
    }
    #registration .lastbox p span {
        font-size: 10px;
    }
    #registration .left .top .heading h2 {
        font-size: 23px;
    }
    #registration .left .top .heading p {
        font-size: 10px;
    }
    #registration .middle form input {
        font-size: 12px;
    }
    #registration .middle form .date {
        width: 50%;
    }
    #registration .middle form .gender {
        width: 48%;
    }
    #registration .middle form .gender {
        padding-left: 3px;
    }
    #registration .middle form .button {
        font-size: 14px;
    }
    #registration .middle form .register .back p {
        font-size: 14px;
    }
    #successModal {
        width: 340px;
        height: 210px;
    }
    #successModal .success {
        width: 62px;
        margin-top: 10px;
    }
    #successModal h2 {
        font-size: 17px;
    }
    #successModal p {
        font-size: 11px;
    }
}
@media all and (max-width: 768px) {
    #registration {
        background-color: #e9f5fb;
        padding: 36px 0;
        margin-top: 104px;
    }
    #registration .wrapper {
        background-color: #fff;
        flex-direction: column-reverse;
        width: 90%;
        border-radius: 24px;
        margin: auto;
    }
    #registration .right {
        width: 70%;
        margin: 60px auto;
        height: 392px;
        border-radius: 12px;
    }
    #registration .right .rightcontainer {
        background: none;
    }
    #registration .left {
        width: 100%;
        text-align: center;
    }
    #registration .left .top .logocontainer {
        width: 78px;
        position: absolute;
        bottom: 566px;
        left: 42px;
    }
    #registration .left .top .heading h2 {
        font-size: 28px;
    }
    #registration .left .top .heading p {
        font-size: 13px;
    }
    #registration .right .firstbox {
        width: 64px;
        height: 80px;
        top: 33px;
        left: 31px;
        border-radius: 7px;
        padding: 7px;
    }
    #registration .right .firstbox .circle {
        width: 30px;
        height: 30px;
    }
    #registration .right .firstbox .circle .imgcontainer {
        width: 18px;
    }
    #registration .right .firstbox p {
        font-size: 8px;
        padding-top: 4px;
    }
    #registration .right .firstbox p span {
        font-size: 10px;
    }
    #registration .scndbox .imagebox {
        width: 214px;
        height: 147px;
        top: -69px;
        left: 112px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 202px;
        height: 181px;
    }
    #registration .scndbox .box {
        width: 204px;
        height: 149px;
        top: 152px;
        left: 133px;
    }
    #registration .scndbox .eclipse1container {
        width: 70px;
        left: 300px;
        top: 17px;
    }
    #registration .scndbox .eclipse2container {
        width: 50px;
        left: 85px;
        bottom: 107px;
    }
    #registration .scndbox {
        height: 236px;
    }
    #registration .lastbox {
        bottom: 4px;
        left: 207px;
    }
}
@media all and (max-width: 640px) {
    #registration .right {
        height: 304px;
    }
    #registration .right .firstbox {
        top: 15px;
        left: 11px;
    }
    #registration .scndbox .imagebox {
        width: 164px;
        height: 118px;
        top: -94px;
        left: 58px;
        border-radius: 7px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 160px;
        height: 145px;
    }
    #registration .scndbox .box {
        width: 167px;
        height: 114px;
        top: 126px;
        left: 66px;
        border-radius: 7px;
    }
    #registration .scndbox .eclipse1container {
        width: 40px;
        left: 149px;
        top: 5px;
    }
    #registration .scndbox .eclipse2container {
        width: 36px;
        left: 35px;
        bottom: 118px;
    }
    #registration .lastbox {
        bottom: 2px;
        left: 187px;
        height: 42px;
        width: 84px;
    }
    #registration .scndbox {
        height: 170px;
    }
    #registration .lastbox .top .studentcontainer1 {
        width: 20px;
    }
    #registration .lastbox .top .studentcontainer2 {
        width: 20px;
    }
    #registration .lastbox .top .studentcontainer3 {
        width: 20px;
    }
    #registration .lastbox .top .studentcontainer4 {
        width: 20px;
    }
    #registration .lastbox .top .studentcontainer5 {
        width: 20px;
    }
    #registration .lastbox .top .studentcontainer6 {
        width: 20px;
    }
    #registration .lastbox p span {
        font-size: 8px;
    }
    #registration .lastbox p {
        font-size: 5px;
        margin-top: 21px;
    }
    #registration .left .top .heading p {
        font-size: 12px;
    }
    #registration .left .top .heading h2 {
        font-size: 22px;
    }
}
@media all and (max-width: 480px) {
    #registration .middle form .gender {
        padding-left: 0px;
    }

    #registration .right {
        height: 200px;
        margin-bottom: 10px;
        margin: 28px auto;
    }
    #registration .right .firstbox {
        width: 36px;
        height: 47px;
        border-radius: 4px;
        padding: 4px;
    }
    #registration .right .firstbox .circle {
        width: 15px;
        height: 15px;
    }
    #registration .right .firstbox .circle .imgcontainer {
        width: 11px;
        margin: -5px auto;
    }
    #registration .right .firstbox p {
        font-size: 5px;
    }
    #registration .right .firstbox p span {
        font-size: 8px;
    }
    #registration .scndbox .imagebox {
        width: 113px;
        height: 80px;
        top: -103px;
        left: 50px;
        border-radius: 5px;
    }
    #registration .scndbox .imagebox .imgcontainer {
        width: 113px;
        height: 99px;
    }
    #registration .scndbox .box {
        width: 117px;
        height: 83px;
        top: 78px;
        left: 54px;
        border-radius: 5px;
    }
    #registration .scndbox {
        height: 125px;
    }
    #registration .lastbox {
        bottom: 9px;
        left: 130px;
        height: 29px;
        width: 70px;
        border-radius: 4px;
        padding: 2px;
    }
    #registration .lastbox .top .studentcontainer1 {
        width: 15px;
        margin-right: 4px;
    }
    #registration .lastbox .top .studentcontainer2 {
        width: 15px;
        margin-right: 4px;
    }
    #registration .lastbox .top .studentcontainer3 {
        width: 15px;
        margin-right: 4px;
    }
    #registration .lastbox .top .studentcontainer4 {
        width: 15px;
        margin-right: 4px;
    }
    #registration .lastbox .top .studentcontainer5 {
        width: 15px;
        margin-right: 4px;
    }
    #registration .lastbox .top .studentcontainer6 {
        width: 15px;
    }
    #registration .lastbox p {
        font-size: 5px;
        margin-top: 17px;
    }
    #registration .lastbox p span {
        font-size: 5px;
    }
    #registration .left .top .heading h2 {
        font-size: 18px;
    }
    #registration .left .leftcontainer {
        margin: auto 26px;
    }
    #registration .left .top .heading p {
        font-size: 11px;
        margin-top: 10px;
    }
    #registration .middle form .date {
        width: 43%;
    }
    #registration .middle form .gender {
        width: 55%;
        padding: 25px;
    }
    #registration .middle form .contact .imgcontainer {
        top: 10px;
    }
    #registration .middle form .button {
        width: 100%;
    }
    #registration .middle form #registerButton {
        width: 150px;
    }
    .optiondiv .option-description {
        font-size: 10px;
        margin-left: 50px;
    }
    .optiondiv .option-title {
        font-size: 10px;
    }
    #successModal {
        width: 290px;
        height: 200px;
        box-shadow: none;
    }
    #successModal .success {
        width: 55px;
        margin-bottom: 14px;
    }
    #successModal p {
        font-size: 10px;
    }
    #overlay {
        background-color: #e9f5fb;
    }
    #registration {
        margin-top: 82px;
    }
    #registration .left .top .logocontainer {
        width: 59px;
        bottom: 584px;
        left: 28px;
    }
}

/* #country-code option img{
    width: 20px;
    border-color: red;
} */

.phone-input {
    position: relative;
}

#country-code {
    position: absolute;
    top: 13px;
    left: 13px;
    height: 30px;
    padding: 6px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    width: 30px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    appearance: none;
    background-size: cover;
    border-radius: 50px;
}
#registration .middle form input.number {
    width: 80%;
}

#country-code option {
    /* padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 4px center; */
    color: black;
    margin-bottom: 20px;
}
#country-code option img {
    width: 100%;
    background-color: red;
}

@media all and (max-width: 360px) {
    #registration .wrapper {
        border-radius: 14px;
    }
    #registration .left .top .heading h2 {
        font-size: 19px;
    }
    #registration .left .top .heading p {
        font-size: 10px;
    }
    #registration .middle form input {
        font-size: 11px;
    }
    #registration .middle form .contact .arrowcontainer {
        top: 3px;
    }
    #registration .middle form .scndline .gender label {
        font-size: 11px;
    }
    #registration .middle form .scndline .gender label {
        margin-right: 18px;
    }
    #registration .middle form textarea {
        font-size: 11px;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__placeholder {
        font-size: 11px;
    }
    #registration .middle form .register .back p {
        font-size: 12px;
    }
    #registration .middle form .register .back .backarrowcontainer {
        width: 6px;
    }
    #registration .middle form .button {
        height: 45px;
    }
    #registration .middle form #registerButton {
        width: 142px;
    }
}
