/*Helvetica Fonts*/
@import "all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*@font-face {
  font-family: "Helvetica Light";
  src: url("../fonts/helvetica-light.eot");
  src: url("../fonts/helvetica-light.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-light.woff2") format("woff2"), url("../fonts/helvetica-light.woff") format("woff"), url("../fonts/helvetica-light.ttf") format("truetype"), url("../fonts/helvetica-light.svg#Helvetica Light") format("svg");
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg#Helvetica") format("svg");
}*/
html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", serif;
}

h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0px;
  padding: 0px;
}

header {
  padding: 10px 0px;
}
header img.logo {
  width: 170px;
  height: 71px;
}
header .form-control {
  background-color: #D6E3FB;
  border: 0px;
  border-radius: 30px;
  color: #1A518C;
  font-size: 14px;
}
header .form-control:focus {
  box-shadow: inherit;
  border-color: inherit;
  background-color: #D6E3FB;
}
header .form-control::-moz-placeholder {
  color: #1A518C;
}
header .form-control::placeholder {
  color: #1A518C;
}
header .navbar {
  padding-right: 0px;
}
header .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  border-radius: 8px;
  padding: 7px;
  width: 250px;
}
header .dropdown-menu li a.dropdown-item {
  color: #000;
  font-size: 15px;
  margin: 0px;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header .dropdown-menu li a.dropdown-item:hover {
  background-color: #007fb6;
  color: #fff;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.profile-btn .dropdown-toggle:focus-visible {
  outline: 0 !important;
  border: 0;
}

.nav-link {
  color: #192147;
  font-size: 15px;
}

.navbar-nav .nav-link.active {
  color: #007fb6;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 17px;
  padding-left: 17px;
  white-space: nowrap;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #007fb6;
}

.carticon {
  padding: 5px 10px 0px 15px;
}
.carticon a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.carticon a:hover {
  color: #007fb6;
}

.btn-login {
  font-size: 15px;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  padding: 10px 25px;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #007fb6;
  color: #007fb6;
}
.btn-login:hover {
  background-color: #007fb6;
  color: #fff;
}

.btn-signup {
  font-size: 15px;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  padding: 10px 25px;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: #002d92;
  border: 1px solid transparent;
  color: #fff;
  line-height: 35px;
}
.btn-signup:hover {
  background-color: #fff;
  border: 1px solid #002d92;
  color: #002d92;
}

.searchbox {
  top: 12px;
  padding-left: 20px;
}
.searchbox button {
  border: 0px;
  margin: 0px;
  background-color: inherit;
}
.searchbox button i {
  color: #002d92;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mobile-search {
  display: none;
}

.fixed-header {
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.profile-btn {
  background-color: #fff;
  border: 0px;
  outline: 0;
}
.profile-btn img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

header .dashboard .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  border-radius: 8px;
  padding: 10px;
  font-family: "Jost", sans-serif;
  width: inherit;
}
header .dashboard .dropdown-menu li a.dropdown-item {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .dashboard .dropdown-menu li a.dropdown-item:hover {
  background-color: #002d92;
  color: #fff;
}

.dropdown-item:focus {
  background-color: #fff !important;
}

footer {
  padding-top: 30px;
  border-top: 1px solid #DADADA;
}
footer h4 {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 17px;
  text-align: center;
  text-align: left;
  text-transform: capitalize;
}
footer p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
footer ul {
  list-style: none;
  padding-left: 30px;
}
footer ul li {
  padding-bottom: 3px;
}
footer ul li a {
  color: #3D3D3D;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-family: "Jost", sans-serif;
}
footer ul li a:hover {
  color: #007fb6;
}
footer .logobox {
  background-color: #F7F7F7;
  padding: 20px 30px;
  text-align: center;
  overflow: hidden;
}
footer .logobox img {
  margin-bottom: 20px;
}
footer .logobox .social-icons a {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  line-height: 55px;
}
footer .logobox .social-icons a i {
  color: #007fb6;
  font-size: 22px;
}
footer .logobox .social-icons a:hover {
  background-color: #007fb6;
}
footer .logobox .social-icons a:hover i {
  color: #fff;
}
footer .border-left {
  border-left: 1px solid #DADADA;
  padding-bottom: 40px;
}
footer .copyrightbox {
  border-top: 1px solid #dadada;
  padding: 15px 0px 5px 0px;
  text-align: center;
  color: #000;
  font-size: 13px;
}

.call-support-box {
  background-color: #002d92;
  padding: 7px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
}

.homesliderSwiper {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.homesliderSwiper .swiper-slide img {
  width: 100%;
}
.homesliderSwiper .swiper-button-next {
  right: 2%;
}
.homesliderSwiper .swiper-button-prev {
  left: 2%;
}
.homesliderSwiper .swiper-button-next, .homesliderSwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
}
.homesliderSwiper .swiper-button-next:after, .homesliderSwiper .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
}

.prfcourses {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 30px 20px 30px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: -40px;
  z-index: 99;
  border: 1px solid #eee;
}
.prfcourses a img {
  width: 100%;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease-in-out;
}
.prfcourses a img:hover {
  transform: scale(1.2);
}
.prfcourses h6 {
  padding-bottom: 18px;
  color: #343434;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.course-bg {
  width: 100%;
  background: url("../images/coursebg.png") #f7f7f7;
  background-size: 100% 100%;
}

.newtestSwiper {
  position: relative;
}
.newtestSwiper .swiper-slide img {
  border-radius: 15px;
}
.newtestSwiper h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 28px;
  text-align: center;
}
.newtestSwiper .swiper-button-next, .newtestSwiper .swiper-button-prev {
  background-color: inherit !important;
}

