@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&amp;display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Purple+Purse&amp;display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&amp;display=swap');
@import url(component.min.html); 
@import url(layout.min.css); 
:root {
    --primary: #c3322f;
    --secondry: #102763;
    --third: #2a4488;
    --forth: #f8f8f8;
    --fivth: #eb4f16;
    --black: #000;
    --bg: #f5f5f5;
    --white: #fff;
    --text-yellow: #e9ce00;
}

::selection {
    background: var(--primary);
    color: var(--white);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
    background: rgb(0 0 0 / 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0 0 0 / 0.8);
}

html, body {
    height: 100%;
}

section {
    padding: 4rem 0;
    position: relative;
}

html {
    font-size: 16px;
    line-height: 1;
}

body {
    background: var(--white);
    color: #030303;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}

a, button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, button:hover {
    text-decoration: none;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--black);
    font-weight: 400;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif;
    color: var(--secondry);
}

h1 {
    font-weight: 600;
}

h2 {
    font-size: 2.5rem;
    position: relative;
    font-weight: 700;
}
h3 {
    font-size: 2rem;
    font-weight: 700;
}
h4 {
    font-size: 1.5rem;
}

h5 {
    
}

h6 {
    font-size: 1.1rem;
}
.title {
    margin-bottom: 3rem;
}
.title h2:after {
    content: "";
    background: var(--secondry);
    height: 4px;
    width: 80px;
    display: block;
    margin: 0 auto;
}

.title.text-white h2::after {
    background: var(--white);
}

.title p {
    position: relative;
}

.examSec h5::after {
    content: "";
    background: var(--bg);
    height: 5px;
    width: 80px;
    bottom: -0.9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.examSec h5 {
    text-align: center;
    color: var(--white);
}
.oFFeringSec h2 {
    text-align: center;
}
.examContnt {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
}

.examContTex {
    display: block;
}

/* Begin: Banner CSS */
.bSec {
    background: url(../images/banner/banner.webp) center/cover no-repeat;
    height: calc(100% - 4.75rem);
    min-height: 35rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0rem 0 0;
    overflow: hidden;
}

.bSec * {
    color: var(--white);
}

.oLineExamHelp h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

.oLineExamHelp h4 {
    font-size: 1.25rem;
    font-weight: 300;
}

.oLineExamHelp h5 {
    font-size: 1.125rem;
    font-weight: 400;
}

.listStyle {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.listStyle li {
    font-size: 1rem;
    position: relative;
    padding-left: 2rem;
        line-height: 1.3;
    font-weight: 400;
}
.star li span {
    font-weight: 400;
    font-size: 0.9rem;
}
.listStyle li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/checked.webp);
    background-repeat: no-repeat;
    background-size: 20px;
}

.star {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    color: var(--white);
    padding-top: 2rem;
}

.star li i {
    color: var(--text-yellow);
    padding-bottom: 6px;
}

.star li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.star li figure {
    background: aliceblue;
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
    margin: 0;
    line-height: 2.8rem;
    text-align: center;
    padding: 0 10px;
}
/* Begin: Banner CSS */

