@media screen and (max-width: 560px) {
  .banner-sec {
    padding-bottom: 40px;
  }
}
.banner-sec .swiper .swiper-wrapper .swiper-slide a .img-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 560px) {
  .banner-sec .swiper .swiper-wrapper .swiper-slide a .img-sec {
    max-height: 260px;
    max-width: 560px;
    background-size: cover;
  }
}
.banner-sec .form {
  max-width: 400px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 10px;
  justify-content: center;
  background-color: #fff;
  padding: 25px;
  z-index: 5;
  margin-bottom: -29px;
}
@media screen and (max-width: 560px) {
  .banner-sec .form {
    position: static;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.banner-sec .form .form-title {
  font-size: 25px;
  padding-bottom: 10px;
}
.banner-sec .form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  color: rgb(97, 87, 87);
  border: 1px solid lightgray;
}
.banner-sec .form .submit {
  width: 100%;
  padding: 10px;
  background-color: #6228a4;
  border: 1px solid #6228a4;
  color: #fff;
}
.banner-sec .form .CAPTCHA {
  font-size: 25px;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 16px;
}
.banner-sec .form .reload {
  text-decoration: none;
  color: #6228a4;
  cursor: pointer;
}

.overview-sec {
  text-align: center;
}
.overview-sec .overview-title {
  display: inline;
  border: 1px solid lightgray;
  padding: 3px 12px;
  background-color: lightgray;
  color: #6228a4;
  font-size: 16px;
}
.overview-sec .heading {
  text-align: center;
  padding-top: 30px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .overview-sec .heading {
    font-size: 30px;
  }
}
.overview-sec p {
  padding-top: 50px;
  font-size: 23px;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .overview-sec p {
    padding-top: 30px;
    font-size: 18px;
    text-align: left;
  }
}

.Opportunities-sec {
  padding: 80px 0px;
}
@media screen and (max-width: 560px) {
  .Opportunities-sec {
    padding: 40px 0px;
  }
}
.Opportunities-sec .heading h3 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .Opportunities-sec .heading h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .Opportunities-sec .mob {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .Opportunities-sec .mob {
    width: 100%;
  }
}
.Opportunities-sec .card {
  padding: 20px;
  min-height: 400px;
  margin-bottom: 30px;
  box-shadow: 0 10px 15px -2px rgba(82, 0, 57, 0.08);
}
@media screen and (max-width: 560px) {
  .Opportunities-sec .card {
    min-height: 280px;
  }
}
.Opportunities-sec .card .card-wrapper .card-img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
.Opportunities-sec .card .card-wrapper .card-title {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 15px;
  font-weight: 700;
  height: 61px;
}
@media screen and (max-width: 560px) {
  .Opportunities-sec .card .card-wrapper .card-title {
    height: 100%;
  }
}
.Opportunities-sec .card .card-wrapper .card-para {
  font-size: 18px;
  line-height: 28px;
  color: #52525d;
  font-weight: 400;
}

.why-choose-us-sec {
  padding: 50px 0px;
  background-color: #f8f2ff;
  border-bottom: 1px solid #d6d0dd;
}
@media screen and (max-width: 560px) {
  .why-choose-us-sec {
    padding: 40px 0px 30px;
  }
}
.why-choose-us-sec .heading {
  position: relative;
}
.why-choose-us-sec .heading h5 {
  display: inline;
  border: 1px solid lightgray;
  padding: 3px 12px;
  background-color: lightgray;
  color: #6228a4;
  font-size: 16px;
}
.why-choose-us-sec .heading h3 {
  padding-bottom: 50px;
  padding-top: 30px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .why-choose-us-sec .heading h3 {
    font-size: 30px;
  }
}
.why-choose-us-sec .heading .swiper-button-next {
  position: absolute;
  top: 104px;
}
@media screen and (max-width: 560px) {
  .why-choose-us-sec .heading .swiper-button-next {
    top: auto;
    bottom: 3px;
    left: 60px;
    right: auto;
  }
}
.why-choose-us-sec .heading .swiper-button-next .fa {
  border: 1px solid #fff;
  padding: 10px;
  color: #000;
  background-color: #fff;
}
.why-choose-us-sec .heading .swiper-button-next::after {
  display: none;
}
.why-choose-us-sec .heading .swiper-button-prev {
  position: absolute;
  right: 52px !important;
  top: 104px;
  left: auto;
}
@media screen and (max-width: 560px) {
  .why-choose-us-sec .heading .swiper-button-prev {
    top: auto;
    bottom: 3px;
    right: auto;
    left: 8px;
  }
}
.why-choose-us-sec .heading .swiper-button-prev .fa {
  border: 1px solid #fff;
  padding: 10px;
  color: #000;
  background-color: #fff;
}
.why-choose-us-sec .heading .swiper-button-prev::after {
  display: none;
}
.why-choose-us-sec .swiper .swiper-wrapper .swiper-slide .card {
  padding: 20px;
  height: 350px;
  margin-bottom: 30px;
}
.why-choose-us-sec .swiper .swiper-wrapper .swiper-slide .card .card-wrapper .card-img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
.why-choose-us-sec .swiper .swiper-wrapper .swiper-slide .card .card-wrapper .card-title {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 15px;
  font-weight: 700;
}
.why-choose-us-sec .swiper .swiper-wrapper .swiper-slide .card .card-wrapper .card-para {
  font-size: 18px;
  line-height: 28px;
  color: #52525d;
  font-weight: 400;
}

.app-adventeage-sec {
  padding: 80px 0px;
}
@media screen and (max-width: 560px) {
  .app-adventeage-sec {
    padding: 40px 0px;
  }
}
.app-adventeage-sec .heading {
  text-align: center;
}
.app-adventeage-sec .heading h3 {
  padding-bottom: 50px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .app-adventeage-sec .heading h3 {
    font-size: 30px;
  }
}
.app-adventeage-sec .app-wrap .wrap-info {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.app-adventeage-sec .app-wrap .wrap-info .wrap-img {
  border: 1px solid lightgray;
  padding: 7px;
}
.app-adventeage-sec .app-wrap .wrap-info .wrap-title {
  padding-left: 25px;
}
.app-adventeage-sec .img-sec {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .app-adventeage-sec .img-sec {
    padding: 30px 0px;
  }
}
.app-adventeage-sec .img-sec img {
  width: 100%;
}

.testinomal {
  padding: 30px 0px;
}
@media screen and (max-width: 560px) {
  .testinomal {
    padding: 10px 0px;
  }
}
.testinomal .heading {
  position: relative;
}
.testinomal .heading h5 {
  display: inline;
  border: 1px solid lightgray;
  padding: 3px 12px;
  background-color: lightgray;
  color: #6228a4;
  font-size: 16px;
}
.testinomal .heading h3 {
  padding-top: 30px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .testinomal .heading h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 416px) {
  .testinomal .heading h3 {
    max-width: 300px;
  }
}
.testinomal .heading .swiper-button-next {
  position: absolute;
  /* bottom: 100px; */
  left: 275px;
  top: 195px;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #6228a4;
  font-weight: 900;
}
@media screen and (max-width: 560px) {
  .testinomal .heading .swiper-button-next {
    top: auto;
    bottom: 35px;
    left: auto;
    right: 32px;
    --swiper-navigation-size: 17px;
  }
}
.testinomal .heading .swiper-button-prev {
  position: absolute;
  /* bottom: 100px; */
  left: 240px;
  top: 195px;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #6228a4;
  font-weight: 900;
}
@media screen and (max-width: 560px) {
  .testinomal .heading .swiper-button-prev {
    top: auto;
    bottom: 35px;
    left: auto;
    right: 66px;
    --swiper-navigation-size: 17px;
  }
}
.testinomal .swiper .swiper-wrapper {
  padding: 20px 0px 20px 20px;
}
@media screen and (max-width: 560px) {
  .testinomal .swiper .swiper-wrapper {
    padding: 0px;
  }
}
.testinomal .swiper .swiper-wrapper .swiper-slide {
  height: 245px;
  width: 500px;
  padding: 31px;
  border: 1px solid lightgray;
  border-radius: 27px;
  box-shadow: 0 10px 15px 0px rgba(82, 0, 57, 0.14);
  background-color: #fff;
}
@media screen and (max-width: 560px) {
  .testinomal .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
  }
}
.testinomal .swiper .swiper-wrapper .swiper-slide .slider-info .testinomal-name h4 {
  color: #6228a4;
  font-size: 18px;
}

.faq-sec {
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .faq-sec {
    padding: 40px 0px;
  }
}
.faq-sec .faq-heading h5 {
  display: inline;
  border: 1px solid lightgray;
  padding: 3px 12px;
  background-color: lightgray;
  color: #6228a4;
  font-size: 16px;
}
.faq-sec .faq-heading h3 {
  padding-top: 30px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .faq-sec .faq-heading h3 {
    font-size: 30px;
  }
}
.faq-sec .faq-wrap {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (max-width: 560px) {
  .faq-sec .faq-wrap {
    padding-top: 30px;
  }
}
.faq-sec .faq-info {
  border: 1px solid rgb(225, 225, 225);
  width: 600px;
}
.faq-sec .accordion {
  background-color: #fff;
  color: rgb(23, 23, 23);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(225, 225, 225);
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  position: relative;
}
.faq-sec .accordion::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f175";
  color: #716a6a;
  display: block;
  height: 20px;
  width: 20px;
  font-weight: bold;
  right: 0px;
  top: 22px;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .faq-sec .accordion::after {
    right: -16px;
    top: 30px;
  }
}
.faq-sec .active::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f176";
  color: #716a6a;
  display: block;
  height: 20px;
  width: 20px;
  font-weight: bold;
  right: 0px;
  top: 22px;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .faq-sec .active::after {
    right: -16px;
    top: 30px;
  }
}
.faq-sec .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 15px;
}
.faq-sec .panel p {
  font-size: 20px;
  text-align: left;
}
.faq-sec .active, .faq-sec .accordion:hover {
  background-color: #fff;
}