.newtestswiper-container, .ieltsswiper-container {
  width: 90%;
  margin: 0px auto;
  display: block;
  position: relative;
}
.newtestswiper-container .newtestSwiper img, .ieltsswiper-container .newtestSwiper img {
  width: 100%;
}
.newtestswiper-container .newtestSwiper a, .ieltsswiper-container .newtestSwiper a {
  text-decoration: none;
}
.newtestswiper-container .newtestSwiper p, .ieltsswiper-container .newtestSwiper p {
  font-family: "Jost", sans-serif;
  padding: 15px 10px;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  color: #2F2F2F;
}
.newtestswiper-container .newtestSwiper p span, .ieltsswiper-container .newtestSwiper p span {
  font-weight: 600;
}
.newtestswiper-container .swiper-button-next, .newtestswiper-container .swiper-button-prev, .ieltsswiper-container .swiper-button-next, .ieltsswiper-container .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.newtestswiper-container .swiper-button-next:after, .newtestswiper-container .swiper-button-prev:after, .ieltsswiper-container .swiper-button-next:after, .ieltsswiper-container .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #000;
  font-weight: bold;
}
.newtestswiper-container .swiper-button-prev, .ieltsswiper-container .swiper-button-prev {
  left: -50px;
}
.newtestswiper-container .swiper-button-next, .ieltsswiper-container .swiper-button-next {
  right: -50px;
}

.aboutblock {
  padding: 40px 0px;
}
.aboutblock h3 {
  padding-bottom: 15px;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: left;
  color: #002d92;
}
.aboutblock p {
  font-size: 17px;
  padding-bottom: 15px;
  font-family: "Jost", sans-serif;
}
.aboutblock a.btn-free-test {
  background-color: #002d92;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  padding: 0px 40px;
}
.aboutblock a.btn-free-test:hover {
  background-color: #007fb6;
}

.whychooseblock {
  background-color: #002d92;
  color: #fff;
}
.whychooseblock h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.whychooseblock p {
  font-size: 17px;
  text-align: left;
  color: #AEC7FF;
  padding: 10px 0px;
  font-family: "Jost", sans-serif;
}
.whychooseblock a.btn-readmore {
  background-color: #23AEEA;
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid transparent;
}
.whychooseblock a.btn-readmore:hover {
  background-color: #002d92;
  border: 1px solid #fff;
}
.whychooseblock .conblock .icon {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #1443AC;
  margin-right: 20px;
  display: block;
}
.whychooseblock .conblock .icon img {
  padding: 15px 18px;
}
.whychooseblock .conblock .d-flex:nth-child(2) .icon {
  padding: 5px 0px 0px 0px;
}
.whychooseblock .conblock h4 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 22px;
  font-family: "Helvetica-Bold";
}
.whychooseblock .conblock p {
  padding: 0px 0px 10px 0px;
  font-size: 17px;
  color: #AEC7FF;
}