/* Begin: Form CSS */
.formWrap {
    display: flex;
    align-items: center;
}
.eForm {
    background: white;
    border-radius: 10px;
    position: relative;
    margin: 0;
    width: 30rem;
}
.form {
    border-radius: 8px;
    background: url(../images/bg/5.webp) bottom right/100% auto no-repeat;
    padding: 1.5rem 1rem 6.5rem;
}
.form h3 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1;
    color: var(--white);
    font-weight: 600;
    margin: 0;
}
.fInput {
    padding: 1rem 2rem;
    margin: -2rem 0 0;
}
.fInput input {
    width: 100%;
    border-radius: 50px;
    height: 3.5rem;
    margin-bottom: 1rem;
    background: #f1f1f1;
    border: 0;
    padding-left: 1.5rem;
        color: #000;
}
.fInput .phone-container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}
.fInput .phone-container input {
    height: 3.5rem;
    border: 0;
    border-radius: 100px !important;
    padding: 10px;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.fInput .phone-container .phone1 {
    visibility: hidden!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.iti {
    background: #f1f1f1;
    height: 3.75rem;
    border: 0;
    border-radius: 100px 0 0 100px;
    position: unset;
    display: flex;
    align-items: center;
    height: 3.5rem;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 100px 0 0 100px;
    height: 3.5rem;
}
.iti__flag-container {
    position: unset;
    height: 100%;
}
.iti__selected-dial-code {
    width: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #111;
}
.iti__country-name {
    font-size: 15px;
    font-weight: 400;
    color: #111;
}
.iti__dial-code {
    font-size: 15px;
    font-weight: 400;
    color: #111;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #f1f1f1;
}
.girl {
    margin: 0 -6rem -16rem;
}
/* END: Form CSS */

.cOnline {
    padding: 1.5rem 0 10px;
    text-align: center;
    background: url('../images/bg/4.webp') center/cover no-repeat;
    color: var(--white);
}
.cOnline *, .oPremiumBox :is(h2, p) {
    color: var(--white);
}

/* Begin: About Online Class CSS */
.cSecOnlineClass p, .oPremiumBox p, .oPremiumBoxTwo p {
    margin: 0;
        position: relative;
    z-index: 1;
}
.cSecOnlineClass p + p, .oPremiumBox p + p, .oPremiumBoxTwo p + p {
    margin: 1rem 0 0;
}
.cOnlineClassImage {
    position: relative;
    text-align: end;
}
.cOnlineClassImageTwo {
    margin: -11rem 0 0 4rem;
    width: 13rem;
}
/* END: About Online Class CSS */

/* Begin: Premium Services CSS */
.oPSec {
    border-top: 1px solid var(--bg);
}
.oPremiumBox {
    background: url(../images/bg/10.webp) center/cover no-repeat;
    padding: 4rem;
    border-radius: 10px;
    color: var(--white);
    position: relative;
    transition: all 0.5s ease;
     z-index: 1;
}
.oPremiumBoxTwo {
    background: white;
    border: 2px solid var(--bg);
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin: 0 0 1.8rem 0;
    transition: all 0.5s ease;
    min-height: 28rem;
}
.oPremiumBox:hover, .oPremiumBoxTwo:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #0002;
}
.oPremiumBoxTwo .oUnImg {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.oPremiumBoxTwo .oUnImg img {
    background: var(--primary);
    padding: 8px;
    border-radius: 6px;
    width: 3.875rem;
}
.oPremiumBoxTwo .oUnImg h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    font-size: 1.5rem;
}
.oPremiumBoxTwo .strokeText, .oPremiumBox .strokeText {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0;
    font-size: 10rem;
    line-height: 0.5;
    z-index: -1;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--bg);
}
.oPremiumBox .strokeText {
    -webkit-text-stroke-color: rgb(255 255 255 / 20%);
}
.serviceInner .sSecond .offerContnt {
    height: 8.5rem;
}
/* END: Premium Services CSS */

/* Begin: Grade CSS */
.yGradeSec {
    background: url(../images/bg/bg8.webp) center/cover no-repeat;
    color: var(--white);
}
.yGradeMoney figure {
    width: 100%;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--third);
    border-radius: 0px 20px 20px 20px;
    flex-direction: column;
    transition: all 0.5s ease;
    margin-bottom: 1rem;
}
.yGradeMoney figure:hover {
    background: var(--primary);
}
.yGradeMoney figure img {
    width: 5rem;
}
.yGradeMoneyPlus {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    position: relative;
    margin-top: 4rem;
      padding-left: 4rem;
}
.yGradeMoneyPlus::before {
    content: "";
    background: var(--primary);
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: -0.5rem;
    border-radius: 90px;
    left: 3rem;
}
.yGradeMoneyPlus img {
    position: relative;
    width: 20%;
}
.yGradeMoneyPlus .yGradecentent h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    line-height: 1;
}
.yGradeMoneyPlus .yGradecentent span {
    font-weight: 500;
}
/* END: Grade CSS */

/* Begin: Subjects CSS */
.sSecond > img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center;
}
.sSecond .offerContnt {
    padding: 1rem;
    border-bottom: 4px solid var( --secondry);
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
        height: 7rem;
    transition: all 0.5s ease;
}
.sSecond .offerContnt h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}
.sSecond .offerContnt p {
    margin: 0;
}
.sSecond .offerContnt img {
    position: absolute;
    bottom: 0.7rem;
    right: 2rem;
    z-index: -1;
    width: 4rem;
}
/* END: Subjects CSS */

