@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);body,p {
    font-family: "Open Sans",sans-serif
}

h2,p {
    margin-bottom: 1.5rem
}

.calculationWrap .calc-title,.leadForm .thesis,.mainSlider.inner,.paymentWrap,.serviceSec .title,.serviceSec-01 .title,.serviceStepSec .threeSteps .title {
    text-align: center
}

.awardSec .phoneStyle i,.listStyled li i,.phoneStyle:hover,.primary {
    color: var(--primary)
}

.dropdown-content a,a,a:hover,button,button:hover {
    text-decoration: none
}

:root {
    --primary: #2E4F4F;
    --gradient: #2E4F4F;
    --black: #0b0f28;
    --white: #fff;
    --text-color: #03041c;
    --gray: #f6f6f6
}

::selection {
    background: var(--primary);
    color: var(--black)
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%)
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    transition: .5s all ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
}

body,html {
    height: 100%
}

html {
    font-size: 16px;
    line-height: 1
}

body,p {
    font-size: 1rem
}

body {
    background: var(--white);
    color: var(--black);
    line-height: 1
}

a,button {
    -webkit-transition: .5s;
    transition: .5s
}

p {
    font-weight: 400;
    line-height: 1.5;
    color: var(--black)
}

h2,h3 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    color: var(--black)
}

img {
    max-width: 100%
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.mainSlider,section {
    padding: 4rem 0
}

h2 {
    font-size: 2.8125rem
}

h3 {
    font-size: 2.1875rem
}

.mainSlider {
    background: url(../images/banners/ban.webp) center/cover no-repeat;
    display: flex;
    align-items: center;
    /* min-height:51rem; */
    position: relative
}

.mainSlider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(108deg,rgb(247 218 153 / 54%),transparent 80%)
}

.mainSlider.inner {
    /* min-height: 30rem; */
}

.mainSlider.inner:before,.slick-dots li button:before {
    content: none
}

.mainSlider .content,.mainSlider .content+a {
    position: relative;
    z-index: 1
}

.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: .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: var(--primary);
    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
}

.leadForm {
    background: var(--gray);
    box-shadow: 0 0 50px rgb(0 0 0 / 23%);
    padding: 8px;
    border-radius: 5px;
    position: relative
}

.leadForm .title {
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 10px;
    border-radius: 5px 5px 0 0
}

.leadForm .title h2 {
    color: #fff;
    font-size: 3.225rem;
    font-weight: 700;
    position: relative;
    border-right: 2px solid #d9dadd;
    padding-right: 3.5rem;
    margin: 0 1rem 0 0;
    line-height: 1
}

.leadForm .title h2 sup {
    position: absolute;
    top: 14px;
    right: 1rem;
    font-size: 2rem;
    m}

.leadForm .title h2 sub {
    position: absolute;
    right: 1rem;
    bottom: 12px;
    font-size: 1.15rem;
}

.leadForm .title h4 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    text-align: center
}

.leadForm .thesis {
    background: url(../images/footer-bg.webp) center right/100%;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin: 0 0 1rem
}

.leadForm .thesis p {
    margin: 0;
    color: var(--white)
}

.leadForm form {
    padding: 1rem
}

.formStyle .step-last {
    display: none
}

.formStyle .form-control,.formStyle input {
    border: 1px solid var(--black);
    border-radius: 5px;
    height: 3.5rem;
    margin-bottom: 1.25rem;
    background: 0 0
}

.formStyle label {
    margin-bottom: 6px
}

.formStyle .btnStyle {
    width: 100%;
    font-size: 1.175rem;
    font-weight: 700;
    margin-top: .5rem
}

.formStyle .btnStyle i {
    font-size: 1.25rem;
    margin-left: .51rem;
    position: relative;
    top: -2px
}

.serviceSec {
    background: #f7f7f7;
    padding: 5rem 0
}

.serviceSec-01 {
    background-color: #f7f7f7;
    padding: 0 0 5rem
}

.serviceSec .threeSteps .title p,.serviceSec-01 .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
}

.navStyle .nav-link,.slick-dots li.slick-active button {
    background: var(--primary)
}

.serviceStepSec .threeSteps ul .num {
    width: 2rem;
    height: 2rem;
    background: var(--gradient);
    color: var(--white);
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 1rem);
    left: -1rem;
    padding: 8px;
    font-size: 15px
}

.serviceSec-01 .threeSteps ul li div,.serviceStepSec .threeSteps ul li div {
    width: 18rem
}

.serviceSec-01 .threeSteps ul li p,.serviceStepSec .threeSteps ul li p {
    font-size: 15px;
    font-weight: 400;
    margin: 0
}