.featuresblock {
  background-color: #E7F7FD;
  padding: 30px 0px;
}
.featuresblock h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}
.featuresblock p {
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.featuresblock .featuresteps {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.featuresblock .featuresteps.active, .featuresblock .featuresteps:hover {
  background-color: #fff;
}
.featuresblock .featuresteps .icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  line-height: 70px;
  text-align: center;
}
.featuresblock .featuresteps .icon img {
  width: 40px;
  height: 40px;
}
.featuresblock .featuresteps h4 {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
}
.featuresblock .featuresteps p {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 120px;
  font-family: "Jost", sans-serif;
}
.featuresblock [class^=col-] :nth-child(1) .featuresteps .icon {
  background-color: #CCF0FF;
}
.featuresblock [class^=col-] :nth-child(2) .featuresteps .icon {
  background-color: #CDDBFF;
}
.featuresblock [class^=col-] :nth-child(3) .featuresteps .icon {
  background-color: #E1E1E1;
}
.featuresblock [class^=col-] :nth-child(4) .featuresteps .icon {
  background-color: #FFF3D7;
}

.pkgsubscrbox {
  padding-bottom: 20px;
}
.pkgsubscrbox .swiper-button-next, .pkgsubscrbox .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.pkgsubscrbox .swiper-button-next:after, .pkgsubscrbox .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #000;
}
.pkgsubscrbox h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}
.pkgsubscrbox .nav-tabs {
  border-bottom: 0px !important;
  padding-bottom: 30px;
}
.pkgsubscrbox .nav-tabs .nav-link {
  background-color: #F4F4F4;
  border-radius: 8px !important;
  font-size: 16px;
  margin: 0px 10px;
  padding: 7px 30px;
  border: 0px !important;
}
.pkgsubscrbox .nav-tabs .nav-link.active, .pkgsubscrbox .nav-tabs .nav-link:hover {
  background-color: #007FB6 !important;
  color: #fff;
}