/* Begin: CTA CSS */
.mSec {
    background: url(../images/bg/16.webp) center right/cover no-repeat;
    padding: 8rem 0;
}
.mSec * {
    color: var(--white);
}
.mOnline h6 {
    font-size: 1.125rem;
}
.mOnline p {
    margin-bottom: 2rem;
}
/* END: CTA CSS */


/* Begin: Bad Grades CSS */
.tMuchCoursesSec {
    background: url(../images/bg/bg4.webp) center/cover no-repeat;
    position: relative;
    padding: 2rem 0;
}
.tMuchCoursesSec * {
    color: var(--white);
}
.tMuchCoursesSec h3 {
    font-size: 1.5rem;
    font-weight: 300;
}
.tMuchCoursesSec .arrow {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 10rem;
}
.tMuchCoursesSec .tMuchAchor {
    text-align: end;
}
/* END: Bad Grades CSS */
.oVerSlide {
    margin: 0;
}
.oVerSlide figure {
    background: white;
    height: 7rem;
    margin: 1rem 10px;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #0001;
}
/* Begin: Top Universities CSS */

/* Begin: FAQ CSS */
.FQuentlySec {
    background: #FAFAFA;
}
.FQuentlySec .accordion-item {
    background: none;
    padding: 1rem 0;
}
.FQuentlySec .accordion-button {
    padding: 1rem 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    background: none;
}
.FQuentlySec .slick-initialized .slick-slide {
    display: block;
}
/* END: FAQ CSS */

/* Begin: Testimonial CSS */
.wOurExtra {
    position: relative;
    margin: 0 0 4rem 0;
    z-index: 1;
}
.wOurExtra::after {
    background: var(--primary);
    width: 79%;
    height: 56px;
    content: "";
    position: absolute;
    right: 4rem;
    bottom: -3.6rem;
    z-index: -2;
    border-radius: 0 0 5px 5px;
    opacity: 0.3;
}
.wOurSlide .slick-dots li {
    width: 20px;
    margin: 6px 0;
}
.wOurSlide .wOurimg {
    padding: 2rem;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 20px #0001;
}
.wOurSlide .wOurimg h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}
.wOurSlide .wOurimg img {
    display: none !important;
}
/* END: Testimonial CSS */

/* Begin: SignUp CSS */
.sUPSec {
    background: url(../images/bg/bg5.webp) center/cover no-repeat;
    padding: 2rem 0;
}
.sUPSec * {
    color: var(--white);
}
.sUPSec p {
    margin: 0 0 3rem;
}
.signUpForm .form-control + i {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: var(--white);
    font-size: 1.125rem;
}
.signUpForm .form-control {
    width: 100%;
    height: 3.875rem;
    border-radius: 50px;
    padding: 0 3rem 0 2rem;
    background: none;
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 1rem;
    font-weight: 300;
}
.signUpForm .form-control::placeholder {
    color: var(--white);
}
/* END: SignUp CSS */


.oFFer {
    background: var(--white);
}

.oFFer p {
    text-align: left;
}



.oVerHea {
    text-align: center;
}

.oVerHea h2 {
    font-weight: 400;
    font-size: 2.4375rem;
}

.extra-icon input {
    height: 55px;
    width: 17%;
    border: 1px solid white;
    background: none;
    border-radius: 90px;
    padding-left: 1rem;
    margin-right: 3rem;
    color: var(--white);
}



.sUp button {
    background: red;
    height: 60px;
    width: 206px;
    border-radius: 90px;
    color: white;
}

.fDis {
    text-align: center;
    color: var(--white);
    padding: 3rem 0 0;
}

.fDis p {
    color: var(--white);
    font-weight: 300;
    padding: 0.5rem 0 0rem 0;
}



.OFFer p::after {
    vertical-align: 0;
}

.OFFer h1::after {
    content: "";
    border: 2px solid black;
    height: 4px;
    width: 67px;
    display: flex;
    margin: 1rem 0 2rem 0;
}

