/**
* Template Name: sVang - v1.0.0
* Template URL: https://www.svang.app
* Author: svang.app
*/

@font-face {
  font-family: 'Typewriter-Serial-Regular';
  src: url("../assets/fonts/Typewriter-Serial-Regular.eot");
  src: url("../assets/fonts/Typewriter-Serial-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Typewriter-Serial-Regular.woff2") format("woff2"), url("../assets/fonts/Typewriter-Serial-Regular.woff") format("woff"), url("../assets/fonts/Typewriter-Serial-Regular.ttf") format("truetype"), url("../assets/fonts/Typewriter-Serial-Regular.svg#Typewriter-Serial-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #212424;
  background-color: #F9ECE4;
  font-size: 18px;
  line-height: 26px;
}

body .container {
  max-width: 1570px;
}

body p {
  font-weight: 500;
}

a {
  color: #212121;
}

strong {
  font-weight: 600;
}

ul, li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Branch-Regular";
  color: #0A3035;
  margin: 0;
}

h1 {
  font-size: 80px;
  line-height: 100px;
}

@media (max-width: 1280px) {
  h1 {
    font-size: 66px;
    line-height: 88px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    line-height: normal;
  }
}

h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 36px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #212121;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #353535;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 118px;
}

.default-color {
  color: #343a40 !important;
}

/*** 12/02/2021 css start ***/
div#myModalpopup {
  padding-right: 0 !important;
  z-index: 1111111;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 30px;
  width: auto;
  height: auto;
  -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}

@media (max-width: 767px) {
  div#myModalpopup {
    right: 5px;
  }
}

div#myModalpopup .modal-dialog {
  max-width: 350px;
}

div#myModalpopup .contact .email-form input, div#myModalpopup .contact .onboard-form input {
  padding: 15px 15px;
}

div#myModalpopup .contact .onboard-form textarea {
  height: 85px;
}

div#myModalpopup .contact .email-form button[type="submit"], div#myModalpopup .contact .onboard-form button[type="submit"] {
  padding: 8px 24px;
}

div#myModalpopup .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

div#myModalpopup .container {
  padding: 0;
  max-width: 767px;
}

div#myModalpopup .modal-dialog {
  /*  max-width: 100%;*/
  margin-left: 0;
  margin-right: 0;
}

div#myModalpopup .modal-dialog .modal-title {
  font-size: 18px;
}

@media (max-width: 767px) {
  div#myModalpopup .modal-dialog .modal-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

div#myModalpopup .modal-dialog p {
  font-size: 14px;
}

div#myModalpopup .close {
  opacity: 1;
  font-size: 27px;
  padding: 10px 20px;
}

div#myModalpopup .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
}

.pac-container.pac-logo {
  z-index: 1111111;
}

section#contact .section-title p {
  font-size: 18px;
  padding-bottom: 24px;
  line-height: 22px;
}

@media (max-width: 767px) {
  section#contact .section-title p {
    font-size: 16px;
  }
}

section#contact label {
  color: #343a40;
  font-size: 16px;
  font-weight: 700;
}

section#contact form {
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  section#contact form {
    width: 80%;
  }
}

@media (max-width: 767px) {
  section#contact form {
    padding: 20px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  section#contact form {
    padding: 0px;
    width: 100%;
  }
}

section#contact form input, section#contact form textarea {
  height: auto;
  border-radius: 10px;
  padding: 13.5px 10px;
  border: 1px solid #e5e5e5;
  font-family: "Montserrat", sans-serif;
}

.pricing_page_contact {
  background: #f3f3f3;
}

.pricing_page_contact .contact .info {
  padding: 20px 40px;
  background: transparent;
  color: #343a40;
  text-align: center;
  border: 0px solid #fff;
}

.orange_btn {
  background-color: #F79254;
  border: 1px solid #F79254;
  transition: 0.3s;
  padding: 21px 30px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.orange_btn:hover {
  color: #fff;
  background-color: #EB7A35;
  border-radius: 50px 10px 50px 50px;
}

@media (max-width: 1199px) {
  .orange_btn {
    padding: 12px 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .orange_btn {
    margin-bottom: 10px;
  }
}

.brown_btn {
  background-color: #3C2222;
  border-color: #3C2222;
}

.brown_btn:hover {
  background-color: #593030;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 1;
  transition: all 0.5s;
  padding: 31px 0;
  background: #F9ECE4;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #212121;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 60px;
}

.header-transparent .nav-menu {
  display: none !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #5777ba;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #fd8135;
  color: #fff;
  border-radius: 5px;
  padding: 13px 28px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-menu .get-started a:hover {
  background: #353535;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #212121;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.front-page button.mobile-nav-toggle.d-lg-none {
  display: none;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 35px;
  z-index: 11;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #212121;
}

.mobile-nav {
  position: fixed;
  top: 63px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #212121;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.university_page_modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.university_page_modal .modal-content {
  padding: 20px 20px 20px;
}

@media (max-width: 479px) {
  .university_page_modal .modal-content {
    padding: 15px 0;
  }
}

.university_page_modal .modal-header {
  border: none;
  padding: 20px 15px 0px;
  display: block;
  text-align: center;
}

.university_page_modal .modal-body input {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  height: 45px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  border-radius: 0;
  border: 1px solid;
}

.university_page_modal .modal-body p {
  text-align: center;
  margin-top: 8px;
  color: #00a73b;
}

.university_page_modal .modal-header .close {
  margin: 0;
  position: absolute;
  right: -3px;
  top: -10px;
  font-size: 30px;
  font-weight: normal;
  opacity: 1;
}

.university_page_modal .col-12 {
  padding: 0;
}

.university_page_modal button.btn {
  background-color: #fe8302;
  color: #fff;
  font-size: 18px;
  padding: 8px 25px;
  width: 100%;
  font-weight: 600;
}

.university_page_modal h5 {
  margin: 15px 0 5px;
  color: #000;
  font-size: 18px;
}

.university_page_modal p {
  margin-bottom: 0;
  font-size: 18px;
}

li.get-started {
  margin: 0 0 0 60px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  margin-bottom: -75px;
}

#hero::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #878787;
  transform: skewY(135deg);
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  color: #000000;
  font-family: "Branch-Regular";
}

#hero h2 {
  color: #212121;
  margin-bottom: 50px;
  font-size: 18px;
}

#hero .download-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #fe8302;
  position: relative;
}

#hero .download-btn:hover {
  background: #212121;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin-left: 20px;
}

#hero .bannerSlides {
  display: none;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  section {
    padding: 15px 0;
  }
}

.section-bg {
  background-color: #8f8f8f;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #212424;
  font-size: 18px;
}

.section-title .title_border {
  position: relative;
  z-index: 1;
}

.section-title .title_border:after {
  content: '';
  background-color: rgba(255, 145, 77, 0.5);
  height: 11px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .section-title .title_border:after {
    bottom: 3px;
    height: 6px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding-bottom: 5px;
  }
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .section-title h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section-title h3 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 25px !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 43px 0;
  background-color: #f0f2f4;
  min-height: 40px;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 30px 0;
  }
}

.breadcrumbs h1 {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 11px;
}

@media (max-width: 991px) {
  .breadcrumbs h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs h1 {
    font-size: 26px;
    margin-bottom: 6px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .breadcrumbs ol {
    font-size: 16px;
  }
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #64666e;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #64666e;
  content: "/";
}

.breadcrumbs ol a {
  color: #64666e;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 28px;
  font-weight: 400;
  margin: 5px 0 10px 60px;
  color: #212121;
}

.features .content .icon-box i {
  font-size: 56px;
  float: left;
  color: #212121;
}

.features .content .icon-box p {
  font-size: 16px;
  color: #2d3131;
  margin-left: 60px;
}

.features .content .icon-box ul, .features .content .icon-box ol {
  margin-left: 40px;
  color: #393f3f;
}

.features .content .icon-box-small {
  margin-top: 5px;
}

.features .content .icon-box-small h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box-small i {
  font-size: 24px;
  float: left;
  color: #212121;
}

.features .content .icon-box-small p {
  font-size: 16px;
  color: #5e6767;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .features .img-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .features .content {
    padding: 10px 0;
  }
  .features .icon-box {
    margin-top: 0;
  }
  .features .icon-box h4 {
    font-size: 18px !important;
  }
  .features .icon-box i {
    font-size: 40px !important;
  }
  .features .icon-box p {
    font-size: 14px !important;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #fe8302;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #212121;
}

.details .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .details .content + .content {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.gallery .owl-item {
  transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8c8c8c !important;
}

.gallery .owl-dot.active {
  background-color: #212121 !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    border: 6px solid #212121;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #878787;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #212121 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #212121;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing h6 {
  font-size: 16px;
  color: #64666e;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  margin-bottom: 15px;
}

.pricing h6 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  min-height: 220px;
}

@media (max-width: 992px) {
  .pricing ul {
    min-height: auto;
  }
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #212121;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #fe8302;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #212121;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #212121;
}

.pricing .featured .get-started-btn:hover {
  background: #353535;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #616161;
}

.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #000000;
}

.faq .accordion-list a.collapsed:hover {
  color: #212121;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 0px 0 0;
  overflow: visible;
}

.contact .scheduleDemo_title {
  top: -72px;
}