.packagebox {
  padding-bottom: 30px;
}
.packagebox .pkgheader {
  background-color: #002d92;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  background: url(../images/pkgshape.png) no-repeat #002d92;
  background-position: left bottom;
  padding-top: 25px;
  padding-bottom: 65px;
}
.packagebox .pkgheader h5 {
  font-family: "Helvetica-Bold";
  font-size: 24px;
  color: #fff;
}
.packagebox .pkgheader h4 {
  font-family: "Helvetica-Bold";
  font-size: 50px;
  color: #fff;
  padding: 0px;
}
.packagebox .pkgheader h4 i {
  font-weight: 300;
  font-size: 40px;
  position: relative;
  top: -3px;
}
.packagebox .pkgheader small {
  font-size: 14px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.packagebox .pkgbody {
  padding: 10px 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: #f8f7f7;
}
.packagebox .pkgbody p {
  font-family: "Jost", sans-serif;
}
.packagebox .pkgbody .subpkgbody {
  border-top: 1px dashed #9A9A9A;
  padding: 0px 30px;
}
.packagebox .pkgbody .subpkgbody h6 {
  margin: 0px;
  padding: 5px 0px 7px 0px;
  font-family: "Helvetica-Bold";
  font-size: 14px;
  color: #3d3d3d;
}
.packagebox .pkgbody .subpkgbody ul {
  list-style: none;
  padding-bottom: 20px;
}
.packagebox .pkgbody .subpkgbody ul li {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.packagebox .pkgbody .subpkgbody ul li span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #CDDBFF;
  color: #000;
  display: inline-block;
  margin-right: 5px;
  border-radius: 100%;
  font-size: 13px;
  font-family: "Helvetica-Bold";
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.packagebox .pkgbody .subpkgbody p span {
  background-color: #CDDBFF;
  font-family: "Helvetica-Bold";
  font-size: 14px;
  border-radius: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  width: 60px;
  display: inline-block;
  text-align: center;
}
.packagebox .pkgbody .btn-startnow {
  background-color: #007fb6;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  text-align: center;
  border-radius: 30px;
  position: relative;
  bottom: -20px;
  margin: 0px 25px;
  white-space: nowrap;
}
.packagebox .pkgbody .btn-startnow:hover {
  background-color: #002d92;
}

.pkgSwiper .swiper-wrapper .swiper-slide:nth-child(even) .packagebox .pkgheader {
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  background: url(../images/pkgshape.png) no-repeat #007fb6;
  background-position: left bottom;
  padding-top: 25px;
  padding-bottom: 65px;
}
.pkgSwiper .swiper-wrapper .swiper-slide:nth-child(even) .packagebox .btn-startnow {
  background-color: #002d92;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  text-align: center;
  border-radius: 30px;
  position: relative;
  bottom: -20px;
  margin: 0px 25px;
}
.pkgSwiper .swiper-wrapper .swiper-slide:nth-child(even) .packagebox .btn-startnow:hover {
  background-color: #007fb6;
}

.ht-300 {
  min-height: 170px;
}

.practicetestsbox {
  background-color: #F3F6FF;
  padding: 20px 0px;
}
.practicetestsbox h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}
.practicetestsbox .newtestSwiper {
  background-color: #F3F6FF;
}
.practicetestsbox .newtestSwiper img {
  width: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.practicetestsbox .newtestSwiper p {
  font-family: "Jost", sans-serif;
  padding: 15px 30px;
  text-align: center;
  font-size: 17px;
}
.practicetestsbox .newtestSwiper p span {
  font-weight: 600;
}
.practicetestsbox .newtestSwiper .swiper-button-next, .practicetestsbox .newtestSwiper .swiper-button-prev {
  background-color: inherit !important;
  border-radius: inherit;
}
.practicetestsbox .newtestSwiper .swiper-button-next:after, .practicetestsbox .newtestSwiper .swiper-button-prev:after {
  color: #000;
}

.blogbox {
  padding-top: 20px;
  padding-bottom: 50px;
}
.blogbox h4 {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}
.blogbox p {
  font-family: "Jost", sans-serif;
  padding: 15px 30px;
  text-align: center;
  font-size: 17px;
}
.blogbox .blog-item {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  border-radius: 15px;
}
.blogbox .blog-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}
.blogbox .blog-item .blog-content {
  padding: 20px 35px;
}
.blogbox .blog-item .blog-content h5 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #3D3D3D;
  font-size: 17px;
  font-family: "Helvetica-Bold";
  text-transform: capitalize;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogbox .blog-item .blog-content h5 a {
  color: #3D3D3D;
  text-decoration: none;
}
.blogbox .blog-item .blog-content h5 a:hover {
  color: #00B0CB;
}
.blogbox .blog-item .blog-content p {
  text-align: left;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 17px;
}
.blogbox .blog-item .blog-content .btn-readmore {
  font-family: "Helvetica-Bold";
  font-size: 15px;
  color: #002d92;
  text-decoration: none;
}
.blogbox .blog-item .blog-content .btn-readmore:hover {
  color: #007fb6;
}

.btn-discover {
  background-color: #002d92;
  color: #fff;
  text-align: center;
  padding: 7px 30px;
  width: 100%;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
}
.btn-discover:hover {
  background-color: #007fb6;
}

.newsletterbox {
  background-color: #F7F7F7;
  padding: 20px 0px;
}
.newsletterbox h4 {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
  text-transform: capitalize;
}
.newsletterbox input[type=text], .newsletterbox input[type=email], .newsletterbox input[type=file], .newsletterbox select, .newsletterbox textarea {
  background-color: #fff;
  border: 0px;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  margin-bottom: 13px;
  color: #002d92;
  padding-left: 20px;
  border: 1px solid transparent;
}
.newsletterbox input[type=text]::-webkit-input-placeholder, .newsletterbox input[type=email]::-webkit-input-placeholder, .newsletterbox input[type=file]::-webkit-input-placeholder, .newsletterbox select::-webkit-input-placeholder, .newsletterbox textarea::-webkit-input-placeholder {
  color: #002d92;
  font-size: 14px;
}
.newsletterbox input[type=text]:focus, .newsletterbox input[type=email]:focus, .newsletterbox input[type=file]:focus, .newsletterbox select:focus, .newsletterbox textarea:focus {
  box-shadow: inherit;
  border: 1px solid #002d92;
  outline: 0px;
}
.newsletterbox textarea {
  height: 150px;
  padding-top: 20px;
}
.newsletterbox select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/angle-down.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.newsletterbox .btn-subscribe {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #002d92;
  margin: 0px auto;
  padding: 5px 20px;
  border: 0px;
  border-radius: 30px;
  font-size: 14px;
}
.newsletterbox .btn-subscribe:hover {
  background-color: #007fb6;
}

.loginbg {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: left center;
}

.loginbox {
  background-color: #fff;
  box-shadow: -10px -20px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 0px 40px;
  font-family: "Jost", sans-serif;
  height: 100vh;
  padding-top: 10px;
}
.loginbox .form-group {
  margin-bottom: 20px;
  position: relative;
}
.loginbox .form-group span i {
  position: absolute;
  top: 15px;
  right: 10px;
}
.loginbox .form-group label {
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding: 0px 10px;
  left: 20px;
}
.loginbox .form-control, .loginbox .form-select {
  border: 1px solid #A0A0A0;
  height: 45px;
  border-radius: 6px;
}
.loginbox .form-control:focus, .loginbox .form-select:focus {
  box-shadow: inherit;
}
.loginbox a {
  text-decoration: none;
  color: #000;
}
.loginbox a:hover {
  color: #007fb6;
}
.loginbox button {
  background-color: #1F3C88;
  border: 0px;
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px 0px;
  font-family: "Helvetica";
  font-weight: 700;
  letter-spacing: 1px;
}
.loginbox button:hover {
  background-color: #007fb6;
}
.loginbox h4 {
  font-weight: 700;
  color: #002d92;
}
.loginbox h3 {
  font-family: "Helvetica-Bold";
  color: #00B0CB;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 24px;
}

a.registerlink {
  color: #007FB6;
  text-decoration: underline;
}
a.registerlink:hover {
  text-decoration: none;
  color: #000;
}

.ortxtbox {
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
}
.ortxtbox:after {
  content: "OR";
  position: absolute;
  top: -10px;
  padding: 0px 30px;
  background-color: #fff;
  left: 38%;
}

#pwd-toggle-button {
  background-color: transparent;
  cursor: pointer;
}