.OFFer h2::after {
    content: "";
    border: 2px solid black;
    height: 7px;
    width: 80px;
    display: flex;
    margin: 1rem 0 2rem 0;
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
}




.user::before {
    content: "\f007";
    vertical-align: 0;
    font-size: 22px;
    color: white;
    font-family: "Font Awesome 5 Free";
}

.sUPSec button {
    border: none;
}

.fOrder li a:hover {
    color: var(--primary);
}

.FQuentlySec .slick-initialized .slick-slide::before {
    content: "";
    background: red;
    width: 355px;
    height: 300px;
    position: absolute;
    top: 22rem;
    z-index: -1;
    left: 3rem;
}

.oVerHea h2::after {
    content: "";
    border: 2px solid var(--third);
    height: 7px;
    width: 80px;
    display: flex;
    margin: 1rem 0 2rem 0;
    position: absolute;
    right: 54.5rem;
}





.yGradeSec h2::after {
    background-color: var(--white);
}

.yGradeSec h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    margin: 0;
}

/* How We Work Page CSS Start */
.stepBox {
    background: var(--secondry);
    padding: 2.5rem 1rem;
    text-align: center;
    border-radius: 10px;
    transition: all 0.4s ease;
    width: 310px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepBox:hover {
    background: var(--primary);
}

.stepContnt h4 {
    font-size: 1.6875rem;
    text-transform: capitalize;
    font-weight: 400;
}

.stepContnt h4 span {
    display: block;
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
    margin-left: 0rem;
}

.stepContnt ul li {
    padding: 10px 0;
        line-height: 1.4;
    font-weight: 400;
}

.stepContnt p {
    margin: 1rem 0;
}

.stepContnt h5 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: -2.5rem;
    margin-left: -3.5rem;
    color: #ebebeb;
    z-index: -1;
}

.stepLine {
    position: absolute;
    top: 33%;
    left: 44%;
    transform: translateX(-45%);
    z-index: -1;
}

.stepLine img {
    height: 660px;
}

.stepSec .row + .row {
    margin: 6rem 0;
}

/* How We Work Page CSS End */
/* Online Exam Page CSS Start */
.aboutSec h4 {
    font-size: 1.7rem;
    font-weight: 600;
}

.abtGirl {
    margin-bottom: -8rem;
}

.examSec {
    background-image: url(../images/bg/bg7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

.examContnt h4 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--white);
}

.examSec p {
    color: var(--white);
    text-align: center;
}

.examContnt p {
    color: var(--white);
    text-align: start;
}

.examSec h2 {
    color: var(--white);
    margin-bottom: 4rem;
}

