<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.institute-banner-form {
    padding: 30px 30px 30px;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    margin: 0 0 0 auto;
}
.institute-banner-form h4 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 15px;
}
.pte-voucher-inner {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.pte-voucher-left {
    width: 50%;
}
.pte-voucher-right {
    flex: 0 0 50%;
    text-align: right;
    width: 50%;
}
.input-box-outer-half {
    display: flex;
    column-gap: 24px;
}
.institute-banner-form form{
    position: relative;
    z-index: 1;
}.input-box-outer.input-box-tel .floating-label label {
    left: 144px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}
.iti__selected-flag {
    background-color: #edf1fb !important;
    width: 100px;
    /* border: 1px solid #e0e0e4; */
    border-radius: 10px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
input#voucherPhoneNumber {
    margin-left: 124px;
    padding: 19px 20px !important;
    width: calc(100% - 124px);
}
.institute-banner-form button {
    width: 100%;
}
.pte-voucher-checkbox {
    text-align: left;
    margin-bottom: 30px;
}
.pte-voucher-checkbox h4 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 14px;
}
.input-checkbox input {
    width: 24px;
    height: 24px;
    background-color: #edf1fb;
    appearance: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
}
.input-checkbox label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}
.input-checkbox {
    margin-bottom: 14px;
}
.input-checkbox:last-child {
    margin-bottom: 0px;
}
.input-checkbox input[type="checkbox"]:checked {
    background-color: #0d56f9;
    background-image: url(../svg/white-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.pte-voucher-left-content {
    max-width: 590px;
}
.pte-voucher-left-content p {
    max-width: 500px;
    margin: 20px 0 60px;
    line-height: 180%;
}
.pte-voucher-left-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 16px;
}
.pte-voucher-left-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #212121;
}
.pte-voucher-left-content ul {
    line-height: 250%;
    font-size: 16px;
}
.input-box-outer-half .floating-label {
    width: 50%;
}
.product-work-box {
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-work-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    margin-bottom: 80px;
    /* background-color: #dfeaf6;
    padding: 30px;
    border-radius: 20px; */
    background-image: none !important;
}
.product-work-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    width: 100%;
    position: relative;
}
.product-work-box-left {
    max-width: 576px;
}
.product-work-box-left h3 {
    font-size: 100px;
    font-weight: 600;
    font-family: 'pt-sans';
    color: rgb(13 86 249 / 10%);
}
.product-work-box-left p {
    line-height: 200%;
}
/* div#section2 {
    background: #dfe6f7;
} */
.product-work-box.product-work-box-rotate .product-work-box-inner {
    flex-direction: row-reverse;
}
/* div#section2 {
    background: #dfe6f7;
} */
.product-work-box:last-child {
    margin-bottom: 0;
}

.institute-banner-call a {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #1A202C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
}
span.call-icon-box {
    background: #0d56f9;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    animation: oscillate-rotation 2s infinite ease-in-out;
    transform-origin: 50% 50%;
    margin-right: 10px;
    flex: 0 0 50px;
}
.institute-banner-call .blue {
    font-weight: 600;
}
span.call-icon-box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #0d56f9;
    opacity: 0.5;
    animation: ring-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
span.call-icon-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(13, 86, 249, 0.5);
    border-radius: 50%;
    border: none;
    animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
