header {
    background-image: url('../images/webinar-registration/we-banner-2.webp');
    background-blend-mode: color-burn;
    background-size: cover;
    background-repeat: no-repeat;
}
.red-text {
    color:red;
}
.wr-banner-container-bg {
    /*background: linear-gradient(to left, transparent 0%, #5f88bbc2 70%);*/
    background-color: rgb(6 37 83 / 90%);

}


.wr-banner-box {
    display: flex;
    align-items: center;
    padding: 5px 0px 10px 0;
    flex-wrap: wrap;
}
.wr-logo-box {
    max-width: 280px;
    padding-top: 28px;
    margin: 0px 0px 5px 0px;
}
.wr-banner-heading {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
/*    width: 50%;*/
    width: 80%;
}
.webinar-tag-headline {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 15px;
    background: #f9bc15;
    color: #06224c;
    border-radius: 0px 0px 0px 10px;
}
.wr-banner-img-box {
    width: 50%;
}
.wr-banner-img-box img {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    display: block;
}
.wr-right-box {
    width: 100%;
}
.wr-right-box-2 {
    width: 100%;
}

.wr-container-box {
    background-color: #f5f5f5;
}

.web-reg-left-box {}

.web-reg-left-box-top {
    font-size: 16px;
    height: 100%;
/*    text-align: justify;*/
    margin-bottom: 14px;
}
.web-reg-left-box-top ul li+li {
    margin-top: 4px;
}

.web-reg-left-box-top-date {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}


.web-reg-tome-zone-card {
    display: flex;
    color: #000000;
    justify-content: center;
}
.web-reg-tome-zone-card3 {
    display: flex;
    color: #000000;
    justify-content: flex-start;
}
.web-reg-tome-zone-card3 {
    font-size: 18px;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
    font-weight: 600;
}
.web-reg-tome-zone-card1 {
    font-size: 18px;
    border-right: 2px solid #000;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
    font-weight: 600;
}
.web-reg-tome-zone-card2 {
    padding-top: 16px;
}
.web-reg-tome-zone-card2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.web-reg-tome-zone-card2 p:first-child {
    margin-bottom: 12px;
}






.wr-form-heading {
    font-size: 24px; 
    color: #fff; 
    padding-bottom: 15px; 
/*    padding-bottom: 30px; */
    font-weight: bold;
}