.footer-sec {
  background-color: #F5F2F0;
  padding: 10px 40px 10px;
}
@media screen and (max-width: 560px) {
  .footer-sec {
    padding: 0px;
  }
}
.footer-sec .footer-icon {
  float: right;
  display: flex;
  padding: 30px 0px 40px;
}
@media screen and (max-width: 560px) {
  .footer-sec .footer-icon {
    float: left;
    padding: 20px 0px 10px;
  }
}
.footer-sec .footer-icon .icon {
  display: flex;
  align-items: baseline;
  padding-right: 30px;
}
.footer-sec .footer-icon .icon a {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  color: #000;
}
.footer-sec .footer-icon .icon a .fa {
  font-size: 20px;
}
.footer-sec .footer-icon .icon a p {
  padding-left: 10px;
  font-size: 20px;
}
@media screen and (max-width: 560px) {
  .footer-sec .footer-icon .icon a p {
    display: none;
  }
}
.footer-sec .footer-logo img {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 560px) {
  .footer-sec .footer-logo img {
    padding-top: 0px;
    padding-bottom: 25px;
    width: 50%;
  }
}
.footer-sec .footer-link {
  padding-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .footer-sec .footer-link {
    display: none;
  }
}
.footer-sec .footer-link .link-title {
  font-size: 1.125rem;
  padding-bottom: 10px;
  color: #30303c;
  font-weight: 700;
}
.footer-sec .footer-link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-sec .footer-link ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #30303c;
  font-weight: 400;
  line-height: 34px;
}
.footer-sec .footer-link ul li a:hover {
  color: #6228a4;
}
.footer-sec .mob-footer-link {
  display: none;
}
@media screen and (max-width: 700px) {
  .footer-sec .mob-footer-link {
    display: block;
  }
}
.footer-sec .mob-footer-link .accordion {
  color: rgb(23, 23, 23);
  cursor: pointer;
  padding: 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  background-color: #F5F2F0;
  position: relative;
  font-weight: 700;
}
.footer-sec .mob-footer-link .accordion::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  color: #161212;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 18px;
  right: 0px;
  top: 16px;
  margin-left: 5px;
  margin-right: 10px;
}
.footer-sec .mob-footer-link .active::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
  color: #716a6a;
  display: block;
  height: 20px;
  width: 20px;
  font-weight: bold;
  right: 0px;
  top: 22px;
  margin-left: 5px;
  margin-right: 10px;
}
.footer-sec .mob-footer-link .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 15px;
}
.footer-sec .mob-footer-link .panel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-sec .mob-footer-link .panel ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #30303c;
  font-weight: 400;
  line-height: 36px;
}
.footer-sec .footer-para {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.footer-sec .footer-para .accordion {
  color: #30303c;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.4s;
  position: relative;
}
.footer-sec .footer-para .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 15px;
}
.footer-sec .footer-para .panel p {
  font-size: 20px;
  text-align: left;
}
.footer-sec .footer-para p {
  font-size: 0.75rem;
}
.footer-sec .footer-para h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer-sec .footer-para ul {
  margin: 0px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.footer-sec .footer-para ul li {
  font-size: 12px;
}
.footer-sec .copy {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .footer-sec .copy {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-sec .copy h5 {
  font-size: 16px;
  font-weight: 400;
}

nav {
  position: relative;
  z-index: 99;
  width: 100%;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 80px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1168px) {
  nav .wrapper {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 970px) {
  nav .wrapper {
    display: none;
  }
}
nav .wrapper .logo {
  width: 15%;
}
nav .wrapper .logo a img {
  width: 100%;
}
nav .wrapper .nav-links {
  display: flex;
  height: 100%;
  align-items: center;
}
nav .wrapper .nav-links li {
  list-style: none;
}
nav .wrapper .nav-links li:hover .drop-menu {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav .wrapper .nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav .wrapper .nav-links li a {
  color: #252424;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1168px) {
  nav .wrapper .nav-links li a {
    padding: 9px 10px;
    font-size: 16px;
  }
}
nav .wrapper .nav-links .mobile-item {
  display: none;
}
nav .wrapper .nav-links .drop-menu {
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
nav .wrapper .nav-links .drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
nav .wrapper .nav-links .mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 90px;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid lightgray;
}
nav .wrapper .nav-links .mega-box .content {
  background: #fff;
  padding: 25px 0px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
nav .wrapper .nav-links .mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
nav .wrapper .nav-links .mega-box .content .row header {
  color: #6228a4;
  font-size: 20px;
  font-weight: 500;
}
nav .wrapper .nav-links .mega-box .content .row .mega-links {
  padding: 0px;
  margin: 0px;
}
nav .wrapper .nav-links .mega-box .content .row .mega-links li a {
  padding: 0px;
  padding: 0 12px;
  color: #000;
  font-size: 17px;
  display: block;
}
nav .wrapper .nav-links .mega-box .content .row .mega-links li a:hover {
  color: #6228a4;
}
nav .wrapper .nav-links .contact-cdn {
  padding-top: 10px;
}
nav .wrapper .nav-links .contact-cdn a {
  color: #6228a4;
  text-decoration: none;
  border: 1px solid #6228a4;
  border-radius: 30px;
  padding: 10px;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
}
nav .wrapper .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
nav .wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
nav .wrapper input {
  display: none;
}
nav .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
  position: relative;
  top: 0;
  padding: 10px 30px;
  z-index: 1;
}
@media screen and (max-width: 970px) {
  nav .mobile-header {
    display: block;
  }
}
nav .mobile-header .header-logo {
  width: 50%;
}
nav .mobile-header .header-logo img {
  width: 100%;
}
nav .mobile-header .nav #nav-check {
  display: none;
}
nav .mobile-header .nav .nav-btn {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 10px;
  padding-top: 0.2rem;
}
nav .mobile-header .nav .nav-btn label {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 13px;
}
nav .mobile-header .nav .nav-btn label span {
  display: block;
  width: 25px;
  height: 10px;
  border-top: 2px solid #070707;
}
nav .mobile-header .nav .nav-list {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 250px;
  background-color: #fff;
  height: 1000px;
  transition: all 0.3s ease-in;
  top: 0px;
  left: -100%;
  overflow: hidden;
  margin: 0px;
}
nav .mobile-header .nav .nav-list .list {
  display: flex;
  justify-content: space-between;
  background-color: #6228a4;
  padding: 10px;
}
nav .mobile-header .nav .nav-list .list h3 {
  color: #fff;
  font-size: 19px;
}
nav .mobile-header .nav .nav-list .list .fa {
  color: #fff;
  font-size: 20px;
}
nav .mobile-header .nav .nav-list .list #nav-close:checked ~ .nav-list {
  left: -100%;
}
nav .mobile-header .nav .nav-list .button {
  color: rgb(23, 23, 23);
  cursor: pointer;
  padding: 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  background-color: #fff;
  position: relative;
  font-weight: 400;
  text-decoration: none;
}
nav .mobile-header .nav .nav-list .button:hover {
  color: #6228a4;
}
nav .mobile-header .nav .nav-list .accordion {
  color: rgb(23, 23, 23);
  cursor: pointer;
  padding: 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  background-color: #fff;
  position: relative;
  font-weight: 400;
  text-decoration: none;
}
nav .mobile-header .nav .nav-list .accordion:hover {
  color: #6228a4;
}
nav .mobile-header .nav .nav-list .accordion::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  color: #716a6a;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 16px;
  right: 0px;
  top: 16px;
  margin-left: 5px;
  margin-right: 10px;
}
nav .mobile-header .nav .nav-list .active::after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
  color: #716a6a;
  display: block;
  height: 20px;
  width: 20px;
  font-weight: bold;
  right: 0px;
  top: 22px;
  margin-left: 5px;
  margin-right: 10px;
}
nav .mobile-header .nav .nav-list .panel {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 0px;
}
nav .mobile-header .nav .nav-list .panel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
nav .mobile-header .nav .nav-list .panel ul li {
  padding: 0px 15px;
}
nav .mobile-header .nav .nav-list .panel ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #30303c;
  font-weight: 400;
  line-height: 36px;
}
nav .mobile-header .nav .nav-list .panel ul li a:hover {
  color: #6228a4;
}
nav .mobile-header .nav .nav-list li {
  text-decoration: none;
  padding: 10px 15px;
  height: 100%;
  display: flex;
}
nav .mobile-header .nav .nav-list li a {
  text-decoration: none;
  color: #000;
  font-size: 19px;
}
nav .mobile-header .nav .nav-list .contact-cdn {
  padding-top: 20px;
  padding-left: 10px;
}
nav .mobile-header .nav .nav-list .contact-cdn a {
  color: #6228a4;
  text-decoration: none;
  border: 1px solid #6228a4;
  border-radius: 30px;
  padding: 10px;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
}
nav .mobile-header .nav > #nav-check:checked ~ .nav-list {
  left: 0px;
}

