@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url(component.min.css);
@import url(layout.min.css);
:root {
    --primary: #ff7917;
    --gradient: #ff7917;
    --black: #0b0f28;
    --white: #fff;
    --text-color: #03041c;
    --gray: #f6f6f6;
}
.primary{
    color: #7B3C9F;
}
::selection {
    background: var(--primary);
    color: var(--black);
}

::-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%;
}

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

body {
    background: var(--white);
    color: var(--black);
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    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-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 1.5rem;
}

img {
    max-width: 100%;
}

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

h1 {}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.8125rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1.5rem;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.1875rem;
    font-weight: 700;
    color: var(--black);
}



section {
    padding: 4rem 0;
}

.mainSlider {
    
    padding: 4rem 0;
    display: flex;
    align-items: center;
    min-height: 35rem;
    position: relative;
    background: url(../assest/topcoverage.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -5rem;

}
/* .mainSlider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
   
} */
.mainSlider.inner {
    min-height: 30rem;
    text-align: center;
}
.mainSlider.inner:before {
    content: none;
}
.mainSlider .content, .mainSlider .content + a {
    position: relative;
    z-index: 1;
}

.Halfpack{
    position: relative;
    top: 3rem;
}
.mainSlider .content span {
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 300;
    text-transform: capitalize;
}
.mainSlider .content h2 {
    font-size: 3.125rem;
    color: var(--white);
    margin: 0.5rem 0 1rem;
    position: relative;
    z-index: 1;
}
.mainSlider .content p {
    color: var(--white);
    position: relative;
}
.mainSlider .listStyled li {
    margin-bottom: 12px;
}
.reating_area .icons {
    margin-bottom: 5px;
    margin-top: 2rem;
}
.reating_area .icons img {
    width: 40px;
    height: 40px;
    background: black;
    padding: 7px;
    margin: 0 2px;
}
.reating_area p {
    color: var(--white);
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}
.reating_area p span {
    font-weight: 700;
    text-decoration: underline;
}

.serviceSec {
    background: url(../images/services/ser-bg.webp) top left/100% no-repeat;
    padding: 0 0 5rem;
}
.serviceSec {
    background: #f7f7f7;
    padding: 5rem 0;
}
.serviceSec-01 {
    background-color: #f7f7f7;
    padding: 0 0 5rem;
}
.serviceStepSec .threeSteps {
    /* background: var(--white); */
    /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
    /* border-radius: 5px; */
    /* padding: 3rem 6rem; */
    /* margin: -6rem 0 4rem; */
}
.serviceSec .title {
    text-align: center;
}
.serviceSec .threeSteps .title p {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 1rem 0 0;
}
.serviceStepSec .threeSteps ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
    position: relative;
    gap: 10rem;
}
.serviceStepSec .threeSteps ul:before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--primary);
}
.serviceStepSec .threeSteps ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    background: var(--white);
    box-shadow: 0 0 20px #0002;
    padding: 32px 1rem;
    border-radius: 16px;
    min-height: 6rem;
}
.serviceStepSec .threeSteps ul li img {
    /* width: 54px; */
}
.serviceStepSec .threeSteps ul .num {
    width: 2rem;
    height: 2rem;
    background: #7B3C9F;
    color: var(--white);
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 1rem);
    left: -1rem;
    padding: 8px;
    font-size: 15px;
}
.serviceStepSec .threeSteps ul li div {
    width: 18rem;
}
.serviceStepSec .threeSteps ul li p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.serviceStepSec .threeSteps ul li h4 {
    color: #7B3C9F;
    margin: 0;
}
.serviceStepSec .threeSteps ul li i {
    font-size: 3rem;
    color: var(--gray);
    margin-left: auto;
    line-height: 1;
}
.serviceStepSec .threeSteps .title {
    /* background: var(--white); */
    /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
    /* border-radius: 5px; */
    /* padding: 3rem 6rem; */
    /* margin: -6rem 0 4rem; */
    text-align: center;
}
.serviceSec-01 .title {
    text-align: center;
}
.serviceSec-01 .threeSteps .title p {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 1rem 0 0;
}
.serviceSec-01 .threeSteps ul {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
    margin-top: 2rem;
    position: relative;
}
.serviceSec-01 .threeSteps ul:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.serviceSec-01 .threeSteps ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.serviceSec-01 .threeSteps ul .num {
    width: 2rem;
    height: 2rem;
    background: var(--gradient);
    color: var(--white);
    border-radius: 100px;
    position: absolute;
    top: -80px;
    padding: 8px;
    font-size: 15px;
}
.serviceSec-01 .threeSteps ul li div {
    width: 18rem;
}
.serviceSec-01 .threeSteps ul li p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.serviceSec-01 .threeSteps ul li h4 {
    color: var(--primary);
    margin: 0;
}
.serviceSec-01 .threeSteps ul li i {
    font-size: 3rem;
    color: var(--gray);
    margin-left: auto;
    line-height: 1;
}
.navStyle {
    justify-content: flex-start;
    gap: 10px;
}
.navStyle li {
    width: 100%;
}
.navStyle .nav-link {
    border: 0;
    padding: 1rem;
    background: #7B3C9F;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    width: 100%;
    position: relative;
    border-radius: 5px;
    text-align: left;
    transition: ease all 0.5s;
}
.navStyle .nav-link.active,
.navStyle .nav-link:hover,
.navStyle .nav-link:focus {
    background: var(--black);
}
.tabStyle .imgWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 12px;
}
.tabStyle .imgWrap .women {
    width: 100%;
}
.tabStyle .imgWrap .guaratee {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #01164b 50%, transparent 100%);
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.tabStyle .imgWrap .guaratee * {
    color: var(--white);
}
.tabStyle .imgWrap .guaratee img {
    position: absolute;
    top: -2.5rem;
    right: -3.5rem;
    width: 5rem;
}
.tabStyle .imgWrap .guaratee p {
    font-size: 1.125rem;
    margin: 0;
    line-height: 1.2
}
.tabStyle .imgWrap .guaratee h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
    margin: 0;
}
.tabStyle .imgWrap .guaratee h4 {
    font-size: 1.75rem;
    margin: 0.2rem 0 1rem;
}
.tabStyle .imgWrap .guaratee .btnStyle {
    width: 100%;
    text-align: center;
}