.wr-body-box {
/*    padding: 50px 0px;*/
/*    padding: 50px 0px 25px 0px;*/
    padding: 25px 0px 0px 0px;
    /*margin: 0px auto;
    max-width: 950px;*/
}
.wr-body-box .form-control {
    border-top: 0px; 
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.wr-body-box .form-control:focus {
    box-shadow: none;
    border-color: #5580B7;
}
/*
.wr-body-box .form-group {
    margin-bottom: 44px;
}
*/
.wr-right-box-form {
/*    padding: 60px;*/
    padding: 30px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    border-radius: 25px;
    background-color: #ffffff;
}
.wr-right-box-form label {
    color:#fff;
}
.wb-explore-box {
    padding-bottom: 40px;
}
.wr-section-heading {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    color: #000000;
}
.wr-explore-list {
    max-width: 900px;
    margin: auto;
}
.wr-explore-list-card {
    padding: 15px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.wr-explore-list-img {
    max-width: 70px;
    margin: 0 auto;
    height: 70px;
}
.wr-explore-list-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wr-explore-list-text {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}
.wr-explore-list-card:hover {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 25%);
}



.wr-banner-img-box-date-item {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.wr-banner-img-box-date-item li {
    display: flex;
    align-items: center;
}
.wr-banner-img-box-date-item li img {
    width: 100%;
    max-width: 36px;
    min-width: 36px;
}
.wr-banner-img-box-date-item li span {
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
}
.wr-banner-img-box-date {
    padding-bottom: 30px;
}
.wr-blog-card-container {
    display: flex;
}
.wr-blog-card-container .insight-card-panel-top-img {
    height: 100%;
/*    height: 186px;*/
}
.wr-blog-card-container .insight-card-panel-top {
    width: 45%;
}
.wr-blog-card-container .insight-card-panel-bottom {
    width: 55%;
    padding: 15px 15px 15px 15px;
}
.webinar-small {
    font-size: 22px;
}
.webiner-body-text-highlight {
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}


.wr-explore-card-list-left .wr-explore-list-card {
    padding: 8px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.wr-explore-card-list-left .wr-explore-list-img {
    max-width: 50px;
    margin: 0 auto;
    height: 50px;
}
.wr-explore-card-list-left .wr-explore-list-text {
    margin-top: 10px;
    font-size: 14px;
}

.wr-explore-card-list-left .wr-explore-list-img-annual {
    max-width: 63px;
}



/*wr-body-box-two*/
.wr-body-box-two .wr-right-box-form {
    background-color: #1F73B7 !important;
}
.wr-body-box.wr-body-box-two .form-control {
    border-radius: 4px;
}
.wr-banner-container-bg-two .wr-banner-heading {
    min-height: 162px;
    padding: 45px 0px;  
}

@media (min-width: 1200px) {
    .wr-right-box {
        position: sticky;
        top: 100px !important;   
    }
    .wr-body-box-two .wr-body-box-two-right .wr-right-box {
        margin-top: -1080px !important;
    }
}
@media (min-width: 992px) {
    
    .wr-body-box-two .wr-body-box-two-left {
        padding-right: 60px;
    }
    
    .wr-body-box-two .wr-body-box-two-right .wr-right-box-2 {
        margin-top: 0px;
    }
}


@media (min-width: 576px) {
    .wr-explore-card-list-left .col-md-3 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .row.wr-explore-card-list-left {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media (min-width: 1601px) {
    .web-reg-left-box-top {
        font-size: 19px;
    }
    .wr-body-box .form-control {
        font-size: 22px;
    }
    .web-reg-left-box-top-date {
        font-size: 20px;
    }

    .web-reg-tome-zone-card1 {
        font-size: 22px;
    }
    .web-reg-tome-zone-card2 p {
        font-size: 20px;
    }
}

@media (min-width: 1367px) {
    .web-reg-left-box-top {
        font-size: 17px;
    }
}
@media (min-width: 576px) {
    .col-box-1 {
        padding-right: 5px;
    }
    .col-box-2,
    .col-box-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-box-4 {
        padding-left: 5px;
    }
}
@media (max-width: 1199px) {
    .wr-banner-heading {
        width: 100%;
    }
    .web-reg-left-box-top {
        font-size: 16px;
    }
    .web-reg-left-box-top-date {
        font-size: 20px;
    }
    .web-reg-tome-zone-card1 {
        font-size: 16px;
        padding-right: 6px;
        margin-right: 6px;
    }
    .web-reg-tome-zone-card2 p {
        font-size: 14px;
    }
    .web-reg-tome-zone-card2 p:first-child {
        margin-bottom: 10px;
    }
    .wr-explore-list-text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .wr-banner-heading {
        font-size: 32px;
/*        width: 60%;*/
        width: 100%;
    }
    .wr-banner-img-box {
        width: 40%;
    }
    .wr-body-box .form-group {
        margin-bottom: 20px;
    }
    .wr-right-box-form {
        padding: 25px 25px;
    }
}
@media (max-width: 767px) {
    .wr-banner-box {
        flex-direction: column;
    }
    .wr-banner-heading {
        width: 100%;
        font-size: 38px;
        padding-top: 20px;
    }
    .wr-banner-img-box {
        width: 70%;
    }
    .wr-banner-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .web-reg-left-box-top-date {
        font-size: 16px;
    }
    .web-reg-tome-zone-card1 {
        font-size: 14px;
    }
    .web-reg-tome-zone-card2 p {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .wr-blog-card-container {
        display: block;
    }
    .wr-blog-card-container .insight-card-panel-top,
    .wr-blog-card-container .insight-card-panel-bottom {
        width: 100%;
    }
    .wr-blog-card-container .insight-card-panel-top-img {
        height: 160px;
    }
    .wr-banner-heading {
        font-size: 24px;
    }
    .webinar-small {
        font-size: 18px;
    }
    .web-reg-tome-zone-card {
        justify-content: center;
    }
    .col-box-1,
    .col-box-2 {
        margin-bottom: 20px;
    }
    .wr-explore-list-img {
        max-width: 55px;
        height: 55px;
    }

    .wr-explore-card-list-left .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row.wr-explore-card-list-left {
        margin-right: -10px;
        margin-left: -10px;
    }
}


@media (max-width: 375px) {
    .web-reg-tome-zone-card2 p:first-child {
        margin-bottom: 6px;
    }
    .webinar-small {
        font-size: 16px;
    }
    .wr-banner-heading {
        font-size: 23px;
    }
}



/* thank you modal */

.thank-you-modal .modal-content {
    background-color: #1b2664;
}
.thank-you-modal .modal-body-top {
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.thank-you-modal .modal-body-top img {
    position: absolute;
    top: 18px;
    left: 40px;
    max-width: 140px;
    width: 100%;
    opacity: 0.10;
    filter: blur(2px);
}
.thank-you-modal .modal-body-top h3 {
    font-size: 42px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.thank-you-modal .modal-body-top p {
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.thank-you-modal .modal-body-bottom {
    text-align: center;
}
.thank-you-modal .modal-body-bottom a {
    background-color: #ffffff;
    color: black;
    position: relative;
    z-index: 1;
    padding: 6px 18px;
}
.thank-you-modal .modal-body-bottom img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    object-position: top right;
    display: block;
    opacity: 0.7;
    margin-top: -38px;
}
.thank-you-modal a.close {
    background: #1b2664;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-shadow: none;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank-you-modal a.close:hover {
    opacity: 1 !important;
}
.line-height-unset {
    line-height: unset;
}
@media (min-width: 576px) {
    .thank-you-modal .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 575px) {
    .thank-you-modal a.close {
        right: -6px;
        top: -6px;
    }
}
.web-reg-time-country-flex-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.web-reg-tome-zone-box::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5px;
    background-color: #dde6ed;
    width: 25%;
    height: 40%;
    border-bottom-left-radius: 20px;
    transition: all 0.4s;
}
.web-reg-tome-zone-box:hover::before {
    height: 60%;
    transition: all 0.4s;
}
.web-reg-tome-zone-card-box {
    position: relative;
    display: flex;
    background: #fff;
    color: #000000;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid #d59;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 0px 0px 0px 10px;
    min-height: 100px;
}

.web-reg-date-box {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}
.web-reg-day-box {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}
.web-reg-tome-zone-card-box-1 {
    font-size: 17px;
    font-weight: 600;
}

.wr-benifit-card-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-height: 295px;
/*    border-radius: 0px 0px 0px 10px;*/
}
.register-btn-pos {
    position: relative;
    right: 0px;
    bottom: 0px;
}

@media (max-width:1199px) and (min-width:992px){
/*
    .web-reg-tome-zone-card-box {
        min-height: 85px;
    }
    .web-reg-day-box {
        font-size: 12px;
    }
    .web-reg-tome-zone-card-box-1 {
        font-size: 12px;
    }
    .wr-right-box {
        position: sticky;
        top: 80px;   
    }
    .wr-body-box-two .wr-body-box-two-right .wr-right-box {
        margin-top: -1080px;
    }
*/
    .wr-benifit-card-container {
        min-height: 355px;
    }
}
    @media (max-width:991px){
        .wr-benifit-card-container {
            margin-bottom: 20px;
            min-height: 260px;
        }
    }
@media (min-width:768px) {
    .web-reg-time-country-flex-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .register-btn-pos {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
}
@media (max-width:575px){
    .web-reg-tome-zone-box::before {
        bottom: 0px;
    }
    .web-reg-tome-zone-card-box {
        margin-bottom: 10px;
    }
    .register-btn-pos {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .webinar-tag-headline {
        font-size: 16px;
        font-weight: 700;
        padding: 5px 10px;
        background: #f9bc15;
        color: #06224c;
        border-radius: 0px 0px 0px 10px;
    }
}
