@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700,900");
/* line 5, ../sass/_global.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 12, ../sass/_global.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 17, ../sass/_global.scss */
html {
  scroll-behavior: smooth;
}

/* line 20, ../sass/_global.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
em,
img,
small,
strike,
strong,
sub,
sup,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 91, ../sass/_global.scss */
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 101, ../sass/_global.scss */
.lg-container {
  max-width: 1395px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 107, ../sass/_global.scss */
.container {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 113, ../sass/_global.scss */
.md-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 119, ../sass/_global.scss */
.sm-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 125, ../sass/_global.scss */
.small-container {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 131, ../sass/_global.scss */
.xs-container {
  max-width: 725px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 140, ../sass/_global.scss */
.header-warpper {
  width: 100%;
}
/* line 143, ../sass/_global.scss */
.header-warpper .top-strip-header {
  background: #29A9E1;
  padding: 20px;
}
/* line 147, ../sass/_global.scss */
.header-warpper .top-strip-header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
/* line 152, ../sass/_global.scss */
.header-warpper .top-strip-header ul li {
  color: #ffffff;
  font-size: 13px;
}
/* line 159, ../sass/_global.scss */
.header-warpper #header-region {
  border-bottom: 1px solid #DDD;
  /* responsive */
}
/* line 162, ../sass/_global.scss */
.header-warpper #header-region .logo {
  padding: 10px;
}
/* line 166, ../sass/_global.scss */
.header-warpper #header-region .nav {
  width: 100%;
  display: flex;
  align-items: center;
}
/* line 170, ../sass/_global.scss */
.header-warpper #header-region .nav .logo {
  margin-right: 80px;
}
@media (max-width: 767px) {
  /* line 170, ../sass/_global.scss */
  .header-warpper #header-region .nav .logo {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 176, ../sass/_global.scss */
  .header-warpper #header-region .nav .logo img {
    margin: 0px auto;
    display: block;
  }
}
/* line 183, ../sass/_global.scss */
.header-warpper #header-region .nav .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  /* line 183, ../sass/_global.scss */
  .header-warpper #header-region .nav .sub-menu {
    display: none;
  }
}
/* line 189, ../sass/_global.scss */
.header-warpper #header-region .nav .sub-menu a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
/* line 196, ../sass/_global.scss */
.header-warpper #header-region .nav .other-maine-menu {
  margin-left: auto;
}
/* line 199, ../sass/_global.scss */
.header-warpper #header-region .nav .other-maine-menu .nav-links {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
/* line 203, ../sass/_global.scss */
.header-warpper #header-region .nav .other-maine-menu .nav-links li {
  border-bottom: 1px solid #ddd;
}
/* line 205, ../sass/_global.scss */
.header-warpper #header-region .nav .other-maine-menu .nav-links li a {
  border-radius: 8px;
  background: #00B0F5;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 13px;
}
@media (max-width: 767px) {
  /* line 205, ../sass/_global.scss */
  .header-warpper #header-region .nav .other-maine-menu .nav-links li a {
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 40px;
  }
}
/* line 239, ../sass/_global.scss */
.header-warpper #header-region .nav .navOpenBtn,
.header-warpper #header-region .nav .navCloseBtn {
  display: none;
}
@media screen and (max-width: 1160px) {
  /* line 246, ../sass/_global.scss */
  .header-warpper #header-region .nav {
    padding: 15px 100px;
  }
  /* line 250, ../sass/_global.scss */
  .header-warpper #header-region .nav .search-box {
    right: 150px;
  }
}
@media screen and (max-width: 950px) {
  /* line 256, ../sass/_global.scss */
  .header-warpper #header-region .nav {
    padding: 15px 50px;
  }
  /* line 260, ../sass/_global.scss */
  .header-warpper #header-region .nav .search-box {
    right: 100px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  /* line 268, ../sass/_global.scss */
  .header-warpper #header-region .nav .navOpenBtn,
  .header-warpper #header-region .nav .navCloseBtn {
    display: block;
  }
  /* line 273, ../sass/_global.scss */
  .header-warpper #header-region .nav {
    padding: 0px 20px;
  }
  /* line 277, ../sass/_global.scss */
  .header-warpper #header-region .nav .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    max-width: 280px;
    width: 100%;
    padding-top: 100px;
    row-gap: 30px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 100;
  }
  /* line 293, ../sass/_global.scss */
  .header-warpper #header-region .nav.openNav .nav-links {
    left: 0;
  }
  /* line 297, ../sass/_global.scss */
  .header-warpper #header-region .nav .navOpenBtn {
    cursor: pointer;
    background: url(../assets/humbugur-icon.png) no-repeat;
    width: 26px;
    height: 16px;
    position: absolute;
    top: 88px;
  }
  /* line 306, ../sass/_global.scss */
  .header-warpper #header-region .nav .navCloseBtn {
    position: absolute;
    top: 16px;
    left: 240px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 999999;
  }
}