@media (max-width: 1199px) {
  .contact .scheduleDemo_title {
    top: -130px;
  }
}

@media (max-width: 1024px) {
  .contact .scheduleDemo_title {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .contact {
    padding: 60px 0 0;
  }
}

@media (max-width: 1024px) {
  .contact {
    padding: 60px 0 0;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 30px 0 0;
  }
}

.contact .section-title {
  padding-bottom: 0;
}

.contact .info {
  padding: 0px 12px;
  background: white;
  color: #000000;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #212121;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #343a40;
}

.contact .info p, .contact .info a {
  font-size: 16px;
  color: #64666e;
}

.contact .email-form, .contact .onboard-form {
  width: 100%;
}

.contact .email-form .validate, .contact .onboard-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .email-form .error-message, .contact .onboard-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .error-message br + br, .contact .onboard-form .error-message br + br {
  margin-top: 25px;
}

.contact .email-form .sent-message, .contact .onboard-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading, .contact .onboard-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before, .contact .onboard-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form label, .contact .onboard-form label {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  color: #525959;
}

.contact .email-form input, .contact .email-form textarea, .contact .onboard-form input, .contact .onboard-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .email-form input::focus, .contact .email-form textarea::focus, .contact .onboard-form input::focus, .contact .onboard-form textarea::focus {
  background-color: #212121;
}

.contact .email-form input, .contact .onboard-form input {
  padding: 20px 15px;
}

.contact .email-form textarea, .contact .onboard-form textarea {
  padding: 12px 15px;
}

.contact .email-form button[type="submit"], .contact .onboard-form button[type="submit"] {
  border: 1px solid #fe8302;
  transition: 0.3s;
  padding: 21px 30px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
  background-color: #fe8302;
}

.contact .email-form button[type="submit"]:hover, .contact .onboard-form button[type="submit"]:hover {
  background-color: #EB7A35;
  border-radius: 50px 10px 50px 50px;
}

@media (max-width: 767px) {
  .contact .email-form button[type="submit"], .contact .onboard-form button[type="submit"] {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .contact .email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service We Offer
--------------------------------------------------------------*/
.service_offer h4 {
  font-family: "Branch-Regular";
  font-size: 20px;
  color: #343a40;
  margin: 26px 0 13px;
}

.service_offer p {
  color: #64666e;
  line-height: 19px;
  margin-bottom: 27px;
}

.how_work_img {
  position: relative;
  padding-top: 168px;
  padding-bottom: 200px;
}

.how_work_img .how_work_block {
  position: absolute;
  top: 0;
  left: 0;
}

.how_work_img .how_work_block h5 {
  font-size: 16px;
  color: #343a40;
  font-weight: 800;
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  .how_work_img .how_work_block h5 {
    font-size: 14px;
  }
}

.how_work_img .block_1 {
  top: 59%;
  right: auto;
  left: 17%;
}

@media (max-width: 1199px) {
  .how_work_img .block_1 {
    left: 10.7%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_1 {
    left: 9.7%;
    top: 61%;
  }
}

.how_work_img .block_1 .box_line {
  background-image: url(../img/line_7.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 286px;
  height: 112px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_1 .box_line {
    width: 200px;
  }
}

.how_work_img .block_1 .block_text_box {
  position: absolute;
  right: -98px;
  top: 54%;
  left: 0;
  margin-left: -169%;
}

.how_work_img .block_1 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_7.png);
}

.how_work_img .block_2 {
  top: 72%;
  left: 31%;
}

@media (max-width: 1199px) {
  .how_work_img .block_2 {
    left: 28%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_2 {
    left: 26%;
    top: 67%;
  }
}

.how_work_img .block_2 .box_line {
  background-image: url(../img/line_6.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 163px;
  height: 165px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_2 .box_line {
    width: 110px;
    height: 100px;
  }
}

.how_work_img .block_2 .block_text_box {
  position: absolute;
  right: -98px;
  top: 100%;
  left: 0;
  margin-left: -153%;
}

.how_work_img .block_2 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_6.png);
}

.how_work_img .block_3 {
  top: 75%;
  left: 49.4%;
}

@media (max-width: 991px) {
  .how_work_img .block_3 {
    top: 69%;
  }
}

.how_work_img .block_3 .box_line {
  background-image: url(../img/line_5.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 8px;
  height: 168px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_3 .box_line {
    height: 98px;
  }
}

.how_work_img .block_3 .block_text_box {
  position: absolute;
  right: -98px;
  top: 100%;
  left: 100%;
  margin-left: -100px;
}

.how_work_img .block_3 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_5.png);
  width: 12px;
  height: 164px;
}

.how_work_img .block_4 {
  top: 72%;
  left: 54%;
}

@media (max-width: 991px) {
  .how_work_img .block_4 {
    top: 67%;
    left: 57%;
  }
}

.how_work_img .block_4 .box_line {
  background-image: url(../img/line_4.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 163px;
  height: 165px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_4 .box_line {
    width: 110px;
    height: 100px;
  }
}

.how_work_img .block_4 .block_text_box {
  position: absolute;
  right: -98px;
  top: 100%;
  left: 37%;
}

.how_work_img .block_4 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_4.png);
}

.how_work_img .block_5 {
  top: inherit;
  left: inherit;
  right: 43.5%;
  bottom: 41%;
}

@media (max-width: 1199px) {
  .how_work_img .block_5 {
    right: 42%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_5 {
    right: 39%;
    bottom: 38%;
  }
}

.how_work_img .block_5 .box_line {
  background-image: url(../img/line_3.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 286px;
  height: 112px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_5 .box_line {
    width: 177px;
  }
}

.how_work_img .block_5 .block_text_box {
  position: absolute;
  right: -96px;
  top: 51%;
  left: 100%;
}

.how_work_img .block_5 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_3.png);
}

.how_work_img .block_6 {
  top: 34%;
  left: inherit;
  right: 43.4%;
}

@media (max-width: 1199px) {
  .how_work_img .block_6 {
    right: 42%;
    top: 35%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_6 {
    right: 39%;
    top: 39%;
  }
}

.how_work_img .block_6 .box_line {
  background-image: url(../img/line_2.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 357px;
  height: 55px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .how_work_img .block_6 .box_line {
    width: 293px;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_6 .box_line {
    width: 177px;
    height: 45px;
  }
}

.how_work_img .block_6 .block_text_box {
  position: absolute;
  right: -96px;
  top: -38%;
  left: 100%;
}

.how_work_img .block_6 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_2.png);
}

.how_work_img .block_7 {
  top: 24%;
  left: inherit;
  right: 43.5%;
}

@media (max-width: 1199px) {
  .how_work_img .block_7 {
    right: 42%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_7 {
    right: 39%;
  }
}

.how_work_img .block_7 .box_line {
  background-image: url(../img/line_1.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 118px;
  height: 128px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .how_work_img .block_7 .box_line {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_7 .box_line {
    width: 90px;
  }
}

.how_work_img .block_7 .block_text_box {
  position: absolute;
  right: -96px;
  top: -38%;
  left: 100%;
}

.how_work_img .block_7 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_1.png);
}

.how_work_img .block_8 {
  top: 34%;
  right: auto;
  left: 10.7%;
}

@media (max-width: 1199px) {
  .how_work_img .block_8 {
    left: 8.7%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_8 {
    left: 14.7%;
    top: 39%;
  }
}

.how_work_img .block_8 .box_line {
  background-image: url(../img/line_8.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 357px;
  height: 55px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .how_work_img .block_8 .box_line {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_8 .box_line {
    width: 162px;
    height: 45px;
  }
}

.how_work_img .block_8 .block_text_box {
  position: absolute;
  right: -98px;
  top: -76%;
  left: 0;
  margin-left: -155%;
}

@media (max-width: 991px) {
  .how_work_img .block_8 .block_text_box {
    margin-left: -222%;
  }
}

.how_work_img .block_8 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_8.png);
}

.how_work_img .block_9 {
  top: 24%;
  right: auto;
  left: 32%;
}

@media (max-width: 1199px) {
  .how_work_img .block_9 {
    left: 28.7%;
  }
}

@media (max-width: 991px) {
  .how_work_img .block_9 {
    left: 22.7%;
  }
}

.how_work_img .block_9 .box_line {
  background-image: url(../img/line_9.png);
  margin-top: 22.4%;
  margin-left: 0;
  width: 118px;
  height: 127px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .how_work_img .block_9 .box_line {
    width: 104px;
    height: 130px;
  }
}

.how_work_img .block_9 .block_text_box {
  position: absolute;
  right: -98px;
  top: -33%;
  left: 0;
  margin-left: -263%;
}

@media (max-width: 991px) {
  .how_work_img .block_9 .block_text_box {
    margin-left: -287%;
  }
}

.how_work_img .block_9 .hover_div:hover .box_line {
  background-image: url(../img/hover_line_9.png);
}

.how_work_img .hover_icon {
  display: none;
}

.how_work_img .block_img {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 5px rgba(52, 58, 64, 0.15);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: auto;
}

@media (max-width: 767px) {
  .how_work_img .block_img {
    margin: 0;
  }
}

.how_work_img .hover_div {
  top: 70%;
  bottom: auto;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.how_work_img .hover_div:hover .hover_icon {
  display: block;
}

.how_work_img .hover_div:hover .normal_icon {
  display: none;
}

.how_work_img .hover_div:hover .block_img {
  background-color: #fd8135;
}

.how_work_img .hover_div:hover h5 {
  color: #fd8135;
}

.how_work_img.mobile_view {
  padding-top: 20px;
  padding-bottom: 0;
}

.how_work_img.mobile_view .how_work_mobile_img {
  width: 165px;
  display: inline-block;
  float: left;
  text-align: center;
}

.how_work_img.mobile_view .how_work_mobile_content {
  display: inline-block;
  width: calc(100% - 165px);
  padding-top: 163px;
  margin-left: -126px;
}

@media (max-width: 420px) {
  .how_work_img.mobile_view .how_work_mobile_content {
    width: calc(100% - 120px);
    padding-top: 162px;
    margin-left: -132px;
  }
}

.how_work_img.mobile_view .how_work_block {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 420px) {
  .how_work_img.mobile_view .how_work_block {
    margin-bottom: 25px;
  }
}

.how_work_img.mobile_view .how_work_block h5 {
  padding-left: 10px;
  margin: 0;
}

@media (max-width: 420px) {
  .how_work_img.mobile_view .how_work_block img {
    max-width: 86px;
  }
}

@media (max-width: 767px) {
  #header.header-transparent {
    background: #fff;
  }
}

.why-service-offer {
  background: #f9ece4;
  padding-top: 0px;
  padding-bottom: 147px;
  position: relative;
  overflow: visible;
}

@media (max-width: 1199px) {
  .why-service-offer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .why-service-offer {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .why-service-offer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    overflow: hidden;
  }
}

.why-service-offer .why-serive-bg {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}

@media (max-width: 991px) {
  .why-service-offer .why-serive-bg {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .why-service-offer .why-serive-bg {
    margin-bottom: 15px;
  }
}

.why-service-offer .why-serive-bg a {
  display: inline-block;
  width: 100%;
}

.why-service-offer .why-serive-bg .service_img {
  width: 81px;
  height: 81px;
  background-color: #f3f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.why-service-offer .why-serive-bg .hover_img {
  display: none;
}

.why-service-offer .why-serive-bg h4 {
  margin: 24px 0 8px;
  font-size: 24px;
  color: #343a40;
  font-weight: 700;
  font-family: "Branch-Regular";
}

@media (max-width: 1199px) and (min-width: 992px) {
  .why-service-offer .why-serive-bg h4 {
    min-height: 55px;
  }
}

@media (max-width: 991px) {
  .why-service-offer .why-serive-bg h4 {
    font-size: 20px;
  }
}

.why-service-offer .why-serive-bg p {
  line-height: 24px;
  margin-bottom: 0px;
  min-height: 72px;
}

@media (max-width: 1199px) {
  .why-service-offer .why-serive-bg p {
    min-height: 120px;
  }
}

@media (max-width: 991px) {
  .why-service-offer .why-serive-bg p {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .why-service-offer .why-serive-bg p {
    min-height: 0;
  }
}

.why-service-offer .why-serive-bg:hover {
  box-shadow: 0px 0px 10px 5px rgba(52, 58, 64, 0.1);
}

.why-service-offer .why-serive-bg:hover .service_img {
  background-color: #343a40;
}

.why-service-offer .why-serive-bg:hover .hover_img {
  display: block;
}

.why-service-offer .why-serive-bg:hover .icon_img {
  display: none;
}

.why-service-offer #tabs {
  position: absolute;
  top: 100px;
  left: 50vw;
  border: none;
}

@media (max-width: 1199px) {
  .why-service-offer #tabs {
    position: relative;
    top: inherit;
    left: inherit;
    border: none;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.why-service-offer #tabs li a {
  color: #343a40;
  font-size: 16px;
  border: none;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 14px;
}

.why-service-offer #tabs li a:hover {
  background-color: #fd8135;
  color: #fff !important;
}

.why-service-offer .card {
  background-color: transparent;
}

.why-service-offer .card-body {
  padding: 0;
}

.why-service-offer .nav-tabs .nav-link.active {
  background-color: #fd8135;
  color: #fff !important;
}

.why-service-offer .section-title {
  padding-bottom: 15px;
}

.why-service-offer .tab-content > .tab-pane {
  border: 0;
}

.why-service-offer .card-header {
  margin-bottom: 10px;
}

.why-how-works {
  padding: 90px 0px 165px;
  background-color: #fff;
  background-image: url("../img/why_svang.png");
  background-repeat: no-repeat;
  background-position: left;
  min-height: 873px;
  background-size: 31%;
}

@media (max-width: 1460px) {
  .why-how-works {
    background-size: 30%;
  }
}

@media (max-width: 991px) {
  .why-how-works {
    background-image: none;
    min-height: auto;
    padding: 60px 0px 90px;
  }
}

@media (max-width: 991px) {
  .why-how-works .col-md-4 {
    display: none;
  }
}

@media (max-width: 991px) {
  .why-how-works .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .why-how-works .tab_table-wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
  }
}

.why-how-works .tab_table-wrapper .nav-tabs {
  border-bottom: 2px solid rgba(88, 170, 182, 0.3);
}

@media (max-width: 1024px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    position: relative;
  }
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(2) .nav-link::after, .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(4) .nav-link::after {
    height: 25px;
    width: 1px;
    content: '';
    position: absolute;
    background-color: #bdbdbd;
    left: 20px;
  }
}

@media (max-width: 1024px) and (max-width: 991px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(2) .nav-link::after, .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(4) .nav-link::after {
    left: 60px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(2) .nav-link::after, .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(4) .nav-link::after {
    left: 5px;
  }
}

@media (max-width: 1024px) and (max-width: 575px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(2) .nav-link::after, .why-how-works .tab_table-wrapper .nav-tabs .nav-item:nth-child(4) .nav-link::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-item {
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
}

.why-how-works .tab_table-wrapper .nav-tabs .nav-link {
  border: 0px;
  padding: 12px 10px;
}

@media (max-width: 1640px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-link {
    padding: 12px 08px;
  }
}

@media (max-width: 1460px) {
  .why-how-works .tab_table-wrapper .nav-tabs .nav-link {
    padding: 12px 06px;
  }
}

.why-how-works .tab_table-wrapper .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 5px solid #f79254;
  color: #f79254;
}

.why-how-works .tab_table-wrapper .nav-tabs .nav-link:hover {
  color: #f79254;
}

.why-how-works .tab_table-wrapper table.table {
  margin-top: 25px;
  border-top: 0px;
}

.why-how-works .tab_table-wrapper table.table thead tr:first-child td {
  border: 0px;
  background-color: #fff;
  padding: 0px;
}

.why-how-works .tab_table-wrapper table.table thead tr:last-child {
  border: 1px solid #ececec;
  border-top: 0px;
}

.why-how-works .tab_table-wrapper table.table thead tr th {
  width: 50%;
  font-size: 20px;
  font-weight: 600;
  padding: 17px 25px;
  border: 0px !important;
  background-color: #EBEBEB;
}

@media (max-width: 1460px) {
  .why-how-works .tab_table-wrapper table.table thead tr th {
    font-size: 18px;
  }
}

.why-how-works .tab_table-wrapper table.table thead tr th:nth-child(2) {
  background: rgba(247, 146, 84, 0.15);
  color: #EB7A35;
}

.why-how-works .tab_table-wrapper table.table tbody {
  border: 1px solid #ececec;
}

.why-how-works .tab_table-wrapper table.table td {
  padding: 25px 25px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1460px) {
  .why-how-works .tab_table-wrapper table.table td {
    font-size: 16px;
  }
}

.why-how-works .tab_table-wrapper table.table td:last-child {
  background: rgba(247, 146, 84, 0.15);
}

.why-how-works .tab_table-wrapper table.table td ul li {
  padding-left: 15px;
  position: relative;
  font-weight: 600;
}

@media (max-width: 1460px) {
  .why-how-works .tab_table-wrapper table.table td ul li {
    font-size: 16px;
  }
}

.why-how-works .tab_table-wrapper table.table td ul li::after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #212424;
  left: 0;
  top: 18px;
}

.why-how-works p {
  padding-right: 45px;
}

@media (max-width: 767px) {
  .why-how-works p {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.why-how-works h4 {
  font-weight: 900;
  color: #343a40;
  font-size: 30px;
}

.why-how-works h4 .orange_text {
  color: #fd8135;
  font-weight: 900;
}

@media (max-width: 767px) {
  .why-how-works h4 {
    font-size: 20px;
  }
}

.why-how-works ul {
  padding: 0;
  margin: 0;
}

.why-how-works ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  color: #343a40;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 8px;
  padding-bottom: 0px;
}

@media (max-width: 1640px) {
  .why-how-works ul li {
    font-size: 17px;
  }
}

@media (max-width: 1460px) {
  .why-how-works ul li {
    font-size: 16px;
  }
}

.why-how-works ul li:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .why-how-works ul li {
    margin-right: 0;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .why-how-works {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .why-how-works {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .why-how-works {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}

.service_inner_section {
  padding: 92px 0 100px;
}

@media (max-width: 1199px) {
  .service_inner_section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .service_inner_section {
    padding: 30px 0;
  }
}

.service_inner_section .section-title {
  max-width: 810px;
  margin: auto;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .service_inner_section .section-title {
    max-width: 100%;
  }
}

.service_inner_section .section-title h2 {
  font-weight: 500;
  font-size: 30px;
  color: #343a40;
}

@media (max-width: 991px) {
  .service_inner_section .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .service_inner_section .section-title h2 {
    font-size: 22px;
  }
}

.service_inner_section .content .service_inner_text {
  padding-left: 58px;
}

@media (max-width: 1199px) {
  .service_inner_section .content .service_inner_text {
    padding-left: 15px;
  }
}

.service_inner_section .content .service_inner_text .section-title {
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.service_inner_section .content .service_inner_text .section-title h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .service_inner_section .content .service_inner_text .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .service_inner_section .content .service_inner_text .section-title h2 {
    font-size: 24px;
  }
}

.service_inner_section .content .service_inner_text_reverse {
  padding-right: 64px;
}

@media (max-width: 1199px) {
  .service_inner_section .content .service_inner_text_reverse {
    padding-right: 15px;
  }
}

.service_inner_section .content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #343a40;
}

@media (max-width: 767px) {
  .service_inner_section .content h3 {
    font-size: 22px !important;
  }
}

.service_inner_section .content p {
  font-size: 18px;
  color: #64666e;
}

@media (max-width: 767px) {
  .service_inner_section .content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service_inner_section .content img {
    margin: 0 auto 20px;
    display: block;
  }
}

.service_inner_section .content ul li {
  font-size: 16px;
  background-image: url(../img/bullet_icon.png);
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position: 0% 10%;
  padding-bottom: 6px;
}

.service_inner_section .content h5 {
  background-image: url(../img/bullet_icon.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position: 0% 50%;
  font-size: 18px;
  font-weight: 800;
  color: #343a40;
}

.service_inner_section .content .online_ordering_text p {
  font-size: 16px;
  padding-left: 22px;
}

.service_inner_section .content .online_ordering_text .col-lg-6 {
  margin-bottom: 17px;
}

.service_inner_section .content + .content {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .service_inner_section .content + .content {
    margin-top: 40px;
  }
}

.online_ordering_section .service_inner_text {
  padding: 15px !important;
}

.how_work_block.block_3.text-center.aos-init.aos-animate {
  z-index: 1111;
}

#hero-banner button.orange-btn {
  border: 0;
  padding: 11px 19px;
  outline: none;
}

#hero-banner a.learn-more-btn {
  background-color: #fd8135;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14.5px 19px;
  border-radius: 5px;
  border: 0;
  outline: none;
}

.calendly-overlay {
  background-color: rgba(31, 31, 31, 0.9);
}

@media (max-width: 479px) {
  #hero-banner button.orange-btn {
    padding: 10px 15px;
  }
}

#blog li b {
  font-family: "Branch-Regular";
}

#new_home {
  background-image: url(../img/new_home_bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 42px;
  padding-top: 116px;
}

@media (max-width: 1199px) {
  #new_home {
    padding-bottom: 0px;
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  #new_home {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  #new_home {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #new_home .row {
    flex-direction: column-reverse;
  }
}

#new_home .main_page_btn ul li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  #new_home .main_page_btn ul li {
    margin-right: 0;
  }
}

