/* @font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-Light.ttf);
}
@font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-Regular.ttf);
}
@font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-Medium.ttf);
}
@font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-SemiBold.ttf);
}
@font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-Bold.ttf);
}
@font-face {
  font-family: Nunito Sans;
  src: url(../fonts/NutinoSans/NunitoSans_7pt-ExtraBold.ttf);
} */

body {
  font-family: "Nunito Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.discription-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.brand-banner-section {
  min-height: 490px;
  padding-top: 60px;
  background: url(../images/vw-new_Banner-desktop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.brand-banner-title {
  color: #fff;
  font-size: 70px;
  line-height: 96px;
  font-weight: 300;
  text-align: center;
}

.brand-banner-title span {
  font-weight:bold !important;
  -webkit-font-smoothing: antialiased;
}

.brand-second-section {
  padding: 38px 0 87px 0;
}

.brand-second-section_main {
  display: flex;
  justify-content: space-between;
}

.brand-second-section_content-col,
.brand-second-section_form-col {
  width: 48%;
}

.brand-second-section_content-imgBox {
  max-width: 516px;
  width: 100%;
  text-align: center;
}

.brand-second-section_content-text {
  color: #121522;
  padding: 50px 0 30px 0;
}

.brand-second-section_content-text span {
  font-weight: 800;
}

.brand-second-section_content-ulText {
  margin-bottom: 20px;
}

.brand-second-section_content-listText {
  list-style-image: url(../images/TickBox.svg);
  padding-left: 32px;
  list-style: none;
}

.brand-popular-course-section {
  padding: 0 0 100px 0;
}

.brand-popular-course-section_heading {
  color: #24327a;
  font-size: 40px;
  line-height: 54px;
  font-weight: 800;
  text-align: center;
}

.brand-popular-course-section_course-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.brand-popular-course-section_course-box {
  width: calc(33.33% - 30px);
}

.brand-popular-course-section_course-box img{
  max-width: 359px;
  /* height: 202px; */
  width: 100%;
}
.brand-popular-course-section_cours-title {
  color: #121522;
  font-weight: 700;
}

.brand-testimonial-section {
  background-color: #4c84ff;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.brand-testimonial-section:before {
  content: "";
  background-image: url(../images/testimonial-left-img.png);
  position: absolute;
  bottom: -10px;
  max-width: 632.63px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  transform: translateY(50%);
}
.brand-testimonial-section:after {
  content: url(../images/testimonial-image.png);
  position: absolute;
  bottom: 0;
  max-width: 589px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  right: 0;
}

.brand-testimonial-section_text {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}
.brand-testimonial-section_author-text {
  font-size: 25px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

/* form */

.header {
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(home-page/img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-bottom: 50vh; */
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-container {
  width: 70% !important;
}

#contact-us {
  /* position: absolute; */
  display: flex;

  /* top: 100px; */
  width: 100%;
}
h1 {
  color: var(--secondary-color);
  margin-top: 0px;
  padding: 20px !important;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
form.wufoo {
  background: transparent;
  padding: 65px;
  padding-top: 0px;
  padding-bottom: 40px;

  border-radius: 12px;
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0px 4px 12px 0px #1b146426;
}
.brand-contact-form.wufoo input.text,
.brand-contact-form.wufoo textarea.textarea,
.brand-contact-form.wufoo input.file,
.brand-contact-form.wufoo select.select,
.brand-contact-form.wufoo li .wufoo-dropdown span {
  font-style: normal;
  font-weight: normal;
  color: #121522 !important;
  font-size: 18px !important;
  padding-right: 3px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  height: 44px;
  border: 1px solid #a9acb8;
}
.brand-contact-form.wufoo label.desc,
.brand-contact-form.wufoo legend.desc,
.brand-contact-form .likert caption {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  color: #121522 !important;
  text-align: left;
}
.wufoo .info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #121522 !important;
  padding-top: 40px;
}
.brand-contact-form.wufoo li div,
.brand-contact-form.wufoo li span,
.brand-contact-form.wufoo li div label,
.brand-contact-form.wufoo li span label {
  font-size: 13px !important;
  color: #121522;
  text-align: left;
  font-weight: 700 !important;
}

#contact-us h2 {
  color: #1b1464 !important;
  font-weight: 800 !important;
  font-size: 40px !important;
}
/* The submit button */
.wufoo input.btTxt {
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: 5px 15px;
  font-size: 20px;
  /* background-color: #4c84ff; */
  background-color: white;
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  /* min-width: 280px; */
}
/* Height of the drop down */
.brand-contact-form select#Field228 {
  height: 44px;
  font-weight: 300;
}
form li span {
  margin: 0 10 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  form li span {
    margin: 0 0 0 0;
    padding: 0;
  }
  .contact-container {
    width: 95% !important;
  }
  form.wufoo {
    padding: 20px;
  }
}
form li.buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.wufoo button.btTxt {
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: 5px 15px;
  font-size: 20px;
  /* background-color: #4c84ff; */
  background-color: #1b1464;

  color: white;
  font-weight: 500;
  text-transform: none !important;
  text-decoration: none;
  /* min-width: 280px; */
}
.wufoo button.btTxt:hover {
  opacity: 0.75;
}
.wufoo button svg {
  margin-right: 5px;
}
.brand-banner-section .banner_center-img{
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 45%;
  max-width: 326px;
  width: 100%;
}
.brand-contact-form.wufoo textarea.textarea {
  height: auto;
}
@media screen and (min-width: 1200px) {
  input#Field245 {
    width: 12vw;
  }

  input#Field246 {
    width: 12vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1256px) {
  .wufoo input.text {
    width: 100% !important;
  }
  form li.leftHalf,
  form li.rightHalf {
    width: 100% !important;
  }
  span#first245 {
    width: 100%;
    margin-right: 3%;
  }
  span#last245 {
    width: 100%;
  }
}
.brand-second-section_content-text span{
  font-size: 25px;
  line-height: 34px ;
}
.brand-second-section_form-col form.wufoo {
 margin-top: 0;
 margin-bottom: 0;
}
.brand-second-section_form-col .wufoo .info h2 {
 padding-top: 0;
}
.brand-second-section_form-col .contact-container {
  width: 100% !important;
}
.brand-second-section_form-col form.wufoo {
  padding: 40px;
}
.brand-second-section_form-col form li.leftHalf,
.brand-second-section_form-col form li.rightHalf {
  width: 100% !important;
  
}
.brand-second-section_form-col .wufoo li span {
  width: 49% !important;
}
.brand-second-section_content-listText li{
  position: relative;
  line-height: 38px;
}
.brand-second-section_content-listText li:after {
  content: url(../images/TickBox.svg);
  position: absolute;
  top: 5px;
  left: -35px;
  /* transform: translateY(-50%); */
  height: 25px;
  width: 25px;
}
.brand-popular-course-section_cours-link{
  position: relative;
  display: block;
  width: 100%;
}
.brand-popular-course-section_cours-link:hover::before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255 0 0 / 0%), rgb(255 255 255 / 35%)) !important;
}


