@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primaryBg: #1b6563;
  --secondaryBg: #fe5b2c;
  --thirdWhite: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.hireBox h5 {
  color: var(--secondaryBg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
}

p,
a,
span,
button,
li,
input,
select,
label,
textarea {
  font-family: "Poppins", sans-serif;
}

.navbar-toggler {
  border: 1px solid #fff;
}

.fa-bars {
  font-size: 33px;
  color: #fff;
}

.topSec .info p.fw-bold {
  font-family: "Alegreya", sans-serif;
  font-size: 20px;
  color: var(--secondaryBg);
}

.topSec .info p.text-dark {
  font-family: "Alegreya", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.topSec ul li {
  border-right: 1px solid #000000;
  padding-right: 1rem;
}

.topSec ul li:nth-child(3) {
  border-right: none;
  padding-right: 0;
}

.headerInfo ul.listItems li {
  flex: 49%;
 font-size: 15px;
}

.headerSec {
  background-size: cover !important;
  /* background: url("../../assets/images/header-bg.webp"); */
  background: url("../../assets/images/image_header.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.headerSec.cipdlevel3banner{
    background: url("../../assets/images/image_headercipdlevel3banner.webp");
}
.headerSec.cipdlevel5banner{
    background: url("../../assets/images/image_headercipdlevel5.webp");
}
.headerSec.cipdlevel7banner{
    background: url("../../assets/images/image_headercipdlevel7banner.webp");
}
.headerSec.hrassignmentbanner{
    background: url("../../assets/images/image_headerhrassignmentbanner.webp");
}
.headerSec.image_headercipdlevel3banner{
    background: url("../../assets/images/image_headercipdlevel3banner.webp");
}



nav.navbar.navbar-expand-lg.head_top.fixed {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fe5b2c;
  z-index: 2;
}

.navSec {
  background: var(--secondaryBg);
}

.headerSec img.headerGirl {
  max-width: 430px;
}

.headerInfo h1 {
  padding-top: 15px;
  font-size: 2.5rem;
  padding-bottom: 8px;
  line-height: 50px;
}

.ordernow {
  border-radius: 8px;
  border: 1px solid var(--primaryBg);
  background: var(--thirdWhite);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

a.livechat {
  border-radius: 8px;
  background: var(--secondaryBg);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.navbar-expand-lg {
  padding: 3px 0px 0px 0px;
}

.navSec ul.navbar-nav li.nav-item a.nav-link {
  color: var(--thirdWhite);
  padding: 1.2rem 0.5rem 0.2rem;
}

.nav-item a {
  font-size: 16px;
}

.dropdown-toggle::after {
  content: none;
}

.headerText {
  position: absolute;
  writing-mode: vertical-lr;
  rotate: 180deg;
  bottom: 0;
  right: 0;
}

.headerText p.h2 {
  display: inline-block;
  color: #0e4e4c;
  font-family: Alegreya;
  font-size: 11rem;
  font-style: normal;
  font-weight: 700;
  position: relative;
  right: 24px;
  text-orientation: mixed;
}

.headerSec {
  position: relative;
  overflow: hidden;
}

li.nav-item {
  text-align: center;
}

.navSec ul.navbar-nav li.nav-item a.nav-link.active {
  border-radius: 50px 50px 0px 0px;
  background: #1b6563;
}

.hireBox {
  top: -2rem;
  box-shadow: 1px 1px 2px #3333;
  padding: 2rem 2rem;
  border-radius: 2rem;
}

.hireBox .form-group {
  margin-bottom: 10px;
}

.cipdHireTutor h5 {
  color: var(--secondaryBg);
}

.cipdHireTutor .uniLogo li {
  flex: 30%;
}

.cipdHireTutor button {
  flex: 1;
  background: var(--primaryBg);
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  color: #fff;
}

.achieveSec ul.archieveNav li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.4rem;
}

.achieveSec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: var(--secondaryBg);
  color: #fff;
}

.achieveSec .nav-pills .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.4rem;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 1rem 0.7rem;
}

.achieveSec .nav-pills .nav-link p {
  font-size: 14px;
}
.achieveSec .nav-pills .nav-link p.h5{
    font-size:23px;
}

.achieveSec ul.archieveNav li a.active {
  background: var(--secondaryBg);
  color: #fff;
}

.achieveSec ul.archieveNav li a.active img {
  filter: invert(1);
}

.achieveSec ul.archieveNav li a h5 {
  font-size: 1.4rem;
}

.achieveSec ul.archieveNav li a p {
  font-size: 14px;
}

.achieveSec {
  background: #d3d3d333;
}

img.featureGirls {
  max-width: 382px;
  position: relative;
  left: -7rem;
}

.counterBox {
  background: var(--primaryBg);
}

.counterItem p.h5 {
  font-size: 3rem;
  font-weight: 700;
}

.counterItem {
  text-align: center;
}

.counterBox ul li {
  flex: 1;
  border-right: 1px solid #fff;
}

.counterBox ul li:nth-child(4) {
  border-right: none;
}

.contentAssignment {
  background: url("../../assets/images/content-section.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cipdLevelList.active .cipdHeading {
  background: var(--primaryBg);
}

.cipdLevel .swiper-slide {
  height: auto;
}

.cipdLevelList .cipdHeading:hover {
  background: var(--primaryBg);
}

.cipdLevelList .cipdHeading:hover p.h5 {
  color: #fff !important;
}

.cipdLevelList .cipdHeading:hover p.h6 {
  color: #fff;
}

.notchQuality .infoCta p.text-dark {
  font-family: "Alegreya", sans-serif;
  line-height: 1.2;
}

.cipdHeading {
  align-items: center;
  background: #0b0b0b5d;
  padding-left: 2rem;
  padding-left: 2rem;
}

.cipdHeading p.h5 {
  font-size: 4rem;
  font-weight: 800;
}

.cipdHeading p.h5 span {
  display: block;
}

.cipdHeading p.h6 {
  color: var(--secondaryBg);
  text-align: center;
  font-family: Poppins;
  font-size: 10rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-right: 12px;
  text-shadow: 8px 0px 0px #e2baae;
}

.firstnum {
  color: var(--thirdWhite) !important;
  text-shadow: 8px 0px 0px #8db2b1 !important;
}

button[type="button"] {
  font-size: 1rem;
  font-family: Alegreya;
  font-weight: 600;
  background-color: var(--secondaryBg);
}

.cipdLevelList {
  box-shadow: 0px 0px 7px #3333;
  height: 100%;
}

.achieveSec div.nav.flex-column {
  width: 245px;
}

.beforeform .infoCta p.m-0 {
  font-weight: 700;
  font-family: "Alegreya", sans-serif;
}

.beforeform .infoCta p.fw-bold {
  font-family: "Alegreya", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ctaSec {
  background: url("../../assets/images/ctaBg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctaSec h3.h5 {
  font-size: 2.1rem;
}

.customerLine {
  border-radius: 30px;
  border: 2px solid #0e4e4c;
  padding: 2rem 4rem;
  height: 100%;
}

.fa-quote-left {
  font-size: 3.5rem;
  color: #0e4e4c;
}

.fa-quote-right {
  font-size: 3.5rem;
  color: #0e4e4c;
}

.customerSays .mySwiperArchieve {
  padding-bottom: 2rem;
}

.customerSays .swiper-slide {
  height: 100%;
}

.customerSays .swiper-pagination {
  width: 95% !important;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.customerSays .swiper-pagination span:nth-child(1) {
  background: url(../../assets/images/Florence.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(2) {
  background: url(../../assets/images/Daisy.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(3) {
  background: url(../../assets/images/Freddie.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(4) {
  background: url(../../assets/images/Arlo.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(5) {
  background: url(../../assets/images/Emily.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(6) {
  background: url(../../assets/images/Farah.webp);
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -35px !important;
  opacity: 1;
}

.customerSays .swiper-pagination span:nth-child(7) {
  background: url(../../assets/images/Arshad.webp);

}

/*.customerSays2 .swiper-pagination span:nth-child(1) {*/
/*  background: url(../../assets/images/Aisha.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(2) {*/
/*  background: url(../../assets/images/Anwar.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(3) {*/
/*  background: url(../../assets/images/Muhammad.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(4) {*/
/*  background: url(../../assets/images/Fatima.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(5) {*/
/*  background: url(../../assets/images/Ali.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(6) {*/
/*  background: url(../../assets/images/Khadija.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(7) {*/
/*  background: url(../../assets/images/Hussain.webp);*/

/*}*/
/*.customerSays2 .swiper-pagination span:nth-child(8) {*/
/*  background: url(../../assets/images/Hassan.webp);*/

/*}*/


.customerSays3 .swiper-pagination span:nth-child(1) {
  background: url(../../assets/images/Willow.webp);

}
.customerSays3 .swiper-pagination span:nth-child(2) {
  background: url(../../assets/images/Alice.webp);

}
.customerSays3 .swiper-pagination span:nth-child(3) {
  background: url(../../assets/images/Ayla.webp);

}
.customerSays3 .swiper-pagination span:nth-child(4) {
  background: url(../../assets/images/Albie.webp);

}
.customerSays3 .swiper-pagination span:nth-child(5) {
  background: url(../../assets/images/Nova.webp);

}

.customerSays3 .swiper-pagination span:nth-child(6) {
  background: url(../../assets/images/Penelope.webp);

}
.customerSays3 .swiper-pagination span:nth-child(7) {
  background: url(../../assets/images/Salman.webp);

}


.customerSays4 .swiper-pagination span:nth-child(1){
  background: url(../../assets/images/Orla.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(2){
  background: url(../../assets/images/Benjamin.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(3){
  background: url(../../assets/images/Margot.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(4){
  background: url(../../assets/images/Matilda.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(5){
  background: url(../../assets/images/Millie.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(6){
  background: url(../../assets/images/Carter.webp)center/cover no-repeat;

}
.customerSays4 .swiper-pagination span:nth-child(7){
  background: url(../../assets/images/Rizwan.webp)center/cover no-repeat;

}


.customerSays5 .swiper-pagination span:nth-child(1){
  background: url(../../assets/images/Dylan.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(2){
  background: url(../../assets/images/Scarlett.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(3){
  background: url(../../assets/images/Ellis.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(4){
  background: url(../../assets/images/Anderson.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(5){
  background: url(../../assets/images/Frederick.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(6){
  background: url(../../assets/images/Imran.webp)center/cover no-repeat;

}
.customerSays5 .swiper-pagination span:nth-child(7){
  background: url(../../assets/images/Abdul-Rafi.webp)center/cover no-repeat;

}



.customerSays2 .swiper-pagination span:nth-child(1) {
  background: url(../../assets/images/Freya.webp);

}
.customerSays2 .swiper-pagination span:nth-child(2) {
  background: url(../../assets/images/Jude.webp);

}
.customerSays2 .swiper-pagination span:nth-child(3) {
  background: url(../../assets/images/Hudson.webp);

}
.customerSays2 .swiper-pagination span:nth-child(4) {
  background: url(../../assets/images/Max.webp);

}
.customerSays2 .swiper-pagination span:nth-child(5) {
  background: url(../../assets/images/Ethan.webp);

}
.customerSays2 .swiper-pagination span:nth-child(6) {
  background: url(../../assets/images/bigjohn.webp);

}
.customerSays2 .swiper-pagination span:nth-child(7) {
  background: url(../../assets/images/Hussain.webp);

}
.customerSays2 .swiper-pagination span:nth-child(8) {
  background: url(../../assets/images/Hassan.webp);

}

.customerLine img {
  width: 100px;
}

.servicetabConxs ul li {
  display: flex;
  flex: 49%;
  align-items: baseline;
  gap: 7px;
  font-size: 15px;
}

.tabConxs ul li {
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
  gap: 7px;
}

.tabConxs ul li p {
  margin: 0px;
}

.customerLine p {
  font-size: 1rem;
}

.customerLine p i {
  font-size: 2.8rem;
}

.cusInfo p {
  font-size: 14px;
}

.cusInfo p i {
  color: yellow;
  font-size: 1rem;
}

.topicSec ul li {
  text-align: center;
  border: 1px solid #fff;
  padding: 0.9rem 0;
  border-radius: 4px;
  position: relative;
  padding-bottom: 1.4rem;
  width: 100%;
}

.topicSec ul li::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  left: 9px;
}

.topicSec ul li p {
  font-size: .9rem;
}

.topicSec {
  background: url("../../assets/images/topicBg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.levelsData .nav-tabs {
  border-bottom: none;
}

.levelsData ul.nav-tabs li.nav-item a.nav-link {
  font-size: 3.5rem;
  text-decoration: none;
  color: #000;
  border: none;
  padding: 0 3rem;
  font-weight: 800;
  box-shadow: 0px 0px 2px #333;
}

.levelsData ul.nav-tabs li.nav-item a.nav-link span {
  font-family: "Alegreya", sans-serif;
  font-size: 6rem;
  line-height: 0;
}

.levelsData ul.nav-tabs li.nav-item a.nav-link.active {
  background: var(--primaryBg);
  color: #fff;
}

.ourDynamic {
  background: url("../../assets/images/topicBg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ourDynamic .swiper-slide {
  height: auto;
}

.ourDynamic .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.ourDynamic .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

.mySwiperDynamic .swiper-pagination-bullet-active {
  width: 10px;
}

.topicSec .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.topicSec .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 11px;
  height: 11px;
}

.topicSec .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondaryBg);
}

.levelsData  .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.levelsData  .swiper-pagination-bullet {
  opacity: 1;
  background: var(--primaryBg);
  width: 11px;
  height: 11px;
}

.levelsData  .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondaryBg);
}

.cipdHireTutor .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.cipdHireTutor  .swiper-pagination-bullet {
  opacity: 1;
  background: var(--primaryBg);
  width: 11px;
  height: 11px;
}

.cipdHireTutor  .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondaryBg);
}

.review-feature .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.review-feature  .swiper-pagination-bullet {
  opacity: 1;
  background: var(--primaryBg);
  width: 11px;
  height: 11px;
}

.review-feature  .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondaryBg);
}

.dynamicItems {
  background: var(--thirdWhite);
  padding: 2rem 1.5rem;
  border-radius: 10px;
  height: 100%;
}

.dynamicItems .swiper-slide {
  height: auto;
}
/* .dynamicItems .list-items{
  column-gap: 105px;
  row-gap: 20px;

} */

.dynamicItems h4 {
  font-size: 15px;
  padding-top: 5px;
}

.dynamicItems p {
  font-size: 14px;
}

.dynamicItems .innerItems p {
  font-family: "Alegreya", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.dynamicItems span {
  color: var(--secondaryBg);
  font-size: 14px;
}

.innerItems {
  flex: 1;
  text-align: center;
}

.innerItems h5 {
  font-size: 15px;
}

.innerItems h6 {
  font-size: 10px;
}

.dynamicItems p.h4 {
  font-size: 12px;
  padding-top: 5px;
}

.dynamicItems p.h6 {
  color: var(--secondaryBg);
  font-weight: 600;
  font-size: 17px;
}

.mySwiperDynamic .swiper-pagination-bullet-active,
.ReviewSlider .swiper-pagination-bullet-active {
  background: var(--secondaryBg) !important;
}

.order-form input::placeholder {
  color: #fff;
}

.mySwiperDynamic .swiper-pagination-bullet,
.ReviewSlider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination {
  position: static;
}

.getAssignemnt .col-md-4 img {
  position: relative;
  left: -117px;
}

.countrySec {
  display: flex;
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
  background: var(--secondaryBg);
}

.countrySec h5 {
  font-size: 4rem;
  color: var(--thirdWhite);
}

.countrySec {
  background-image: url(../../assets/images/map.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 665px;
}

.stepSec ul li {
  border-radius: 20px;
  flex: 34%;
  background: var(--secondaryBg);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}

.stepLeft {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  rotate: 180deg;
  writing-mode: vertical-rl;
  text-orientation: inherit;
  font-size: 2rem;
  letter-spacing: 5px;
  display: flex;
  padding: 20px 13px;
  background: var(--primaryBg);
  color: #fff;
  font-weight: 500;
  border: 1px solid var(--primaryBg);
  align-items: center;
}

.achieveSec .nav-pills .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(31%)
    hue-rotate(195deg) brightness(106%) contrast(99%);
}

.stepCount {
  margin-left: -13px !important;
  background: #fff;
  width: 110px;
  border-top-right-radius: 100px;
  height: 80px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
}

.stepInfo h5 {
  color: var(--thirdWhite);
}

.stepBooking p {
  color: var(--thirdWhite);
}

.footerSec {
  background: url("../../assets/images/footer_background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.infoContact h5 {
  font-size: 14px;
  font-weight: normal;
}

.infoContact h6 {
}

.copyrightSec {
  background: var(--secondaryBg);
}

a.ordernowTop {
  border-radius: 9px;
  background: var(--thirdWhite);
  padding: 0.5rem 1rem;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-family: Alegreya;
}

a.login {
  font: 17px;
  font-weight: 700;
  font-family: Alegreya;
}

.service-form {
  top: 0;
}

.about-bg {
  background: url(../../assets/images/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0px;
}

.about-section {
  background: var(--primaryBg);
}

/* Review Page */

.review-box:hover {
  color: #fff;
  background: var(--secondaryBg);
  border: 1px solid var(--secondaryBg) !important;
}

.review-box:hover object {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%)
    hue-rotate(2deg) brightness(106%) contrast(101%);
}

.main-review {
  background: var(--primaryBg);
}

.main-review .fa-star {
  color: #fdcc0d;
}

.main-review p.w-50 {
  background: var(--secondaryBg);
  top: 0;
  left: 0;
  border-top-right-radius: 41px;
  border-bottom-right-radius: 41px;
}

.main-review .reviews {
  padding: 1.5rem;
  padding-top: 4.5rem;
  margin-bottom: 2rem;

}

/* Price Page */
.main-price {
  padding: 3rem 0px;
}

.price-table .table-1 {
  /*display: flex;*/
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
}

.price-table .table-1 ul {
  display: flex;
}

.price-table ul li {
  flex-direction: column;
  display: flex;
  background-color: #f0f0f0;
  text-align: center;
  padding: 14px 9px;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 14px;
}

.price-table p.h3 {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  background: var(--secondaryBg);
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.price-table ul li p {
  color: #1b6563;
  font-size: 15px;
  font-weight: 700;
}

.price-table ul li span {
  color: #fe5b2c;
  font-size: 22px;
  font-weight: 700;
}

.price-table ul li:nth-child(1) {
  background: var(--secondaryBg);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 11%;
}

.price-table ul li:last-child {
  border-right: unset;
  border-bottom-right-radius: 19px;
  border-top-right-radius: 19px;
}

.main-price {
  background: url(../../assets/images/main-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-review {
  background: url(../../assets/images/main-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-order {
  background: url(../../assets/images/main-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-order label {
  color: #fff;
  margin-bottom: 10px;
}

.price-section h3 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 15px;
}

.main-order input {
  background: none;
  background-clip: unset;
  padding: 11px;
  color: #fff;
}

.main-order input:focus {
  background: none;
  border: 1px solid #fff;
  box-shadow: unset;
  color: #fff;
}

.main-order select {
  background: none;
  background-clip: unset;
  padding: 11px;
  appearance: auto;
  color: #fff;
}

.main-order select:focus {
  background: none;
  border: 1px solid #fff;
  box-shadow: unset;
}

.main-order textarea {
  background: none;
  background-clip: unset;
  padding: 11px;
  color: #fff;
}

.main-order textarea:focus {
  background: none;
  border: 1px solid #fff;
  box-shadow: unset;
}

.main-order:placeholder-shown {
  color: #fff;
}

.order-summary {
  background: var(--secondaryBg);
  padding: 18px;
  border-radius: 20px;
}

.order-img {
  background: url(../../assets/images/order-form.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.ordernow-fromgirl {
  position: absolute;
  bottom: 0;
  max-width: 24%;
}
.order-form input {
  background: none;
  border: 1px solid #fff;
}

.order-form input:focus {
  box-shadow: unset;
  background-clip: unset;
  border: 1px solid #fff;
  background: unset;
  color: #fff;
}

.order-form select {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.order-form select:focus {
  box-shadow: unset;
  background-clip: unset;
  border: 1px solid #fff;
  background: unset;
}

ul.mainUlx li:nth-child(1) {
  background: #fff;
  padding: 5px 13px;
  border-radius: 10px;
}

ul.mainUlx li a {
  text-decoration: none;
}

ul.mainUlx2 li {
  position: relative;
}

ul.mainUlx li {
  position: relative;
}

ul.mainUlx2 li:nth-child(1) {
  background: #fff;
  padding: 5px 13px;
  border-radius: 10px;
  position: relative;
  left: -0.3rem;
}

ul.mainUlx2 li:nth-child(2) {
  background: #fff;
  padding: 5px 13px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  left: 3rem;
}

.infoCta.sdsd p.h5 {
  color: var(--secondaryBg);
  font-size: 1.6rem;
  font-weight: 700;
}

.boxIcta {
  background: var(--secondaryBg);
  padding: 3px 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.img3 {
  position: absolute;
  top: -37px;
  left: -2rem;
  width: 52px;
}

img.img1 {
  position: absolute;
  top: -26px;
  left: -21px;
  width: 52px;
}

img.img2 {
  position: absolute;
  top: -14px;
  right: -23px;
  width: 58px;
}

.hireBox button {
  flex: 1;
  background: var(--primaryBg);
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  color: #fff;
}

.fa-facebook-f {
  background: #fff;
  padding: 7px 10px;
  border-radius: 50px;
  color: var(--primaryBg);
  font-size: 1.2rem;
}

.fa-x-twitter {
  background: #fff;
  padding: 7px 7px;
  border-radius: 50px;
  color: var(--primaryBg);
  font-size: 1.2rem;
}

.fa-instagram {
  background: #fff;
  padding: 7px 7px;
  border-radius: 50px;
  color: var(--primaryBg);
  font-size: 1.2rem;
}

.fa-linkedin-in {
  background: #fff;
  padding: 7px 9px;
  border-radius: 50px;
  color: var(--primaryBg);
  font-size: 1.2rem;
}

.fa-pinterest-p {
  background: #fff;
  padding: 7px 9px;
  border-radius: 50px;
  color: var(--primaryBg);
  font-size: 1.2rem;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 0em;
  z-index: 999999;
}

.fixedbtnwhatsapp li {
  list-style: none;
}

.fixedbtnwhatsapp img {
  width: 100%;
  max-width: 80px;
  display: block;
}

.fa-star{
  color: #fdcc0d;
}
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: var(--primaryBg);
  border-top-color: var(--secondaryBg);
  border-bottom-color: var(--thirdWhite);
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
label:hover {
  cursor: pointer;
}
.form-control{
    appearance: auto;
}
.notchQuality .grid-list {
  display: grid;
  grid-template-columns: auto auto auto;
}