
.sec-join-community {
    background: #F4F4F5;
    padding: 90px 0;
    position: relative;
}

.sec-join-community:before {
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url('../../images/dummy/banner-comi-left.svg');
    width: 305px;
    height: 349px;
    background-repeat: no-repeat;
    content: '';
    background-size: contain;
    z-index: -0;
}
.sec-join-community:after {
    position: absolute;
    right: 0px;
    bottom: 0;
    background-image: url('../../images/dummy/banner-comi-right.svg');
    width: 304px;
    height: 378px;
    background-repeat: no-repeat;
    content: '';
    background-size: contain;
    z-index: -0;
}

.sec-join-community .community-of-learners {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    z-index: 9;
}

.sec-join-community .community-of-learners h1 {
    margin: 0 auto;
    margin-bottom: 24px;
}

.sec-join-community .community-of-learners p {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.6;
    color: #667085;
}

.sec-join-community .community-of-learners a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.banner-avatar1 {
    position: absolute;
    top: 10%;
    transform: translateY(-90%);
    left: 143px;
    z-index: 9;
}
.banner-avatar2 {
    position: absolute;
    top: 45%;
    transform: translateY(-55%);
    left: 20px;
    z-index: 9;
}
.banner-avatar3 {
    position: absolute;
    top: 58%;
    transform: translateY(-42%);
    left: 195px;
    z-index: 9;
}
.banner-avatar4 {
    position: absolute;
    top: 90%;
    transform: translateY(-10%);
    left: 95px;
    z-index: 9;
}
.banner-avatar5 {
    position: absolute;
    top: 10%;
    transform: translateY(-90%);
    right: 143px;
    z-index: 9;
}
.banner-avatar6 {
    position: absolute;
    top: 45%;
    transform: translateY(-55%);
    right: 20px;
    z-index: 9;
}
.banner-avatar7 {
    position: absolute;
    top: 58%;
    transform: translateY(-42%);
    right: 195px;
    z-index: 9;
}
.banner-avatar8 {
    position: absolute;
    top: 90%;
    transform: translateY(-10%);
    right: 95px;
    z-index: 9;
}
.banner-avatar1 img, .banner-avatar4 img, .banner-avatar5 img,.banner-avatar7 img, .banner-avatar8 img {
    border-radius: 50%;
    box-shadow: 0px 34px 24px rgb(0 0 0 / 8%);
    background: #fff;
    height: 54px;
    width: 54px;
    display: inline-block;
    font-size: 14px;
}
.banner-avatar2 img, .banner-avatar6 img{
    border-radius: 50%;
    box-shadow: 0px 34px 24px rgb(0 0 0 / 8%);
    background: #fff;
    height: 86px;
    width: 86px;
    display: inline-block;
    font-size: 14px;
}
.banner-avatar3 img {
    border-radius: 50%;
    box-shadow: 0px 34px 24px rgb(0 0 0 / 8%);
    background: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 14px;
}
.banner-avatar1 img, .banner-avatar2 img, .banner-avatar3 img, .banner-avatar4 img, .banner-avatar5 img, .banner-avatar6 img, .banner-avatar7 img, .banner-avatar8 img { 
    transition: all 0.5s;
   
}
.banner-avatar1 img:hover, .banner-avatar2 img:hover, .banner-avatar3 img:hover, .banner-avatar4 img:hover, .banner-avatar5 img:hover, .banner-avatar6 img:hover, .banner-avatar7 img:hover, .banner-avatar8 img:hover {
    transform: scale(1.1, 1.1);
}

.contactform-iframe-popup {
    padding:0 17px !important;
    z-index: 999999 !important;
}
.modal-open .modal-backdrop {
  z-index: 99999;
}
.contactform-iframe-popup button.close {
    padding: 0;
    background-color: #ffffff;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0px;
    height: 32px;
    color: #001A49;
    top: 0;
    z-index: 9;
    opacity: 1;
    font-size: 35px;
    line-height: 32px;
    width: 32px;
    outline: none;
}