#new_home p {
  padding: 18px 0 62px;
}

@media (max-width: 1199px) {
  #new_home p {
    padding: 18px 0 18px;
  }
}

#header.new_header.header-scrolled {
  background: transparent;
  box-shadow: none;
}

#header.new_header {
  background: transparent;
}

#header.new_header .logo img {
  max-height: 100%;
}

@media (max-width: 1199px) {
  #header.new_header .logo img {
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  #header.new_header .logo img {
    max-width: 40%;
  }
}

.university_title {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .university_title {
    padding-top: 00px;
  }
}

@media (max-width: 767px) {
  .university_title {
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .section-title.university_title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-title.university_title h2 {
    font-size: 22px;
  }
}

#svang-student-campus-section {
  padding: 50px 0 73px;
}

#svang-student-campus-section h2 {
  font-weight: 800;
  color: #000;
}

@media (max-width: 1024px) {
  #svang-student-campus-section {
    padding: 50px 0 60px;
  }
}

@media (max-width: 767px) {
  #svang-student-campus-section {
    padding: 40px 0 40px;
  }
}

@media (max-width: 575px) {
  #svang-student-campus-section {
    padding: 30px 0 10px;
  }
}

#svang-student-campus-section h3 {
  font-size: 24px;
  font-family: "Branch-Regular";
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  #svang-student-campus-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#svang-student-campus-section p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-top: 24px;
}