.sip-cal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 560px) {
  .sip-cal {
    margin: 20px 0px;
    padding-top: 0px;
  }
}
.sip-cal .sip-content {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sip-cal .sip-content h1 {
  padding-top: 0px;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .sip-cal .sip-content h1 {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.sip-cal .sip-content .calculator {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.sip-cal .sip-content .calculator .form {
  width: 40%;
}
.sip-cal .sip-content .calculator .form .toggle-buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.sip-cal .sip-content .calculator .form .toggle-buttons button {
  padding: 10px;
  background-color: #6228a4;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
  margin: 10px;
}
.sip-cal .sip-content .calculator .form .toggle-buttons button:hover {
  background-color: rgba(111, 8, 228, 0.8431372549);
}
.sip-cal .sip-content .calculator .form .toggle-buttons button button.active {
  background-color: #6228a4;
}
.sip-cal .sip-content .calculator .form .form-content {
  display: block;
}
.sip-cal .sip-content .calculator .form .form-content label {
  display: block;
  margin: 10px 0 5px;
}
.sip-cal .sip-content .calculator .form .form-content input {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sip-cal .sip-content .calculator .form .form-content #sipResults {
  margin-top: 20px;
}
.sip-cal .sip-content .calculator .form .form-content #lumpsumResults {
  margin-top: 20px;
}
.sip-cal .sip-content .calculator .chart-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sip-cal .sip-content .calculator .chart-container canvas {
  max-width: 100%;
  max-height: 400px;
}/*# sourceMappingURL=style.css.map */