@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&family=Pacifico&family=Ubuntu:wght@300;400;500;700&display=swap');
:root {
  /* template BG color */
  --bgColor1: #def5e5;
  --bgColor2: #ffe1e1;
  --bgColor3: #e1ffb1;
  --bgColor4: #faf7f0;
  --bgColor5: #f9f9f9;
  --bgColor6: #eef1ff;
  --bgGradient1: linear-gradient(
    to right top,
    #ffafbd,
    #ffb3b4,
    #ffb7ac,
    #ffbda5,
    #ffc3a0
  );
  --bgGradient2: linear-gradient(
    to right top,
    #2193b0,
    #37a3bf,
    #4ab3ce,
    #5cc4de,
    #6dd5ed
  );
  --bgGradient3: linear-gradient(
    to right top,
    #ee9ca7,
    #f3acb5,
    #f7bdc4,
    #fbcdd2,
    #ffdde1
  );
  --bgGradient4: linear-gradient(
    to right top,
    #6d327c,
    #485da6,
    #00a1ba,
    #00bf98,
    #36c486
  );
  --bgGradient5: linear-gradient(
    to right top,
    #38438b,
    #944b94,
    #d75a88,
    #ff7e71,
    #ffb25f,
    #ffeb68
  );
  --bgGradient6: linear-gradient(
    to right top,
    #051937,
    #004d7a,
    #008793,
    #00bf72,
    #a8eb12
  );
  --bgImageURL1: url(../img/bodyBG.jpg);
  --bgImageURL2: url(../img/bodyBG2.jpg);
  --bgImageURL3: url(../img/bodyBG3.jpg);
  --bgImageURL4: url(../img/bodyBG4.jpg);
  --bgImageURL5: url(../img/bodyBG5.jpg);
  --bgImageURL6: url(../img/bodyBG6.jpg);
  --backgroundBlockImage: url(../img/blogIcon.svg);
  
  /* base Heading Setting */

  /* bg color End */
  --black: #000000;
  --black900: #0d0e10;
  --black800: #646f79;
  --black700: #475569;
  --black600: #9ca6af;
  --black500: #b7bfc6;
  --black400: #d5dce0;
  --black300: #edf1f2;
  --black250: #f4f6f6;
  --black200: #f6f8f9;
  --black100: #fafafa;
  --white: #fff;
  --green: #28a745;
  --greenHover: #38e788;
  --orange: #ffc107;
  --skyblue: #17a2b8;
  --orangeHover: #ffc925;
  --red: #dc3545;
  --redLight: #e66666;
  --redDark: #cf3246;
  --blue: #5a4bda;
  --blueBtn: #116dff;
  --blackBtn: #444444;
  --purple: #e918ed;
  --inputControlHoverBG: #eaf7ff;
  --blueLight: #8780cd;
  --yellow: #ffeb3b;
  --lightYellow: #fcff70;
  --btnLinkHoverColor: #eaf7ff;
  --veryLight: 100;
  --light: 200;
  --regular: 300;
  --medium: 300;
  --semiBold: 400;
  --bold: 500;
  --veryBold: 600;
  --themeFont: "Nunito", sans-serif;
  --baseFontSize: 14px;
  --normalSpeed: all 0.5s linear;
  /* custom Styles */
  --headerBoxShadow: 0px 1px 5px rgb(41 85 115 / 21%);
  --sideMenuBoxShadow: 0 17px 12px rgb(42 62 82 / 20%);
  --bodyBgColor: #f5f9fd;
  --activeMainSidemenu: 0px 8px 20px rgba(0, 0, 0, 0.06);
  --bodyBgGray: #f0f4f7;
}