.loginsoialicons {
  text-align: center;
}
.loginsoialicons img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
.loginsoialicons img:hover {
  opacity: 0.7;
}

.pt-7 {
  padding-top: 24%;
}

.pt-8 {
  padding-top: 30%;
}

.succmsg p {
  font-size: 16px;
}
.succmsg h6 {
  font-size: 18px;
  font-family: "Helvetica";
  padding: 10px 0px;
}
.succmsg h4 {
  font-family: "Helvetica-Bold";
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

.subpage-banner {
  background-color: #002d92;
  padding: 35px 0px 30px 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.subpage-banner h2 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 700;
  font-family: "Helvetica";
}
.subpage-banner p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.aboutblock ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.aboutblock ul li {
  padding-bottom: 20px;
  font-family: "Jost", sans-serif;
  text-transform: none;
  position: relative;
  padding-left: 30px;
}
.aboutblock ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("../images/check-circle.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  left: 0px;
  top: 3px;
}

.abt-greybg {
  background-color: #FBFBFB;
  padding: 30px 0px;
  margin-bottom: 30px;
}

.abthowitblock {
  padding-bottom: 40px;
}
.abthowitblock h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 700;
  color: #002d92;
  font-size: 18px;
}
.abthowitblock p {
  margin: 0px;
  padding: 0px 40px;
  text-align: center;
  font-size: 16px;
}
.abthowitblock .subhwblock .stepblock {
  width: 160px;
  height: 160px;
  line-height: 220px;
  text-align: center;
  border-radius: 100%;
  background-color: #002d92;
  margin: 0px auto;
  margin-bottom: 20px;
  position: relative;
}
.abthowitblock .subhwblock .stepblock object {
  width: 75px !important;
  height: 75px !important;
}
.abthowitblock .subhwblock .stepblock:after {
  content: "";
  width: 60px;
  height: 25px;
  background-image: url("../images/step-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -60%;
}
.abthowitblock .subhwblock [class^=col-]:nth-child(even) .stepblock {
  background-color: #00B0CB;
}
.abthowitblock .subhwblock [class^=col-]:last-child .stepblock:after {
  display: none;
}

.lookingbox {
  background-color: #00B0CB;
  padding: 40px 10px 30px 10px;
}
.lookingbox h4 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
.lookingbox p {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "Jost", sans-serif;
  text-align: center;
  letter-spacing: 2px;
}
.lookingbox p a {
  text-decoration: none;
  color: #fff;
}

.contactblock {
  padding: 30px 0px 0px 0px;
}
.contactblock h4 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 24px;
  font-weight: 700;
  color: #002d92;
  font-family: "Helvetica-Bold";
}
.contactblock p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
.contactblock ul {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style: none;
}
.contactblock ul li {
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  text-transform: none;
  position: relative;
  padding-left: 30px;
}
.contactblock ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("../images/check-circle.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  left: 0px;
  top: 3px;
}
.contactblock .con-icon {
  width: 40px;
  height: 40px;
  background-color: #00B0CB;
  line-height: 40px;
  border-radius: 100%;
  display: block;
  margin-right: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.contactblock .con-content h5 {
  margin: 0px;
  padding: 0px;
  color: #00B0CB;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.contactblock .con-content p {
  margin: 0px;
  padding: 0px;
}
.contactblock .newsletterbox .btn-subscribe {
  padding: 10px 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.contactblock .pkgsubscrbox .nav-tabs .nav-link {
  border-radius: 5px 5px 0px 0px !important;
}

.faq-contact {
  padding: 30px 0px 40px 0px;
}
.faq-contact h4 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 24px;
  font-weight: 700;
  color: #002d92;
  font-family: "Helvetica-Bold";
}
.faq-contact .accordion {
  font-weight: normal;
}
.faq-contact .accordion-body {
  padding-top: 0px;
}
.faq-contact .accordion-button {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #CDCDCD;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.faq-contact .accordion-button:focus {
  box-shadow: inherit;
}
.faq-contact .accordion-button.accordion-button::after {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  background-color: #CDCDCD;
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-align: center;
  line-height: 35px;
}
.faq-contact .accordion-button.accordion-button:not(.collapsed)::after {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  background-color: #00B0CB;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  right: 0px;
}
.faq-contact .accordion-item {
  border: 0px;
}
.faq-contact .accordion-button:not(.collapsed) {
  border-color: #00B0CB;
  box-shadow: inherit;
}

.about-testimonials {
  background-color: #002d92;
  padding: 70px 0px 50px 0px;
  color: #fff;
  position: relative;
}
.about-testimonials:before {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #fff;
  top: 30px;
  bottom: 20px;
  left: 50%;
  position: absolute;
}
.about-testimonials .quoteblock {
  position: relative;
  padding-left: 50px;
}
.about-testimonials .quoteblock:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
}
.about-testimonials .quoteblock p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.newsletterbox.bg-white input[type=text], .newsletterbox.bg-white input[type=email], .newsletterbox.bg-white input[type=file], .newsletterbox.bg-white select, .newsletterbox.bg-white textarea {
  border: 1px solid #cee3f1;
}
.newsletterbox.bg-white .btn-subscribe {
  width: 100%;
}