.checkBox .checkhead {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.btnSec i {
    padding-left: 9px;
}
.checkBox h4 {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    align-items: center;
    color: var(--white);
}

.checkBox p {
    display: block;
    font-size: 1.2rem;
    color: var(--white);
    padding: 1rem 0;
}

.checkBox {
    box-shadow: 0px 0px 20px #00000017;
    padding: 3rem 2rem;
    border-radius: 10px;
    margin: 2rem 1rem;
    background: var(--secondry);
    transition: all 0.5s ease;
    min-height: 26rem;
    position: relative;
}
.checkBox .btnSec {
    display: flex;
    gap: 0.7rem;
    margin-top: 3rem;
    position: absolute;
    bottom: 2rem;
}
.checkBox:hover {
    background: var(--primary);
}

.checkBox img {
    margin-bottom: 1rem;
}

.btnSec {
    display: flex;
    gap: 0.7rem;
    margin-top: 3rem;
}

.handSec {
    background-image: url(../images/bg/bg9.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.blueBox {
    background: #22448a;
    padding-left: 8rem;
    margin-left: -7rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-right: 2rem;
    border-radius: 10px;
}

.handSec img {
    position: relative;
    z-index: 1;
}

.blueBox h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
}

.blueBox p {
    color: var(--white);
}

/* Online Exam Page CSS End */
/* Our Story Start */
.oStory h1 {
    font-size: 35px;
    font-weight: 600;
}

.oStory p {
    font-weight: 500;
    font-size: 18px;
}

.uStory {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem 0 0rem 0;
}

.uStory h4 {
    font-weight: 400;
    font-size: 17px;
}

.uStory span {
    display: block;
    font-weight: 400;
}

.oStoryImg {
    text-align: end;
}

.oStoryImgTwo {
    margin-top: -17rem;
    margin-right: 19rem;
}

/* Our Story End */
/* On Online Class Help Start */
.oLineWingSec {
    background: url('../images/about/abanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.oLineClassHelpWing h1 {
    font-size: 2rem;
    font-weight: 400;
}

.oLineClassHelpWing h1::after {
    content: "";
    border: 2px solid var(--white);
    height: 4px;
    width: 49px;
    display: flex;
    margin-top: 1rem;
}

.oLineClassHelpWing {
    color: var(--white);
    text-align: center;
}

.oLineClassHelpWing h1::after {
    content: "";
    border: 2px solid var(--white);
    height: 4px;
    width: 104px;
    display: flex;
    margin-top: 1rem;
    left: 51rem;
    transform: scaleX(-50%);
    position: absolute;
    align-items: center;
    justify-content: center;
}

.oLineBoxOne {
    text-align: center;
    background: var(--third);
    border-radius: 9px;
    padding: 3rem 3rem;
    color: white;
    margin: 3rem 0 0 0;
    min-height: 26rem;
}

.oLineBoxOne:hover {
    background: var(--primary);
    transition: all 0.5s ease;
}

.oLineimg {
    background: var(--secondry);
    border-radius: 50px;
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    transition: all 0.5s ease;
    margin: auto;
    padding: 0rem 2rem;
}

.oLineBoxOne h4 {
    font-size: 1.5rem;
    padding-top: 1.7rem;
    color: var(--white);
}

.oLineBoxOne p {
    font-size: 0.9rem;
    color: var(--white);
    margin: 0;
    padding: 0;
}

/* On Online Class Help End */
/* Review Form Start */
.rFormSec .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.rForm {
    text-align: center;
}

.rForm h2 {
    font-size: 2.4375rem;
    font-weight: 600;
}

.rForm h2::after {
    content: "";
    border: 2px solid var(--secondry);
    height: 7px;
    width: 80px;
    position: absolute;
    bottom: -11.5rem;
    left: 60rem;
    transform: translateX(-50%);
}

.rForm p {
    font-size: 1.0625rem;
    font-weight: 500;
}

.rFormBox {
    background: var(--white);
    padding: 3.5rem 2rem;
    border-radius: 9px;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
}

.slick-slide img {
    display: inline-block;
}

.rFormBox:hover {
    background: var(--secondry);
    transition: all 0.5s ease;
}

.rFormBox:hover p {
    color: var(--white);
}

.rFormBox span {
    padding-left: 2rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.rFormBox:hover span {
    color: var(--white);
}

.rFormBox p {
    padding: 2rem 0 3rem 0;
}

.rFormSec {
    background: var(--bg);
}

.rFormImage {
    position: absolute;
    bottom: 0rem;
    right: 3rem;
    z-index: -1;
}

.rFormBox:hover .rFormImage img {
    opacity: 0.1;
    z-index: -1;
}

/* Review Form End */
/* What Our Student Start */
.wOurSec {
    background: var(--bg);
    padding-top: 0;
}

.wOurStu {
    text-align: center;
}

.wOurStu h2::after {
    content: "";
    border: 2px solid var(--secondry);
    height: 7px;
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6rem;
}

.wOurStu h2 {
    font-size: 2.4375rem;
    font-weight: 700;
}

.wOurStu p {
    font-size: 1.0625rem;
    font-weight: 500;
}

.wOurBoxOne {
    background: var(--white);
    border-radius: 9px;
    padding: 1rem 0 1rem 2.7rem;
    margin: 1.7rem 0 0 0;
}

.wOurBoxOne:hover {
    background: var(--third);
    transition: all 0.5s ease;
}

.wOurBoxOne span {
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 2rem;
}

.wOurBoxOne:hover span {
    color: var(--white);
}

.wStar ul {
    display: flex;
}

.wStar ul li img {
    width: 69%;
}

.wOurBoxTwo h3 {
    font-size: 1.5625rem;
    padding: 0rem 0 0.7rem 0;
    font-weight: 600;
}

.wOurBoxTwo p {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1.6rem 0 0 0;
}

.wOurSec .slick-dots {
    position: absolute;
    top: 13rem;
    left: -4rem;
}

/* What Our Student End */
/* Faq Start */
.fAQ {
    padding: 0rem 0 2rem 0;
    text-align: center;
}

/* Faq End */
.theme {
    text-align: center;
}

.themeBtn1 {
    background: var(--white);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 1px solid #fff;
    color: var(--secondry);
}

.themeBtn1:hover {
    background: var(--secondry);
    color: var(--white);
}

.themeBtn2 {
    background: transparent;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 1px solid #fff;
    color: var(--white);
}

.themeBtn2:hover {
    background: var(--secondry);
    color: var(--white);
}

.trogleBtn a {
    display: none;
}


/* CopyRight Start */

/* CopyRight End */
.spacing__x h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.spacing__x h4 {
    font-size: 1.7rem;
    font-weight: 400;
}

.contactInfo ul li a {
    font-size: 1.2rem;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.3;
}

.contactInfo ul li a i {
    justify-content: center;
    color: var(--secondry);
    font-size: 1.5rem;
    padding-right: 10px;
}

.contactInfo ul li {
    margin: 14px 0;
}

.contactInfo ul li a span {
    font-size: 1.2rem;
    font-weight: 600;
    display: contents;
}

.contntStyle input {
    width: 100%;
    height: 3.2rem;
    margin: 0.5rem 0;
    color: #000;
    padding-left: 1rem;
    border: none;
}

.contntStyle textarea {
    width: 100%;
    height: 150px;
    margin: 0.5rem 0;
    color: #000;
    padding: 1rem;
}

.contntStyle button {
    border: none;
}

.contntStyle {
    background: var(--secondry);
    padding: 2rem;
    border-radius: 10px;
}

.contntStyle label {
    color: #fff;
}

.contntStyle h4 {
    color: #fff;
    margin-bottom: 1rem;
}

.contactInfo h4 {
    font-size: 2rem;
}

.contactInfo h6 {
    font-size: 1.3rem;
}

.contactBg {
    height: auto;
    min-height: auto;
    padding: 6rem 0;
}


.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
    transform: translateX(-50%);
    z-index: 99995;
}
.fancybox-navigation .fancybox-button--arrow_left div,
.fancybox-navigation .fancybox-button--arrow_right div {
    background: var(--primary);
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 26%;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 30%;
}
.fancybox-infobar {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sSecond {
    margin: 0 10px;
}
.serviceInner .sSecond {
    margin: 1rem 0;
}
.examSec h1 {
    color: var(--white);
}
.FQuentlySec .title h2:after {
    margin: 0;
}
.checkSec .slick-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.thankyouBanner {height: 100vh;display: flex;align-items: center;justify-content: center;background-position: center;background-size: cover;}
.thank-hdr {background-color: #FFFFFF;padding: 50px 50px;}
.thank-hdr h1 {font-size: 54px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 57px;text-align: center;color: var(--secondry);margin-bottom: 13px;}
.thank-hdr p {font-size: 16px;font-weight: normal;font-stretch: normal;font-style: italic;letter-spacing: normal;text-align: center;color: #222222;padding: 0;margin-bottom: 10px;}
.thank-hdr a {color: #222222;text-decoration: underline;font-style: italic;font-size: 16px;}

.sUPSec #PhoneNumber21 {
    position: absolute;
    left: 0;
    height: 3.5rem;
    padding-left: 6rem;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
        width: 100%;
}
.sUPSec .iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}
.sUPSec .iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #000;
}
.sUPSec #PhoneNumber11 {
    position: relative;
    z-index: -1;
}

.sUPSec input::placeholder {
    color: #fff;
}
.sUPSec .iti {
    background: transparent;
}
section.tMuchCoursesSec h2 {
    font-size: 26px;
}

section.tMuchCoursesSec h3 {
    font-size: 14px;
}
section.bSec h2 {
    font-size: 30px;
}
 /*floating button*/
 .float {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
}

.float:hover {
    color: #FFFFFF;
}

.float i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #25D366;
}