* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a img {
  border: 0;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.dnone {
  display: none;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.f100 {
  font-weight: 100;
}
.f200 {
  font-weight: 200;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}
strong {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.overlayLoading {
  position: fixed;
  left: -50px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LoadingIcon {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #808080;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: fixed;
  left: 66%;
  top: 40%;
  z-index: 999999999;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
  color: #7156f4;
}
a:hover {
  text-decoration: none;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  padding: 0;
  background-color: #fbfbfb;
  padding-top: 100px;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
.container-fluid {
  max-width: 1300px;
}
p:last-child {
  margin: 0;
}
.bgimageheader {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 150px);
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .bgimageheader {
    width: 60%;
  }
}
.gradientheader {
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fbfbfb)
  );
  background: -webkit-linear-gradient(top, #fff, #fbfbfb);
  background: -moz-linear-gradient(top, #fff, #fbfbfb);
  background: -ms-linear-gradient(top, #fff, #fbfbfb);
  background: -o-linear-gradient(top, #fff, #fbfbfb);
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.headersrolled {
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #7156f4;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7156f4),
    to(#af56f4)
  );
  background-image: -webkit-linear-gradient(left, #7156f4, #af56f4);
  background-image: -moz-linear-gradient(left, #7156f4, #af56f4);
  background-image: -ms-linear-gradient(left, #7156f4, #af56f4);
  background-image: -o-linear-gradient(left, #7156f4, #af56f4);
  padding-top: 10px;
  padding-bottom: 10px;
}
header.headersrolled .logo a img.top_scroll {
  display: none;
}
header.headersrolled .logo a img.while_scroll {
  display: block;
}
header.headersrolled .navurl li a {
  color: #fff;
}
header.headersrolled .mobilemenulink a img {
  filter: brightness(0) invert(1);
}
.logo a img.top_scroll {
  display: block;
  width: 150px;
}
@media only screen and (max-width: 1199px) {
  .logo a img.top_scroll {
    width: 100px;
  }
}
.logo a img.while_scroll {
  display: none;
  width: 40px;
}
.navurl {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .navurl {
    display: block;
    padding-top: 15px;
  }
}
.navurl li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
  color: #333;
}
.navurl li a.for_mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .navurl li a.for_mobile {
    display: block;
    color: #fff;
  }
}
@media only screen and (max-width: 1199px) {
  .mobnlpadsection {
    padding-left: 0;
  }
}
.getstartedbtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 600;
  display: block;
  padding: 7px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  .getstartedbtn {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .mobnopadings {
    padding-left: 0;
  }
}
.mobilemenulink {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .mobilemenulink {
    display: inline-block;
    padding-right: 0;
  }
}
.mobilemenulink a img {
  width: 16px;
  margin-right: 10px;
  filter: brightness(0) invert(0);
}
.mobilemenuclose {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .mobilemenuclose {
    display: none;
    padding-right: 0;
  }
}
.mobilemenuclose a img {
  width: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .mobileurlbox {
    display: none;
  }
  .mobileurlbox_cloned {
    position: fixed;
    z-index: 100;
    width: 70%;
    left: 0;
    top: 50px;
    background-color: #7156f4;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#7156f4),
      to(#af56f4)
    );
    background: -webkit-linear-gradient(top, #7156f4, #af56f4);
    background: -moz-linear-gradient(top, #7156f4, #af56f4);
    background: -ms-linear-gradient(top, #7156f4, #af56f4);
    background: -o-linear-gradient(top, #7156f4, #af56f4);
    height: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }
  .mobileurlbox_cloned li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
  }
}
.mobmenuoverlay {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
footer {
  background-color: #7156f4;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 1199px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .footerlogoleft img {
  width: 50px;
}
footer .socialsubtextfooter {
  margin-top: 30px;
  line-height: 2;
  color: #fff;
}
footer .footertitlelinks {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  footer .footertitlelinks {
    margin-top: 20px;
  }
}
footer .listinglinksfooter {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}
footer .listinglinksfooter li {
  position: relative;
}
footer .listinglinksfooter li:after {
  position: absolute;
  content: "";
  background-image: url("../images/arrowfooter.svg");
  background-repeat: no-repeat;
  background-position: center left;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
}
footer .listinglinksfooter li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footercopyright {
  background-color: #694cf3;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 1199px) {
  .footercopyright {
    line-height: 2;
  }
}
.footercopyright a {
  color: #fff;
}
.footercopyright a:hover {
  color: #fff;
}
.footercopyright .sociallinks {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .footercopyright .sociallinks {
    margin-top: 10px;
  }
}
.footercopyright .sociallinks li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 1199px) {
  .footercopyright .sociallinks li a {
    padding-left: 0;
    padding-right: 20px;
  }
}
.footercopyright .sociallinks li a img {
  width: 17px;
}
.custom_modal_box .modal-dialog {
  max-width: 600px;
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box .modal-dialog {
    max-width: 100%;
  }
}
.custom_modal_box .custom_modalbox_containre {
  padding: 0;
}
.custom_modal_box .custom_modalbox_containre .closeiconmodal {
  position: absolute;
  right: -12px;
  top: -12px;
}
.custom_modal_box .custom_modalbox_containre .custom_modalbox {
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box .custom_modalbox_containre .custom_modalbox {
    padding: 15px;
  }
}
.custom_modal_box .custom_modalbox_containre .custom_modalbox .modal_thumbbox {
  margin-top: -90px;
  width: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box
    .custom_modalbox_containre
    .custom_modalbox
    .modal_thumbbox {
    width: 80px;
    margin-top: -80px;
  }
}
.custom_modal_box .custom_modalbox_containre .custom_modalbox .sectiontitle {
  margin-bottom: 10px;
  line-height: 1.5;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .modal_left {
  width: 40%;
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box
    .custom_modalbox_containre
    .custom_modalbox
    .formmodalcontainre
    .modal_left {
    display: none;
  }
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .modal_right {
  width: 60%;
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box
    .custom_modalbox_containre
    .custom_modalbox
    .formmodalcontainre
    .modal_right {
    width: 100%;
    padding-left: 0;
  }
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .formfield {
  margin-bottom: 20px;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .formfield
  label {
  font-size: 12px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .formfield
  .customformmodal {
  border: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .morebutton {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .custom_modal_box
    .custom_modalbox_containre
    .custom_modalbox
    .formmodalcontainre
    .morebutton {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .morebutton
  a {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  background-color: #7156f4;
  color: #fff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .inpinechecbox {
  font-size: 12px;
  display: -ms-flexbox !important;
  display: flex !important;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .inpinechecbox
  input {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.custom_modal_box
  .custom_modalbox_containre
  .custom_modalbox
  .formmodalcontainre
  .inpinechecbox
  label {
  cursor: pointer;
}
#carouselbox .slick-list {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
#carouselbox .slick-list img {
  width: 100%;
}
.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
}
.slick-dots li button {
  border: 0;
  background-color: #e2e2e2;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button {
  width: 25px;
  background-color: #7156f4;
}
.joinwaitnglist {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  overflow: hidden;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 100px;
  z-index: 50;
}
.joinwaitnglist img {
  display: block;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1199px) {
  .joinwaitnglist {
    text-align: right;
    width: 70px;
  }
}

.commonpaddingspacing {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .commonpaddingspacing {
    padding-top: 50px;
  }
}
.commonpaddingspacing2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .commonpaddingspacing2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sectiontitle {
  font-size: 25px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .sectiontitle {
    font-size: 20px;
  }
}
.sectiontitle span {
  color: #7156f4;
}
.subtitilemobgo {
  line-height: 2.2;
}
.banner_part {
  position: relative;
  z-index: 11;
}
.banner_part .banner_image {
  width: 65%;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_image {
    width: 55%;
  }
}
.banner_part .dotsimages {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.banner_part .devicebanner {
  -webkit-box-shadow: 5px 10px 21px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 5px 10px 21px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 5px 10px 21px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  border-radius: 33px;
}
@media only screen and (max-width: 1199px) {
  .banner_part .devicebanner img {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.banner_part .banner_leftpart .bannertitle {
  color: #7156f4;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannertitle span {
    display: block;
  }
}
.banner_part .banner_leftpart .bannertitletext {
  font-size: 25px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-top: 25px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannertitletext {
    font-size: 20px;
  }
}
.banner_part .banner_leftpart .bannertitletext span {
  color: #7156f4;
}
.banner_part .banner_leftpart .bannertitletext span {
  color: #333;
  font-size: 20px;
  display: block;
}
.banner_part .banner_leftpart .bannermintitle {
  font-size: 37px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannermintitle {
    font-size: 25px;
    line-height: 1.5;
  }
}
.color_section {
  position: relative;
  z-index: 11;
}
.color_section .sectiontitle {
  width: 40%;
  margin: 0px auto;
  max-width: 700px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .color_section .sectiontitle {
    width: 100%;
  }
}
.banner_part .banner_leftpart .bannermintitle span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannermintitle span {
    display: block;
  }
}
.banner_part .banner_leftpart .bannermintitle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  background-image: url("../images/path_banner_title.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannermintitle span:after {
    width: 100px;
    top: 10px;
  }
}
.banner_part .banner_leftpart .bannersubtitle {
  font-size: 20px;
  padding-right: 50%;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner_part .banner_leftpart .bannersubtitle {
    padding-right: 0;
  }
}
.banner_part .banner_leftpart .bannerform {
  margin-top: 60px;
}
.banner_part .getition {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .banner_part .getition {
    color: #333;
  }
}
.banner_part .getstoreicon {
  margin-bottom: 15px;
}
.banner_part .starratingscontainer {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner_part .starratingscontainer {
    margin-top: 20px;
  }
}
.banner_part .starratingscontainer .ratimage {
  margin-bottom: 10px;
}
.banner_part .starratingscontainer .rattxt {
  font-size: 14px;
  margin-bottom: 20px;
}
.bannerform .formcontainer {
  position: relative;
}
.bannerform .formcontainer .countrycodeselect {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 50px;
}
.bannerform .formcontainer .countrycodeselect label {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 50px;
  color: #7156f4;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  z-index: 0;
  text-transform: uppercase;
}
.bannerform .formcontainer .countrycodeselect label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #7156f4 transparent transparent transparent;
  border-bottom-width: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bannerform .formcontainer .countrycodeselect select {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bannerform .formcontainer input {
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: #e2e2e2 1px solid;
  padding-left: 125px;
  padding-right: 150px;
  height: 50px;
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
}
@media only screen and (max-width: 1199px) {
  .bannerform .formcontainer input {
    padding-right: 20px;
  }
}
.bannerform .formcontainer .getstartedbtnbanner {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .bannerform .formcontainer .getstartedbtnbanner {
    right: auto;
    left: 0;
    top: 60px;
  }
}
.bannerform .formcontainer .getstartedbtnbanner button {
  background-color: #7156f4;
  height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
}
.bannerform .spamsuggestion {
  font-size: 12px;
  text-align: right;
  padding: 10px;
  color: rgba(0, 0, 0, 0.3);
}
.aboutmongo {
  position: relative;
  line-height: 2;
}
.aboutmongo .dotsimages {
  position: absolute;
  top: -50px;
  left: 50px;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .dotsimages {
    top: -60px;
    left: 20px;
    width: 20%;
  }
}
.aboutmongo .abouttitletext {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.aboutmongo .aboutsubtitle {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .aboutsubtitle {
    margin-top: 10px;
  }
}
.aboutmongo .listofabout {
  margin-top: 20px;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .listofabout {
    margin-top: 10px;
  }
}
.aboutmongo .listofabout ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aboutmongo .listofabout ul li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .listofabout ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}
.aboutmongo .listofabout ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 20px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .listofabout ul li:before {
    width: 15px;
    margin-top: 15px;
    background-position: left top;
  }
}
.aboutmongo .morebutton {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .morebutton {
    margin-top: 20px;
  }
}
.aboutmongo .morebutton a {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  background-color: #7156f4;
  color: #fff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.aboutmongo .dotsbgimg2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutmongo .dotsbgimgabout {
  position: absolute;
  right: 0;
  top: -70px;
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .dotsbgimgabout {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .aboutmongo .deviceesanimation {
    position: relative;
    display: none;
  }
}
.aboutmongo .deviceesanimation img {
  position: absolute;
}
.aboutmongo .deviceesanimation img.device_tablet {
  right: 300px;
  top: 180px;
  z-index: 3;
}
.aboutmongo .deviceesanimation img.device_mobile {
  right: 420px;
  top: 100px;
  z-index: 2;
}
.aboutmongo .deviceesanimation img.device_monitor {
  right: 20px;
  top: 50px;
  z-index: 1;
}
.aboutmongo .deviceesanimation img.device_path1 {
  right: 385px;
  top: 55px;
  z-index: 0;
}
.aboutmongo .deviceesanimation img.device_path2 {
  right: 160px;
  top: 0;
  z-index: 0;
}
.howitworks {
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  position: relative;
}
.howitworks .howotiworkstitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .howitworks .howotiworkstitle {
    margin-bottom: 20px;
  }
}
.howitworks .howitworksimages {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .howitworks .howitworksimages {
    height: 400px;
  }
}
.howitworks .howitworksimages img {
  transform: translate(100px, -50%);
  -webkit-transform: translate(100px, -50%);
  -moz-transform: translate(100px, -50%);
  -o-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
}
.howitworks .howitworksimages img.howitworksimages1show {
  opacity: 0;
}
.howitworks .howitworksimages img.howitworksimages1show.active {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  opacity: 1;
}
.howitworks .howitworksimages img.howitworksimages2show {
  opacity: 0;
}
.howitworks .howitworksimages img.howitworksimages2show.active {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  opacity: 1;
}
.howitworks .howitworksimages img.howitworksimages3show {
  opacity: 0;
}
.howitworks .howitworksimages img.howitworksimages3show.active {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .howitworks .howitworksimages {
    margin-top: 30px;
  }
}
.howitworks .listofhowitworks {
  padding: 0;
  margin: 0;
  padding-right: 100px;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) {
  .howitworks .listofhowitworks {
    padding-right: 0;
  }
}
.howitworks .listofhowitworks li:last-child a {
  margin-bottom: 0;
}
.howitworks .listofhowitworks li a {
  display: block;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.howitworks .listofhowitworks li a.active {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
}
.howitworks .listofhowitworks li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #7156f4;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.howitworks .listofhowitworks li a.active span {
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .howitworks .listofhowitworks li a.active span:last-child {
    display: block;
  }
}
.howitworks .listofhowitworks li a span {
  display: block;
  color: #999;
  line-height: 2;
}
.howitworks .listofhowitworks li a span.listhiwtitle {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .howitworks .listofhowitworks li a span:last-child {
    display: none;
  }
}
.howitworks a.getstartedbtn {
  margin-top: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  background-color: #7156f4;
  color: #fff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.howitworks .dotsimages {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.howitworks .numbering {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.howitworks .numbering img {
  position: absolute;
  right: 80px;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.howitworks .numbering img.numbering1img {
  opacity: 0;
}
.howitworks .numbering img.numbering1img.active {
  opacity: 1;
}
.howitworks .numbering img.numbering2img {
  opacity: 0;
}
.howitworks .numbering img.numbering2img.active {
  opacity: 1;
}
.howitworks .numbering img.numbering3img {
  opacity: 0;
}
.howitworks .numbering img.numbering3img.active {
  opacity: 1;
}
.waysofpaymetns.waysofpaymetns_2 .titlepayway {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .waysofpaymetns.waysofpaymetns_2 .sectiontitle {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.waysofpaymetns.waysofpaymetns_2 .wp_box_main .wp_box_title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .waysofpaymetns.waysofpaymetns_2 .wp_box_main .wp_box_title {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
}
.waysofpaymetns.waysofpaymetns_2 .wp_box_main .wp_box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .waysofpaymetns.waysofpaymetns_2 .wp_box_main .wp_box {
    display: none;
  }
}
.waysofpaymetns.waysofpaymetns_2 .wp_box_main .wp_box .number {
  line-height: 1;
}
.waysofpaymetns .boxcoinwhyitspae {
  margin-top: 20px;
}
.waysofpaymetns .subtitilemobgo {
  margin-bottom: 5px;
}
.waysofpaymetns .sectiontitle {
  margin-bottom: 50px;
}
.waysofpaymetns .waysboxepaym .boxwallet {
  height: 100%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.waysofpaymetns .titlepayway {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.waysofpaymetns .subtitlepayway {
  line-height: 2;
}
.gettheapp {
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .gettheapp:after {
    content: "";
    position: absolute;
    background-color: rgba(113, 86, 244, 0.2);
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
  }
}
.gettheapp .getapptriangeright {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70%;
  z-index: -1;
}
.gettheapp .getappcontainer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gettheapp .getapptitle {
  margin-bottom: 20px;
}
.gettheapp .getappsubtitle {
  margin-bottom: 30px;
}
.gettheapp .getappcodeimg {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .gettheapp .getappcodeimg {
    margin-top: 0;
  }
}
.joincommunity {
  position: relative;
}
.joincommunity .bottomreading {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
@media only screen and (max-width: 1199px) {
  .joincommunity .bottomreading {
    width: 30%;
  }
}
.joincommunity .joincomunitytitle {
  margin-bottom: 20px;
}
.joincommunity .joincomunitysubtitle {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .privacy_ul {
    padding-left: 25px;
  }
}
.privacy_ul li {
  line-height: 2.2;
}
@media only screen and (max-width: 1199px) {
  br {
    display: none;
  }
}
.business_banner .banner_leftpart .bannersubtitle {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .business_banner .banner_leftpart .bannersubtitle {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.faq_part .faqmainbox {
  margin-top: 10px;
}
.faq_part .faqmainbox .faq_box {
  display: block;
  line-height: 2;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
.faq_part .faqmainbox .faq_box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .faq_part .faqmainbox .faq_box:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq_part .faqmainbox .faq_box {
    margin-bottom: 15px;
  }
}
.faq_part .faqmainbox .faq_box .faq_title {
  border: #e2e2e2 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #333;
  font-weight: 600;
}
.faq_part .faqmainbox .faq_box .faq_title span {
  display: block;
  width: calc(100% - 20px);
}
.faq_part .faqmainbox .faq_box .faq_title .f_arrow {
  width: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_part .faqmainbox .faq_box .faq_title .f_arrow.up {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.faq_part .faqmainbox .faq_box .faq_detail {
  display: none;
  margin-top: -5px;
  color: #333;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px 20px;
  border: #e2e2e2 1px solid;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .faq_part .faqmainbox .faq_box .faq_detail {
    padding: 10px 20px;
  }
}
.faq_part .faqmainbox .faq_box .faq_detail p {
  margin-bottom: 5px;
}
.faq_part .faqmainbox .faq_box .faq_detail p:last-child {
  margin-bottom: 0;
}
.faq_part .faqmainbox .faq_box .faq_detail p.pl15 {
  padding-left: 15px;
}
.border_class {
  border: #7156f4 10px solid;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  .border_class {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.innerPages_container {
  position: relative;
  z-index: 10;
}
.bg_white {
  background-color: #fff;
}
.text_white {
  color: #fff;
}
.number {
  color: #7156f4;
  font-size: 25px;
}
@media only screen and (max-width: 1199px) {
  .number {
    line-height: 1.5;
  }
}
.number_padding {
  margin: 10px 15px;
}
.if_unhappy {
  padding-bottom: 100px;
}
.if_unhappy_margin {
  padding-bottom: 15px;
}
.tb_text {
  color: #7156f4;
  font-weight: bold;
}
.tb_mp {
  padding-top: 15px;
}
.tb_mp1 {
  margin-top: 20px;
  margin-top: 25px;
}
.aboutsection_padding {
  margin-bottom: 10px;
  padding-right: 22px;
  padding-left: 22px;
}
.boxwallet_margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.businessimgpadddning {
  padding-bottom: 10px;
  margin-left: 40%;
  height: 80px;
}
.startpaytextpadddning {
  padding-bottom: 20px;
}
.businesstextpadding {
  padding-bottom: 31px;
}
.devlopers_banner {
  background-image: url(http://localhost/mongo/live/assets/images/devlopers_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.business_section_padding {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  border: #e2e2e2 1px solid;
  padding: 30px;
  margin-bottom: 30px;
}
.d_banner_height {
  height: 100vh;
}
.imgheight {
  height: 80px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.codeimgpadding {
  padding-top: 80px;
}
.d_banner_mintext {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.d_banner_subtext {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.macbookimgpadding {
  margin-bottom: 50px;
}
.contact_banner {
  height: 350px;
  background-image: url(http://localhost/mongo/live/assets/images/pgebn.jpg);
}
.contact_banner_height {
  height: 350px;
}
.contact_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  background-image: linear-gradient(120deg, #7627f0 0, #ff45c4 100%);
}
.sidebar_title {
  background-image: linear-gradient(120deg, #7627f0 0, #ff45c4 100%);
  padding: 15px 20px;
  border-radius: 3px;
  margin: 0 0 30px;
  font-family: "Quicksand", sans-serif;
}
.sidebar_section_title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.section_border {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section_border:last-child {
  border-bottom: 0;
}
.security_section_border {
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.privacy_subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section_title_padding {
  margin-top: 25px;
}