#svang-student-campus-section .you_exactly {
  background-color: #f3f6fa;
  padding: 28px 26px 23px 28px;
  border-radius: 16px;
  height: 100%;
}

@media (max-width: 849px) {
  #svang-student-campus-section .you_exactly {
    padding: 20px 15px 20px 15px;
  }
}

@media (max-width: 767px) {
  #svang-student-campus-section .you_exactly {
    padding: 15px;
  }
}

#svang-student-campus-section .col-md-4 {
  margin-bottom: 30px;
}

#svang-student-campus-section p.text-center {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  padding-top: 0;
}

@media (max-width: 767px) {
  #svang-student-campus-section .col-md-4 {
    flex: inherit;
    max-width: 50%;
    text-align: center;
  }
}

@media (max-width: 360px) {
  #svang-student-campus-section .col-md-4 {
    max-width: 100%;
  }
}

#svang-student-campus-section .text_orange {
  color: #fd8135;
}

#svang-student-campus-section .text_bold_inter {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#make-easy {
  padding-bottom: 301px;
  position: relative;
}

@media (max-width: 1366px) {
  #make-easy {
    padding-bottom: 250px;
  }
}

@media (max-width: 1024px) {
  #make-easy {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  #make-easy {
    padding-bottom: 50px;
    text-align: center;
  }
}

#make-easy .col-md-6 {
  padding: 0;
}

#make-easy h2 {
  margin-bottom: 10px;
  font-weight: 800;
  color: #000;
}

#make-easy .make-easy_right.right-bg {
  background-color: #f3f6fa;
  position: absolute;
  top: 12%;
  right: 0;
  padding: 3.7% 21% 5.3% 4%;
  width: 58%;
}

@media (max-width: 1530px) {
  #make-easy .make-easy_right.right-bg {
    padding: 3.7% 13% 5.3% 4%;
  }
}

@media (max-width: 1366px) {
  #make-easy .make-easy_right.right-bg {
    padding: 2.7% 9% 4.3% 3%;
  }
}

@media (max-width: 1024px) {
  #make-easy .make-easy_right.right-bg {
    position: unset;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg {
    padding: 30px 20px;
  }
}

#make-easy .make-easy_right.right-bg p {
  font-size: 24px;
  font-family: "Branch-Regular";
  line-height: 30px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg p {
    font-size: 20px;
    line-height: normal;
  }
}

#make-easy .make-easy_right.right-bg ul {
  padding-left: 38px;
  margin-bottom: 22px;
}

#make-easy .make-easy_right.right-bg li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  list-style: none;
  position: relative;
  color: #52545b;
  margin-bottom: 16px;
}

#make-easy .make-easy_right.right-bg li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #make-easy .make-easy_right.right-bg li {
    text-align: left;
  }
}

#make-easy .make-easy_right.right-bg li:before {
  content: '';
  position: absolute;
  background-color: #9fa1a6;
  height: 2px;
  width: 17px;
  top: 13px;
  left: -33px;
}

#make-easy .make-easy-card {
  background-color: #fe8302;
  padding: 23px 15px 20px 30px;
  border-radius: 20px;
  margin-top: 28px;
  position: relative;
}

@media (max-width: 1024px) {
  #make-easy .make-easy-card {
    max-width: 568px;
  }
}

@media (max-width: 1024px) {
  #make-easy .make-easy-card {
    margin: 0 auto;
  }
}

#make-easy .make-easy-card p {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  color: #fff;
  line-height: 27px !important;
  margin-bottom: 0 !important;
}

#make-easy .make-easy-card a.box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#make-easy .make-easy_left img {
  max-width: 100%;
  height: auto;
}

#make-easy .text_orange {
  color: #fd8135;
}

#our-world-section {
  background-image: url(../img/do_not_take.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 93px 0;
  margin-top: 3%;
  position: relative;
}

@media (max-width: 1024px) {
  #our-world-section {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  #our-world-section {
    padding: 40px 0;
  }
}

#our-world-section:before {
  content: '';
  position: absolute;
  background-color: rgba(51, 56, 64, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#our-world-section .our-word {
  position: relative;
}

#our-world-section h2 {
  color: #fff;
  font-family: "Branch-Regular";
  margin-bottom: 15px;
}

#our-world-section .w-text-bold {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

#our-world-section p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.pricing {
  padding: 60px 0 0;
}

.pricing h2 {
  margin-bottom: 8px;
}

.pricing span.text_bold {
  font-size: 23px;
  color: #000;
  font-family: "Branch-Regular";
  font-weight: 600;
}