/* Header Css */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body {
  background: #fff;
}
.subHeaderWrapper {
    /*background: #403f42;*/
    background: #5a4bda;
}
.megaMenuInnnerSection3 span {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
.SubHeaderInner {
  display: flex;
  min-height: 30px;
  justify-content: space-between;
  align-items: center;
}
.HeaderLogo {
  height: 40px;
}
.subHeaderRightSection {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.subHeaderItem {
  display: flex;
  color: #fff;
  column-gap: 5px;
  align-items: center;
}
.subHeaderItem img {
  display: flex;
  height: 18px;
}
.mainHeader {
  background: #fff;
  box-shadow: 0px 0px 17px 0px #b7b1b142;
}
.mainHeader .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.HeaderLogo {
}
.mainHeader .nav-link {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0px;
  font-family: "Nunito", sans-serif;
  margin: 0 6px;
}
.mainHeader .dropdown-toggle::after {
  content: "";
  background-image: url(../img/ddlRedIcon.png);
  border: 0;
  display: block;
  height: 19px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainHeader .nav-item .itemButton {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
}
.mainHeader .nav-item .itemButton.buttonRed {
  background: linear-gradient(92.26deg, #ff5099 9.45%, #ff4e4e 92.45%);
}

/* Header Css End */

/* Hero Section */
.heroSection {
  background: #4e3bc2;
  min-height: 400px;
  padding-top: 112px;
  position: relative;
  overflow: hidden;
}
.heroSection:after {
  content: "";
  background-image: url(../img/bluecircle.webp);
  height: 300px;
  width: 300px;
  position: absolute;
  left: -88px;
  top: 0;
  background-size: contain;
}
.heroSectionMainSection {
  padding: 50px 0;
}
.heroSectionImageSection {
  position: relative;
  justify-content: flex-end;
  display: flex;
}
.heroLeftTextSection {
  padding: 40px 0;
}
.heroLeftTextSection h1 {
  font-size: 64px;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #fff;
}
.heroLeftTextSection.heroSection2 {
  padding: 0;
}
.heroLeftTextSection.heroSection2{
  margin-top: 10px;
}
.geoCount {
  display: flex;
  column-gap: 40px;
}
.geoCount p {
  border: 0 !important;
  font-weight: 500;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.heroLeftTextSection.heroSection2 h1 {
  font-size: 46px;
}
.heroLeftTextSection h1 span {
  font-weight: 700;
}
.heroLeftTextSection p {
  font-family: var(--themeFont);
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin: 0;
}
.heroLeftTextSection p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  margin-top: 30px;
}

.heroSectionImageSection img {
  position: relative;
  z-index: 1;
  max-height: 500px;
}
.heroActionBtnWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
}
.btnn {
  border-radius: 50px;
  color: #fff;
  padding: 14px 25px;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
}
.btnn.btnn-red {
  background: linear-gradient(92.26deg, #ff5099 9.45%, #ff4e4e 92.45%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  color: #fff;
}
.btnn.btnn-red.red-reverse {
  color: #fff;
  box-shadow: none;
  border: 1px solid #282f7c;
  background: #00000021;
}
.btnn.btnn-red.red-reverse:hover {
  background: #fff;
  color: #282f7c;
}
.btnn svg {
  display: flex;
}
.btnn:hover {
  color: #fff;
}
.animateLeftRight {
  position: relative;
  animation: run 03s linear infinite;
}
.btnSteps {
  animation: run 03s linear infinite;
}
@keyframes run {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

.heroSectionSubSection {
  position: relative;
  padding-bottom: 10px;
}

.heroSebSectionHeading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.marqueWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heroSubSectionItem {
}
.heroSubSectionItem img {
  max-height: 60px;
}
.aboutTabSection {
  min-height: 300px;
  padding: 50px 0;
  position: relative;
  background: #fff;
  border-radius: 50px;
}
.aboutTabSection:after {
  content: "";
  background-image: url(../img/aboutStar.png);
  position: absolute;
  height: 50px;
  width: 66px;
  left: 3vw;
  background-size: inherit;
  background-repeat: no-repeat;
  bottom: 6vh;
}
.aboutTabSection:before {
  content: "";
  background-image: url(../img/aboutPattern.png);
  position: absolute;
  height: 150px;
  width: 150px;
  right: 3vw;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 6vh;
}
.aboutTabSectionHeading {
  font-size: 40px;
  line-height: 105%;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
.aboutTabSectionHeading span {
  background-image: url(../img/titlebg.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  line-height: 72px;
  background-size: contain;
  color: #ff4f7c;
  font-weight: 800;
}
.tabsWrapperAbout {
  display: flex;
  justify-content: space-between;
  max-width: 825px;
  margin: 20px auto 30px;
}
.aboutTabTriggers {
  display: flex;
  align-items: center;
  padding: 12px 17px 12px 12px;
  column-gap: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  background: #fff;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  min-width: 166px;
  color: #464646;
}
/* .aboutTabTriggers[data-target="Academic"]{color:#2B2DB0;}
.aboutTabTriggers[data-target="Administration"]{color:#E91E63;}
.aboutTabTriggers[data-target="Communication"]{color:#D38707;}
.aboutTabTriggers[data-target="Financial"]{color:#05ABC0;}
.aboutTabTriggers[data-target="SetupYourSchool"]{color:#A3AD16;} */
.aboutTabTriggers.active {
  background: #5a4bda;
  color: #fff;
}
.aboutTabTriggers span {
  height: 30px;
  width: 31px;
  background: #ff4f7c;
  border-radius: 50%;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
}
/* .aboutTabTriggers[data-target="Academic"] span{background:#2B2DB0;color:#fff;}
.aboutTabTriggers[data-target="Administration"] span{background:#E91E63;color:#fff;}
.aboutTabTriggers[data-target="Communication"] span{background:#D38707;color:#fff;}
.aboutTabTriggers[data-target="Financial"] span{background:#05ABC0;color:#fff;}
.aboutTabTriggers[data-target="SetupYourSchool"] span {background:#A3AD16;color:#fff;} */
.aboutTabTriggers.active span {
  background: #fff;
  color: #5a4bda;
}

.tabInner {
  opacity: 0;
  transform-origin: center;
  transition: all 0.3s ease;
  padding: 30px 0;
  display: none;
}
.tabInner.show {
  opacity: 1;
  display: block;
}
.tabAboutContentLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.tabAboutContentRight {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.tabAboutContentRight:after {
  content: "";
  background-image: url(../img/aboutCircle.png);
  height: 50px;
  width: 50px;
  position: absolute;
  top: -52px;
  right: -17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tabAboutContentLeft h2 {
  font-size: 31px;
}
.tabAboutContentLeft p {
  font-size: 21px;
  color: #515151;
  line-height: 41px;
  font-weight: 400;
}
.tabAboutContentRight .aboutAcademicImg {
  width: auto;
  max-height: 309px;
}
.quickActionStrip {
  background: #c5eaff;
  padding: 10px 0;
}
.quickActionStrip.darkColor {
  background: linear-gradient(90deg, #00c4cc, #7d2ae8) border-box;
}
.quickActionStrip.darkColor .quickActionStripText h4 {
  color: #fff;
}
.quickActionStripInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quickActionStripText {
}
.quickActionStripText h4 {
  margin: 0;
  font-size: 30px;
}
.quickActionStripButton {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  align-items: center;
}
.btnEnquireNow {
  padding: 10px 30px;
  background: linear-gradient(92.26deg, #1fa9da 9.45%, #fd40c8 92.45%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.btnWhatsaap {
  padding: 10px 30px;
  background: linear-gradient(92.26deg, #1fda48 9.45%, #0e8b39 92.45%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.btnEnquireNow:hover,
.btnWhatsaap:hover {
  outline: none;
  color: #fff;
}
.septsWrapper {
  padding: 80px 0;
  position: relative;
  background: #fff;
  font-family: "Nunito", sans-serif;
}
.septsWrapper:after {
  content: "";
  background-image: url(../img/circlePatternLightBlue.png);
  height: 500px;
  width: 500px;
  position: absolute;
  left: 0;
  top: calc(50% - 250px);
  background-repeat: no-repeat;
  background-size: contain;
}
.stepsTextWrapper h2 {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.btnSteps {
  position: relative;
  border-radius: 50px;
  color: #fff;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #4e3bc2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border: 0;
  font-family: "Nunito", sans-serif;
}
.stepsTextWrapper p {
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0 30px;
}
.stepsTextWrapper {
  padding-top: 40px;
}
.cotnetnAlign-right {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #9887ff;
  border-radius: 40px;
  padding: 30px;
  align-items: center;
}
.cotnetnAlign-left {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #9887ff;
  border-radius: 40px;
  padding: 30px;
  align-items: center;
}
.septsWrapper.blue {
  background: #f9fff8;
  overflow: hidden;
}
.septsWrapper.blue:after {
  content: "";
  background-image: url(../img/circlePatternLightRed.png);
  right: -250px;
  left: auto;
}
.septsWrapper.red {
  /* background:#FCFFDF; */
  overflow: hidden;
}
.septsWrapper.red:after {
  content: "";
  background-image: url(../img/circlePatternLightBlueSec.png);
  left: auto;
}
.testimonialSection {
  position: relative;
  padding: 50px 0;
  background: #fff;
}
.openFAQSection {
  background: #fff;
}
.testimonialSliderHeading {
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  text-align: center;
  margin-bottom: 30px;
}
.testimonialSliderWrapper {
  position: relative;
}
.testimonialSliderWrapper:before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 9px;
  left: -32px;
  /* border: 8px solid #FBFF47; */
  border-radius: 100%;
  background: linear-gradient(180deg, #fbff47 0%, #54eaff 100%);
  transform: rotate(-75deg);
}
.testimonialSliderWrapper:after {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: -28px;
  right: -29px;
  background: #ff7e7b;
  border-radius: 100%;
}
.testimonialSliderWrapper .owl-nav {
  display: none;
}
.testimonialSliderWrapper .owl-dots {
  margin-top: 10px;
}
.testimonialSliderWrapper .owl-theme .owl-dots .owl-dot.active span {
  width: 27px;
  height: 9px;
  background: linear-gradient(135deg, #fbff47 0%, #54eaff 100%);
}

.sliderItemPath {
  position: absolute;
  right: calc(34% - 75px);
  bottom: 14px;
  z-index: 0;
}
.TestimonialSliderItem {
  position: relative;
}

.TestimonialSliderItem {
  padding: 30px;
  background: #fcff7e;
  border-radius: 20px;
}
.TestimonialSliderItem.blue {
  background: #66cfff;
}
.TestimonialSliderItem.blue .sliderItemPath svg path {
  fill: #38b4ed;
}
.TestimonialSliderItem.yellow {
  background: #fcff7e;
}
.TestimonialSliderItem.yellow .sliderItemPath svg path {
  fill: #f4f862;
}
.TestimonialSliderItem.green {
  background: #dfffb2;
}
.TestimonialSliderItem.green .sliderItemPath svg path {
  fill: #c1e98a;
}
.quoteImg {
  display: flex;
  justify-content: flex-end;
}
.quoteImg .img-fluid {
  width: auto !important;
  max-height: 300px;
}
.quoteText {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  position: relative;
}
.watchVideo {
  color: #000;
  background: transparent;
  border: 0;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}
.watchVideo:hover{
  color:#000;
}
.whoQuote h3 {
  margin: 0;
  font-size: 24px;
}
.contactUsSectionWrapper {
  min-height: 400px;
  background: linear-gradient(90deg, #00c4cc, #7d2ae8) border-box;
  padding: 40px 0;
}
.contactUsSectionHeading {
  font-size: 51px;
  line-height: 60px;
  text-align: center;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.contactUsSectionSubHeading {
  font-weight: 400;
  font-size: 24px;
  line-height: 151%;
  text-align: center;
  text-transform: capitalize;
  color: #677889;
}
.contactUsText h4 {
  font-size: 29px;
  font-weight: 400;
  color: #333;
  margin-top: 40px;
}
.contactUsText ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.contactUsText ul li {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.contactUsText ul li a {
  text-decoration: none;
  color: #12618f;
  font-weight: 500;
}

.contactUsText ul li span {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fafafa;
}
.contactUsText ul li span.callIcon {
  background-image: url(../img/iconCall.svg);
}
.contactUsText ul li span.emailIcon {
  background-image: url(../img/iconEmail.svg);
}
.contactUsText ul li span.WhatsaapIcon {
  background-image: url(../img/iconWhatsaap.svg);
}
.contactUsText ul li span.demoIcon {
  background-image: url(../img/iconCalendar.svg);
}
.contactUsFormInner {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
.contactUsDesignImg {
  position: absolute;
  left: -40px;
  top: -30px;
}
.contactUsDesignImg svg path {
  fill: #cdecff;
}
.contactUsFormContent {
  /* box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.07); */
  border-radius: 20px;
  padding: 20px 30px 30px;
  position: relative;
  margin-top: 40px;
}
.contactUsFormContent h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
}
.formLabel {
  font-weight: 500;
  font-size: 17px;
  display: block;
  width: 100%;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.formInput {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 18px;
}
.formGroup {
  margin-bottom: 10px;
}
.btnWrapperContactUs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.btnWrapperContactUs .btnSteps {
  min-width: 182px;
  justify-content: center;
}
.contactUsVectorImg {
  position: relative;
  margin-top: 93px;
}
.contactUsVectorImg img {
  max-height: 265px;
}
.faqSectionWrapper {
  padding: 50px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: #fff;
}
.faqSecHeadeing {
  justify-content: center;
  display: flex;
  margin-bottom: 25px;
}
.faqSecHeadeing .btnSteps {
  justify-content: center;
  display: flex;
  max-width: 225px;
}
.faqSecHeadeing h3 {
  font-size: 39px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.faqSectionWrapper .card {
  border: 0;
  background: transparent;
}
.faqSectionWrapper .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.faqSectionWrapper .btn.btn-link {
  font-size: 29px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  /* font-weight: 700; */
  font-family: "Nunito", sans-serif;
  text-align: left;
  line-height: 1.3;
}
.faqSectionWrapper .btn.btn-link span {
  background-image: url(../img/addIcon.svg);
  height: 35px;
  width: 35px;
  background-size: 35px;
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  min-width: 35px;
}

.faqSectionWrapper .btn.btn-link[aria-expanded="true"] span {
  background-image: url(../img/minusIcon.svg);
}
.faqSectionWrapper .btn.btn-link[aria-expanded="true"] {
  color: #5b4cda;
}
.faqSectionWrapper .btn.btn-link[aria-expanded="true"] span {
  background-image: url(../img/minusIconBlue.svg);
}
.faqSectionWrapper .card-body {
  font-size: 21px;
  padding: 6px 0;
  padding-right: 38px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.faqSectionWrapper .card-body a{
  text-decoration: none;
  color: #5d4fd9;
  cursor: pointer;
}
.floating-icons {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.floating-icons a {
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  background: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.floating-icons a svg {
  height: 28px;
  width: 28px;
}
.floating-icons .emails {
  color: #4257b2;
  background: #ffdc62;
}

.floating-icons .whatsapp {
  background: #25d366;
  margin: 0;
}

.floating-icons a:hover {
  transform: scale(1.3);
}

/* footer */

footer h3 {
  font-size: 25px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding-bottom: 10px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  padding: 10px 0;
  font-weight: 300;
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}

footer ul li span {
  color: #177fd1;
  display: inline-block;
  width: 122px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--themeFont);
}

footer ul li a {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

footer p {
  font-size: 17px;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 500;
}

.copyright {
  background: #e4e4e4;
}

.copyright p {
  margin: 0;
  font-size: 12px;
}

.copyright li {
  border: 0;
}
.copyright li a {
  padding: 0 20px;
  border-right: 1px solid #222222;
  color: #222222;
  line-height: 16px;
}
footer {
  background: #fafafa;
  font-family: var(--themeFont);
  overflow: hidden;
}
.timings {
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
.aboutAcademicImg {
  border-radius: 40px;
  max-width: 400px;
}
.coloredBorder {
  position: relative;
}
.coloredBorder:before {
  /* content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg) border-box border-box;
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -webkit-mask-composite: destination-out; */
}
.br50per:before {
  border-radius: 50px;
}
.aboutTabTriggers.coloredBorder.br50per.active:before {
  content: none;
}
.featuresSectionWrapper {
  background-color: #fff;
  padding: 50px 0;
}
.featuresPageImageWrapper img {
  max-width: 100%;
  margin-top: 0;
}
.featurePageSubHeading {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 23px;
}
.featuresMainHeading {
  letter-spacing: -0.02em;
  line-height: 48px;
  font-size: 48px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 40px;
  text-align: center;
}
.featurePageList {
  display: grid;
  margin: 0;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.featurePageList li {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.featureBoxRight {
  display: none;
}
/* .featurePageList li:hover:before
{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  border: 2px solid transparent;
  background: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg) border-box border-box;
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -webkit-mask-composite: destination-out;
} */
.featureBoxLeft p {
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  color: #333;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}
.featureBoxLeft img {
  max-height: 32px;
  max-width: 200px;
  margin-bottom: 16px;
}
.featureBoxLeft h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}
.featurePageList li:hover .featureBoxLeft h5 {
  color: rgb(66, 0, 196);
}
.featurePageList li:hover .featureBoxRight svg {
  stroke: rgb(66, 0, 196);
}
.featureBoxLeft a {
  text-decoration: none;
  color: #4e3bc2;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
header .dropdown-item p {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
header .dropdown-item span {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
  display: block;
  color: #666;
  width: 265px;
  white-space: normal;
}
header .dropdown-menu {
  align-content: space-between;
  box-sizing: border-box;
  max-height: 494px;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transform: translateY(-100px);
  transition: opacity 0s, visibility 0s;
  visibility: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: rgb(255 78 78);
}
header .dropdown-menu.show {
  opacity: 1;
  width: calc(100% + 30px);
  transform: translateY(0);
  transition: opacity 0.1s, visibility 0.1s;
  max-height: 494px;
  visibility: visible;
  box-shadow: none;
  top: 66px;
  left: -15px;
  border-radius: 0;
  border-top: 1px solid #fff1f1;
  padding: 0;
  background: #fbfbff;
}
.megaMenuInner {
  padding: 0;
}

header .dropdown-item {
  padding: 10px 0;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: transparent;
}
header .dropdown-item:focus p,
header .dropdown-item:hover p {
  color: #5a4bda;
}
.quickLinksSectionWrapper {
  padding: 50px 0;
  background: #4545ac;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.quickLinkstextSection {
  color: #fff;
  font-weight: 700;
  font-size: 53px;
  line-height: 53px;
}

.quickLinkstextSection span {
  font-weight: 700;
  background: linear-gradient(90deg, #ffc700 47.6%, #ffffff 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.quickLinksbuttonSection {
  display: flex;
  align-items: center;
  min-height: 82px;
}
.quickLinksButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  min-width: 310px;
  transition: 0.3s;
  background: linear-gradient(90deg, #fff 47.6%, #fff 104.13%);
  border-radius: 6px;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
}
.quickLinksButton:hover {
  color: #000;
}

.faqInner .accordion {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px;
}
.faqInner .accordion .card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 0;
}
.faqInner .accordion .card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.septsWrapper.design2.red {
}
.septsWrapper.design2:after {
  content: none;
}

.stepsImageWrapper.alignContentRight {
  padding: 0px !important;
  display: flex;
  justify-content: center;
  max-width: 100%;
  border: 0 !important;
  padding: 30px !important;
  border-radius: 40px;
  max-width: 500px;
}
.stepsImageWrapper.alignContentLeft {
  padding: 0px !important;
  display: flex;
  max-width: 100%;
  border: 0 !important;
  width: 100%;
  justify-content: center;
  padding: 30px !important;
  border-radius: 40px;
  max-width: 500px;
}
.rightImageSection {
  display: flex;
  justify-content: flex-end;
}
.leftImageSection {
  display: flex;
  justify-content: flex-start;
}
.rightImageSection .stepsTextInnerWpr {
  max-width: 500px;
  width: 100%;
}
.septsWrapper.design2.green .stepsImageWrapper {
  background: #029558;
}
.septsWrapper.design2.lightGreen .stepsImageWrapper {
  background: #e8f8b4;
}
.septsWrapper.design2.lightBlue .stepsImageWrapper {
  background: #d6f2ff;
}
.septsWrapper.design2.lightRed .stepsImageWrapper {
  background: #ffd0d0;
}
.septsWrapper.design2.blue .stepsImageWrapper {
  background: #5552fe;
}
.septsWrapper.design2.red .stepsImageWrapper {
  background: #f14e1c;
}
.septsWrapper.design2 {
  padding: 40px 0;
  position: relative;
}
.septsWrapper.design2 .stepsTextInnerWpr {
  padding-top: 30px;
}
.septsWrapper.design2.blue {
  background: #fff;
}
.stepsTextInnerWpr {
  display: flex;
}
.septsWrapper.design2 .stepsTextWrapper {
  padding-top: 0;
}
.septsWrapper.design2 .btnSteps {
  background: #4e3bc2;
}
.septsWrapper.design2 .aboutAcademicImg {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.septsWrapper.design2 .stepsTextWrapper h2 {
  font-size: 42px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.septsWrapper.design2 .stepsTextWrapper p {
  font-size: 20px;
  line-height: 129%;
  font-weight: 400;
  max-width: 500px;
  color: #1a1a1a;
  margin: 14px 0 20px;
}

.septsWrapper.design2.green .btnSteps {
  background: linear-gradient(92.26deg, #204dee 9.45%, #204dee 92.45%);
}
.septsWrapper.design2.blue .btnSteps {
  background: linear-gradient(92.26deg, #204dee 9.45%, #204dee 92.45%);
}
.septsWrapper.design2.red .btnSteps {
  background: linear-gradient(92.26deg, #204dee 9.45%, #204dee 92.45%);
}
.testimonialSection.designTwo {
  position: relative;
  padding: 50px 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.stepsListDesign {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stepsListDesign li {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  margin-bottom: 20px;
}
.stepsListDesignIcon {
  height: 24px;
  width: 24px;
  background: #fff;
  border: 6px solid #5b4cda;
  display: block;
  border-radius: 50%;
}
.stepsListDesignText {
  font-size: 21px;
  line-height: 110%;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.contactUsSectionWrapper.designTwo {
  background: #fff;
}
.contactUsSectionWrapper.designTwo .contactUsDesignImg {
  left: -138px;
  display: none;
}
.contactUsSectionWrapper.designTwo .contactUsDesignImg svg path {
  fill: #2b2db0;
}
.contactUsSectionWrapper.designTwo .contactUsText {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 30px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
.contactUsSectionWrapper.designTwo .contactUsSectionSubHeading {
  max-width: 500px;
  margin: 0 auto;
}
.pad50left {
  padding-left: 50px;
}
.contactUsSectionWrapper.designTwo .contactUsFormInner {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 0;
  box-shadow: 2px 2px 5px 0px #00000017;
  border: 1px solid #eee;
}

.contactUsSectionWrapper.designTwo .contactUsSectionHeading {
  font-size: 37px;
  line-height: 50px;
  padding: 16px 30px;
  margin: 0;
  text-align: left;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.featuresPageImageWrapper {
  display: inline-flex;
  align-items: center;
  min-height: 472px;
}
.contactUsSectionWrapper.designTwo .contactUsFormContent {
  /* box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.07); */
  border-radius: 20px;
  padding: 20px 30px 30px;
  position: relative;
  margin-top: 0;
}

.contactUsSectionWrapper.designTwo .contactUsVectorImg {
  position: relative;
  margin-top: 0;
}
.contactUsSectionWrapper.designTwo .contactUsVectorImg img {
  max-height: 426px;
  margin: 0 auto;
  display: block;
}
.contactUsSectionWrapper.designTwo .contactUsText ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* VideoBanner Container */
.videoInBannerWrapper {
  position: relative;
}
/* .videoInBannerWrapper:before
{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  border: 10px solid transparent;
  background: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg) border-box border-box;
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -webkit-mask-composite: destination-out;
  opacity: 0.3;
} */
.videoInBannerWrapper iframe {
  width: 100%;
  height: 450px;
}
.playYtButton {
  position: absolute;
  left: -30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #ffffffeb;
  top: calc(50% - 30px);
  background-image: url(../img/playBtn.svg);
  background-repeat: no-repeat;
  background-position: 25px 18px;
  background-size: 24px;
}
.playYtButton:hover {
  background-color: #fff;
  outline: none;
}
.ytPlayerWrapper {
  overflow: hidden;
  height: 450px;
}
.heroSection.subPages {
  min-height: auto;
}
.heroSection.subPages .heroSectionMainSection {
  padding: 0;
}
.heroSection.subPages .heroSectionMainSection .row,
.heroSection.subPages .heroSectionMainSection .col-sm-6 {
  margin: 0;
  padding: 0;
}
.heroSection.subPages .heroLeftTextSection {
  padding: 40px 0;
  max-width: 600px;
  margin: 0 auto;
}
.heroSection.subPages .heroActionBtnWrapper {
  max-width: 600px;
  margin: 0 auto;
}

/* OpenFAQ Section */
.openFAQSectionInner {
  padding: 40px 0 0;
}
.openFAQSectionInner .openFaqRepeatSection:last-child {
  border: 0;
}
.openFAQSectionHeading {
}
.openFaqRepeatSection {
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
}
.openFAQSectionHeading {
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.openFaqRepeatSection h4 {
  position: relative;
  font-size: 26px;
  border-bottom: 1px solid transparent;
  margin: 0 0 12px;
  transition: all 0.5s ease;
  padding-right: 40px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 18px;
}
.openFaqRepeatSection p {
  font-size: 19px;
  line-height: 1.8;
  margin: 0 0 15px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
}
.openFaqRepeatSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.openFaqRepeatSection li {
  position: relative;
  padding: 12px 0 12px 40px;
  font-size: 19px;
  font-family: "Nunito", sans-serif;
}
.openFaqRepeatSection ul li:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 19px;
  box-shadow: 7px -7px 0 0 #5a4cda inset;
  transform: rotate(-45deg) scale(0.5);
  -webkit-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  left: -2px;
  top: 15px;
}
/* .openFaqRepeatSection  ul li:after {
  content: "";
  position: absolute;
  border: 2px solid #5a4bda;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 0;
  border-radius: 50%;
} */

/* OpenFAQ Section End */

/* Address Section */
.addressSection {
  padding: 40px 0;
}
.addressSectionInner {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
}
.addressSectionInner h2 {
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #ddd;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.addressDetailsBox {
  display: flex;
  column-gap: 20px;
  padding: 30px 0 0;
}
.addresLabelWithtextonly {
  min-width: 117px;
  display: block;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.addresValue p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.addresValue p.bb10 {
  border-bottom: 1px solid #ebf3f9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.addresValue p a,
.addresValue p a:hover {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}
.addresValue p:after {
  content: "";
  height: 0;
  width: 12px;
  border-bottom: 2px solid #6052d7;
  position: absolute;
  left: 0;
  top: 12px;
}
.addresLabelWithIconOnly {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  width: 40px;
  height: 40px;
  background-image: url(../img/mapicon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.addresLabelWithIconOnly.mapicon {
  background-image: url(../img/mapicon.png);
}
.addresLabelWithIconOnly.phoneIcon {
  background-image: url(../img/phoneIcon.png);
}
.addresLabelWithIconOnly.emailIcon {
  background-image: url(../img/emailIcon.png);
}
.addresLabelWithIconOnly svg {
  height: 35px;
  width: 35px;
}
.socialLinks ul {
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  display: flex;
  padding-left: 79px;
}
.socialLinks ul li a {
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  background-image: url(../img/twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  transition: all 0.3s ease;
}
.socialLinks ul li a:hover {
  box-shadow: none;
}
.socialLinks .twitter a {
  background-color: #33ccff;
  background-image: url(../img/twitter.svg);
}
.socialLinks .linkedin a {
  background-color: #006699;
  background-image: url(../img/linkedin.svg);
}

.socialLinks .googleplus a {
  background-color: #ea4335;
  background-image: url(../img/googlePlus.svg);
}
.socialLinks .youtube a {
  background-color: #ff1a1a;
  background-image: url(../img/youtube.svg);
}
.socialLinks .facebook a {
  background-color: #337fff;
  background-image: url(../img/facebook.svg);
}
/* Address Section End */

/* job portal Search */
.JobPortalSearchSection {
  background-image: url(../img/jobPortalBg.svg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 152px 0 0;
}
.JobPortalSearchSection:after {
  content: "";
  background-image: url(../img/bluecircle.webp);
  height: 200px;
  width: 200px;
  position: absolute;
  left: -88px;
  top: 0;
  background-size: contain;
}
.jobPortalSearchContentWrapper {
  display: grid;
  grid-template-columns: 45% 23% 17% 15%;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1.26923px solid #eaf1f5;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(86, 141, 187, 0.12);
  border-radius: 100px;
  max-width: 980px;
  margin: 0 auto -31px;
}
.jobPortalSearchSectionHeading {
  text-align: center;
  font-size: 41px;
  background-size: contain;
  color: #fff;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
.jobPortalSearchSectionSubHeading {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #d1e0ff;
  margin-bottom: 28px;
  font-family: "Nunito", sans-serif;
}
.jobPortalSearchContentWrapper .Skills,
.jobPortalSearchContentWrapper .experiance,
.jobPortalSearchContentWrapper .location,
.jobPortalSearchContentWrapper .btnSearch {
  font-size: 17px;
  line-height: 22px;
  color: #1b2437;
  height: 45px;
  border: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.jobPortalSearchContentWrapper .Skills:focus,
.jobPortalSearchContentWrapper .experiance:focus,
.jobPortalSearchContentWrapper .location:focus,
.jobPortalSearchContentWrapper .btnSearch:focus {
  outline: none;
}
.jobPortalSearchContentWrapper .Skills {
  background-image: url(../img/searchIcon.svg);
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-right: 10px;
  border-right: 1px solid #eee;
  background-size: 20px;
}
.jobPortalSearchContentWrapper .experiance {
  -webkit-user-select: none;
  appearance: none;
  background-image: url(../img/ddlArrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 29px;
  padding-left: 10px;
  border-right: 1px solid #eee;
}
.jobPortalSearchContentWrapper .location {
  padding-left: 10px;
}
.jobPortalSearchContentWrapper .btnSearch {
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(92.26deg, #ff5099 9.45%, #ff4e4e 92.45%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
}
.jobsShortcutWrapper {
  padding-top: 40px;
}
.jobTypeSlider {
  padding: 40px;
}
.itemBox {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 10px;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaf1f5;
  box-shadow: 0px 3px 6px rgba(0, 77, 255, 0.05);
  border-radius: 16px 6px;
  padding: 5px 12px;
}
.itemBox h4 {
  margin: 0;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
.itemBox p {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #464646;
}

.jobTypeSlider .owl-dots {
  display: none;
}
.jobTypeSlider {
  position: relative;
}
.jobTypeSlider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -53px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: monospace;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
}
.jobTypeSlider .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  top: 19px;
  color: #000;
}
.jobTypeSlider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -53px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: monospace;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
}
.jobTypeSlider .owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  top: 19px;
  color: #000;
}
/* company slider */
.companiesSlider .owl-dots {
  display: none;
}

.companiesSlider {
  position: relative;
  padding: 40px;
}
.companiesSlider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -53px;
  top: 73px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: monospace;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
}
.companiesSlider .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  top: 19px;
  color: #000;
}
.companiesSlider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -53px;
  top: 73px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
  font-family: monospace;
}
.companiesSlider .owl-carousel .owl-nav button.owl-prev.disabled,
.companiesSlider .owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
.companiesSlider .owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  top: 19px;
  color: #000;
}
.topCompainesHiringNowInner h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
.topCompainesHiringNowInner .itemBox {
  display: block;
  text-align: center;
  padding: 12px 12px;
}
.topCompainesHiringNowInner .itemBox img {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
}
/* blogPortalSlider */
.blogPortalSliderWpr .owl-dots {
  display: none;
}

.blogPortalSliderWpr {
  position: relative;
  padding: 40px;
}
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -53px;
  top: 73px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: monospace;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
}
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  top: 19px;
  color: #000;
}
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -53px;
  top: 73px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0px 1px 4px 1px #4e4b4b30;
  font-family: monospace;
}
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-prev.disabled,
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
.blogPortalSliderWpr .owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  top: 19px;
  color: #000;
}
.blogSliderFixed h2 {
  text-align: center;
  font-size: 27px;
  font-family: "Poppins", sans-serif;
}
.blogPortalSliderWpr .itemBox {
  display: block;
  text-align: left;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}
.blogPortalSliderWpr .itemBox img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.blogSliderFixed {
  padding-top: 40px;
}
.blogPortalSliderWpr .itemBox h4 {
  font-size: 16px;
  text-align: left;
}
.blogPortalSliderWpr .itemBox p {
  text-align: left;
}
.blogboxDetails {
  padding: 15px 10px 20px;
}
.blogPortalSliderWpr .itemBox p.badgedetails {
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: #f6fbff;
  font-size: 13px;
  display: inline-block;
  margin: 4px 0;
}
.dataandWhoPost {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
}
.blogPortalSliderWpr .itemBox .dateLabelIcon img,
.blogPortalSliderWpr .itemBox .enrolledLableIcon img {
  height: 20px;
  width: 20px;
}
.enrolledLable,
.dateLabel {
  display: flex;
  column-gap: 5px;
}
.viewandRewards {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rewards {
  background: #fafafa;
  border: 0;
  border-radius: 50px;
  padding: 4px 4px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  padding-right: 12px;
}
.rewards .rewardsIcon {
  background: #ff4e4e;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(../img/rewards.svg);
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.ViewDetails {
  text-decoration: none;
  color: #4835b6 !important;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 50px;
  font-family: "Nunito", sans-serif;
}
.jobatLocationSubHeading {
  font-size: 19px;
  line-height: 1.8;
  margin: -8px 0 15px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.topCompainesHiringNowInner .companiesSlider.jobsAtLocation .itemBox {
  padding: 0;
}
.topCompainesHiringNowInner .companiesSlider.jobsAtLocation .itemBox img {
  width: 100%;
  height: 150px;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.jobsLocationDetail {
  padding: 12px 10px;
}
/* job portal Search End */

/* box Section New Design */
.newHeaderDesign p {
  font-size: 40px;
  line-height: 1.1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.newHeaderDesign {
  margin-bottom: 40px;
}
.newHeaderDesign h4 {
  background-image: url(../img/titlebg.png);
  background-repeat: no-repeat;
  background-position: 7% -1px;
  line-height: 72px;
  background-size: contain;
  color: #ff4f7c;
  font-weight: 900;
  font-size: 46px;
  font-family: "Nunito", sans-serif;
  z-index: 2;
}
.featuresSectionBoxItem {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  z-index: 1;
  cursor: pointer;
  width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
  padding: 30px;
}
.featuresSectionBoxItem.pink {
  background: linear-gradient(65.29deg, #ff5098 -49.57%, #fff 50%);
}
.featuresSectionBoxItem:after {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url(../img/pinkBoxImage.webp);
  background-size: contain;
  width: 200px;
  bottom: 0;
  background-repeat: no-repeat;
  left: 0;
  background-position: bottom;
  background-size: 184px;
}
.featuresSectionBoxItemDetails {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
}
.featuresSectionBoxItem.pink:after {
  background-image: url(../img/boxbg1.svg);
  background-size: 100px;
}
.featuresSectionBoxItem.blue:after {
  background-image: url(../img/box2bg.svg);
}
.featuresSectionBoxItem.lighBlue:after {
  background-image: url(../img/box3Bg.svg);
}
.featuresSectionBoxItem.yellow:after {
  background-image: url(../img/box4bg.svg);
  background-size: 150px;
}
.featuresSectionBoxItem.pink:hover {
  background: #ff5098;
}
.featuresSectionBoxItem.blue {
  background: linear-gradient(62.67deg, #45bbff -25.2%, #fff 48.86%);
}
.featuresSectionBoxItem.blue:hover {
  background: #45bbff;
}

.featuresSectionBoxItem.lighBlue {
  background: linear-gradient(64.73deg, #82df00 -36.72%, #fff 48.14%);
}
.featuresSectionBoxItem.lighBlue:hover {
  background: #82df00;
}
.featuresSectionBoxItem.yellow {
  background: linear-gradient(64.22deg, #ffd966 -27.01%, #fff 47.49%);
}
.featuresSectionBoxItem.yellow:hover {
  background: #ffc109;
}
.featuresSectionBoxItem .featuresSectionBoxItemDetails h3 {
  line-height: 28px;
  background-size: contain;
  color: #ff4f7c;
  font-weight: 900;
  font-size: 28px;
  font-family: "Nunito", sans-serif;
  margin: 0;
  z-index: 2;
}
.featuresSectionBoxItem.pink .featuresSectionBoxItemDetails h3 {
  color: #ff5098;
}
.featuresSectionBoxItem.blue .featuresSectionBoxItemDetails h3 {
  color: #45bbff;
}
.featuresSectionBoxItem.lighBlue .featuresSectionBoxItemDetails h3 {
  color: #82df00;
}
.featuresSectionBoxItem.yellow .featuresSectionBoxItemDetails h3 {
  color: #ffc109;
}
.featuresSectionBoxItem.pink:hover .featuresSectionBoxItemDetails h3,
.featuresSectionBoxItem.pink:hover .featuresSectionBoxItemDetails p {
  color: #ffffff;
}
.featuresSectionBoxItem.blue:hover .featuresSectionBoxItemDetails h3,
.featuresSectionBoxItem.blue:hover .featuresSectionBoxItemDetails p {
  color: #ffffff;
}
.featuresSectionBoxItem.lighBlue:hover .featuresSectionBoxItemDetails h3,
.featuresSectionBoxItem.lighBlue:hover .featuresSectionBoxItemDetails p {
  color: #ffffff;
}
.featuresSectionBoxItem.yellow:hover .featuresSectionBoxItemDetails h3,
.featuresSectionBoxItem.yellow:hover .featuresSectionBoxItemDetails p {
  color: #ffffff;
}
.featuresSectionBoxItem .featuresSectionBoxItemDetails p {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin: 20px 0px;
  color: #3d4d5d;
  z-index: 2;
}

.featuresSectionBoxItemActionButton {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}
.featuresSectionBoxItemActionButton button {
  border-radius: 50px;
  border: 2px solid #666;
  font-family: "Nunito", sans-serif;
  padding: 6px 20px;
  background: transparent;
  font-size: 21px;
  font-weight: 600;
}
.featuresSectionBoxItem:hover .featuresSectionBoxItemActionButton button {
  border-color: transparent;
  background: #fff;
  color: #ff5098;
}
.featuresSectionBoxItem.pink:hover .featuresSectionBoxItemActionButton button {
  color: #ff5098;
}
.featuresSectionBoxItem.blue:hover .featuresSectionBoxItemActionButton button {
  color: #45bbff;
}
.featuresSectionBoxItem.lighBlue:hover
  .featuresSectionBoxItemActionButton
  button {
  color: #82df00;
}
.featuresSectionBoxItem.yellow:hover
  .featuresSectionBoxItemActionButton
  button {
  color: #ffc109;
}
.chatTypeBoxWrapper {
  display: flex;
}
.loogingForInput {
  display: flex;
}

.contactUsFormContent iframe {
  max-width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  grid-column-gap: 7px;
  min-height: 600px;
}
.lookingForInputText {
  background: #fff;
  border-radius: 5px;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  height: 59px;
  margin-top: 15px;
}
.lookingForInputText input {
  border: 0;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  min-width: 400px;
  margin-top: 5px;
}
.lookingForInputText button {
  font-family: "Nunito", sans-serif;
  border: 0;
  background-color: #ff4f7c;
  padding: 6px 32px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  background-image: url(../img/searchIconWhite.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding-left: 36px;
}

.aboutTabsSectionWrapper {
  background: #4e3bc2;
  padding-bottom: 40px;
}
.featurePageTextSectionParagraph {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.heroActionBtnWrapper.gridLayout {
  max-width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  grid-column-gap: 7px;
}
.chatTypeBox {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
}
.userImage img {
  height: 80px;
  width: 80px;
}
.textChatType {
  background: #fff;
  width: 359px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.textChatType:after {
  content: "";
  position: absolute;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px;
  left: -25px;
  top: calc(50% - 10px);
}
.heroSectionImageSection.support img {
  max-height: 376px;
}
.videoSupportSection {
  padding: 40px 0;
}
.videoSupportSectionInner {
  background: #fff;
}
.videoSupprtSection iframe {
  width: 100%;
  background: #000;
  overflow: hidden;
  height: 174px;
  border-radius: 5px 5px 0 0;
}
.videoSupprtSection {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 77, 255, 0.05);
}
.videoSupprtSection p {
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  color: #5a4bda;
  padding: 8px 10px 15px;
  margin-bottom: 0;
}
.loadMoreVideos {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
}
.watchHowtoVideoSection {
  border-bottom: 1px solid #eee;
  padding-top: 40px;
}
.ourProductsLogo {
  display: flex;
  align-items: center;
  padding-top: 36px;
  justify-content: flex-end;
}
.ourProductsLogo a {
  background-image: url(../img/logo.svg);
  display: inline-block;
  width: 200px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.ourProductsLogo a.spt {
  background-image: url(../img/logo.png);
}
.ourProductsLogo a.quelbeans {
  background-image: url(../img/logo.svg);
}
.ourProductsLogo a.facebook {
  background-image: url(../img/facebookIcon.png);
  width: 50px;
}
.ourProductsLogo a.linkedin {
  background-image: url(../img/linkedInIcon.png);
  width: 50px;
}
.ourProductsLogo a.youtube {
  background-image: url(../img/youtubeIcon.png);
  width: 50px;
}
.latestarticleBox {
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 77, 255, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
}
.latestarticleBox.bg1 {
  background: #e9f8b5;
}
.latestarticleBox.bg2 {
  background: #d6f2fe;
}
.latestarticleBox.bg3 {
  background: #ffefd5;
}
.latestarticleBox.bg4 {
  background: #f6ebd5;
}
.latestarticleBox.bg5 {
  background: #f6ebd5;
}
.latestarticleBox.bg6 {
  background: #ffefd5;
}
.latestarticleBox.bg7 {
  background: #d6f2fe;
}
.latestarticleBox.bg8 {
  background: #e9f8b5;
}
.latestarticleBox.bg9 {
  background: #e9f8b5;
}
.latestarticleBox.bg10 {
  background: #d6f2fe;
}
.latestarticleBox.bg11 {
  background: #f6ebd5;
}
.latestarticleBox.bg12 {
  background: #e9f8b5;
}
.latestarticleBox.bg13 {
  background: #ffefd5;
}
.latestarticleBox.bg14 {
  background: #e9f8b5;
}
.latestarticleBox.bg15 {
  background: #d6f2fe;
}
.latestarticleBox.bg16 {
  background: #f6ebd5;
}

.latestarticleBox p {
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  color: #333;
  margin: 0;
}
.latestarticleBox span {
  color: #444;
  font-size: 17px;
  line-height: 21px;
  display: block;
}
.phoneAppSection {
  padding: 40px 0;
}
.openFAQSectionInner .aboutTabSectionHeading {
  margin-bottom: 40px;
}
.searchTopWrapper {
  padding: 20px 0;
  background: #d6f2fe;
}
.videoSupportSection .aboutTabSectionHeading {
  margin-bottom: 40px;
}
.phoneAppSectionInner {
  background: #5a4cda;
  padding: 30px 30px 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.phoneAppSectionInner:after {
  content: "";
  background-image: url(../img/bluecircle.webp);
  height: 300px;
  width: 300px;
  position: absolute;
  right: -88px;
  top: 0;
  background-size: contain;
}
.phoneAppSectionInner .aboutTabSectionHeading {
  color: #ffff;
  text-align: left;
}
.phoneAppSectionInner .aboutTabSectionHeading span {
  color: #fff;
}
.phoneAppSectionInner p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}
.appdownloadButtons {
  display: flex;
}
.appDownloadBtn {
  display: block;
  height: 61px;
  width: 195px;
  background-size: 200px;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-image: url(../img/appleStorepng.png);
  margin-top: 14px;
}

.appDownloadBtn.iphoneStore {
  background-image: url(../img/appleStorepng.png);
  background-position: 0 -65px;
}
.schoolappKeysWrapper {
  border-left: 1px solid #5346c7;
  margin-top: 60px;
  flex-direction: column;
  min-height: 140px;
  padding-left: 15px;
}
.appSectionButtons {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: 25px;
  z-index: 3;
  position: relative;
  padding-left: 20px;
  /* border: 1px solid #285070; */
  padding: 6px 26px;
  border-radius: 30px;
  /* background: #4433a9;*/
}
.featuresSectionBoxDesgin h4.text-center {
  background-position: 50% 1px;
}
.appSectionButtons:hover {
  background: #4433a9;
  color: #fff;
}

.navBarRightSide .nav-item.dropdown {
  position: static;
}
.navBarRightSide .nav-item {
  position: static;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.navBarRightSide .nav-item.dropdown.show {
  background: #fff1f1;
}
.megaMenuInnnerSection1,
.megaMenuInnnerSection2,
.megaMenuInnnerSection3,
.megaMenuInnnerSection4 {
  border-right: 1px solid #fff1f1;
  padding: 30px 20px 0;
}
.megaMenuInnnerSection1 h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.megaMenuInnnerSection1 p {
  font-size: 19px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #777;
}
.megaMenuInnnerSection1 a {
  font-size: 19px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  font-weight: 700;
  color: #5b4cd9;
  text-align: left;
  display: block;
  margin-top: 30px;
}
.megaMenuInnnerSection2Inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.megaMenuInnnerSection2Inner h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: left;
}
.smallLinksSection a {
  display: block;
  text-decoration: none;
  color: #464646;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
  /* background-image: url(../img/blogIcon.svg); */
  background-size: 26px;
  background-repeat: no-repeat;
}
.smallLinksSection a.schoolmanagementsystem {
  background-image: url(../img/icon/School\ Management\ System.png);
}
.smallLinksSection a.collegemanagementssystem {
  background-image: url(../img/icon/collage-manegment.png);
}
.smallLinksSection a.preschool {
  background-image: url(../img/icon/pre-school.png);
}
.smallLinksSection a.onlineclass {
  background-image: url(../img/icon/online-class.png);
}
.smallLinksSection a.onlineexam {
  background-image: url(../img/icon/online-exam.png);
}
.smallLinksSection a.AcademicContentManagementmain {
  background-image: url(../img/icon/Content-Management-System.png);
}
.smallLinksSection a.blog {
  background-image: url(../img/icon/blog-system.png);
}
.smallLinksSection a.brandsystem {
  background-image: url(../img/icon/improve-brand.png);
}
.smallLinksSection a.chatsystem {
  background-image: url(../img/icon/chat-system.png);
}
.smallLinksSection a.gpsapp {
  background-image: url(../img/icon/gps-app.png);
}
.megaMenuInnnerSection3 {
  margin: 0 -25px;
  background: #5b4cd9;
}
.megaMenuInnnerSection3 h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: left;
  color:#fff;
}
.megaMenuInnnerSection3 a {
  display: block;
  padding: 13px 10px 10px;
  border-top: 1px solid #4638c3;
  text-decoration: none;
  font-size: 19px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-weight: 500;
  background-image: url(../img/rightRedArrow.svg);
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: calc(100% - 20px) center;
}
.megaMenuInnnerSection3 a:hover{
  color:#fff;
}
.megaMenuInnnerSection1 {
  background: #fff;
  min-height: 338px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.megaMenuInnnerSection4 {
  background-color: #fff;
  min-height: 338px;
  position:relative;
}
.megaMenuInnnerSection4:before{
  content:'';
  background-image: url(../img/menuBg.svg);
  background:#fafafa;
  background-size: contain;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.megaMenuInnnerSection4:after{
  content:'';
  background-image: url(../img/menuContactUs.svg);
  background-size: contain;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
}
  

.megaMenuInnnerSection4.parents:after{
  background-image: url(../img/menuParents.svg);
}
.megaMenuInnnerSection4.students:after{
  background-image: url(../img/menustudents.svg);
}
.megaMenuInnnerSection4.getWebiste:after{
  background-image: url(../img/menuGetaWebsite.svg);
}
.megaMenuInnnerSection4.benefits:after{
  background-image: url(../img/menuBenefits.svg);
}
.megaMenuInnnerSection4.principals:after{
  background-image: url(../img/menuPrincipal.svg);
}
.stepsTextWrapper .btnSteps {
  animation: none;
  width: auto;
  display: inline-flex;
}
.stepsTextWrapper .btnSteps:hover {
  color: #fff;
}
.linksList{
  list-style: none;
  padding-left: 0;
}
.linksList li{
  position: relative;
}
.linksList li a{
  position: relative;
  padding-left: 25px;
  display: block;
  text-decoration: none;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #4e3bc2;
}
.linksList li a:after{
  content: "";
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #6c6c72;
  border-right: 2px solid #6c6c72;
  position: absolute;
  left: 5px;
  top: 5px;
  transform: rotate(-45deg);
}
/* box Section New Design End */

/* 1366-Responsive css */
@media (max-width: 1367px) {

  .SubHeaderInner {
    min-height: 30px;
  }
  .subHeaderItem span {
    font-size: 14px;
  }
  .subHeaderItem img {
    height: 16px;
  }
  .HeaderLogo {
    height: 35px;
  }
  .mainHeader .nav-link {
    font-size: 15px;
    margin: 0 4px;
  }
  .navBarRightSide .nav-item {
    min-height: 50px;
  }
  .mainHeader .nav-item .itemButton {
    padding: 6px 14px;
  }
  .heroLeftTextSection h1 {
    font-size: 45px;
    line-height: 45px;
}
.heroSectionImageSection img {
  max-height: 380px;
}
.heroLeftTextSection p {
  font-size: 17px;
  line-height: 23px;
  margin-top: 20px;
}
.btnn {
  padding: 9px 20px;
  font-size: 16px;
}
.btnSteps {
  padding: 9px 20px;
}
.quickActionStripText h4 {
  font-size: 26px;
}
.btnEnquireNow,
.btnWhatsaap {
  padding: 8px 20px;
}
.septsWrapper.design2 .stepsTextWrapper h2 {
  font-size: 35px;
}
.septsWrapper.design2 .stepsTextWrapper p {
  font-size: 19px;
  line-height: 22px;
}
.aboutTabSectionHeading {
  font-size: 32px;
  line-height: 35px;
}
.aboutTabTriggers {
  padding: 7px 21px 7px 10px;
  column-gap: 8px;
  font-size: 16px;
}
.tabAboutContentLeft p {
  font-size: 19px;
  line-height: 31px;
}
.tabAboutContentLeft h2 {
  font-size: 27px;
}
.stepsImageWrapper.alignContentLeft {
  max-width: 400px;
}
.stepsImageWrapper.alignContentRight {
  max-width: 400px;
}
.quoteIcon svg {
  height: 35px;
}
.quoteText {
  font-size: 18px;
  line-height: 24px;
}
.quoteImg .img-fluid {
  max-height: 240px;
}
.whoQuote h3 {
  font-size: 20px;
}
.contactUsSectionWrapper.designTwo .contactUsText {
  padding-left: 0;
  padding-right: 35px;
}
.contactUsSectionWrapper.designTwo .contactUsText ul li a {
  font-size: 16px;
}
.contactUsText ul li span {
  height: 30px;
  width: 30px;
  background-size: 34px;
}
.quickLinksSectionWrapper {
  padding: 20px 0;
}
.quickLinkstextSection {
  font-size: 40px;
  line-height: 43px;
}
.quickLinksButton {
  height: 50px;
  min-width: 246px;
  font-size: 19px;
}
.faqSectionWrapper .btn.btn-link {
  font-size: 19px;
}
.faqSectionWrapper .card-body {
  font-size: 15px;
  line-height: 18px;
}
.faqSectionWrapper .btn.btn-link span {
  transform: scale(0.65);
}
footer p {
  font-size: 15px;
  line-height: 22px;
}
footer ul li a {
  font-size: 14px;
}
footer h3 {
  font-size: 19px;
}
.copyright.py-4 {
  padding-top: 0.75rem!important;
  padding-bottom: 0.75rem!important;
}
}

/* 1366-Responsive css End */
/* 768-Responsive css  */
@media(max-width:768px){
  .productsDisplaySectionInner {
    display: block;
}
.productsDisplaySectionItem {
  padding: 20px;
  display: block;
  padding-top: 143px;
  height: auto;
  width: 100%;
  background-size: 100% 140px;
  background-position: top center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
  .cm_tiles_innner {
    grid-template-columns: 1fr !important;
  }
  .cm_title_paragraph_media_iframe {
    height: 200px !important;
  }
  .SubHeaderInner {
    justify-content: flex-end;
}
  .subHeaderLeftSection{
    display: none;
  }
  .tabsWrapperAbout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 6px;
    grid-column-gap: 7px;
    max-width: 825px;
    margin: 0 auto 0;
}
.testimonialSliderWrapper:after{
  display:none;
}
.subHeaderRightSection {
  column-gap: 10px;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.heroSection {
  min-height: auto;
  padding-top: 15px;
}
.heroSectionMainSection {
  padding: 78px 0 0;
}
.heroLeftTextSection h1 {
  font-size: 35px;
  line-height: 40px;
}
.heroLeftTextSection p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.heroLeftTextSection {
  padding: 40px 0 20px;
}
.heroSectionImageSection img {
  max-height: 235px;
  margin: 0 auto;
  display: block;
}
.heroSectionMainSection .row .col-sm-6:first-child{
  order:2;
}
.heroSectionMainSection .row .col-sm-6:nth-child(2){
  order:1;
}
.heroActionBtnWrapper {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.addressSection {
  padding: 0px 0 20px;
}
.addressDetailsBox {
  display: block;
}
.addresLabelWithIconOnly {
  width: 53px;
  height: 62px;
  display: block;
  margin: 0 auto;
}
.septsWrapper {
  border-bottom: 1px solid #ebf3f9;
}
.addresValue p {
  padding-left: 0;
  text-align: center;
}
.socialLinks ul {
  margin-top: 13px;
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.openFAQSectionInner .aboutTabSectionHeading {
  margin-bottom: 0;
  line-height: 18px;
  font-size: 27px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.featurePageList {
  grid-template-columns: 1fr;
}
.aboutAcademicImg {
  max-width: 100%;
}
.cotnetnAlign-right {
  margin-top: 20px;
}
.septsWrapper:after,.septsWrapper.blue:after {
  content: none !important;

}
.septsWrapper{
  border-bottom: 1px solid #eee !important;
}
.aboutTabSectionHeading span {
  line-height: 30px;
}
.addresValue p:after {
content:none;
}
.btnn {
  padding: 6px 15px;
  font-size: 15px;
}
.heroActionBtnWrapper .btnn svg {
  transform: scale(0.8);
}
.heroSubSectionItem img {
  max-height: 30px;
}
.marqueWrapper {
  column-gap: 20px;
  margin-top: 15px;
}
.aboutTabSectionHeading {
  font-size: 27px;
  line-height: 33px;
}

.aboutTabTriggers {
  padding: 6px 21px 5px 5px;
  column-gap: 11px;
  font-size: 14px;
}
.tabAboutContentLeft h2 {
  font-size: 20px;
}
.tabAboutContentLeft p {
  font-size: 16px;
  line-height: 23px;
}
.tabAboutContentRight {
  justify-content: center;
}
.tabAboutContentRight .aboutAcademicImg {
  max-height: 219px;
}
.tabAboutContentRight:after {
  height: 40px;
  width: 40px;
  top: -25px;
  right: 4px;
}
.quickActionStripInner {
  display: block;
}
.quickActionStripText h4 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
}

.quickActionStripButton {
  column-gap: 9px;
  justify-content: center;
  justify-content: center;
}
.btnEnquireNow, .btnWhatsaap {
  padding: 6px 15px;
  font-size: 16px;
}
.septsWrapper.design2 {
  padding: 30px 0;
}
.septsWrapper.design2 .stepsTextWrapper h2 {
  font-size: 22px;
}
.septsWrapper.design2 .stepsTextWrapper p {
  font-size: 17px;
  line-height: 23px;
  margin-top: 0;
}
.septsWrapper.design2 .stepsTextInnerWpr {
  padding-top: 0;
}
.btnSteps {
  padding: 5px 15px;
  font-size: 16px;
}
.rightImageSection {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.stepsImageWrapper.alignContentRight {
  max-width: 100%;
}
.rightImageSection .stepsTextInnerWpr {
  padding-left: 0;
}
.linksList li a {
  font-size: 17px;
  line-height: 19px;
}
.testimonialSliderWrapper {
  margin-top: 20px;
}
.TestimonialSliderItem {
  padding: 20px;
}
.quoteIcon svg {
  height: 31px;
  width: 31px;
}
.TestimonialSliderItem .col-sm-8{order:2}
.TestimonialSliderItem .col-sm-4{order:1}
.quoteImg {
  justify-content: center;
}
.sliderItemPath {
  display: none;
}
.quoteText {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}
.whoQuote h3 {
  font-size: 18px;
}
.whoQuote p {
  margin-bottom: 6px;
  font-size: 14px;
}
.watchVideo {
  font-size: 16px;
}
.watchVideo svg {
  transform: scale(0.6);
}
.contactUsSectionWrapper.designTwo .contactUsVectorImg img {
  max-height: 196px;
}
.contactUsText ul {
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.quickLinkstextSection {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: center;
}
.quickLinksbuttonSection {
  justify-content: center;
}
.quickLinksButton {
  height: 41px;
  min-width: 186px;
  font-size: 18px;
}
.faqSectionWrapper {
  padding: 0px 0 10px;
  min-height: auto;;
}
.faqSecHeadeing {
  margin-bottom: 0;
}
.faqSectionWrapper .btn.btn-link {
  font-size: 19px;
  line-height: 25px;
}
.faqSectionWrapper .card-body {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
footer h3 {
  font-size: 19px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.navbar-collapse {
  position: absolute;
  left: -12px;
  top: 46px;
  width: calc(100% + 24px);
  background: #fffffffa;
  padding-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 76px);
  display: none;
  transition: none;
  animation: none;
}
.navbar-collapse.show{
  display:block;
}
.navBarRightSide .nav-item.dropdown {
  position: relative;
  width: 100%;
  display: block;
}
.mainHeader .nav-link {
  justify-content: space-between;
  margin: 0;
  padding: 8px 26px;
  border-bottom: 1px solid #eee;
}
.navBarRightSide .nav-item {
  min-height: 0;
}
.mainHeader .nav-item .itemButton {
  display: block;
  margin: 14px auto 0;
}
.megaMenuInnnerSection1 {
  min-height: auto;
  padding: 10px 15px;
}
header .dropdown-menu.show {
  width: 100%;
  max-height: 100%;
}
.megaMenuInnnerSection1 h2 {
  font-size: 24px;
  margin-bottom: 4px;
}
.megaMenuInnnerSection1 a {
  font-size: 19px;
  margin-bottom: 38px;
  margin-top: 0;
}
.megaMenuInnnerSection3 {
  margin: 0 0px;
}
.megaMenuInnnerSection4 {
  min-height: 270px;
}
.chatTypeBoxWrapper {
  display: block;
}
.newHeaderDesign h4 {
  line-height: 49px;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  background-position: 47% -1px;
}
.appdownloadButtons {
  display: block;
}
.ourProductsLogo {
  padding-top: 0;
}
.ourProductsLogo a {
  width: 50%;
}
.openFAQSectionInner {
  padding: 10px 0 0;
}
.openFAQSectionInner .aboutTabSectionHeading {
  margin-bottom: 10px;
}
.phoneAppSectionInner .aboutTabSectionHeading {
  margin-bottom: 20px;
}
.schoolappKeysWrapper {
  margin-top: 5px;
  min-height: 0;
  padding-left: 0;
}
.appSectionButtons {
  margin-bottom: 0;
  padding-left: 0;
  padding: 6px 26px;
}
.btnEnquireNow {
  background: linear-gradient(92.26deg, #da1fcc 9.45%, #d54aae 92.45%);
}
.newHeaderDesign p {
  font-size: 26px;
  line-height: 1.1rem;
  text-align: center;
}
.heroSectionImageSection.support img {
  max-height: 235px;
}
.chatTypeBox {
  display: block;
}
.heroActionBtnWrapper.gridLayout.btnsHero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}
.loogingForInput {
  display: block;
}
.userImage img {
  height: 50px;
  width: 50px;
}
.textChatType {
  margin-top: 13px;
}
.looginForInputLine,.loogingForInput {
  display: none;
}
.lookingForInputText {
  display: block;
}
.textChatType:after {
  content: "";
  position: absolute;
  border-color: transparent transparent #fff transparent;
  left: 12px;
  top: -25px;
}
.videoSupprtSection {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.loadMoreVideos {
  padding-top: 0;
}
.searchTopWrapper {
  overflow: hidden;
}
.heroSectionMainSection .col-sm-8{order:2}
.heroSectionMainSection .col-sm-4{order:1}
}
/* 768-Responsive css End */

.subHeaderRightSection a {
    text-decoration: none;
    color: #fff;
}
.subHeaderRightSection a:hover {
    text-decoration: none;
    color: #fff;
}

.cm_tiles {
  background: #E8F0FE;
  padding-top: 40px;
  padding-bottom: 60px;
  background: radial-gradient(#E8F0FE, #fefffd);
}
.cm_tiles_subtitle span {
  margin-top: 0;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.cm_tiles_innner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}
.cm_tiles_item {
background-color: #fff;
 padding:10px 20px;
 border-radius: 10px;
  min-height: 120px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.cm_tiles_item_icon {
  background-color: #5a4bda;
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 0 10px;
  border-radius: 50%;
  background-image: url(../img/cm_tiles_icon.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.cm_tiles_item_text {
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  color:#000;
}
.cm_tiles_item_text:hover{
  color:#000;
}
.cm_title_paragraph_media_img {
  width: 100%;
  border-radius: 15px;
}
.cm_title_paragraph_media_iframe {
  width: 100%;
  height: 400px;
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.cm_title_paragraph_media {
  padding-bottom: 30px;
}

/* section Jumbotron css */
.layoutColumns.OneColumn_component {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 15px;
}
.cm_jumbotron_media {
  padding: 40px 0;
}
.cm_jumbotron_media_inner {
  background-color: #faf1ed;
  padding: 50px 50px 0;
  border-radius: 15px;
}
.cm_jumbotron_media_imgWrapper img {
  width: 100%;
}
.cm_jumbotron_media_textwrapper {
  padding-bottom: 20px;
}
.cm_jumbotron_media_textwrapper h2 {
  margin-bottom: 0;
}
.cm_jumbotron_media_textwrapper h2 span {
  font-family: "Nunito", sans-serif;
  display: block;
  text-align: left;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  color: #000;
  line-height: 36px;
  padding-top: 0;
}
.cm_jumbotron_media_textwrapper p span {
  display: block;
  text-align: left;
  position: relative;
  font-weight: 400;
  color: #000;
  padding-top: 20px;
  font-size: 19px;
  line-height: 29px;
  font-family: "Nunito", sans-serif;
}
.btnnTheme {
  position: relative;
  border-radius: 50px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding: 5px 26px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background: #4e3bc2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border: 0;
  font-family: "Nunito", sans-serif;
}
.btnnTheme:hover{
  color:#fff;
}
.cm_jumbotron_media_imgWrapper {
  padding: 30px;
}
/* section Jumbotron css End */
/* Section Flat List Css */
.cm_list_flat {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 50px;
}
.titleText.titleTextWithBar span {
  display: block;
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Nunito", sans-serif;
  position: relative;
  font-weight: 700;
}
.titleText.titleTextWithBar span::first-letter{
  color:#ff508d;
}
.titleText span:after {
  content: '';
  width: 156px;
  height: 18px;
  display: block;
  background: #acc6ff;
  margin: 0 auto;
  margin-top: -16px;
  border-radius: 50px 15px 4px 10px;
}
.cm_tiles_subtitle span {
  margin-bottom: 20px;
  font-size: 23px;
  font-family: "Nunito", sans-serif;
  line-height: 26px;
  font-weight: 400;
}
.cm_list_flat_item {
  display: flex;
  column-gap: 15px;
  align-items: flex-Start;
  margin-bottom: 15px;
}
.cm_list_flat_item_icon {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 2px solid #4e3bc2;
  background-image: url(../img/icon_arrow_right_blue.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 28px;
}
.cm_list_flat_item_text {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  color:#000;
}
/* Section Flat List Css End */
/* Section Quick Links */
.cm_quicklinks {
  background-color: #f6fcff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cm_quicklinks_innner {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.cm_quicklinks_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 15px;
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.cm_quicklinks_img {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
.cm_quicklinks_text {
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  color:#000;
  font-size: 17px;
    line-height: 18px;
    font-weight: 600;
}
.cm_quicklinks_innner .cm_quicklinks_item:last-child {
  border: 0;
}
/* Section Quick Links End */

@media(max-width:768px){
  .cm_quicklinks_innner {
    display: block;
}
.cm_quicklinks_item {
  border-bottom: 1px solid #ddd;
  border-right: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}
a {
  text-decoration: none;
  color: var(--blue);
}
a:hover {
  text-decoration: none;
  color: var(--blue);
}
.loginSectionWrapper{
  padding-top: 130px;
  min-height: 400px;
  padding-bottom: 20px;
  background: #fafafa;
}
.cm_main_hero_item
{

  min-height: 350px;
  position: relative;
}
.cm_main_hero{
  position: relative;
}
.cm_main_hero .owl-nav{
  margin: 0;
}
.cm_main_hero .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.cm_main_hero .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
}
.cm_main_hero .owl-nav .owl-prev span,
.cm_main_hero .owl-nav .owl-next span{
  font-size: 0;
    height: 35px;
    width: 35px;
    display: block;
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../img/bannerArrowLeft.svg);
    background-position: center;
    background-repeat: no-repeat;

}
.cm_main_hero .owl-nav .owl-next span{
transform:rotate(180deg);
}

.cm_main_hero_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.cm_main_hero_item {
  position: relative;
  background-image: url(../img/loginImage.jpg);
  background-size: cover;
}
.cm_main_hero_item.banner2{
  background-image: url(../img/loginImage2.jpg);
}
.loginFormWrapper {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 17px 0px #b7b1b142;
  margin-bottom: 10px;
  border: 1px solid #e5e1ff;
  background-image: url(../img/loginBg.png);
  background-size: 100%;
}
.loginFormWrapper.whiteBG{
  background: #fff;
  padding: 16px 15px;
}
.loginFormWrapper h1{
  margin:0;
}
.loginFormWrapper h1 {
  margin: 0;
  font-size: 29px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.inputControlWrapper {
  margin-bottom: 15px;
}
.inputControlWrapper input {
  border: 1px solid #7d819bcc;
  width: 100%;
  padding: 10px 10px;
  border-radius: 6px;
  padding-left: 31px;
  font-size: 19px;
  line-height: 19px;
  font-family: "Nunito", sans-serif;
  background-image: url(../img/iconUserName.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 4px center;
  outline: none;
}
.inputControlWrapper input:focus{
  border: 1px solid #4e3bc2;
}
.inputControlWrapper.loginButton {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

}
.inputControlWrapper.forgetPassword {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
}
.inputControlWrapper.forgetPassword .fPassowrd {
  color: #4e3bc2;
  text-decoration: none;
  outline: none;
  display: block;
}
.inputControlWrapper.username input{
  background-image: url(../img/iconUserName.svg);
}
.inputControlWrapper.schoolKey input{
  background-image: url(../img/iconSchoolKey.svg);
}
.inputControlWrapper.password input{
  background-image: url(../img/iconPassword.svg);
}

.cm_main_hero .owl-dots {
  display: none;
}
.productsDisplaySection {
  padding: 40px 0;
}
.productsDisplaySectionInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.productsDisplaySectionItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  border: 1px solid #ddd;
  padding: 40px;
  height: 230px;
  border-radius: 15px;
  background-image: url(../img/websiteBuilderSectionBg.svg);
  background-size: cover;
}
.websiteBuilderSection{
  background-image: url(../img/websiteBuilderSectionBg1.svg);
}
.listyourschool{
  background-image: url(../img/schoolListingSection.svg);
}
.blogmanagement{
  background-image: url(../img/blogManagement.svg);
}
.schoolWebsite{
  background-image: url(../img/buildSchoolWebsiteSection2.svg);
}
.productsDisplaySectionItem p{
  max-width: 220px;
  text-align: right;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.productsDisplaySectionItem h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}
.schoolInfo {
  background: #322193;
  padding: 10px 10px;
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-column-gap: 15px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}
.schoolDetails h3 {
  font-size: 29px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.schoolDetails p {
  font-size: 19px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.schoolLogo {
  height: 65px;
  width: 65px;
  background-image: url(../img/schoolLogo.png);
  background-color: #fff;
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

@media(max-width:768px){
  .productsDisplaySectionInner {
    display: block;
}
.productsDisplaySectionItem {
  padding: 20px;
  display: block;
  padding-top: 143px;
  height: auto;
  width: 100%;
  background-size: 100% 130px;
  background-position: top center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.loginSliderWrapper .cm_main_hero_item {
  position: relative;
  background-image: url(../img/loginImage.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 131px;
}
.loginSectionWrapper {
  padding-top: 86px;
  min-height: auto;
  padding-bottom: 0;
  background: #fafafa;
}
.loginSectionWrapper  .cm_main_hero .owl-nav .owl-prev span,
.loginSectionWrapper  .cm_main_hero .owl-nav .owl-next span {
  font-size: 0;
  height: 25px;
  width: 25px;
  display: block;
  border: 2px solid #eee;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/bannerArrowLeft.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.schoolInfo {
  grid-template-columns: 40px 1fr;
  grid-column-gap: 10px;
}
.schoolLogo {
  height: 40px;
  width: 40px;
  background-size: 35px;
}
.schoolDetails h3 {
  font-size: 21px;
}
.schoolDetails p {
  font-size: 15px;
}
.productsDisplaySectionItem p {
  max-width: 100%;
  text-align: left;
  font-size: 17px;
}
.cm_jumbotron_media_inner {
  padding: 15px 15px 0;
}
.cm_jumbotron_media_textwrapper h2 span {
  font-size: 26px;
  line-height: 30px;
}
.cm_jumbotron_media_textwrapper p span {
  padding-top: 8px;
  font-size: 17px;
  line-height: 23px;
}
.cm_jumbotron_media_imgWrapper {
  padding: 0;
}
.aboutTabSectionHeading span {
  line-height: 30px;
  display: block;
}
.cm_tiles_subtitle span {
  font-size: 17px;
  line-height: 20px;
}
.contactUsSectionWrapper.designTwo .contactUsFormInner {
  padding-top: 30px;
}
.quickLinkstextSection span {
  display: block;
  padding-top: 10px;
}
.cm_list_flat_innner {
  padding-left: 0;
}
.titleText.titleTextWithBar span {
  font-size: 26px;
}
.cm_tiles_item {
  min-height: 80px;
}
}

.navbar-toggler[aria-expanded="true"]  .navbar-toggler-icon{
  background-image: url(../img/crossIcon.png);
  background-size: 22px;
}
.navbar-toggler[aria-expanded="true"] {
  border: 1px solid #ddd;
  padding: 2px 4px;
  background: #e1e0e138;
}
.contactUsSectionWrapper.designTwo .contactUsFormContent {
  padding: 0px 0px 30px;
}
.cm_tiles_innner .cm_tiles_item:nth-child(1) .cm_tiles_item_icon{
  background-image: url(../img/adminIcon.png);
}
.cm_tiles_innner .cm_tiles_item:nth-child(2) .cm_tiles_item_icon{
  background-image: url(../img/financeIcon.png);
}
.cm_tiles_innner .cm_tiles_item:nth-child(3) .cm_tiles_item_icon{
  background-image: url(../img/cm_tiles_icon.svg);
}
.cm_tiles_innner .cm_tiles_item:nth-child(4) .cm_tiles_item_icon{
  background-image: url(../img/communicationIcon.png);
}

/* Hero section two */
.hero_Section_2{
  background-color: #e5f5ff;
  background-image: url(../img/featurePage/heroBg.svg);
  background-size: cover;
  padding-top: 112px;
  position: relative;
  overflow: hidden;
}
.hero_Section_2 .btnn {
  padding: 8px 25px;
}
.heroLeftTextSection.heroSection2 h1 {
  color: #333;
}
.hero_Section_2  .heroLeftTextSection p {
  color: #333;
}
.hero_Section_2  .heroActionBtnWrapper{
margin-top: 30px;
}
.hero_Section_2  .btnn.btnn-outline{
color:#4e3bc2;
}
.hero_Section_2  .btnn.btnn-outline svg path{
fill:#4e3bc2;
}
.heroLeftTextSection.heroSection2 h1 span{
  color: #4e3bc2;
}
/* Hero section two End */
/* Hero section two */
.hero_supporting_Section_2{
  background: #fff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
/* Hero section two End */


/* scientific study feature page */
.featureDetailsTabsDesignImage img {
  width: 100%;
}
.featureDetailsTabsDesignTabsHeading {
  display: flex;
  column-gap: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  align-items: center;
}
.featureDetailsTabsDesignTabsHeading button {
  background: #ffffffbd;
  border: 0;
  padding: 5px 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  /* border-radius: 4px; */
  color: #464646;
  border-radius: 5px;
}
.featureDetailsTabsDesignTabsHeading button:hover{
  color:#4e3bc2;
}
.featureDetailsTabsDesignTabsHeading button.active{
  color: #4e3bc2;
  background: #aad5fa;
}
.featureDetailsTabsDesignTabsBody ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.featureDetailsTabsDesignTabsBody ul:before{
  content: '';
  height: calc(100% - 30px);
  position: absolute;
  border-right: 2px solid #a5dafb;
  top: 6px;
  left: 11px;
}
.featureDetailsTabsDesignTabsBody ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.featureDetailsTabsDesignTabsBody ul li:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  border: 1px solid #a5dafb;
  font-size: 15px;
}
.featureDetailsTabsDesignTabsBody ul li h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.featureDetailsTabsDesignTabsBody ul li p{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  line-height: 19px;
  max-width: 600px;
}
.tabcontentinnerfincialPage{
  display: none;
}
.tabcontentinnerfincialPage.show{
  display: block;
}
.featurePageBannerImage img{
  width: 100%;
}
.cm_tiles.noBG {
  background: transparent;
}
.featureTabBodyFooter {
  padding-left: 35px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.featureTabBodyFooter .moreFeatureLink {
  text-decoration: underline;
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.featureTabBodyFooter .btnSteps {
  display: inline-flex;
  padding: 5px 20px;
  font-size: 17px;
  animation: none;
}
.featureTabBodyFooter .btnSteps:hover{
  color:#fff;
}
.featureTabBodyFooter.demoBtnWpr {
  margin-top: 20px;
}
.multipleListTabSec {
  display: flex;
  column-gap: 30px;
  margin-top: 30px;
}
.featureDetailsTabsDesignTabsBody ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background: transparent;
  border-radius: 0 10px 10px 10px;
  transition: all 0.3s ease;
  display: inline-flex;
  flex-direction: column;
}
.featureDetailsTabsDesignTabsBody ul li a:hover{
  background: #e5f5ff;

}
.featureDetailsTabsDesignTabsBody .multipleListTabSec ul:before {
  height: calc(100% - 75px);
}
.featureDetailsTabsDesignImage {
  /* padding-top: 40px; */
}
.featureTabBodyFooter.centerContent {
  justify-content: center;
}
.featurecontentSection .cm_tiles_subtitle .editable_text {
  font-size: 19px;
  max-width: 800px;
  margin: 0 auto 30px;
}
.allFeatures ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.allFeatures ul li {
  padding: 10px;
  border: 1px solid #eee;
  margin-right: -1px;
  margin-bottom: -1px;
}
.allFeatures ul li a{
  font-family: "Nunito", sans-serif;
  line-height: 26px;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  padding-left: 26px;
  position: relative;
  transition: all 0.3s ease;
}
.allFeatures ul li:hover{
  background:#e5f5ff;
}
.allFeatures ul li:hover a{
  color:#4257b2;
  text-decoration: underline;
}

.allFeatures ul li a:after{
  content: '';
  background-image: url(../img/featurePage/arrowIconBlue.svg);
  height: 24px;
  width: 24px;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.financialFeatureSection
{
  background-color: #e5f5ff;
  background-image: url(../img/featurePage/blueBg.svg);
  background-size: cover;
}
.financialFeatureSection .aboutTabSectionHeading span {
  background-image: url(../img/titlebg.png);
  color: #4e3bc2;
}
.dflexAlignCenter{
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  justify-content: center;
}
/* Setup your School */
.setupYourSchoolSection{
  background-color: #fff4f4;
}
.setupYourSchoolSection .featureDetailsTabsDesignTabsHeading button.active {
  color: #bf2f2f;
  background: #f8a5a5;
}
.setupYourSchoolSection  .featureDetailsTabsDesignTabsBody ul:before {
  border-right: 2px solid #f09393;
}
.setupYourSchoolSection .featureDetailsTabsDesignTabsBody ul li:before {
  border: 1px solid #f09393;
}
.setupYourSchoolSection .featureDetailsTabsDesignTabsBody ul li a:hover {
  background: #fab3b3;
}
.setupYourSchoolSection .btnSteps {
  background: #ff4e4f;
}
.setupYourSchoolSection .featureTabBodyFooter .moreFeatureLink{
  color: #ff4e4f;
}
.setupYourSchoolSection .featureDetailsTabsDesignTabsHeading button:hover {
  color: #ff4e4f;
}
/* Communication */
.communicationSection{
  background-color: #f8ffe0;
  /* background-image: url(../img/featurePage/yellowBg.svg); */
  background-size: cover;
}
.communicationSection .aboutTabSectionHeading span {
  background-image: url(../img/titlebg.png);
  color: #a9821a;
}
.communicationSection .featureDetailsTabsDesignTabsHeading button.active {
  color: #a9821a;
  background: #cee680;
}
.communicationSection  .featureDetailsTabsDesignTabsBody ul:before {
  border-right: 2px solid #bbd668;
}
.communicationSection .featureDetailsTabsDesignTabsBody ul li:before {
  border: 1px solid #bbd668;
}
.communicationSection .featureDetailsTabsDesignTabsBody ul li a:hover {
  background: #def596;
}
.communicationSection .btnSteps {
  background: #a9821a;
}
.communicationSection .featureTabBodyFooter .moreFeatureLink{
  color: #a9821a;
}
.communicationSection .featureDetailsTabsDesignTabsHeading button:hover {
  color: #a9821a;
}

/* Academics Section */

.AcademicsSection{
  background-color: #fff8d7;
  /* background-image: url(../img/featurePage/yellowBg.svg); */
  background-size: cover;
}
.AcademicsSection .aboutTabSectionHeading span {
  background-image: url(../img/titlebg.png);
  color: #c12b2b;
}
.AcademicsSection .featureDetailsTabsDesignTabsHeading button.active {
  color: #c12b2b;
  background: #ffc9c9;
}
.AcademicsSection  .featureDetailsTabsDesignTabsBody ul:before {
  border-right: 2px solid #ffc9c9;
}
.AcademicsSection .featureDetailsTabsDesignTabsBody ul li:before {
  border: 1px solid #ffc9c9;
}
.AcademicsSection .featureDetailsTabsDesignTabsBody ul li a:hover {
  background: #ffd5d5;
}
.AcademicsSection .btnSteps {
  background: #c12b2b;
}
.AcademicsSection .featureTabBodyFooter .moreFeatureLink{
  color: #c12b2b;
}
.AcademicsSection .featureDetailsTabsDesignTabsHeading button:hover {
  color: #c12b2b;
}
/* Academics Section End*/
 .featureDetailsTabsDesignTabsBody .reverseUL ul li {
  padding-right: 35px;
  padding-left: 0;
}
.featureDetailsTabsDesignTabsBody .reverseUL ul:before{
  right: 11px;
  left: auto;
  height: calc(100% - 53px);
}
.featureDetailsTabsDesignTabsBody .multiULSec ul:before{
  height: calc(100% - 53px);
}
.featureDetailsTabsDesignTabsBody .reverseUL  ul li:before{
  left:auto;
  right:0;
}
.featureDetailsTabsDesignTabsBody .reverseUL ul li a {
  align-items: flex-end;
}
.featureDetailsTabsDesignTabsBody .reverseUL ul li a p{
text-align: right;
}
.feeSection{
  background: #ECF8FF;
}
.admininitrationSection{
  background: #ffffe0;
}
.admininitrationSection  .featureDetailsTabsDesignTabsBody ul:before {
  border-right: 2px solid #e8e8b4;
}
.admininitrationSection .featureDetailsTabsDesignTabsBody ul li:before {
  border: 1px solid #e8e8b4;
}
.admininitrationSection .featureDetailsTabsDesignTabsBody ul li a:hover {
  background: #ffffc4;
}
/* scientific study feature page End*/

@media(max-width:768px){
  .featureDetailsTabsDesignTabsHeading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
  }
  .multipleListTabSec {
    display: block;
}
.allFeatures ul {
  grid-template-columns: repeat(2, 1fr);
}
.featureTabBodyFooter {
  padding-left: 35px;
  display: flex;
  row-gap: 15px;
  align-items: center;
  column-gap: 20px;
  flex-direction: column;
}
.featureDetailsTabsDesignTabsHeading button {
  background: #f2ededbd;
}
.heroLeftTextSection.heroSection2 h1 {
  line-height: 38px;
  font-size: 33px;
}
.featureDetailsTabsDesignTabsBody ul:before {
  height: calc(100% - 70px);
}
}
/* Question and Answere Forum */
.qAForumWrapper{
  min-height: 200px;
  background: linear-gradient(180deg, #ffffff 0%, #a4a9ff 100%);
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
}
.qAForumWrapper.trending:before
{
  content: '';
  background-image: url(../img/featurePage/searchBottomCorner.svg);
  display: block;
  height: 80px;
  width: 130px;
  position: absolute;
  right: -27px;
  top: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(273deg);
}
.qAForumWrapper.trending{
  background: linear-gradient(180deg, #F0F3FF 0%, #FFFFFF 100%);
}
.imgQASection {
  display: flex;
  justify-content: flex-end;
}
.qAForumHeader{
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qAForumtitlewrapper{}
.qAForumtitle{
  color: #000;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 44px;
}
.qAForumsubtitle{
  color: #242527;
  font-size: 27px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
.qAForumAllCatButton{
  border: 0;
  background: transparent;
  padding: 7px 15px;
  display: flex;
  column-gap: 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #4b01d4;
}
.qAForumAllCatButtonIcon{
  background-image: url(../img/featurePage/gridIcon.svg);
    display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.qAcategoryList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
  background: linear-gradient(354deg, #dde4ff 0%, #ffe6e6 100%);
  padding: 15px;
  border-radius: 15px;
  padding: 15px;
  border-radius: 15px;
}
.qAcategoryList li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.qAcategoryItemIcon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  border: 3px solid #FFF;
  border-radius: 50%;
  background-image: url(../img/featurePage/academicIcon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 2px #eacae9;
}
.qAcategoryItemIcon.codingImg{
  background-image: url(../img/featurePage/codingImg.svg);
}
.qAcategoryItemIcon.learningCat{
  background-image: url(../img/featurePage/learningIcon.svg);
}
.qAcategoryItemIcon.drawingCat{
  background-image: url(../img/featurePage/drawingIcon.svg);
}
.qAcategoryItemIcon.musiccat{
  background-image: url(../img/featurePage/musicIcon.svg);
}
.qAcategoryItemIcon.healthcat{
  background-image: url(../img/featurePage/healthIcon.svg);
}
.qAcategoryItemIcon.carrier{
  background-image: url(../img/featurePage/carrierIcon.svg);
}
.qAcategoryItemIcon.sportscat{
  background-image: url(../img/featurePage/sportscaticon.svg);
}
.qAcategoryItemText {
  color: #000;
  font-size: 21px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.qAcategoryItemText:hover{
  text-decoration: none;
  color:#000;
}

.trandingTopicList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.trandingTopicList a {
  background: #fff;
  padding: 8px 14px;
  border-radius: 50px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.createNew a{ 
  background: #fafafa;
  color: #333;
  border: 1px solid #dad9d9;
  }
.trendingTopicLins a:nth-child(1){
  background:#1c6b2c;
}
.trendingTopicLins a:nth-child(2){
  background-color: #FF4243;
}
.trendingTopicLins a:nth-child(3){
  background-color: #FFB934;
}
.trendingTopicLins a:nth-child(4){
  background-color: #00C753;
}
.trendingTopicLins a:nth-child(5){
  background-color: #00B5E6;
}
.trendingTopicLins a:nth-child(6){
  background-color: #BA67CC;
}
.trendingTopicLins a:nth-child(7){
  background-color: #0087F4;
}
.trendingTopicLins a:nth-child(8){
  background:#1c6b2c;
}
.trendingTopicLins a:nth-child(9){
  background-color: #FF4243;
}
.trendingTopicLins a:nth-child(10){
  background-color: #FFB934;
}
.trendingTopicLins a:nth-child(11){
  background-color: #00C753;
}
.trendingTopicLins a:nth-child(12){
  background-color: #00B5E6;
}
.trendingTopicLins a:nth-child(13){
  background-color: #BA67CC;
}
.trendingTopicLins a:nth-child(14){
  background-color: #0087F4;
}
.trendingTopicLins a:nth-child(15){
  background:#1c6b2c;
}
.trandingTopicListWrapper h2 {
  background: linear-gradient(90deg, #4801D4 0.1%, #FF43BD 97.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  font-size: 23px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 37px;
}
.trandingTopicListWrapper .trendingTopisItemWpr
{
  background: linear-gradient(354deg, #F0F3FF 0%, #FFFFFF 100%);
  padding: 15px;
  border-radius: 15px;
    padding: 15px;
    border-radius: 15px;
}
.trandingTopicList a:hover{
  text-decoration: none;

}
.trandingTopicListWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.schoolSearchBoxContainer{
  padding: 40px 30px;
  background-image: linear-gradient(280deg, #bcc9ff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  position: relative;
}
.schoolSearchBoxContainer:after
{
  content: '';
  background-image: url(../img/featurePage/searchTopCornerImg.svg);
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.schoolSearchBoxContainer:before
{
  content: '';
  background-image: url(../img/featurePage/searchBottomCorner.svg);
  display: block;
  height: 80px;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.schoolSearchBoxFilter {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.schoolSearchBoxFilter span{
  font-size: 19px;
  color: #303032;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.schoolSearchBoxFilter .selectGradeButton {
  border: 0;
  padding: 4px 10px;
  border-radius: 30px;
  background: transparent;
  color: #4b01d4;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.schoolSearchBoxFilter .selectGradeButton:hover:not(.active)
{
  background:#ceeaff;
}
.schoolSearchInputItem {
  border-radius: 50px;
  display: flex;
  column-gap: 5px;
  padding: 4px 5px;
  height: 48px;
  align-items: center;
  width: 100%;
}
.schoolSearchBoxFilter .selectGradeButton.active{    
  background: #fff;
  color: #4b01d4;
}
  .searchShoolButton {
    border: 0;
    padding: 4px 25px;
    border-radius: 50px;
    height: 41px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 18px 12px;
    font-family: "Nunito", sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 1, 212);
    box-shadow: rgb(97, 97, 242) 0px 0px 2px;
}
.searchSchoolHeroTextWpr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
.schoolSearchInputItem input {
  width: 100%;
  border: 0;
  padding: 0 15px;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  background-image: url(../img/featurePage/searchIcon.svg);
  padding-left: 47px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.searchschoolHeroImg{
  width:auto%;
  max-height:390px;
}
.schoolSearchInputBox {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(92, 92, 92);
  border-radius: 50px;
  max-width: 520px;
  position: relative;
}
.schoolSearchInputBox:after{
  content: "";
  height: 75px;
  width: 52px;
  background-image: url(../img/featurePage/searchArt.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -68px;
  top: -54px;

}
.searchSchoolHeroTitle{
  color: #000;
    font-size: 54px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 57px;
    max-width: 600px;
    position: relative;
}
.searchSchoolHeroTitle:after{
  content: "";
  height: 75px;
  width: 52px;
  background-image: url(../img/featurePage/titleArt.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -49px;
  top: -12px;

}
.searchSchoolHeroTitle span{
  background: linear-gradient(90deg, #4801D4 0.1%, #FF43BD 97.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.createPostButton{
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(92.26deg, #ff5099 9.45%, #ff4e4e 92.45%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  border-radius: 40px;
  border: 0;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  }
  .createPostButton:hover{
    color:#fff;
  }
  .qAForumtitle span {
    background: linear-gradient(90deg, #4801D4 0.1%, #FF43BD 97.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

/* Blog List Component Page----------------------------- */
.blog_list_item_wrapper {
  border:14px solid #fff;
   box-shadow: 0 0 18px rgb(0 0 0 / 12%);
   background: #fff;
}
.blog_list_item_wrapper_img_wrapper{
   position:relative;
}
.blog_list_item_wrapper_img_wrapper .imgBg
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: var(--backgroundBlockImage);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-size: cover;
  background-color: #0d6efd;
  opacity: .4;
}
.blog_list_item_img{
  max-height: 500px;
  width: auto;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.blog_list_item_wrapper_imgbadge{
   background-color: #764abc;
   font-size: 16px;
   color: var(--white);
   border-radius: 6px 6px 0 0;
   padding: 8px 12px;
   position: absolute;
   top: calc(100% - 40px);
   right: 20px;
   display: block;
   left: auto;
   font-family: 'Nunito',sans-serif;
   transition: all 0.3s ease;
}
.blog_list_item_detailWrapper{
   background-color: var(--white);
   cursor:pointer;
}
.blog_list_item_detail_title{
   display: block;
   font-size: 24px;
   padding-top: 20px;
    padding-bottom: 0px;
   position: relative;
   font-weight: 700;
   color: #333;
   font-family: 'Nunito', sans-serif;
}

.blog_list_item_detail_desc{
   font-size: 17px;
   line-height: 23px;
   font-weight: 400;
}
.cm_blog_components{
   background-color: #fafafa;
    padding-bottom: 40px;
   padding-top: 40px;
}
.blog_details_highliter{
   background-color:var(--lightpinkColor);
  margin-bottom: 25px;
   margin-top: 25px;
   display: grid;
   grid-template-columns: 80px 1fr;
   column-gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
   padding-top: 15px;
}
.blog_details_highliter span svg {
   height: 70px;
   width: 90px;
}
.blog_details_highliter span svg path{
fill:var(--secondaryColor);
}
.blog_list_item_wrapper_imgbadge {
  background-color: #764abc;
  font-size: 16px;
  color: var(--white);
  border-radius: 6px 6px 0 0;
  padding: 8px 12px;
  position: absolute;
  top: calc(100% - 40px);
  right: 20px;
  display: block;
  left: auto;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s ease;
  z-index: 3;
}
.blog_list_item_detail_title:hover {
  color:  #764abc;
}
.cm_tiles_subtitle span.blogSubtitleText{
     max-width: 754px;
     margin: 0 auto 35px;
    font-size: 20px;
}
.blog_details_highliter {
  background-color: #fff8e8;
  margin-bottom: 25px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 15px;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.blog_details_highliter span svg path {
  fill: #ff508d;
}
/* category page */
.cm_category_list_wrapper,.cm_recent_post_list_wrapper {

  padding:15px ;
  border:1px solid #e5e8f3;
  margin-bottom: 20px;
  background-color: #fff;
}
.cm_category_list__title {
  font-size: 23px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 600;
}
.cm_category_list_wrapper ul {
  margin-top: 20px;
    list-style: none;
    padding-left: 0;
}
.cm_category_list_wrapper ul li {
  margin-bottom: 15px;
}
.cm_category_list_wrapper ul li a {
  display: flex;
  column-gap: 10px;
  font-weight: 500;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-bottom-color: #edf1f2;
  padding-bottom: 5px;
  color: #333;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}
.cm_category_list_wrapper ul li a span {
  font-weight: 400;
  color:#764abc;
}
.cm_recent_post_list_item {
  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 15px;
  margin-bottom: 15px;
}
.cm_recent_post_list_item_img {
  width: 100%;
  border-radius: 8px;
}
.cm_recent_post_list_item_desc_wpr {
  position: relative;
}
.cm_recent_post_list_item{
  color:#000;
}
.cm_recent_post_list_item_desc_title {
  color: var(--black);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 17px;
}
.cm_recent_post_list_item:hover .cm_recent_post_list_item_desc_title{
  color:#764abc;
}
.cm_recent_post_list_item_desc_dtl {
  font-size: 15px;
  line-height: 17px;
  margin-top: 4px;
  color: #464646;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  display: block;
}
.cm_recent_post_list_item {
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.cm_recent_post_list_wrapper .cm_recent_post_list_item:last-child {
  border-bottom:0;
  padding-bottom: 0;
}
.cm_recent_post_list__title {
  font-size: 23px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 600;
}
/* Blog List Component Page End */

.hasAnnouncementBar{
  top:40px;
}
.AnnouncementBarWpr{
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  background: #f17222;
  z-index: 999;
}
.AnnouncementBarText{
  display: flex;
  align-items: center;
  height: 40px;
  column-gap: 5px;
  width: 100%;
}
.AnnouncementBarText p{
margin: 0;
color: #fff;
font-weight: 600;
font-size: 23px;
width:100%;
}
.AnnouncementBarText p marquee{
  display: flex;
  align-items: center;
}
.AnnouncementBarText a{
  text-decoration: none;
  color: yellow;
}
.closeAnnouncementBar{
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 26px;
  line-height: 24px;
  padding: 0;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #0000002e;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}



/* hero owl slider */
.imageHeroSlider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.imageHeroSlider .owl-nav button.owl-prev {
  left: 0;
}
.imageHeroSlider .owl-nav button.owl-next {
  right: 0;
}

.imageHeroSlider .owl-dots {
  text-align: center;
  padding-top: 0;
  padding-bottom: 13px;
  position: absolute;
  right: 40px;
  bottom: 0px;
}
.imageHeroSlider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin: 0 3px;
  border: 2px solid #ffffff;
}
.imageHeroSlider .owl-dots button.owl-dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.imageHeroSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.imageHeroSlider span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.imageHeroSlider .owl-nav button:focus {
    outline: none;
}
.imageHeroSlider .item> img {
  max-height: 400px;
}
.headerSpacer{
  height:80px;
}

.headerSpacer.hasAnnouncementBarspacer{
  height:124px;
}
.imageHeroSlider .item .heroImageBannerItem{
  position: relative;
}
.heroImageBannerTextWrapper {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  max-width: 400px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  padding: 20px 0px;
}
.heroImageBannerTextWrapper h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.heroImageBannerTextWrapper h3 span{
  font-size: 50px;
  font-weight: 400;
}

/* announcement modal */
.announcementModalWrapper{
  position:fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:rgb(0 0 0 / 82%);
  top:0;
  left:.0;
  display: none;
  align-items: center;
  justify-content: center;
}
.announcementModalWrapper.show{
  display: flex;
}
.announcementModalInner {
  width: 100%;
  max-width: 822px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url(../img/modalbg.jpg);
  background-size: cover;
}
.announmentModalTextDtls {
  width: 100%;
  padding: 30px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.announmentModalimage {
  max-width: 400px;
  width: 100%;
}
.announcementModalImage{
  width: 100%;
}
.announmentModalTitle {
  font-family: 'Nunito', sans-serif;
  font-size: 27px;
  margin-bottom: 40px;
  font-weight: 700;
  color:#fff;
}
.announmentModalParagraph {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.announmentModalLink {
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.announmentModalLink:hover{
  color:#fff;
}
.announcementModalCTA {
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  background: transparent;
  margin-top: 40px;
  line-height: 17px;
  padding: 7px 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  color:#fff;
}
.announcementModalCTA:hover,
.announcementModalCTA:focus{
  background:#fff;
  color:#000;
  border-color:#764abc;
}
.announcementModalCloseBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  font-size: 26px;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0px 1px 2px 2px #0000004f;
}

.videoSlideContainer {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
}
.videoSlideWrapper {
  position: absolute;
  left: 0;
  width: 104%;
  top: -349px;
  height: 236%;
}
.zigzag_story_text {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 40px;
}
.zigzag_story_text_title {
  color: #041e42;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
  font-family: 'Nunito', sans-serif;
}
.zigzag_story_text p {
  color: #041e42;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-top: 20px;
  font-family: 'Nunito', sans-serif;
}
.zigZagStoryImage {
  width: 100%;
}
.zigzag_readMore{
  background-image: url(../img/right_arrow_black.svg) !important;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 30px;
  width: 150px;
  position: relative;
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 21px;
  padding-left: 0;
  text-align: left;
  color: #041e42;
  font-family: 'Nunito', sans-serif;
}
.zigzag_readMore:before
{
  position: absolute;
  left: 0;
  right: 20%;
  bottom: -0.5rem;
  width: 78%;
  height: 2px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #fedb00;
}
.zigzag_readMore:hover:before {
  width: 0%;
  left: auto;
  right: 0;
}
.zigZagStoryComponent {
  padding: 40px;
  background: #edfffe;
  margin-bottom: 20px;
}
.VideoTestimonial{
  padding: 40px;
  background: #edfffe;
  margin-bottom: 20px;
}
.videoYtPlayer{
  max-height: 204px;
  height: 204px;
  width: 100%;
  border-radius: 5px;
  border: 10px solid var(--white);
  box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.titleComponent{
  color: #041e42;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}
.highlighterComponent{
  padding: 40px;
  background: #edfffe;
  margin-bottom: 20px;
}
.highliterComponentItem {
  background-color: #fff8e8;
  margin-bottom: 25px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 15px;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.highliterComponentItem span svg {
  height: 70px;
  width: 90px;
}
.highliterComponentItem p{
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.strongText {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: block;
}
.tabComponent{
  padding: 40px;
  background: #edfffe;
  margin-bottom: 20px;
}
.tabSectionMenus {
  display: flex;
  column-gap: 0;
  background: #f3fcf1;
}
.tabSectionMenus.templateThree {
  background: transparent;
  column-gap: 10px;
}
.tabSectionMenus a {
  padding: 8px 15px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #000;
  border-radius: 50px;
}
.tabSectionMenus.templateThree a {
  border: 1px solid #ddd;
  border-radius: 50px;
}
.tabSectionMenus a:hover {
  background: #eee;
}
.tabSectionMenus.templateThree a.active {
  background: #333;
  color: #fff;
}
.TabContentWrapper {
  padding: 40px;
  border: 1px solid #eee;
  margin-top: 20px;
  border-radius: 10px;
}
.solidBackroundBoxComponent {
  padding: 40px;
  margin-top: 20px;
  border-radius: 10px;
}
.solidBackroundBoxComponentWidthImage {
  padding: 40px;
  margin-top: 20px;
  border-radius: 10px;
}
.testimonialWithSliderWrapper{
  padding: 40px;
  margin-top: 20px;
  border-radius: 10px;
}
.testimonialWithSliderWrapperInner{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cm_story_text_title {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 26px;
  font-weight: 700;
}
.subTitleLarge {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.img_Component {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 14px solid #fff;
  box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.linkComponent {
  font-family: 'Nunito', sans-serif;
  color: #115092;
  text-decoration: none;
  border-bottom: 1px dotted #115092;
}
.solidBackroundBox {
  background: #fed317;
  min-height: 40vh;
  padding: 40px;
  display: flex;
  align-items: center;
}
.eybrowText {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.img_Component.onlyImage {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.imageSlideSide {
  width: 100%;
  min-height: 440px;
}
.testimonialSliderWrapper {
  padding: 40px 80px;
  background-color: #f8f8f8;
  background-image: url(../img/testimonialSliderBg.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}
.testimonialSliderOverlay {
  background: #764abc;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.testimonialSliderInner {
  position: relative;
  z-index: 2;
}
.testimonialSliderInner .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.testimonialSliderInner .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 6px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}
.testimonialSliderInner .owl-dots .owl-dot.active {
  background-color: #00bcd4;
}
.image-wrap {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, .05);
  padding: 6px;
  margin-bottom: 12px;
}
.image-wrap img {
  transform-style: unset;
  -webkit-transform-style: unset;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.item-title {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
.separatorTestimonial {
  position: relative;
  margin-bottom: 24px;
}
.TestimonialDescription {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
  padding-bottom: 12px;
  margin: 10px 0 20px;
  line-height: 31px;
  font-weight: 400;
  font-size: 21px;
  color: var(--white);
  text-align: center;
}
.teamName {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  line-height: 18px;
  font-size: 17px;
  text-align: center;
}
.pricingItem{
    min-height: 497px;
    margin: 1em -0.5em;
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    flex: 0 1 330px;
}
.pricingItem .pricingitemHeader {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #4097f9, #0af0c7);
  padding: 2em 0 8em;
  position: relative;
}
.pricingItem.active .pricingitemHeader {
  background:linear-gradient(135deg,#a93bfe,#584efd);
}
.pricingItem.active
{
  margin: 0;
  z-index: 10;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.pricingItem .pricingitemHeader .pricingitemHeaderSvg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricingitemHeaderSvg .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricingItem:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricingItem:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-title {
  color: #fff;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
}
.pricing-price {
  color: #fff;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
p.pricingTax {
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  font-size: 1rem;
  color: yellow;
}
.pricingFeatureList{
  margin: 0;
  padding: 30px 20px 0;
  padding-left: 50px;
  transform: translateY(-76px);
  list-style: none;
}
.pricingFeatureList li{
  position: relative;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 5px;
  color: #333;
}
.pricingFeatureList li:last-child{
  border-bottom: 0;
}
.pricingFeatureList li:after{
  content: '';
  background-image: url(../img/greenCircleIcon.png);
  height: 20px;
  width: 20px;
  display: block;
  background-size: contain;
  position: absolute;
  left: -25px;
  top: 6px;
  opacity: 0.5;
}
.pricingItem.active .pricingFeatureList li:after{
  opacity: 1;
}
.pricingItem.active .pricingFeatureList li{
  color: #000;
}
.pricingItem:hover .pricingFeatureList li:after{
  opacity: 1;
}
.pricingBtnWpr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  transform: translateY(-32px);
}
.pricingItem .btnnTheme.btnBlue {
  opacity: 0.5;
}
.pricingItem.active .btnnTheme.btnBlue{
  opacity: 1;
}
.pricingItem:hover .btnnTheme.btnBlue{
  opacity: 1;
  cursor: pointer;
}
.trmPricing {
  color: #333;
  font-size: 0.9rem;
}
.brandTabLinks {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #eee;
  padding-bottom: 0;
  padding-top: 30px;
}
.brandTabLinks a{
  border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
.brandTabLinks a:hover, .brandTabLinks a.active{
  border-bottom: 3px solid #4e3bc2;
}
.brandTabLinks a img{
  filter:grayscale(1);
  transition: all 0.3s ease;
  max-height: 90px;
}
.brandTabLinks a:hover img, .brandTabLinks a.active img{
  filter:grayscale(0);
}
.brandTabItemContent {
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  display: none;
  transition: all 0.3s ease;
}
.brandTabItemContent.show{
  display: flex;
}
.backgroundImageBrandTab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contentTextBrandTab {
  position: relative;
  background: #fff;
  max-width: 600px;
  padding: 40px;
}