:root {
  --primary: #185fc7;
  --primary-dark: #094091;
  --secondry: #ffa600;
  --black: #222;
  --white: #fff;
}
.haeder_btn a span {
    margin: 0 10px 0 0;
}
[class^="box-"] {
  display: none;
}
#header {
  transition: all 0.5s;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 3px 9px 0px #939393c4;
  background: #000;
}
.header.header-scrolled {
  background: var(--tpup);
  padding: 40px !important;
}
#header .logo img {
  padding: 0;
  margin: 0;
  /* width: 100%; */
}

/************************** popup  ************************************/
.modal{top:0%;background:#000000de;}
.modal-dialog{max-width:500px;margin:50px auto 0;}
.pop_heading{width:100%;padding:20px;}
.pop_heading h5{font-size:19px;font-weight:700;margin:0 0 15px;border-left:4px solid #161457;padding:0 20px;line-height:29px;text-transform:uppercase;color:#161457;}
.pop_heading h4{font-size:15px;color:#858585;}
.field{width:100%;position:relative;margin:0 0 20px;}
span.pop_icon{position:absolute;color:#161457;left:13px;top:11px;}
.field .form-control{width:100%;border-radius:0;padding:3px 0 4px 37px;resize:auto;height:45px;border-radius:5px;border:1px solid #ccc;color:#000;}
.modal-content{box-shadow:rgb(243,238,238) 0px 0px 3px 2px;width:450px;border-bottom:#f7941d 5px solid;border-radius:23px;}
#popupform p{text-align:center;font-size:14px;color:#161457;margin:19px 0 0;}
.modal-header{padding:0;border:none;}
button.pop_btn{font-size:16px;text-transform:uppercase;color:#fff;padding:10px 0;border:none;width:100%;background:#161457;}
button.close{background:url(assets/images/cross.png) no-repeat 0 0;width:20px;height:20px;position:absolute;top:9px;right:15px;display:block;opacity:1;}
.fade.in{overflow:hidden;}
.field textarea.form-control{height:auto;}
button.ban_btn span{background:#bf2727;padding:10px 15px;font-size:20px;border-radius:50px;display:block;text-align:center;}

/************************** popup ************************************/
div#logo{
  width: 20%;
}
.scrolled-offset {
  margin-top: 70px;
}
body.modal-open {
  padding: 0 !important;
} 
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .fixed-top{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding-bottom: 25px;
}
.fixed-top .logo{
  display: block;
} */
.navbar {
  padding: 0;
  margin-right: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #E4002B;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: auto;
}
.navbar .dropdown ul a {
  padding: 6px 10px;
  font-size: 13px;
  text-transform: none;
  color: #545454;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--t1);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /*visibility: hidden;*/
  display:none;
  column-count: 2;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  display:block;
  width: auto;
}


.faq-section {
  padding: 50px 0;
}

@media (max-width: 1366px) {
  /*.navbar .dropdown .dropdown ul {*/
  /*  left: -90%;*/
  /*}*/
  /*.navbar .dropdown .dropdown:hover > ul {*/
  /*  left: -100%;*/
  /*}*/
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--tpink);
  font-size: 28px;
  
  border-radius: 100px;
  padding: 5px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: var(--tpink);
}
.bi-x::before {
    content: "\f00d";
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background-color: #012169;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
  /* background-color: var(--tpink); */
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e96b56;
}
/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {*/
/*  color: #fff !important;*/
/*}*/
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.haeder_btn{
  display: flex;
}
/* BUTTONS START */
.haeder_btn .btn_pink{
  margin-left: 30px;
}
.btn_trans{
  background: transparent;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: #E4002B !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 10px;
  font-weight: 600;
  border: 2px solid #E4002B;
  display:inline-block;
}
.btn_trans:hover{
  background: #012169 !important;
  color: var(--twhite) !important;
  transform: scale(1.1);
  border-color: #194554;
}
.btn_pink{
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: #000!important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 5px;
  font-weight: 600;
  display:inline-block;
}
[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 700;
  line-height: 1.12;
}

p {
  display: block;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

p,
a {
  font-size: 15px;
  color: #111111;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -70px;
}

.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots > li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #e24659;
  border-radius: 25px;
  cursor: pointer;
}

.slick-arrow {
  font-size: 0;
  cursor: pointer;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

::-webkit-input-placeholder {
  color: #3b3b3b;
}

::-moz-placeholder {
  color: #3b3b3b;
}

:-ms-input-placeholder {
  color: #3b3b3b;
}

:-moz-placeholder {
  color: #3b3b3b;
}

/* Custom Radio Button */
.customradio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 400;
  color: #ffffff;
}

.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 11px;
  width: 11px;
  border-radius: 3px;
  background-color: #e0e0e0;
}

.customradio input:checked ~ .checkmark {
  background: #ff6101;
}

/* Hamburger Menu */
.hamburger {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 8;
  display: none;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: #f94452;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.hamburger.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Global Css */
.ovrer-hidden {
  overflow: hidden;
}

.overlay::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(3 19 43 / 90%);
  z-index: 4;
}

.overlay {
  display: none;
}

/* Dropdown CSS*/
ul.dropdown {
  position: absolute;
  width: 200px;
  left: -47px;
  margin: auto;
  background: #ffffff;
  padding: 20px 15px 10px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #00000014;
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li a:before {
  display: none;
}

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }

  100% {
    top: 115px;
    opacity: 0;
  }
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }

  100% {
    top: 24px;
    opacity: 1;
  }
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 10px;
  text-align: center;
  font-weight: 500;
}

ul.dropdown li a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

.mainSlider .slick-arrow {
  font-size: 2rem;
  border: 0;
  text-indent: 0;
  color: var(--white);
}

.mainSlider .slick-arrow:before {
  content: none;
}

.mainSlider .slick-prev {
  left: 3rem;
}

.mainSlider .slick-next {
  right: 3rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainSlider .slick-dots {
  bottom: 20px;
}

/* General CSS  */
.element {
  position: absolute;
}

.element-1 {
  bottom: 0;
  left: 15%;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

ul li {
  list-style: none;
  font-size: 15px;
}

ul.inline-block > li {
  display: inline-block;
  margin-right: 10px;
}

ul.inline-block > li:last-child {
  margin-right: 10px;
}

.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.cust-bg-primary {
  background-color: var(--primary-color);
}

.over-hidden {
  overflow: hidden;
}

.spacing-x {
  padding: 70px 0;
}

.pb-150 {
  padding-bottom: 150px;
}

.bg-color-1 {
  background-color: #f9f9f9;
}

.bg-gradient-1 {
  /* background: #145857; */
  background: -moz-linear-gradient(top, #145857 0%, #327870 100%);
  /* background: -webkit-linear-gradient(top, #145857 0%,#327870 100%); */
  background: linear-gradient(to right, #094091, #185fc7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#145857', endColorstr='#327870', GradientType=0);
  padding: 50px 25px;
  border-radius: 15px;
}

.btn-style-1,
.btn-style-icon {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary-dark);
  border: 1px solid var(--primary-dark);
  padding: 12px 25px;
  line-height: normal;
}
.btn-style-1.primary-bg {
  background: var(--secondry);
  color: var(--black);
}

.btn-style-icon.primary-border {
  border-color: var(--secondry);
  color: var(--secondry);
}
.btn-style-icon {
  color: var(--primary-dark);
  background-color: transparent;
}

.btn-style-icon i {
  color: var(--secondary-color);
  margin-right: 4px;
  font-size: 18px;
}

.btn-1 {
  position: relative;
  display: block;
  font-size: 15px;
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  border-radius: 50px;
}

.btn-2 {
  position: relative;
  display: block;
  font-size: 15px;
  color: #ffffff;
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  border-radius: 50px;
  line-height: normal;
  background: #145857;
  background: -moz-linear-gradient(top, #145857 0%, #327870 100%);
  background: -webkit-linear-gradient(top, #145857 0%, #327870 100%);
  background: linear-gradient(to bottom, #145857 0%, #327870 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#145857', endColorstr='#327870', GradientType=0);
}

.headingstyle-1 {
  text-align: center;
  position: relative;
}

.headingstyle-1 h6 {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #111111;
  display: inline-block;
}

.headingstyle-1 h6::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  left: -30px;
  background-color: var(--secondary-color);
}

.headingstyle-1 h6::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  right: -28px;
  background-color: var(--secondary-color);
}

.headingstyle-1 h3 {
  margin: 15px 0 10px 0;
  font-size: 50px;
  font-weight: 600;
}

.blink {
  animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@keyframes blink1 {
  0%,
  100% {
    color: #000000;
  }

  50% {
    color: red;
  }
}

.headingstyle-1 p {
  margin: 0;
  font-size: 18px;
}

.fs-40 {
  font-size: 40px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

/* Site CSS */
header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  padding: 20px 0;
}

header.blueBg {
  background: linear-gradient(180deg, rgb(0 0 0 / 100%), transparent);
  padding: 5px 0 2rem;
}

header .toll-free {
  text-align: right;
}

header .toll-free a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

header .toll-free a span {
  color: var(--secondary-color);
  font-weight: 500;
}

.banner-style-1 {
  position: relative;
  min-height: 780px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}

/*.banner-style-1::before {*/
/*    content: '';*/
/*    background: url(../lp/images/elements/element-2.webp) no-repeat;*/
/*    position: absolute;*/
/*    width: 573px;*/
/*    height: 658px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.banner-style-1.halloweenStyle::before {
  content: none;
}

/*.banner-style-1.halloweenStyle h1,*/
/*.halloweenStyle .content-style ul li{*/
/*    color: var(--white);*/
/*}*/
/*.banner-style-1.halloweenStyle h1 span,*/
/*.halloweenStyle .content-style ul li i{*/
/*    color: var(--secondary-color)*/
/*}*/
/* Begin: Thanks Giving Banner CSS */
.thanksGivingStyle::before {
  content: none;
}

.thanksGivingStyle .leaf {
  position: absolute;
  top: -2.5rem;
  left: 3rem;
  animation: moves 5s ease infinite;
}

.newBannerStyle h3 {
  font-weight: 100;
  color: var(--white);
  font-size: 1.5rem;
}

.newBannerStyle .content-style p {
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 100;
}

.newBannerStyle .form-group i {
  display: none;
}

.newBannerStyle .form-group .custom-input-style,
.newBannerStyle .form-group .custom-select-style {
  /* border: 0 !important; */
  border-radius: 0 !important;
  padding: 10px 15px;
  height: 46px;
}

.newBannerStyle .form-group .intl-tel-input.separate-dial-code .selected-flag {
  background: none;
  border-radius: 0;
}

.desireGrades {
  padding: 5rem 0 0;
}

.desirethumb {
  padding: 3rem;
  background: #f9f9f9;
  margin-bottom: 2rem;
  min-height: 33rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.desirethumb.yellow {
  background: #fff0ce;
}

.desirethumb h4 {
  margin: 0.8rem 0;
  color: var(--primary-dark);
  font-size: 1.5rem;
}

.desirethumb p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}

.desirethumb.big {
  justify-content: flex-start;
}

.desirethumb .btn-style-1 {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 100;
}

.happyGirl {
  position: absolute;
  top: 0;
  left: 0;
  margin: -9rem 0 0 -7rem;
}

.tab-content .img-box .top,
.tab-content .img-box .botom {
  margin: 0;
  position: relative;
}

.tab-content .img-box .top .net,
.tab-content .img-box .botom .net {
  position: absolute;
  top: 0;
  left: -5rem;
  z-index: 0;
}

.tab-content .img-box .botom {
  width: 21rem;
  margin: -6rem -1rem 0 auto;
}

.tab-content .img-box .top img,
.tab-content .img-box .botom {
  border-radius: 1rem;
  position: relative;
}

.tab-content .img-box .top:before,
.tab-content .img-box .botom:before {
  content: "";
  width: 95%;
  height: 100%;
  border: 3px solid var(--secondary-color);
  border-radius: 1rem;
  position: absolute;
  top: 2rem;
  left: -2rem;
}

.tab-content .img-box .botom:before {
  border-color: #fff;
  top: -1rem;
  left: -1rem;
  width: 100%;
}

.phd-professionals .tab-content .text-box ul.list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.5rem 0;
}

.phd-professionals .tab-content .text-box ul.list li {
  flex: 0 0 48%;
}

.phd-professionals .tab-content .text-box h5 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}

.uniLogoCasrousel {
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}

@keyframes moves {
  0% {
    transform: rotate3d(0, 0, 1, 100deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 100deg);
  }
}

.thanksGivingStyle .hen {
  position: absolute;
  bottom: -4.5rem;
  right: -50%;
}

.thanksGivingStyle .content-style h1 {
  color: var(--white);
}

.thanksGivingStyle .content-style h1 .color-primary,
.thanksGivingStyle .content-style ul li i,
.thanksGivingStyle .content-style h4 {
  color: var(--secondary-color);
}

.thanksGivingStyle .content-style h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
}

.thanksGivingStyle .content-style p {
  background: #f9f9f9;
  color: #145857;
  font-weight: 600;
}

.thanksGivingStyle .content-style ul li {
  color: var(--white);
}

.thanksGivingStyle .banner-form {
  background: #f9f9f9;
}

.thanksGivingStyle .banner-form h4 {
  color: #145857;
  font-size: 2.25rem;
  font-weight: 800;
}

.thanksGivingStyle .banner-form h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #145857;
}

.thanksGivingStyle .banner-form .banner-middle p {
  text-transform: uppercase;
  font-weight: 600;
}

/* END: Thanks Giving Banner CSS */
.content-style p {
  background: #309290;
}

.content-style h1 {
  margin-top: 12px;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}

.content-style p {
  margin: 15px 0 20px 0;
  background-color: var(--secondary-color);
  color: var(--black);
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
}

.content-style ul {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.content-style ul li {
  font-size: 17px;
  color: #818181;
  margin-bottom: 13px;
}

.content-style ul li:last-child {
  margin-bottom: 0;
}

.content-style ul li strong {
  font-weight: 600;
}

.content-style ul li i {
  color: var(--secondary-color);
  font-size: 16px;
  margin-right: 5px;
}

.tab-style-1 {
  text-align: center;
  margin-bottom: 70px;
  margin-top: -160px;
}

.tab-style-1 ul li {
  width: 18%;
  display: inline-block;
  margin-right: 15px;
}

.tab-style-1 ul li:last-child {
  margin-right: 0;
}

.tab-style-1 ul li a {
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgb(20 88 87 / 12%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.tab-style-1 ul li a span {
  margin-top: 15px;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.tab-style-1 ul li a i {
  background: url(assets/images/sprite.webp) no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.tab-style-1 ul li a i.ic2 {
  background-position: -74px 0;
  width: 69px;
  height: 63px;
}

.tab-style-1 ul li a i.ic3 {
  background-position: -156px 0;
  width: 64px;
  height: 64px;
}

.tab-style-1 ul li a i.ic4 {
  background-position: -234px -2px;
  width: 62px;
  height: 62px;
}

.tab-style-1 ul li a i.ic5 {
  background-position: -314px -2px;
  width: 80px;
  height: 63px;
}

.tab-style-1 ul li.active a {
  background-color: var(--secondary-color);
}

.tab-style-1 ul li.active a span {
  color: var(--primary-color);
}

.tab-content .img-box {
  margin-bottom: 20px;
}

.tab-content .img-box img {
  border-radius: 10px;
}

.tab-content .text-box {
}

.tab-content .text-box h4 {
  color: #000000;
  font-weight: 600;
  font-size: 32px;
}

.tab-content .text-box p {
  margin: 25px 0;
  color: #000000;
  font-size: 18px;
}

.tab-content .text-box ul.list {
  margin-bottom: 30px;
}

.tab-content .text-box ul.list li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
}

.tab-content .text-box ul.list i {
  color: var(--secondary-color);
  font-size: 15px;
  margin-right: 5px;
}

.un-list ul {
  display: flex;
  margin-bottom: 15px;
}

.un-list ul li {
  width: 31.3333%;
  display: inline-flex;
  justify-content: space-around;
  margin-right: 15px;
}

.un-list ul li a {
  background-color: #ffffff;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgb(20 88 87 / 12%);
}

.un-list ul li a:hover {
  box-shadow: 0 0 25px 15px rgb(20 88 87 / 12%);
}

.cta-1 {
  padding: 40px 0;
  position: relative;
  display: none;
}

.cta-1 h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.cta-1 p {
  color: #ffffff;
  font-size: 18px;
  margin: 5px 0 20px 0;
}

.stats-box {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding: 20px 20px;
}

.stats-box .circle {
  position: relative;
  width: 151px;
  height: 151px;
  border-radius: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
  border: 1px solid #ffffff;
  z-index: 1;
}

.stats-box .circle::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
  height: 95%;
  background-color: var(--secondary-color);
  border-radius: inherit;
  z-index: -1;
}

.stats-box h6 {
  color: #ffffff;
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 24px;
}

.w-line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 0.1px;
  height: 146px;
  box-shadow: 1px 0 5px 1px rgb(0 0 0 / 40%);
}

.payment-modules .headingstyle-1 {
  margin-bottom: 40px;
}

.payment-method ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-method ul li {
  text-align: center;
  width: 16%;
  margin-right: 30px;
}

.payment-method ul li:last-child {
  margin-right: 0;
}

.payment-method ul li .img-box {
  background-color: #ffffff;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgb(20 88 87 / 12%);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.payment-method ul li span {
  font-weight: 400;
  font-size: 15px;
  margin: 10px 0 0 0;
  display: inline-block;
}

.payment-method ul li .img-box:hover {
  box-shadow: 0 0 15px 10px rgb(20 88 87 / 12%);
}

.copyright {
  background-color: #000000;
  padding: 15px 0;
}

.copyright p {
  margin: 0;
  color: #ffffff;
}

.copyright p a {
  color: var(--secondary-color);
}

.copyright .img-box {
  text-align: right;
}

.disclaimer {
  padding: 15px 0;
}

.disclaimer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

.disclaimer p span {
  display: block;
}

.cta-2 .content-style p {
  background-color: #f9f9f9;
  color: var(--primary-color);
}

.cta-2 .content-style h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
}

.cta-2 .content-style h6 {
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0 15px 0;
  line-height: normal;
}

.cta-2 .content-style ul li {
  color: #ffffff;
}

.cta-2 .content-style ul li i {
  color: var(--secondary-color);
}

.cta-2 .content-style ul.list {
  padding-bottom: 0;
  border-bottom: 0;
}

.bb-0 {
  border-bottom: 0 !important;
}

.cta-2 .banner-form {
  /* background-color: var(
    --white); */
}

.cta-2 .banner-top h4,
.cta-2 .banner-top h5 {
  color: var(--primary-dark);
}

.cta-2 .banner-middle,
.cta-2 .custom-submit-style {
  background-color: var(--primary) !important;
  color: #ffffff;
}

.cta-2 .banner-middle p,
.cta-2 .banner-middle p span {
  color: #ffffff !important;
}

.cta-2 .banner-form .sprite-icon {
  filter: brightness(0) invert(1);
}

.sub-list {
  position: relative;
}

.sub-list ul li {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  color: #ffffff;
}

.sub-list ul li:last-child {
  margin-bottom: 0;
}

.sub-list ul li i {
  margin-right: 5px;
  color: var(--secondary-color);
  font-size: 14px;
}

.what-we-provide {
  position: absolute;
  width: 295px;
  text-align: center;
  padding: 40px 30px;
  border-radius: 20px;
  top: -70px;
  left: -40px;
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
}

.what-we-provide ul {
  margin-top: 25px;
}

.what-we-provide ul li {
  margin-bottom: 10px;
}

.what-we-provide ul li:last-child {
  margin-bottom: 0;
}

.trusted-partners {
  background: linear-gradient(to bottom, #ffffff 1%, #165bc038 100%);
  box-shadow: 0 0 15px 4px rgb(21 89 189 / 8%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.trusted-partners ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted-partners ul li {
  width: 16.6666%;
  text-align: center;
  padding: 25px 0;
  position: relative;
}

.trusted-partners ul li.w-22 {
  width: 22%;
  background: linear-gradient(to right, #094091, #185fc7);
}

.trusted-partners ul li a {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  padding: 0 35px;
}

.trusted-partners ul li img {
  mix-blend-mode: multiply;
}

.trusted-partners ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #cccccc;
  box-shadow: 2px 0 5px 1px #cccccc;
  width: 0.1px;
  height: 60px;
}

.testimonial-box {
  position: relative;
}

.testimonial-box .review-by h5 {
  margin: 0;
  color: var(--primary-color);
  font-size: 50px;
}

.testimonial-box .review-by h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0 5px 0;
  position: relative;
  padding-left: 40px;
}

.testimonial-box .review-by h6::before {
  content: "";
  background-color: var(--secondary-color);
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.testimonial-box .review {
  position: relative;
}

.testimonial-box .review::before {
  content: "";
  width: 275px;
  height: 268px;
  background: url(assets/images/element-3.webp) no-repeat;
  position: absolute;
  right: 0;
  top: -70px;
  z-index: -1;
  opacity: 0.4;
}

.testimonial-box .review p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #111111;
}

.testimonial-box .review span {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 500;
}

.form-top .banner-form {
  position: absolute;
  top: -690px;
  right: 90px;
}

.banner-form {
  border: 1px solid #ffffff;
  border-radius: 20px;
  width: 457px;
  background: var(--secondry);
  z-index: 1;
  margin-left: auto;
}

.banner-form .form-group {
  position: relative;
}

.banner-top {
  text-align: center;
  padding: 40px 0 25px 0;
}

.banner-top h4 {
  font-size: 44px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.banner-top h5 {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.banner-middle {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 8px 0 7px 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  width: 95%;
}

.banner-middle p {
  color: #111111;
  margin: 0;
  line-height: normal;
  font-weight: 600;
}

.banner-middle p span {
  color: var(--primary-color) !important;
  font-weight: 600;
}

.banner-last {
  padding: 35px 25px 45px 25px;
}

.banner-last .fas {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 15px;
}

.banner-form .sprite-icon {
  background: url(assets/images/sprite.webp) no-repeat;
  background-position: 0 -81px;
  width: 37px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

.custom-input-style {
  width: 100%;
  font-size: 15px;
  color: #666666;
  background-color: #ffffff !important;
  border: 3px solid rgb(204 204 204 / 70%) !important;
  border-radius: 50px !important;
  padding: 14px 25px 14px 45px;
  line-height: normal;
}

.custom-submit-style {
  width: 100%;
  background: var(--secondry) !important;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #ffffff !important;
  border-radius: 100px !important;
  padding: 0.8rem 1.3rem;
  line-height: normal;
  text-align: center;
}

.custom-select-style {
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  height: 53px;
  color: #666666;
}

.tab-style-1 .slick-dots {
  display: none !important;
}

.amazon {
  position: relative;
  bottom: -8px;
}

.accordionStyle {
  margin-bottom: 5rem;
}

.accordionStyle .card {
  border-color: #fff;
}

.accordionStyle .card .card-header {
  padding: 0;
}

.accordionStyle .card .card-header .btn.collapsed {
  background: #175cc20d;
  color: #222254;
}

.accordionStyle .card .card-header .btn {
  background-image: linear-gradient(to right, #094091, #185fc7);
  padding: 1rem 1.25rem;
}

.accordionStyle .card .card-header .que {
  display: inline-block;
  background: #514dbc;
  color: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 0.5rem;
}

.accordionStyle .card .card-header .btn {
  font-size: 1.1rem;
  color: var(--white);
}

.accordionStyle .card .card-header .circle {
  float: right;
  font-size: 10px;
  width: 15px;
  height: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222254;
  border-radius: 100px;
  margin-top: 9px;
}

.accordionStyle .card .card-header .btn[aria-expanded="true"] .circle i:before {
  content: "\f067";
}

.accordionStyle .card .card-body {
  background: #f9f9fd;
}

.incredibleCard {
  background: linear-gradient(to right, #094091, #185fc7);
  padding: 2.5rem 1.5rem;
  border-radius: 0.8rem;
}

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

.incredibleCard h2 {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.incredibleCard hr {
  border-top: 3px solid var(--secondary-color);
  margin-bottom: 1.5rem;
}

.incredibleCard .list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.8;
}

.incredibleCard .list li a:before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: var(--secondary-color);
}

.professionalHelp {
  background: #fef7e6;
}

.professionalHelp h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.testimonialThumb {
  background: #fff;
  box-shadow: 0 0 27px rgb(0 0 0 / 6%);
  margin: 3rem 0;
  border-radius: 10px;
  padding: 2rem;
}

.testimonialThumb img {
  border-radius: 100px;
  border: 1px solid #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.testimonialThumb h3 {
  font-size: 1.25rem;
}

.testimonialThumb p,
.testimonialThumb ul span {
  font-size: 14px;
  color: #666666;
}

.testimonialThumb ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0 0;
}

.testimonialThumb ul i {
  color: #f5a521;
  font-size: 12px;
}

.banner-form h5 {
  position: relative;
  font-size: 22px;
  margin: 0;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
}

.banner-form h5 span {
  animation: lighing ease infinite 2s;
}

@keyframes lighing {
  0% {
    color: #ff0000;
  }

  50% {
    color: var(--black);
  }

  50% {
    color: #ff0000;
  }
}

.formImg1 {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 8rem;
}

.banner-form {
  position: relative;
}

.formImg2 {
  position: absolute;
  top: -5rem;
  left: -1rem;
  width: 8rem;
}

.lpbanner {
  padding-bottom: 2rem !important;
}

.formImg1,
.formImg2 {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media (max-width: 1600px) {
  .banner-style-1::before {
    display: none;
  }

  .banner-top {
    padding: 30px 0 20px 0;
  }

  .content-style h1 {
    font-size: 42px;
  }

  .banner-top h4 {
    font-size: 40px;
  }

  .banner-top h5 {
    font-size: 20px;
  }

  .banner-last {
    padding: 30px 25px 40px 25px;
  }

  .headingstyle-1 h3,
  .cta-2 .content-style h3 {
    font-size: 42px;
  }

  .headingstyle-1 p,
  .content-style ul li {
    font-size: 16px;
  }

  .tab-style-1 ul li a span {
    font-size: 17px;
  }

  .tab-content .text-box h4 {
    font-size: 30px;
  }

  .tab-content .text-box p {
    font-size: 16px;
  }

  .element-1 {
    left: 0;
  }

  .custom-submit-style {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    background: #094091 !important;
    border-radius: 0 !important;
  }

  .banner-form .sprite-icon {
    display: none;
  }
}

@media (max-width: 1199px) {
  .element {
    display: none;
  }

  .tab-style-1 {
    margin-top: 0;
  }

  .w-line::before {
    display: none;
  }

  .banner-form {
    width: auto;
  }

  .content-style h1,
  .banner-top h4,
  .headingstyle-1 h3,
  .cta-2 .content-style h3 {
    font-size: 36px;
  }

  .content-style p,
  .headingstyle-1 p,
  .content-style ul li,
  .tab-style-1 ul li a span {
    font-size: 15px;
  }

  .btn-style-1,
  .btn-style-icon {
    font-size: 16px;
  }

  .what-we-provide {
    position: unset;
    margin-bottom: 3rem;
    width: 100%;
  }

  .what-we-provide ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .what-we-provide {
    position: unset;
    margin-bottom: 3rem;
    width: 100%;
  }

  .what-we-provide ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .stats-box {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .stats-box h6 {
    font-size: 20px;
  }

  .stats-box h6 br {
    display: none;
  }

  .incredibleCard h2 {
    font-size: 2.5rem;
  }

  .trusted-partners ul li {
    margin: 0 10px;
  }

  .trusted-partners ul li::before {
    right: -10px;
  }

  .desirethumb {
    padding: 2rem;
  }

  .desirethumb p {
    font-size: 15px;
  }

  .happyGirl {
    position: unset;
    margin: -8rem auto 2rem;
    display: table;
  }

  div#slick-slide10 {
    background-position: bottom;
  }
  .newYear {
    background-position: right !important;
  }
}

@media (max-width: 991px) {
  .spacing-x {
    padding: 40px 0;
  }

  header .toll-free {
    display: none;
  }

  header {
    padding: 10px 0;
  }

  .headingstyle-1 h3 br {
    display: none;
  }

  .headingstyle-1 h3,
  .cta-2 .content-style h3,
  .fs-40 {
    font-size: 26px !important;
  }

  .headingstyle-1 p {
    font-size: 14px;
  }

  .logo img {
    max-width: 85%;
  }

  .banner-style-1 {
    min-height: auto;
    padding: 4rem 0 0;
    background-position: top left;
    height: auto;
  }

  .content-style h1 {
    font-size: 32px;
  }

  .content-style p {
    font-size: 15px;
    padding: 0;
    background-color: transparent;
    color: #fdc033;
  }

  .form-top .banner-form {
    position: relative;
    top: auto;
    right: auto;
  }

  .banner-form {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    margin: 0;
    border: none;
  }

  .banner-top h4 {
    font-size: 34px;
  }

  .banner-top h5 {
    font-size: 20px;
  }

  .custom-input-style {
    padding: 11px 25px 11px 45px;
  }

  .banner-last .fas {
    top: 18px;
  }

  .tab-content .text-box h4 {
    font-size: 22px;
  }

  .tab-content .text-box p,
  .tab-content .text-box ul.list li {
    font-size: 14px;
  }

  .btn-style-1,
  .btn-style-2 {
    font-size: 16px;
  }

  .what-we-provide {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }

  .sub-list {
    margin-bottom: 9px;
  }

  .sub-list ul li {
    font-size: 15px;
  }

  .bg-gradient-1 {
    padding: 30px 25px 20px;
  }

  .cta-1 h5 {
    font-size: 28px;
  }

  .cta-1 p {
    font-size: 16px;
  }

  .stats-box h6 {
    font-size: 20px;
  }

  .stats-box .circle {
    width: 131px;
    height: 131px;
    font-size: 36px;
  }

  .payment-method ul {
    display: block;
    text-align: center;
  }

  .payment-method ul li {
    width: 30%;
    display: inline-flex;
    flex-flow: column;
    margin-right: 0;
    margin: 5px;
  }

  .payment-method ul li .img-box {
    height: 5rem;
  }

  .payment-method ul li .img-box img {
    width: 3rem;
  }

  .trusted-partners ul {
    display: block;
  }

  .trusted-partners ul li {
    width: 100% !important;
  }

  .trusted-partners ul li a {
    text-align: center;
    font-size: 30px;
  }

  .banner-style-1 .banner-form {
    margin-bottom: 3rem;
  }

  .slick-dots {
    display: none;
  }

  .un-list ul li a {
    width: 100%;
    justify-content: center;
  }

  .trusted-partners {
    margin-top: 2rem;
  }

  .trusted-partners ul li {
    margin: 0;
  }

  .trusted-partners ul {
    display: flex;
    flex-flow: row wrap;
  }

  .trusted-partners ul li {
    width: auto !important;
    flex: 0 0 20%;
    padding: 15px 0;
  }

  .trusted-partners ul li:first-child {
    width: auto !important;
    flex: 0 0 100%;
  }

  .trusted-partners ul li::before {
    content: none;
  }

  .img-box {
    text-align: center;
  }

  .testimonial-box .img-box img {
    width: 200px;
  }

  .stats-box .circle {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .stats-box h6 {
    font-size: 18px;
  }

  .accordionStyle .card .card-header .btn {
    font-size: 1rem;
  }

  .desirethumb {
    min-height: 30rem;
  }

  .desirethumb.big {
    min-height: auto;
  }

  .happyGirl {
    margin: -4rem auto 2rem;
  }

  .tab-content .img-box .top:before {
    width: 50%;
    top: 2rem;
    left: 5%;
  }

  .uniLogoCasrousel .slick-slide img {
    margin: 0 auto;
  }


  .newYear {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .banner-style-1.newBannerStyle.lpbanner.newYear {
    background-color: #00000069;
    background-blend-mode: color;
}
  i.fa.fa-bars.mobile-nav-toggle {
    color: #Fff;
}
  .haeder_btn {
    display: none;
}
  .what-we-provide ul {
    gap: 1rem;
  }

  .what-we-provide {
    padding: 20px;
  }

  .what-we-provide ul .btn-1 {
    font-size: 14px;
    padding: 10px;
  }

  .desirethumb {
    min-height: auto;
  }

  .happyGirl img {
    width: 15rem;
  }

  .sub-list {
    text-align: center;
  }

  .testimonialThumb {
    padding: 1rem;
  }

  .testimonialThumb ul {
    margin: 1rem 0 0;
  }

  .logo {
    text-align: center;
  }

  .content-style ul {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .content-style ul li {
    color: #fff;
  }
}

@media (max-width: 576px) {
  .tab-content .text-box .inline-block {
    display: flex;
    justify-content: space-between;
  }

  .btn-style-1,
  .btn-style-icon {
    padding: 12px 20px;
  }

  .what-we-provide ul {
    flex-direction: column;
  }

  .what-we-provide ul li {
    width: 100%;
    margin: 0;
  }

  .un-list ul li a {
    padding: 20px 10px;
  }

  .stats-box {
    margin-bottom: 0;
    padding: 0;
  }

  .testimonial-box .review-by h5 {
    font-size: 35px;
  }

  .review-by img {
    width: 40px;
  }

  .cta-2 .content-style p {
    padding: 0.5rem 3rem;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
  }

  .cta-2 .banner-form {
    margin-top: 1.5rem;
  }

  .newBannerStyle h3 {
    font-size: 1.25rem;
  }

  .content-style h1,
  .desireGrades h2 {
    font-size: 26px !important;
  }

  .phd-professionals .tab-content .text-box ul.list li {
    flex: 0 0 100%;
  }

  .incredibleCard h2 {
    font-size: 2rem;
  }

  .cta-2 .content-style p {
    font-size: 1.125rem;
  }

  .newBannerStyle h3 span {
    font-size: 1rem !important;
  }

  .newBannerStyle .content-style p {
    font-size: 15px;
    margin: 0 0 1rem;
  }

  .btn-style-1 {
    background: var(--secondry);
    border-color: #fff;
  }

  .btn-style-icon {
    color: #ffffff;
    background-color: transparent;
    border-color: #fff;
  }

  .formImg1,
  .formImg2 {
    width: 6rem;
  }

  .banner-form h5 {
    font-size: 19px;
  }
}

.iti {
  width: 100% !important;
}
.form-error {
  border: 2px solid red !important;
}
.form-error .vscomp-value {
  color: red !important;
}

.form-error::placeholder {
  color: red !important;
}

section.spacing__x {
    padding-top: 110px;
}