@media (max-width: 1024px) {
  .pricing {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .pricing {
    padding: 0;
  }
}

.features {
  padding: 30px 0 75px;
}

@media (max-width: 1024px) {
  .features {
    padding: 30px 0 50px;
  }
}

@media (max-width: 767px) {
  .features {
    padding: 30px 0 30px;
  }
}

.pricing-table {
  padding: 0px 0 0;
}

@media (max-width: 991px) {
  .pricing-table .container {
    max-width: 100%;
  }
}

.pricing-table .card-header {
  display: block;
  text-align: center;
  border: none;
  background-color: #d2d7dd;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 32px 15px 62px;
}

.pricing-table .card-body {
  background-color: #f3f6fa;
  padding: 30px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  text-align: center;
}

@media (max-width: 1024px) {
  .pricing-table .card-body {
    padding: 30px 15px;
  }
}

.pricing-table h4 {
  color: #000;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .pricing-table h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .pricing-table h4 {
    font-size: 20px;
  }
}

.pricing-table span.text-size {
  font-size: 36px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .pricing-table span.text-size {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .pricing-table span.text-size {
    font-size: 28px;
  }
}

.pricing-table h2.text-center {
  background-color: #f3f6fa;
  margin-top: -67px;
  margin-bottom: 14px;
  padding: 15px 15px 10px 15px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  color: #fd8135;
  font-size: 40px;
}

@media (max-width: 1024px) {
  .pricing-table h2.text-center {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .pricing-table h2.text-center {
    font-size: 28px;
    width: 176px;
    margin-top: -60px;
  }
}

.pricing-table li {
  text-align: center;
  border-top: 1px solid #c2c5c8;
  margin-bottom: 15px;
  padding-top: 15px;
}

.pricing-table li:last-child {
  border-bottom: 1px solid #c2c5c8;
  padding-bottom: 15px;
}

.pricing-table button.btn-primary {
  background-color: #fd8135;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  padding: 13px 21px;
  border-radius: 7px;
  margin-top: 5px;
  outline: none;
}

.pricing-table .card:hover .card-header {
  background: linear-gradient(to bottom, #ff914c 0%, #ff7119 100%);
}

.pricing-table .card:hover .card-header h4 {
  color: #fff;
}

.pricing-table .card:hover .card-body {
  background-color: #fff3eb;
}

.pricing-table .card:hover .card-body h2.text-center {
  background-color: #fff3eb;
}

@media (max-width: 991px) {
  .pricing-table .col-md-4 {
    flex: inherit;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .pricing-table .col-md-4 {
    max-width: 100%;
  }
}

.pricing-table .card {
  border: none;
}

.nav-menu a.orange_color {
  color: #fd8135;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fd8135;
  border: 0px !important;
}

.nav-menu li.orange_btn a {
  color: #fff;
}

.why-how-works .tab_table-wrapper table.table tr td:first-child {
  border-right: 1px solid #ececec;
}

.slider_wrapper {
  padding-left: 9%;
}

@media (max-width: 1460px) {
  .slider_wrapper {
    padding-left: 4%;
  }
}

@media (max-width: 1024px) {
  .slider_wrapper {
    padding-left: 0%;
    margin: 0px 1%;
  }
}

.slider_wrapper .owl-nav {
  text-align: center;
}

.slider_wrapper .owl-carousel .owl-nav button.owl-next, .slider_wrapper .owl-carousel .owl-nav button.owl-prev {
  background-color: transparent;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  margin: 40px 150px 0px;
}

.slider_wrapper .owl-carousel .owl-nav button.owl-next span, .slider_wrapper .owl-carousel .owl-nav button.owl-prev span {
  font-size: 0;
}

@media (max-width: 1024px) {
  .slider_wrapper .owl-carousel .owl-nav button.owl-next, .slider_wrapper .owl-carousel .owl-nav button.owl-prev {
    margin: 40px 100px 0px;
  }
}

@media (max-width: 460px) {
  .slider_wrapper .owl-carousel .owl-nav button.owl-next, .slider_wrapper .owl-carousel .owl-nav button.owl-prev {
    margin: 40px 50px 0px;
  }
}

.slider_wrapper .owl-carousel {
  margin-top: 40px;
  z-index: 0;
}

.slider_wrapper .owl-carousel .item {
  background: #fff !important;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 10px 1px -10px -8px black;
}

.slider_wrapper .owl-carousel .item img {
  width: 60px;
  height: auto;
  margin-bottom: 25px;
}

.slider_wrapper .owl-carousel .item p {
  font-size: 18px;
  line-height: 26px;
  min-height: 155px;
}

@media (max-width: 1024px) {
  .slider_wrapper .owl-carousel .item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  .slider_wrapper .owl-carousel .item p {
    min-height: auto;
  }
}

.slider_wrapper .owl-carousel .item .c_name {
  font-weight: 600;
}

.slider_wrapper .owl-carousel .item .c_name span {
  font-weight: 500;
  display: block;
}

.slider_wrapper .owl-carousel .owl-nav button.owl-next {
  background-image: url("../img/right_arrow.png");
  height: 25px;
  width: 25px;
}

.slider_wrapper .owl-carousel .owl-nav button.owl-prev {
  background-image: url("../img/left_arrow.png");
  position: relative;
}

.slider_wrapper .owl-carousel .owl-nav button.owl-prev:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 270px;
  background-color: rgba(33, 33, 33, 0.2);
  top: 11.5px;
  left: 40px;
  cursor: default;
}

@media (max-width: 1024px) {
  .slider_wrapper .owl-carousel .owl-nav button.owl-prev:after {
    width: 172px;
  }
}

@media (max-width: 767px) {
  .slider_wrapper .owl-carousel .owl-nav button.owl-prev:after {
    width: 172px;
  }
}

@media (max-width: 460px) {
  .slider_wrapper .owl-carousel .owl-nav button.owl-prev:after {
    width: 73px;
  }
}

.scheduleDemo_title {
  display: flex;
  max-width: 1250px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 45px 50px;
  border: 1px solid #EAF7FF;
  box-sizing: border-box;
  border-radius: 30px;
  background: url(../img/shcedule_title_bg.png) rgba(60, 34, 35, 0.9);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  top: -83px;
}

@media (max-width: 1024px) {
  .scheduleDemo_title {
    display: block;
    width: 90%;
    top: 0px;
    margin-bottom: 50px;
    padding: 25px;
    text-align: center;
  }
}

.scheduleDemo_title p {
  width: 75%;
  margin-bottom: 0;
  color: #FFFFFF;
  line-height: 24.38px;
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  .scheduleDemo_title p {
    width: 100%;
  }
}

.scheduleDemo_title button {
  width: 20%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 1024px) {
  .scheduleDemo_title button {
    width: 100%;
  }
}

section#benefits_restaurants {
  overflow: visible;
  background-color: #fff;
  padding-bottom: 147px;
}

@media (max-width: 1024px) {
  section#benefits_restaurants {
    padding-bottom: 40px;
    overflow: hidden;
  }
}

section#benefits_restaurants .scheduleDemo_title {
  top: -135px;
}

@media (max-width: 1024px) {
  section#benefits_restaurants .scheduleDemo_title {
    top: 0px;
    margin-bottom: 40px;
  }
}

section#benefits_restaurants .benefits_restaurants_list {
  margin-top: -45px;
}

@media (max-width: 1024px) {
  section#benefits_restaurants .benefits_restaurants_list {
    margin-top: 0px;
  }
}

section#benefits_restaurants .benefits_restaurants_list h2 {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  section#benefits_restaurants .benefits_restaurants_list .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

section#benefits_restaurants .benefit_item {
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  section#benefits_restaurants .benefit_item {
    padding: 20px;
  }
}

section#benefits_restaurants .benefit_item .benefits_text {
  margin-left: 35px;
}

@media (max-width: 991px) {
  section#benefits_restaurants .benefit_item .benefits_text {
    margin-left: 20px;
  }
}

section#benefits_restaurants .benefit_item .benefits_text p {
  margin-bottom: 0px;
  color: #0A3035;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

section#benefits_restaurants .benefit_item .benefits_text ul {
  margin: 0;
  padding: 0;
}

section#benefits_restaurants .benefit_item .benefits_text ul li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

section#benefits_restaurants .benefit_item .benefits_text ul li::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #212424;
  left: 0;
  top: 10px;
}

/*University css*/
section#hero-banner.university_hero-banner {
  padding: 167px 0 50px;
}

@media (max-width: 1566px) {
  section#hero-banner.university_hero-banner {
    padding: 90px 0 50px;
  }
}

@media (max-width: 1260px) {
  section#hero-banner.university_hero-banner {
    padding: 70px 0 50px;
  }
}

@media (max-width: 991px) {
  section#hero-banner.university_hero-banner {
    padding: 0px 0 50px;
  }
}

section#hero-banner.university_hero-banner .university_top_white {
  background: #FFFFFF;
  opacity: 0.9;
  border-radius: 30px;
  display: flex;
  padding: 56px 30px 25px;
  margin-top: 90px;
}

@media (max-width: 1460px) {
  section#hero-banner.university_hero-banner .university_top_white {
    margin-top: 75px;
  }
}

@media (max-width: 1260px) {
  section#hero-banner.university_hero-banner .university_top_white {
    margin-top: 60px;
    padding: 30px 30px 25px;
  }
}