/* line 323, ../sass/_global.scss */
#banner-aakash-digital {
  width: 100%;
  height: 341px;
}
@media (max-width: 767px) {
  /* line 323, ../sass/_global.scss */
  #banner-aakash-digital {
    height: 263px;
  }
}
@media (max-width: 767px) {
  /* line 329, ../sass/_global.scss */
  #banner-aakash-digital .main-banner {
    gap: 0px;
  }
}
/* line 335, ../sass/_global.scss */
#banner-aakash-digital .main-banner img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  /* line 340, ../sass/_global.scss */
  #banner-aakash-digital .main-banner .desktop-banner {
    display: none;
  }
}
/* line 346, ../sass/_global.scss */
#banner-aakash-digital .main-banner .mobile-banner {
  display: none;
}
@media (max-width: 767px) {
  /* line 346, ../sass/_global.scss */
  #banner-aakash-digital .main-banner .mobile-banner {
    display: block;
  }
}
/* line 353, ../sass/_global.scss */
#banner-aakash-digital .heading-banner {
  padding-top: 30px;
}
@media (max-width: 767px) {
  /* line 353, ../sass/_global.scss */
  #banner-aakash-digital .heading-banner {
    top: 230px;
    left: 20px;
  }
}
/* line 363, ../sass/_global.scss */
#banner-aakash-digital .heading-banner h2 {
  color: #0B4870;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 363, ../sass/_global.scss */
  #banner-aakash-digital .heading-banner h2 {
    font-size: 20px;
  }
}
/* line 374, ../sass/_global.scss */
#banner-aakash-digital .heading-banner a {
  width: 266px;
  height: 51px;
  border-radius: 14px;
  background: linear-gradient(180deg, #FFB750 0%, #DE8300 100%);
  box-shadow: 0px 7.401px 7.401px 0px rgba(65, 65, 65, 0.25);
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin-top: 90px;
  transform: translate(89px, -252px);
}
@media (max-width: 767px) {
  /* line 374, ../sass/_global.scss */
  #banner-aakash-digital .heading-banner a {
    width: 159px;
    height: 44px;
    font-size: 13px;
    line-height: 40px;
    margin-top: 35px;
    transform: translate(19px, -143px);
    font-weight: 500;
  }
}