.serviceSec-01 .threeSteps ul li h4,.serviceStepSec .threeSteps ul li h4 {
    color: var(--primary);
    margin: 0
}

.serviceSec-01 .threeSteps ul li i,.serviceStepSec .threeSteps ul li i {
    font-size: 3rem;
    color: var(--gray);
    margin-left: auto;
    line-height: 1
}

.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
}

.navStyle {
    justify-content: flex-start;
    gap: 10px
}

.aboutThesis .imgWrap,.tabStyle .imgWrap {
    align-items: flex-start;
    position: relative;
    display: flex
}

.navStyle li,.tabStyle .imgWrap .women {
    width: 100%
}

.navStyle .nav-link {
    border: 0;
    padding: 1rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    width: 100%;
    position: relative;
    border-radius: 5px;
    text-align: left;
    transition: .5s
}

.navStyle .nav-link.active,.navStyle .nav-link:focus,.navStyle .nav-link:hover {
    background: var(--black);
    color: #fff
}

.tabStyle .imgWrap {
    justify-content: space-between;
    gap: 12px
}

.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 *,.thankyou p {
    color: #fff
}

.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: #fff;
    margin: 0
}

.achieveThumb h2,.awardSec .phoneStyle,.disciplineList li:hover .overlay {
    color: var(--white)
}

.tabStyle .imgWrap .guaratee h4 {
    font-size: 1.75rem;
    margin: .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: url(../images/banners/bg1.webp) top right/cover no-repeat
}

.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: .5s
}

.achieveThumb img {
    filter: hue-rotate(202deg)
}

.benefitSec .achieveThumb img {
    filter: hue-rotate(0deg)
}

.achieveThumb.sm {
    flex-direction: column;
    padding: 1.5rem 1rem;
    text-align: center
}

.achieveThumb.sm strong {
    margin: 1rem 0 0
}

.achieveThumb:focus,.achieveThumb:hover {
    transform: scale(1.1)
}

.achieveThumb h2 {
    font-size: 3.125rem;
    margin: 0
}

.achieveThumb h2 span {
    display: block;
    font-size: 14px;
    font-weight: 500
}

.aboutSec,.thankyou .main-content {
    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 {
    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
}

.confidentialSec,.disciplineSec {
    background: #f7f7f7
}

.ownerQuote,.paymentWrap h3,.storiesCarousel .item,.topUniCarousel .uni,.whiteReffer .awardSec {
    background: var(--white)
}

.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: .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(--gradient);
    transform: scale(1.1)
}

.disciplineList li img {
    position: relative;
    opacity: 0;
    border-radius: 5px;
    transition: .5s;
    width: 100%
}

.disciplineList li:hover img {
    opacity: .2;
    mix-blend-mode: luminosity
}

.topUniCarousel .uni {
    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 h3 {
    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 {
    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,.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,.aboutThesis-01 {
    padding: 6rem 0
}

.aboutThesis .imgWrap {
    flex-flow: row wrap;
    gap: 1.5rem
}

.aboutThesis .imgWrap .womenWriting,.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 h2,.aboutThesis-01 h2,.awardStyled p,.calculationWrap .calc-title h2,.confidentialSec figure,.thesisList li p,.user-name p {
    margin: 0
}

.aboutThesis h3,.aboutThesis-01 h3 {
    font-size: 2.125rem;
    font-weight: 600
}

.aboutThesis strong,.aboutThesis-01 strong {
    line-height: 1.5;
    margin: 1rem 0 1.8rem;
    display: block;
    font-size: 1.125rem;
    font-weight: 600
}

.aboutThesis-01 .imgWrap {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 1.5rem
}

.awardStyled,.ownerQuote {
    align-items: center;
    display: flex
}

.ownerQuote {
    border-radius: 6px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    padding: 1.4rem;
    margin-bottom: 2rem;
    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 .phoneStyle,.whiteReffer .awardSec :is(h2,h3) {
    color: var(--black)
}

.awardSec h2,.awardSec h3,.thumb-text {
    color: var(--white)
}

.awardSec {
    background: url(../images/award-bg.webp) center/cover no-repeat
}

.awardSec h2 {
    margin-bottom: 1rem
}

.awardSec h3 {
    font-weight: 400
}

.awardSec h3 span {
    font-weight: 600
}

.awardStyled {
    gap: 3rem;
    padding: 2rem;
    margin-bottom: 2.5rem;
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px
}

.achieveThumb2,.thumb-img {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    position: relative;
    transition: .5s
}

.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: var(--primary);
    font-weight: 700
}

.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: var(--primary);
    font-size: 2rem
}

.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: .5s
}

.navPillStyle .nav-link.active,.navPillStyle .nav-link:hover {
    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: .5s
}

.navPillStyle .nav-link.active:after,.navPillStyle .nav-link:hover: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
}