@media (max-width: 1024px) {
  section#hero-banner.university_hero-banner .university_top_white {
    padding: 15px 30px 25px;
    flex-wrap: wrap;
  }
}

section#hero-banner.university_hero-banner .university_top_white .title_you_can {
  width: 18%;
  position: relative;
  top: 13px;
}

@media (max-width: 1420px) {
  section#hero-banner.university_hero-banner .university_top_white .title_you_can {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  section#hero-banner.university_hero-banner .university_top_white .title_you_can {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

section#hero-banner.university_hero-banner .university_top_white .title_you_can h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1566px) {
  section#hero-banner.university_hero-banner .university_top_white .title_you_can h4 {
    font-size: 22px;
  }
}

section#hero-banner.university_hero-banner .university_top_white .social_list_uni {
  width: 82%;
}

@media (max-width: 1420px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni {
    width: 100%;
  }
}

section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li {
  width: 39%;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

@media (max-width: 1566px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li {
    width: 44%;
  }
}

@media (max-width: 1566px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li {
    width: 100%;
  }
}

section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #212424;
  border-radius: 6px;
  left: -5px;
  top: 10px;
}

@media (max-width: 991px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li::before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li:nth-child(3) {
  top: -24px;
}

@media (max-width: 1420px) {
  section#hero-banner.university_hero-banner .university_top_white .social_list_uni ul li:nth-child(3) {
    top: 0px;
  }
}

section#hero-banner.university_hero-banner .off_campus_text {
  background: #3C2222;
  border-radius: 54px;
  padding: 30px 0px;
  max-width: 930px;
  width: 100%;
  margin: 90px auto 0px;
}

@media (max-width: 1460px) {
  section#hero-banner.university_hero-banner .off_campus_text {
    margin: 70px auto 0px;
  }
}

@media (max-width: 1260px) {
  section#hero-banner.university_hero-banner .off_campus_text {
    margin: 60px auto 0px;
  }
}

@media (max-width: 767px) {
  section#hero-banner.university_hero-banner .off_campus_text {
    margin: 30px auto 0px;
  }
}

section#hero-banner.university_hero-banner .off_campus_text h2 {
  color: #fff;
}

@media (max-width: 767px) {
  section#hero-banner.university_hero-banner .off_campus_text h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  section#hero-banner.university_hero-banner .off_campus_text h2 {
    font-size: 25px;
    padding: 0px 15px;
  }
}

section#benefits_for_student {
  background-color: #fff;
}

@media (max-width: 1366px) {
  section#benefits_for_student {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  section#benefits_for_student {
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  section#benefits_for_student {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

section#benefits_for_student h2 {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  section#benefits_for_student h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  section#benefits_for_student .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

section#benefits_for_student .col-md-6 .benefit_item {
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  section#benefits_for_student .col-md-6 .benefit_item {
    padding: 20px;
    margin-bottom: 20px;
  }
}

section#benefits_for_student .col-md-6 .benefit_item .benefits_text {
  margin-left: 35px;
}

@media (max-width: 680px) {
  section#benefits_for_student .col-md-6 .benefit_item .benefits_text {
    width: 80%;
    margin-left: 20px;
  }
}

section#benefits_for_student .col-md-6 .benefit_item .benefits_text p {
  color: #0A3035;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 1460px) {
  section#benefits_for_student .col-md-6 .benefit_item .benefits_text p {
    margin-bottom: 5px;
  }
}

section#benefits_for_student .col-md-6 .benefit_item .benefits_text ul {
  margin: 0;
  padding: 0;
}

section#benefits_for_student .col-md-6 .benefit_item .benefits_text ul li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

section#benefits_for_student .col-md-6 .benefit_item .benefits_text ul li::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #212424;
  border-radius: 6px;
  left: 0px;
  top: 9px;
}

section#benefits_for_student .col-md-6:nth-child(3) .benefits_text ul {
  min-height: 78px;
}

@media (max-width: 991px) {
  section#benefits-for-parents {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section#benefits-for-parents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section#benefits-for-parents .svang_help_txt {
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
  background: rgba(60, 34, 34, 0.1);
  border-radius: 30px;
  padding: 30px 0px;
}

@media (max-width: 767px) {
  section#benefits-for-parents .svang_help_txt {
    padding: 20px 20px;
  }
}

section#benefits-for-parents .svang_help_txt h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0A3035;
}

@media (max-width: 767px) {
  section#benefits-for-parents .svang_help_txt h4 {
    font-size: 20px;
  }
}

section#benefits-for-parents .svang_help_txt h4 span {
  display: block;
}

section#benefits-for-parents .benifits_parents_area {
  margin-top: 90px;
}

@media (max-width: 1460px) {
  section#benefits-for-parents .benifits_parents_area {
    margin-top: 65px;
  }
}

@media (max-width: 991px) {
  section#benefits-for-parents .benifits_parents_area {
    margin-top: 40px;
  }
}

section#benefits-for-parents .benifits_parents_area h2 {
  margin-bottom: 40px;
}

section#benefits-for-parents .benifits_parents_area ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 1260px) {
  section#benefits-for-parents .benifits_parents_area ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 1260px) {
  section#benefits-for-parents .benifits_parents_area ul {
    justify-content: center;
  }
}

section#benefits-for-parents .benifits_parents_area ul li {
  background-color: #fff;
  max-width: 349px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  section#benefits-for-parents .benifits_parents_area ul li {
    max-width: 320px;
  }
}

@media (max-width: 1260px) {
  section#benefits-for-parents .benifits_parents_area ul li {
    max-width: 28%;
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  section#benefits-for-parents .benifits_parents_area ul li {
    max-width: 41%;
    margin: 0px 25px 25px 25px;
  }
}

@media (max-width: 767px) {
  section#benefits-for-parents .benifits_parents_area ul li {
    max-width: 71%;
    margin: 0px 0px 25px 0px;
  }
}

@media (max-width: 575px) {
  section#benefits-for-parents .benifits_parents_area ul li {
    max-width: 100%;
    margin: 0px 0px 25px 0px;
  }
}

section#benefits-for-parents .benifits_parents_area ul li:first-child, section#benefits-for-parents .benifits_parents_area ul li:last-child {
  top: -55px;
}

@media (max-width: 1366px) {
  section#benefits-for-parents .benifits_parents_area ul li:first-child, section#benefits-for-parents .benifits_parents_area ul li:last-child {
    top: -30px;
  }
}

@media (max-width: 1260px) {
  section#benefits-for-parents .benifits_parents_area ul li:first-child, section#benefits-for-parents .benifits_parents_area ul li:last-child {
    top: 50px;
  }
}

section#benefits-for-parents .benifits_parents_area ul li:nth-child(2), section#benefits-for-parents .benifits_parents_area ul li:nth-child(3) {
  top: 50px;
}

section#benefits-for-parents .benifits_parents_area ul li svg {
  width: 28%;
}

@media (max-width: 1366px) {
  section#benefits-for-parents .benifits_parents_area ul li svg {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  section#benefits-for-parents .benifits_parents_area ul li svg {
    width: auto;
  }
}

section#benefits-for-parents .benifits_parents_area ul li span {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  padding: 0px 22px;
  width: 74%;
}

section#benefits-for-parents .benifits_parents_area .parents_img_wrapper {
  text-align: center;
}

section#benefits-for-parents .benifits_parents_area .parents_img_wrapper img {
  max-width: 100%;
}

section#benefits-for-parents .benefits_university_wrapper {
  padding-top: 150px;
}

section#benefits-for-parents .benefits_university_wrapper img {
  width: 100%;
}

@media (max-width: 1460px) {
  section#benefits-for-parents .benefits_university_wrapper {
    padding-top: 115px;
  }
}

@media (max-width: 1366px) {
  section#benefits-for-parents .benefits_university_wrapper {
    padding-top: 100px;
  }
}

section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list {
  padding-top: 60px;
}

@media (max-width: 767px) {
  section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list {
    text-align: center;
    padding-top: 50px;
  }
}

section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list h2 {
  margin-bottom: 26px;
}

section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list ul {
  padding: 0;
}

section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list ul li {
  font-weight: 500;
  margin-bottom: 26px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 767px) {
  section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list ul li {
    margin-bottom: 10px;
  }
}

section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list ul li::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #212424;
  border-radius: 6px;
  left: 0px;
  top: 10px;
}

@media (max-width: 767px) {
  section#benefits-for-parents .benefits_university_wrapper .benifits-for-university_list ul li::before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

section#benefits-for-parents .scheduleDemo_title {
  top: 0px;
  margin-top: 100px;
}

@media (max-width: 1260px) {
  section#benefits-for-parents .scheduleDemo_title {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  section#benefits-for-parents .scheduleDemo_title {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  section#benefits-for-parents .scheduleDemo_title {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

section#benefits-for-parents .scheduleDemo_title p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  section#benefits-for-parents .scheduleDemo_title p {
    margin-bottom: 20px;
  }
}

section#why-svang {
  padding-top: 30px;
  padding-bottom: 173px;
}

@media (max-width: 1366px) {
  section#why-svang {
    padding-top: 10px;
    padding-bottom: 150px;
  }
}

@media (max-width: 1024px) {
  section#why-svang {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  section#why-svang {
    text-align: center;
  }
}