.ltblue {
  background-color: #f0f9ff;
  border-color: #cee3f1;
}

.consvgshape {
  position: relative;
  margin-top: -100px;
  z-index: -1;
}

.blog-categories {
  background-color: #002d92;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-categories h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-categories ul {
  margin: 0px;
  padding: 0px;
}
.blog-categories ul li {
  padding: 5px 10px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.blog-categories ul li small {
  font-size: 10px;
  color: #00B0CB;
}
.blog-categories ul li:before {
  content: "\f105";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  padding-right: 20px;
  left: 5px;
}
.blog-categories ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  cursor: pointer;
  -webkit-display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  font-size: 14px;
}
.blog-categories ul li a:hover {
  opacity: 0.7;
}
.blog-categories ul li:nth-child(even) {
  background-color: #173f9b;
}

.bg-blue {
  background-color: #002d92;
  color: #fff;
}

.blog-view .blog-item img {
  height: 400px;
}
.blog-view .blog-item .blog-content h5 {
  font-size: 24px;
}

.featuresblock.ieltsfeatures {
  background-color: #f9f9f9;
}
.featuresblock.ieltsfeatures .featuresteps {
  text-align: center;
  margin: 0px auto;
}
.featuresblock.ieltsfeatures .featuresteps p {
  font-size: 15px;
  height: inherit;
  text-align: center;
}
.featuresblock.ieltsfeatures .featuresteps h4 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.featuresblock.ieltsfeatures .featuresteps .icon {
  margin: 0px auto;
  background-color: inherit;
}
.featuresblock.ieltsfeatures .featuresteps .icon img {
  width: 64px;
  height: 64px;
}
.featuresblock.ieltsfeatures .featuresteps:hover {
  background-color: inherit;
}

