.institute-banner {
    background: var(--blue-color);
    position: relative;
    margin-bottom: 161px;
}
.institute-banner-bg {
    position: absolute;
    display: flex;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.institute-banner-bg svg {
    width: 100%;
    height: auto;
}
.institute-banner-content {
    position: relative;
    z-index: 1;
}
.institute-banner-content h1 {
    color: var(--white-color);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    max-width: 733px;
    margin: 0 auto;
}
.institute-banner-content p {
    color: var(--colorE9E9E9);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 615px;
    margin: 20px auto 0;
}
.institute-form {
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    background: var(--colorFFEA97);
    padding: 54px 30px;
    width: calc(100% - 30px);
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%);
}
.institute-form-outer {
    display: flex;
    align-items: center;
    gap: 30px;
}
.institute-banner-inner {
    position: relative;
    padding: 70px 0 146px;
}
button#submit-instute-sortware {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
    cursor: pointer;
}
.institute-banner .container {
    position: relative;
}
.input-box-tel .floating-label  label {
    left: 98px !important;
}
.floating-label > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.input-box-outer {
    width: 100%;
}
.floating-label input#phoneNumber {
    padding-left: 98px !important;
}
.input-box-outer  .iti__country-container:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 38px;
    width: 1px;
    background: var(--light-black20);
    display: flex;
    z-index: 1;
}
.input-box-outer .iti__arrow {
    position: absolute;
    right: 0;
    border: 0;
    background-image: url(../images/down-arrow.svg);
}
button.iti__selected-country {
    width: 88px;
}
.input-box-outer .iti__arrow {
    position: absolute;
    right: 6px;
    border: 0;
    background-image: url(../images/down-arrow.svg);
    width: 10px;
    height: 8px;
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-box-outer .iti .iti__selected-dial-code {
    margin-left: 0 !important;
    color: var(--light-black40);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover{
    background-color: transparent;
}
.institute-software-top {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.institute-software-top .heading {
    text-align: left !important;
    margin-bottom: 0;
    width: 100%;
}
.institute-software .heading h2{
    text-align: left;
}
.institute-software .heading p{
    text-align: left;
    margin: 0 0 32px;
}
.institute-software-top-outer {
    width: 100%;
    display: flex;
    gap: 30px;
}
.institute-software-top-content {
    width: 50%;
    border-radius: 30px;
    background: var(--colorEDEDED);
    padding: 25px;
}
.institute-software-top-icon {
    border-radius: 15px;
    background: var(--main-color);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.institute-software-top-content h3 {
    color: var(--dark-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 20px 0 10px;
}
.institute-software-top-content p {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.institute-software-top-img {
    width: 50%;
    display: flex;
}
.institute-software-top-img img {
    width: 100%;
    height: auto;
}
.institute-software-bottom {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.institute-software-right {
    width: 290px;
    border-radius: 30px;
    background: var(--blue-color);
    padding: 40px 30px;
    text-align: center;
}
.institute-software-left {
    width: calc(100% - 320px);
    border-radius: 30px;
    background: var(--blue-color);
    padding: 63px 30px 30px;
    position: relative;
    overflow: hidden;
}
.institute-software-left .institute-software-left-img {
    position: absolute;
    top: auto;
    right: -12px;
    bottom: -28px;
    width: 100%;
    max-width: 632px;
}
.institute-software-left .heading {
    text-align: left;
    margin: 0;
    max-width: 400px;
}
.institute-software-left h2, .institute-software-left p {
    color: var(--white-color) !important;
}
.institute-software-right-top {
    border: 2px solid var(--color79FF04);
    height: 156px;
    width: 156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50%;
    position: relative;
}
.institute-software-right-top p {
    color: var(--white-color);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.institute-software-right-top small {
    color: var(--white-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 5px;
}
span.institute-software-right-icon-box {
    border-radius: 80px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 5px 9px;
    gap: 5px;
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
span.institute-software-right-icon {
    width: 23px;
    height: 23px;
    background: var(--colorD9D9D9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.line {
    width: 51.039px;
    height: 1px;
    display: flex;
    background: var(--white-color);
}
span.institute-software-right-icon-box:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color79FF04);
    top: -3px;
    right: 4px;
}
.institute-software-right-middle {
    width: 120px;
    height: 120px;
    background: var(--colorE7FFA5);
    border-radius: 50%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.institute-software-right-middle p {
    color: var(--black-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.institute-software-right-middle small {
    color: var(--black-color);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 70%;
    display: block;
}
.institute-software-right-bottom {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--white-color);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.institute-software-right-bottom p {
    color: var(--black-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.institute-software-right-bottom small {
    color: var(--black-color);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.institute-software-left-crd-box {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 50px;
    border: 1px solid var(--colorE7FFA6);
    padding: 6px 13px 6px 6px;
    color: var(--white-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: absolute;
    width: 160px;
    white-space: nowrap;
}
.institute-software-left-crd-box.cost-effective {
    left: 130px;
    bottom: 600px;
}
.institute-software.active .institute-software-left-crd-box.cost-effective {
    animation: fs-circle1 2s forwards ease-out ;
}
@keyframes fs-circle1 {
    0% { bottom: 600px; transform: rotate(0deg);}
    60% { bottom: 130px; transform: rotate(15deg); }
    80% { bottom: 170px; transform: rotate(-15deg); }
    100% { bottom: 150px; transform: rotate(15deg); }
}
.institute-software-left-crd-box.customizable {
    border: 1px solid var(--colorA6CAFF);
    left: 10px;
    bottom: 600px;
}
.institute-software.active .institute-software-left-crd-box.customizable {
    animation: fs-circle2 1.6s forwards ease-out ;
}
@keyframes fs-circle2 {
    0% { bottom: 600px; transform: rotate(0deg);}
    60% { bottom: 90px; transform: rotate(5deg); }
    80% { bottom: 130px; transform: rotate(-5deg); }
    100% { bottom: 110px; transform: rotate(0deg); }
}
.institute-software-left-crd-box.easy-to-use {
    border: 1px solid var(--white-color);
    transform: rotate(-15deg);
    left: 156px;
    bottom: 600px;
}
.institute-software.active .institute-software-left-crd-box.easy-to-use {
    animation: fs-circle3 1.3s forwards ease-out ;
}
@keyframes fs-circle3 {
    0% { bottom: 600px; transform: rotate(0deg);}
    60% { bottom: 60px; transform: rotate(5deg); }
    80% { bottom: 90px; transform: rotate(15deg); }
    100% { bottom: 75px; transform: rotate(-15deg); }
}
.institute-software-left-crd-box.multiple-products {
    border: 1px solid var(--colorFFC5A6);
    transform: rotate(0deg);
    bottom: 600px;
    left: 7px;
    width: 182px;
}
.institute-software.active .institute-software-left-crd-box.multiple-products {
    animation: fs-circle4 1s forwards ease-out ;
}
@keyframes fs-circle4 {
  0% { bottom: 600px; transform: rotate(0deg);}
  60% { bottom: 10px; transform: rotate(-5deg); }
  80% { bottom: 40px; transform: rotate(-15deg); }
  100% { bottom: 24px; transform: rotate(15deg); }
}
.trusted-logo-outer {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1350px;
}
.trusted-logo-outer::after, .trusted-logo-outer::before {
    background: linear-gradient(to right, var(--white-color) 0, var(--light-black0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
}
.trusted-logo-outer::before {
    left: 0;
    top: 0;
}
.trusted-logo {
    -webkit-animation: 40s linear infinite scroll;
    animation: 40s linear infinite scroll;
    display: flex;
    width: calc(250px * 20);
}
@-webkit-keyframes scroll {
    0% {transform: translateX(0)}
    100% {transform: translateX(calc(-250px * 10))}
}
@keyframes scroll {
    0% {transform: translateX(0)}
    100% {transform: translateX(calc(-250px * 10))}
}
.trusted-logo-box {
    width: 20%;
    text-align: center;
    justify-content: center;
}
.trusted-by {
    text-align: center;
    margin-top: 70px;
}
.trusted-by p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 50px;
}
.pte-software-inner {
    display: flex;
    gap: 30px;
}
.pte-software-box {
    border-radius: 30px;
    background: var(--colorEDEDED);
    padding: 30px;
    width: 100%;
}
.pte-software-box-title {
    display: inline-flex;
    align-items: center;
    border-radius: 15px;
    background: var(--blue-color);
    width: 300px;
    color: var(--white-color);
    font-family: var(--font-family-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.pte-software-box-title-icon {
    border-radius: 10px 0 0 10px;
    background: var(--white-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.pte-software-box h3 {
    color: var(--dark-blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    max-width: 488px;
    margin: 30px 0 20px;
}
.pte-software-box small {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.pte-software-box.pte-software-right .pte-software-box-title {
    background: var(--main-color);
}
.pte-software-box ul li {
    border-radius: 15px;
    background: var(--colorD9D9D9);
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 20px;
}
.your-institute {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 52px;
}
.your-institute-content h3 {
    color: var(--dark-blue);
    font-family: var(--font-family-heading);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.your-institute-content,
.your-institute-img {
    width: 100%;
}
.your-institute-content p {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 20px;
}
.your-institute-img {
    display: flex;
}
.your-institute-img img {
    width: 100%;
}
.test-prep-slider .trusted-logo-outer {
    max-width: 512px;
}
.test-prep-slider .trusted-logo {
    -webkit-animation: 20s linear infinite scroll2;
    animation: 20s linear infinite scroll2;
    display: flex;
    width: calc(50px * 20);
    gap: 20px;
}
@-webkit-keyframes scroll2 {
    0% {transform: translateX(0)}
    100% {transform: translateX(calc(-50px * 10))}
}
@keyframes scroll2 {
    0% {transform: translateX(0)}
    100% {transform: translateX(calc(-50px * 10))}
}
.trusted-logo-box span {
    border-radius: 90px;
    background: var(--blue-color);
    color: var(--white-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 5px 17px;
    display: flex;
    align-items: center;
}
.test-prep-slider .trusted-logo-outer::after, 
.test-prep-slider .trusted-logo-outer::before{
    display: none;
}
.test-prep-slider .trusted-by {
    margin-top: 50px;
}
.test-prep-inner {
    display: flex;
    gap: 30px;
    border-radius: 40px;
    background: var(--colorEDEDED);
    padding: 30px;
    margin: 50px auto 0;
    max-width: 960px;
    width: 100%;
}
.test-prep-content {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test-prep-content h3 span {
    width: 50px;
    flex:0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue-color);
    border-radius: 50%;
}
.test-prep-content h3 span svg {
    width: 28px;
    height: auto;
}
.test-prep-content h3 span svg path{
    fill: var(--blue-color);
}
.test-prep-content h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--black-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
}
.test-prep-content p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.test-prep-box {
    width: 39.66%;
    border-radius: 20px;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
    padding: 40px;
}
.test-prep-img {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-prep-box .institute-software-left-crd-box.cost-effective {
    left: 130px;
    border: 1px solid var(--color5E0083);
    background: var(--colorE7EFFB);
}
.test-prep-box .institute-software-left-crd-box.customizable {
    border: 1px solid var(--color2E8300);
    background: var(--colorE7EFFB);
    left: 10px;
}
.test-prep-box .institute-software-left-crd-box.easy-to-use {
    border: 1px solid var(--colorEA2D3F);
    background: var(--colorE7EFFB);
    transform: rotate(-15deg);
    left: 156px;
}
.test-prep-box .institute-software-left-crd-box.multiple-products {
    border: 1px solid var(--blue-color);
    background: var(--colorE7EFFB);
    transform: rotate(0deg);
    left: 7px;
    width: 182px;
}
.test-prep.active .institute-software-left-crd-box.cost-effective {
    animation: fs-circle11 2s forwards ease-out;
    width: 210px;
    left: 35px;
    color: var(--color5E0083);
}
@keyframes fs-circle11 {
    0% { bottom: 450px; transform: rotate(0deg);}
    60% { bottom: 130px; transform: rotate(4deg); }
    80% { bottom: 180px; transform: rotate(-8.951deg); }
    100% { bottom: 160px; transform: rotate(4.951deg); }
}
.test-prep.active .institute-software-left-crd-box.customizable {
    animation: fs-circle22 1.6s forwards ease-out;
    color: var(--color2E8300);
    width: 170px;
}
@keyframes fs-circle22 {
    0% { bottom: 450px; transform: rotate(0deg);}
    60% { bottom: 90px; transform: rotate(-2deg); }
    80% { bottom: 130px; transform: rotate(5.808deg); }
    100% { bottom: 110px; transform: rotate(-5.808deg); }
}
.test-prep.active .institute-software-left-crd-box.easy-to-use {
    animation: fs-circle33 1.3s forwards ease-out;
    color: var(--colorEA2D3F);
    left: 74px;
    width: 170px;
}
@keyframes fs-circle33 {
    0% { bottom: 450px; transform: rotate(0deg);}
    60% { bottom: 60px; transform: rotate(3deg); }
    80% { bottom: 30px; transform: rotate(-10.554deg); }
    100% { bottom: 57px; transform: rotate(10.554deg); }
}
.test-prep.active .institute-software-left-crd-box.multiple-products {
    animation: fs-circle44 1s forwards ease-out;
    color: var(--blue-color);
    width: 120px;
}
@keyframes fs-circle44 {
  0% { bottom: 450px; transform: rotate(0deg);}
  60% { bottom: 0px; transform: rotate(2deg); }
  80% { bottom: 30px; transform: rotate(6.503deg); }
  100% { bottom: 20px; transform: rotate(-6.503deg); }
}
.test-prep .institute-software-left-card {
    border-radius: 20px;
    border: 1px solid var(--colorEDEDED);
    background: var(--colorEDEDED);
    height: 255px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.test-prep-box:before {
    position: absolute;
    content: "";
    border-radius: 50px;
    background: var(--colorC084FF);
    width: 208px;
    height: 255px;
    top: -57px;
    right: -38px;
}
.five-star {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}
.student-say-box{
    position: relative;
}
.student-say-box.slick-current .five-star path{
    fill: var(--white-color);
}
.date {
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font-family-heading);
    margin-top: 20px;
}
.student-say-box.slick-current .date {
    display: none;
}
.student-say-title.student-say-title-bottom{
    position: relative;
}
.student-say-title.student-say-title-bottom .date {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    color: var(--white-color);
    display: none;
}
.student-say-box.slick-current .student-say-title.student-say-title-bottom .date {
    display: block;
}
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
.institute-form-text {
    position: absolute;
    top: -114px;
    display: flex;
    width: 195px;
    left: -50px;
}
.institute-form-text p {
    color: var(--white-color);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    position: relative;
}
span.institute-form-text-arrow {
    position: absolute;
    right: 20px;
    top: 27px;
}
span.tree-line-icon svg {
    position: absolute;
    top: -5px;
    left: -8px;
}
.floating-label input {
    background: var(--white-color) !important;
    padding-left:51px !important;
}
.floating-label label{
    left: 51px !important;
}

@media(max-width: 1400px){
    .institute-form-text {
        position: absolute;
        top: -114px;
        display: flex;
        width: 165px;
        left: 0;
    }
    .institute-banner-content p {
        max-width: 495px;
    }
}
@media(max-width: 1350px){
    .five-star svg {
        width: 90px;
        height: auto;
    }
    .five-star {
        right: 12px;
        top: 10px;
    }
    .institute-banner-content h1 {
        font-size: 42px;
    }
    .institute-banner-content p {
        font-size: 16px;
        margin: 16px auto 0;
    }
    .institute-form {
        padding: 44px 26px;
        bottom: -55px;
    }
    .institute-banner-inner {
        padding: 60px 0 136px;
    }
    .institute-banner {
        margin-bottom: 141px;
    }
    .institute-form-outer {
        gap: 24px;
    }
    .pte-software-box h3 {
        font-size: 30px;
        margin: 26px 0 18px;
    }
    .pte-software-box ul li {
        gap: 16px;
        margin-top: 24px;
        font-size: 16px;
        padding: 18px;
    }
    .your-institute-content h3 {
        font-size: 32px;
    }
    .trusted-by {
        margin-top: 50px;
    }
    .test-prep-inner {
        gap: 24px;
        padding: 24px;
        margin: 40px auto 0;
    }
    .pte-software-inner {
        gap: 24px;
    }
    .institute-software-top-outer {
        gap: 24px;
        width: 604px;
        flex: 0 0 604px;
    }
    .institute-software-bottom {
        gap: 24px;
        margin-top: 24px;
    }
    .institute-software-left {
        width: calc(100% - 314px);
    }
    .institute-software-left .institute-software-left-img {
        max-width: 62%;
        right: -8px;
        bottom: -18px;
    }
    .your-institute {
        gap: 24px;
        margin-top: 40px;
    }
    .test-prep-content h3 {
        gap: 12px;
        font-size: 22px;
        margin-bottom: 18px;
    }
    .test-prep-content h3 span {
        width: 40px;
        flex:0 0 40px;
        height: 40px;
    }
    .test-prep-content h3 span svg {
        width: 24px;
    }
    .pte-software-box {
        padding: 24px;
    }
}
@media (max-width: 1200px) {
    .institute-form {
        padding: 30px 24px 40px;
        bottom: -55px;
    }
    .institute-banner-inner {
        padding: 50px 0 116px;
    }
    .institute-banner {
        margin-bottom: 121px;
    }
    .institute-banner-content h1 {
        font-size: 38px;
    }
    .test-prep-box {
        padding: 30px;
    }
    .test-prep-box {
        width: 320px;
        flex: 0 0 320px;
        border-radius: 20px;
        background: var(--white-color);
        position: relative;
        overflow: hidden;
        padding: 30px;
    }
    .institute-software-top {
        gap: 24px;
    }
}
@media(max-width: 991px){
    .institute-software-right {
        width: 220px;
        padding: 30px 20px;
    }
    span.institute-software-right-icon {
        width: 20px;
        height: 20px;
    }
    span.institute-software-right-icon-box {
        top: -10px;
        padding: 4px 8px;
        gap: 5px;
        font-size: 12px;
    }
    .institute-software-right-top {
        height: 136px;
        width: 136px;
        gap: 8px;
    }
    .institute-software-left {
        width: calc(100% - 244px);
    }
    .institute-software-top-img img {
        width: 220px;
        background: var(--blue-color);
        border-radius: 30px;
    }
    .institute-software-top-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }
    .institute-software-top-icon svg {
        width: 14px;
        height: auto;
    }
    .institute-software-top-content h3 {
        font-size: 14px;
        margin: 14px 0 6px;
    }
    .institute-software-top-content {
        width: 220px;
        border-radius: 30px;
        background: var(--colorEDEDED);
        padding: 18px;
    }
    .institute-software-top-img {
        width: 220px;
    }
    .institute-software-top-outer {
        gap: 24px;
        width: 464px;
        flex: 0 0 464px;
    }
    .institute-form {
        padding: 22px 14px 32px;
        bottom: -35px;
    }
    .institute-form-outer {
        gap: 10px;
        row-gap: 20px;
    }
    .floating-label > svg {
        left: 10px;
        width: 18px;
        height: 18px;
    }
    .iti__selected-country-primary {
        padding: 0 0 0 6px;
    }
    .input-box-outer .iti .iti__selected-dial-code {
        font-size: 12px;
    }
    .input-box-outer .iti__arrow {
        width: 8px;
        height: 6px;
        background-size: 8px;
    }
    button.iti__selected-country {
        width: 76px;
    }
    .floating-label input {
        padding-left: 36px !important;
    }
    .floating-label label{
        left: 36px !important;
    }
    .floating-label input#phoneNumber {
        padding-left: 85px !important;
    }
    .input-box-tel .floating-label label {
        left: 84px;
    }
    .institute-software-right-top p {
        font-size: 22px;
    }
    .institute-software-right-top small {
        font-size: 12px;
        margin-top: 3px;
    }
    .institute-software-right-middle p {
        font-size: 20px;
    }
    .institute-software-right-bottom p {
        font-size: 20px;
    }
    .institute-software-left-crd-box img {
        width: 30px;
    }
    .institute-software-left-crd-box {
        gap: 6px;
        padding: 5px 11px 5px 6px;
        font-size: 12px;
        width: 150px;
    }
    .institute-software-left-crd-box.multiple-products {
        width: 162px;
    }
    .pte-software-inner {
        flex-flow: wrap;
    }
    .pte-software-box h3 {
        font-size: 26px;
        margin: 24px 0 16px;
        max-width: 100%;
    }
    .pte-software-box ul li {
        gap: 12px;
        margin-top: 20px;
        font-size: 14px;
        padding: 14px;
    }
    .pte-software-box ul li img {
        width: 32px;
    }
    .pte-software-box-title-icon svg {
        width: 30px;
        height: 30px;
    }
    .pte-software-box-title-icon {
        width: 46px;
        height: 46px;
        margin-right: 13px;
    }
    .pte-software-box-title {
        border-radius: 12px;
        width: 270px;
        font-size: 14px;
    }
    .your-institute-content h3 {
        font-size: 28px;
    }
    .test-prep-inner {
        flex-flow: wrap;
        justify-content: center;
    }
    .test-prep-content {
        width: 100%;
    }
    .test-prep-img {
        width: 280px;
    }
    .test-prep-img img {
        width: 100%;
    }
    .test-prep-content h3 {
        gap: 10px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .test-prep-content h3 span {
        width: 36px;
        flex:0 0 36px;
        height: 36px;
    }
    .test-prep-content h3 span svg {
        width: 22px;
    }
    .pte-software-box small {
        font-size: 14px;
    }
    .institute-banner-content h1 {
        font-size: 34px;
    }
    .institute-form-text {
        display: none;
    }
}
@media(max-width: 767px){
    .institute-form-outer {
        flex-flow: wrap;
    }
    .input-box-outer {
        width: calc(50% - 5px);
    }
    .institute-form {
        padding: 22px 14px 30px;
        bottom: -75px;
    }
    .institute-software-top {
        flex-flow: wrap;
    }
    .institute-software-top .heading {
        max-width: 100%;
    }
    .institute-software-top-outer {
        width: 100%;
        flex: 0 0 100%;
    }
    .institute-software-top-content {
        width: 50%;
    }
    .institute-software-top-img {
        width: 50%;
        background: var(--blue-color);
        border-radius: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .institute-software-bottom {
        flex-flow: wrap;
    }
    .institute-software-right {
        width: 100%;
        padding: 30px 20px;
    }
    .institute-software-left {
        width: 100%;
        height: 380px;
        padding: 20px 20px 20px;
    }
    .institute-software-left .institute-software-left-img {
        max-width: 58%;
        right: 0;
        bottom: -10px;
    }
    .institute-software-left-crd-box img {
        width: 24px;
    }
    .institute-software-left-crd-box.cost-effective {
        left: 100px;
    }
    .institute-software-left-crd-box {
        padding: 5px 11px 5px 6px;
        font-size: 12px;
        width: 130px;
    }
    .institute-software-left-crd-box.easy-to-use {
        left: 106px;
    }
    .pte-software-box-title-icon svg {
        width: 26px;
        height: 26px;
    }
    .pte-software-box-title-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .pte-software-box-title {
        border-radius: 12px;
        width: 230px;
        font-size: 12px;
    }
    .pte-software-box {
        padding: 20px;
    }
    .pte-software-box h3 {
        font-size: 22px;
        margin: 20px 0 12px;
        max-width: 100%;
    }
    .your-institute {
        flex-flow: wrap;
    }
    .your-institute-content h3 {
        font-size: 24px;
    }
    .your-institute {
        gap: 20px;
        margin-top: 30px;
    }
    .your-institute-content p {
        font-size: 16px;
        margin-top: 10px;
    }
    .trusted-logo-box span {
        font-size: 12px;
        padding: 4px 14px;
    }
    .test-prep-slider .trusted-logo {
        gap: 10px;
    }
    .test-prep-content h3 {
        gap: 8px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .test-prep-content h3 span {
        width: 32px;
        flex:0 0 32px;
        height: 32px;
    }
    .test-prep-content h3 span svg {
        width: 18px;
    }
    .test-prep-content p {
        font-size: 14px;
    }
    .test-prep-box {
        width: 300px;
        flex: 0 0 300px;
        padding: 20px;
    }
    .institute-banner-content h1 {
        font-size: 28px;
    }
}
@media(max-width:450px){
    .institute-software-left .institute-software-left-img{
        display: none;
    }
    .input-box-outer {
        width: 100%;
    }
    .institute-banner-inner {
        padding: 40px 0 210px;
    }
    .institute-software-top-outer {
        flex-flow: wrap;
    }
    .institute-software-top-content {
        width: 100%;
    }
    .institute-software-top-img {
        width: 100%;
    }
    .institute-form {
        bottom: -105px;
    }
    .institute-banner {
        margin-bottom: 160px;
    }
}