section#why-svang img {
  max-width: 100%;
}

@media (max-width: 991px) {
  section#why-svang img {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  section#why-svang .order-mobile-2 {
    order: 2;
  }
}

section#how-dose-it-work {
  background-color: #fff;
  overflow: visible;
  padding-bottom: 70px;
}

@media (max-width: 1366px) {
  section#how-dose-it-work {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  section#how-dose-it-work {
    padding-bottom: 20px;
  }
}

section#how-dose-it-work .scheduleDemo_title {
  top: -135px;
}

@media (max-width: 1024px) {
  section#how-dose-it-work .scheduleDemo_title {
    top: 0px;
  }
}

@media (max-width: 991px) {
  section#how-dose-it-work .scheduleDemo_title p {
    margin-bottom: 20px;
  }
}

section#how-dose-it-work .uni-dose_work_content {
  margin-top: -45px;
}

@media (max-width: 1366px) {
  section#how-dose-it-work .uni-dose_work_content {
    margin-top: -75px;
  }
}

@media (max-width: 1024px) {
  section#how-dose-it-work .uni-dose_work_content {
    margin-top: 0px;
  }
}

section#how-dose-it-work .uni-dose_work_content h2 {
  margin-bottom: 23px;
}

section#how-dose-it-work .uni-dose_work_content p {
  margin-bottom: 22px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  section#how-dose-it-work .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

section#how-dose-it-work .col-md-6 .benefit_item {
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 20px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  align-items: center;
}

@media (max-width: 1024px) {
  section#how-dose-it-work .col-md-6 .benefit_item {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
}

@media (max-width: 1024px) {
  section#how-dose-it-work .col-md-6 .benefit_item {
    margin-bottom: 15px;
    padding: 15px 15px;
  }
}

section#how-dose-it-work .col-md-6 .benefit_item .benefits_text {
  margin-left: 35px;
  width: 75%;
}

@media (max-width: 680px) {
  section#how-dose-it-work .col-md-6 .benefit_item .benefits_text {
    margin-left: 20px;
    width: 75%;
  }
}

#securely_signin {
  padding: 100px 0px 52px;
}

@media (max-width: 1366px) {
  #securely_signin {
    padding: 70px 0px 50px;
  }
}

@media (max-width: 1024px) {
  #securely_signin {
    padding: 50px 0px 50px;
  }
}

@media (max-width: 991px) {
  #securely_signin {
    padding: 50px 0px 00px;
  }
}

#securely_signin .securely_signin_list_wrapper {
  background-color: rgba(60, 34, 34, 0.08);
  border-radius: 30px;
  padding: 50px;
}

@media (max-width: 1260px) {
  #securely_signin .securely_signin_list_wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  #securely_signin .securely_signin_list_wrapper {
    padding: 20px;
    text-align: center;
  }
}

#securely_signin .securely_signin_list_wrapper p {
  font-size: 24px;
  line-height: 29.26px;
  margin-bottom: 0;
  color: #0A3035;
}

@media (max-width: 1260px) {
  #securely_signin .securely_signin_list_wrapper p {
    font-size: 20px;
  }
}

#securely_signin .securely_signin_list_wrapper ul.unorderlist_first, #securely_signin .securely_signin_list_wrapper ul.unorderlist_sec {
  padding: 0;
}

#securely_signin .securely_signin_list_wrapper ul.unorderlist_first li, #securely_signin .securely_signin_list_wrapper ul.unorderlist_sec li {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
}

#securely_signin .securely_signin_list_wrapper ul.unorderlist_first li::before, #securely_signin .securely_signin_list_wrapper ul.unorderlist_sec li::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #212424;
  border-radius: 6px;
  left: 0px;
  top: 10px;
}

@media (max-width: 767px) {
  #securely_signin .securely_signin_list_wrapper ul.unorderlist_first li::before, #securely_signin .securely_signin_list_wrapper ul.unorderlist_sec li::before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

#securely_signin .securely_signin_list_wrapper ul.unorderlist_first {
  font-weight: 600;
}

@media (max-width: 767px) {
  #securely_signin .securely_signin_list_wrapper ul.unorderlist_first {
    padding: 0;
    margin: 0;
  }
}

#securely_signin .securely_signin_list_wrapper ul.unorderlist_sec {
  padding-left: 45px;
}

@media (max-width: 767px) {
  #securely_signin .securely_signin_list_wrapper ul.unorderlist_sec {
    padding: 0;
    margin: 0;
  }
}

#securely_signin .off-campus-operator .campus-operator-title {
  padding-top: 100px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  #securely_signin .off-campus-operator .campus-operator-title {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  #securely_signin .off-campus-operator .campus-operator-title {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  #securely_signin .off-campus-operator .campus-operator-title {
    max-width: 90%;
    padding-top: 50px;
  }
}

#securely_signin .off-campus-operator .campus-operator-title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

#securely_signin .off-campus-operator .campus-operator-title p {
  font-weight: 600;
}

#securely_signin .off-campus-operator ul {
  padding: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  #securely_signin .off-campus-operator ul {
    flex-wrap: wrap;
  }
}

#securely_signin .off-campus-operator ul li {
  background-color: #fff;
  max-width: 610px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 5px 15px 100px;
}

@media (max-width: 1366px) {
  #securely_signin .off-campus-operator ul li {
    margin: 5px 15px 50px;
  }
}

@media (max-width: 767px) {
  #securely_signin .off-campus-operator ul li {
    margin: 5px 15px 20px;
  }
}

@media (max-width: 575px) {
  #securely_signin .off-campus-operator ul li {
    margin: 5px 0px 20px;
  }
}

#securely_signin .off-campus-operator ul li span {
  width: 75%;
  padding-left: 25px;
}

@media (max-width: 1366px) {
  #securely_signin .off-campus-operator ul li span {
    padding-left: 15px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  #securely_signin .off-campus-operator ul li span {
    padding-left: 7px;
    font-size: 14px;
    line-height: normal;
    padding-right: 10px;
  }
}

#securely_signin .on-campus-vendor {
  background-color: rgba(60, 34, 34, 0.08);
  border-radius: 30px;
  padding: 45px 45px 44px;
}

@media (max-width: 767px) {
  #securely_signin .on-campus-vendor {
    padding: 30px;
    text-align: center;
  }
}

#securely_signin .on-campus-vendor h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#securely_signin .on-campus-vendor p {
  margin-bottom: 0;
  font-weight: 600;
}

#securely_signin .scheduleDemo_title {
  top: 0;
  background-color: #3c2223;
  margin-top: 100px;
}

@media (max-width: 1366px) {
  #securely_signin .scheduleDemo_title {
    margin-top: 70px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #securely_signin .scheduleDemo_title {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  #securely_signin .scheduleDemo_title {
    margin-top: 30px;
    width: 100%;
  }
}

#securely_signin .scheduleDemo_title p {
  max-width: 80%;
  font-weight: 600;
  line-height: 24.38px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #securely_signin .scheduleDemo_title p {
    max-width: 100%;
  }
}

.cliem_text {
  max-width: 69%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .cliem_text {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .cliem_text {
    max-width: 100%;
  }
}

.cliem_text span {
  font-size: 18px;
  display: block;
  padding: 20px 0px 26px;
}

@media (max-width: 1024px) {
  .cliem_text span {
    padding: 0px 0px 26px;
  }
}

.cliem_text p {
  font-size: 20px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .cliem_text p {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .cliem_text p {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-newsletter {
  padding: 0px 0 100px;
}

@media (max-width: 1366px) {
  #footer .footer-newsletter {
    padding: 0px 0 70px;
  }
}

@media (max-width: 1199px) {
  #footer .footer-newsletter {
    padding: 60px 0 50px;
  }
}

@media (max-width: 1024px) {
  #footer .footer-newsletter {
    padding: 0px 0 50px;
  }
}

@media (max-width: 767px) {
  #footer .footer-newsletter {
    padding: 0px 0 40px;
  }
}

#footer .footer-newsletter .subscription_form {
  max-width: 620px;
  margin: auto;
  text-align: center;
}

#footer .footer-newsletter .subscription_form p {
  color: #212121;
  font-weight: 500;
}

#footer .footer-newsletter .subscription_form h2 {
  margin-bottom: 0;
}

#footer .footer-newsletter .subscription_form form {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 34px;
}

@media (max-width: 575px) {
  #footer .footer-newsletter .subscription_form form {
    display: block;
  }
}

#footer .footer-newsletter .subscription_form form input[type="email"] {
  color: #0A3035;
  border: 0;
  padding: 31px 180px 31px 40px;
  width: 100%;
  height: auto;
  border-radius: 45px;
  outline: 0 !important;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 575px) {
  #footer .footer-newsletter .subscription_form form input[type="email"] {
    padding: 20px;
  }
}

#footer .footer-newsletter .subscription_form form ::-webkit-input-placeholder {
  color: #0A3035 !important;
  opacity: 1 !important;
}

#footer .footer-newsletter .subscription_form form ::-moz-placeholder {
  color: #0A3035 !important;
  opacity: 1 !important;
}

#footer .footer-newsletter .subscription_form form :-ms-input-placeholder {
  color: #0A3035 !important;
  opacity: 1 !important;
}