.featuresblock.ieltsfeatures [class^=col-] :nth-child(1) .featuresteps .icon {
  background-color: inherit;
}
.featuresblock.ieltsfeatures [class^=col-] :nth-child(2) .featuresteps .icon {
  background-color: inherit;
}
.featuresblock.ieltsfeatures [class^=col-] :nth-child(3) .featuresteps .icon {
  background-color: inherit;
}
.featuresblock.ieltsfeatures [class^=col-] :nth-child(4) .featuresteps .icon {
  background-color: inherit;
}

.ieltspreparations {
  padding: 30px 0px;
}
.ieltspreparations h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}

.statieltbox {
  display: flex;
  align-self: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.statieltbox .icon img {
  width: 60px;
  height: 60px;
  line-height: 70px;
}
.statieltbox .icon-content {
  padding-left: 15px;
}
.statieltbox .icon-content h3 {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  color: #007fb6;
  font-family: "Jost", sans-serif;
}
.statieltbox .icon-content p {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
}

.practicetestsbox.testielts {
  padding-bottom: 50px;
}
.practicetestsbox.testielts .newtestSwiper p {
  padding: 15px 5px 0px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.practicetestsbox.testielts .newtestSwiper .btn-freetest {
  font-family: "Helvetica-Bold";
  color: #fff;
  line-height: 42px;
  width: 150px;
  height: 42px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  border-radius: 30px;
  background-color: #002d92;
  margin: 0px auto;
}
.practicetestsbox.testielts .newtestSwiper .btn-freetest:hover {
  background-color: #00B0CB;
}

.testimonaislbox {
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}
.testimonaislbox h4 {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #002d92;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  text-align: center;
}

.feedbackSwiper img {
  margin: 0px auto;
  display: block;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.feedbackSwiper p {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}
.feedbackSwiper h6 {
  font-weight: 600;
  text-align: center;
  color: #007fb6;
}
.feedbackSwiper p small {
  font-size: 12px;
}

.supportielts {
  background-color: #002d92;
}
.supportielts .card-header {
  background-color: #007fb6;
  color: #fff;
  text-align: center;
}
.supportielts .card-header h4 {
  color: #fff;
}
.supportielts h4, .supportielts p {
  margin: 0px;
  padding: 5px 0px;
  color: #fff;
}
.supportielts .form-control, .supportielts .form-select {
  height: 40px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.supportielts .form-control:focus, .supportielts .form-select:focus {
  box-shadow: inherit;
  border-color: #fff;
}
.supportielts .btn-supporthelp {
  background-color: #00B0CB;
  border: 0px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2;
  border: 1px solid transparent;
}
.supportielts .btn-supporthelp:hover {
  background-color: #002d92;
  border-color: #fff;
}
.supportielts .questionblock ul li label {
  color: #fff;
}
.supportielts .questionblock ul li label a {
  color: #00B0CB;
}
.supportielts .questionblock ul li label a:hover {
  text-decoration: none;
}
.supportielts .questionblock ul li input[type=checkbox] {
  border-color: #fff;
  background-color: #002d92;
}
.supportielts .questionblock ul li input[type=checkbox]:checked {
  border-color: #fff;
}

.text-danger {
  color: #ff0000 !important;
}

.dropdown-item:focus {
    
    background : #007fb6 !important
}


.featuresblock {
    
    padding: 60px 0px
}

.aboutblock {
    
    padding: 60px 0px
}
 
@media (max-width: 576px) {
  .statieltbox .icon-content h3 {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */

