@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700&display=swap');

/* input[type="date"] {
    position: relative;
    text-transform: uppercase;
}
 
 
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
} */

* {
    margin: 0;
    padding: 0;
}

.newhero-container .brandora-error {
    color: #F89C30 !important;
}

.error-check {
    color: red;
    font-size: 10px;
    font-weight: 500;
}

.calender_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


.newhero-toplebel .toplebelone {
    justify-content: end;
    width: 100%;
}

.newhero-toplebel .toplebelone .toplebelone-first {
    display: flex;
    gap: 4px;
}

.newhero-toplebel .toplebelone .labletimer {
    background: #fff;
    color: #2A5A9E;
    padding: 6px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    z-index: 99;
    flex-shrink: 0;


}

.newhero-toplebel .newhero-two {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
}

.newhero-toplebel .newhero-two img {
    height: 14px;
    width: 14px;
}

.newhero-container .newhero-toplebel {
    display: flex;
    background: #005EAC;
    width: 72vw;
    margin-left: auto;
    gap: 36px;
    padding: 2px 8px;
    /* display: none; */
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #00000040;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}



.newhero-container .newhero-toplebel .toplebelone {
    white-space: unset !important;
    animation: unset !important;
    animation-play-state: unset !important;
}

.newhero-container .newhero-toplebel .new-toplebelbox {
    margin: 0px 20px 0px 120px;
    display: flex;
    gap: 35px;
    width: 100%;
    justify-content: right;
    /* overflow: auto; */
    white-space: nowrap;
    animation: scroll-text 15s linear infinite;
    animation-play-state: running;
}

.newhero-container .newhero-toplebel .new-toplebelbox:hover {
    animation-play-state: paused;
}

@keyframes scroll-text {
    0% {
        transform: translate(90%);
    }

    100% {
        transform: translate(-100%);
    }
}

.newhero-container .newhero-toplebel .new-toplebelbox::-webkit-scrollbar {
    display: none;
}

.newhero-container .newhero-toplebel .newhew-one {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.newhero-container .newhero-toplebel .newhew-one a {
    text-decoration: underline;
    color: #fff;
}

.newhero-container .newhero-toplebel .newhero-two {
    flex-shrink: 0;
    text-align: end;
}

.newhero-container .newhero-toplebel .newhero-two p {
    color: #fff;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.newhero-container .newhero-toplebel .toplebelone-first p {
    animation: scroll-text 15s linear infinite;
    animation-play-state: running;
}

.newhero-container .newhero-toplebel .toplebelone-first p:hover {
    animation-play-state: paused;
}

.newhero-container .newhero-toplebel .newhero-two p a {
    color: #fff;
    text-decoration: underline;
}

.newhero-container {
    background: rgba(217, 217, 217, 0.5);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
}

.newhero-container .newhero-contone {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.newhero-container .newhero-second {
    display: flex;
    width: 65%;
    gap: 12px;
}

.newhero-container .newhero-second .newhero-first {
    width: 33%;
    position: relative;
}

@media screen and (min-width:1550px) {
    .newhero-container .newhero-second .newhero-first {
        width: 25%;
        position: relative;
    }
}


.newhero-container .newhero-second .newh-firstimg {
    width: 100%;
    min-height: 100%;
    position: absolute;
    /* bottom: -66px; */
    top: 66px;
}

.newhero-container .newhero-second .newh-firstimg img {
    width: 100%;
    height: 100%;
}

.newhero-container .newhero-second .newhero-secbox {
    position: relative;
    width: 65%;
    margin-top: 32px;
}

.newhero-container .newhero-second .newhero-secbox>* {
    margin-top: 10px;
}

.newhero-container .newhero-second .newhero-secbox .newhe-title {
    display: flex;
    align-items: center;
    gap: 8px;

}

.newhero-container .newhero-second .newhero-secbox .newhe-title img {
    width: 14px;
    height: 14px;
}

.newhero-container .newhero-second .newhero-secbox .newhe-title span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #005DAC;

}

.newhero-container .newhero-second .newhero-secbox .newhe-hdetails p {
    color: #4F4F4F;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;

}

.newhero-container .newhero-second .newhero-secbox .newhe-hdetails .h3 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #005DAC;
    margin-top: 10px;
}

.suptop3{
    position: relative;
    top: 3px;
}

.supmtop.h3 {
    position: relative;
    top: -8px;
}

.newhero-container .newhero-second .newhero-secbox .newhe-hdetails .h5 {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    color: #005DAC;
    margin-top: 10px;
}

.newhero-container .newhero-second .newhero-secbox .newhe-wrbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    /* margin-bottom: 21.5rem; */
}

.newhero-container .newhero-second .newhero-secbox .newhe-wrbox .weboxitem {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 48%;
}

.newhero-container .newhero-second .newhero-secbox .newhe-wrbox .weboxitem img {
    /* width: 40px;
    height: 24px; */
}