.processSteps ul li div,li.numtext {
    width: 20rem
}

span.onenum {
    font-size: 7rem;
    position: absolute;
    color: #ededed;
    z-index: -2;
    font-weight: 700;
    left: 0;
    top: -10px
}

li.processImg {
    background: var(--gradient);
    padding: 2rem;
    border-radius: 50%
}

.onenum p {
    margin: 0;
    font-weight: 500
}

.numtext div {
    margin-left: 6.5rem
}

.numtext h4,.numtext p {
    font-weight: 700
}

.processSteps {
    margin: 5rem 0 0
}

li.line:after {
    content: "";
    background: #000;
    height: 100%;
    position: absolute;
    border: 1px solid #000;
    bottom: 0;
    left: 50%;
    top: 100%
}

.reviews>*,.thumb>* {
    padding-top: 1.5rem
}

.achieveThumb2 {
    background: var(--white);
    border-radius: 5px;
    min-height: 19rem;
    padding: 1rem
}

.darkAchieve,.reviews .col-md-4:nth-child(2n) .achieveThumb2 {
    background-color: #f7f7f7
}

.r-text p {
    margin: 1rem 0 0;
    font-size: .85rem
}

.user img {
    border-radius: 10px;
    aspect-ratio: 1;
    height: 100%
}

.formContact input,.formContact textarea {
    border: 1px solid #000
}

.arrow-dark,.arrow-light {
    margin-left: auto
}

.reviews .col-md-4:nth-child(odd) .arrow-light {
    opacity: .1;
    filter: sepia(1)
}

.formContact input {
    height: 4rem
}

.contactIcon {
    margin: 4rem 0
}

.contactIcon li {
    margin: 1rem 0;
    color: #000
}

.contactIcon i.fa {
    background: var(--gradient);
    padding: 1rem;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-right: 10px
}

.contactIcon a {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600
}

.thumb-img {
    background: #fff;
    border-radius: 5px
}

.thumb-text {
    margin: 0;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(11 15 40 / 90%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.thumb-img:hover .thumb-text {
    background: rgb(50 79 79 / 81%)
}

.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
}

.iti,.phone-container {
    position: relative;
    background: 0 0
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    display: block
}

.dropdown a:hover {
    background-color: #ddd
}

.iti {
    height: auto;
    display: block;
    border-radius: 5px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center
}

.phone-container {
    border: 1px solid var(--black);
    border-radius: 5px
}

.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: 700
}

.iti__country-name,.iti__dial-code {
    font-size: 12px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent
}

.thankyou {
    position: relative;
    padding: 0;
    background: url(../images/banners/ban.webp) center/cover no-repeat fixed;
    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 h1 {
    padding: 20px 0 0;
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700
}

.calculationWrap {
    background: url(../images/calc-bg.webp) center/cover no-repeat;
    padding-bottom: 10rem
}

.calculationWrap .academicLevel {
    margin: 1rem 0 2rem
}

.calculationWrap .academicLevel ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem 0 0
}

.ctaWrap,.formStyle .price {
    align-items: center;
    display: flex
}

.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: 0 0;
    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: .25rem 1rem;
    justify-content: center;
    gap: 1rem
}

.formStyle .price h2 {
    margin: 0;
    color: var(--primary)
}

.ctaWrap {
    gap: 1.5rem;
    margin-top: 3rem
}

.phoneStyle {
    font-size: 1.25rem;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 1rem
}

.phoneStyle i {
    font-size: 1.75rem
}

.phoneStyle small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.slick-dots li,.slick-dots li button {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    padding: 0
}

.slick-dots li button {
    margin: 0;
    background: #d1d1d1;
    border-radius: 20px
}

.review-inner-content{
    padding: 50px 0;
}
.review-inner-content .inner-content-body:hover {
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.review-inner-content .inner-content-body {
    padding: 35px 25px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
    transition: transform .3s cubic-bezier(.287, .137, .222, .886), -webkit-transform .3s cubic-bezier(.287, .137, .222, .886);
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 25px;
}
.review-inner-content .img-content {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}
.review-inner-content .img-content .img {
    width: 20%;
    margin: 0 10px 0 0;
}
.img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.content h4 {
    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}
.review-inner-content .img-content h6 span {
    margin-right: 8px;
    color: #252525;
    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}
.review-inner-content .inner-content-body p {
    font-size: 16px;
    font-weight: 400;
    color: #8a94a6;
    margin: 0 0 20px;
}