@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans.woff2") format("woff2"), url("../fonts/SamsungSharpSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT Arabic 45";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.custom-checkbox .custom-control-label {
  position: relative;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  top: -3px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label::before {
  background: #777777;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #727272;
}

::-ms-reveal {
  display: none;
}

.vcenter {
  display: table;
  width: 100%;
}
.vcenter .mid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.pagination .page-item .page-link {
  border: 1px solid #777777;
  border-radius: 5px;
  box-shadow: none !important;
  color: #171717;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
}
.pagination .page-item .page-link.active {
  background: #B9FAEE;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background: #014988;
  border-color: #014988;
  color: white;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background: #013b6f;
  border-color: #013b6f;
}

.mentor-modal .modal-content {
  border-radius: 15px;
}
.mentor-modal .btn-close {
  position: absolute;
  top: -35px;
  right: 0px;
  background-color: #cacaca;
  opacity: 1;
  border-radius: 15px;
  background-size: 30%;
}
.mentor-modal .body-padding {
  padding: 30px;
}
.mentor-modal h3 {
  color: #00AEEF;
  font-size: 16px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  margin-bottom: 25px;
}
.mentor-modal label {
  color: #777777;
  margin-bottom: 5px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 13px;
}
.mentor-modal .form-control {
  background: #F8F8F8;
  border-radius: 8px;
  box-shadow: none;
  border: 0;
  margin-bottom: 25px;
}
.mentor-modal .submit-btn {
  background: #014988;
  color: white;
  width: 100%;
  border-radius: 8px;
  border: 0;
  outline: none;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 13px;
  min-height: 40px;
}
.mentor-modal .right-sec {
  background: #EAFDF9;
  text-align: center;
  border-radius: 0 15px 15px 0;
}
.mentor-modal .right-sec img {
  max-width: 100%;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

#video-home .btn-close,
#pay-bill .btn-close,
#thank-you .btn-close,
#client-list .btn-close {
  position: absolute;
  right: 0;
  top: -24px;
  opacity: 1;
  box-shadow: none;
}

#pay-bill .nav-tabs {
  padding-bottom: 10px;
}
#pay-bill .nav-tabs .nav-item .nav-link {
  background: #D4D4D4;
  color: white;
  border-radius: 16px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  position: relative;
  padding: 4px 38px;
  min-width: 167px;
  text-align: center;
  border: 0;
  font-size: 15px;
}
#pay-bill .nav-tabs .nav-item .nav-link span {
  position: absolute;
  left: -10px;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 32px;
  background: #D4D4D4;
  border-radius: 50%;
}
#pay-bill .nav-tabs .nav-item .nav-link.active {
  background: #014988;
}
#pay-bill .nav-tabs .nav-item .nav-link.active span {
  background: #014988;
}
#pay-bill .nav-tabs .nav-item:last-child .nav-link {
  margin-left: -15px;
}
#pay-bill .bill-form {
  padding: 15px;
  padding-top: 20px;
}
#pay-bill .bill-form label {
  font-size: 15px;
  text-transform: capitalize;
  color: #464646;
  margin-bottom: 5px;
}
#pay-bill .bill-form p {
  color: #777777;
  font-size: 12px;
}
#pay-bill .bill-form p.note {
  font-weight: 600;
}
#pay-bill .bill-form .form-control,
#pay-bill .bill-form .form-select {
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: none;
  padding: 10px 20px;
  margin-bottom: 15px;
}
#pay-bill .bill-form .form-group {
  position: relative;
}
#pay-bill .bill-form .form-group .email-submit {
  padding-right: 70px;
}
#pay-bill .bill-form .form-group .submit-email {
  position: absolute;
  right: 3.5px;
  bottom: 3.5px;
  line-height: 35px;
  text-align: center;
  width: 60px;
  height: 35px;
  background: #014988;
  color: white;
  border-radius: 20px;
  font-size: 20px;
}
#pay-bill .bill-form .form-group .intl-tel-input {
  width: 100%;
}
#pay-bill .bill-form .form-group .intl-tel-input .flag-container .selected-flag {
  background: transparent !important;
  border-right: 1px solid #D6D6D6;
}
#pay-bill .bill-form .form-group .intl-tel-input .c-code {
  padding-left: 60px;
}
#pay-bill .bill-form .form-check .form-check-label {
  font-size: 10px;
  color: #777777;
  vertical-align: 0.1rem;
}
#pay-bill .bill-form .form-check .form-check-label a {
  text-decoration: none;
}
#pay-bill .bill-form .btn1 {
  padding: 8px 20px;
  background: transparent;
  color: #565656;
  min-width: 147px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #565656;
}
@media (max-width: 991.5px) {
  #pay-bill .bill-form .btn1 {
    margin-left: 0;
  }
}
#pay-bill .bill-form .btn1:hover {
  background: #3d3d3d;
  color: white;
}
#pay-bill .bill-form .btn2 {
  padding: 8px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  min-width: 147px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 991.5px) {
  #pay-bill .bill-form .btn2 {
    margin-left: 0;
  }
}
#pay-bill .bill-form .btn2:hover {
  background: #012e55;
}
#pay-bill .bill-form .btn-blue {
  background-color: #014988;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 28px;
  font-size: 15px;
}
#pay-bill .bill-form .btn-blue:hover {
  background-color: #012e55;
}
#pay-bill .bill-form .plan-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#pay-bill .bill-form .plan-box table td {
  padding: 8px 0;
  font-size: 13px;
}