@media screen and (min-width: 1200px) {
  .brand-second-section_form-col input#Field245 , .brand-second-section_form-col input#Field246{
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  .brand-second-section_form-col .wufoo li span {
    width: 48% !important;
    margin-right: 0px;
  }
  .brand-contact-form form li.contact-form  {
    width: 50% !important;
  }
}
@media screen and (max-width: 1199px) {
  .brand-banner-section .brand-banner-title{
    font-size: 60px;
    line-height: 64px;
  }  
  .brand-second-section_content-imgBox img{
    width: 450px;
  }
  .brand-second-section_form-col form.wufoo {
    margin: 0px;
  }
  .brand-popular-course-section_heading, .blue_main_title {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .brand-testimonial-section:before {
    bottom: -10px;
    max-width: 555px;
    max-height: 455px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-popular-course-section .brand-popular-course-section_cours-title {
    min-height: 68px;
  }  
  .brand-popular-course-section_course-main {
    row-gap: 50px;
  }
  .brand-second-section_content-text span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .wufoo.brand-contact-form{
    margin: 70px 0px;
    padding: 45px;
  }
  .brand-testimonial-section {
    padding: 100px 0px;
  }
  .brand-testimonial-section:before {
    max-width: 580px;
    max-height: 432px;
  }
  .discription-text {
    font-size: 20px;
    list-style: 28px;
  }
  .brand-second-section {
    padding: 38px 0 60px 0;
  }
  .brand-second-section_content-text span {
    font-size: 23px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .brand-second-section_form-col .wufoo li span {
    width: 100% !important;
  }
  .brand-banner-section .brand-banner-title {
    padding-top: 50px !important;
  }
  .brand-second-section_content-imgBox img{
    width: 350px;
  }
  .brand-popular-course-section_course-box {
    width: calc(50% - 30px);
  }
  .brand-testimonial-section_text, .brand-testimonial-section_author-text  {
    font-size: 25px;
    line-height: 34px;
  }
  .brand-testimonial-section:after {
    max-width: 250px;
  }
  .brand-banner-section .brand-banner-title {
    font-size: 45px;
    line-height: 52px;
  }
  .brand-second-section_form-col form.wufoo {
    padding: 20px;
  }
  .wufoo.brand-contact-form{
    padding: 30px !important;
  }
  .brand-testimonial-section:before {
    max-width: 574px;
    max-height: 355px;
  }
  .discription-text {
    font-size: 20px;
    list-style: 28px;
  }
  .brand-second-section_content-text span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
 
  .brand-second-section {
    padding: 50px 15px;
  }
  .brand-banner-section .brand-banner-title{
    font-size: 35px;
    line-height: 47px;
  }
  .brand-banner-section .brand-banner-title {
    padding-top: 30px !important;
  }
  .brand-second-section_main{
    flex-wrap: wrap;
  }
  .brand-second-section_content-col, .brand-second-section_form-col {
    width: 100%;
  }
  .brand-second-section_form-col{
    margin-top: 50px;
  }
  .brand-testimonial-section:after {
    display: none;
  }
  .brand-second-section_content-text {
    padding-bottom: 15px;
  }
  .brand-second-section_content-imgBox {
    max-width: 100%;
  }
  .brand-second-section_content-imgBox img {
    max-width: 500px;
    width: 100%;
  }
  .brand-second-section_form-col .contact-container {
    padding: 0px;
  }
  
  .brand-popular-course-section_heading, .blue_main_title {
    font-size: 25px !important;
    line-height: 36px !important;
    text-align: left;
    padding: 0px 15px;
  }
  .brand-popular-course-section {
    padding: 30px 0px 50px 0px;
  }
  .brand-popular-course-section_course-box {
    width: calc(100% - 30px);
    margin-top: 10px;
  }
  .brand-second-section_content-text span{
    font-size: 22px;
    line-height: 29px;
  }
  .brand-testimonial-section_text, .brand-testimonial-section_author-text  {
    font-size: 22px;
    line-height: 29px;
    padding: 0px 15px;
  }
  .discription-text {
    font-size: 18px;
    line-height: 22px;
  } 
  .brand-second-section_content-text span {
    font-size: 20px;
    line-height: 26px;
  }
  .brand-testimonial-section {
    padding: 60px 0px 130px 0px;
  }
  .brand-testimonial-section:before {
    bottom: 30px;
    max-width: 325px;
    max-height: 210px;
  }
  .brand-second-section_content-listText li{
    line-height: 33px;
  }
  #contact-us h2 {
    font-size: 25px !important;
    line-height: 34px !important;
    padding-top: 0px;
  }
  .brand-contact-form.wufoo label.desc,
  .brand-contact-form.wufoo legend.desc,
  .brand-contact-form .likert caption {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .brand-contact-form.wufoo input.text,
  .brand-contact-form.wufoo textarea.textarea,
  .brand-contact-form.wufoo input.file,
  .brand-contact-form.wufoo select.select,
  .brand-contact-form.wufoo li .wufoo-dropdown span {
   font-size: 15px !important;
   line-height: 20px;
  }
  .brand-popular-course-section_course-box img{
    width: 100%;
    max-width: 100%;
  }
  .brand-popular-course-section_course-main {
    margin-top: 20px;
  }
  .wufoo.brand-contact-form {
    margin: 50px 5px 100px 5px;
  }
  .lending_page_ul-width ul {
    max-width: 100%;
  }
  .tailoring_second_section {
    padding: 50px 15px 0px 15px;
  }
}
/* @media screen and (min-width: 501px) {
   .brand-banner-section .banner_center-img{
      display: none;
   }
  } */
@media screen and (max-width: 500px) {
  .brand-banner-section {
    background: transparent linear-gradient(137deg, #000938 0%, #24327A 16%, #24327A 52%, #4C84FF 100%) 0% 0% no-repeat padding-box;
    text-align: center;
  }
  .brand-banner-section .banner_center-img{
    max-width: 227px;
    width: 100%;
  }
  .brand-banner-section{
    position: relative;
  }
  .brand-banner-section::after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../images/Banner-Mobile-Light-Blue-Asset.svg);
    max-width: 220px;
    width: 100%;
    height: 102px;
    background-position: right;
    /* background-size: cover; */
    background-repeat: no-repeat;
  }
  .brand-banner-section::before{
    content: "";
    position: absolute;
    background-image: url(../images/Banner-MiscCircle-V1.svg) ;
    max-width: 70px;
    width: 100%;
    height: 50px;
    background-position: right;
    background-repeat: no-repeat;
    transform: translateY(-19px);
    bottom: 0px;
    left: 25%;
  }
}