.contactform-iframe-popup .modal-dialog {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.contactform-iframe-popup .modal-body {
    padding: 0;
    padding-top: 56.25%;
    height: auto;
    position: relative;
}

.contactform-iframe-popup .modal-body .contact-form-community-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 50px 100px;
}
@media screen and (max-width:1199px) {
    .banner-avatar1 {
        left: 80px;
    }
    .banner-avatar2 {
        left: 10px;
    }
    .banner-avatar3 {
        left: 100px;
    }
    .banner-avatar4 {
        left: 20px;
    }
    .banner-avatar5 {
        right: 80px;
    }
    .banner-avatar6 {
        right: 10px;
    }
    .banner-avatar7 {
        right: 100px;
    }
    .banner-avatar8 {
        right: 20px;
    }
   
    .contactform-iframe-popup .modal-body {
        padding-top: 0;
    }
    .contactform-iframe-popup .modal-body .contact-form-community-page {
        padding: 50px 50px;
        position: static;
    }
}
@media screen and (max-width:1024px) {
    .sec-join-community {
        padding: 70px 0;
    }
    
}
@media screen and (max-width:991px) {
    .banner-avatar2 img, .banner-avatar6 img {
        height: 60px;
        width: 60px;
    }
}
@media screen and (max-width:767px) {
    .sec-join-community {
        padding: 50px 0;
    }
    .sec-join-community:after {
        width: 170px;
        height: 210px;
    }
    .sec-join-community:before {
        width: 170px;
        height: 210px;
    }
    .banner-avatar2 img, .banner-avatar6 img {
        height: 42px;
        width: 42px;
    }
    .banner-avatar1, .banner-avatar5 {
        top: 73%;
        transform: translateY(-23%);
    }
    .banner-avatar2, .banner-avatar6 {
        top: 83%;
        transform: translateY(-17%);
    }
    .banner-avatar3, .banner-avatar7 {
        top: 96%;
        transform: translateY(-4%);
    }
    .banner-avatar4, .banner-avatar8 {
        top: 102%;
        transform: translateY(-0%);
    }
    .sec-join-community .community-of-learners h1 {
        margin-bottom: 15px;
    }
    .sec-join-community .community-of-learners p {
        margin-bottom: 25px;
        font-size: 16px;

    }
    .banner-avatar1 img,.banner-avatar3 img, .banner-avatar4 img, .banner-avatar5 img, .banner-avatar7 img, .banner-avatar8 img {
        height: 35px;
        width: 35px;
    }
    .banner-avatar1 {
        left: 60px;
    }
    .banner-avatar2 {
        left: 10px;
    }
    .banner-avatar3 {
        left: 75px;
    }
    .banner-avatar4 {
        left: 20px;
    }
    .banner-avatar5 {
        right: 60px;
    }
    .banner-avatar6 {
        right: 10px;
    }
    .banner-avatar7 {
        right: 75px;
    }
    .banner-avatar8 {
        right: 20px;
    }
    .contactform-iframe-popup .modal-body .contact-form-community-page {
        padding: 30px 20px;
    }
}
.contact-form-multi .h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 36px;
    line-height: 1.3;
}
.contact-form-multi form label {
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #1E1E1E;
    margin-bottom: 40px;
    display: block;
    
}
.contact-form-multi form label span > span {
    margin-top: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 14px;
    display: flex;
}
.contact-form-multi form input {
    padding: 12px 15px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 4px;
    letter-spacing: -0.02em;
    color: #5C5C5E;
    box-shadow: none;
    width: 100%;
    margin-top:8px;
}
.contact-form-multi form input::-webkit-input-placeholder { /* Edge */
    color: #5C5C5E;
}

.contact-form-multi form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5C5C5E;
}