#footer .footer-newsletter .subscription_form form ::-ms-input-placeholder {
  color: #0A3035 !important;
  opacity: 1 !important;
}

#footer .footer-newsletter .subscription_form form ::placeholder {
  color: #0A3035 !important;
  opacity: 1 !important;
}

#footer .footer-newsletter .subscription_form form input[type="submit"] {
  border: 0;
  padding: 22px 30px;
  color: #fff;
  transition: 0.3s;
  border-radius: 35px;
  background-color: #F79254;
  font-weight: 500;
  position: absolute;
  right: 13px;
}

#footer .footer-newsletter .subscription_form form input[type="submit"]:hover {
  background-color: #EB7A35;
}

@media (max-width: 575px) {
  #footer .footer-newsletter .subscription_form form input[type="submit"] {
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
    display: table;
    position: relative;
    right: inherit;
    padding: 15px 20px;
  }
}

#footer .footer-top {
  padding: 47px 0 13px 0;
  border-top: 1px solid #50565d;
  background-color: #201107;
  color: #fff;
}

@media (max-width: 991px) {
  #footer .footer-top {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  #footer .footer-top {
    padding-top: 30px;
  }
}

#footer .footer-top p,
#footer .footer-top a {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

@media (max-width: 575px) {
  #footer .footer-top h4 {
    padding-bottom: 3px;
  }
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-links {
    margin-bottom: 20px;
  }
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 15px;
  display: inline-block;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
}

#footer .footer-top .footer-links h4 {
  color: #fff;
}

#footer .footer-top .footer-links .address_info li {
  font-weight: 300;
  font-size: 20px;
  border-right: 1px solid;
  line-height: 0;
  padding: 0 23px;
}

#footer .footer-top .footer-links .address_info li:last-child {
  font-weight: 400;
  border-right: 0;
}

@media (max-width: 991px) {
  #footer .footer-top .footer-links .address_info li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .footer-links .address_info li {
    line-height: inherit;
    border-right: 0;
  }
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #212121;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: black;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  #footer .footer-center-section {
    text-align: center;
  }
  #footer .footer-center-section ul li {
    display: block !important;
    padding: 2px 0 !important;
  }
}

@media (max-width: 575px) {
  #footer .copyright_text {
    padding-top: 0 !important;
  }
}

.footer_top_space {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .footer_top_space {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
  background-color: #fff;
}

.blog .blog-ul li {
  list-style-type: disc !important;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #fe8302;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #212121;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: white;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #ffce9a;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  transition: 0.3s;
}

.blog .entry .entry-meta a:hover {
  color: #212121;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content ul li a {
  word-break: break-all;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #212121;
  color: #fff;
  padding: 7px 25px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #2e2e2e;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #212424;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fe8302;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #ffce9a;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #fffbf6;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #212121;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
  padding-top: 60px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #ffe7cd;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #919a9a;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #212424;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #212121;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #fe8302;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #ffe7cd;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #545454;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #545454;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #212121;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #2e2e2e;
}

.blog .blog-pagination {
  color: #feb568;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid #e3e5e5;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: #f0f2f2;
}

.blog .blog-pagination li a {
  color: #838e8e;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #212121;
  border: 1px solid #212121;
  border-radius: 4px;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid #eeefef;
}

.blog .blog-pagination li.disabled i {
  color: #ced2d2;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #fe8302;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #212121;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #2e2e2e;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #fe9c35;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #212121;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #994f01;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #212121;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #ffe7cd;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #ffc181;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #212121;
  background: #212121;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

body.fixed-section #main section#blog .col-lg-4 .sidebar.aos-init.aos-animate {
  position: fixed;
  max-width: 473px;
  width: 100%;
  top: 160px;
}

@media (max-width: 1460px) {
  body.fixed-section #main section#blog .col-lg-4 .sidebar.aos-init.aos-animate {
    max-width: 430px;
  }
}

@media (max-width: 1366px) {
  body.fixed-section #main section#blog .col-lg-4 .sidebar.aos-init.aos-animate {
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  body.fixed-section #main section#blog .col-lg-4 .sidebar.aos-init.aos-animate {
    max-width: 296px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-image: url("../img/homesection_bg.png");
  background-position: right;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  #hero-banner {
    padding: 140px 0 90px 0;
    margin-bottom: -80px;
  }
}

@media (max-width: 1024px) {
  #hero-banner {
    padding: 70px 0 90px 0;
  }
}

@media (max-width: 991px) {
  #hero-banner {
    padding: 0px 0 90px 0;
  }
}

@media (max-width: 767px) {
  #hero-banner {
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
  }
}

#hero-banner .download-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #fe8302;
  position: relative;
}

#hero-banner .download-btn:hover {
  background: #212121;
}

#hero-banner .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero-banner .download-btn + .download-btn {
  margin-left: 20px;
}

#hero-banner .bannerSlides {
  display: none;
}

#hero-banner .svang_txt p {
  font-size: 20px;
  line-height: 23.38px;
  max-width: 96%;
  margin-top: 21px;
}

#hero-banner .svang_txt p.university_txt {
  margin-bottom: 50px;
  margin-top: 26px;
}

#hero-banner .svang_txt ul {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#hero-banner .svang_txt ul li {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  position: relative;
  padding-left: 15px;
}

#hero-banner .svang_txt ul li::after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #212424;
  left: 0;
  top: 10px;
}

@media (max-width: 991px) {
  #hero-banner .svang_txt ul li::after {
    display: none;
  }
}

@media (max-width: 991px) {
  #hero-banner .svang_txt ul li::before {
    content: '';
    position: relative;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background-color: #212424;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  #hero-banner .svang_txt ul li {
    width: 100%;
  }
}

#hero-banner .schedule_demo_wrapper {
  margin-top: 145px;
}

@media (max-width: 1460px) {
  #hero-banner .schedule_demo_wrapper {
    margin-top: 120px;
  }
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper {
    margin-top: 60px;
  }
}

#hero-banner .schedule_demo_wrapper .trusted_text {
  max-width: 930px;
  margin: 0 auto;
  background-color: rgba(60, 34, 34, 0.1);
  text-align: center;
  border-radius: 30px 30px 0px 0px;
  padding: 21px 0px 19px 0px;
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper .trusted_text h3 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper .trusted_text {
    width: 90%;
  }
}

#hero-banner .schedule_demo_wrapper .our_customer {
  background-color: #fff;
  padding: 65px 0px 65px 44px;
  border-radius: 30px;
  opacity: 0.9;
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper .our_customer {
    padding: 30px !important;
  }
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper .our_customer .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1460px) {
  #hero-banner .schedule_demo_wrapper .our_customer h2 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper .our_customer h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper .our_customer h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1460px) {
  #hero-banner .schedule_demo_wrapper .our_customer {
    padding: 50px 0px 50px 44px;
  }
}

#hero-banner .schedule_demo_wrapper .our_customer ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper .our_customer ul {
    justify-content: center;
  }
}

#hero-banner .schedule_demo_wrapper .our_customer ul li {
  display: flex;
  margin-right: 38px;
}

#hero-banner .schedule_demo_wrapper .our_customer ul li p.icon_text {
  font-size: 36px;
  line-height: 43.88px;
  color: #212424;
  margin-left: 25px;
  margin-bottom: 0;
}

@media (max-width: 1460px) {
  #hero-banner .schedule_demo_wrapper .our_customer ul li p.icon_text {
    margin-left: 18px;
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper .our_customer ul li p.icon_text {
    margin-left: 10px;
    font-size: 24px;
  }
}

#hero-banner .schedule_demo_wrapper .our_customer ul li p.icon_text span {
  font-size: 18px;
  display: block;
  line-height: normal;
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper .our_customer ul li p.icon_text span {
    font-size: 14px;
  }
}

#hero-banner .schedule_demo_wrapper .schedule_btn_wrapper {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper .schedule_btn_wrapper {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  #hero-banner {
    text-align: center;
  }
  #hero-banner .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero-banner .hero-img {
    text-align: center;
  }
  #hero-banner .hero-img img {
    width: 50%;
  }
  #hero-banner .banner_img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #hero-banner .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-banner .hero-img img {
    width: 80%;
  }
}

#hero-banner .schedule_demo_wrapper ul li:last-child {
  margin-right: 69px;
}

@media (max-width: 1024px) {
  #hero-banner .schedule_demo_wrapper ul li:last-child {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  #hero-banner .schedule_demo_wrapper ul li:last-child {
    margin-right: 0px;
  }
}

@font-face {
  font-family: 'Typewriter-Serial-Regular';
  src: url("../fonts/Typewriter-Serial-Regular.eot");
  src: url("../fonts/Typewriter-Serial-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Typewriter-Serial-Regular.woff2") format("woff2"), url("../fonts/Typewriter-Serial-Regular.woff") format("woff"), url("../fonts/Typewriter-Serial-Regular.ttf") format("truetype"), url("../fonts/Typewriter-Serial-Regular.svg#Typewriter-Serial-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Branch-Regular';
  src: url("../fonts/Branch-Regular.eot");
  src: url("../fonts/Branch-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Branch-Regular.woff2") format("woff2"), url("../fonts/Branch-Regular.woff") format("woff"), url("../fonts/Branch-Regular.ttf") format("truetype"), url("../fonts/Branch-Regular.svg#Branch-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