@keyframes ring-circle-anim {
    0% {
      transform: rotate(0) scale(1.1) skew(0deg);
      opacity: 0;
    }
    30% {
      transform: rotate(0) scale(1.5) skew(0deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1.7) skew(0deg);
      opacity: 0.1;
    }
}
@keyframes ring-circle-fill-anim {
    0% {
      transform: rotate(0) scale(1) skew(0deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1.4) skew(0deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(1.1) skew(0deg);
      opacity: 0.2;
    }
}
@keyframes oscillate-rotation {
    0% {
      transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(0deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(0deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(0deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(0deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(0deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(0deg);
    }
}
.pte-voucher-list-box h3 {
    /* color: #fff; */
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.product-work-box-inner.product-work-box-rotate {
    flex-flow: row-reverse;
}
.pte-voucher-list-box ul {
    display: flex;
    text-align: center;
    column-gap: 24px;
    flex-flow: wrap;
    row-gap: 24px;
}
.pte-voucher-list-box ul li {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    width: calc(25% - 18px);
    padding: 30px;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
}
.pte-voucher-list-box ul li svg {
    width: 40px;
    height: auto;
}
/* .product-work-box-right {
    background: #ebf2ff;
    padding: 24px;
    border-radius: 10px;
} */
.pte-voucher-list-box ul li:first-child{
    background-color: #ffb91d21;
}
.pte-voucher-list-box ul li:nth-child(2){
    background-color: #129c061c;
}
.pte-voucher-list-box ul li:nth-child(3){
    background-color: #0d56f91a;
}
.pte-voucher-list-box ul li:nth-child(4) {
    background-color: #8c0c9026;
}
.pte-voucher-list-box ul li p span {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.pte-voucher-list-box ul li p span svg{
    width: 20px;
    height: 20px;
}
.pte-voucher-list-box ul li a {
    color: #0d56f9;
}
.pte-voucher-list-box ul li p {
    max-width: 210px;
}
p#notification-msg-checkout {
    text-align: center;
}

/*---duoling0---*/
.duolingo-voucher-page .blue {
    color: #ffc800 !important;
}
.duolingo-voucher-page .bg-gray {
    background-color: #ffd9ab4d;
}
.duolingo-voucher-page .pte-voucher-list-box ul li {
    box-shadow: none;
    border: 1px solid #ffd9ab;
}
.duolingo-voucher-page span.call-icon-box {
    background: #083156;
}
.duolingo-voucher-page span.call-icon-box:before {
    background-color: rgb(8 53 102 / 50%);
}
.duolingo-voucher-page span.call-icon-box:after {
    border-color:  #083156;
}
.duolingo-voucher-page .institute-banner-form button.comman-btn:before {
    background-color: #083156;
}
.duolingo-voucher-page .institute-banner-form button.comman-btn {
    width: 100%;
    border-color: #083156;
    color: #fbe56d;
}
.duolingo-voucher-page .institute-banner-form .comman-btn:hover {
    color: #083156;
}
.duolingo-voucher-page .floating-select, .duolingo-voucher-page .floating-label input, .duolingo-voucher-page .floating-label textarea  {
    background: #ffd9ab4d;
}
.duolingo-voucher-page .iti__selected-flag {
    background-color: #ffd9ab4d !important;
}
.duolingo-product.main-cta .custom-institute-software-inner {
    background-color: #ffc800;
    background-image: url(../svg/duolingo-cta-bg.svg);
}
.comman-btn.yellow-comman-btn:after {
    border-color: #083156 !important;
}
.comman-btn.yellow-comman-btn::before {
    background-color: #083156 !important;
}
.comman-btn.yellow-comman-btn {
    color: #ffc800 !important;
    border-color: #083156 !important;
}
.comman-btn.yellow-comman-btn:hover {
    color: #083156 !important;
}
.duolingo-product.main-cta .custom-institute-software-inner .main-heading h2 {
    color: #083156;
}
.duolingo-product.main-cta .custom-institute-software-inner .main-heading p {
    color: #3d4d5c;
}
.duolingo-voucher-page .product-work-box-left h3 {
    color: rgb(214 241 254);
}
.duolingo-voucher-page .faq-accordion__entry-body p a, .duolingo-voucher-page .faq-accordion__entry.is-expanded .faq-accordion__entry-header-link {
    color: #ffc800;
}
.duolingo-voucher-page .faq-accordion__entry.is-expanded .accordion-header-icon svg path {
    stroke: #ffc800;
}
.duolingo-voucher-details-box {
    background-color: #f0faff;
    background-color: #ffd9ab4d;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    column-gap: 40px;
}
.duolingo-voucher-details-box-right img {
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 2;
}
.duolingo-voucher-details-box-left h4 {
    color: #4E4E51;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
}
.duolingo-voucher-details-box-left {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.duolingo-voucher-details-box-left p {
    line-height: 200%;
    margin: 16px 0 24px;
}
.duolingo-voucher-details-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.duolingo-voucher-details-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duolingo-voucher-details-bg img {
    opacity: 0.3;
}
.duolingo-voucher-page .institute-banner-form button.comman-btn::after {
    border-color: #083156;
}
.certificate-modal-inner.voucher-popup img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}
.certificate-modal-inner {
    padding: 20px;
    max-width: 800px;
    width: 100%;
}

@media(max-width:1200px){
    .product-work-box-left {
        max-width: 50%;
    }
    .duolingo-voucher-details-box-left {
        max-width: 480px;
    }
    .duolingo-voucher-details-box-right img {
        max-width: 450px;
    }
}

@media(max-width:991px){
    .pte-voucher-inner {
        row-gap: 80px;
        flex-flow: wrap;
    }
    .pte-voucher-left {
        width: 100%;
    }
    .pte-voucher-left-content {
        max-width: 100%;
    }
    .institute-banner-form {
        max-width: 100%;
    }
    .pte-voucher-right {
        flex: 0 0 100%;
        width: 50%;
    }
    .pte-voucher-left-content p {
        max-width: 100%;
    }
    .pte-voucher-list-box ul li {
        width: calc(50% - 12px);
    }
    .duolingo-voucher-details-box {
        flex-flow: column-reverse;
        row-gap: 24px;
    }
    .duolingo-voucher-details-box-left {
        max-width: 100%;
    }
}

@media(max-width:767px){
    .institute-banner-form h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pte-voucher-inner {
        row-gap: 60px;
        flex-flow: wrap;
    }
    .pte-voucher-left-content p {
        margin: 20px 0 30px;
    }
    .pte-voucher-left-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 16px;
    }
    .institute-banner-form {
        padding: 24px;
    }
    .product-work-box-left {
        max-width: 100%;
    }
    .product-work-box-inner {
        flex-flow: wrap;
        row-gap: 40px;
    }
    .product-work-box-right {
        width: 100%;
        text-align: center;
    }
    .product-work-box-inner.product-work-box-rotate {
        flex-flow: wrap;
    }
    .product-work-box {
        margin-bottom: 40px;
    }
    .product-work-box-left h3 {
        font-size: 64px;
    }
    .duolingo-voucher-details-box-right img {
        max-width: 300px;
    }
    .duolingo-voucher-details-box-left h4 {
        font-size: 24px;
    }
    .duolingo-voucher-details-box-left p {
        line-height: 200%;
        margin: 10px 0 18px;
    }
}

@media(max-width:576px){
    .pte-voucher-list-box ul li {
        width: calc(100% - 0px);
    }
}
</pre></body></html>