.tabStyle .imgWrap .guaratee .btnStyle:hover {
    background: var(--white);
    color: var(--black);
}
.benefitSec {
    background: linear-gradient(219deg, #6A358D, #242121);
}
.benefitSec :is(h3, p) {
    color: var(--white);
}
.achieveThumb {
    padding: 1.5rem;
    border: 1px solid var(--white);
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: ease all 0.5s;
}
.achieveThumb img {
    filter: hue-rotate(202deg);
}
.benefitSec .achieveThumb img {
    filter: hue-rotate(0deg);
    width:22%;
}
.achieveThumbRow {
    margin-top: 5rem;
}
.achieveThumb.sm {
    flex-direction: column;
    padding: 1.5rem 1rem;
    text-align: center;
}
.achieveThumb.sm strong {
    margin: 1rem 0 0;
}
.achieveThumb:hover,
.achieveThumb:focus {
    transform: scale(1.1);
}
.achieveThumb h2 {
    font-size: 3.125rem;
    color: var(--white);
    margin: 0;
}
.achieveThumb h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.aboutSec {
    position: relative;
}
.listStyled {
    display: flex;
    flex-direction: column;
    gap: 1.4rem 1rem;
}
.listStyled li {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    gap: 4px;
}
.listStyled li i {
    color: white;
    margin-right: 5px;
}
.aboutSec .listStyled {
    flex-flow: row wrap;
    margin: 3rem 0 2rem;
}
.aboutSec .listStyled li {
    flex: 0 0 calc(50% - 1rem);
}
.disciplineSec h2 {
    margin-bottom: 1rem;
}
.disciplineSec, .confidentialSec {
    background: #f7f7f7;
}
.disciplineList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2rem;
}
.disciplineList li {
    position: relative;
    border: 1px solid #01164b;
    color: #01164b;
    border-radius: 5px;
    transition: ease all 0.5s;
    flex: 0 0 calc(16.66% - 10px);
    font-weight: 700;
}
.disciplineList li .overlay {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.disciplineList li:hover {
    background: var(--black);
    transform: scale(1.1);
}
.disciplineList li img {
    position: relative;
    opacity: 0;
    border-radius: 5px;
    transition: ease all 0.5s;
    width: 100%;
}
.disciplineList li:hover img {
    opacity: 0.2;
    mix-blend-mode: luminosity;
}
.disciplineList li:hover .overlay {
    color: var(--white)
}
.topUniCarousel .uni {
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
}
.topUniCarousel .uni img {
    width: 8rem;
    margin: 0 auto;
}
.paymentWrap {
    text-align: center;
}
.paymentWrap h3 {
    background: var(--white);
    padding: 0 1rem;
    display: table;
    margin: -1.5rem auto 10px;
    font-size: 2.5rem;
    font-weight: 600;
}
.paymentCarousel .item {
    border-right: 1px solid #dadada;
}
.paymentCarousel .item img {
    margin: 0 auto;
}
.confidentialSec {
    padding: 0;
}
.confidentialSec h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.confidentialSec h2 strong {
    display: block;
    font-size: 2.8125rem;
    font-weight: 700;
}
.storySec {
    padding: 5rem 0 3rem;
}
.storiesCarousel .slick-slide {
    margin: 2rem 0 0;
}
.storiesCarousel .item {
    background: var(--white);
    padding: 0 2rem 2rem;
    min-height: 27rem;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    margin: 1rem;
}
.storiesCarousel p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.storiesCarousel .user {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
}
.storiesCarousel .user strong {
    font-size: 1.5rem;
    line-height: 1.5;
}
.storiesCarousel .user strong span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
.storiesCarousel img {
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    top: -2.5rem;
}
.aboutThesis {
    /*background: url(../images/services/ser-bg.webp) top right/80% no-repeat;*/
    padding: 6rem 0;
}
.aboutThesis .imgWrap {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 1.5rem;
    position: relative;
}
.aboutThesis .imgWrap .womenWriting {
    margin: -23rem 0 0 auto;
    border: 10px solid var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.confidentialSec figure {
    margin: 0;
}
.aboutThesis h2 {
    margin: 0;
}
.aboutThesis h3 {
    font-size: 2.125rem;
    font-weight: 600;
}
.aboutThesis strong {
    line-height: 1.5;
    margin: 1rem 0 1.8rem;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
}

.aboutThesis-01 {
    padding: 6rem 0;
}
.aboutThesis-01 .imgWrap {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 1.5rem;
}
.aboutThesis-01 .imgWrap .womenWriting {
    margin: -23rem 0 0 auto;
    border: 10px solid var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.aboutThesis-01 h2 {
    margin: 0;
}
.aboutThesis-01 h3 {
    font-size: 2.125rem;
    font-weight: 600;
}
.aboutThesis-01 strong {
    line-height: 1.5;
    margin: 1rem 0 1.8rem;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
}
.ownerQuote {
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    padding: 1.4rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.ownerQuote img {
    border-radius: 100px;
}
.ownerQuote h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
}
.ownerQuote p {
    font-size: 15px;
    margin: 10px 0 0;
}
.achieveThumbRow {
    margin-top: 5rem;
}
.whiteReffer .awardSec {
    background: var(--white);
}
.whiteReffer .awardSec :is(h2, h3), .whiteReffer .awardSec .phoneStyle {
    color: var(--black);
}
.awardSec {
  background-image: url("../assest/award-bg.webp");
}
.awardSec h2 {
    color: var(--white);
    margin-bottom: 1rem;
}
.awardSec h3 {
    color: var(--white);
    font-weight: 400;
}
.awardSec h3 span {
    font-weight: 600;
}
.awardStyled {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
    margin-bottom: 2.5rem;
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.awardStyled .img {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awardStyled .content {
    width: calc(100% - 5rem);
}
.awardStyled h2 {
    color: var(--black);
}
.awardStyled h4 {
    color: #7B3C9F;
    font-weight: 700;
}
.awardStyled p {
    margin: 0;
}
.awardSec figure {
    position: relative;
    margin: 0;
    text-align: right;
}
.awardSec figure .small {
    position: absolute;
    bottom: 3rem;
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.thesisList {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.thesisList li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.thesisList li i {
    color: #703894;
    font-size: 2rem;
}
.thesisList li p {
    margin: 0;
}
.onlineClassHelpSec {
    padding: 6rem 0 1rem;
}
.navPillStyle {
    flex-direction: column;
    gap: 10px;
}
.navPillStyle .nav-link {
    display: inline-block;
    padding: 1rem 2rem;
    background: #f7f7f7;
    color: var(--dark);
    border: 0;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%;
    text-align: left;
    position: relative;
    transition: ease all 0.5s;
}
.navPillStyle .nav-link:hover,
.navPillStyle .nav-link.active {
    background: var(--gradient);
    color: var(--white);
}
.navPillStyle .nav-link:after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f7f7f7;
    transition: ease all 0.5s;
}
.navPillStyle .nav-link:hover:after,
.navPillStyle .nav-link.active:after {
    border-left: 10px solid var(--primary);
}


.processSteps ul {
    display: flex;
    justify-content: space-evenly;
   
    margin-top: 2rem;
    position: relative;
}
 .processSteps ul li {
    display: flex;
    align-items: center;
    position: relative;
}


li.numtext {
    width: 20rem;
}

span.onenum {
    font-size: 7rem;
    position: absolute;
    color: #ededed;
    z-index: -2;
    font-weight: 700;
    left: 0px;
    top: -10px;
}
li.processImg {
   background: #7B3C9F;
    padding: 2rem;
    border-radius: 50%;
}

li.processImg img {
    /* filter: invert(1); */
}
.onenum p {margin:0;font-weight:500;}
.processSteps ul li div {
    width: 20rem;
}

.numtext div {
    margin-left: 6.5rem;
}
.numtext h4 {
    
    font-weight: 700;
}

.numtext p {
    
    font-weight: 700;
}

.processSteps {
    margin: 5rem 0 0;
}

li.line:after {
    content: "";
    background: #000;
    height: 100%;
    position: absolute;
    border: 1px solid;
    border-color: #000;
    bottom: 0;
    left: 50%;
    top: 100%;
}


.reviews>* {
    padding-top: 1.5rem;
}
.achieveThumb2 {
    padding: 1.5rem;
    background: var(--white);
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 5px;
    min-height: 19rem;  
    transition: ease all 0.5s;
    position:relative;
}
.darkAchieve{background-color:#f7f7f7;}

        .achieveThumb2 {
   
    padding: 1rem;
   
}
.r-text p {
    margin: 0;
    margin-top: 1rem;
    font-size: 0.85rem;
}
 .user {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
}
.user img {
    border-radius: 10px;
    aspect-ratio:1;
    height:100%;
}
.arrow-light,.arrow-dark {
  
    
  
    margin-left:auto;
}
.user-name p{
    margin:0;
}

.reviews .col-md-4:nth-child(even) .achieveThumb2{background-color:#f7f7f7;}
.reviews .col-md-4:nth-child(odd) .arrow-light {
    opacity: 0.1;
    filter: sepia(1);
}
.formContact input{
    height: 4rem;
    border: 1px solid #000;
}
.formContact textarea{
   
    border: 1px solid #000;
}
.contactIcon{margin:4rem 0;}
.contactIcon li {
    margin: 1rem 0;
    color: #000;
}

.contactIcon i.fa {
    background: #7B3C9F;
    padding: 1rem;
    color: white;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-right: 10px;
}

.contactIcon a {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
}


.thumb-text{margin-top:10px;}

.thumb-img {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 5px;
    transition: ease all 0.5s;
    position: relative;
}
.thumb-text {
    margin: 0;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(11 15 40 / 90%);
    color: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0.5s;
}
.thumb-img:hover .thumb-text {
    background: rgb(255 121 23 / 90%);
}
.thumb>* {
    padding-top: 1.5rem;
}
.errorDisplay{color:red;margin-top:8px;font-size:11px;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display:none;position: absolute;background-color: #f6f6f6;width:90%;overflow: auto;border: 1px solid #ddd;z-index: 1;}
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown a:hover {background-color: #ddd;}

.iti{
    height: auto;
    background: transparent;
    position:relative;
    display:block;
    border-radius: 5px;
}
.iti__selected-flag {
    /* height:43px; */
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.phone-container {
    position: relative;
    border: 1px solid var(--black);
    border-radius: 5px;
    background: transparent;
}
.phone1 {
  visibility: hidden  !important;
}
.iti__flag-container{
    height:white;
}
.phone2 {
  height: 43px;
  position: absolute;
  top: 0;
  left: 85px;
  width: calc(100% - 85px);
  border-color: transparent;
}.iti__selected-dial-code {
    width:30px;
    font-size: 12px;
    font-weight: bold;
}
.iti__flag-box{
    
}
.iti__country-name {
    font-size: 12px;
}
.iti__dial-code{
    font-size: 12px;
}.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.thankyou {
    position: relative;
    padding: 0;
  background:black;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.thankyou:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(19 35 145 / 30%);
}
.thankyou .main-content {
    position: relative;
}

.thankyou h1 {
    padding: 20px 0 0;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
}
.thankyou p {
    color: #fff;
}

/* Begin: Calculator CSS */
.calculationWrap {
    background: url(../images/calc-bg.webp) center/cover no-repeat;
    padding-bottom: 10rem;
}
.calculationWrap .calc-title {
    text-align: center;
}

.calculationWrap .calc-title h2 {
    margin: 0;
}
.calculationWrap .academicLevel {
    margin: 1rem 0 2rem;
}
.calculationWrap .academicLevel ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem 0 0;
}
.calculationWrap .academicLevel ul li {
    position: relative;
    padding-left: 1.75rem;
}
.calculationWrap .academicLevel ul  input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.calculationWrap .academicLevel ul label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--primary);
    border-radius: 100px;
}
.calculationWrap .academicLevel ul input:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 100px;
}
.formStyle .wordCounter {
    border: 1px solid var(--black);
    border-radius: 5px;
    display: flex;
    background: var(--white);
}
.formStyle .wordCounter .count {
    width: 5rem;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--primary);
}
.formStyle .wordCounter input {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: calc(100% - 10rem);
    text-align: center;
}
.formStyle .price {
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.formStyle .price h2 {
    margin: 0;
    color: var(--primary);
}
/* END: Calculator CSS */

.ctaWrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
}
.phoneStyle {
    font-size: 1.25rem;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 1rem;
}
.phoneStyle:hover{
    color: var(--primary);
}
.phoneStyle i {
    font-size: 1.75rem;
}
.phoneStyle small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.awardSec .phoneStyle {
    color: var(--white);
}
.awardSec .phoneStyle i {
   
}
.slick-dots li, .slick-dots li button {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    padding: 0;
}
.slick-dots li button {
    margin: 0 0;
    background: #d1d1d1;
    border-radius: 20px;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li.slick-active button {
    background: var(--primary);
}