.newhero-container .newhero-second .newhero-secbox .newhe-wrbox .weboxitem span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}

/* form css */



.newhero-container .newhero-third {
    background: #005DAC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    width: 35%;

}

.newhero-container .newhero-third .h6 {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

.newhero-container .newhero-third nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 6px;
}

.newhero-container .newhero-third nav li {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    list-style: none;
    cursor: pointer;
    padding: 5px 6px;
}

.newhero-container .newhero-third nav .li_active {
    border-bottom: 2px solid #F89C30;
    color: #F89C30;
}

.newhero-container .newhero-third .newherothi-formbox {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newhero-container .newhero-third .newherothi-formbox .thformbox-name {
    border: 1px solid #005DAC;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px;
}

.newhero-container .newhero-third .newherothi-formbox .thformbox-name input {
    outline: none;
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhero-container .newhero-third .newherothi-formbox .thformbox-name input::placeholder {
    border: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhero-container .newhero-third .newherothi-formbox button {
    border: none;
    background: none;
    background: #FF6F00;
    box-shadow: 0px 7px 17px 0px #EC9F4952;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 50%;
    cursor: pointer;
    align-self: center;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-bottom: 13.5rem;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc .htformtc-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc span {
    color: #999999;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc .htformtc-item input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: white;
}


.newhero-container .newhero-third .newherothi-formbox .htformtc-item input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 3px;
    height: 8px;
    border: solid #005DAC;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc .htformtc-item .calc-h5 {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc .htformtc-item .calc-h5 .tnc1 span {
    text-decoration: underline;
    color: #FFFFFF;
}

.newhero-container .newhero-third .newherothi-formbox .htform-temandc .htformtc-item .calc-h5 a {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}



/* second bottom */
/* for mobile bottom 6 cards */
.newhro-mobilecon .newsecbox-bottom {
    position: relative !important;
    flex-wrap: wrap;
    gap: 40px 4px;
    padding: 30px 0px 16px 0px;
    margin-top: 12px;
    bottom: unset;
    width: 100%;
    border: none;
    background: none;
}

.newhro-mobilecon .newsecbox-bottom .newsecbox-item span {
    height: 51px;
}

.newhro-mobilecon .newsecbox-bottom .newsecbox-item {
    width: 32%;
}

.newhro-mobilecon .newsecbox-bottom .newsecbox-item .newsec-fixedlab {
    font-size: 8px;
    top: -11px;
}

.newhro-mobilecon .newsecbox-bottom .newsecbox-item img {
    margin-top: 10px;
}

/* for mobile end hear */

.newsecbox-bottom {
    background: #FDFDFD;
    border: 1px solid #005DAC;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0px 30px 0px;
    width: 77vw;
    position: absolute;
    bottom: 15px;
}

.newsecbox-bottom .newsecbox-bottns {
    position: absolute;
    right: 14px;
    bottom: 0px;
    color: #2b2a2a;
    font-size: 12px;
}

.newsecbox-bottns{
    cursor: pointer;
}

.newsecbox-bottom .newsecbox-item {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.newsecbox-bottom .newsecbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 8px 3px 8px;
    position: relative;
    background-color: #fff;
    border: 1px solid #005dac;
    border-radius: 6px;
    width: 135px;
    flex-shrink: 0;
    min-height: 125px;
    transform: scale(1);
    transition: all 0.3s;
}
.newsecbox-bottom .newsecbox-item:hover{
    transform: scale(1.02);
    transition: all 0.5s;
    box-shadow: 6px 6px 5px #b6d7e9;
}

.newsecbox-bottom .newsecbox-item .newsec-fixedlab {
    background: #005EAC;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    top: -18px;
}

.newsecbox-bottom .newsecbox-item img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
}

.newsecbox-bottom .newsecbox-item span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    color: #005DAC;
    width: 92%;
    text-align: center;
    margin-top: 6px;
    height: 36px;
}

.newsecbox-bottom .newsecbox-item label {
    background: #DCFFEA;
    padding: 4px 6px;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 400;
    color: #4F4F4F;
    border-radius: 30px;
    margin-top: 4px;
    text-align: center;

}


/* bottom container */


.newhero-contbottom {
    background-color: #005DAC;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    position: relative;
    z-index: 10;
}

.newhero-contbottom .nhcontb-one {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newhero-contbottom .nhcontb-one span {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.newhero-contbottom .nhcontb-one .nhcbo-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.newhero-contbottom .nhcontb-one .nhcbo-box .nhcbb-num {
    box-shadow: 0px 4px 16px 0px #143057;
    background: #fff;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    color: #1E5E87;
    width: 48px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}


.newhero-contbottom .nhcontb-two {
    display: flex;
    align-items: center;
    gap: 24px;
}

.newhero-contbottom .nhcontb-two span {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;


}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 16px;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox span {
    color: #000000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon {
    border: 1px solid #005DAC;
    padding: 12px;
    width: 20vw;
    border-radius: 10px;
    position: relative;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon .nhcontbtwoselect {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon{
    cursor: pointer;
}

.selectarrowimg img {
    transform: rotate(180deg);
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon .nhcontbtselect-items {
    position: absolute;
    top: 35px;
    background: #fff;
    width: 100.6%;
    left: -1px;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid #005DAC;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon .nhcontbtselect-items a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon .nhcontbtselect-items div {
    cursor: pointer;
}


.newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtselect-items {
    display: none;
}


/* bottom container for mobile */

.newhro-mobilecon .newhero-contbottom {
    flex-direction: column;
    left: -16px;
    width: 100vw;
    padding: 0px;
    margin-top: 12px;
}

.newhro-mobilecon .newhero-contbottom .nhcontb-one {
    flex-direction: column;
    padding: 12px;
    gap: 8px;
}

.newhro-mobilecon .newhero-contbottom .nhcontb-two {
    flex-direction: column;
    gap: 8px;
    padding: 12px 12px;
    border-top: 2px solid #c3c3c3;
}

.newhro-mobilecon .newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox {
    width: 100%;
}

.newhro-mobilecon .newhero-contbottom .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon {
    width: 64vw;
}

.newhro-mobilecon .nhcontb-two .nhcontbtwo-inputbox .nhcontbtwo-selectcon .nhcontbtselect-items {
    top: 32px;
    width: 100.4%;
    left: -0.3px;
}

.newhero-contbottom .nhcontb-one .nhcbo-box .nhcbb-num {
    width: 30px;
    height: 30px;
    font-size: 16px;
}


/* desktop submit form */


/* display show and for form */
.newhero-subform {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
    display: none;
}

.newhero-subform .subform-box {
    position: absolute;
    background-color: #fff;
    width: 60vw;
    right: 0;
    top: 0;
    padding: 50px 0px 24px 0px;
    box-shadow: 0px 8px 30px 0px #00000040;
    border-radius: 12px;
}



.newhero-subform .subform-box .desk-backformbtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 54px;
    left: 30px;
    cursor: pointer;
}

.newhero-subform .subform-box .desk-backformbtn img {
    width: 100%;
    height: 100%;
}

.newhero-subform .subform-box .h4 {
    color: #005DAC;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.newhero-subform .subform-box nav {
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: center;
    gap: 26px;
}

.newhero-subform .subform-box nav li {
    list-style: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 600;
    color: #4F4F4F;
    padding: 4px;
    cursor: pointer;
}

.newhero-subform .subform-box nav .li_active {
    color: #F89C30;
    border-bottom: 2px solid #F89C30;
}

/* input::-webkit-date-and-time-value {
    text-align: left;
} */






.newhero-subform .subform-box .form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
}

.newhero-subform .subform-box .ngconfinput {
    border: 1px solid #005DAC;
    padding: 10px;
    border-radius: 10px;
    width: 22vw;
    cursor: pointer;
    position: relative;
}
.newhero-subform .subform-box .dob-class {
    padding: 6px 10px;
}

.newhero-subform .subform-box .ngconfinput input {
    width: 100%;
    border: none;
    outline: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhero-subform .subform-box .ngconfinput input::placeholder {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhero-subform .subform-box .ngconfgentab-div {
    display: flex;
    flex-wrap: wrap;
    width: 43vw;
    justify-content: space-between;
}

.newhero-subform .subform-box .ngconf-gender {
    display: flex;
    align-items: center;
    gap: 24px;
}

.newhero-subform .subform-box .ngconf-tabacco {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-right: 33px;
}

.newhero-subform .subform-box .ngconf-gender span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;

}

.newhero-subform .subform-box .ngconf-tabacco span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;

}

.newhero-subform .subform-box .ngconf-gender .nggender-det {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.newhero-subform .subform-box .ngconf-tabacco .nggender-det {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.newhero-subform .subform-box .ngconf-gender .nggender-det .nggenderbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}



.newhero-subform .subform-box .ngconf-tabacco .nggender-det .nggenderbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.newhero-subform .subform-box .ngconf-gender .nggender-det .nggenderbox .nggenderbox-img {
    background: #FFFFFF;
    border: 1px solid #99BFDE;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* active class for js */
.nggenderboximg {
    background: #005DAC !important;
}

.nggenderboximg img {
    filter: invert(1);
}

.newhero-container .ban-but.active {
    border-radius: 10px;
    border: 1px solid var(--card-stroke-99-bfde, #99bfde);
    background: var(--balic-brand-color-blue-005-eac, #005DAC) !important;
}
.newhro-mobilecon .ban-but.active {
    border-radius: 10px;
    border: 1px solid var(--card-stroke-99-bfde, #99bfde);
    background: var(--balic-brand-color-blue-005-eac, #fff) !important;
}

.newhero-container .ban-but.active path {
    fill: white !important;
    stroke: white !important;
}
.newhro-mobilecon .ban-but.active path {
    fill: black !important;
    stroke: black !important;
}

.newhero-container .ban-but {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--card-stroke-99-bfde, #99bfde);
    background: var(--White, #fff);
    margin: unset;
    cursor: pointer;
}
.newhro-mobilecon .ban-but {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--card-stroke-99-bfde, #99bfde);
    margin: unset;
    cursor: pointer;
    background: #005DAC !important;
}

.newhero-container .ban-but path {
    fill: black !important;
    stroke: black !important;
}
.newhro-mobilecon .ban-but path {
    fill: white !important;
    stroke: white !important;
}


.newhero-subform .subform-box .ngconf-tabacco .nggender-det .nggenderbox .ngtabacbox-img {
    background: #FFFFFF;
    border: 1px solid #99BFDE;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* active class for js */
.ngtabacboximg_active {
    background: #005DAC !important;
}

.ngtabacboximg_active img {
    filter: invert(1);
}

.newhero-subform .subform-box .ngconf-gender .nggender-det .nggenderbox .nggenderbox-img img {
    width: 22px;
    height: 22px;
}

.newhero-subform .subform-box .ngconf-tabacco .nggender-det .nggenderbox .ngtabacbox-img img {
    width: 22px;
    height: 22px;
}

.newhero-subform .subform-box .ngconf-gender .nggender-det .nggenderbox span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    color: #131619;
}

.newhero-subform .subform-box .ngconf-tabacco .nggender-det .nggenderbox span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    color: #131619;
}

.newhero-subform .subform-box .ngconfslectbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.newhero-subform .subform-box .ngconf-slectbox {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
    outline: none;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--text-grey-25-c-666-e, #5c666e);
    width: 100%;
    border: 1px solid #005DAC;
    padding: 10px;
    border-radius: 10px;

}

.newhero-subform .subform-box .select-field {
    /* border: 1px solid #005DAC;
    padding: 10px;
    border-radius: 10px; */
    width: 22vw;
    cursor: pointer;
}

.newhero-subform .subform-box .ngconfinput-yn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newhero-subform .subform-box .ngconfinput-yn .diabetesbox-span {
    width: 11vw;
}

.newhero-subform .subform-box .ngconfinput-yn span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhero-subform .subform-box .ngconfinput-yn .ngconfinputyn-div {
    display: flex;
    gap: 20px;
}

.newhero-subform .subform-box .ngconfinput-yn .ngconfinputyn-div .inputyn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid #666666;
    border-radius: 10px;
    cursor: pointer;
}

.newhero-subform .subform-box .ngconfinput-yn .ngconfinputyn-div .inputyn .dot {
    background: #666666;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.newhero-subform .subform-box .ngconfinput-yn .ngconfinputyn-div .inputyn span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.inputyn_active {
    border: 1px solid #005DAC !important;
}

.inputyn_active .dot {
    background: #005DAC !important;
}

.inputyn_active span {
    color: #005DAC !important;
}



.newhero-subform .subform-box .nhmff-tandc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.newhero-subform .subform-box .nhmff-tandc .nhmftc {
    display: flex;
    align-items: start;
    gap: 4px;
}

.newhero-subform .subform-box .nhmff-tandc .nhmftc a {
    color: #4F4F4F;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.newhero-subform .subform-box .nhmff-tandc .nhmftc a span {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.newhero-subform .subform-box .nhmff-tandc span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    cursor: pointer;

}

.htmfffo-last {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.htmfffo-last button {
    background-color: #FF6F00;
    padding: 16px;
    outline: none;
    border: none;
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: 50%;
    align-self: center;
    cursor: pointer;
}

.life-videos-modal-banner {
    position: fixed;
    display: none;
    max-width: 688px;
    width: 85%;
    height: 420px;
    padding: 12px 24px 48px 24px;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 999;
    border-radius: 10px;
    border: 1px solid var(--card-stroke-99-bfde, #99BFDE);
    background: var(--White, #FFF);
    top: 50%;
    left: 50%;

}

.life-videos-modal-banner iframe {
    width: 100%;
    height: 100%;

}

.lifevideo-overlay-img-banner {

    top: 0;
    width: 100vw;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 100;
    display: none;

}

.life-videos-modal-close-banner {
    cursor: pointer;
}

.videos-card-item-ifr-banner {
    width: 100%;
    height: 240px;
    border: 8px solid var(--card-white-card-ffffff, #FFF);
    /*background: url(Clientlibs/css/<path-to-image>), lightgray 50% / cover no-repeat;*/

}



/* mobile display none desktop */

.newhro-mobilecon {
    display: none;
}


@media only screen and (max-width:1000px) {

    .newhro-mobilecon {
        display: block;
    }

    .newhero-container {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .life-videos-modal-banner {

        height: 92%;
        transform: translate(-50%, -43%);
        width: 100%;
        align-items: center;

    }

    .life-videos-modal-banner iframe {
        width: 100%;
        height: 60%;
        margin: auto;
    }

    .life-videos-modal-close-banner {

        position: absolute;
        content: url("../../../../content/dam/balic-web/close2.svg");
        top: -50px;
        /*left: 50%;comment for video popup*/
    }
}

/* mobile design start from hear */

.newhro-mobilecon .error-field  {
    color: #F89C30 !important;
}

.newhro-mobilecon .newhero-toplebel {
    display: flex;
    background: #005EAC;
    width: 100vw;
    margin-left: -16px;
    padding: 8px 16px;
    overflow: hidden;
    /* display: none; */
}

.newhro-mobilecon .newhero-toplebel .toplebelone {
    white-space: unset !important;
    animation: unset !important;
}

.newhro-mobilecon .newhero-toplebel .new-toplebelbox {
    display: flex;
    gap: 25px;
    width: 100%;
    justify-content: right;
    /* overflow: auto; */
    white-space: nowrap;
    animation: scroll-text 15s linear infinite;
}

.newhro-mobilecon .newhero-toplebel .toplebelone {
    overflow: unset !important;
}

.newhro-mobilecon .newhero-toplebel .toplebelone .newhero-two {
    flex-shrink: unset;
    justify-content: end;
}

@keyframes scroll-text {
    0% {
        transform: translate(100%);
    }

    100% {
        transform: translate(-100%);
    }
}

.newhro-mobilecon .newhero-toplebel .new-toplebelbox::-webkit-scrollbar {
    display: none;
}

.newhro-mobilecon .newhero-toplebel .newhew-one {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.newhro-mobilecon .newhero-toplebel .newhew-one a {
    text-decoration: underline;
    color: #fff;
}

.newhro-mobilecon .newhero-toplebel .newhero-two {
    flex-shrink: 0;
}

.newhro-mobilecon .newhero-toplebel .newhero-two p {
    color: #fff;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.newhro-mobilecon .newhero-toplebel .toplebelone-first p {
    animation: scroll-text 15s linear infinite;
    animation-play-state: running;
}

.newhro-mobilecon .newhero-toplebel .toplebelone-first p:hover {
    animation-play-state: paused;
}


.newhro-mobilecon .newhero-toplebel .newhero-two p a {
    color: #fff;
    text-decoration: underline;
}

.newhero-toplebel .toplebelone .labletimer {
    font-size: 14px;
}

.newhro-mobilecon {
    background: #EDEDED;
    /* background: linear-gradient(to bottom, #005DAC 50%, #fff 50%); */
    padding: 0px 16px 16px 16px;
    margin-top: 89px;
    padding-top: 10px;
}

.newhro-mobilecon .nhmcon-details>* {}

.newhro-mobilecon .nhmcon-details .nhcd-head {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    /* display: none; */
}

.newhro-mobilecon .nhmcon-details .nhcd-head img {
    width: 10px;
    height: 10px;
}

.newhro-mobilecon .nhmcon-details .nhcd-head span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    color: #fff;

}

.newhro-mobilecon .nhmcon-details p {
    font-family: Rubik;
    font-size: 8px;
    font-weight: 400;
    color: #4F4F4F;
    margin-top: 8px;

}

.newhro-mobilecon .nhmcon-details p img {
    width: 100%;
    height: 100%;
}

.newhro-mobilecon .nhmcon-details .h6 {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 700;
    color: #005EAC;
    margin-top: 8px;
    line-height: 1.8;
}

.newhro-mobilecon .nhmcon-details .h5 {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    color: #005EAC;
    margin-top: 8px;
}

.newhro-mobilecon .nhmcon-imgandd {
    display: flex;
    flex-direction: column;
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-imgd {
    /* width: 70%; */
    align-self: center;
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-imgd img {
    width: 100%;
    height: 100%;
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-cardcon {
    /* border: 1.1px solid #FFFFFF1A;
    background: #FFFFFF14; */
    background: rgb(0, 94, 172);
    background: radial-gradient(circle, rgba(0, 94, 172, 1) 0%, rgba(0, 94, 172, 0.3) 100%);
    overflow: auto;
    gap: 12px;
    display: flex;
    padding: 6px;
    border-radius: 8px;
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-cardcon::-webkit-scrollbar {
    display: none;
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-cardcon .nhmconcard {
    background-color: #F9FBFC;
    /* width: 136px; */
    max-width: 185px;
    min-width: 100px;
    word-wrap: break-word;
    padding: 10px 8px;
    border-radius: 10px;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.newhro-mobilecon .nhmcon-imgandd .nhmcon-cardcon .nhmconcard p {
    font-family: Rubik;
    font-size: 11px;
    font-weight: 400;
    color: #005DAC;
    display: flex;
}
.newhro-mobilecon .nhmcon-imgandd .nhmcon-cardcon .nhmconcard p sup {
  position: relative;
  top: -3px;
  font-size: 8px !important;
}

.newhro-mobilecon .nhmcon-formdev {
    background-color: #005EAC;
    padding: 24px 16px;
    border-radius: 12px;
    margin-top: 8px;
    position: relative;
    box-shadow: 0px 8px 30px 0px #00000040;

}

.newhro-mobilecon .nhmcon-formdev .backformbtn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    display: none;
}

.newhro-mobilecon .nhmcon-formdev .backformbtn img {
    width: 100%;
    height: 100%;
}

.newhro-mobilecon .nhmcon-formdev .h4 {
    color: #005DAC;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.newhro-mobilecon .nhmcon-formdev nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.newhro-mobilecon .nhmcon-formdev nav li {
    list-style: none;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 4px;
}

.newhro-mobilecon .nhmcon-formdev nav .li_active {
    color: #F89C30;
    border-bottom: 2px solid #F89C30;
}

.newhro-mobilecon .nhmcon-formdev .nhmcon-fillform {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newhro-mobilecon .nhmcon-formdev .nhmcon-fillform .nhmcon-forinput {
    border: 1px solid #005DAC;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
}


.newhro-mobilecon .nhmcon-formdev .nhmcon-fillform .nhmcon-forinput input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;

}

.newhro-mobilecon .nhmcon-formdev .nhmcon-fillform .nhmcon-forinput input::placeholder {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhro-mobilecon .nhmcon-formdev .nhmcon-fillform button {
    background-color: #FF6F00;
    padding: 16px;
    outline: none;
    border: none;
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: 50%;
    align-self: center;
    cursor: pointer;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc .nhmftc {
    display: flex;
    align-items: start;
    gap: 4px;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc .nhmftc input {
    width: 20px;
    height: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: white;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc .nhmftc input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 3px;
    height: 8px;
    border: solid #005DAC;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc .nhmftc a {
    color: #4F4F4F;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc .nhmftc a span {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.newhro-mobilecon .nhmcon-formdev .nhmff-tandc span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;

}

/* mobile form fill input details */

.newhro-mobilecon .nhmcon-formdev .ngconform-details {
    margin-top: 24px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput {
    border: 1px solid #005DAC;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput input {
    width: 100%;
    border: none;
    outline: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
    background: none;
}

.newhro-mobilecon .input-field-clp {
    position: relative;
    display: inline-block;
}

.newhro-mobilecon .date-input-container {
    position: relative;
    cursor: pointer;
}

.dob-classmob input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dob-classmob input::-webkit-date-and-time-value {
    text-align: left;
}

.dob-classmob input[type="date"].not-has-value::before {
    content: "Date of birth";
    width: 100%;
}

.dob-classmob input[type="date"] {
    -webkit-min-logical-width: calc(100% - 16px);
}

/* .dob-classmob input[type="date"]::before {
    content: "";
    margin-right: -10px;
} */
.dob-classmob input[type="date"] {
    -webkit-appearance: none;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput input::placeholder {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender {
    display: flex;
    align-items: center;
    gap: 24px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco {
    display: flex;
    align-items: center;
    gap: 24px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender .nggender-det {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco .nggender-det {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender .nggender-det .nggenderbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco .nggender-det .nggenderbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender .nggender-det .nggenderbox .nggenderbox-img {
    background: #FFFFFF;
    border: 1px solid #99BFDE;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco .nggender-det .nggenderbox .ngtabacbox-img {
    background: #FFFFFF;
    border: 1px solid #99BFDE;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender .nggender-det .nggenderbox .nggenderbox-img img {
    width: 22px;
    height: 22px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco .nggender-det .nggenderbox .ngtabacbox-img img {
    width: 22px;
    height: 22px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-gender .nggender-det .nggenderbox span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-tabacco .nggender-det .nggenderbox span {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    color: #131619;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconf-slectbox {
    border: 1px solid #005DAC;
    padding: 10px;
    border-radius: 10px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #363C41;
    /* -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--text-grey-25-c-666-e, #5c666e); */
    outline: none;
    background: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../../content/dam/balic-web/images/home-banners/down-arrow-black.svg) white no-repeat 96% !important;
    /* -webkit-text-stroke:inherit; */
    /* -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--text-grey-25-c-666-e, #5c666e); */
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn .ngconfinputyn-div {
    display: flex;
    gap: 20px;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn .ngconfinputyn-div .inputyn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid #666666;
    border-radius: 10px;
    background: #fff;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn .ngconfinputyn-div .inputyn .dot {
    background: #666666;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.newhro-mobilecon .nhmcon-formdev .ngconform-details .ngconfinput-yn .ngconfinputyn-div .inputyn span {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}


.newhro-mobilecon .nhmcon-formdev button {
    background-color: #FF6F00;
    padding: 16px;
    outline: none;
    border: none;
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: 50%;
    align-self: center;
    cursor: pointer;
}


/* form display show hide */

.nhmcon-fillform {
    /* display: none; */
}

.ngconform-details {
    display: none;
}

/* diabetic question */
.spg_campaign_popup .modal,
.spg_campaign_popup .modal2,
.spg_campaign_popup .modal3,
.spg_campaign_popup .modal4 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.spg_campaign_popup .modal-content {
    margin: auto;
    padding: 35px;
    border: 1px solid #888;
    width: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.spg_campaign_popup .modal-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    text-align: center;
    color: #4F4F4F;
}

.spg_campaign_popup .modal-content input {
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 6px;
    padding: 10px 50px;
    margin: 40px 20px 15px;
    cursor: pointer;
}

.spg_campaign_popup .modal2 .modal-content input,
.spg_campaign_popup .modal3 .modal-content input,
.spg_campaign_popup .modal4 .modal-content input {
    font-size: 16px;
    padding: 10px 12px;
}

.spg_campaign_popup input:hover {
    border: 2px solid #F89C30;
    color: #0072BC;
}

/* The Close Button */
.spg_campaign_popup .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.spg_campaign_popup .close:hover,
.spg_campaign_popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Homepage Video Popup */
.banner_video_wrapper {
    box-shadow: 0px 0px 4px 0px #0342631F;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 72%;
    z-index: 999;
    cursor: pointer;
}

.video_close_btn {
    position: absolute;
    z-index: 1000;
    color: #fff;
    top: 20px;
    right: 21px;
    font-size: 18px;
    background: #302c24;
    border-radius: 50px;
    padding: 5px 10px;
}

/* Homepage Video Popup */


/* ---Homepage left align drawer-- */
.left_align_bannerdrawer,
.right_align_bannerdrawer {
    display: flex;
    position: fixed;
    /* bottom: 0; */
    left: 0;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

.right_align_bannerdrawer {
    left: unset !important;
    right: 0;
}

.drawer {
    position: fixed;
    left: -250px;
    transition: left 0.3s ease;
    z-index: 1000;
}

.drawerrigth {
    position: fixed;
    right: -250px;
    transition: right 0.3s ease;
    z-index: 1000;
}

.drawer.open {
    left: 46px;
}

.drawerrigth.open2 {
    right: 0;
}


.strip_visible {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 12px;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    right: 0;
    transition: right 0.3s ease;
}

.strip_visible.stripopen2 {
    position: relative;
    right: 211px;
    transition: right 0.3s ease;
}

.rotateicon {
    rotate: 180deg;
}

.strip_visible p {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #005DAC;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    rotate: 180deg;
}

#openBtn_right .strip_visible {
    border-radius: 10px 0px 0px 10px;
    min-height: 212px;
}

.strip_visible_item {
    display: flex;
    gap: 4px;
}

.strip_visible_item p {
    font-size: 8px !important;
    font-weight: 400 !important;
    line-height: 9.48px !important;
}

.three_icon_strip .strip_visible {
    padding: 24px 12px 24px 6px !important;
}

.newhe-title img {
    display: none;
}

.supmtoph3 {
    font-size: 12px;
    position: relative;
    bottom: 8px;
}

.weboxitem sup {
    font-size: 8px !important;
}

.nhcd-head {
    display: none;
}

.banner_ribbon {
    background-color: #f58634;
    color: #fff;
    padding: 4px 14px 4px 7px;
    font-size: 12px;
    border: 1px solid #fff;
}

.banner_ribbon b {
    font-size: 13px;
    font-weight: 600;
}

.banner_ribbon sup {
    font-size: 8px;
}

.ribbon_square {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background: #ececec;
    /* top: 20px; */
    border: 1px solid #fff;
    rotate: 225deg;
    margin-left: 6px;
    z-index: 2;
    border-left: none;
    border-bottom: none;
    left: 22px;
    top: 2px;
}

@media (max-width:767px) {
    .supmtoph3 {
        font-size: 10px;
        position: relative;
        bottom: 4px;
    }

    .newhro-mobilecon .nhmcon-details .h6 {
        line-height: 20px;
    }

    /* .dob-classmob input[type="date"].not-has-value::before {
        display: none;
    } */

    /* .newhro-mobilecon .newhero-toplebel .newhero-two p {
        width: 120vw;
    }
    .newhero-toplebel .toplebelone .labletimer {
        width: 32%;
    } */
    .newhero-toplebel .toplebelone .labletimer {
        font-size: 14px;
        text-align: center;
    }
    .newhero-toplebel .toplebelone .labletimer {
        width: 40%;
        z-index: 9 !important;
    }
}

/* ---Homepage left align drawer-- */




.newhero-subform .subform-box .ngconfinput{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newhero-subform .subform-box .ngconfinput input {
    width: 100%;
}
.calender_icon {
    position: static;
    transform: unset;
    pointer-events: auto;
}

.newhero-toplebel .toplebelone .toplebelone-first {
    flex-direction: row-reverse;
    gap: 12px;
}
.newhero-container .newhero-toplebel .new-toplebelbox {
    margin: 0 20px 0 60px;
}
.newhero-container .newhero-toplebel .toplebelone-first p {
    animation: unset;
    animation-play-state: unset;
    text-align: left;
}
.newhero-toplebel .toplebelone .labletimer {
    width: 17%;
    text-align: center;
}

@media (max-width:767px) {
    .newhero-toplebel .toplebelone .labletimer {
        width: 40%;
    }
    .newhro-mobilecon .newhero-toplebel .toplebelone-first p {
        animation: unset;
        animation-play-state: unset;
    }
}

.sessionresu-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
}

.sessionresu-cont .sessionresu-box {
    box-shadow: 0px 8px 30px 0px #9CA0C540;
    background: #FFFFFF;
    padding: 20px 26px 30px 26px;
    margin: 54px 0px 20px 0px;
    height: fit-content;
    width: 70%;
    border-radius: 16px;
    position: relative; 
}

.sessionresu-cont .sessionresu-box .sessionresu-top {
    background: linear-gradient(180deg, #A5CEE3 0%, #DAEFFA 100%);
    padding: 20px 40px;
    border-radius: 16px;
}

.sessionresu-cont .sessionresu-box .sessionresu-top .name_user {
    color: #005EAC;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
}

.sessionresu-cont .sessionresu-box .sessionresu-top .h5 {
    color: #005EAC;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
}

.sessionresu-cont .sessionresu-box .sessionresu-top p {
    color: #4F4F4F;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
}

.sessionresu-cont .sessionresu-box .sessionres-main {
    margin-top: 28px;
    display: flex;
}



.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessresitems {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 15px;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px;
    position: relative;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard-main {
    position: relative;
}
.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard-main .sellnumline {
    height: 40px;
    border: 1.5px dashed #4F4F4F;
    position: absolute;
    top: 41px;
    left: 23px;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard-main:last-child .sellnumline {
    border: none !important;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard span {
    color: #4F4F4FCC;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #4F4F4FCC;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard p {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4FCC;
}

.sessionresu-cont .sessionresu-box .sessres-left a {
    background: linear-gradient(90deg, #FF6700 0%, #FF8900 100%);
    border: 1px solid #FF6700;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    margin-top: 24px;
}
.sessionresu-cont .sessionresu-box .sessres-left a {
    color: #FFFFFF;

}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-right {
    position: absolute;
    width: 330px;
    bottom: -4px;
    left: 48%;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-right .fordesk {
    width: 100%;
    height: 100%;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-right .formob {
    display: none;
}


/* active classes */
.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_active .sellnumline {
    border: 1.5px solid #005EAC;
}
.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_active .sessrelcard span {
    color: #fff;
    font-weight: 900;
    background: linear-gradient(90deg, #0377CD 0%, #1E96EE 100%); 
    border: none;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_active .sessrelcard p {
    color: #005EAC;
}
.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_activebg  {
    background: #EEF7FC;
    border: 0.5px solid #007EAC;
    border-radius: 12px;
    width: fit-content;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_activebg span {
    color: #fff;
    font-weight: 900;
    background: linear-gradient(90deg, #0377CD 0%, #1E96EE 100%); 
    border: none;
}

.sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard_activebg  p {
    color: #005EAC;
    font-weight:500 ;
}

@media screen and (max-width:770px) {
    .sessionresu-cont .sessionresu-box {
        padding: 10px 10px 32px 10px;
        width: 90%;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-right .fordesk{
        display: none;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-right .formob{
        display: block;
        width: 100%;
        height: 100%;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-right {
        position: absolute;
        width: unset;
        bottom: 18%;
        left: 68%;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard {    
        gap: 10px;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard .sellcard-num {
        height: 20px;
        width: 20px;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard .sellcard-num .sellnumline {
        height: 36px;
        top: 20px;
    }
    .sessionresu-cont .sessionresu-box .sessionres-main .sessres-left .sessrelcard .sellcard-num span {
        font-size: 12px;
    }
    .sessionresu-cont .sessionresu-box .sessionresu-top {
        padding: 12px 16px;
    }
    .sessionresu-cont .sessionresu-box .sessionresu-top .name_user {
        font-size: 14px;
    }
    .sessionresu-cont .sessionresu-box .sessionresu-top .h5 {
        font-size: 14px;
    }
   
    .sessionresu-cont .sessionresu-box .sessionresu-top p {
        font-size: 10px;
        margin-top: 8px;
    }

    .sessionresu-cont .sessionresu-box .sessres-left a {
        width: 70vw;
    }
    .newhro-mobilecon .newsecbox-bottom .newsecbox-item span {
        height: 40px !important;
    }
    .newsecbox-bottom .newsecbox-item {
        min-height: 145px !important;
    }
    
}
.session-submit{
    cursor: pointer;
}