/* line 405, ../sass/_global.scss */
#talk_to_expert_form h1 {
  text-align: center;
  color: #00337E;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  /* line 405, ../sass/_global.scss */
  #talk_to_expert_form h1 {
    font-size: 32px;
  }
}
/* line 417, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section {
  max-width: 620px;
  padding: 0 15px;
  margin: 0 auto;
  background-image: none;
}
/* line 423, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .talk-call-now-btn {
  text-align: center;
  margin-top: 24px;
}
/* line 427, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .talk-call-now-btn a {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2AA8E2 0%, #00337E 100%);
  border-radius: 10px;
  font-size: 18px;
  padding: 0.8rem 3rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 427, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .talk-call-now-btn a {
    font-size: 14px;
    width: 181px;
    height: 44px;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 8px 0;
  }
}
/* line 444, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .talk-call-now-btn a img {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  /* line 444, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .talk-call-now-btn a img {
    vertical-align: middle;
  }
}
/* line 453, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .talk-or-section {
  text-align: center;
  color: #29A9E1;
  font-size: 24px;
  margin-top: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 453, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .talk-or-section {
    font-size: 16px;
    margin-top: 14px;
  }
}
/* line 465, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .talk-request-back {
  text-align: center;
  color: #00337E;
  font-size: 25px;
  margin-top: 9px;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  /* line 465, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .talk-request-back {
    font-size: 14px;
    margin-top: 11px;
  }
}
/* line 478, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group {
  padding: 0 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
/* line 485, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group input[type="text"],
#talk_to_expert_form #talktoexpert-form-section .form-group input[type="email"],
#talk_to_expert_form #talktoexpert-form-section .form-group input[type="password"],
#talk_to_expert_form #talktoexpert-form-section .form-group input[type="date"],
#talk_to_expert_form #talktoexpert-form-section .form-group input[type="number"],
#talk_to_expert_form #talktoexpert-form-section .form-group select,
#talk_to_expert_form #talktoexpert-form-section .form-group textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  line-height: 20px;
  height: 54px;
  padding: 10px 24px;
  -moz-appearance: textfield;
  outline: none;
}
@media (max-width: 767px) {
  /* line 485, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group input[type="text"],
  #talk_to_expert_form #talktoexpert-form-section .form-group input[type="email"],
  #talk_to_expert_form #talktoexpert-form-section .form-group input[type="password"],
  #talk_to_expert_form #talktoexpert-form-section .form-group input[type="date"],
  #talk_to_expert_form #talktoexpert-form-section .form-group input[type="number"],
  #talk_to_expert_form #talktoexpert-form-section .form-group select,
  #talk_to_expert_form #talktoexpert-form-section .form-group textarea {
    height: 46px;
  }
}
/* line 505, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group input::-webkit-outer-spin-button,
#talk_to_expert_form #talktoexpert-form-section .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 511, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group select {
  background: url("/assets/arrow-down.png") no-repeat right center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  text-transform: capitalize;
  padding-right: 40px;
  color: #333;
}
/* line 524, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group select:required:invalid {
  color: #000;
  opacity: 0.8;
}
/* line 529, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group option[value=""][disabled] {
  display: none;
}
/* line 533, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group option {
  color: #333;
}
/* line 537, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group ::placeholder {
  color: #000;
  opacity: 0.8;
}
@media (max-width: 767px) {
  /* line 478, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group {
    width: 100% !important;
    padding: 0;
  }
}
/* line 546, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group #resendTimer {
  font-size: 12px;
  color: #DC2804;
  font-weight: 600;
  text-align: right;
  padding-top: 5px;
}
/* line 553, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .error {
  font-size: 12px;
  color: #DC2804;
  font-weight: 600;
}
/* line 563, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
/* line 566, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk input[type="checkbox"] {
  margin-right: 10px;
  width: 41px;
  height: 31px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  /* line 566, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk input[type="checkbox"] {
    width: 21px;
    height: 21px;
  }
}
/* line 576, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk p {
  font-size: 16px;
  color: #545454;
}
@media (max-width: 767px) {
  /* line 576, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}
/* line 584, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .tnc-tlk p a {
  color: #29A9E1;
}
/* line 590, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .send-otp-section {
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 0;
  background: #00B0F5;
  height: 54px;
  text-align: center;
  line-height: 40px;
  width: 109px;
  border-radius: 0px 9px 9px 0px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 590, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group .send-otp-section {
    height: 46px;
    right: 0px;
    font-size: 14px;
    width: 78px;
  }
}
/* line 611, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .send-otp-section a {
  font-weight: 500;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 611, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group .send-otp-section a {
    line-height: 47px;
    font-size: 12px;
  }
}
/* line 626, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group .timer-section-talk {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 15px;
  color: red;
}
@media (max-width: 767px) {
  /* line 626, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .form-group .timer-section-talk {
    right: 0px;
    font-size: 13px;
  }
}
/* line 640, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .form-group.msg-sucess p {
  font-size: 18px;
  color: #106CA1;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
/* line 651, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .request-btn-new {
  clear: both;
  text-align: center;
  padding: 10px 0px;
}
/* line 656, ../sass/_global.scss */
#talk_to_expert_form #talktoexpert-form-section .request-btn-new .btn-submit {
  background: linear-gradient(180deg, #FFB750 0%, #DE8300 100%);
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 15px 60px;
  text-transform: inherit;
  font-size: 22px;
  border-radius: 10px;
  min-width: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 656, ../sass/_global.scss */
  #talk_to_expert_form #talktoexpert-form-section .request-btn-new .btn-submit {
    width: 127px;
    height: 38px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
  }
}