.btn-gold {
  padding: 8px 20px;
  background: linear-gradient(180deg, #fea 0%, #dc8 49%, 51%, #dc8 100%);
  color: #333;
  min-width: 147px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 10px;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.5px) {
  .btn-gold {
    margin-left: 0;
  }
}
.btn-gold:hover {
  opacity: 0.9;
  color: #333;
}

.thankyou-modal .modal-content {
  background-image: url("../images/thank-bg.svg");
  background-size: 100%;
  background-position: center;
  position: relative;
  padding: 50px 15px;
}
.thankyou-modal .modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  background-image: url(../images/banner-lines.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.2;
  transform: rotate(180deg);
}
.thankyou-modal .modal-content h4 {
  color: #011E41;
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
}
.thankyou-modal .modal-content p {
  color: #011E41;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 10px;
  max-width: 478px;
}
.thankyou-modal .modal-content .btn {
  padding: 12px 20px;
  background: #014988;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  margin: auto;
  text-transform: capitalize;
  min-width: 130px;
  display: inherit;
}
.thankyou-modal .modal-content .btn:hover {
  background: #012e55;
}
.thankyou-modal .progress-round {
  width: 200px;
  margin: auto;
}

.see-more li .less {
  display: none;
}
.see-more li:last-child span {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
}
.see-more li:last-child span:hover {
  color: black;
}
.see-more li:last-child::before {
  display: none;
}

.owl-item {
  height: 0;
}

.owl-item.active {
  height: auto;
}

header {
  padding: 20px 0;
}
header .navbar {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}
header .logo {
  max-width: 160px;
}
header nav {
  font-family: "Samsung Sharp Sans";
}
@media (max-width: 991px) {
  header nav .navbar-nav {
    gap: 0 !important;
  }
}
header nav .navbar-nav .nav-item {
  font-size: 15px;
  font-weight: 500;
}
header nav .navbar-nav .nav-item .nav-link {
  color: #313131;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #014988;
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
@media (max-width: 991px) {
  header nav .navbar-nav .nav-item .nav-link.active::after {
    right: auto;
  }
}
header nav .navbar-nav .nav-item .nav-link.btn {
  background: transparent;
  border: 1px solid #014988;
  border-radius: 8px;
  font-weight: 500;
  height: 38px;
  line-height: 22px;
  color: #014988;
  min-width: 87px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 20px !important;
}
header nav .navbar-nav .nav-item .nav-link.btn:hover {
  background: #014988;
  color: white;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #014988;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  min-width: 500px;
  padding: 0;
  border: 0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 991.5px) {
  header nav .navbar-nav .nav-item .dropdown-menu {
    min-width: 100%;
  }
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs {
  border: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 440px) {
  header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item {
    flex-basis: auto;
  }
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  padding: 15px 5px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #D7F3EF;
  background: #f7f7f7;
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item .nav-link::after {
  display: none;
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #D7F3EF;
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #D7F3EF;
}
header nav .navbar-nav .nav-item .dropdown-menu .nav-tabs .nav-item .nav-link:hover.active {
  border: 1px solid #D7F3EF;
}
header nav .navbar-nav .nav-item .dropdown-menu .tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
header nav .navbar-nav .nav-item .dropdown-menu .tab-content ul li a {
  display: block;
  padding: 11px 30px;
  text-decoration: none;
  color: #0E0E0F;
  font-size: 15px;
  border: 1px solid transparent;
}
header nav .navbar-nav .nav-item .dropdown-menu .tab-content ul li a:hover, header nav .navbar-nav .nav-item .dropdown-menu .tab-content ul li a.active {
  background: #EBF9FF;
  border: 1px solid #D0EBF6;
}

footer {
  background-image: url("../images/footer-bg.svg");
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000;
  margin-top: -50px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media (max-width: 991px) {
  footer .footer-links {
    flex-wrap: wrap;
  }
}
footer .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  footer .footer-links ul {
    flex: 50%;
  }
}
footer .footer-links ul li {
  color: white;
  line-height: 35px;
}
footer .footer-links ul li:first-child {
  font-family: "Samsung Sharp Sans";
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
footer .footer-links ul li a {
  color: white;
  text-decoration: none;
}
footer .footer-links ul li a:hover {
  color: #014988;
}
footer .footer-links ul li.address {
  max-width: 200px;
}
footer .footer-links ul li.social {
  margin-top: 30px;
}
footer .footer-links ul li.social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  footer .footer-links ul li.social a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
footer .footer-links ul li.social a:hover {
  background: white;
  color: #014988;
}
footer .footer-links ul li.social a:last-child i {
  font-size: 18px;
}
footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  padding: 0 0px 20px 0;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.float img {
  width: 28px;
  margin-top: -2px;
}

.banner1 {
  background: url(../images/tech/banner1.png) #000 no-repeat;
}

.about-banner {
  background: url(../images/tech/about-us/about-banner.png) #000 no-repeat;
}

.whatsap-btn {
  background: #014988 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.whatsap-btn img {
  height: 20px;
  margin-right: 10px;
}

.grow-banner {
  background-color: #DAFFFA;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.grow-banner .carousel-indicators [data-bs-target] {
  background-color: #E2E1E1;
  height: 5px;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.grow-banner .carousel-indicators [data-bs-target].active {
  background-color: #00AEEF;
  width: 30px;
}
.grow-banner .banner {
  display: flex;
  min-height: 75vh;
  padding: 30px 0;
}
.grow-banner .banner .banner-in {
  margin: auto 0;
  width: 100%;
}
.grow-banner .banner h1 {
  font-size: 46px;
  font-family: "Samsung Sharp Sans";
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.grow-banner .banner h1 img {
  vertical-align: baseline;
}
.grow-banner .banner p {
  color: #fff;
}
.grow-banner .banner .banner-text {
  font-size: 16px;
  color: #606465;
  max-width: 422px;
  margin-bottom: 40px;
  font-weight: 500;
}
.grow-banner .banner .btn-started {
  border: 1px solid #fff;
  color: white;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.grow-banner .banner .btn-started img {
  margin-left: 5px;
}
.grow-banner .banner .btn-started:hover {
  background: #000;
  border-color: #fff;
}
.grow-banner .banner .talks-video {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.grow-banner .banner .talks-video i {
  font-size: 50px;
  vertical-align: middle;
  margin-right: 12px;
}
.grow-banner .banner .talks-video:hover {
  opacity: 0.7;
}

.section-products {
  padding: 80px 0;
}
.section-products h6 {
  font-size: 11px;
  font-weight: 500;
  color: #014988;
}
.section-products h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.section-products .product-box {
  margin-bottom: 30px;
}
.section-products .product-box .product-image {
  border-radius: 10px;
}
.section-products .product-box .product-image img {
  border-radius: 10px;
}
.section-products .product-box .product-details {
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  margin: -43px 0 0 33px;
  z-index: 99;
  position: relative;
  box-shadow: #efefef -3px 9px 17px;
  min-height: 150px;
}
.section-products .product-box .product-details h4 {
  font-size: 16px;
  color: #014988;
  font-weight: bold;
}
.section-products .product-box .product-details p {
  color: #727272;
  font-size: 13px;
}

.section-why-choose-us {
  padding: 0 0 40px 0;
}
.section-why-choose-us h6 {
  font-size: 11px;
  font-weight: 500;
  color: #014988;
}
.section-why-choose-us h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.section-why-choose-us .whychoose-info-box {
  border: 1px solid #E3DBD8;
  border-radius: 8px;
  min-height: 200px;
  padding: 20px;
}
.section-why-choose-us .whychoose-info-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 10px;
  background: #014988;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-why-choose-us .whychoose-info-box h4 {
  color: #014988;
  font-weight: bold;
}

.btn-read-more {
  border: 1px solid #014988;
  color: #014988;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.btn-read-more img {
  margin-left: 1px;
}
.btn-read-more:hover {
  background: #014988;
  border-color: #014988;
  color: #fff;
}
.btn-read-more:hover img {
  filter: contrast(0%) brightness(2);
}

.need-help-btn {
  text-decoration: none;
  color: #014988;
}
.need-help-btn h6 {
  margin: 0;
  margin-bottom: 3px;
}
.need-help-btn h5 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.partners-logo {
  padding: 10px;
  margin-top: 30px;
}
.partners-logo img {
  max-height: 50px;
  max-width: 150px;
  opacity: 0.8;
}

.section-services {
  padding: 80px 0;
  background: #D8E8F7;
}
.section-services h6 {
  font-size: 11px;
  font-weight: 500;
  color: #014988;
}
.section-services h2 {
  font-size: 40px;
  font-weight: bold;
  color: #014988;
  margin-bottom: 20px;
}
.section-services .service-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 330px;
}
.section-services .service-box .service-icon {
  border-radius: 100px;
  border: 1px solid #E3DBD8;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services .service-box .service-icon img {
  max-height: 40px;
}
.section-services .service-box .service-details {
  border-radius: 8px;
}
.section-services .service-box .service-details h4 {
  font-size: 16px;
  color: #014988;
  font-weight: bold;
  margin: 20px 0;
}
.section-services .service-box .service-details p {
  color: #727272;
  font-size: 13px;
}

.satisfied-box {
  background: url("../images/tech/map-small.svg") #014988 no-repeat;
  padding: 15px;
  border-radius: 15px;
  min-height: 120px;
  margin-top: -50px;
  color: #fff;
  padding: 30px;
  z-index: 99;
  position: relative;
}
.satisfied-box h3 {
  font-weight: bold;
}

.about-banner {
  background-color: #DAFFFA;
}
.about-banner .banner {
  height: 220px !important;
  min-height: 320px;
}
.about-banner .banner h1 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .about-banner .banner {
    height: auto;
    padding: 60px 0px;
  }
  .about-banner .banner .col-lg-6:last-child {
    margin-top: 30px;
  }
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.mentors-banner {
  height: 679px;
  background-image: url(../images/mentor-list-bg.svg);
  background-size: cover;
  position: relative;
  text-align: center;
  background-position: center;
}
@media (max-width: 700px) {
  .mentors-banner {
    height: auto;
    padding: 40px 0;
  }
}
.mentors-banner h1 {
  font-size: 44px;
  font-family: "Samsung Sharp Sans";
  font-weight: bold;
  margin-bottom: 12px;
}
.mentors-banner h1 span {
  color: #014988;
}
.mentors-banner p {
  color: #171717;
  max-width: 422px;
  margin: auto;
}
.mentors-banner .search-become {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media (max-width: 700px) {
  .mentors-banner .search-become {
    flex-wrap: wrap;
  }
}
.mentors-banner .search-become .banner-btn {
  background: #000;
  color: white;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 25px;
  height: 48px;
  line-height: 16px;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .mentors-banner .search-become .banner-btn {
    flex: 100%;
    margin-top: 15px;
  }
}
.mentors-banner .search-become .banner-btn:hover {
  background: #333333;
}
.mentors-banner .search-become .search-mentor {
  position: relative;
  max-width: 630px;
  flex: 1;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .mentors-banner .search-become .search-mentor {
    max-width: 100%;
  }
}
.mentors-banner .search-become .search-mentor .form-control {
  box-shadow: none;
  border: 1px solid #014988;
  border-radius: 10px 0 0 10px;
  padding: 12px 15px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  max-width: 447px;
  width: calc(100% - 15px);
}
@media (max-width: 700px) {
  .mentors-banner .search-become .search-mentor .form-control {
    max-width: 100%;
  }
}
.mentors-banner .search-become .search-mentor .btn {
  min-width: 188px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
  background: #014988;
  color: white;
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .mentors-banner .search-become .search-mentor .btn {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .mentors-banner .search-become .search-mentor .btn {
    min-width: 100px;
  }
}
.mentors-banner .search-become .search-mentor .btn:hover {
  background: #013b6f;
}

.mentor-saying {
  padding: 60px 0;
  position: relative;
  padding-bottom: 0;
}
.mentor-saying .rings {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
.mentor-saying h2 {
  font-family: "Samsung Sharp Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.mentor-saying h2 span {
  color: #000;
  position: relative;
}
.mentor-saying h2 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #014988;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mentor-saying h3 {
  color: #171717;
  margin: 20px 0;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: bold;
  max-width: 500px;
}
.mentor-saying .name-desig h5 {
  color: #335E54;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 20px;
}
.mentor-saying .name-desig p {
  color: #9CBAB4;
  font-size: 18px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
}
.mentor-saying .video-image {
  position: relative;
  background: #E3FAF5;
  border-radius: 16px;
  height: 349px;
}
@media (max-width: 991px) {
  .mentor-saying .video-image {
    margin-bottom: 30px;
  }
}
.mentor-saying .video-image img {
  margin-left: auto;
  max-width: 233px;
  display: block;
  height: 100%;
  object-fit: cover;
}
.mentor-saying .video-image video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  object-fit: cover;
}
.mentor-saying .video-image::before {
  content: "";
  width: 98px;
  height: 98px;
  background: #FEA48A;
  background-image: url(../images/quotes-white.svg);
  right: -48px;
  top: 120px;
  border-radius: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 991.5px) {
  .mentor-saying .video-image::before {
    display: none;
  }
}
.mentor-saying .video-image::after {
  content: "";
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: 100%;
  border-radius: 0 0 16px 16px;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .mentor-saying .col-lg-6:last-child {
    padding-left: 80px;
  }
}
.mentor-saying .quote-icon {
  max-width: 38px;
}
.mentor-saying .owl-nav {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
@media (max-width: 991px) {
  .mentor-saying .owl-nav {
    top: 290px;
    bottom: auto;
  }
}
.mentor-saying .owl-nav button {
  position: relative;
  font-size: 30px !important;
  color: white !important;
}
.mentor-saying .owl-nav button span {
  display: none;
}
.mentor-saying .owl-nav button.owl-prev::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f177";
  margin-right: 15px;
  z-index: 1;
  position: relative;
}
.mentor-saying .owl-nav button.owl-prev::after {
  width: 35px;
  height: 35px;
  background: #007CAA;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
}
.mentor-saying .owl-nav button.owl-next::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
}

.subscription-banner {
  background-color: #DAFFFA;
  background-image: url(../images/Subtract.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 80px 0;
}
.subscription-banner h1 {
  font-size: 46px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  margin-bottom: 15px;
}
.subscription-banner h1 img {
  vertical-align: baseline;
}
.subscription-banner h1 span {
  color: #000;
}
.subscription-banner .banner-text {
  font-size: 16px;
  color: #606465;
  max-width: 422px;
  margin-bottom: 40px;
  font-weight: 500;
}
.subscription-banner .btn-started {
  background: #3BBFAD;
  border: 1px solid #077A6B;
  min-height: 56px;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  min-width: 153px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  margin-right: 20px;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.subscription-banner .btn-started:hover {
  background: #35ac9b;
}

.choose-plan {
  padding: 90px 0;
  padding-bottom: 45px;
}
.choose-plan h2 {
  color: #014988;
  text-align: center;
  font-size: 26px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
}
.choose-plan .types-padd {
  padding-top: 110px;
}
@media (max-width: 991.5px) {
  .choose-plan .types-padd .col-lg-3:last-child .plans-box {
    margin-bottom: 0px;
  }
}
.choose-plan .plans-box {
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 2px 34px 0px rgba(59, 191, 173, 0.25);
  text-align: center;
  height: 100%;
  position: relative;
  padding: 150px 35px 35px 35px;
}
@media (max-width: 991.5px) {
  .choose-plan .plans-box {
    height: auto;
    margin-bottom: 150px;
  }
}
.choose-plan .plans-box::before {
  content: "";
  background-image: url("../images/Subtract-box.svg");
  width: 100px;
  height: 100px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 0;
}
.choose-plan .plans-box::after {
  content: "";
  background-image: url(../images/Subtract-box.svg);
  width: 100px;
  height: 70px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  bottom: 0;
  transform: rotate(180deg);
  background-position: bottom;
}
.choose-plan .plans-box .business-type {
  background: linear-gradient(-172.7deg, #43a29e 5.95%, #40aed4 95.32%);
  color: white;
  width: 220px;
  height: 220px;
  border: 20px solid #3BBFAD;
  border-radius: 50%;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  line-height: 26px;
}
.choose-plan .plans-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-family: "Samsung Sharp Sans";
  margin-top: 30px;
  margin-bottom: 15px;
}
.choose-plan .plans-box p {
  color: #848484;
  margin-bottom: 0;
}
.choose-plan .plans-box .stars {
  max-width: 20px;
}

.plan-table {
  padding-bottom: 80px;
}
.plan-table tr:first-child td {
  color: #171717;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.plan-table tr:first-child td img {
  width: 18px;
}
.plan-table tr:first-child td h4 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
}
.plan-table tr:first-child td h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.plan-table tr:first-child td h3 span {
  font-size: 14px;
}
.plan-table tr:first-child td p.annual-text {
  color: #A6A6A6;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}
.plan-table tr:first-child td .certify {
  min-height: 82px;
  margin-bottom: 10px;
}
.plan-table tr:first-child td .certify img {
  margin-bottom: 10px !important;
}
.plan-table tr:first-child td .certify p {
  font-size: 12px;
  color: #189535;
  margin: 0;
  white-space: normal;
}
.plan-table tr:first-child td .btn {
  border-radius: 8px;
  border: 1.3px solid #57C8B8;
  color: #57C8B8;
  padding: 8px 24px;
  font-size: 14px;
}
.plan-table tr:first-child td .btn:hover {
  background: linear-gradient(180deg, #43A29E 0%, #40AED4 100%), #FFF;
  color: white;
}
.plan-table tr td {
  padding: 30px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.plan-table tr td .tick-icon {
  max-width: 32px;
}
.plan-table tr td ul {
  transform: rotate(-90deg);
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  gap: 45px;
}
.plan-table tr td ul li {
  color: #014988;
  font-weight: 700;
  font-family: "Samsung Sharp Sans";
}
.plan-table tr td ul li img {
  max-width: 26px;
  transform: rotate(90deg);
}
.plan-table tr td.green {
  color: #189535;
}

.solution-banner {
  background: url("../images/solution-bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 991.5px) {
  .solution-banner {
    background-position: top left;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.solution-banner h1 {
  font-family: "Samsung Sharp Sans";
  font-weight: 600;
  color: #004861;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 55px;
  font-size: 40px;
}
.solution-banner h1 span {
  color: #000;
}
@media (max-width: 991.5px) {
  .solution-banner h1 {
    max-width: 100%;
    font-size: 30px;
  }
}
.solution-banner p {
  color: #525252;
  max-width: 398px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 991.5px) {
  .solution-banner p {
    max-width: 100%;
  }
}
.solution-banner .video-preview {
  border: 6px solid #0793C3;
  border-radius: 6px;
  position: relative;
  background: #0793C3;
  max-width: 364px;
  height: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.solution-banner .video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.solution-banner .video-preview a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: #014988;
  color: white;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  padding-left: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.solution-banner .video-preview a:hover {
  background: #012e55;
}
@media (max-width: 470px) {
  .solution-banner .video-preview {
    width: 100%;
  }
}
.solution-banner .btns {
  display: flex;
  max-width: 364px;
  gap: 10px;
}
@media (max-width: 991.5px) {
  .solution-banner .btns {
    margin-bottom: 30px;
  }
}
.solution-banner .btns .btn1 {
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid transparent;
}
.solution-banner .btns .btn1:hover {
  background: #012e55;
}
.solution-banner .btns .btn2 {
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid #565656;
}
@media (max-width: 991.5px) {
  .solution-banner .btns .btn2 {
    margin-left: 0;
  }
}
.solution-banner .btns .btn2:hover {
  background: #3d3d3d;
  color: white;
}

.grow-grc {
  padding: 80px 0;
}
@media (max-width: 991.5px) {
  .grow-grc {
    padding: 40px 0;
  }
}
.grow-grc h2 {
  color: #171717;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.grow-grc h2 span {
  color: #000;
  position: relative;
}
.grow-grc h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .grow-grc h2 {
    font-size: 25px;
  }
}
.grow-grc p {
  color: #848484;
  font-size: 16px;
  margin-bottom: 25px;
}
.grow-grc .btns {
  display: flex;
  max-width: 364px;
  gap: 10px;
}
.grow-grc .btns .btn1 {
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid transparent;
}
.grow-grc .btns .btn1:hover {
  background: #012e55;
}
.grow-grc .btns .btn2 {
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid #565656;
}
@media (max-width: 991.5px) {
  .grow-grc .btns .btn2 {
    margin-left: 0;
  }
}
.grow-grc .btns .btn2:hover {
  background: #3d3d3d;
  color: white;
}

.contant-section {
  background: url("../images/contact-sec-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 991.5px) {
  .contant-section {
    padding: 40px 0;
  }
}
.contant-section .contact-sec-box {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(231, 231, 231, 0.67);
  padding: 40px;
}
.contant-section .contact-sec-box label {
  color: #011E41;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contant-section .contact-sec-box .form-control, .contant-section .contact-sec-box .form-select {
  border-radius: 7px;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 12px 20px;
  font-size: 12px;
  margin-bottom: 12px;
}
.contant-section .contact-sec-box .form-check .form-check-input {
  margin-top: 6px;
  border-radius: 2px;
  border: 1px solid #7E7E7E;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  box-shadow: none;
}
.contant-section .contact-sec-box .btn {
  padding: 12px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid transparent;
}
@media (max-width: 991.5px) {
  .contant-section .contact-sec-box .btn {
    margin-top: 10px;
  }
}
.contant-section .contact-sec-box .btn:hover {
  background: #012e55;
}
.contant-section .contact-sec-box .contact-text-right {
  display: table;
  width: 100%;
  height: 100%;
  background: url("../images/contact-sec-pattern.svg");
  background-size: 100%;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.contant-section .contact-sec-box .contact-text-right h4 {
  display: table-cell;
  vertical-align: middle;
  color: #011E41;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.contant-section .contact-sec-box .contact-text-right h4 span {
  color: #000;
  position: relative;
}
.contant-section .contact-sec-box .contact-text-right h4 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .contant-section .contact-sec-box .contact-text-right h4 {
    font-size: 25px;
  }
  .contant-section .contact-sec-box .contact-text-right h4 span::after {
    bottom: 4px;
  }
}
@media (max-width: 991.5px) {
  .contant-section .contact-sec-box .contact-text-right {
    display: block;
    margin-bottom: 30px;
  }
}

.perks-benefits {
  background: linear-gradient(180deg, #E3FCF7 0%, rgba(227, 252, 247, 0.55) 100%);
  padding: 70px 0;
}
@media (max-width: 991.5px) {
  .perks-benefits {
    padding: 40px 0;
    padding-bottom: 0;
  }
}
.perks-benefits h2 {
  color: #171717;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.perks-benefits h2 span {
  color: #000;
  position: relative;
}
.perks-benefits h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .perks-benefits h2 {
    font-size: 25px;
  }
}
.perks-benefits .perks {
  position: relative;
  background: linear-gradient(-172.7deg, #43a29e 5.95%, #40aed4 95.32%);
  color: white;
  width: 220px;
  height: 220px;
  border: 20px solid #3BBFAD;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}
.perks-benefits .perks span {
  background: #3BBFAD;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.perks-benefits .perks p {
  margin: 0;
  line-height: 28px;
}
@media (max-width: 991.5px) {
  .perks-benefits .perks {
    margin: auto;
    margin-bottom: 50px;
  }
}

.silent-features {
  background: url("../images/silent-features-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  padding-bottom: 30px;
}
@media (max-width: 991.5px) {
  .silent-features {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  .silent-features .col-lg-4:last-child .features {
    margin-bottom: 0;
  }
}
.silent-features h2 {
  color: #171717;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.silent-features h2 span {
  color: #000;
  position: relative;
}
.silent-features h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .silent-features h2 {
    font-size: 25px;
  }
}
.silent-features .features {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  padding-top: 65px;
  position: relative;
  width: calc(100% - 30px);
  min-height: 250px;
  margin-bottom: 90px;
}
@media (max-width: 991.5px) {
  .silent-features .features {
    margin-left: 15px;
  }
}
.silent-features .features::before {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  position: absolute;
  left: -14px;
  top: 18px;
  z-index: -1;
}
.silent-features .features .icon {
  width: 90px;
  height: 90px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background: #fff;
}
.silent-features .features .icon img {
  width: 100%;
}
.silent-features .features h5 {
  font-size: 18px;
  font-weight: 600;
  color: #011E41;
  margin-bottom: 12px;
}
.silent-features .features p {
  color: #525252;
  font-size: 15px;
  font-family: #000;
  font-weight: 500;
  margin: 0;
}

.brochure {
  background-image: url("../images/brocheude-bg.svg");
  background-size: cover;
  background-position: center;
  background-color: #EFFFFC;
  min-height: 600px;
  padding: 130px 0;
}
@media (max-width: 991.5px) {
  .brochure {
    padding: 40px 0;
  }
}
.brochure h5 {
  color: #011E41;
  font-size: 22px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
.brochure h5::before {
  content: "";
  background-image: url("../images/bro-icon.svg");
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media (max-width: 991.5px) {
  .brochure h5 {
    margin-top: 30px;
  }
}
.brochure .btn {
  padding: 12px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  text-transform: capitalize;
  border: 1px solid transparent;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
}
.brochure .btn:hover {
  background: #012e55;
}

.business-maturity {
  padding: 80px 0;
  background-image: url("../images/grow-scalability-bg.svg");
  background-size: cover;
  background-position: top;
}
@media (max-width: 991.5px) {
  .business-maturity {
    padding: 40px 0;
  }
}
.business-maturity h2 {
  color: #171717;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.business-maturity h2 span {
  color: #000;
  position: relative;
}
.business-maturity h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .business-maturity h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.business-maturity .bmw {
  text-align: center;
}
.business-maturity .bmw p {
  max-width: 350px;
  text-align: center;
  margin: auto;
  margin-bottom: 0;
}

.key-modules {
  padding: 80px 0;
  background-image: url("../images/key-modules-bg.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.5px) {
  .key-modules {
    padding: 40px 0;
  }
}
.key-modules h2 {
  color: #171717;
  font-size: 30px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.key-modules h2 span {
  color: #000;
  position: relative;
}
.key-modules h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
@media (max-width: 991.5px) {
  .key-modules h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.key-modules .modules {
  border-radius: 15px;
  background: #014988;
  cursor: pointer;
  text-decoration: none;
  width: calc(100% - 22px);
  box-shadow: 0px 4px 20px 0px rgba(231, 231, 231, 0.67);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
  font-family: "Samsung Sharp Sans";
  margin-bottom: 20px;
  text-transform: capitalize;
}
.key-modules .modules::before {
  content: "";
  border-radius: 5.5px;
  background: #44DAC6;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.key-modules .modules::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/module-icon.svg");
  background-size: 50px;
  background-repeat: no-repeat;
}
.key-modules .modules:hover::before {
  background: #fff;
}
.key-modules .col-lg-3:last-child .modules {
  margin-bottom: 0;
}

.buy-banner {
  background: url(../images/buy-now-bg.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.5px) {
  .buy-banner {
    padding: 40px 0;
  }
}
.buy-banner::before {
  content: "";
  position: absolute;
  background-image: url("../images/buy-before.svg");
  width: 100%;
  height: 500px;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.buy-banner h1 {
  font-family: "Samsung Sharp Sans";
  font-weight: 600;
  color: #004861;
  text-transform: capitalize;
  line-height: 55px;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991.5px) {
  .buy-banner h1 {
    max-width: 100%;
    font-size: 30px;
  }
}
.buy-banner .b-text {
  color: #848484;
  font-size: 20px;
  max-width: 467px;
  margin-bottom: 15px;
}
.buy-banner .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buy-banner .price p {
  margin-right: 15px;
  margin-bottom: 0;
}
.buy-banner .price p:first-child {
  color: #B0B0B0;
  font-size: 25px;
  text-decoration: line-through;
}
.buy-banner .price p:nth-child(2) {
  color: #004861;
  font-size: 50px;
  font-family: "Samsung Sharp Sans";
  font-weight: 800;
}
.buy-banner .price img {
  max-width: 110px;
}
.buy-banner .btn1 {
  padding: 12px 20px;
  background: #014988;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  min-width: 144px;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  border: 1px solid transparent;
  margin-top: 15px;
}
.buy-banner .btn1:hover {
  background: #012e55;
}
.buy-banner .btn2 {
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Samsung Sharp Sans";
  text-transform: capitalize;
  margin-top: 15px;
  border: 1px solid #565656;
}
@media (max-width: 991.5px) {
  .buy-banner .btn2 {
    margin-left: 0;
  }
}
.buy-banner .btn2:hover {
  background: #3d3d3d;
  color: white;
}

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #D6F8F3;
  font-family: "Samsung Sharp Sans";
  font-weight: 600;
}

.switch-wrapper [type=radio] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly],
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly] {
  color: #fff;
  background: transparent;
}

.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly]:hover,
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly]:hover {
  background: transparent;
}

.switch-wrapper [type=radio]:checked#monthly + label[for=yearly] ~ .highlighter {
  transform: none;
}

.switch-wrapper [type=radio]:checked#yearly + label[for=monthly] ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 12px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 5px;
  transition: color 0.25s ease-in-out;
  text-align: center;
  color: #73a8b8;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 8px;
  background: #014988;
  transition: transform 0.25s ease-in-out;
}

.price-list {
  padding: 100px 0;
}
.price-list .price-box {
  width: calc(100% - 15px);
  padding: 30px 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  padding-bottom: 80px;
}
.price-list .price-box::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1;
}
.price-list .price-box h3 {
  border-radius: 10px;
  background: linear-gradient(180deg, #43A29E 0%, #40AED4 100%), #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 22px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
}
.price-list .price-box h5 {
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.price-list .price-box p {
  color: #565656;
  font-size: 18px;
  margin-bottom: 40px;
}
.price-list .price-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.price-list .price-box ul li {
  position: relative;
  color: #565656;
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 15px;
}
.price-list .price-box ul li:last-child {
  margin-bottom: 0;
}
.price-list .price-box ul li::before {
  content: "";
  background-image: url("../images/liafter.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(90deg);
}
.price-list .price-box .btn {
  border-radius: 7px;
  border: 1px solid #014988;
  background: #FFF;
  color: #014988;
  font-size: 15px;
  width: calc(100% - 40px);
  padding: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
}
.price-list .price-box .btn:hover {
  background: linear-gradient(180deg, #43A29E 0%, #40AED4 100%), #FFF;
  color: white;
}
@media (max-width: 991.5px) {
  .price-list .price-box {
    margin-bottom: 45px;
    height: auto;
  }
}

.how-buy {
  padding: 75px 0;
  background: url(../images/how-works-bg.svg);
  background-size: cover;
  background-position: center;
}
.how-buy h2 {
  color: #011E41;
  text-align: center;
  font-size: 35px;
  font-family: "Samsung Sharp Sans";
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.how-buy h2 span {
  color: #000;
  position: relative;
}
.how-buy h2 span::after {
  content: "";
  background: #014988;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.how-buy .desc {
  text-align: center;
  margin: auto;
  max-width: 600px;
  display: block;
  font-size: 18px;
  margin-bottom: 40px;
}
.how-buy .video-prew {
  border-radius: 21.14px;
  background: #FFF;
  box-shadow: 0px 2.1139712334px 35.9375114441px 0px rgba(59, 191, 173, 0.25);
  padding: 20px;
  position: relative;
}
.how-buy .video-prew h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.how-buy .video-prew .video-preview {
  height: 200px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  background: #0793C3;
}
.how-buy .video-prew .video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.how-buy .video-prew .video-preview a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: white;
  color: #014988;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  padding-left: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.how-buy .video-prew .video-preview a:hover {
  background: #012e55;
  color: white;
}
.how-buy .prew1 {
  margin-bottom: 20px;
  position: relative;
}
.how-buy .prew1::before {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 180px;
  height: 180px;
  border-radius: 14px;
  background: #014988;
}
.how-buy .prew2 {
  margin-bottom: 20px;
  position: relative;
}
.how-buy .prew2::before {
  content: "";
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 180px;
  height: 180px;
  border-radius: 14px;
  background: #014988;
}

.contact-details .contact-info label {
  color: #727272;
}
.contact-details .contact-info p {
  font-size: 16px;
  font-weight: bold;
  color: #014988;
}
.contact-details .contact-info img {
  margin-top: 5px;
}

/*# sourceMappingURL=style.css.map */
