section#Registration-section {
    height: 90vh;
    width: 100%;
    padding-top: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color,inherit);
}

.reg-content {
    background-color: #fff;
    box-shadow: 5px 5px 10px 0px #888888;
    height: 70vh;
    display: flex;
    align-items: center;
    background-image: url(/frontend/img/mofa-form-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto;
}

.reg-content::before {
    background: url('/frontend/img/top-cloud-bg.png') no-repeat;
    /*content: '';*/
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 15%;
    width: 100%;
    background-size: cover;
    background-position: left bottom;
}

.reg-form-bg {
    height: 70vh;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn{
    border: 1px solid;
}

.reg-page-left {
    background:  #015d42!important;
    height: 70vh!important;
    width: 40%;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
    color: #fff!important;
}

.form-left-btn {
    border: 1px solid #fff;
    color: #fff;
}

.reg-page-left p {
    font-size: 1rem!important;
    color: #ffffff!important;
    margin-bottom: 10px!important;
    padding: 5px 25px;
}

.reg-form-right {
    padding: 30px;
    min-width: 80%;
}



span.select2.select2-container.select2-container--default.select2-container--focus {
    min-width: 344.047px;
}

.reg-form-right p {
    font-size: 0.9rem!important;
     color: #000000 !important;
     margin-bottom: 8px!important;
    line-height: 1.5rem;
}

.reg-page-left a.btn.btn-outline-primary {
    width: fit-content;
}

.reg-form-right .form-group {
    margin: 10px 0px;
}

.reg-form-right h4 {
    color: #12bbf6;
}

.form-icon.form-group {
    position: relative;
}

.form-icon.form-group span.far,
.form-icon.form-group span.fas {
    position: absolute;
    height: 38px;
    width: 45px;
    background: #5692e3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.form-icon.form-group input.form-control {
    padding-left: 55px;
}



@media only screen and (max-width: 1366px) {
    .reg-form-right input.form-control {
        padding: 0.3rem 0.6rem;
        height: 33px;
    }
}


@media only screen and (min-width: 1367px) {

    .reg-content,
    .reg-page-left,
    .reg-page-right,
    .reg-form-bg {
        height: 60vh;
    }

    section#Registration-section {
        height: 75vh;
        padding-top: 0;
    }


}

ul.contact-list li.list-item i.fa {
    font-size: 1rem;
    color: rgb(0 2 4);
    margin-right: 5px;
    display: inline;
}

ul.contact-list li.list-item {
    text-align: left;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.5;
}

ul.contact-list li.list-item i.fa::before {
    margin-right: 8px;
}

/*ul.contact-list li.list-item span a {*/
/*    color: #0b0b0b;*/
/*}*/

ul.contact-list li.list-item span a,
span.contact-text.place {
    color: #fff;
    line-height: 1.2rem;
    letter-spacing: 0.2px;
}








/* Social Media Icons */
.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.social-media-list li a {
    color: #fff;
}

.social-media-list li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(0 2 4);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
}

.social-media-list li:hover {
    background-color: #fff;
}

.social-media-list li:hover:after {
    opacity: 1;
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
    color: #000;
}
/* Social Media Icons CSS End */


span.alt-send-button i.fa.fa-paper-plane {
    padding-right: 10px;
}

.logo {
    width: 80px;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
    0px 0px 0px 5px #ecf0f3,
    8px 8px 15px #a7aaa7,
    -8px -8px 15px #fff;
}
/* Responsive css */
@media only screen and (max-width: 767px) {

    section#Registration-section {
        height: auto;
        margin: 0 auto;
    }

    .reg-page-left {
        margin-left: 0;
    }

    .reg-content {
        height: auto;
        width: auto !important;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .reg-page-left {
        height: auto !important;
        width: 100%;
        padding: 100px 0;
    }

    .reg-form-bg {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 20px;
    }

    .reg-form-right {
        padding-left: 0px;
    }




    #cta .text-lg-start a {
        height: auto;
    }

    #cta .text-lg-start {
        padding-left: 15px !important;
    }


}