/* line 681, ../sass/_global.scss */
.book-free-demo {
  background: #CCEFFD;
  padding: 69px 87px;
  margin-bottom: 100px;
  margin-top: 59px;
}
@media (max-width: 767px) {
  /* line 681, ../sass/_global.scss */
  .book-free-demo {
    margin-top: 36px;
    padding: 40px 10px;
    margin-bottom: 50px;
  }
}
/* line 692, ../sass/_global.scss */
.book-free-demo .bk-main-demo {
  background: url(../assets/book-img.png) no-repeat center;
  width: 100%;
  height: 204px;
  text-align: center;
  padding: 49px 0;
  border-radius: 17px;
}
@media (max-width: 767px) {
  /* line 692, ../sass/_global.scss */
  .book-free-demo .bk-main-demo {
    background: url(../assets/book-img-mobile.png) no-repeat center;
    width: 100%;
    height: 204px;
    border-radius: 20px;
  }
}
/* line 705, ../sass/_global.scss */
.book-free-demo .bk-main-demo h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  /* line 705, ../sass/_global.scss */
  .book-free-demo .bk-main-demo h3 {
    font-size: 20px;
  }
}
/* line 714, ../sass/_global.scss */
.book-free-demo .bk-main-demo a {
  border-radius: 10px;
  background: linear-gradient(90deg, #023B85 0%, #28A1DC 100%);
  width: 243px;
  height: 52px;
  padding: 10px 16px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 714, ../sass/_global.scss */
  .book-free-demo .bk-main-demo a {
    font-size: 14px;
    width: 115px;
    height: 44px;
    line-height: 23px;
  }
}

/* line 739, ../sass/_global.scss */
#upgrade-section {
  margin-top: 60px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  /* line 739, ../sass/_global.scss */
  #upgrade-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* line 748, ../sass/_global.scss */
#upgrade-section .upgrade-box {
  box-shadow: 0px 0px 5px 0px rgba(65, 65, 65, 0.2);
  border-radius: 16px;
  background: #ffffff;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  /* line 748, ../sass/_global.scss */
  #upgrade-section .upgrade-box {
    padding: 25px 0px;
  }
}
/* line 758, ../sass/_global.scss */
#upgrade-section .upgrade-box .upgrade-heading {
  margin-bottom: 26px;
}
/* line 761, ../sass/_global.scss */
#upgrade-section .upgrade-box .upgrade-heading h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #060F3F;
}
@media (max-width: 767px) {
  /* line 761, ../sass/_global.scss */
  #upgrade-section .upgrade-box .upgrade-heading h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
/* line 774, ../sass/_global.scss */
#upgrade-section .upgrade-box .three-upgrade-section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
/* line 780, ../sass/_global.scss */
#upgrade-section .upgrade-box .three-upgrade-section ul li {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 18%;
}
@media (max-width: 767px) {
  /* line 780, ../sass/_global.scss */
  #upgrade-section .upgrade-box .three-upgrade-section ul li {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 780, ../sass/_global.scss */
  #upgrade-section .upgrade-box .three-upgrade-section ul li {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 794, ../sass/_global.scss */
  #upgrade-section .upgrade-box .three-upgrade-section ul li img {
    width: 30px;
    height: 26px;
  }
}
/* line 801, ../sass/_global.scss */
#upgrade-section .upgrade-box .three-upgrade-section ul li h6 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 15px;
  color: #262626;
}
@media (max-width: 767px) {
  /* line 801, ../sass/_global.scss */
  #upgrade-section .upgrade-box .three-upgrade-section ul li h6 {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 0px;
    font-weight: 500;
  }
}

/* line 820, ../sass/_global.scss */
footer {
  background: #303030;
  padding: 42px 0;
}
/* line 823, ../sass/_global.scss */
footer .footer-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 828, ../sass/_global.scss */
  footer .footer-main .footer-logo {
    margin-bottom: 19px;
  }
}
/* line 834, ../sass/_global.scss */
footer .footer-main .footer-address h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 834, ../sass/_global.scss */
  footer .footer-main .footer-address h3 {
    font-size: 19px;
  }
}
/* line 842, ../sass/_global.scss */
footer .footer-main .footer-address h4 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 842, ../sass/_global.scss */
  footer .footer-main .footer-address h4 {
    font-size: 12px;
  }
}
/* line 851, ../sass/_global.scss */
footer .footer-main .footer-address p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
/* line 859, ../sass/_global.scss */
footer .footer-main .footer-address p a {
  color: #fff;
  text-decoration: none;
}

/* line 2, ../sass/style.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 9, ../sass/style.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