.contact-form-multi form input::placeholder {
    color: #5C5C5E;
}
.contact-form-multi form input:focus, .select_country select:focus {
    border-color: #1E52C9;
    outline: none;
}
.select_country select {
    padding: 12px 12px 12px 16px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 4px;
    letter-spacing: -0.02em;
    color: #5C5C5E !important;
    box-shadow: none;
    width: 100%;
    margin-top:8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-form-multi form .select_country  label > span:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../../images/dummy/select-arrow.webp');
    background-position: right 7px;
    width: 15px;
    height: 16px;
    border: none;
    margin: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    content:'';
}
.contact-form-inner form input:focus, .select_query select:focus {
    border-color: #1E52C9;
    outline: none;
}
.select_query select {
    padding: 12px 12px 12px 16px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 4px;
    letter-spacing: -0.02em;
    color: #5C5C5E !important;
    box-shadow: none;
    width: 100%;
    margin-top:8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-form-inner form .select_query  label > span:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../../images/dummy/select-arrow.webp');
    background-position: right 7px;
    width: 15px;
    height: 16px;
    border: none;
    margin: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    content:'';
}
.contact-form-multi form .non_profit_corporation span,
.contact-form-multi form .acceptance span {
    margin: 0;
}
.contact-form-multi form .non_profit_corporation label,
.contact-form-multi form .acceptance label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    margin-bottom: 30px;
}

.contact-form-multi form .non_profit_corporation input,
.contact-form-multi form .acceptance input {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 0;
}


.contact-form-multi form .acceptance input[type=checkbox], 
.contact-form-multi form .non_profit_corporation input[type=checkbox] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    appearance: none;
    border-radius: 10%;
    border: 1px solid #848486;
    box-shadow: none;
    font-size: 1em;
    border-radius: 4px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
}
.contact-form-multi form .acceptance input[type=checkbox]:checked, 
.contact-form-multi form .non_profit_corporation input[type=checkbox]:checked {
    background-color: #25B95C;
    border-color: #25B95C;
    position: relative;
    
}
.contact-form-multi form .acceptance input[type=checkbox]:checked:after, 
.contact-form-multi form .non_profit_corporation input[type=checkbox]:checked:after {
    content: '';
    margin-left: -7px;
    background-image: url('../../images/dummy/check-square.svg');
    width: 15px;
    height: 12px;
    z-index: 9999;
    top: 5px;
    position: absolute;
}
.contact-form-multi form .non_profit_corporation label span,
.contact-form-multi form .acceptance label span {
padding-left:18px;
}


.contact-form-multi form .submit_btn input {
    color: #fff;
    font-weight: normal;
    padding: 0px;
    background: transparent;
    margin-top: 0;
    border: none;
    height: 52px;
}

.contact-form-multi form .submit_btn .btn-blue {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-family: 'Oswald';
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 33.3174px;
    background: #1E52C9;
    border: 1px solid #1E52C9;
    transition: all 0.4s;
    max-width: 246px;
    padding: 0;
    height: 52px;
}
.contact-form-multi form .submit_btn .btn-blue:hover input {
    color: #1E52C9;
}
.contact-form-multi form .submit_btn .btn-blue span.wpcf7-spinner {
    display: flex;
    margin: 0 auto;
    margin-right: 9px;
    margin-top: -39px;
    opacity: 0.5;
}
.contact-form-multi form .wpcf7-response-output {
    font-size: 14px;
    color: #1E1E1E;
    margin-bottom: 0;
    margin-top: 15px;
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:767px) {
    .contact-form-multi form label {
        margin-bottom: 25px;
    }
    .contact-form-multi .h1 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
    }
    .contact-form-multi form label span > span {
        margin-top: 2px;
    }
    .contact-form-multi form .non_profit_corporation label span, .contact-form-multi form .acceptance label span {
        padding-left: 10px;
        font-size: 15px;
    }
    .contact-form-multi form .non_profit_corporation label, .contact-form-multi form .acceptance label {
        margin-bottom: 20px;
    }
    .contact-form-multi form input, .select_country select {
        height: 45px;
    }
    .contact-form-multi form input, .select_query select {
        height: 45px;
    }
    .contact-form-multi form .acceptance input[type=checkbox], .contact-form-multi form .non_profit_corporation input[type=checkbox] {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }
    .contact-form-multi form .acceptance input[type=checkbox]:checked:after, .contact-form-multi form .non_profit_corporation input[type=checkbox]:checked:after {
        top: 3px;
    }
    .contact-form-multi form .submit_btn input {
        height: 45px;
    }
    .contact-form-multi form .submit_btn .btn-blue span.wpcf7-spinner {
        margin-top: -35px;
    }
    .contact-form-multi form .submit_btn .btn-blue {
        max-width: 200px;
        height: 45px;
    }

}

