/* boombirds.com */
@font-face {
  font-family: nexa-light;
  src: url(../fonts/NexaLight.otf);
}
@font-face {
  font-family: nexa-bold;
  src: url(../fonts/NexaBold.otf);
}
@font-face {
  font-family: montserrat-thin;
  src: url(../fonts/Montserrat-Thin.ttf);
}
@font-face {
  font-family: montserrat-light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: montserrat-regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: montserrat-medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: montserrat-semibold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: montserrat-bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: montserrat-black;
  src: url(../fonts/Montserrat-black.ttf);
}
body {
  background-color: #fff !important;
  color: #2b2b2b !important;
  overflow: unset !important;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

ol,
ul {
  list-style: none;
}

.smooth {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.2, 0.84, 0.5, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}
.cc-banner.cc-bottom {
  right: 0 !important;
  left: unset !important;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

button {
  height: 40px;
  border-radius: 25px !important;
  background: #2565f9;
  border: none;
  padding: 0 45px;
  color: white;
  font-family: "montserrat-medium";
  font-size: 14px;
}
button a {
  color: white;
  text-decoration: none;
}

.button-big {
  height: 48px;
  border-radius: 25px !important;
  background: #2565f9;
  border: none;
  padding: 0 6%;
  color: white;
  font-family: "montserrat-medium";
  font-size: 17px;
}

.home-title-style {
  margin-top: 30px;
  text-align: center;
  font-family: "nexa-bold";
}

.cc-message {
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}

.cc-window {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.crumb-holder {
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .crumb-holder {
    display: none;
  }
}
.crumb-holder .breadcrumb {
  position: -webkit-sticky;
  padding: 11px 2rem !important;
  background: #fff;
  font: 13px "montserrat-medium";
  border-radius: 0;
  margin: 0;
  position: relative;
}
.crumb-holder .breadcrumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #fff;
}
.crumb-holder .breadcrumb-item a {
  color: #1db88d !important;
  text-decoration: none !important;
}

.cta-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
}
.cta-popup .blocker {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}
.cta-popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  color: #2b2b2b;
  background: white;
  width: 920px;
  height: 580px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 945px) {
  .cta-popup .popup {
    width: 680px;
  }
}
@media screen and (max-width: 700px) {
  .cta-popup .popup {
    width: 350px;
    height: 460px;
  }
}
@media screen and (max-width: 350px) {
  .cta-popup .popup {
    width: 100%;
    height: 460px;
  }
}
.cta-popup .popup i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #cbcbcb;
  font-size: 25px;
}
.cta-popup .popup i:hover {
  color: #778777;
}
.cta-popup .popup > h2 {
  text-align: center;
  padding: 27px 0 15px;
  font: 35px "montserrat-bold";
  margin: 0;
}
@media screen and (max-width: 700px) {
  .cta-popup .popup > h2 {
    padding: 15px 0 15px;
    font: 27px "montserrat-bold";
  }
}
.cta-popup .popup .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  .cta-popup .popup .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 945px) {
  .cta-popup .popup .item:last-child p {
    padding: 0 80px 29px;
  }
}
.cta-popup .popup .item {
  width: 100%;
  text-align: center;
}
.cta-popup .popup .item p {
  padding: 0 50px 7px;
  color: #4a4a4a;
  font: 17px "montserrat-regular";
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .cta-popup .popup .item p {
    padding: 0 30px !important;
    font: 14px "montserrat-regular";
    line-height: 27px;
  }
}
.cta-popup .popup .item h2 {
  font: 25px "montserrat-bold";
  padding: 25px 0 7px;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .cta-popup .popup .item h2 {
    font: 20px "montserrat-bold";
  }
}
@media screen and (max-width: 350px) {
  .cta-popup .popup .item h2 {
    padding: 15px 0 7px;
  }
}
.cta-popup .popup .item > img {
  height: 240px;
}
@media screen and (max-width: 945px) {
  .cta-popup .popup .item > img {
    height: 170px;
  }
}
@media screen and (max-width: 700px) {
  .cta-popup .popup .item > img {
    display: none;
  }
}
.cta-popup .popup .item:first-child {
  border-right: 1px dashed #c2c3c5;
  stroke-dasharray: "10,10";
}
.cta-popup .popup .external-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cta-popup .popup .external-cta a {
  font: 18px "montserrat-medium";
  color: white !important;
  padding: 15px 0;
  border-radius: 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 263px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .cta-popup .popup .external-cta a {
    padding: 10px 0;
  }
}
.cta-popup .popup .external-cta a img {
  width: 25px;
  margin-right: 11px;
  position: relative;
  bottom: 2px;
}
.cta-popup .popup .external-cta .sd-btn {
  background: #1db88d;
  margin-right: 10px;
  -webkit-box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  margin-bottom: 25px;
}
.cta-popup .popup .external-cta .sd-btn:hover {
  background: #00b180;
}
.cta-popup .popup .external-cta .sft-btn {
  background: #f57148;
  -webkit-box-shadow: 0 15px 15px rgba(245, 78, 72, 0.4);
  box-shadow: 0 15px 15px rgba(245, 78, 72, 0.4);
}
.cta-popup .popup .external-cta .sft-btn:hover {
  background: #f96537;
}

.external-ctas {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.external-ctas a {
  font: 18px "montserrat-medium";
  color: white !important;
  padding: 15px 0;
  border-radius: 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 263px;
  text-align: center;
  text-decoration: none;
}
.external-ctas a img {
  width: 25px;
  margin-right: 11px;
  position: relative;
  bottom: 2px;
}
.external-ctas a:first-child {
  background: #1db88d;
  margin-right: 10px;
  -webkit-box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  margin-bottom: 25px;
}
.external-ctas a:last-child {
  background: #1db88d;
  -webkit-box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
}
@media screen and (max-width: 768px) {
  .external-ctas {
    margin: 0px auto 50px !important;
  }
}
@media screen and (max-width: 570px) {
  .external-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.booking .menu-wrap {
  margin: unset !important;
}

.sidenav {
  height: 100%;
  width: 500px;
  position: fixed;
  z-index: 9999999999;
  top: 50%;
  right: -500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2565f9),
    to(#1db88d)
  );
  background: linear-gradient(#2565f9, #1db88d);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 30px 0;
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
}
.sidenav a {
  padding: 5px;
  text-decoration: none;
  font: 14px "montserrat-regular";
  color: #fff;
  display: block;
  text-decoration: none;
}
.sidenav a:hover {
  color: #f6ca07;
  text-decoration: none;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}
.sidenav .enquiry-form {
  padding: 10px 8% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidenav .enquiry-form h3 {
  font: 150% "montserrat-medium" !important;
  color: #403f3f !important;
  color: white !important;
  margin: 30px 0px 0 !important;
}
.sidenav .enquiry-form p {
  font: 16px/24px "montserrat-regular" !important;
  color: white;
  margin: 20px 0px 30px;
}
.sidenav .enquiry-form input,
.sidenav .enquiry-form textarea {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 2%;
  padding-left: 10px;
  background: white;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0px;
  font: 13px "montserrat-medium";
}
.sidenav .enquiry-form input[type="submit"] {
  border-radius: 30px;
  padding: 10px;
  background: #fff;
  color: #434343;
  border: none;
  font: 15px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 40%;
  margin: 20px 0px;
  float: right;
  cursor: pointer;
}
.sidenav .enquiry-form .button {
  border-radius: 30px;
  padding: 10px;
  background: #fff;
  color: #434343;
  border: none;
  font: 15px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 40%;
  margin: 20px 0px;
  float: right;
  cursor: pointer;
}
.sidenav .enquiry-form #yourName {
  margin-bottom: 0px;
}
.sidenav .enquiry-form #errorMsgForName {
  padding: 5px 0px 5px 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  opacity: 0px;
  transition: all 0.2s ease-in-out 0s;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.sidenav .enquiry-form .thanks-wrap img {
  display: block;
  margin: 30px auto 20px auto;
  text-align: center;
  width: 25%;
}
.sidenav .enquiry-form .thanks-wrap h3 {
  text-align: center;
}
.sidenav .enquiry-form #a {
  padding: 100px 50px;
}
.sidenav .enquiry-form #thanks-msg,
.sidenav .enquiry-form #saleThank {
  display: none;
}
.sidenav .enquiry-form img path {
  fill: #000;
}
.sidenav .enquiry-form .email-form div,
.sidenav .enquiry-form .sales-form div {
  position: relative;
}
.sidenav .enquiry-form .email-form input,
.sidenav .enquiry-form .sales-form input {
  margin-bottom: 0px;
}
.sidenav .enquiry-form .email-form span,
.sidenav .enquiry-form .sales-form span {
  display: block;
  overflow: hidden;
  padding: 0px;
  height: 0px;
  color: #fde67e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 500px) {
  .sidenav {
    width: 375px;
    overflow: scroll;
  }
}
@media screen and (max-width: 370px) {
  .sidenav {
    width: 320px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.email-txt-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 2% 4%;
}
.email-txt-wrap .email-left {
  float: left;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.email-txt-wrap .email-left input {
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  color: #000;
  font: 17px montserrat-regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  border: 0px;
  margin-right: 0px;
  border: 1px solid #dadada;
}
.email-txt-wrap .email-left .errorMsgForEmail,
.email-txt-wrap .email-left .errorMsgForEmailFooter {
  position: absolute;
  top: 50px;
  left: 50px;
  padding: 5px 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .email-txt-wrap .email-left .errorMsgForEmailFooter {
    top: 110px;
  }
}
.email-txt-wrap .email-left .triangle-bottom {
  width: 0;
  height: 0;
  border-top: 6px solid #0163cc;
  border-left: 25px solid transparent;
}
.email-txt-wrap .email-left .triangle-top {
  width: 0;
  height: 0;
  border-bottom: 6px solid #0163cc;
  border-left: 25px solid transparent;
}
.email-txt-wrap ::-webkit-input-placeholder {
  color: #778777;
}
.email-txt-wrap :-ms-input-placeholder {
  color: #778777;
}
.email-txt-wrap ::-ms-input-placeholder {
  color: #778777;
}
.email-txt-wrap ::placeholder {
  color: #778777;
}
.email-txt-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #778777;
}
.email-txt-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #778777;
}
.email-txt-wrap a.btn-right {
  font: 21px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  width: 45%;
  border-left: 1px solid #007bff;
  border-radius: 0px 5px 5px 0px;
  min-width: 210px;
  text-align: center;
  color: #fff;
  background: #007bff; /* background: -moz-radial-gradient(left, rgba(30, 198, 152, 1) 0%, rgba(29, 184, 141, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 198, 152, 1)), color-stop(100%, rgba(29, 184, 141, 1)));
background: -webkit-radial-gradient(left, rgba(30, 198, 152, 1) 0%, rgba(29, 184, 141, 1) 100%);
background: -o-radial-gradient(left, rgba(30, 198, 152, 1) 0%, rgba(29, 184, 141, 1) 100%);
background: -ms-radial-gradient(left, rgba(30, 198, 152, 1) 0%, rgba(29, 184, 141, 1) 100%);
background: radial-gradient(to right, rgba(30, 198, 152, 1) 0%, rgba(29, 184, 141, 1) 100%); // filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ec698', endColorstr='#1db88d', GradientType=1);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.email-txt-wrap a.btn-right:hover {
  text-decoration: none;
  background: #2565f9;
}
.email-txt-wrap a.send-btn-right {
  font: 19px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  float: right;
  width: 30%;
  border-left: 1px solid #1adca7;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  background: #1ec698;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1ec698),
    color-stop(100%, #1db88d)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1ec698),
    to(#1db88d)
  );
  background: linear-gradient(to right, #1ec698 0%, #1db88d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}
.email-txt-wrap a.send-btn-right:hover {
  text-decoration: none;
  color: #b5ffeb;
}
.email-txt-wrap .send-btn-right {
  display: none !important;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .email-txt-wrap {
    width: 35%;
    min-width: 550px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .email-txt-wrap {
    width: 50%;
    min-width: 650px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .email-txt-wrap {
    border-radius: 5px;
    width: 80%;
    margin: 4% auto;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .email-txt-wrap .errorMsgForEmailFooter {
    top: 110px;
  }
  .email-txt-wrap .triangle-bottom,
  .email-txt-wrap .triangle-top {
    display: none;
  }
  .email-txt-wrap .email-left {
    float: none;
    width: 100%;
    margin: 15px 0px;
  }
  .email-txt-wrap .email-left input {
    border-radius: 5px 5px 5px 5px;
  }
  .email-txt-wrap .email-left .errorMsgForEmail {
    top: 110px;
  }
  .email-txt-wrap a.btn-right {
    float: none;
    width: 100%;
    padding: 15px;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
  }
}
@media screen and (min-width: 300px) and (max-width: 420px) {
  .email-txt-wrap a.btn-right {
    min-width: 60px;
    height: 45px;
  }
  .email-txt-wrap a.btn-right:hover {
    text-decoration: none;
  }
  .email-txt-wrap .triangle-bottom {
    display: none;
  }
  .email-txt-wrap .triangle-top {
    display: none;
  }
}

/******************************Header Section Starts here ***************************/
@media screen and (max-width: 667px) {
  .calendly-inline-widget {
    top: 110px !important;
  }
}
.booking-header .side-main-menu {
  position: absolute;
  background: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 35px;
  z-index: 99;
  height: 35px;
  right: 20px !important;
  top: 20px !important;
  padding-top: 40px;
  border-radius: 25px;
}

.header-wrap {
  position: fixed !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 99;
  top: 0;
  height: 85px;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .header-wrap {
    height: 116px;
  }
}

@media screen and (max-width: 1005px) {
  .header-wrap {
    height: 120px;
  }
}
.header-wrap .logo-wrap {
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrap .logo-wrap a {
  -ms-flex-item-align: center;
  align-self: center;
}
.header-wrap .logo-wrap img {
  width: 200px;
  margin: 15px;
}
@media screen and (max-width: 1005px) {
  .header-wrap .logo-wrap img {
    margin-top: 5px;
  }
}

.header-wrap .login-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header-wrap .login-details .gs-btn {
  cursor: pointer;
}
.header-wrap .login-details .hamburg-menu {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 1;
  top: 70px;
  right: 10px;
  display: none;
}
@media screen and (max-width: 890px) {
  .header-wrap .login-details .hamburg-menu {
    display: block;
  }
}
.header-wrap .login-details .hamburg-menu .menu-icon {
  background: #1db88d;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: 9px;
}
.header-wrap .login-details .hamburg-menu .menu-icon::before {
  content: "";
  background: #f54e48;
  width: 23px;
  height: 2px;
  position: absolute;
  top: 5px;
  right: 0px;
}
.header-wrap .login-details .hamburg-menu .menu-icon::after {
  content: "";
  background: #d34dff;
  width: 17px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: 0px;
}
@media screen and (max-width: 1350px) {
  .header-wrap .login-details {
    justify-content: space-between;
    background: #fff;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 10px 0px;
  }

  .header-wrap .login-details a {
    display: none;
  }
  .header-wrap .login-details a img {
    width: 200px;
    margin-left: 15px;
  }
  @media screen and (max-width: 1350px) {
    .header-wrap .login-details a {
      display: block;
    }
    .header-wrap .logo-wrap a {
      display: none;
    }
  }

  @media screen and (max-width: 500px) {
    .header-wrap .login-details {
      justify-content: flex-end;
    }
    .header-wrap .login-details a {
      display: none;
    }
    .header-wrap .logo-wrap a {
      display: block;
    }
    .header-wrap .login-details #hamburg-menu {
      display: block !important;
    }
  }

  .header-wrap .login-details .login-wrap .temp {
    margin-right: 10px;
  }
}
.header-wrap .login-details .login-wrap {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}
.header-wrap .login-details .login-wrap ul {
  margin-bottom: 0px;
  padding: 0 !important;
  margin-right: 15px;
  white-space: nowrap;
}
.header-wrap .login-details .login-wrap ul li {
  display: inline-block;
  margin-left: 10px;
}
.header-wrap .login-details .login-wrap ul li:first-child {
  margin-right: 0 px;
}
.header-wrap .login-details .login-wrap ul li:first-child a {
  cursor: pointer;
  font: 13px "montserrat-medium";
  text-transform: capitalize;
  color: #fff;
  padding: 9px 15px;
  background: #1db88d;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-wrap .login-details .login-wrap ul li:first-child a:hover {
  font: 13px "montserrat-medium";
  color: #fff;
  padding: 9px 15px;
  background: #1db88d;
  border-radius: 3px;
  display: block;
  border: none;
  text-decoration: none;
}
.header-wrap .login-details .login-wrap ul li a {
  font: 13px "montserrat-semibold";
  text-transform: capitalize;
  color: #2b2b2b;
  padding: 9px 15px;
  display: block;
  text-decoration: none;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap .login-details .login-wrap ul li a:hover {
  color: #fff;
  background: #1db88d;
  border: 1px solid #1db88d;
}
.header-wrap .login-details .login-wrap ul li a { font-size: 13px !important; }
.header-wrap .side-main-menu {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 350px;
  z-index: 9999;
  right: -370px;
  border-radius: 25px;
}
@media screen and (max-width: 400px) {
  .header-wrap .side-main-menu {
    width: 100%;
  }
}
.header-wrap .side-main-menu {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 350px;
  z-index: 9999;
  right: -500px;
  border-radius: 25px;
}
@media screen and (max-width: 400px) {
  .header-wrap .side-main-menu {
    width: 100%;
  }
}
/* Keep the side-menu wrapper available up to the hamburger breakpoint (Bootstrap d-md-none hides it at >=768) */
@media screen and (max-width: 890px) {
  .header-wrap .d-md-none.d-sm-block {
    display: block !important;
  }
}
.header-wrap .side-main-menu .close {
  display: none;
  position: fixed;
  top: 15px;
  right: 25px; /* padding: 15px; */
  z-index: 999;
  font-size: 30px;
  z-index: 999;
}
.header-wrap .side-main-menu .close span {
  color: black;
}
.header-wrap .side-main-menu .close span:hover {
  color: #2565f9;
}
.header-wrap .side-main-menu .side-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.header-wrap .side-main-menu .side-sub-menu span {
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  padding: 15px 10px 10px;
  font: 17px "montserrat-semibold";
  text-transform: capitalize;
  border-radius: 5px;
}
.header-wrap .side-main-menu .side-sub-menu span:hover {
  background: #f4f6fa;
}
.header-wrap .side-main-menu .side-sub-menu span img {
  width: 35px !important;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0px !important;
}
.header-wrap .side-main-menu .side-sub-menu span p {
  font: 13px "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0px;
  margin-top: -3px;
  text-transform: none;
  color: #757575;
  display: none;
}
.header-wrap .side-main-menu .side-sub-menu span a {
  color: #f6be07;
  font: 20px "montserrat-light" !important;
  text-decoration: none;
}
.header-wrap .side-main-menu .side-sub-menu span a.active {
  color: #f6be07 !important;
}
.header-wrap .side-main-menu .login-wrap ul {
  margin-top: 60px;
}
.header-wrap .side-main-menu .login-wrap ul li a {
  color: white !important;
}
.header-wrap .side-main-menu .login-wrap ul li:last-child a {
  border: 1px solid white;
}
@media screen and (max-width: 1200px) {
  .header-wrap .side-main-menu .login-wrap {
    padding-bottom: 25px;
    float: left !important;
    margin-right: 10px;
    margin-left: 25px;
    margin-top: -15px;
  }
}
.header-wrap .side-main-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  height: 100vh;
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
  overflow-y: scroll;
  border-left: 3px solid #2565f9;
  -webkit-box-shadow: -20px 1px 10px #00000012;
  box-shadow: -20px 1px 10px #00000012;
}
.header-wrap .side-main-menu .main-menu ul {
  padding: 0;
  margin: 30px 0 0;
  position: relative;
  width: 100%;
}
.header-wrap .side-main-menu .main-menu ul .blog-menu {
  height: 150px !important;
}

.header-wrap .side-main-menu .main-menu ul .active {
  height: auto;
  max-height: 500px;
}
.header-wrap .side-main-menu .main-menu ul li {
  text-align: left;
  margin: 20px 0px;
  position: relative;
  max-height: 30px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.header-wrap .side-main-menu .main-menu ul li .active {
  height: 100%;
}
.header-wrap .side-main-menu .main-menu ul li img {
  width: 4%;
  margin-left: 6px;
  margin-right: 10px;
}
.header-wrap .side-main-menu .main-menu ul li a {
  cursor: pointer;
  color: #434343;
  font: 20px "montserrat-medium";
  text-decoration: none;
  width: 94%;
}
.header-wrap .side-main-menu .main-menu ul li a.active {
  color: #1db88d !important;
  cursor: default;
}
.header-wrap .side-main-menu .main-menu ul li a.active span {
  background: #f4f6fa;
  cursor: default;
}
.header-wrap .side-main-menu .main-menu ul.side-sub-section li:first-child {
  overflow: visible;
  max-height: none;
  list-style: none;
}
.header-wrap .side-main-menu .main-menu ul li a[href$="ai-agents"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: auto;
  padding-bottom: 8px;
}
.header-wrap .side-main-menu .main-menu ul li a[href$="ai-agents"]::before {
  content: "";
  width: 22px;
  height: 22px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/ai_icon.svg") no-repeat center / contain;
}
.header-wrap .side-main-menu .main-menu ul li a[href$="ai-agents"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1DB88D 0.04%, #2565F9 24.07%, #C000FF 48.58%, #F54E48 72.15%, #F69207 96.19%);
}
.header-wrap .side-main-menu .main-menu ul li ul {
  margin-top: 20px;
}
.header-wrap .side-main-menu .main-menu ul li ul li {
  padding: 10px 18px;
  margin-left: 10px;
  position: relative;
  background: transparent !important;
}
.header-wrap .side-main-menu .main-menu ul li ul li a {
  font-size: 20px;
}
.header-wrap .side-main-menu .main-menu ul li ul li a.active {
  color: rgba(255, 255, 255, 0.2) !important;
}
.header-wrap .side-main-menu .main-menu ul li ul li::before {
  content: "" !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 5px !important;
  position: absolute;
  background: white !important;
  top: 20px !important;
  left: 0 !important;
}
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .usecase-btn
  .side-sub-menu
  a:nth-child(1),
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .industry-btn
  .side-sub-menu
  a:nth-child(1),

.header-wrap
  .side-main-menu
  .main-menu
  ul
  .covid-btn
  .side-sub-menu
  a:nth-child(1) {
  /* -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; */
}
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .usecase-btn
  .side-sub-menu
  a:nth-child(2),
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .industry-btn
  .side-sub-menu
  a:nth-child(2),

.header-wrap
  .side-main-menu
  .main-menu
  ul
  .covid-btn
  .side-sub-menu
  a:nth-child(2) {
  /* -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; */
}
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .usecase-btn
  .side-sub-menu
  a:nth-child(3),
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .industry-btn
  .side-sub-menu
  a:nth-child(3),

.header-wrap
  .side-main-menu
  .main-menu
  ul
  .covid-btn
  .side-sub-menu
  a:nth-child(3) {
  /* -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; */
}
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .usecase-btn
  .side-sub-menu
  a:nth-child(4),
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .industry-btn
  .side-sub-menu
  a:nth-child(4),

.header-wrap
  .side-main-menu
  .main-menu
  ul
  .covid-btn
  .side-sub-menu
  a:nth-child(4) {
  /* -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; */
}
.header-wrap .side-main-menu .main-menu ul .usecase-btn .side-sub-menu a,
.header-wrap .side-main-menu .main-menu ul .industry-btn .side-sub-menu a,
.header-wrap .side-main-menu .main-menu ul .resources-btn .side-sub-menu a,
.header-wrap .side-main-menu .main-menu ul .covid-btn .side-sub-menu a {
  font: 17px "montserrat-medium" !important;
  padding: 10px 15px;
  margin-bottom: 5px;
  border: 1px solid #eff2f7;
  border-radius: 9px;
}
.header-wrap .side-main-menu .main-menu ul .usecase-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .industry-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .resources-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .covid-btn .side-sub-menu a img {
  display: none !important;
}
.header-wrap .side-main-menu .main-menu ul .usecase-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .industry-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .resources-btn .side-sub-menu a img,
.header-wrap .side-main-menu .main-menu ul .covid-btn .side-sub-menu a img {
  margin-right: 5px;
  width: unset;
  opacity: 0.7;
}
.header-wrap .side-main-menu .main-menu ul .usecase-btn .side-sub-menu a:hover,
.header-wrap .side-main-menu .main-menu ul .industry-btn .side-sub-menu a:hover,
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .resources-btn
  .side-sub-menu
  a:hover,
.header-wrap .side-main-menu .main-menu ul .covid-btn .side-sub-menu a:hover {
  color: #2b2b2b !important;
  background: #eff2f7;
}
.header-wrap .side-main-menu .main-menu ul .usecase-btn .side-sub-menu a.active,
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .industry-btn
  .side-sub-menu
  a.active,
.header-wrap
  .side-main-menu
  .main-menu
  ul
  .resources-btn
  .side-sub-menu
  a.active,
.header-wrap .side-main-menu .main-menu ul .covid-btn .side-sub-menu a.active {
  color: #2b2b2b !important;
  cursor: default;
  background: #eff2f7;
}
.header-wrap .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 890px) {
  .header-wrap .menu-wrap {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header-wrap .menu-wrap .init-menu .sub-menu {
    left: calc(100% - 288%);
    top: 28px;
  }
}
@media screen and (max-width: 900px) {
  .header-wrap .menu-wrap .init-menu ul::before {
    left: 271px !important;
  }
}
.header-wrap .menu-wrap ul {
  margin-bottom: 0px;
  padding-left: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .header-wrap .menu-wrap ul li .small-link-disable {
    pointer-events: none;
  }
}
.header-wrap .menu-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.header-wrap .menu-wrap ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 48px;
}
.header-wrap .menu-wrap ul li.active {
  color: #1db88d;
}
.header-wrap .menu-wrap ul li a {
  font: 15px "montserrat-medium";
  text-transform: capitalize;
  color: black;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
.header-wrap .menu-wrap ul li a i {
  font-size: 16px;
  padding-left: 8px;
  position: relative;
  top: 2px;
}
.header-wrap .menu-wrap ul li a span {
  color: black;
  position: absolute;
  font-size: 10px;
  margin-left: 4px;
  margin-top: -1px;
}
.header-wrap .menu-wrap ul li a.active {
  color: #1db88d;
  font: 15px "montserrat-medium";
  cursor: default;
}
.header-wrap .menu-wrap .first-menu li a[href$="ai-agents"] { color: #1a2332; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; position: relative; padding: 15px 10px; }
.header-wrap .menu-wrap .first-menu li a[href$="ai-agents"]::before { content: ""; width: 20px; height: 20px; -ms-flex: 0 0 auto; flex: 0 0 auto; background: url("../img/ai_icon.svg") no-repeat center / contain; }
.header-wrap .menu-wrap .first-menu li a[href$="ai-agents"]::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 9px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #1DB88D 0.04%, #2565F9 24.07%, #C000FF 48.58%, #F54E48 72.15%, #F69207 96.19%); }
@media screen and (max-width: 1170px) {
  .header-wrap .menu-wrap ul li .sub-menu-two {
    left: calc(100% - 165%) !important;
  }
}
.header-wrap .menu-wrap ul li .sub-menu-two ul {
  width: 275px !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1170px) {
  .header-wrap .menu-wrap ul li .sub-menu-two ul::before {
    left: 120px !important;
  }
}

@media screen and (max-width: 1235px) {
  .header-wrap .menu-wrap ul .last-one .sub-menu {
    right: 10px;
    left: unset !important;
  }
}
@media screen and (max-width: 1235px) {
  .header-wrap .menu-wrap ul .last-one .sub-menu ul:before {
    right: 30px;
    left: unset !important;
  }
}
/* CASESTUDY SUBMENU */
.header-wrap .menu-wrap ul li:last-child .sub-menu li {
  max-height: 50px;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu li:nth-child(2) {
  max-height: 50px;
  overflow: hidden;
  position: relative;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .fa-minus-circle {
  display: none;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu li:nth-child(2) .first-link {
  display: inline-block;
  width: 100%;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu li:nth-child(2) i {
  float: right;
  padding: 17px;
  font-size: 16px;
  color: #777;
  position: absolute;
  top: 0;
  right: 0px;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu li:nth-child(2) .over-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background: aliceblue;
  opacity: 0;
  z-index: 999;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two {
  background: #fbfbfb;
  border: none;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two
  > div {
  padding: 0 !important;
  margin-top: 0 !important;
  border-bottom: 1px solid #f4f6fa;
  max-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two
  > div
  a {
  font-size: 14px !important;
  border: none !important;
  width: 100% !important;
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 12px;
  background: #fff;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two
  > div
  a:hover {
  background: #fafafa;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two
  > div
  .active {
  background: #fafafa;
}
.header-wrap
  .menu-wrap
  ul
  li:last-child
  .sub-menu
  li:nth-child(2)
  .drop-down-two
  > div:hover {
  background: #fafafa;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu .actived {
  max-height: 500px !important;
  background: #f4f6fa;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu .actived .fa-plus-circle {
  display: none;
}
.header-wrap .menu-wrap ul li:last-child .sub-menu .actived .fa-minus-circle {
  display: block !important;
}

/* CASESTUDY SIDE SUBMENU */
.header-wrap .side-main-menu li:last-child .side-sub-menu .cs-drop-menu {
  border: 1px solid #eff2f7;
  max-height: 42px;
  overflow: hidden;
  width: 94%;
  margin-bottom: 5px;
  border-radius: 9px;
}
.header-wrap .side-main-menu li:last-child .side-sub-menu .cs-drop-menu:hover {
  background: #eff2f7;
}
.header-wrap .side-main-menu li:last-child .side-sub-menu .cs-drop-menu > a {
  pointer-events: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none !important;
  max-height: 42px;
  width: 100%;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  > a
  .fa-minus-circle {
  display: none;
}
.header-wrap .side-main-menu li:last-child .side-sub-menu .cs-drop-menu > a a {
  display: inline-block;
}
.header-wrap .side-main-menu li:last-child .side-sub-menu .cs-drop-menu > a i {
  float: right;
  padding: 17px 0;
  font-size: 16px;
  color: #777;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  .drop-down-two {
  margin-top: 0;
  background: #fbfbfb;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  .drop-down-two
  li {
  padding: 0 !important;
  margin-top: 0 !important;
  border-bottom: 1px solid #f4f6fa;
  max-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  .drop-down-two
  li
  a {
  font-size: 14px !important;
  border: none !important;
  width: 100% !important;
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 12px;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  .drop-down-two
  li
  a:hover {
  background: none;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .cs-drop-menu
  .drop-down-two
  li:hover {
  background: #fff !important;
}
.header-wrap .side-main-menu li:last-child .side-sub-menu .actived {
  max-height: 500px !important;
  background: #eff2f7;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .actived
  .fa-plus-circle {
  display: none;
}
.header-wrap
  .side-main-menu
  li:last-child
  .side-sub-menu
  .actived
  .fa-minus-circle {
  display: block !important;
}


/* .header-wrap .menu-wrap ul li .sub-menu-two ul li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  border-bottom: none !important;
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li:nth-child(4) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
} */
.header-wrap .menu-wrap ul li .sub-menu-two ul li {
  width: 100% !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(236, 236, 236, 0.4);
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li:hover {
  background: #f4f6fa !important;
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li a {
  padding: 15px 20px !important;
  font: 16px "montserrat-medium" !important;
  text-transform: capitalize !important;
}
.header-wrap .menu-wrap ul li .sub-menu-two ul li a.active {
  border-radius: 0px !important;
}
.header-wrap .menu-wrap ul li .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #e6e6e6;
  border-top: none;
}
@media screen and (max-width: 1170px) {
  .header-wrap .menu-wrap ul li .sub-menu {
    left: calc(100% - 92%);
    top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .header-wrap .menu-wrap ul li .sub-menu {
    left: calc(100% - 190%);
    top: 28px;
  }
}

.header-wrap .menu-wrap ul li .sub-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6ca07;
}
@media screen and (max-width: 1152px) {
  .header-wrap .menu-wrap ul li .sub-menu ul:before {
    /* left: 128px; */
  }
}
@media screen and (max-width: 900px) {
  .header-wrap .menu-wrap ul li .sub-menu ul:before {
    left: 150px;
  }
}
.header-wrap .menu-wrap ul li .sub-menu ul {
  background-color: white;
  border: 1px solid #f4f6fa;
  border-top: 2px solid #f6ca07;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 9px 10px #00000012;
  box-shadow: 4px 9px 10px #00000012;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-wrap .menu-wrap ul li .sub-menu ul .active {
  background: #f4f6fa;
  border-radius: 5px;
  cursor: default;
}
.header-wrap .menu-wrap ul li .sub-menu ul .active p {
  padding-bottom: 3px;
}
.header-wrap .menu-wrap ul li .sub-menu ul li {
  background: white;
  border-radius: 5px;
  cursor: pointer;
}
/* .header-wrap .menu-wrap ul li .sub-menu ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header-wrap .menu-wrap ul li .sub-menu ul li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header-wrap .menu-wrap ul li .sub-menu ul li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.header-wrap .menu-wrap ul li .sub-menu ul li:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header-wrap .menu-wrap ul li .sub-menu ul li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
} */
.header-wrap .menu-wrap ul li .sub-menu ul li:hover {
  background: #f4f6fa;
  font-weight: 300;
}
.header-wrap .menu-wrap ul li .sub-menu ul li:hover a {
  font-weight: 300;
}
.header-wrap .menu-wrap ul li .sub-menu ul lia:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a {
  color: #434343;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  font: 17px "montserrat-semibold";
  text-transform: capitalize;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a img {
  width: 35px !important;
  height: 35px !important;
  object-fit: contain;
  margin: 0px 10px 0px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a p {
  font: 13px "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0px;
  margin-top: 5px;
  text-transform: none;
  display: none;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a.actives {
  color: #1db88d !important;
  cursor: pointer;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a.intent {
  text-indent: 5px;
}
.header-wrap .menu-wrap ul li .sub-menu ul li a.intent::before {
  content: "\2192";
  margin-right: 5px;
}
@media screen and (max-width: 1500px) {
  .header-wrap .menu-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1350px) {
  .header-wrap .menu-wrap {
    float: right;
    margin-right: 10px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/******************************Header Section Ends here ***************************/
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .home-page .header-bann-wrap {
    min-height: 780px;
  }
}

.index-page .header-bann-wrap {
  min-height: 550px;
}
@media screen and (max-width: 1370px) {
  .index-page .header-bann-wrap {
    min-height: 475px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .index-page .header-bann-wrap {
    min-height: 685px;
  }
}
.index-page .buz-img {
  width: 450px !important;
}
@media screen and (max-width: 1370px) {
  .index-page .buz-img {
    width: 350px !important;
  }
}
@media screen and (max-width: 1024px) {
  .index-page .buz-img {
    width: 300px !important;
  }
}

.header-bann-wrap {
  min-height: 620px;
  padding-bottom: 50px;
  background: #ffffff;
  background-image: url("../img/bg_shape.svg"),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6fa));
  background-image: url("../img/bg_shape.svg"),
    linear-gradient(#ffffff, #f4f6fa);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative; /*******SlideBar Navigation **********/
}
.header-bann-wrap .bann-content-wrap {
  margin-left: 0px;
  margin-right: 0px;
}
.header-bann-wrap .bann-content-wrap .free-trial {
  width: 400px;
  margin: 2% 4%;
}
@media screen and (max-width: 768px) {
  .header-bann-wrap .bann-content-wrap .free-trial a span {
    display: none;
  }
}
.header-bann-wrap .bann-content-wrap .free-trial a {
  background: #2565f9;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  -webkit-transition: all 1;
  -moz-transition: all 1;
}
.header-bann-wrap .bann-content-wrap .free-trial a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bann-wrap .bann-content-wrap .free-trial a:hover:after {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .header-bann-wrap .bann-content-wrap .free-trial {
    width: 90%;
    margin: 10px auto;
  }
  .header-bann-wrap .bann-content-wrap .free-trial a {
    font-size: 14px;
  }
}
.header-bann-wrap .bann-content-wrap .slider-wrap {
  position: relative;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 1370px) {
  .header-bann-wrap .bann-content-wrap .slider-wrap {
    margin-top: 170px;
  }
}
@media screen and (max-width: 700px) {
  .header-bann-wrap .bann-content-wrap .slider-wrap {
    margin-top: 150px;
  }
}
.header-bann-wrap .bann-content-wrap .slider-wrap ul li {
  position: absolute;
  left: 4%;
}
@media screen and (max-width: 1024px) {
  .header-bann-wrap .bann-content-wrap .slider-wrap ul li {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header-bann-wrap .bann-content-wrap h1 {
  font: 350% "nexa-bold";
  color: #403f3f !important;
  margin: 1% 4% 1% !important;
  line-height: 65px;
}
@media screen and (min-width: 1024px) and (max-width: 1570px) {
  .header-bann-wrap .bann-content-wrap h1 {
    font: 330% "nexa-bold";
  }
}
.header-bann-wrap .bann-content-wrap h1 span {
  font: 90% "montserrat-regular";
  color: #1db88d;
  word-break: normal;
}
.header-bann-wrap .bann-content-wrap h2 {
  font: 45px "nexa-light";
  color: #434343;
  margin: 20px 15px !important;
  text-align: center;
}
.header-bann-wrap .bann-content-wrap h3 {
  font: 180% "nexa-light";
  color: #403f3f !important;
  margin: 10px 4% !important;
}
.header-bann-wrap .bann-content-wrap h3:last-child {
  margin: 80px 4% 0;
}
.header-bann-wrap .bann-content-wrap h3 span {
  font: 140% "nexa-bold";
}
.header-bann-wrap .bann-content-wrap p {
  font: 17px/21px "montserrat-medium";
  margin: 0% 4% 1% !important;
}
@media screen and (min-width: 1024px) and (max-width: 1370px) {
  .header-bann-wrap .bann-content-wrap p {
    margin: 0% 50% 1% 4% !important;
    line-height: 32px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  .header-bann-wrap .bann-content-wrap p {
    text-align: center !important;
    line-height: 36px;
    margin: 0% 5% 1% 4% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .header-bann-wrap .bann-content-wrap h1 {
    font: 240% "nexa-bold";
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1370px) {
  .header-bann-wrap .bann-content-wrap .slider-wrap {
    height: 240px;
  }
  .header-bann-wrap .bann-content-wrap h1 {
    font: 280% "nexa-bold";
    margin-top: 0px !important;
  }
  .header-bann-wrap .bann-content-wrap h3 {
    font: 150% "nexa-light";
  }
  .header-bann-wrap .bann-content-wrap h3:last-child {
    margin: 0px 4% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-bann-wrap .bann-content-wrap .slider-wrap {
    height: 230px;
  }
  .header-bann-wrap .bann-content-wrap .free-trial {
    margin: 2% auto;
  }
  .header-bann-wrap .bann-content-wrap h1 {
    font: 260% "nexa-bold";
    margin-top: 0px !important;
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap h3 {
    font: 190% "nexa-light";
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap .helping-text {
    font: 160% "nexa-light";
    margin: 3% 55% 0 4% !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .header-bann-wrap .bann-content-wrap .free-trial {
    margin: 15px auto;
  }
  .header-bann-wrap .bann-content-wrap h1 {
    font: 270% "nexa-bold";
    margin-top: 0px !important;
    text-align: center;
    margin: 0px 8% 10px !important;
  }
  .header-bann-wrap .bann-content-wrap h3:last-child {
    margin: 0px 4% 0 !important;
  }
  .header-bann-wrap .bann-content-wrap h3 {
    font: 170% "nexa-light";
    text-align: center;
  }
}
@media screen and (min-width: 420px) and (max-width: 600px) {
  .header-bann-wrap .bann-content-wrap h1 {
    font: 220% "nexa-bold";
    margin-top: 0px !important;
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap .free-trial {
    margin: 2% auto;
  }
  .header-bann-wrap .bann-content-wrap h3 {
    font: 120% "nexa-light";
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap h3:last-child {
    margin: 10px 4% 0 !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 420px) {
  .header-bann-wrap .bann-content-wrap h1 {
    font: 180% "nexa-bold";
    margin-top: 0px !important;
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap .free-trial {
    margin: 2% auto;
  }
  .header-bann-wrap .bann-content-wrap h3 {
    font: 120% "nexa-light";
    text-align: center;
  }
  .header-bann-wrap .bann-content-wrap h3:last-child {
    margin: 10px 4% 0 !important;
  }
}
.header-bann-wrap .buz-img {
  position: absolute;
  width: 30%;
  right: 6%;
  bottom: 9%;
}
@media screen and (min-width: 1024px) and (max-width: 1570px) {
  .header-bann-wrap .buz-img {
    right: 5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header-bann-wrap .buz-img {
    bottom: 10%;
    right: 50px;
    width: 36%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header-bann-wrap .buz-img {
    bottom: 13%;
    right: 3%;
    width: 38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-bann-wrap .buz-img {
    bottom: 4%;
    right: 0;
    width: 400px;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header-bann-wrap .buz-img {
    margin: 15px auto;
    margin-top: 30px;
    position: initial;
    width: 50%;
  }
}
.header-bann-wrap .relative {
  position: relative;
  background: #000000;
}
.header-bann-wrap .ser-wrap {
  height: 80px;
  margin: 15px;
}
.header-bann-wrap .outer-ring {
  background: #e6e6e6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}
.header-bann-wrap .inner-ring {
  background: #9e438d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.header-bann-wrap .inner-ring img {
  width: 60%;
  color: White;
}
.header-bann-wrap .ser-txt-wrap {
  width: 100%;
  border-radius: 0px 30px 30px 0px;
  background: #f3f3f3;
  margin-left: 60px;
  font: 16px/32px siteFont-normal, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  color: #585858;
  padding: 10px;
  padding-left: 30px;
}
.header-bann-wrap .privacy-list ul {
  margin-left: 30px;
}
.header-bann-wrap .privacy-list li {
  list-style-type: disc;
  font-size: 18px !important;
  padding: 5px;
}
.header-bann-wrap .full-stripe {
  width: 100%;
  background: white;
}
.header-bann-wrap .full-stripe ul li {
  padding: 10px 0;
}
.header-bann-wrap .full-stripe ul li:last-child a {
  border: 1px solid #434343;
  border-radius: 3px;
  text-align: center;
  color: white;
}
.header-bann-wrap .full-stripe ul li a {
  background: transparent !important;
  color: #2b2b2b !important;
  font-size: 10px !important;
}

.knowledge-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
}
.knowledge-popup .blocker {
  background: rgba(0, 16, 52, 0.8);
  width: 100%;
  height: 100vh;
}
.knowledge-popup .covid-popup .wait-content {
  display: none !important;
}
.knowledge-popup .covid-popup .wait-content-covid {
  display: block !important;
  margin: 0 auto;
  padding: 0px 44px;
}
@media screen and (max-width: 400px) {
  .knowledge-popup .covid-popup .wait-content-covid {
    padding: 0px 30px;
  }
}
.knowledge-popup .covid-popup .wait-content-covid .profile {
  margin-top: -70px;
  background: #f6f6f6;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  padding: 25px;
  width: 200px;
  padding-bottom: 14px;
  padding-top: 12px;
}
@media screen and (max-width: 1020px) {
  .knowledge-popup .covid-popup .wait-content-covid .profile {
    margin-top: 0px;
    padding-left: 0;
  }
}
.knowledge-popup .covid-popup .wait-content-covid .title {
  font: 30px "nexa-bold";
  color: #f54e48;
}
.knowledge-popup .covid-popup .wait-content-covid p {
  font: 17px "montserrat-regular";
  color: #434343;
  line-height: 30px;
}
.knowledge-popup .popup {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1000;
  color: #434343;
  background: #fff;
  width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .knowledge-popup .popup {
    width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    height: 100vh;
    border-radius: 0px;
    top: 51% !important;
  }
}

@media screen and (max-width: 520px) {
  .knowledge-popup .popup {
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll;
    height: 100vh;
    border-radius: 0px;
    top: 51% !important;
  }
}
.knowledge-popup .popup i {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #f54e48;
  background: white;
  border-radius: 20px;
  font-size: 13px;
  padding: 4px 6px 5px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .knowledge-popup .popup i {
    color: #757575;
  }
}
.knowledge-popup .popup .wait-content-covid {
  display: none;
}
.knowledge-popup .popup .wait-content {
  margin: 0 auto;
  padding: 0px 44px;
  display: block;
}
@media screen and (max-width: 400px) {
  .knowledge-popup .popup .wait-content {
    padding: 0px 30px;
  }
}
.knowledge-popup .popup .wait-content .thanks-pop {
  display: flex;
}
.knowledge-popup .popup .wait-content .profile {
  background: #fff;
  padding: 38px 0;
}
@media screen and (max-width: 1020px) {
  .knowledge-popup .popup .wait-content .profile {
    margin-top: 0px;
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .knowledge-popup .popup .wait-content .profile {
    width: 100%;
  }
}
.knowledge-popup .popup .wait-content .title {
  font: 30px "nexa-bold";
  color: #f54e48;
}
.knowledge-popup .popup .wait-content p {
  font: 17px "montserrat-regular";
  color: #434343;
  line-height: 32px;
}
.knowledge-popup .popup .wait-content h3,
.knowledge-popup .popup .wait-content .list {
  display: none;
}
.knowledge-popup .popup .enquiry-form {
  width: 50%;
  min-width: 350px;
  position: relative;
  padding: 18px;
}
@media screen and (max-width: 400px) {
  .knowledge-popup .popup .enquiry-form {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 1020px) {
  .knowledge-popup .popup .enquiry-form {
    width: 100%;
    margin: 0px 0;
    padding: 0;
  }
}
.knowledge-popup .popup .enquiry-form .loader-wrap {
  position: absolute;
  width: 93%;
  height: 93%;
  background: #333f5c;
  opacity: 0.9;
  z-index: 2;
  display: none;
  border-top-left-radius: 0;
}

@media screen and (max-width: 1020px) {
  .knowledge-popup .popup .enquiry-form .loader-wrap {
    width: 100%;
    height: 100%;
  }
}

.knowledge-popup
  .popup
  .enquiry-form
  .loader-wrap
  #loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  z-index: 19 !important;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
.knowledge-popup
  .popup
  .enquiry-form
  .loader-wrap
  #loading-bar-spinner.spinner
  .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #00c8b1 !important;
  border-left-color: #00c8b1 !important;
  border-radius: 50%;
}
@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.knowledge-popup .popup .enquiry-form .sales-form {
  background: #f54e48;
  background-image: url("/svg/resources/rs-form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 467px;
}
.knowledge-popup .popup .enquiry-form .sales-form .copy-btn {
  padding: 0 60px;
}
@media screen and (max-width: 430px) {
  .knowledge-popup .popup .enquiry-form .sales-form .copy-btn {
    padding: 0 20px;
  }
}
.knowledge-popup .popup .enquiry-form .sales-form .copy-btn p {
  font: 20px "montserrat-regular";
  line-height: 28px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.knowledge-popup .popup .enquiry-form .sales-form .copy-btn p span {
  margin-top: 34px;
  display: block;
}
.knowledge-popup .popup .enquiry-form .sales-form .copy-btn p span {
  font: 20px "montserrat-bold";
  line-height: 28px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.knowledge-popup .popup .enquiry-form .sales-form .copy-btn a {
  font: 16px "montserrat-medium";
  width: 70%;
  margin: 45px auto 0px;
  display: block;
  /* text-transform: uppercase; */
  padding: 20px 30px;
  text-align: center;
  cursor: pointer;
  color: white;
  background: #404040;
  border-radius: 65px !important;
  box-shadow: 0 18px 23px rgba(0, 0, 0, 0.22);
  height: unset;
  transition: all 0.3s;
}
.knowledge-popup .popup .enquiry-form .sales-form a:hover {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.22);
  background: black;
}

@media screen and (max-width: 768px) {
  .home-page .header-bann-wrap {
    min-height: 480px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.home-page .get-started {
  width: 300px;
  margin: 0 auto;
}
.home-page .get-started a {
  background: #007bff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  color: White;
  font: 18px "montserrat-medium";
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-page .get-started a:hover {
  background: #2565f9;
}
.home-page .accelerate-wrap {
  min-height: 600px;
  padding: 10% 5% 8% 5%;
  margin-bottom: 20px;
}
.home-page .accelerate-wrap .accel-wrap {
  margin-top: 5%;
}
.home-page .accelerate-wrap .accel-wrap .left-wrap {
  width: 40%;
  border-bottom: 1px dashed #c4c7e5;
  float: left;
  height: 130px;
}
@media screen and (max-width: 990px) {
  .home-page .accelerate-wrap .accel-wrap .left-wrap {
    float: none;
    border: none;
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .home-page .accelerate-wrap .accel-wrap .left-wrap img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}
.home-page .accelerate-wrap .accel-wrap .right-wrap {
  width: 60%;
  float: right;
  border-left: 1px dashed #c4c7e5;
  height: 260px;
  position: relative;
}
.home-page .accelerate-wrap .accel-wrap .right-wrap div:nth-child(2) {
  position: absolute;
  top: 117px;
}
.home-page .accelerate-wrap .accel-wrap .right-wrap div:first-child {
  position: absolute;
  top: -10px;
}
.home-page .accelerate-wrap .accel-wrap .right-wrap div:last-child {
  position: absolute;
  bottom: -130px;
  height: 130px;
}
.home-page .accelerate-wrap .accel-wrap .right-wrap div::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #1db88d;
  border-radius: 50%;
  display: inline-block;
}
.home-page .accelerate-wrap .accel-wrap .right-wrap p {
  padding: 0;
  padding-left: 5%;
  font-family: "montserrat-regular";
  font-size: 17px;
  color: #778777;
}
@media screen and (max-width: 990px) {
  .home-page .accelerate-wrap .accel-wrap .right-wrap {
    float: none;
    width: 100%;
    margin: 5%;
  }
  .home-page .accelerate-wrap .accel-wrap .right-wrap div {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .accelerate-wrap .accel-wrap .right-wrap {
    height: 320px;
  }
  .home-page .accelerate-wrap .accel-wrap .right-wrap div:nth-child(2) {
    position: absolute;
    top: 160px;
  }
}
.home-page .accelerate-wrap .accel-wrap::after {
  content: "";
  clear: both;
  display: table;
}
.home-page .accelerate-wrap h2 {
  font: 38px "nexa-bold" !important;
  color: #403f3f !important;
}
.home-page .accelerate-wrap h2 span {
  font: 32px "montserrat-regular";
  color: #1db88d;
  word-break: normal;
}
@media screen and (max-width: 1200px) {
  .home-page .accelerate-wrap {
    padding: 15% 2% 8% 2%;
  }
}
@media screen and (max-width: 990px) {
  .home-page .accelerate-wrap h2 {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .home-page .accelerate-wrap {
    min-height: 850px;
  }
}

.content-wrap {
  background: #fff;
}
.content-wrap .service-wrap-home {
  width: 70%;
  margin: 0 auto;
}
.content-wrap .service-wrap {
  width: 70%;
  margin: 0 auto;
}
.content-wrap .service-wrap .home-title-style {
  margin-top: 50px;
  margin-bottom: 0px;
}
.content-wrap .service-wrap .service-item {
  text-align: left;
  padding-bottom: 20px;
  padding-right: 0;
}
.content-wrap .service-wrap .service-item .img-center {
  display: block;
  margin: 0px auto;
}
.content-wrap .service-wrap .service-item img {
  width: 75%;
  margin: 0 auto;
}
.content-wrap .service-wrap .service-item h2 {
  text-align: center;
  margin: 50px 0 15px;
  font-family: "montserrat-medium";
  font-size: 30px;
  color: #2b2b2b;
  padding: 0;
}
.content-wrap .service-wrap .service-item .sub-title {
  color: #2565f9;
  font: 26px "nexa-light";
  margin-top: 3%;
}
.content-wrap .service-wrap .service-item p {
  padding: 0 5%;
  font-family: "montserrat-regular";
  font-size: 17px;
  color: #778777;
}
@media screen and (max-width: 768px) {
  .content-wrap .service-wrap .service-item p {
    text-align: center;
  }
}
.content-wrap .service-wrap .service-item button {
  margin-top: 25px;
  background: #1db88d;
  -webkit-box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
}
.content-wrap .service-wrap .service-item button a:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none;
}
.content-wrap .service-wrap .cross-line {
  border-right: 1px dashed rgba(203, 203, 203, 0.7);
}
@media screen and (min-width: 1025px) and (max-width: 1370px) {
  .content-wrap .service-wrap {
    margin-bottom: 50px !important;
  }
  .content-wrap .service-wrap h2 {
    text-align: center;
    padding: 0 15% !important;
    margin: 50px 0 25px !important;
  }
  .content-wrap .service-wrap .home-title-style {
    margin: 25px 0 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-wrap .service-wrap {
    margin-bottom: 50px !important;
  }
  .content-wrap .service-wrap h2 {
    text-align: center;
    font-size: 30px !important;
    padding: 0 10% !important;
  }
  .content-wrap .service-wrap .home-title-style {
    margin: 25px 0 50px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .content-wrap .service-wrap {
    margin-bottom: 50px !important;
  }
  .content-wrap .service-wrap h2 {
    font-size: 25px !important;
    color: #434343;
    padding: 0 20% !important;
    margin: 30px 0 !important;
  }
  .content-wrap .service-wrap p {
    padding: 0 12% !important;
    min-height: 50px !important;
  }
  .content-wrap .service-wrap .service-item {
    padding: 20px 0;
  }
  .content-wrap .service-wrap .home-title-style {
    margin: 25px 0 !important;
  }
}
@media screen and (min-width: 420px) and (max-width: 600px) {
  .content-wrap .service-wrap {
    margin-bottom: 50px !important;
  }
  .content-wrap .service-wrap .home-title-style {
    margin: 25px 0 !important;
  }
  .content-wrap .service-wrap h2 {
    font-size: 30px !important;
    color: #434343;
    padding: 0 10% !important;
    margin: 30px 0 !important;
  }
  .content-wrap .service-wrap .service-item {
    padding: 50px 0;
  }
  .content-wrap .service-wrap .service-item:first-child {
    border-bottom: 1px dashed rgba(203, 203, 203, 0.5);
  }
}
@media screen and (min-width: 300px) and (max-width: 420px) {
  .content-wrap .service-wrap {
    margin-bottom: 50px !important;
  }
  .content-wrap .service-wrap .home-title-style {
    margin: 50px 0 0 !important;
  }
  .content-wrap .service-wrap h2 {
    font-size: 20px !important;
    color: #434343;
    padding: 0 1% !important;
    margin: 10px 0 !important;
  }
  .content-wrap .service-wrap .service-item {
    padding: 50px 0;
  }
  .content-wrap .service-wrap .service-item:first-child {
    border-bottom: 1px dashed rgba(203, 203, 203, 0.5);
  }
}
.content-wrap .home-wrap {
  padding-top: 2%;
}
.content-wrap .feature-wrap h2 {
  text-align: center;
  margin: 50px 0 75px;
  font-family: "nexa-bold";
  font-size: 38px;
  color: #2b2b2b;
  padding: 0;
}
.content-wrap .feature-wrap .home-title-style {
  margin-top: 0px !important;
}
.content-wrap .feature-wrap .Features-item {
  padding: 0% 2% 10%;
  text-align: center;
}
.content-wrap .feature-wrap .Features-item h3 {
  font: 18px "montserrat-semibold";
  padding: 15px;
}
.content-wrap .feature-wrap .Features-item img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.content-wrap .feature-wrap .Features-item p {
  padding: 6% 7% 0;
  font-family: "montserrat-regular";
  font-size: 21px;
  color: #4a4a4a;
}
.content-wrap .feature-wrap .Features-item .read-more {
  margin: 0 auto;
  width: 200px;
}
.content-wrap .feature-wrap .Features-item .read-more a {
  display: block;
  padding: 10px;
  font: 17px "montserrat-medium";
  text-decoration: none;
}
.content-wrap .feature-wrap .Features-item .read-more a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  right: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-wrap .feature-wrap .Features-item .read-more a:hover:after {
  padding-left: 20px;
}
.content-wrap .feature-wrap .view-all {
  min-width: 350px;
  margin: 5% auto;
  width: 40%;
}
.content-wrap .feature-wrap .view-all a {
  display: block;
  padding: 25px;
  font: 19px "montserrat-regular";
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 50px;
  background: #00235f;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-wrap .feature-wrap .view-all a:hover {
  background: #0049c5;
}
.content-wrap .feature-wrap .feature-item {
  height: 100%;
  position: relative;
  margin-top: 200px;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(2) {
  margin-top: 50px;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 1) .round-number {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 1)
  .round-number
  span {
  border: 1px solid white;
  color: white;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 1) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: white;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 2) .round-number {
  border: 1px solid rgba(37, 101, 249, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 2)
  .round-number
  span {
  border: 1px solid #2565f9;
  color: #2565f9;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 2) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: #2565f9;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 3) .round-number {
  border: 1px solid rgba(245, 78, 72, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 3)
  .round-number
  span {
  border: 1px solid #f54e48;
  color: #f54e48;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 3) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  background: #f54e48;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 4) .round-number {
  border: 1px solid rgba(192, 0, 255, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 4)
  .round-number
  span {
  border: 1px solid #c000ff;
  color: #c000ff;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 4) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  background: #c000ff;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 5) .round-number {
  border: 1px solid rgba(29, 184, 141, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 5)
  .round-number
  span {
  border: 1px solid #1db88d;
  color: #1db88d;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 5) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  background: #1db88d;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 6) .round-number {
  border: 1px solid rgba(246, 202, 7, 0.1);
}
.content-wrap
  .feature-wrap
  .feature-item:nth-of-type(6n + 6)
  .round-number
  span {
  border: 1px solid #f6ca07;
  color: #f6ca07;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(6n + 6) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  background: #f6ca07;
}
.content-wrap .feature-wrap .feature-item .round-number {
  position: absolute;
  right: 0;
  width: 366px;
  height: 366px;
  z-index: 1;
  display: table;
  min-height: 366px;
  top: -165px;
  border-radius: 500px;
}
.content-wrap .feature-wrap .feature-item .round-number span {
  position: absolute;
  width: 20%;
  height: 19%;
  border-radius: 100px;
  text-align: center;
  margin: auto auto;
  top: 0%;
  bottom: 0%;
  right: 0%;
  left: 0%;
  line-height: 60px;
  font-size: 45px;
  font-weight: 500;
}
.content-wrap .feature-wrap .feature-item img {
  width: 65%;
  margin: 0 auto;
  display: block;
}

.content-wrap .feature-wrap .feature-item .columes .content-wrap h1 {
  font-family: "nexa-light";
  font-size: 50px;
  color: #2b2b2b;
  padding: 0 50% 0 0;
}
.content-wrap .feature-wrap .feature-item .columes .content-wrap p {
  padding: 1% 40% 2% 0;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
.content-wrap
  .feature-wrap
  .feature-item
  .columes
  .content-wrap
  button
  a:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(odd) .round-number {
  position: absolute;
  left: 0;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(odd) .content-wrap {
  text-align: right;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(odd) .content-wrap h1 {
  padding: 0 0 0 50%;
}
.content-wrap .feature-wrap .feature-item:nth-of-type(odd) .content-wrap p {
  padding: 1% 0% 2% 40%;
}
@media screen and (min-width: 991px) and (max-width: 1370px) {
  .content-wrap .feature-wrap .content-wrap h1 {
    padding: 0 35% 0 0 !important;
  }
  .content-wrap .feature-wrap .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .content-wrap .feature-wrap .feature-item:nth-of-type(odd) .content-wrap {
    text-align: right;
  }
  .content-wrap .feature-wrap .feature-item:nth-of-type(odd) .content-wrap h1 {
    padding: 0 0 0 50% !important;
  }
  .content-wrap .feature-wrap .round-number {
    width: 250px !important;
    height: 250px !important;
    min-height: 250px !important;
    top: -115px !important;
  }
  .content-wrap .feature-wrap span {
    position: absolute;
    width: 20% !important;
    height: 20% !important;
    line-height: 46px !important;
    font-size: 35px !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 990px) {
  .content-wrap .feature-wrap .home-title-style {
    margin-bottom: 100px !important;
    font-size: 44px !important;
  }
  .content-wrap .feature-wrap .content-wrap {
    text-align: center !important;
  }
  .content-wrap .feature-wrap .content-wrap h1 {
    font-size: 40px !important;
    padding: 0 10% !important;
  }
  .content-wrap .feature-wrap .content-wrap p {
    padding: 0% 10% !important;
  }
  .content-wrap .feature-wrap .round-number {
    display: none !important;
  }
  .content-wrap .feature-wrap .feature-item {
    margin-top: 0px !important;
    margin-bottom: 150px !important;
  }
  .content-wrap .feature-wrap .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
}
.content-wrap .components-wrap {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.content-wrap .components-wrap .component-item {
  margin: 3% 0%;
  padding: 10px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.02);
}
.content-wrap .components-wrap .component-item img {
  width: 20%;
  margin: 5% auto;
  display: block;
}
.content-wrap .components-wrap .component-item h3 {
  font-family: "montserrat-medium";
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  .content-wrap .components-wrap {
    width: 90% !important;
  }
  .content-wrap .components-wrap .home-title-style {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 1300px) {
  .content-wrap .service-wrap,
  .content-wrap .service-wrap-home {
    width: 95%;
  }
}

.booking footer {
  margin-top: 0px !important;
}

/* footer { padding-top: 50px; margin-top: 0px; background: url(../img/bottom_shape1.svg) left top no-repeat, url(../img/bottom_shape2.svg) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eef1f9), to(#fff)); background: url(../img/bottom_shape1.svg) left top no-repeat, url(../img/bottom_shape2.svg) right bottom no-repeat, linear-gradient(#eef1f9, #fff); } */
footer {
  margin-top: 0px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eef1f9),
    to(#fff)
  );
  background: linear-gradient(#eef1f9, #fff);
}
footer .free-trial {
  width: 400px;
  margin: 0px auto;
}
@media screen and (max-width: 769px) {
  footer .free-trial {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0%;
  }
  footer .free-trial a span {
    display: none;
  }
}
footer .free-trial a {
  background: #1db88d;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  -webkit-transition: all 1;
  -moz-transition: all 1;
}
footer .free-trial a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 20px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .free-trial a:hover:after {
  padding-left: 20px;
}
footer .info-text {
  text-align: center;
  font-family: "montserrat-light";
  font-weight: 200;
  font-size: 35px;
  padding: 10px 0% 30px;
  color: #2b2b2b;
  line-height: 44px;
}
footer .info-text span {
  font-family: "montserrat-bold";
  font-weight: 700;
  font-size: 35px;
}
footer .sale-mail {
  display: none;
  text-align: center;
  font-family: "montserrat-light";
  font-weight: 200;
  font-size: 35px;
  padding: 40px 0% 30px;
  color: #2b2b2b;
}
footer .sale-mail span {
  font-family: "montserrat-bold";
  font-weight: 700;
  font-size: 35px;
}
footer .external-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
footer .external-cta a {
  font: 18px "montserrat-medium";
  color: white !important;
  padding: 15px 0;
  border-radius: 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 263px;
  text-align: center;
  text-decoration: none;
}
footer .external-cta a img {
  width: 25px;
  margin-right: 11px;
  position: relative;
  bottom: 2px;
}
footer .external-cta a:first-child {
  background: #1db88d;
  margin-right: 10px;
  -webkit-box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  box-shadow: 0 15px 15px rgba(29, 184, 141, 0.4);
  margin-bottom: 25px;
}
footer .external-cta a:last-child {
  background: #f57148;
  -webkit-box-shadow: 0 15px 15px rgba(245, 78, 72, 0.4);
  box-shadow: 0 15px 15px rgba(245, 78, 72, 0.4);
}
@media screen and (max-width: 768px) {
  footer .external-cta {
    margin: 0px auto 50px !important;
  }
}
@media screen and (max-width: 570px) {
  footer .external-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .email-txt-wrap {
  margin: 0 auto !important;
}
/* footer .trapezoid { margin-top: 104px; border-bottom: 50px solid #393e42; border-left: 150px solid transparent; border-right: 150px solid transparent; height: 0; width: 100%; position: relative; }
footer .trapezoid .left-man { position: absolute; width: 170px !important; height: 212px !important; bottom: -32px; left: 23px; }
footer .trapezoid .right-girl { position: absolute; width: 132px !important; height: 237px !important; right: 40px; bottom: -85px; } */

footer .trapezoid {
  margin-top: 0px;
  border-bottom: 50px solid #2a3035;
  height: 0;
  width: 100%;
  position: relative;
}
footer .trapezoid .left-man {
  position: absolute;
  width: 170px !important;
  height: 212px !important;
  bottom: -32px;
  left: 23px;
}
footer .trapezoid .right-girl {
  position: absolute;
  width: 132px !important;
  height: 237px !important;
  right: 40px;
  bottom: -85px;
}

footer .bottom-links {
  background: #30373d;
  padding: 50px 30px 30px;
  color: white;
  display: inline-block;
  width: 100%;
}
footer .bottom-links .links-holder {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  footer .bottom-links .links-holder {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  footer .bottom-links .links-holder {
    width: 99%;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom-links .links-holder {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  footer .bottom-links .links-holder .tab-view {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  footer .bottom-links .links-holder .tab-view {
    display: block;
  }
}
footer .bottom-links .links-holder .mobile-view {
  display: none;
}
@media screen and (max-width: 750px) {
  footer .bottom-links .links-holder .mobile-view {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  footer .bottom-links .links-holder .mobile-view {
    display: none;
  }
}

footer .bottom-links .links-holder .b-links {
  width: 50% !important;
}
footer .bottom-links .links-holder .links {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer .bottom-links .links-holder .links .seperate-line {
  margin: 10px 0 0;
}
footer .bottom-links .links-holder .links .seperate-line ::before {
  content: "";
  width: 156px;
  height: 1px;
  background: #525456;
  position: absolute;
  top: -9px;
}
@media screen and (max-width: 550px) {
  footer .bottom-links .links-holder .links .seperate-line ::before {
    left: -41px;
  }
}
@media screen and (max-width: 1100px) {
  footer .bottom-links .links-holder .links {
    width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 60px;
  }
}
@media screen and (max-width: 750px) {
  footer .bottom-links .links-holder .links {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  footer .bottom-links .links-holder .links:last-child {
    width: 100%;
  }
}
footer .bottom-links .links-holder .links a {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer .bottom-links .links-holder .links:not(:last-child) ul li.ai-agents-foot { position: relative; padding-bottom: 10px; margin-bottom: 5px; }
footer .bottom-links .links-holder .links li.ai-agents-foot::after { content: ""; position: absolute; left: 0; bottom: 0; width: 156px; height: 1px; background: #525456; }
footer .bottom-links .links-holder .links li.ai-agents-foot a { display: inline-flex !important; align-items: center; gap: 8px; }
footer .bottom-links .links-holder .links li.ai-agents-foot a::after { content: "New"; font: 9px "montserrat-bold"; background: #00976d; color: #fff !important; padding: 2px 8px; border-radius: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
@media screen and (max-width: 550px) { footer .bottom-links .links-holder .links li.ai-agents-foot::after { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
footer .bottom-links .links-holder .links div {
  font: 20px "montserrat-medium";
  margin-bottom: 12px;
}
footer .bottom-links .links-holder .links:last-child ul li {
  list-style: none;
  position: relative;
}
footer .bottom-links .links-holder .links:last-child ul li i {
  position: absolute;
  top: 10px;
}
footer .bottom-links .links-holder .links:last-child ul li a {
}

footer .bottom-links .links-holder .links .headlink a {
  text-decoration: none;
  color: white !important;
}
footer .bottom-links .links-holder .links .headlink a:hover {
  color: #87d298 !important;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  footer .bottom-links .links-holder .links .title {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 30px;
  }
}
footer .bottom-links .links-holder .links:not(:last-child) ul {
  padding: 0;
  padding-bottom: 30px;
}
footer .bottom-links .links-holder .links:not(:last-child) ul li {
  list-style: none;
  font: 15px "montserrat-regular";
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .bottom-links .links-holder .links:not(:last-child) ul li:hover {
  color: white !important;
  cursor: pointer;
}
footer .bottom-links .links-holder .links:not(:last-child) ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
}
footer .bottom-links .links-holder .links:not(:last-child) ul li a:hover {
  color: white !important;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  footer .bottom-links .links-holder .links {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  footer .bottom-links .links-holder .links div {
    margin: 15px 0 10px;
  }
  footer .bottom-links .links-holder .links ul {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  footer .bottom-links .links-holder .links ul {
    padding-bottom: 20px !important;
  }
}
footer .bottom-links .links-holder .links:last-child ul {
  padding: 0;
  padding-bottom: 30px;
  border-bottom: none !important;
}
footer .bottom-links .links-holder .links:last-child ul .country {
  color: white;
}
footer .bottom-links .links-holder .links:last-child ul li {
  list-style: none;
  font: 15px "montserrat-regular";
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .bottom-links .links-holder .links:last-child ul li a:hover {
  color: white !important;
  cursor: pointer;
  text-decoration: none;
}
footer .bottom-links .links-holder .links:last-child ul li .fa {
  font-size: 12px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .bottom-links .links-holder .links:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  footer .bottom-links .links-holder .links:last-child {
    border-bottom: none;
  }
}
footer .bottom-links .last-footer {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  footer .bottom-links .last-footer {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom-links .last-footer {
    width: 95%;
  }
}
footer .bottom-links .last-footer .copyrights {
  font: 10px "montserrat-regular";
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0 0px;
  padding: 25px 0 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .bottom-links .last-footer .copyrights a .fab {
  font-size: 25px;
  float: right;
  color: white;
  position: relative;
  padding: 9px 15px;
  border-radius: 3px;
}
footer .bottom-links .last-footer .copyrights a:last-child .fab {
  margin-right: 10px;
}
footer .bottom-links .last-footer .copyrights .address {
  padding: 0;
  text-align: center;
  line-height: 1.5;
}
footer .bottom-links .last-footer .copyrights .address a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  footer .bottom-links .last-footer .copyrights .address {
    padding: 15px;
    text-align: center;
  }
}
footer .bottom-links .last-footer .copyrights .download-wrap {
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .bottom-links .last-footer .copyrights .download-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 495px) {
  footer .bottom-links .last-footer .copyrights .download-wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
footer .bottom-links .last-footer .copyrights .download-wrap a {
  line-height: 38px;
}
footer .bottom-links .last-footer .copyrights .download-wrap a:last-child img {
  margin-left: 20px;
}
footer .bottom-links .last-footer .copyrights .download-wrap img {
  background: transparent;
}
@media screen and (max-width: 350px) {
  footer .bottom-links .last-footer .copyrights .download-wrap a {
    display: block;
    padding: 15px;
    margin-left: 0px;
  }
  footer
    .bottom-links
    .last-footer
    .copyrights
    .download-wrap
    a:last-child
    img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  footer .bottom-links .last-footer .copyrights .social,
  footer .bottom-links .last-footer .copyrights .address,
  footer .bottom-links .last-footer .copyrights .download-wrap {
    text-align: center;
    display: block;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .bottom-links .last-footer .copyrights a .fab {
    float: none;
  }
}
@media screen and (max-width: 1250px) {
  footer .bottom-links .last-footer {
    width: 100%;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1370px) {
  footer .info-text {
    font-size: 30px !important;
    padding: 0px 0% 15px !important;
  }
  footer .left-man {
    width: 170px !important;
    height: 212px !important;
    bottom: -32px !important;
    left: -25px !important;
  }
  footer .right-girl {
    width: 132px !important;
    height: 237px !important;
    right: 23px !important;
    bottom: -83px !important;
  }
  /* footer .trapezoid { margin-top: 104px; border-bottom: 50px solid #3a3939; border-left: 200px solid transparent !important; border-right: 200px solid transparent !important; height: 0; width: 100%; } } */
  footer .trapezoid {
    margin-top: 0px;
    border-bottom: 50px solid #2a3035;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    height: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  footer .trapezoid {
    margin-top: 90px;
    border-bottom: 50px solid #2a3035;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    height: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .info-text {
    font-weight: 600;
    font-size: 25px !important;
    padding: 0px 0% 15px !important;
    line-height: 38px;
  }
  footer .info-text span {
    font-size: 25px !important;
    line-height: 2;
  }
  footer .trapezoid {
    margin-top: 0px;
    border-bottom: 50px solid #2a3035;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    height: 0;
    width: 100%;
  }
  footer .left-man {
    left: 10px !important;
  }
  footer .right-girl {
    width: 108px !important;
    height: 108px !important;
    right: 23px !important;
    bottom: -83px !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 570px) {
  footer .info-text {
    font-size: 15px !important;
    padding: 0px 5% 15px !important;
    line-height: 30px;
  }
  footer .info-text span {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 768px) {
  footer {
    /* .trapezoid { display: none; } */
  }
  /* footer .trapezoid { margin-top: 194px !important; border-bottom: 50px solid #3a3939; border-left: 0px solid transparent !important; border-right: 0px solid transparent !important; height: 0; width: 100%; } */
  footer .trapezoid {
    margin-top: 194px !important;
    border-bottom: 50px solid #2a3035;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    height: 0;
    width: 100%;
  }
  footer .info-text {
    font-size: 20px !important;
    padding: 0px 5% 15px !important;
  }
  footer .info-text span {
    font-size: 20px !important;
  }
  footer .email-txt-wrap {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  footer .trapezoid {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 0px;
    padding-top: 50px;
  }
}

/* newly added for footer */
footer .info-text {
  text-align: center;
  font-family: "montserrat-light";
  font-weight: 200;
  font-size: 35px;
  padding: 50px 0% 30px !important;
  color: #434343;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 1024px) {
  footer .info-text {
    font-weight: 500;
    font-size: 25px !important;
    line-height: 38px;
  }
}
footer .info-text h2 {
  font-family: "montserrat-semibold";
  font-size: 25px;
  color: white;
  width: 60%;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  footer .info-text h2 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  footer .info-text h2 {
    font-size: 28px !important;
    line-height: 37px;
  }
}
footer .info-text p {
  display: none;
}
footer .info-text a {
  font: 18px "montserrat-medium";
  color: white !important;
  padding: 15px 0 12px;
  border-radius: 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 210px;
  text-align: center;
  text-decoration: none;
  background: #1db88d;
  margin-right: 10px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
footer .info-text a img {
  width: 25px;
  margin-right: 11px;
  position: relative;
  bottom: 2px;
}

.review-icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px;
  width: 350px;
  margin: 55px auto 0px;
  padding-bottom: 50px;
}
@media screen and (max-width: 442px) {
  .review-icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
  }
}
.review-icons-wrap img {
  border-radius: 10px;
  padding: 15px 30px;
  width: 170px;
  background: #e5e9f1;
  min-height: 130px;
  height: auto;
  width: 100%;
  max-width: 150px !important;
}
@media screen and (max-width: 442px) {
  .review-icons-wrap img {
    margin-bottom: 20px;
  }
}
.review-icons-wrap img:hover {
  background: #eef1f9;
}

/* ------------------- */

.vision-page .vision-content {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 150px;
  z-index: 5;
}
.vision-page .vision-content h1 {
  font: 70px "nexa-bold";
}
.vision-page .vision-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 25% 0 0;
  line-height: 30px;
}
.vision-page .vision-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.vision-page .banner-img {
  position: absolute;
  bottom: -6px;
}
@media screen and (max-width: 1000px) {
  .vision-page .header-bann-wrap {
    min-height: 560px !important;
  }
  .vision-page .header-bann-wrap .vision-content {
    width: 60%;
  }
  .vision-page .header-bann-wrap .vision-content h3 {
    padding: 0 10% 0 0%;
  }
  .vision-page .header-bann-wrap .vision-content h1 {
    font: 50px "nexa-bold";
  }
}
@media screen and (max-width: 1000px) {
  .vision-page .banner-img img {
    width: 90%;
    margin-left: -85px;
  }
}
@media screen and (max-width: 768px) {
  .vision-page .header-bann-wrap {
    min-height: 560px !important;
  }
  .vision-page .header-bann-wrap .vision-content {
    width: 100% !important;
    text-align: center;
  }
  .vision-page .header-bann-wrap .vision-content h3 {
    padding: 0 10% 0 10% !important;
  }
  .vision-page .header-bann-wrap .vision-content h1 {
    font: 50px "nexa-bold";
  }
  .vision-page .header-bann-wrap .banner-img img {
    width: 50%;
  }
}
.vision-page .vision-content-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.vision-page .vision-content-wrap .about-txt {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  position: relative;
  margin-top: 70px;
}
.vision-page .vision-content-wrap .about-txt img {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 40%;
}
.vision-page .vision-content-wrap .about-txt h1 {
  font: 65px "montserrat-light";
  padding: 0 25% 0 0;
  line-height: 30px;
  margin-bottom: 80px;
}
.vision-page .vision-content-wrap .about-txt p {
  font: 20px "montserrat-regular";
  line-height: 30px;
}
.vision-page .vision-content-wrap .about-txt p a {
  color: #1db88d;
  text-decoration: none;
}
.vision-page .vision-content-wrap .about-txt button {
  margin-top: 50px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
@media screen and (max-width: 768px) {
  .vision-page .vision-content-wrap .about-txt {
    text-align: center;
    padding: 60px 30px !important;
  }
  .vision-page .vision-content-wrap .about-txt h1 {
    font-size: 45px;
    padding: 0 !important;
  }
  .vision-page .vision-content-wrap .about-txt img {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .vision-page .vision-content-wrap .about-txt {
    text-align: center;
    padding: 30px 25px !important;
  }
  .vision-page .vision-content-wrap .about-txt h1 {
    font: 25px "montserrat-medium";
    padding: 0 !important;
  }
  .vision-page .vision-content-wrap .about-txt p {
    margin-top: 0 !important;
    font: 18x "montserrat-regular";
  }
}

.feature-page .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .feature-page .header-bann-wrap {
    min-height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-page .header-bann-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .feature-page .header-bann-wrap {
    height: auto !important;
  }
}
.feature-page .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
.feature-page .top-content h1 {
  font: 55px "nexa-bold";
}
.feature-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 25% 0 0;
  line-height: 30px;
}
.feature-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.feature-page .top-content .email-txt-wrap {
  margin: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .feature-page .top-content .email-txt-wrap {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1400px) {
  .feature-page .top-content {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .feature-page .top-content {
    margin-top: 130px;
    width: 100%;
  }
  .feature-page .top-content h1 {
    text-align: center;
  }
  .feature-page .top-content h3 {
    text-align: center;
    padding: 0px;
  }
  .feature-page .top-content p {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .feature-page .top-content {
    margin-bottom: 20px !important;
  }
}
.feature-page .top-content > div {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .feature-page .top-content > div {
    margin: 15px;
  }
}
.feature-page .banner-img {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .feature-page .banner-img {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .feature-page .banner-img {
    margin-top: 0px;
    width: 100%;
  }
}
.feature-page img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%; /*   @media screen and(max-width: 1400px) { width: 80%; } */
}
@media screen and (max-width: 1200px) {
  .feature-page img {
    width: 80%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 1000px) {
  .feature-page .header-bann-wrap {
    min-height: 560px !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0px;
  }
  .feature-page .header-bann-wrap .top-content {
    text-align: center;
    margin-bottom: 20%;
    position: initial;
    width: 100%;
    padding: 0;
  }
  .feature-page .header-bann-wrap .top-content h1 {
    font: 55px "nexa-bold";
  }
  .feature-page .header-bann-wrap .top-content h3 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 550px) {
  .feature-page .top-content h1 {
    font: 28px "nexa-bold" !important;
  }
}
.feature-page .logi-content {
  margin-top: 5%;
}
.feature-page .logi-content p {
  padding: 0px 5%;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
}
@media screen and (max-width: 1500px) {
  .feature-page .usecase h1 {
    font-size: 55px !important;
  }
}
@media screen and (max-width: 950px) {
  .feature-page .usecase h1 {
    font: 28px/40px "nexa-bold" !important;
  }
}
.feature-page .no-right img {
  right: 0;
}
.feature-page .features-wrap .heathcare p {
  padding: 0px 5%;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
.feature-page .features-wrap .features-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-page .features-wrap .features-wrap02 .left-wrap {
  min-width: 450px;
  border-right: 1px solid #f7f7f7;
  position: relative;
}
.feature-page .features-wrap .features-wrap02 .left-wrap h3 {
  font-family: "montserrat-semibold";
  font-size: 22px;
  text-align: right;
  color: #1db88d;
  padding: 0;
  padding: 25px;
}
.feature-page .features-wrap .features-wrap02 .left-wrap .sticky-leftmenu {
  position: fixed;
  margin-top: 0px;
  top: 150px;
  left: 0px;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.feature-page .features-wrap .features-wrap02 .left-wrap ul {
  position: absolute;
  top: 30px;
  width: 450px;
  left: 0px;
}
.feature-page .features-wrap .features-wrap02 .left-wrap ul li a {
  display: block;
  padding: 20px;
  text-align: right;
  padding-right: 5%;
  font: 16px "montserrat-regular";
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 1px solid #f7f7f7;
}
.feature-page .features-wrap .features-wrap02 .left-wrap ul li :after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-page .features-wrap .features-wrap02 .left-wrap ul li a:hover {
  color: #1db88d;
}
.feature-page .features-wrap .features-wrap02 .left-wrap ul li a:hover:after {
  padding-left: 5px;
  color: #1db88d;
}
.feature-page .features-wrap .features-wrap02 .left-wrap a.active {
  color: #1db88d;
}
.feature-page .features-wrap .features-wrap02 .right-wrap {
  float: right;
}
@-webkit-keyframes flexCursorMove {
  100% {
    right: 19px;
  }
}
@keyframes flexCursorMove {
  100% {
    right: 19px;
  }
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .hand-img {
  display: block !important;
  -webkit-animation: flexCursorMove 5s steps(5) forwards;
  animation: flexCursorMove 5s steps(5) forwards;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box {
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes flexSlideImage {
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes flexSlideImage {
  100% {
    width: 100%;
    opacity: 1;
  }
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(1) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(2) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(3) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(4) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(5) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-slide-animation
  .slide-box
  img:nth-child(6) {
  -webkit-animation: flexSlideImage 0.5s forwards ease-in-out;
  animation: flexSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-animate-clips {
  float: right;
  overflow: hidden;
  width: 288px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.09);
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-animate-clips
  .init-screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-animate-clips
  .hand-img {
  position: absolute;
  top: 27px !important;
  right: 160px !important;
  z-index: 99;
  display: none;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .flexible-animate-clips
  .anim-image {
  position: absolute;
  width: 0%;
  height: auto;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes workflowCursorMove {
  100% {
    right: 27px;
  }
}
@keyframes workflowCursorMove {
  100% {
    right: 27px;
  }
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .hand-img {
  display: block !important;
  -webkit-animation: workflowCursorMove 3s steps(3) forwards;
  animation: workflowCursorMove 3s steps(3) forwards;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box {
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes workSlideImage {
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes workSlideImage {
  100% {
    width: 100%;
    opacity: 1;
  }
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(1) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(2) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(3) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(4) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(5) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-slide-animation
  .slide-box
  img:nth-child(6) {
  -webkit-animation: workSlideImage 0.5s forwards ease-in-out;
  animation: workSlideImage 0.5s forwards ease-in-out;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-animate-clips {
  float: right;
  overflow: hidden;
  width: 288px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.09);
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-animate-clips
  .init-screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-animate-clips
  .hand-img {
  position: absolute;
  top: 27px !important;
  right: 175px !important;
  z-index: 99;
  display: none;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .workflow-animate-clips
  .anim-image {
  position: absolute;
  width: 0%;
  height: auto;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 5%;
  margin: 5%;
  position: relative;
}
.feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 img {
  width: 260px;
  float: right;
  margin: 0px 0px 20px 20px;
  position: absolute;
  top: 60px;
  right: 0;
}
.feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 h1 {
  font-family: "nexa-light";
  font-size: 35px;
  color: #2b2b2b;
  padding: 0;
  margin-bottom: 35px;
}
.feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 h3 {
  font-family: "montserrat-regular";
  font-size: 20px;
  color: #2565f9;
  padding: 0;
  margin: 2% 0px 1%;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .feature-item02
  .nav-tabs {
  margin: 60px 0px;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .feature-item02
  ul
  li
  a {
  font-family: "montserrat-regular";
  font-size: 20px;
  color: #757575;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .feature-item02
  li.active
  a {
  color: #2565f9;
}
.feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 p {
  margin-bottom: 15px;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
  width: 60%;
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .feature-item02
  .tab-content
  p {
  margin: 15px;
  margin-top: 2%;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    .sub-tab {
    clear: both;
  }
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    ul
    li
    a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1360px) {
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    ul
    li
    a {
    font-size: 14px;
    font-family: "montserrat-medium";
  }
}
.feature-page
  .features-wrap
  .features-wrap02
  .right-wrap
  .feature-item02
  .sub-tab-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    img {
    width: 100%;
    display: block;
    margin: 15px auto;
    position: unset;
  }
  .feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 p {
    width: 100%;
    text-align: center;
  }
  .feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 h1 {
    font-size: 30px;
    text-align: center;
  }
  .feature-page .features-wrap .features-wrap02 .right-wrap .feature-item02 h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    .sub-tab-mob {
    display: block;
    margin-top: 50px;
  }
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    .sub-tab-mob
    p {
    width: 100%;
    text-align: left;
  }
  .feature-page
    .features-wrap
    .features-wrap02
    .right-wrap
    .feature-item02
    .sub-tab {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .feature-page .features-wrap .features-wrap02 .left-wrap {
    display: none;
  }
  .feature-page .features-wrap .features-wrap02 .right-wrap {
    float: none;
  }
}
.feature-page .features-wrap .feature-item {
  position: relative;
  margin-top: 150px;
}
.feature-page .features-wrap .feature-item:nth-child(2) {
  margin-top: 0;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 1) .round-number {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 1)
  .round-number
  span {
  border: 1px solid white;
  color: white;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 1) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: white;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 2) .round-number {
  border: 1px solid rgba(37, 101, 249, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 2)
  .round-number
  span {
  border: 1px solid #2565f9;
  color: #2565f9;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 2) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: #2565f9;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 3) .round-number {
  border: 1px solid rgba(245, 78, 72, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 3)
  .round-number
  span {
  border: 1px solid #f54e48;
  color: #f54e48;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 3) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  background: #f54e48;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 4) .round-number {
  border: 1px solid rgba(192, 0, 255, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 4)
  .round-number
  span {
  border: 1px solid #c000ff;
  color: #c000ff;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 4) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  background: #c000ff;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 5) .round-number {
  border: 1px solid rgba(29, 184, 141, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 5)
  .round-number
  span {
  border: 1px solid #1db88d;
  color: #1db88d;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 5) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  background: #1db88d;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 6) .round-number {
  border: 1px solid rgba(246, 202, 7, 0.1);
}
.feature-page
  .features-wrap
  .feature-item:nth-of-type(6n + 6)
  .round-number
  span {
  border: 1px solid #f6ca07;
  color: #f6ca07;
}
.feature-page .features-wrap .feature-item:nth-of-type(6n + 6) .columes button {
  -webkit-box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  background: #f6ca07;
}
.feature-page .features-wrap .feature-item img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.feature-page .features-wrap .feature-item .columes .content-wrap h1 {
  font-family: "nexa-light";
  color: #2b2b2b;
  padding: 0 20% 0 0;
}
.feature-page .features-wrap .feature-item .columes .content-wrap p {
  padding: 1% 30% 0 0;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
.feature-page .features-wrap .feature-item:nth-of-type(odd) .round-number {
  position: absolute;
  left: 0;
}
.feature-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap {
  text-align: right;
}
.feature-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap h1 {
  padding: 0 0 0 20%;
}
.feature-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap p {
  padding: 1% 0% 2% 30%;
}
@media screen and (min-width: 991px) and (max-width: 1370px) {
  .feature-page .content-wrap h1 {
    font-size: 35px !important;
    padding: 0 5% 0 0 !important;
  }
  .feature-page .content-wrap p {
    padding: 1% 10% 0 0% !important;
  }
  .feature-page .feature-item {
    margin-top: 149px !important;
  }
  .feature-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .feature-page .feature-item img {
    width: 100% !important;
  }
  .feature-page .feature-item:nth-of-type(odd) .content-wrap {
    text-align: right;
  }
  .feature-page .feature-item:nth-of-type(odd) .content-wrap h1 {
    padding: 0 0 0 10% !important;
  }
  .feature-page .feature-item:nth-of-type(odd) .content-wrap p {
    padding: 1% 0% 0 10% !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 990px) {
  .feature-page .content-wrap {
    margin-top: 30px !important;
  }
  .feature-page .content-wrap h1 {
    font-size: 40px !important;
    padding: 0 10% !important;
  }
  .feature-page .feature-item {
    margin-top: 0px !important;
    margin-bottom: 150px !important;
  }
  .feature-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .feature-page .feature-item img {
    width: 65% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 520px) {
  .feature-page .content-wrap {
    margin-top: 30px !important;
  }
  .feature-page .content-wrap h1 {
    font-size: 30px !important;
    padding: 0 5% !important;
  }
  .feature-page .content-wrap p {
    font-size: 18px !important;
  }
}

.sol-page .banner-img {
  width: 50%;
  margin-top: 112px !important;
}
@media screen and (max-width: 1273px) {
  .sol-page .banner-img {
    width: 30% !important;
  }
}
.sol-page .banner-img img {
  width: 537px !important;
}
@media screen and (max-width: 1273px) {
  .sol-page .banner-img img {
    width: 400px !important;
  }
}
.sol-page .top-content {
  padding-left: 100px;
  margin-top: 51px !important;
}
.sol-page .top-content h3 {
  padding: 0 5% 0 0 !important;
}
@media screen and (max-width: 1375px) {
  .sol-page .top-content {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1273px) {
  .sol-page .top-content {
    padding-left: 50px !important;
    width: 60% !important;
  }
}
@media screen and (max-width: 1206px) {
  .sol-page .top-content {
    width: 90% !important;
  }
}
@media screen and (max-width: 850px) {
  .sol-page .top-content {
    width: 100% !important;
    margin-top: 125px !important;
  }
}
.sol-page .header-bann-wrap {
  min-height: 520px !important;
}
@media screen and (max-width: 850px) {
  .sol-page .header-bann-wrap {
    height: 480px !important;
  }
}
.sol-page .slt-content {
  width: 80%;
  margin: 5% auto;
}
.sol-page .slt-content a {
  text-decoration: none;
}
.sol-page .slt-content .slt-item {
  border: 1px solid #e6e8ed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 65px;
  margin-bottom: 30px;
  min-height: 298px;
  position: relative;
}
@media screen and (max-width: 1558px) {
  .sol-page .slt-content .slt-item {
    height: 338px !important;
  }
}
@media screen and (max-width: 1373px) {
  .sol-page .slt-content .slt-item {
    height: 370px !important;
  }
}
@media screen and (max-width: 1167px) {
  .sol-page .slt-content .slt-item {
    height: 480px !important;
  }
}
@media screen and (max-width: 990px) {
  .sol-page .slt-content .slt-item {
    min-height: unset !important;
    height: unset !important;
  }
}
.sol-page .slt-content .slt-item img {
  width: 50px;
}
.sol-page .slt-content .slt-item .arrow-icon {
  width: 15px !important;
  position: absolute;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: 50%;
}
.sol-page .slt-content .slt-item h2 {
  font: 35px "montserrat-bold";
  color: black;
}
.sol-page .slt-content .slt-item p {
  font: 18px "montserrat-regular";
  line-height: 38px;
  color: black;
}

.industry-wrap {
  width: 90%;
  margin: 10% auto;
}
@media screen and (max-width: 520px) {
  .industry-wrap {
    width: 100% !important;
  }
}
.industry-wrap p {
  margin: 15px 0px;
  font-family: "montserrat-regular";
  font-size: 18px;
  line-height: 35px;
  color: #778777;
}
.industry-wrap .section-wrap {
  margin: 5% 0px;
}
.industry-wrap .section-wrap img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.industry-wrap .section-wrap .section {
  margin: 5%;
}
.industry-wrap .section-wrap .section .custom:nth-child(2),
.industry-wrap .section-wrap .section .custom:nth-child(5),
.industry-wrap .section-wrap .section .custom:nth-child(8) {
  border-right: 1px #d9dce0 dashed;
  border-left: 1px #d9dce0 dashed;
}
.industry-wrap .section-wrap .section .custom:nth-child(n + 4) {
  border-top: 1px #d9dce0 dashed;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .industry-wrap .section-wrap .section .custom:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .industry-wrap .section-wrap .section .custom:nth-child(5),
  .industry-wrap .section-wrap .section .custom:nth-child(8) {
    border-left: none;
  }
  .industry-wrap .section-wrap .section .custom:nth-child(odd) {
    border-right: 1px #d9dce0 dashed;
  }
  .industry-wrap .section-wrap .section .custom:nth-child(n + 3) {
    border-top: 1px #d9dce0 dashed;
    padding-top: 30px;
  }
  .industry-wrap .section-wrap .section .first-tile {
    display: none !important;
  }
  .industry-wrap .section-wrap .section .last-tile {
    border-right: none !important;
  }
}
@media screen and (max-width: 768px) {
  .industry-wrap .section-wrap .section .custom {
    border: none !important;
  }
}
.industry-wrap .section-wrap h2 {
  font: 25px "montserrat-bold";
  padding: 10px 15px;
  line-height: 40px;
  text-align: center;
  color: #2b2b2b;
}
.industry-wrap .section-wrap p {
  padding: 0px 60px 0;
  margin: 0px;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .industry-wrap .section-wrap p {
    padding: 0px 35px 0;
  }
}
@media screen and (max-width: 1400px) {
  .industry-wrap {
    width: 90%;
  }
}

.audit-wrap {
  width: 90%;
  margin: 80px auto;
}
.audit-wrap .content-wrap {
  margin: 2% 0px;
}
.audit-wrap p {
  margin: 15px 0px;
  font-family: "montserrat-regular";
  font-size: 18px;
  line-height: 35px;
  color: #778777;
}
@media screen and (max-width: 768px) {
  .audit-wrap p {
    text-align: center;
  }
}
.audit-wrap .section-wrap {
  margin: 5% 0px;
}
.audit-wrap .section-wrap img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.audit-wrap .section-wrap .section {
  margin: 5%;
}
.audit-wrap .section-wrap h2 {
  font: 38px "montserrat-semibold";
  padding: 5px 15px;
  line-height: 45px;
  text-align: center;
  color: #2b2b2b;
}
.audit-wrap .section-wrap h3 {
  font: 20px "montserrat-semibold";
  padding: 5px 15px;
  line-height: 30px;
  text-align: center;
  color: #2b2b2b;
}
.audit-wrap .section-wrap p {
  padding: 0px 15px 0;
  margin: 0px;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .audit-wrap {
    width: 95%;
  }
}

.audit-feature-wrap {
  min-height: 300px;
  padding-top: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f6fa),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #f4f6fa 0%, #ffffff 100%);
}
.audit-feature-wrap .audit-wrap {
  margin-top: 3%;
}
.audit-feature-wrap .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0px 15%;
  margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
  .audit-feature-wrap .icon-title {
    margin: 5% 5% 2%;
  }
}
.audit-feature-wrap .section-wrap {
  margin: 2% 0px;
}
.audit-feature-wrap .section-wrap img {
  width: 40px;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0px;
}
.audit-feature-wrap .section-wrap .section {
  margin: 0%;
}
.audit-feature-wrap .section-wrap h2 {
  font: 38px "montserrat-semibold";
  padding: 5px 15px;
  margin-bottom: 80px;
  line-height: 45px;
  text-align: center;
  color: #2b2b2b;
}
.audit-feature-wrap .section-wrap h3 {
  font: 20px "montserrat-semibold";
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  line-height: 30px;
  text-align: left;
  color: #2b2b2b;
  -ms-flex-item-align: center;
  align-self: center;
}
.audit-feature-wrap .section-wrap p {
  padding: 0px;
  margin: 0px 15%;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 650px) {
  .audit-feature-wrap .section-wrap p {
    margin: 2% 5%;
  }
}

.cots-bg {
  background: #3a208b;
  padding: 3% 0px;
  text-align: center;
  font: 28px "montserrat-semibold";
  color: #fff;
}
.cots-bg span {
  font: 16px "montserrat-regular";
}

.result-wrap {
  background: #f3f5fa;
  padding: 25px 0px;
}
.result-wrap .no-bg {
  background: none;
}
.result-wrap ul li {
  font-family: "montserrat-regular";
  font-size: 17px;
  padding: 15px;
  color: #000;
}
.result-wrap ul li::before {
  content: "";
  background: #fff;
  border: 2px solid #1db88d;
  margin-right: 20px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

.spacing {
  margin: 5% auto !important;
}

.case-study-wrap {
  width: 80%;
  margin: 2% auto;
}
.case-study-wrap .content-wrap {
  margin: 2% 0px;
}
@media screen and (max-width: 1280px) {
  .case-study-wrap {
    width: 95%;
  }
}
.case-study-wrap .cot2 {
  text-align: center;
  padding: 5% 0 0;
}
.case-study-wrap .cot2 h3 {
  color: #1db88d;
}
.case-study-wrap .mobile-view {
  display: none;
}
@media screen and (max-width: 990px) {
  .case-study-wrap .web-view {
    display: none;
  }
  .case-study-wrap .mobile-view {
    display: block;
  }
}
.case-study-wrap .solution-section {
  min-height: 500px;
}
@media screen and (max-width: 1560px) {
  .case-study-wrap .solution-section {
    min-height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .case-study-wrap .solution-section {
    min-height: 750px;
  }
}
@media screen and (max-width: 970px) {
  .case-study-wrap .solution-section {
    min-height: 550px;
  }
}
.case-study-wrap .solution-section h3 {
  margin-bottom: 3rem;
}
.case-study-wrap p {
  margin: 15px 0px;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
}
.case-study-wrap p strong {
  color: #000;
  font-size: 18px;
}
.case-study-wrap .challenge-wrap-mobile div {
  position: relative;
  margin-bottom: 50px;
}
.case-study-wrap .challenge-wrap-mobile div p {
  margin-left: 50px;
}
.case-study-wrap .challenge-wrap-mobile div::before {
  content: "";
  float: left;
  background: #fff url(../img/fire.svg) no-repeat center center;
  border: 1px solid #e6e8ed;
  margin-top: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
}
.case-study-wrap .challenge-wrap-mobile div:nth-child(even)::before {
  content: "";
  background: #fff url(../img/fire_extinguisher.svg) no-repeat center center;
}
.case-study-wrap .challenge-wrap-mobile div:nth-child(2) {
  border-bottom: 1px dashed #e7e0e0;
  padding-bottom: 30px;
}
.case-study-wrap .challenge-wrap-mobile div:nth-child(4) {
  border-bottom: 1px dashed #e7e0e0;
  padding-bottom: 30px;
}
.case-study-wrap .challenge-wrap {
  border-left: 1px dashed #c4c7e5;
  min-height: 260px;
  position: relative;
  margin: 15px;
  margin-top: 8%; /*    @media screen and(max-width: 680px){ margin-bottom:250px;min-height: 400px;  div:nth-child(2){ position: absolute; top:200px;} p{ margin-left: 15px;} }
 @media screen and(max-width: 500px){ margin-bottom:280px;min-height: 560px;  div:nth-child(2){ position: absolute; top:280px;}   p{ margin-left: 15px;}  } */
}
.case-study-wrap .challenge-wrap div:nth-child(2) {
  position: absolute;
  top: 117px;
}
.case-study-wrap .challenge-wrap div:first-child {
  position: absolute;
  top: -10px;
}
.case-study-wrap .challenge-wrap div:last-child {
  position: absolute;
  bottom: -130px;
  height: 130px;
}
.case-study-wrap .challenge-wrap div::before {
  content: "";
  position: absolute;
  background: #fff url(../img/fire.svg) no-repeat center center;
  border: 1px solid #e6e8ed;
  left: -18px;
  top: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
}
.case-study-wrap .challenge-wrap p {
  padding: 0;
  margin: 0;
  padding-left: 8% !important;
  font-family: "montserrat-regular";
  font-size: 17px;
  color: #778777;
}
@media screen and (max-width: 1560px) {
  .case-study-wrap .challenge-wrap {
    min-height: 360px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(2) {
    position: absolute;
    top: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .case-study-wrap .challenge-wrap {
    min-height: 420px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(2) {
    position: absolute;
    top: 185px;
  }
}
@media screen and (max-width: 990px) {
  .case-study-wrap .challenge-wrap {
    margin-bottom: 150px;
    min-height: 850px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(even)::before {
    content: "";
    position: absolute;
    background: #fff url(../img/fire_extinguisher.svg) no-repeat center center;
    border: 1px solid #e6e8ed;
    left: -18px;
    top: 5px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
  }
  .case-study-wrap .challenge-wrap div:nth-child(2) {
    position: absolute;
    top: 130px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(3) {
    position: absolute;
    top: 300px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(5) {
    position: absolute;
    bottom: 80px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(4) {
    position: absolute;
    bottom: 280px;
  }
}
@media screen and (max-width: 580px) {
  .case-study-wrap .challenge-wrap {
    margin-bottom: 150px;
    min-height: 1000px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(2) {
    position: absolute;
    top: 180px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(3) {
    position: absolute;
    top: 400px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(5) {
    position: absolute;
    bottom: 80px;
  }
  .case-study-wrap .challenge-wrap div:nth-child(4) {
    position: absolute;
    bottom: 280px;
  }
}
@media screen and (max-width: 500px) {
  .case-study-wrap .challenge-wrap {
    margin-bottom: 250px;
    min-height: 1500px;
  }
  .case-study-wrap .challenge-wrap div::before {
    content: "";
    position: relative;
    background: #fff url(../img/fire_extinguisher.svg) no-repeat center center;
    border: 1px solid #e6e8ed;
    left: -18px;
    top: 5px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
  }
  .case-study-wrap .challenge-wrap div {
    position: relative !important;
  }
}
.case-study-wrap .solution-wrap {
  border-left: 1px dashed #c4c7e5;
  min-height: 260px;
  position: relative;
  margin: 15px;
  margin-top: 8%;
}
.case-study-wrap .solution-wrap p {
  margin: 0px;
  padding: 0px;
}
.case-study-wrap .solution-wrap div:nth-child(2) {
  position: absolute;
  top: 117px;
}
.case-study-wrap .solution-wrap div:first-child {
  position: absolute;
  top: -10px;
}
.case-study-wrap .solution-wrap div:last-child {
  position: absolute;
  bottom: -130px;
  height: 130px;
}
.case-study-wrap .solution-wrap div::before {
  content: "";
  position: absolute;
  background: #fff url(../img/fire_extinguisher.svg) no-repeat center center;
  border: 1px solid #e6e8ed;
  left: -18px;
  top: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
}
.case-study-wrap .solution-wrap p {
  padding: 0;
  margin: 0;
  padding-left: 8% !important;
  font-family: "montserrat-regular";
  font-size: 17px;
  color: #778777;
}
@media screen and (max-width: 1560px) {
  .case-study-wrap .solution-wrap {
    min-height: 360px;
  }
  .case-study-wrap .solution-wrap div:nth-child(2) {
    position: absolute;
    top: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .case-study-wrap .solution-wrap {
    min-height: 420px;
  }
  .case-study-wrap .solution-wrap div:nth-child(2) {
    position: absolute;
    top: 185px;
  }
}
@media screen and (max-width: 990px) {
  .case-study-wrap .solution-wrap {
    margin-bottom: 280px;
    min-height: 260px;
  }
  .case-study-wrap .solution-wrap div:nth-child(2) {
    position: absolute;
    top: 117px;
  }
}
@media screen and (max-width: 680px) {
  .case-study-wrap .solution-wrap {
    margin-bottom: 280px;
    min-height: 400px;
  }
  .case-study-wrap .solution-wrap div:nth-child(2) {
    position: absolute;
    top: 200px;
  }
  .case-study-wrap .solution-wrap p {
    margin-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .case-study-wrap .solution-wrap {
    margin-bottom: 280px;
    min-height: 760px;
  }
  .case-study-wrap .solution-wrap div:nth-child(2) {
    position: absolute;
    top: 380px;
  }
  .case-study-wrap .solution-wrap p {
    margin-left: 15px;
  }
}

.logistics-page .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .logistics-page .header-bann-wrap {
    min-height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .logistics-page .header-bann-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .logistics-page .header-bann-wrap {
    height: auto !important;
  }
}
.logistics-page .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
.logistics-page .top-content h1 {
  font: 55px "nexa-bold";
}
.logistics-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 25% 0 0;
  line-height: 30px;
}
.logistics-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.logistics-page .top-content .email-txt-wrap {
  margin: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .logistics-page .top-content .email-txt-wrap {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1400px) {
  .logistics-page .top-content {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .logistics-page .top-content {
    margin-top: 130px;
    width: 100%;
  }
  .logistics-page .top-content h1 {
    text-align: center;
  }
  .logistics-page .top-content h3 {
    text-align: center;
    padding: 0px;
  }
  .logistics-page .top-content p {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .logistics-page .top-content {
    margin-bottom: 20px !important;
  }
}
.logistics-page .top-content > div {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .logistics-page .top-content > div {
    margin: 15px;
  }
}
.logistics-page .banner-img {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .logistics-page .banner-img {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .logistics-page .banner-img {
    margin-top: 0px;
    width: 100%;
  }
}
.logistics-page img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%; /*   @media screen and(max-width: 1400px) { width: 80%; } */
}
@media screen and (max-width: 1200px) {
  .logistics-page img {
    width: 80%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 1000px) {
  .logistics-page .header-bann-wrap {
    min-height: 560px !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0px;
  }
  .logistics-page .header-bann-wrap .top-content {
    text-align: center;
    margin-bottom: 20%;
    position: initial;
    width: 100%;
    padding: 0;
  }
  .logistics-page .header-bann-wrap .top-content h1 {
    font: 55px "nexa-bold";
  }
  .logistics-page .header-bann-wrap .top-content h3 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 550px) {
  .logistics-page .top-content h1 {
    font: 28px "nexa-bold" !important;
  }
}
.logistics-page .logi-content {
  margin-top: 5%;
}
.logistics-page .logi-content p {
  padding: 0px 5%;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
.logistics-page .logis-features-wrap .feature-item {
  height: 100%;
  position: relative;
  margin-top: 75px;
}
.logistics-page .logis-features-wrap .feature-item:nth-child(2) {
  margin-top: 0;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 1)
  .round-number {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 1)
  .round-number
  span {
  border: 1px solid white;
  color: white;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 1)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: white;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 2)
  .round-number {
  border: 1px solid rgba(37, 101, 249, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 2)
  .round-number
  span {
  border: 1px solid #2565f9;
  color: #2565f9;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 2)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: #2565f9;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 3)
  .round-number {
  border: 1px solid rgba(245, 78, 72, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 3)
  .round-number
  span {
  border: 1px solid #f54e48;
  color: #f54e48;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 3)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  background: #f54e48;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 4)
  .round-number {
  border: 1px solid rgba(192, 0, 255, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 4)
  .round-number
  span {
  border: 1px solid #c000ff;
  color: #c000ff;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 4)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  background: #c000ff;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 5)
  .round-number {
  border: 1px solid rgba(29, 184, 141, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 5)
  .round-number
  span {
  border: 1px solid #1db88d;
  color: #1db88d;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 5)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  background: #1db88d;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 6)
  .round-number {
  border: 1px solid rgba(246, 202, 7, 0.1);
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 6)
  .round-number
  span {
  border: 1px solid #f6ca07;
  color: #f6ca07;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(6n + 6)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  background: #f6ca07;
}
.logistics-page .logis-features-wrap .feature-item img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.logistics-page .logis-features-wrap .feature-item .columes .content-wrap {
  /* vertical-align: middle;
display: table-cell; */
  margin-top: 30px;
}
.logistics-page .logis-features-wrap .feature-item .columes .content-wrap h1 {
  font-family: "nexa-light";
  font-size: 40px;
  color: #2b2b2b;
  padding: 0 20% 0 0;
}
.logistics-page .logis-features-wrap .feature-item .columes .content-wrap p {
  padding: 1% 30% 0 0;
  font-family: "montserrat-regular";
  font-size: 18px;
  line-height: 35px;
  color: #778777;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(odd)
  .round-number {
  position: absolute;
  left: 0;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(odd)
  .content-wrap {
  text-align: right;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(odd)
  .content-wrap
  h1 {
  padding: 0 0 0 20%;
}
.logistics-page
  .logis-features-wrap
  .feature-item:nth-of-type(odd)
  .content-wrap
  p {
  padding: 1% 0% 2% 30%;
}
@media screen and (min-width: 991px) and (max-width: 1370px) {
  .logistics-page .content-wrap h1 {
    font-size: 35px !important;
    padding: 0 5% 0 0 !important;
  }
  .logistics-page .content-wrap p {
    padding: 1% 10% 0 0% !important;
  }
  .logistics-page .feature-item {
    margin-top: 100px !important;
  }
  .logistics-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .logistics-page .feature-item img {
    width: 100% !important;
  }
  .logistics-page .feature-item:nth-of-type(odd) .content-wrap {
    text-align: right;
  }
  .logistics-page .feature-item:nth-of-type(odd) .content-wrap h1 {
    padding: 0 0 0 10% !important;
  }
  .logistics-page .feature-item:nth-of-type(odd) .content-wrap p {
    padding: 1% 0% 0 10% !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 990px) {
  .logistics-page .content-wrap {
    margin-top: 30px !important;
  }
  .logistics-page .content-wrap h1 {
    font-size: 40px !important;
    padding: 0 10% !important;
  }
  .logistics-page .content-wrap p {
    padding: 0% !important;
    text-align: center;
  }
  .logistics-page .feature-item {
    margin-top: 0px !important;
    margin-bottom: 150px !important;
  }
  .logistics-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .logistics-page .feature-item img {
    width: 65% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 520px) {
  .logistics-page .content-wrap {
    margin-top: 30px !important;
  }
  .logistics-page .content-wrap h1 {
    font-size: 30px !important;
    padding: 0 5% !important;
  }
  .logistics-page .content-wrap p {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1206px) {
  .audit-page-gaps .header-bann-wrap {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 646px) {
  .audit-page-gaps .header-bann-wrap {
    height: 740px !important;
  }
}
@media screen and (max-width: 776px) {
  .audit-page-gaps .header-bann-wrap {
    height: 780px !important;
  }
}
@media screen and (max-width: 450px) {
  .audit-page-gaps .header-bann-wrap {
    height: 680px !important;
  }
}
@media screen and (max-width: 403px) {
  .audit-page-gaps .header-bann-wrap {
    height: 720px !important;
  }
}
@media screen and (max-width: 1206px) {
  .audit-page-gaps .top-content {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 850px) {
  .audit-page-gaps .top-content {
    margin-top: 20px !important;
  }
}
.audit-page-gaps .top-content h1 {
  font-size: 45px;
}
@media screen and (max-width: 1206px) {
  .audit-page-gaps .top-content h1 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 556px) {
  .audit-page-gaps .top-content h1 {
    font: 30px "nexa-bold" !important;
  }
}
.audit-page-gaps .content-wrap {
  margin-top: 0px !important;
}
.audit-page-gaps .audit-banner-img {
  display: none;
}
@media screen and (max-width: 1206px) {
  .audit-page-gaps .banner-img {
    position: absolute;
    width: 500px !important;
  }
}
@media screen and (max-width: 535px) {
  .audit-page-gaps .banner-img {
    width: 380px !important;
  }
}
@media screen and (max-width: 403px) {
  .audit-page-gaps .banner-img {
    width: 300px !important;
  }
}
@media screen and (max-width: 1206px) {
  .audit-page-gaps .banner-img img {
    width: 100% !important;
  }
}

.field-page-gaps .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 850px) {
  .field-page-gaps .header-bann-wrap {
    height: 570px !important;
    min-height: 570px !important;
  }
}
@media screen and (max-width: 710px) {
  .field-page-gaps .header-bann-wrap {
    height: 650px !important;
  }
}
@media screen and (max-width: 470px) {
  .field-page-gaps .header-bann-wrap {
    height: 710px !important;
  }
}
@media screen and (max-width: 360px) {
  .field-page-gaps .header-bann-wrap {
    height: 740px !important;
  }
}

.transport-page-gaps .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 850px) {
  .transport-page-gaps .header-bann-wrap {
    height: 540px !important;
    min-height: 540px !important;
  }
}
@media screen and (max-width: 710px) {
  .transport-page-gaps .header-bann-wrap {
    height: 610px !important;
  }
}
@media screen and (max-width: 370px) {
  .transport-page-gaps .header-bann-wrap {
    height: 680px !important;
  }
}

.bpm-page .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .bpm-page .header-bann-wrap {
    min-height: 600px;
  }
}
@media screen and (max-width: 1206px) {
  .bpm-page .header-bann-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 540px;
  }
}
@media screen and (max-width: 850px) {
  .bpm-page .header-bann-wrap {
    height: 650px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 630px) {
  .bpm-page .header-bann-wrap {
    height: 715px;
  }
}
@media screen and (max-width: 520px) {
  .bpm-page .header-bann-wrap {
    height: 740px;
  }
}
@media screen and (max-width: 450px) {
  .bpm-page .header-bann-wrap {
    height: 800px;
  }
}
@media screen and (max-width: 400px) {
  .bpm-page .header-bann-wrap {
    height: 840px;
  }
}
@media screen and (max-width: 340px) {
  .bpm-page .header-bann-wrap {
    height: 880px;
  }
}
.bpm-page .header-bann-wrap .banner-desc {
  display: none;
  position: absolute;
  background: white;
  width: 90%;
  padding: 40px 70px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.bpm-page .header-bann-wrap .banner-desc p {
  color: #757575;
  line-height: 35px !important;
  font: 17px "montserrat-regular";
}
@media screen and (max-width: 520px) {
  .bpm-page .header-bann-wrap .banner-desc {
    padding: 40px 50px 15px !important;
    text-align: center;
  }
}
@media screen and (max-width: 340px) {
  .bpm-page .header-bann-wrap .banner-desc {
    padding: 40px 30px 15px !important;
  }
}
.bpm-page .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .bpm-page .top-content {
    margin-top: 170px !important;
  }
}
@media screen and (max-width: 550px) {
  .bpm-page .top-content h1 {
    font: 45px "nexa-bold" !important;
  }
}
@media screen and (max-width: 450px) {
  .bpm-page .top-content h1 {
    font: 30px "nexa-bold" !important;
  }
}
.bpm-page .top-content h1 {
  font: 60px "nexa-bold";
}
.bpm-page .top-content h3 {
  font: 21px "montserrat-regular";
  padding: 0 25% 0 0;
  line-height: 35px;
}
.bpm-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.bpm-page .top-content .email-txt-wrap {
  margin: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 1206px) {
  .bpm-page .top-content .email-txt-wrap {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1400px) {
  .bpm-page .top-content {
    width: 50%;
  }
}
@media screen and (max-width: 1206px) {
  .bpm-page .top-content {
    margin-top: 0px;
    width: 90%;
  }
  .bpm-page .top-content h1 {
    text-align: center;
  }
  .bpm-page .top-content h3 {
    text-align: center;
    padding: 0px;
  }
  .bpm-page .top-content p {
    text-align: center;
  }
}
@media screen and (max-width: 630px) {
  .bpm-page .top-content h1 {
    font-size: 40px;
  }
  .bpm-page .top-content p {
    padding: 0 30px;
  }
}
.bpm-page .top-content > div {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 1206px) {
  .bpm-page .top-content > div {
    margin: 0 auto;
  }
}
.bpm-page .banner-img {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33%;
}
@media screen and (max-width: 1206px) {
  .bpm-page .banner-img {
    margin-top: 0px;
    display: none;
  }
}
.bpm-page .content-wrap {
  margin-top: 150px;
  padding: 0 55px;
}
@media screen and (max-width: 520px) {
  .bpm-page .content-wrap {
    padding: 0 30px;
    text-align: center;
  }
}
.bpm-page img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%; /*   @media screen and(max-width: 1400px) { width: 80%; } */
}
@media screen and (max-width: 1200px) {
  .bpm-page img {
    width: 80%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 1000px) {
  .bpm-page .header-bann-wrap .top-content {
    text-align: center;
    margin-bottom: 0px;
    position: initial;
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .bpm-page .header-bann-wrap .top-content h1 {
    font: 55px "nexa-bold";
  }
  .bpm-page .header-bann-wrap .top-content h3 {
    padding: 0 10%;
  }
}
.bpm-page .bpm-wrap {
  margin: 0 auto;
  margin-top: 80px;
}
.bpm-page .bpm-wrap h1.audit {
  color: #1db88d !important;
  text-align: center;
  font-family: "nexa-bold";
  font-size: 35px;
  margin: 3%;
}
.bpm-page .bpm-wrap .feature-item {
  height: 100%;
  position: relative;
  margin-top: 75px;
}
.bpm-page .bpm-wrap .feature-item .bpm-content p {
  padding: 0px 5%;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
}
.bpm-page .bpm-wrap .feature-item:nth-child(2) {
  margin-top: 0;
}
.bpm-page .bpm-wrap .feature-item img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.bpm-page .bpm-wrap .feature-item .columes .content-wrap {
  margin-top: 30px;
}
.bpm-page .bpm-wrap .feature-item .columes .content-wrap h1 {
  font-family: "nexa-light";
  font-size: 50px;
  color: #2b2b2b;
  padding: 0 20% 0 0;
}
.bpm-page .bpm-wrap .feature-item .columes .content-wrap p {
  padding: 1% 30% 0 0;
  font-family: "montserrat-regular";
  font-size: 17px;
  line-height: 35px;
  color: #778777;
}
.bpm-page .bpm-wrap .feature-item:nth-of-type(odd) .round-number {
  position: absolute;
  left: 0;
}
.bpm-page .bpm-wrap .feature-item:nth-of-type(odd) .content-wrap {
  text-align: right;
}
.bpm-page .bpm-wrap .feature-item:nth-of-type(odd) .content-wrap h1 {
  padding: 0 0 0 20%;
}
.bpm-page .bpm-wrap .feature-item:nth-of-type(odd) .content-wrap p {
  padding: 1% 0% 2% 30%;
}
.bpm-page .audit-head h1 {
  font-size: 45px;
}
@media screen and (min-width: 991px) and (max-width: 1370px) {
  .bpm-page .content-wrap h1 {
    font-size: 35px !important;
    padding: 0 5% 0 0 !important;
  }
  .bpm-page .content-wrap p {
    padding: 1% 0% 0 0% !important;
  }
  .bpm-page .feature-item {
    margin-top: 100px !important;
  }
  .bpm-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .bpm-page .feature-item img {
    width: 100% !important;
  }
  .bpm-page .feature-item:nth-of-type(odd) .content-wrap {
    text-align: right;
  }
  .bpm-page .feature-item:nth-of-type(odd) .content-wrap h1 {
    padding: 0 0 0 10% !important;
  }
  .bpm-page .feature-item:nth-of-type(odd) .content-wrap p {
    padding: 1% 0% 0 10% !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 990px) {
  .bpm-page .content-wrap {
    margin-top: 150px !important;
  }
  .bpm-page .content-wrap h1 {
    font-size: 40px !important;
    padding: 0 10% !important;
  }
  .bpm-page .feature-item {
    margin-top: 0px !important;
    margin-bottom: 150px !important;
  }
  .bpm-page .feature-item:nth-child(2) {
    margin-top: 0 !important;
  }
  .bpm-page .feature-item img {
    width: 65% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 520px) {
  .bpm-page .content-wrap {
    margin-top: 150px !important;
  }
  .bpm-page .content-wrap h1 {
    font-size: 30px !important;
    padding: 0 5% !important;
  }
  .bpm-page .content-wrap p {
    font-size: 18px !important;
  }
}

.partners-page .top-content {
  width: 50%;
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 5;
}
.partners-page .top-content h1 {
  font: 70px "nexa-bold";
}
.partners-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 10% 0 0;
  line-height: 30px;
}
.partners-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
@media screen and (max-width: 768px) {
  .partners-page .top-content {
    top: 150px;
  }
}
@media screen and (max-width: 600px) {
  .partners-page .top-content {
    top: 150px;
  }
}
.partners-page .banner-img {
  position: absolute;
  bottom: 20px;
  left: 5%;
}
@media screen and (max-width: 1400px) {
  .partners-page .top-content {
    width: 50%;
  }
  .partners-page .top-content h1 {
    font: 60px "nexa-bold";
  }
  .partners-page .banner-img {
    left: 0px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .partners-page .top-content {
    width: 45%;
  }
  .partners-page .top-content h1 {
    font: 60px "nexa-bold";
  }
  .partners-page .banner-img {
    left: -40px;
    bottom: 15px;
  }
  .partners-page .banner-img img {
    width: 85% !important;
  }
}
@media screen and (max-width: 1000px) {
  .partners-page .top-content {
    width: 47%;
  }
  .partners-page .top-content h1 {
    font: 50px "nexa-bold";
  }
  .partners-page .top-content h3 {
    padding: 0 5% 0 0;
  }
  .partners-page .banner-img {
    left: -20px;
    bottom: 90px;
  }
  .partners-page .banner-img img {
    width: 65% !important;
  }
}
@media screen and (max-width: 850px) {
  .partners-page .header-bann-wrap {
    min-height: 560px;
  }
  .partners-page .top-content {
    width: 100%;
    text-align: center;
    bottom: 50px;
  }
  .partners-page .top-content h1 {
    font: 40px "nexa-bold";
    padding: 0 10%;
  }
  .partners-page .top-content h3 {
    padding: 0 7%;
  }
  .partners-page .banner-img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .partners-page .header-bann-wrap {
    min-height: 560px;
  }
}
@media screen and (max-width: 450px) {
  .partners-page .header-bann-wrap {
    min-height: 560px;
  }
}
@media screen and (max-width: 327px) {
  .partners-page .header-bann-wrap {
    min-height: 560px;
  }
}

.pricing-table-list {
  width: 70%;
  margin: 4% auto;
}
.pricing-table-list table {
  width: 100%;
}
.pricing-table-list th {
  padding: 20px;
  color: #2b2b2b;
  border: 1px solid #778777;
  text-align: center;
  font: 22px "nexa-bold";
}
.pricing-table-list td {
  padding: 15px;
  font: 17px "montserrat-regular";
  color: #2b2b2b;
  border: 1px solid #778777;
  vertical-align: middle;
}
.pricing-table-list td.sub-title {
  background: #e6e6e6;
  font: 18px "montserrat-medium";
}
.pricing-table-list th i {
  font-size: 18px;
  float: right;
  margin: 4px;
  color: #cbcbcb;
  cursor: pointer;
}
.pricing-table-list td i {
  float: right;
  margin: 2px;
  color: #cbcbcb;
  cursor: pointer;
}
.pricing-table-list td i:hover {
  color: #1db88d;
}
@media screen and (max-width: 1370px) {
  .pricing-table-list {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .pricing-table-list {
    width: 95%;
  }
}

.show-mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .show-mob {
    display: block;
  }
  .show-web {
    display: none;
  }
}
.partners-wrap {
  width: 80%;
  margin: 60px auto 100px;
}
@media screen and (max-width: 1370px) {
  .partners-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .partners-wrap {
    margin-top: 20px;
  }
}
.partners-wrap .pw:nth-of-type(3n + 1) .partners-item {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .partners-wrap .pw:nth-of-type(3n + 1) .partners-item {
    margin-top: 60px;
  }
}
.partners-wrap .pw:nth-of-type(3n + 1) .partners-item::before {
  content: "";
  width: 100%;
  background: #2565f9;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}
.partners-wrap .pw:nth-of-type(3n + 1) .partners-item h2::before {
  content: "1";
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #2565f9;
  position: absolute;
  left: -17px;
  top: -12px;
  text-align: center;
  line-height: 38px;
  color: white;
  font-size: 18px;
}
.partners-wrap .pw:nth-of-type(3n + 2) .partners-item {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .partners-wrap .pw:nth-of-type(3n + 2) .partners-item {
    margin-top: 60px;
  }
}
.partners-wrap .pw:nth-of-type(3n + 2) .partners-item::before {
  content: "";
  width: 100%;
  background: #f54e48;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}
.partners-wrap .pw:nth-of-type(3n + 2) .partners-item h2::before {
  content: "2";
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #f54e48;
  position: absolute;
  left: -17px;
  top: -12px;
  text-align: center;
  line-height: 38px;
  color: white;
  font-size: 18px;
}
.partners-wrap .pw:nth-of-type(3n + 3) .partners-item {
  position: relative;
  margin-top: 125px;
}
@media screen and (max-width: 992px) {
  .partners-wrap .pw:nth-of-type(3n + 3) .partners-item {
    margin-top: 60px;
  }
}
.partners-wrap .pw:nth-of-type(3n + 3) .partners-item::before {
  content: "";
  width: 100%;
  background: #1db88d;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}
.partners-wrap .pw:nth-of-type(3n + 3) .partners-item h2::before {
  content: "3";
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #1db88d;
  position: absolute;
  left: -17px;
  top: -12px;
  text-align: center;
  line-height: 38px;
  color: white;
  font-size: 18px;
}
.partners-wrap .partners-item {
  background: white;
  border-radius: 5px;
  padding: 50px;
  -webkit-box-shadow: 0px 10px 25px rgba(173, 176, 210, 0.2);
  box-shadow: 0px 10px 25px rgba(173, 176, 210, 0.2);
}
.partners-wrap .partners-item h2 {
  font: 30px "nexa-bold";
  color: #2b2b2b;
}
.partners-wrap .partners-item p {
  font: 17px "montserrat-regular";
  line-height: 32px;
  color: #778777;
}
@media screen and (max-width: 1150px) {
  .partners-wrap .partners-item {
    padding: 60px 30px !important;
  }
  .partners-wrap .partners-item h2 {
    font: 20px "montserrat-semibold";
    color: #2b2b2b;
  }
}
@media screen and (max-width: 992px) {
  .partners-wrap .partners-item h2 {
    font: 30px "nexa-bold";
    color: #2b2b2b;
  }
}
.partners-wrap .partnership-program .home-title-style {
  text-align: left !important;
}
@media screen and (max-width: 992px) {
  .partners-wrap .partnership-program .home-title-style {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 562px) {
  .partners-wrap .partnership-program .home-title-style {
    font-size: 40px !important;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item::before {
  content: "";
  width: 100%;
  background: #c000ff;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 1)
  .pp-item
  .sub-title {
  font: 25px "montserrat-regular";
  margin: 50px 0 25px;
}
@media screen and (max-width: 540px) {
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 1)
    .pp-item
    .sub-title {
    text-align: center;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul li {
  width: 50%;
  padding: 10px 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 1)
  .pp-item
  ul
  li
  span {
  font: 20px "montserrat-semibold";
  margin-top: 25px;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul li p {
  padding-top: 5px;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul li img {
  margin-right: 20px;
  width: 84px;
}
@media screen and (max-width: 768px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul li {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 0;
  }
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 1)
    .pp-item
    ul
    li
    img {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 1)
    .pp-item
    ul
    li
    div {
    text-align: center;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item button {
  background: #757575;
  -ms-flex-item-align: center;
  align-self: center;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item button a {
  color: white;
  text-decoration: none;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 1)
  .pp-item
  button
  a:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 1) .pp-item button {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item::before {
  content: "";
  width: 100%;
  background: #f6ca07;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 2)
  .pp-item
  .sub-title {
  font: 25px "montserrat-regular";
  margin: 50px 0 25px;
}
@media screen and (max-width: 540px) {
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 2)
    .pp-item
    .sub-title {
    text-align: center;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul li {
  width: 50%;
  padding: 10px 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 2)
  .pp-item
  ul
  li
  span {
  font: 20px "montserrat-semibold";
  margin-top: 25px;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul li p {
  padding-top: 5px;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul li img {
  margin-right: 20px;
  width: 84px;
}
@media screen and (max-width: 768px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul li {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 0;
  }
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 2)
    .pp-item
    ul
    li
    img {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .partners-wrap
    .partnership-program
    .pw:nth-of-type(2n + 2)
    .pp-item
    ul
    li
    div {
    text-align: center;
  }
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item button {
  background: #757575;
  -ms-flex-item-align: center;
  align-self: center;
}
.partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item button a {
  color: white;
  text-decoration: none;
}
.partners-wrap
  .partnership-program
  .pw:nth-of-type(2n + 2)
  .pp-item
  button
  a:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pw:nth-of-type(2n + 2) .pp-item button {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.partners-wrap .partnership-program .pp-item {
  margin-top: 50px;
  background: white;
  border-radius: 5px;
  padding: 50px;
  -webkit-box-shadow: 0px 10px 25px rgba(173, 176, 210, 0.2);
  box-shadow: 0px 10px 25px rgba(173, 176, 210, 0.2);
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pp-item {
    padding: 25px;
  }
}
.partners-wrap .partnership-program .pp-item h2 {
  font: 40px "nexa-light";
  color: #2b2b2b;
}
.partners-wrap .partnership-program .pp-item p {
  font: 18px "montserrat-regular";
  line-height: 35px;
  color: #757575;
}
.partners-wrap .partnership-program .pricing-list p {
  font: 18px "montserrat-medium";
  color: #778777;
  margin-top: 10px;
}
.partners-wrap .partnership-program .pricing-list h3 {
  font: 21px "montserrat-medium";
  color: #2565f9;
  margin-top: 2%;
  margin-bottom: 1%;
}
.partners-wrap .partnership-program .pricing-list ul li:before {
  content: "*";
  font-size: 20px;
  margin-right: 15px;
  color: red;
  float: left;
}
@media screen and (max-width: 540px) {
  .partners-wrap .partnership-program .pricing-list ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.partners-wrap .partnership-program .col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pricing-page {
  background: #fff; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2565f9+1,731ef3+50,2565f9+50,2565f9+100 */ /* background: rgba(29,184,140,1);
background: -moz-linear-gradient(top, rgba(29,184,140,1) 0%, rgba(36,209,160,1) 32%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,184,140,1)), color-stop(32%, rgba(36,209,160,1)), color-stop(32%, rgba(243,243,243,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(29,184,140,1) 0%, rgba(36,209,160,1) 32%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(29,184,140,1) 0%, rgba(36,209,160,1) 32%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(29,184,140,1) 0%, rgba(36,209,160,1) 32%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(29,184,140,1) 0%, rgba(36,209,160,1) 32%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db88c', endColorstr='#f3f3f3', GradientType=0 ); */ /* @media screen and(max-width: 1150px) { .header-bann-wrap { min-height: 520px !important;
 & .top-content { bottom: 106px !important;
 & h1 { font: 65px $nexa-b !important; } }
 & .banner-img img { bottom: -45px; width: 650px; right: -150px; } }

 } */ /* @media screen and(max-width: 1050px) { .header-bann-wrap { min-height: 480px !important;
 & .top-content { bottom: 140px !important;
 & h1 { font: 55px $nexa-b !important; } }
 & .banner-img img { width: 600px; bottom: -40px; right: -140px; } } } */ /* @media screen and(max-width: 930px) { .header-bann-wrap { min-height: 442px !important;
 & .top-content { bottom: 100px !important; }
 & .banner-img img { width: 525px !important; bottom: -35px !important; right: -122px !important; } } } */
}
.pricing-page .view-price .desc {
  text-align: center;
  margin: 0;
}
.pricing-page .view-price .desc span {
  color: red;
}
.pricing-page .view-price .check {
  text-align: center;
  margin: 15px auto 50px;
  border-radius: 50px;
  border: 1px solid #e2e0e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 35px;
  color: #2565f9;
}
.pricing-page .view-price .check a {
  cursor: pointer;
}
.pricing-page .android-features {
  width: 80%;
  margin: 0px auto 50px;
  text-align: center;
}
.pricing-page .android-features p {
  font-size: 15px;
  font-family: "montserrat-regular";
  padding: 15px 100px;
  width: 70%;
  margin: 0 auto;
  line-height: 25px;
}
@media screen and (max-width: 1350px) {
  .pricing-page .android-features p {
    width: 100%;
    padding: 15px 25px;
  }
}
.pricing-page .android-features h2 {
  font-size: 30px;
  font-family: "montserrat-semibold";
  margin-bottom: 5px;
}
.pricing-page .android-features span {
  font-size: 16px;
  color: #777;
}
.pricing-page .android-features ul {
  margin-top: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-page .android-features ul li {
  font-size: 16px;
  font-family: "montserrat-semibold";
  width: 20%;
  padding: 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  border-radius: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-page .android-features ul li:nth-child(1) img {
  background: #1db88d;
}
.pricing-page .android-features ul li:nth-child(2) img {
  background: #2565f9;
}
.pricing-page .android-features ul li:nth-child(3) img {
  background: #f54e48;
}
.pricing-page .android-features ul li:nth-child(4) img {
  background: #c000ff;
}
.pricing-page .android-features ul li span {
  font-size: 13px;
  color: #777;
  padding: 5px 15px;
  font-family: "montserrat-regular";
}
.pricing-page .android-features ul li img {
  border-radius: 5px;
  width: 55px;
  padding: 7px;
  margin-bottom: 20px;
}
.pricing-page .header-bann-wrap {
  min-height: 100px;
}
@media screen and (max-width: 474px) {
  .pricing-page .header-bann-wrap {
    min-height: 560px !important;
  }
}
.pricing-page .top-content {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing-page .top-content h1 {
  font: 70px "nexa-bold";
  text-align: center;
}
@media screen and (max-width: 530px) and (min-width: 475px) {
  .pricing-page .top-content h1 {
    font: 60px "nexa-bold";
  }
}
.pricing-page .top-content h2 {
  font: 20px "montserrat-regular";
  text-align: center;
  padding: 0 25% 0 25%;
  line-height: 35px;
}
@media screen and (max-width: 1320px) {
  .pricing-page .top-content h2 {
    padding: 0 5% 0 5%;
  }
}
.pricing-page .top-content h3 {
  font: 20px "montserrat-regular";
  line-height: 30px;
}
.pricing-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.pricing-page .banner-img img {
  position: absolute;
  bottom: -53px;
  right: 0;
}
@media screen and (max-width: 1550px) {
  .pricing-page .banner-img img {
    right: -170px;
  }
}
@media screen and (max-width: 850px) {
  .pricing-page .header-bann-wrap {
    min-height: 560px;
  }
  .pricing-page .header-bann-wrap .top-content {
    text-align: center;
    width: 100%;
    bottom: 50px !important;
  }
  .pricing-page .header-bann-wrap .top-content h3 {
    padding: 0 5% 0 5%;
  }
  .pricing-page .header-bann-wrap .banner-img img {
    display: none;
  }
}
.pricing-page .pricing-banner-wrap {
  /*    margin-top: 100px;
background: rgba(115,30,243,1);
background: -moz-linear-gradient(top, rgba(115,30,243,1) 0%, rgba(50,103,248,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115,30,243,1)), color-stop(69%, rgba(50,103,248,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(115,30,243,1) 0%, rgba(50,103,248,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(115,30,243,1) 0%, rgba(50,103,248,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(115,30,243,1) 0%, rgba(50,103,248,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(115,30,243,1) 0%, rgba(50,103,248,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731ef3', endColorstr='#ffffff', GradientType=0 );
padding: 20px 0px 50px; */
  margin-top: 60px;
  background: #f4f6fa;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(69%, #f4f6fa),
    color-stop(69%, white),
    color-stop(100%, white)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(69%, #f4f6fa),
    color-stop(69%, white),
    to(white)
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    #f4f6fa 69%,
    white 69%,
    white 100%
  );
  padding: 20px 0px 50px;
}
@media screen and (max-width: 768px) {
  .pricing-page .pricing-banner-wrap {
    margin-top: 120px;
  }
}
.pricing-page .pricing-banner-wrap .show-mobile {
  display: none !important;
}
.pricing-page
  .pricing-banner-wrap
  .show-mobile
  .price-box
  .sticky
  .info-wrap
  .tool-tip::before {
  left: calc(100% - 68%) !important;
}
.pricing-page .pricing-banner-wrap .show-mobile .sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: unset !important;
}
.pricing-page .pricing-banner-wrap .show-mobile .sticky .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.pricing-page .pricing-banner-wrap .show-mobile .sticky .info > img {
  width: 35% !important;
}
.pricing-page .pricing-banner-wrap .show-mobile .sticky .user-mon {
  -webkit-box-pack: unset !important;
  -ms-flex-pack: unset !important;
  justify-content: unset !important;
}
.pricing-page .pricing-banner-wrap .show-mobile .sticky .but {
  font-size: 14px;
  margin-top: 10px;
  color: #2565f9;
  cursor: pointer;
}
.pricing-page .pricing-banner-wrap .show-mobile .price-txt {
  padding-left: 5px;
}
.pricing-page .pricing-banner-wrap .show-mobile .price-txt .old-price {
  font-size: 15px !important;
}
.pricing-page .pricing-banner-wrap .show-mobile .price-txt .offer-price {
  font-size: 20px !important;
}
.pricing-page .pricing-banner-wrap .pricing-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-page .pricing-banner-wrap .pricing-wrap p {
  text-align: center;
  font-family: "montserrat-medium";
  font-size: 15px;
  width: 50%;
  margin: 0 auto;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  width: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 50px;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .active {
  color: #1db88d;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap h3 {
  margin: 0;
  padding: 3px 15px;
  font-size: 20px;
  font-family: "montserrat-semibold";
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .toggle {
  position: relative;
  width: 100px;
  height: 30px;
  border-radius: 100px;
  background-color: rgba(29, 184, 141, 0.15);
  overflow: hidden;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
  box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .toggle b {
  display: block;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .toggle-wrap
  .toggle
  .check:checked
  ~ .track {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
  box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .toggle-wrap
  .toggle
  .check:checked
  ~ .switch {
  right: 4px;
  left: 72px;
  -webkit-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.05s, 0s;
  transition-delay: 0.05s, 0s;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .toggle .switch {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 72px;
  background-color: #1db88d;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.05s;
  transition-delay: 0s, 0.05s;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .toggle-wrap .toggle .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
  box-shadow: inset 0 2px 3px 0 rgba(166, 166, 166, 0.57);
  border-radius: 40px;
}
.pricing-page .pricing-banner-wrap .pricing-wrap h1 {
  font: 200% "nexa-bold";
  text-align: center;
  color: #403f3f;
  margin: 20px 0 15px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap h1 {
    margin-top: 50px;
    margin-bottom: 7px;
    padding: 0 25px !important;
  }
}
@media screen and (max-height: 1360px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap h1 {
    margin-top: 70px;
    margin-bottom: 7px;
    padding: 0 25px !important;
  }
}
@media screen and (max-width: 1290px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .show-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1290px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .show-web {
    display: none !important;
  }
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px; /*  @media screen and(max-width: 992px) { & .prw:last-child .pricing-item { margin: 30px auto 100px !important; }
} */
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .cont {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(1)
    .price-box {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(3)
    .price-box {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 1290px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .cont {
    width: 50%;
    margin-bottom: 30px;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(1)
    .price-box {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(3)
    .price-box {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(1)
    .features-list {
    height: 920px !important;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont:nth-child(2)
    .features-list {
    height: 920px !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(2)
  .price-box
  .features-list {
  background: rgba(254, 238, 238, 0.5);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(3)
  .price-box
  .features-list {
  background: rgba(238, 243, 254, 0.5);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(4)
  .price-box
  .features-list {
  background: rgba(236, 251, 247, 0.5);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(2)
  .price-box
  .sticky::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  top: -13px;
  background: #f54e48;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(3)
  .price-box
  .sticky::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  top: -13px;
  background: #2565f9;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont:nth-child(4)
  .price-box
  .sticky::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  top: -13px;
  background: #1db88d;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .cont .price-box {
  background: white;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  margin: 0 13px;
}
@media screen and (max-width: 2000px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box {
    width: 280px;
  }
}
@media screen and (max-width: 1290px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box {
    width: 75%;
  }
}
@media screen and (max-width: 720px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box {
    width: 95%;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
@media screen and (max-width: 1030px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box {
    width: 90%;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 99px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
  z-index: 1;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .price-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .calculator {
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  color: #1db88d;
  font-size: 12px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .calculator
  img {
  position: absolute;
  right: 57px;
  bottom: -9px;
  margin: 10px;
  display: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  > img {
  width: 50%;
  padding-top: 15px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  top: -13px;
  background: #c000ff;
  left: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 800px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .sticky::before {
    border-radius: 3px !important;
    height: 5px !important;
    top: -4px !important;
  }
}
@media screen and (max-width: 1290px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .sticky::before {
    border-radius: 0px !important;
    height: 8px !important;
    top: -4px !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .info-wrap {
  position: relative;
  cursor: pointer;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .info-wrap
  .icon:hover
  .tool-tip {
  display: block;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .info-wrap
  img {
  padding: 0 0 1px 7px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .info-wrap
  .tool-tip {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  z-index: 999;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 280px;
  background: black;
  color: white;
  font-size: 12px;
  padding: 15px 0px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  display: none;
  text-align: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .sticky
  .info-wrap
  .tool-tip::before {
  content: "";
  position: absolute;
  left: calc(100% - 37%);
  width: 0px;
  height: 0px;
  bottom: -9px;
  border-style: solid;
  border-width: 9px 9px 0px 10px;
  border-color: black transparent transparent;
}
@media screen and (max-width: 1290px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .sticky {
    position: unset !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  h3 {
  font-size: 13px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .but-submit {
  background: transparent;
  border: 1px #2565f9 solid;
  border-radius: 7px !important;
  width: 60%;
  margin: 25px auto 0;
  padding: 7px 10px;
  color: #2565f9;
  cursor: pointer;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .but-submit:hover {
  background-color: #2565f9;
  color: white;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .but-submit.active {
  background-color: #2565f9;
  color: white;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .user-mon {
  font-size: 13px;
  font-family: "montserrat-regular";
  color: #8e8e8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list {
  text-align: left;
  background: rgba(249, 234, 253, 0.5);
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 1380px;
}
@media screen and (max-width: 720px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .features-list {
    height: auto !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .change-pos {
  position: relative;
  left: -130px;
  top: 17px;
}
@media screen and (max-width: 1290px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .features-list
    .change-pos {
    left: unset !important;
    top: unset !important;
  }
}
@media screen and (max-width: 720px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .cont
    .price-box
    .features-list
    .change-pos {
    left: unset !important;
    top: unset !important;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .info-wrap {
  position: relative;
  cursor: pointer;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .info-wrap:hover
  .tool-tip {
  display: block;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .info-wrap
  img {
  padding: 0 0 1px 7px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .info-wrap
  .tool-tip {
  z-index: 999;
  position: absolute;
  bottom: 30px;
  right: calc(100% - 690%);
  width: 280px;
  background: black;
  color: white;
  font-size: 12px;
  padding: 15px 15px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  display: none;
  text-align: center;
  text-transform: initial;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  .info-wrap
  .tool-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  bottom: -9px;
  border-style: solid;
  border-width: 9px 9px 0px 10px;
  border-color: black transparent transparent;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  h3 {
  font-size: 14px;
  font-family: Segoe UI;
  text-transform: none !important;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 0 35px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  ul {
  padding: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  ul
  h4 {
  font-size: 12px;
  margin: 25px 0 5px;
  padding: 0px 35px;
  font-weight: 600;
  font-family: "montserrat-regular";
  letter-spacing: 0.3px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  ul
  li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #8a8a8a;
  font-size: 13px;
  padding: 5px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-transform: capitalize;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .features-list
  ul
  li
  img {
  padding-right: 7px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .price-txt {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .price-txt
  .offer-price {
  font-size: 24px;
  font-weight: 600;
  border-radius: 15px;
  position: relative;
  text-align: center;
  color: black;
  margin-right: 66px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .cont
  .price-box
  .price-txt
  .old-price {
  font-size: 17px;
  color: #989898;
  text-decoration: line-through;
  position: relative;
  font-weight: 600;
  top: -2px;
  left: -5px;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .free-trail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap {
  background: #fff;
  -webkit-box-shadow: -1px -2px 22px -1px rgba(0, 0, 0, 0.21);
  box-shadow: -1px -2px 22px -1px rgba(0, 0, 0, 0.21);
  width: 50%;
  min-height: 200px;
  margin: 15px 0%;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* common */ /* top left*/
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .validity {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font: 12px "montserrat-regular";
  color: #2b2b2b;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .validity
  .red {
  color: red;
  font-size: 15px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  p {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    p {
    margin-bottom: 25px;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  h2 {
  text-align: center;
  font: 32px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li {
  float: left;
  border: 1px solid #1db88d;
  min-width: 150px;
  text-align: center;
  overflow: hidden;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li:first-child {
  border-radius: 30px 0px 0px 30px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li:last-child {
  border-radius: 0px 30px 30px 0px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  a {
  display: block;
  padding: 10px 20px;
  font-size: 22px;
  cursor: pointer;
  font: 21px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li
  a:hover {
  background: #1db88d;
  color: #fff;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li.current,
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .tab-wrap
  li.current
  a:hover {
  background: #1db88d;
  color: #fff;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details {
  margin: 0px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  a {
  color: #1db88d;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  p {
  text-align: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  h4 {
  text-align: center;
  font: 20px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container {
  display: none;
  text-align: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .actual-price {
  position: absolute;
  display: inline-block;
  right: 0px;
  width: 50%;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .actual-price
  img {
  width: 45%;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .actual-price
  h2 {
  font-size: 350%;
  color: #757575;
}
@media screen and (max-width: 768px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .pricing-details
    .pricing-container
    .actual-price {
    right: -40px;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .offer-price {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .offer-price
  h2 {
  font: 1100% "montserrat-medium";
  line-height: 1 !important;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .offer-price
  h2
  span {
  font-size: 22px;
  color: gray;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .offer-price
  h2
  sub.price-strike {
  font-size: 30%;
  color: gray;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container
  .offer-price
  h2
  sub:first-child {
  font-size: 35%;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .pricing-details
    .pricing-container
    .offer-price
    h2
    span {
    display: block;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .pricing-details
  .pricing-container.current {
  display: inherit;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .free-trail-btn {
  width: 80%;
  margin: 0px auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 400px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .free-trail-btn {
    width: 95%;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .free-trail-btn
  a {
  background: #2565f9;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 21px;
  -webkit-transition: background 0.5;
  transition: background 0.5;
  -webkit-transition: background 1;
  -moz-transition: background 1;
}
@media screen and (max-width: 400px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .free-trail-btn
    a {
    padding: 10px;
  }
}
@media screen and (max-width: 338px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .free-trail-btn
    a {
    padding: 10px;
    font-size: 15px;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .free-trail-btn
  a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 20px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .free-trail-btn
  a:hover:after {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .free-trail-btn
    a
    span {
    display: none;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon::before,
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon::after {
  position: absolute;
  content: "";
  display: block;
  border: 5px solid #b9201a;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon
  span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 14px 0;
  background-color: #f54e48;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left::before,
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  .ribbon-top-left
  span {
  right: -25px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-height: 768px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .offer-price {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    .offer-price
    h2 {
    font-size: 900% !important;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap
    h2 {
    font-size: 28px;
  }
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap {
  width: 50%;
  margin: 4% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #00235f;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1%;
  color: #fff;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child
  h2 {
  font: 32px "montserrat-medium";
  padding: 10px 25px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child
  p {
  color: #adb0d2;
  padding: 10px 25px;
  font: 18px/28px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child
  ul
  li {
  padding: 15px;
  font: 16px "montserrat-regular";
  list-style-type: disc;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child
  a {
  color: #fff;
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  div:first-child
  a:hover {
  color: #57e4bd;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  .user-type {
  padding: 15px;
  padding-left: 25px;
  background: #fff;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  .price-range {
  font: 13px montserrat-medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  top: 0px;
  right: 0px;
  position: absolute;
  shape-outside: polygon(200px 300px, 300px 300px, 300px 0, 0 0);
  -webkit-clip-path: polygon(200px 300px, 300px 300px, 300px 0, 0 0);
  clip-path: polygon(200px 300px, 300px 300px, 300px 0, 0 0);
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#67d7f5),
    to(#86f7cc)
  );
  background: linear-gradient(to bottom left, #67d7f5, #86f7cc);
  padding: 5px;
  width: 180px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  .calc
  a {
  display: block;
  padding: 20px;
  color: #fff;
  background: #002c79;
  text-align: center;
  font: 21px "montserrat-regular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  .calc
  a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 20px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap
  .calc
  a:hover:after {
  padding-left: 20px;
}
@media screen and (max-height: 768px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1%;
    color: #fff;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child
    h2 {
    font: 28px "montserrat-medium";
    padding: 5px 25px;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child
    p {
    color: #adb0d2;
    padding: 5px 25px;
    font: 18px/28px "montserrat-regular";
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child
    ul
    li {
    padding: 10px;
    font: 16px "montserrat-regular";
    list-style-type: disc;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child
    a {
    color: #fff;
    text-decoration: none;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap
    div:first-child
    a:hover {
    color: #57e4bd;
  }
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .home-title-style {
  line-height: 61px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .home-title-style
  span {
  font: 25px "montserrat-light";
  color: #757575;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .price-varient {
  width: 100%;
  margin: 0px 0;
  position: relative;
  top: -109px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .price-varient
  #load-price {
  margin-top: 20px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .price-varient
  .tabs {
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  padding: 3px;
  background: white;
  -webkit-box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .price-varient
  .tabs
  span {
  padding: 4px 20px;
  color: #2b2b2b;
  float: left;
  border-radius: 200px 0 0 200px;
  cursor: pointer;
  font: 13px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .price-varient
  .tabs
  span.active {
  background: #1db88d;
  border-radius: 100px;
  color: white;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .pricing-item {
  text-align: center;
  background: white;
  border-radius: 3px;
  padding: 20px 0px 0;
  margin: 0px auto 35px;
  -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 306px;
  min-height: 760px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .pricing-item
  .price-category
  .rob {
  position: absolute;
  top: -64px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  z-index: -1;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .pricing-item
  .price-category
  .bird-name {
  font: 14px "montserrat-regular";
  color: rgba(119, 135, 119, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 20px;
  border-radius: 100px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .pricing-item
  .price-category
  .bird {
  margin: 10px 0 20px;
  width: 50%;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .pricing-item
  .price-category
  h2 {
  font: 20px "montserrat-semibold";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .pricing-item
  .price-category
  span {
  font: 15px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab {
  position: relative;
  display: table;
  width: 100%;
  top: -10px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt {
  position: relative;
  z-index: 15;
  top: 32px;
  vertical-align: middle;
  display: table-cell;
  height: 130px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt
  .taxes {
  font: 12px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt
  span {
  font: 13px "montserrat-medium";
  color: rgba(255, 255, 255, 0.7);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt
  h1 {
  color: white;
  font: 50px "montserrat-semibold";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt
  div {
  color: white;
  margin-top: -13px;
  font: 14px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .price-txt
  div
  span {
  font: 17px "montserrat-medium";
  padding-left: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab::before {
  content: "";
  width: 18px;
  background: #c1100a;
  height: 199px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: -18px;
  top: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab::after {
  content: "";
  width: 18px;
  height: 199px;
  background: #c1100a;
  position: absolute;
  top: 0px;
  right: -18px;
  border-radius: 0 15px 15px 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  img {
  position: absolute;
  left: -18px;
  width: 342px;
  height: 381px;
  top: -92px;
  z-index: 5;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .price-tab
  .img-shadow {
  content: "";
  width: 90%;
  height: 100px;
  background: #ffffff;
  position: absolute;
  top: 57px;
  right: 23px;
  -webkit-box-shadow: 10px 10px 30px #f39995;
  box-shadow: 10px 10px 30px #f39995;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .features-tab {
  margin-top: 60px;
  text-align: left;
  padding-left: 25px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .features-tab
  h3 {
  font: 20px "montserrat-semibold";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .features-tab
  ul {
  margin: 0;
  padding: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .features-tab
  ul
  li {
  font: 13px "montserrat-medium";
  color: #757575;
  line-height: 25px;
  padding: 0 6%;
  position: relative;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .features-tab
  ul
  li::before {
  content: "*";
  font-size: 19px;
  position: absolute;
  color: #c1100a;
  left: 0;
  top: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .free-demo {
  width: 75%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #778777;
  font: 11px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .free-demo
  .btn {
  background: #1db88d;
  width: 87%;
  padding: 12px 15px;
  position: absolute;
  bottom: 25px;
  color: white;
  font: 15px "montserrat-semibold";
  text-transform: uppercase;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .free-demo
  .btn
  a {
  color: white;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .free-demo
  .btn
  a:hover {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .taxes {
  text-align: right;
  padding-right: 75px;
  font: 13px "montserrat-medium";
  color: #757575;
  margin-top: -18px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 1)
  .taxes
  span {
  font: 20px "montserrat-bold";
  opacity: 0.5;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab {
  position: relative;
  display: table;
  width: 100%;
  top: -10px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt {
  position: relative;
  z-index: 15;
  top: 32px;
  vertical-align: middle;
  display: table-cell;
  height: 130px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt
  .taxes {
  font: 12px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt
  span {
  font: 13px "montserrat-medium";
  color: rgba(255, 255, 255, 0.7);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt
  h1 {
  color: white;
  font: 50px "montserrat-semibold";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt
  div {
  color: white;
  margin-top: -13px;
  font: 14px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .price-txt
  div
  span {
  font: 17px "montserrat-medium";
  padding-left: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab::before {
  content: "";
  width: 18px;
  background: #0c41bb;
  height: 199px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: -18px;
  top: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab::after {
  content: "";
  width: 18px;
  height: 199px;
  background: #0c41bb;
  position: absolute;
  top: 0px;
  right: -18px;
  border-radius: 0 15px 15px 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  img {
  position: absolute;
  left: -18px;
  width: 342px;
  height: 381px;
  top: -92px;
  z-index: 5;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .price-tab
  .img-shadow {
  content: "";
  width: 90%;
  height: 100px;
  background: #ffffff;
  position: absolute;
  top: 57px;
  right: 23px;
  -webkit-box-shadow: 10px 10px 30px #779ef9;
  box-shadow: 10px 10px 30px #779ef9;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .features-tab {
  margin-top: 60px;
  text-align: left;
  padding-left: 25px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .features-tab
  h3 {
  font: 20px "montserrat-semibold";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .features-tab
  ul {
  margin: 0;
  padding: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .features-tab
  ul
  li {
  font: 13px "montserrat-medium";
  color: #757575;
  line-height: 25px;
  padding: 0 6%;
  position: relative;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .features-tab
  ul
  li::before {
  content: "*";
  font-size: 19px;
  position: absolute;
  color: #0c41bb;
  left: 0;
  top: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .free-demo {
  width: 75%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #778777;
  font: 11px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .free-demo
  .btn {
  background: #1db88d;
  width: 87%;
  padding: 12px 15px;
  position: absolute;
  bottom: 25px;
  color: white;
  font: 15px "montserrat-semibold";
  text-transform: uppercase;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .free-demo
  .btn
  a {
  color: white;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .free-demo
  .btn
  a:hover {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .taxes {
  text-align: right;
  padding-right: 75px;
  font: 13px "montserrat-medium";
  color: #757575;
  margin-top: -18px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 2)
  .taxes
  span {
  font: 20px "montserrat-bold";
  opacity: 0.5;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab {
  position: relative;
  display: table;
  width: 100%;
  top: -10px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt {
  position: relative;
  z-index: 15;
  top: 32px;
  vertical-align: middle;
  display: table-cell;
  height: 130px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt
  .taxes {
  font: 12px "montserrat-regular";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt
  span {
  font: 13px "montserrat-medium";
  color: rgba(255, 255, 255, 0.7);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt
  h1 {
  color: white;
  font: 50px "montserrat-semibold";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt
  div {
  color: white;
  margin-top: -13px;
  font: 14px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .price-txt
  div
  span {
  font: 17px "montserrat-medium";
  padding-left: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab::before {
  content: "";
  width: 18px;
  background: #006d4f;
  height: 199px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: -18px;
  top: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab::after {
  content: "";
  width: 18px;
  height: 199px;
  background: #006d4f;
  position: absolute;
  top: 0px;
  right: -18px;
  border-radius: 0 15px 15px 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  img {
  position: absolute;
  left: -18px;
  width: 342px;
  height: 381px;
  top: -92px;
  z-index: 5;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .price-tab
  .img-shadow {
  content: "";
  width: 90%;
  height: 100px;
  background: #ffffff;
  position: absolute;
  top: 57px;
  right: 23px;
  -webkit-box-shadow: 10px 10px 30px #59b59b;
  box-shadow: 10px 10px 30px #59b59b;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .features-tab {
  margin-top: 60px;
  text-align: left;
  padding-left: 25px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .features-tab
  h3 {
  font: 20px "montserrat-semibold";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .features-tab
  ul {
  margin: 0;
  padding: 0;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .features-tab
  ul
  li {
  font: 13px "montserrat-medium";
  color: #757575;
  line-height: 25px;
  padding: 0 6%;
  position: relative;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .features-tab
  ul
  li::before {
  content: "*";
  font-size: 19px;
  position: absolute;
  color: #006d4f;
  left: 0;
  top: 4px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .free-demo {
  width: 75%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #778777;
  font: 11px "montserrat-medium";
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .free-demo
  .btn {
  background: #1db88d;
  width: 87%;
  padding: 12px 15px;
  position: absolute;
  bottom: 25px;
  color: white;
  font: 15px "montserrat-semibold";
  text-transform: uppercase;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .free-demo
  .btn
  a {
  color: white;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .free-demo
  .btn
  a:hover {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .taxes {
  text-align: right;
  padding-right: 75px;
  font: 13px "montserrat-medium";
  color: #757575;
  margin-top: -18px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .prw:nth-of-type(3n + 3)
  .taxes
  span {
  font: 20px "montserrat-bold";
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .actual-price {
    right: 20%;
  }
}
@media screen and (max-width: 990px) {
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .trail-left-wrap {
    width: 70%;
    margin: 10px auto;
  }
  .pricing-page
    .pricing-banner-wrap
    .pricing-wrap
    .price-wrap
    .free-trail-wrap
    .calc-right-wrap {
    width: 70%;
    margin: 10px auto;
  }
}

.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .free-trail-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap {
  width: 100%;
  margin: 10px auto;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .trail-left-wrap
  h2.mob {
  margin-top: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .free-trail-wrap
  .calc-right-wrap {
  width: 100%;
  margin: 10px auto;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .discount-txt {
  width: 90%;
}
.pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .discount-txt {
  text-align: center;
  font: 20px "montserrat-regular";
  width: 80%;
  margin: 0px auto;
  line-height: 35px;
}
.pricing-page
  .pricing-banner-wrap
  .pricing-wrap
  .price-wrap
  .discount-txt
  span {
  font: 30px "montserrat-semibold";
}
@media screen and (max-width: 992px) {
  .pricing-page .pricing-banner-wrap .pricing-wrap .price-wrap .discount-txt {
    width: 90%;
  }
}

.user-type-wrap {
  width: 70%;
  margin: 50px auto;
  background: #fff;
}
.user-type-wrap .partners-wrap {
  width: 100%;
  margin: 0px; /*.fixed-header th:first-child{ background: none !important;} */
}
.user-type-wrap .partners-wrap .fixed-header {
  position: fixed;
  z-index: 98;
  top: -140px;
  width: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user-type-wrap .partners-wrap .fixed-header th {
  background: rgba(255, 255, 255, 0.8) !important;
}
.user-type-wrap .partners-wrap .pricing-table .fa-check {
  color: #1db88d;
}
.user-type-wrap .partners-wrap .pricing-table .fa-times {
  color: red;
}
.user-type-wrap .partners-wrap .pricing-table .fa-infinity {
  color: #00235f;
}
.user-type-wrap .partners-wrap .pricing-table table tr.no-border td {
  border: none;
}
.user-type-wrap
  .partners-wrap
  .pricing-table
  table
  tr.no-border
  td:first-child {
  border: none;
}
.user-type-wrap .partners-wrap .pricing-table table th:first-child {
  background: none;
  text-align: left;
  padding: 0px 10px;
  width: 48%;
}
.user-type-wrap .partners-wrap .pricing-table table th {
  padding: 30px;
  background: #f4f6fa;
  text-align: center;
  font: 28px montserrat-medium;
  height: 120px;
}
.user-type-wrap .partners-wrap .pricing-table table th div:first-child {
  background: #2565f9;
  color: white;
  font: 16px montserrat-medium;
  padding: 10px;
}
.user-type-wrap .partners-wrap .pricing-table table th div:last-child {
  background: #fff;
  color: #000;
  font: 13px montserrat-regular;
  padding: 10px;
}
.user-type-wrap .partners-wrap .pricing-table table .sub-title td {
  padding: 15px;
  background: #f4f6fa;
  border: none;
  height: 90px;
}
.user-type-wrap .partners-wrap .pricing-table table .sub-title td:first-child {
  background: none;
  border: none;
}
.user-type-wrap
  .partners-wrap
  .pricing-table
  table
  .sub-title
  td:first-child
  h3 {
  font: 21px montserrat-medium;
  color: #c000ff;
}
.user-type-wrap .partners-wrap .pricing-table table tr td:first-child {
  border-bottom: 1px solid #e7e4ef;
  padding: 15px 10px;
  background: none;
  text-align: left;
}
.user-type-wrap .partners-wrap .pricing-table table tr td {
  border-bottom: 1px solid #d3e0fc;
  padding: 10px;
  background: #f4f6fa;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .user-type-wrap {
    width: 96%;
  }
  .user-type-wrap .fixed-header {
    width: 96% !important;
  }
}
@media screen and (max-width: 1200px) {
  .user-type-wrap .fixed-header {
    display: none;
  }
  .user-type-wrap .pricing-table {
    overflow-y: scroll;
  }
  .user-type-wrap .pricing-table table {
    width: 1200px;
  }
}

.license-calc-bg {
  background: #00235f;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -352px;
  width: 350px;
  height: 100vh !important;
  z-index: 999;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 350px) {
  .license-calc-bg {
    width: 103% !important;
  }
}
.license-calc-bg .fa-times {
  color: white;
  font-size: 18px !important;
  position: absolute;
  top: 23px;
  right: 16px;
  z-index: 999;
  cursor: pointer;
}
.license-calc-bg .overlay .features-list {
  display: none;
  background: none !important;
  padding-bottom: 50px;
  height: 100vh;
  overflow: scroll;
}
.license-calc-bg .overlay .features-list > h4 {
  margin-top: 90px;
  margin-left: 35px;
  color: #b7b7b7;
}
.license-calc-bg .overlay .features-list .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px 0 25px;
  background: #00235f;
  height: 65px;
  -webkit-box-shadow: -3px 2px 9px rgba(0, 0, 0, 0.48);
  box-shadow: -3px 2px 9px rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  width: 600px;
  z-index: 2;
}
@media screen and (max-width: 675px) {
  .license-calc-bg .overlay .features-list .header {
    width: 100%;
  }
}
.license-calc-bg .overlay .features-list .header h4 {
  font: 14px "montserrat-regular";
  color: white !important;
  text-align: left;
  margin: 0px 10px 0px;
  text-transform: uppercase;
  color: #1db88d;
  font-weight: 700;
}
.license-calc-bg .overlay .features-list .header .but-submit {
  background: #1db88d;
  border-radius: 3px !important;
  width: 35%;
  padding: 7px 7px;
  color: white;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
}
.license-calc-bg .overlay .features-list .header .but-submit.active {
  background-color: #2565f9;
  color: white;
}
.license-calc-bg .overlay .features-list ul {
  padding: 0;
  margin-top: -10px;
}
.license-calc-bg .overlay .features-list ul h4 {
  font-size: 13px;
  margin: 25px 0 5px;
  padding: 0px 35px;
  font-weight: 600;
  font-family: "montserrat-regular";
  letter-spacing: 0.3px;
  color: #1db88d;
}
.license-calc-bg .overlay .features-list ul li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #b7b7b7;
  font-size: 15px;
  padding: 5px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-transform: capitalize;
  position: relative;
}
.license-calc-bg .overlay .features-list ul li img {
  padding-right: 7px;
}
.license-calc-bg .overlay .features-list .info-wrap {
  cursor: pointer;
  position: absolute;
  left: 250px;
}
.license-calc-bg .overlay .features-list .info-wrap:hover .tool-tip {
  display: block;
}
.license-calc-bg .overlay .features-list .info-wrap img {
  padding: 0 0 1px 7px;
}
.license-calc-bg .overlay .features-list .info-wrap .tool-tip {
  z-index: 999;
  position: absolute;
  bottom: 30px;
  right: -42px;
  width: 280px;
  background: white;
  color: black;
  font-size: 12px;
  padding: 15px 15px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
  display: none;
  text-align: center;
  text-transform: initial;
}
.license-calc-bg .overlay .features-list .info-wrap .tool-tip::before {
  content: "";
  position: absolute;
  left: 20%;
  width: 0px;
  height: 0px;
  bottom: -9px;
  border-style: solid;
  border-width: 9px 9px 0px 10px;
  border-color: white transparent transparent;
}
.license-calc-bg .thanks-wrap img {
  display: block;
  margin: 30px auto 20px auto;
  text-align: center;
  width: 25%;
}
.license-calc-bg .thanks-wrap h3 {
  text-align: center;
}
.license-calc-bg #thanks-msgs {
  padding: 60px 40px;
}
.license-calc-bg #thanks-msgs,
.license-calc-bg #saleThank {
  display: none;
}
.license-calc-bg img path {
  fill: #000;
}
.license-calc-bg.slideIn {
  right: 0px;
}
.license-calc-bg.slideOut {
  right: -602px;
}
.license-calc-bg h2 {
  font: 45px "montserrat-semibold";
  color: #fff;
  text-align: left;
  margin: 10px;
}
.license-calc-bg:last-child h3 {
  margin-bottom: 0;
}
.license-calc-bg h3 {
  font: 14px "montserrat-regular";
  color: #fff;
  text-align: left;
  margin: 0px 10px 15px;
  text-transform: uppercase;
  color: #1db88d;
  font-weight: 700;
}
.license-calc-bg p {
  margin: 10px;
  text-align: left;
  margin-bottom: 30px;
  font: 17px "montserrat-regular";
  color: white;
}
.license-calc-bg .calculate {
  padding: 2%;
}
.license-calc-bg .calculate #license-calc-bg {
  color: #ccc;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .license-calc-bg .calculate {
    border-right: none;
  }
}
.license-calc-bg .license-calc-wrap {
  padding: 15px;
  margin: 0 auto;
}
.license-calc-bg .license-calc-wrap .errorMsgForEmails {
  position: relative;
  width: 100%;
}
.license-calc-bg .license-calc-wrap .errorMsgForEmails span {
  position: relative;
  left: 50px;
  padding: 5px 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: none;
}
.license-calc-bg .license-calc-wrap .errorMsgForEmails #emailVal {
  background: white;
  height: 0px;
  padding: 20px 0px;
  width: 100%;
  border: none;
  padding-left: 10px;
  border-radius: 3px;
}
.license-calc-bg .license-calc-wrap .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.license-calc-bg .license-calc-wrap .summary-wrap {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn {
  width: 100%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn a {
  display: block;
  color: #fff;
  padding: 10px 19px;
  font: 18px "montserrat-regular";
  background: #1db88d;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 690px) {
  .license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn a {
    width: 100%;
  }
}
.license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn input {
  width: 100%;
  padding: 0 10px;
  font: 15px "montserrat-regular";
  height: 45px;
  margin-bottom: 7px;
}
.license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 20px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.license-calc-bg
  .license-calc-wrap
  .summary-wrap
  .free-trail-btn-grn
  a:hover:after {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .license-calc-bg .license-calc-wrap .summary-wrap .free-trail-btn-grn a span {
    display: none;
  }
}
.license-calc-bg .license-calc-wrap .summary-wrap .bottom-but {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .license-calc-bg
    .license-calc-wrap
    .summary-wrap
    .bottom-but
    .errorMsgForEmailFooter {
    top: 110px;
  }
}
.license-calc-bg .license-calc-wrap .calc-wrap {
  margin: 0px;
  width: 301px;
  margin-top: 10px;
}
.license-calc-bg .license-calc-wrap .calc-title {
  font-size: 16px;
  color: #8f9bb7;
  font-size: 14px;
}
.license-calc-bg .license-calc-wrap .calc-title .left-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0px 10px;
}
.license-calc-bg .license-calc-wrap .calc-title .right-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding: 0px 6px;
}
.license-calc-bg .license-calc-wrap .calc-title .left-wrap {
  width: 230px;
}
.license-calc-bg .license-calc-wrap .calc-title .left-wrap span.break-line {
  display: block;
}
.license-calc-bg .license-calc-wrap .calc-title .right-wrap {
  width: 70px;
}
.license-calc-bg .license-calc-wrap .calc-title::after {
  content: "";
  clear: both;
  display: table;
}
.license-calc-bg .license-calc-wrap .total-units,
.license-calc-bg .license-calc-wrap .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  color: #8f9bb7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.license-calc-bg .license-calc-wrap .total-units div:first-child,
.license-calc-bg .license-calc-wrap .total-price div:first-child {
  width: 55%;
  margin: 0px 10px;
}
.license-calc-bg .license-calc-wrap .total-units div:last-child,
.license-calc-bg .license-calc-wrap .total-price div:last-child {
  width: 50%;
  margin: 0px 10px;
}
.license-calc-bg .license-calc-wrap .total-units .active,
.license-calc-bg .license-calc-wrap .total-price .active {
  color: #1db88d;
  text-decoration: underline;
}
.license-calc-bg .license-calc-wrap .error {
  color: red;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  display: none;
}
.license-calc-bg .license-calc-wrap .total-units div:first-child,
.license-calc-bg .license-calc-wrap .total-price div:first-child {
  color: #b9c1d4;
  font-size: 12px;
  text-transform: uppercase;
}
.license-calc-bg .license-calc-wrap .total-units div:last-child,
.license-calc-bg .license-calc-wrap .total-price div:last-child {
  font-size: 19px;
  text-align: right;
  text-transform: uppercase;
}
.license-calc-bg .license-calc-wrap .total-price {
  border-top: 1px solid #173870;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.license-calc-bg .license-calc-wrap .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.license-calc-bg
  .license-calc-wrap
  .field-wrap
  input[type="number"]::-webkit-inner-spin-button,
.license-calc-bg
  .license-calc-wrap
  .field-wrap
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.license-calc-bg .license-calc-wrap .field-wrap ::-webkit-input-placeholder {
  /* Edge */
  color: #6a92ef;
}
.license-calc-bg .license-calc-wrap .field-wrap :-ms-input-placeholder {
  /* Internet Explorer */
  color: #6a92ef;
}
.license-calc-bg .license-calc-wrap .field-wrap ::-ms-input-placeholder {
  color: #6a92ef;
}
.license-calc-bg .license-calc-wrap .field-wrap ::placeholder {
  color: #6a92ef;
}
.license-calc-bg .license-calc-wrap .field-wrap input {
  background: #063482;
  border-radius: 3px;
  height: 0px;
  padding: 13px;
  width: 50%;
  margin: 10px 6px;
  border: none;
  color: #fff;
}
.license-calc-bg .license-calc-wrap .field-wrap input:first-child {
  width: 200px;
}
.license-calc-bg .license-calc-wrap .field-wrap input:last-child {
  width: 70px;
  background: #42649e;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .license-calc-bg .license-calc-wrap .license-desc {
    border-right: none;
    margin-bottom: 35px;
  }
}

.contact-page .header-bann-wrap {
  background-image: url("../svg/contact_bg.svg"), url("../img/bg_shape.svg"),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6fa));
  background-image: url("../svg/contact_bg.svg"), url("../img/bg_shape.svg"),
    linear-gradient(#ffffff, #f4f6fa);
  background-position: left bottom, top right;
  background-repeat: repeat-x, no-repeat;
}
.contact-page .home-title-style {
  line-height: 30px;
  font: 45px "montserrat-semibold";
}
.contact-page .home-title-style span {
  font: 30px "montserrat-light";
  color: #757575;
}
.contact-page .top-content {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 150px;
  z-index: 5;
}
.contact-page .top-content h1 {
  font: 70px "nexa-bold";
}
.contact-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 10% 0 0;
  line-height: 30px;
}
.contact-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.contact-page .banner-img {
  position: absolute;
  bottom: -6px;
}
@media screen and (max-width: 1300px) {
  .contact-page .top-content {
    width: 45%;
  }
  .contact-page .banner-img {
    left: -70px;
    bottom: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .top-content {
    width: 47%;
  }
  .contact-page .top-content h1 {
    font: 60px "nexa-bold";
  }
  .contact-page .top-content h3 {
    padding: 0 5% 0 0;
  }
  .contact-page .banner-img {
    left: -150px;
    bottom: 0px;
  }
}
@media screen and (max-width: 850px) {
  .contact-page .header-bann-wrap {
    min-height: 560px;
  }
  .contact-page .top-content {
    width: 100%;
    text-align: center;
    bottom: 50px;
  }
  .contact-page .top-content h1 {
    font: 60px "nexa-bold";
    padding: 0 10%;
  }
  .contact-page .top-content h3 {
    padding: 0 7%;
  }
  .contact-page .banner-img {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .contact-page .header-bann-wrap {
    min-height: 560px;
  }
}
.contact-page .contact-wrap h2 {
  font: 28px "nexa-bold";
  color: #2565f9;
  margin: 40px 30px 0px;
  width: 90%;
}
.contact-page .contact-wrap .address-item {
  width: 90%;
  margin: 45px auto;
  background: white;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
@media screen and (max-width: 980px) {
  .contact-page .contact-wrap .address-item {
    width: 95%;
  }
}
.contact-page .contact-wrap .address-item:nth-of-type(2n + 1) .country-tag {
  margin: 30px 0 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 70px;
  height: 90px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(77%, #2565f9),
    to(#00235f)
  );
  background: linear-gradient(to left, #2565f9 77%, #00235f 100%);
  border-radius: 0 300px 300px 0;
  position: absolute;
  left: -1px;
  -webkit-box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.1);
  font: 35px "montserrat-light";
  color: white;
  line-height: 88px;
  text-align: center;
}
.contact-page
  .contact-wrap
  .address-item:nth-of-type(2n + 1)
  .country-tag::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 120px;
  border-radius: 19px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(24%, #00235f),
    color-stop(0%, white)
  );
  background: linear-gradient(to right, #00235f 24%, white 0%);
  left: -14px;
  z-index: -1;
}
.contact-page
  .contact-wrap
  .address-item:nth-of-type(2n + 1)
  .country-tag::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 29px;
  border-radius: 19px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(24%, #2565f9),
    color-stop(0%, white)
  );
  background: linear-gradient(to right, #2565f9 24%, white 0%);
  top: 90px;
  left: -12px;
  z-index: -1;
}
.contact-page .contact-wrap .address-item:nth-of-type(2n + 2) .country-tag {
  margin: 30px 0 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 70px;
  height: 90px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(77%, #1db88d),
    to(#057254)
  );
  background: linear-gradient(to left, #1db88d 77%, #057254 100%);
  border-radius: 0 300px 300px 0;
  position: absolute;
  left: -1px;
  -webkit-box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.1);
  font: 35px "montserrat-light";
  color: white;
  line-height: 88px;
  text-align: center;
}
.contact-page
  .contact-wrap
  .address-item:nth-of-type(2n + 2)
  .country-tag::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 120px;
  border-radius: 19px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(24%, #057254),
    color-stop(0%, white)
  );
  background: linear-gradient(to right, #057254 24%, white 0%);
  left: -14px;
  z-index: -1;
}
.contact-page
  .contact-wrap
  .address-item:nth-of-type(2n + 2)
  .country-tag::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 29px;
  border-radius: 19px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(24%, #1db88d),
    color-stop(0%, white)
  );
  background: linear-gradient(to right, #1db88d 24%, white 0%);
  top: 90px;
  left: -12px;
  z-index: -1;
}
.contact-page .contact-wrap .address-item .address-details {
  margin: 40px 0 40px;
  padding: 0 30px;
  font: 18px "montserrat-regular";
  line-height: 35px;
  color: #757575;
}
.contact-page .contact-wrap .address-item .address-details span {
  color: #000;
  font: 18px "montserrat-medium";
}
@media screen and (max-width: 600px) {
  .contact-page .contact-wrap .address-item .address-details {
    padding: 0px;
  }
  .contact-page .contact-wrap .address-item .address-details ul li img {
    display: none;
  }
}
.contact-page .contact-wrap .address-item ul {
  font: 18px "montserrat-regular";
  height: 100%;
  margin: 0;
  padding: 0;
}
.contact-page .contact-wrap .address-item ul li {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0px;
}
.contact-page .contact-wrap .address-item ul li img {
  padding-right: 18px;
}

.uc-audit-page .header-bann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .uc-audit-page .header-bann-wrap {
    min-height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .header-bann-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .uc-audit-page .header-bann-wrap {
    height: auto !important;
  }
}
.uc-audit-page .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
.uc-audit-page .top-content h1 {
  font: 55px "nexa-bold";
}
.uc-audit-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 25% 0 0;
  line-height: 30px;
}
.uc-audit-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.uc-audit-page .top-content .email-txt-wrap {
  margin: 0px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .top-content .email-txt-wrap {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1400px) {
  .uc-audit-page .top-content {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .top-content {
    margin-top: 130px;
    width: 100%;
  }
  .uc-audit-page .top-content h1 {
    text-align: center;
  }
  .uc-audit-page .top-content h3 {
    text-align: center;
    padding: 0px;
  }
  .uc-audit-page .top-content p {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .uc-audit-page .top-content {
    margin-bottom: 20px !important;
  }
}
.uc-audit-page .top-content > div {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .top-content > div {
    margin: 15px;
  }
}
.uc-audit-page .banner-img {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .uc-audit-page .banner-img {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .banner-img {
    margin-top: 0px;
    width: 100%;
  }
}
.uc-audit-page img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%; /*   @media screen and(max-width: 1400px) { width: 80%; } */
}
@media screen and (max-width: 1200px) {
  .uc-audit-page img {
    width: 80%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 1000px) {
  .uc-audit-page .header-bann-wrap {
    min-height: 560px !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0px;
  }
  .uc-audit-page .header-bann-wrap .top-content {
    text-align: center;
    margin-bottom: 20%;
    position: initial;
    width: 100%;
    padding: 0;
  }
  .uc-audit-page .header-bann-wrap .top-content h1 {
    font: 55px "nexa-bold";
  }
  .uc-audit-page .header-bann-wrap .top-content h3 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 550px) {
  .uc-audit-page .top-content h1 {
    font: 28px "nexa-bold" !important;
  }
}
.uc-audit-page .retail-content {
  margin: 5%;
}
.uc-audit-page .retail-content p {
  padding: 0px 5%;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
.uc-audit-page .features-wrap .feature-item {
  position: relative;
  margin-top: 150px;
}
.uc-audit-page .features-wrap .feature-item:nth-child(2) {
  margin-top: 0;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 1) .round-number {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 1)
  .round-number
  span {
  border: 1px solid white;
  color: white;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 1)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: white;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 2) .round-number {
  border: 1px solid rgba(37, 101, 249, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 2)
  .round-number
  span {
  border: 1px solid #2565f9;
  color: #2565f9;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 2)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  background: #2565f9;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 3) .round-number {
  border: 1px solid rgba(245, 78, 72, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 3)
  .round-number
  span {
  border: 1px solid #f54e48;
  color: #f54e48;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 3)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 20px rgba(245, 78, 72, 0.3);
  background: #f54e48;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 4) .round-number {
  border: 1px solid rgba(192, 0, 255, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 4)
  .round-number
  span {
  border: 1px solid #c000ff;
  color: #c000ff;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 4)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 20px rgba(192, 0, 255, 0.3);
  background: #c000ff;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 5) .round-number {
  border: 1px solid rgba(29, 184, 141, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 5)
  .round-number
  span {
  border: 1px solid #1db88d;
  color: #1db88d;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 5)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 20px rgba(29, 184, 141, 0.3);
  background: #1db88d;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(6n + 6) .round-number {
  border: 1px solid rgba(246, 202, 7, 0.1);
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 6)
  .round-number
  span {
  border: 1px solid #f6ca07;
  color: #f6ca07;
}
.uc-audit-page
  .features-wrap
  .feature-item:nth-of-type(6n + 6)
  .columes
  button {
  -webkit-box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 20px rgba(246, 202, 7, 0.3);
  background: #f6ca07;
}
.uc-audit-page .features-wrap .feature-item img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.uc-audit-page .features-wrap .feature-item .columes .content-wrap h1 {
  font-family: "nexa-light";
  font-size: 50px;
  color: #2b2b2b;
  padding: 0 20% 0 0;
}
.uc-audit-page .features-wrap .feature-item .columes .content-wrap p {
  padding: 1% 30% 0 0;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
@media screen and (max-width: 800px) {
  .uc-audit-page .features-wrap .feature-item .columes .content-wrap h1,
  .uc-audit-page .features-wrap .feature-item .columes .content-wrap p {
    padding: 0px;
    text-align: center;
  }
  .uc-audit-page .features-wrap .feature-item .columes .content-wrap h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .uc-audit-page .features-wrap .feature-item {
    margin-top: 10px;
  }
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .round-number {
  position: absolute;
  left: 0;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap {
  text-align: right;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap h1 {
  padding: 0 0 0 20%;
}
.uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap p {
  padding: 1% 0% 2% 30%;
}
@media screen and (max-width: 800px) {
  .uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap h1,
  .uc-audit-page .features-wrap .feature-item:nth-of-type(odd) .content-wrap p {
    padding: 0px;
    text-align: center;
  }
}
.uc-audit-page .home-title-style {
  line-height: 30px;
  font: 50px "montserrat-semibold";
  text-align: left;
  padding: 0 40% 0% 0%;
}
@media screen and (max-width: 1186px) {
  .uc-audit-page .home-title-style {
    padding: 0 20% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .uc-audit-page .home-title-style {
    padding: 0 2% 0% 0%;
    font: 35px "montserrat-semibold";
    text-align: center;
  }
}
.uc-audit-page .home-title-style span {
  font: 25px "montserrat-light";
  color: #757575;
}
.uc-audit-page .contact-wrap {
  width: 80%;
  margin: 2% auto;
}
.uc-audit-page .contact-wrap .para-content {
  margin-top: 20px;
}
.uc-audit-page .contact-wrap .para-content p {
  padding: 10px 0%;
  font-family: "montserrat-regular";
  font-size: 20px;
  line-height: 35px;
  color: #778777;
}
@media screen and (max-width: 1200px) {
  .uc-audit-page .contact-wrap {
    width: 85%;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item {
  padding: 50px 0;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 1) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 1)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 1)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 1) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 1)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 1)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 1) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 1) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 1)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 1)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2565f9;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 2) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 2)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 2)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 2) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 2)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 2)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 2) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 2) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 2)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 2)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f54e48;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 3) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 3)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 3)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 3) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 3)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 3)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 3) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 3) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 3)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 3)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #1db88d;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 4) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 4)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 25px rgba(246, 202, 7, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 4)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 4) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 4)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 4)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 4) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 4) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 4)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 4)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f6ca07;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 5) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 5)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 25px rgba(192, 0, 255, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 5)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 5) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 5)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 5)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 5) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 5) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 5)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 5)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #c000ff;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 6) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 6)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 6)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 6) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 6)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 6)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 6) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 6) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 6)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 6)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2565f9;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 7) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 7)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 7)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 7) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 7)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 7)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 7) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 7) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 7)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 7)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f54e48;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 8) .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  display: table;
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 8)
  .title-item
  img {
  margin-right: 37px;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 8)
    .title-item
    img {
    margin-right: 15px;
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 8) .title-item h2 {
  width: 100%;
  font: 30px "montserrat-regular";
  padding: 0px 25% 0px 0%;
  vertical-align: middle;
  display: table-cell;
  color: #2b2b2b;
}
@media screen and (max-width: 1500px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 8)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 8)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 8) .content {
  width: 100%;
}
.uc-audit-page .contact-wrap .case-bpm-item:nth-of-type(8n + 8) .content div p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 45px 0 25px !important;
}
@media screen and (max-width: 992px) {
  .uc-audit-page
    .contact-wrap
    .case-bpm-item:nth-of-type(8n + 8)
    .content
    div
    p {
    padding: 0 15px 0 25px !important;
  }
}
.uc-audit-page
  .contact-wrap
  .case-bpm-item:nth-of-type(8n + 8)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #1db88d;
  left: 15px;
  top: 8px;
  border-radius: 15px;
}

.uc-logistics-page .home-title-style {
  line-height: 30px;
  font: 50px "montserrat-semibold";
  text-align: center;
  padding: 0 20% 0% 20%;
}
@media screen and (max-width: 1186px) {
  .uc-logistics-page .home-title-style {
    padding: 0 0% 0% 0%;
  }
}
@media screen and (max-width: 1610px) {
  .uc-logistics-page .home-title-style {
    padding: 0 5% 0% 5%;
  }
}
@media screen and (max-width: 1080px) {
  .uc-logistics-page .home-title-style {
    padding: 0 0% 0% 0%;
    font-size: 40px;
  }
}
.uc-logistics-page .home-title-style span {
  font: 25px "montserrat-light";
  color: #757575;
}
.uc-logistics-page .top-content {
  width: 50%;
  position: absolute;
  padding: 0 0 0 7%;
  bottom: 150px;
  z-index: 5;
}
@media screen and (max-width: 1580px) {
  .uc-logistics-page .top-content {
    width: 65%;
    padding: 0 0 0 4%;
  }
}
.uc-logistics-page .top-content h1 {
  font: 70px "nexa-bold";
}
@media screen and (max-width: 1250px) {
  .uc-logistics-page .top-content h1 {
    font: 55px "nexa-bold";
  }
}
.uc-logistics-page .top-content h3 {
  font: 20px "montserrat-regular";
  padding: 0 10% 0 0;
  line-height: 30px;
}
@media screen and (max-width: 1580px) {
  .uc-logistics-page .top-content h3 {
    padding: 0 30% 0 0;
  }
}
.uc-logistics-page .top-content button {
  margin-top: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 20px rgba(37, 101, 249, 0.3);
}
.uc-logistics-page .banner-img img {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .uc-logistics-page .banner-img img {
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .uc-logistics-page .banner-img img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .uc-logistics-page .header-bann-wrap {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1150px) {
  .uc-logistics-page .header-bann-wrap .top-content {
    width: 78%;
    bottom: 130px;
    padding: 0 0 0 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .uc-logistics-page .header-bann-wrap {
    min-height: 400px !important;
  }
  .uc-logistics-page .header-bann-wrap .top-content {
    text-align: center;
    width: 100%;
    bottom: 50px;
    padding: 0;
  }
  .uc-logistics-page .header-bann-wrap .top-content h1 {
    font: 50px "nexa-bold";
  }
  .uc-logistics-page .header-bann-wrap .top-content h3 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 521px) {
  .uc-logistics-page .header-bann-wrap {
    min-height: 530px !important;
  }
}
.uc-logistics-page .contact-wrap {
  width: 80%;
  margin: 0px auto;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .title-item
  img {
  padding: 25px 180px 25px 35px !important;
  border-radius: 200px 0px 0px 200px !important;
  position: absolute;
  right: 0;
  left: unset !important;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .title-item
  h2 {
  padding: 0px 0% 0px 15% !important;
  margin-top: 170px !important;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(even)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(even)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .content {
  margin-left: 0px !important;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .content
  div {
  padding-right: 0px !important;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .content
  div
  p {
  padding: 0 0px 0 20% !important;
  text-align: right !important;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(even)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(even)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  right: -25px !important;
  left: unset !important;
  top: 10px !important;
  border-radius: 15px;
}
.uc-logistics-page .contact-wrap .case-logistic-item {
  padding: 50px 0;
  position: unset !important;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .title-item
  img {
  background: #2565f9;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 1)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 1)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 1)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 1)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .title-item
  img {
  background: #f54e48;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 2)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 2)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 2)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 2)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .title-item
  img {
  background: #1db88d;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 3)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 3)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 3)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 3)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .title-item
  img {
  background: #f6ca07;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(246, 202, 7, 0.3);
  box-shadow: 0 15px 25px rgba(246, 202, 7, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 4)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 4)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 4)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 4)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .title-item
  img {
  background: #c000ff;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(192, 0, 255, 0.3);
  box-shadow: 0 15px 25px rgba(192, 0, 255, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 5)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 5)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 5)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 5)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .title-item
  img {
  background: #2565f9;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
  box-shadow: 0 15px 25px rgba(37, 101, 249, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 6)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 6)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 6)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 6)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .title-item
  img {
  background: #f54e48;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
  box-shadow: 0 15px 25px rgba(245, 78, 72, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 7)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 7)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 7)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 7)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .title-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .title-item
  img {
  background: #1db88d;
  padding: 25px 35px 25px 180px;
  border-radius: 0 200px 200px 0;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
  box-shadow: 0 15px 25px rgba(29, 184, 141, 0.3);
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .title-item
  h2 {
  width: 100%;
  font: 40px "montserrat-light";
  padding: 0px 25% 0px 0%;
  color: #2b2b2b;
  margin-top: 170px;
}
@media screen and (max-width: 1500px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 8)
    .title-item
    h2 {
    padding: 0px 5% 0px 0%;
  }
}
@media screen and (max-width: 567px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 8)
    .title-item
    h2 {
    font: 25px "montserrat-medium";
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .content {
  width: 100%;
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .content
  div
  p {
  font: 18px "montserrat-regular";
  color: #757575;
  line-height: 30px;
  padding: 0 20% 0 0px;
}
@media screen and (max-width: 992px) {
  .uc-logistics-page
    .contact-wrap
    .case-logistic-item:nth-of-type(8n + 8)
    .content
    div
    p {
    padding: 0 0px 0 0px !important;
  }
}
.uc-logistics-page
  .contact-wrap
  .case-logistic-item:nth-of-type(8n + 8)
  .content
  div
  p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  left: -10px;
  top: 10px;
  border-radius: 15px;
}

@media screen and (max-width: 584px) {
  .terms-page .mobile {
    min-height: 250px !important;
  }
}
.terms-page .header-bann-wrap {
  min-height: 270px;
}
@media screen and (max-width: 707px) {
  .terms-page .header-bann-wrap {
    min-height: 400px;
  }
}
.terms-page .top-content {
  width: 80%;
  position: absolute;
  bottom: 20%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.terms-page .top-content h1 {
  font: 70px "nexa-bold";
  text-align: left;
  margin-bottom: 0px;
}
@media screen and (max-width: 446px) {
  .terms-page .top-content h1 {
    font: 28px "nexa-bold";
    margin-bottom: 0px;
  }
}
.terms-page .top-content h2 {
  font: 17px "montserrat-regular";
  text-align: left;
  padding: 0 5% 2% 0%;
  line-height: 35px;
  text-transform: capitalize;
}
@media screen and (max-width: 446px) {
  .terms-page .top-content h2 {
    line-height: 30px;
  }
}
.terms-page .top-content h3 {
  font: 20px "montserrat-regular";
  line-height: 30px;
}
.terms-page .content-wrap {
  width: 80%;
  margin: 50px auto 0;
}
.terms-page .content-wrap p {
  font-family: "montserrat-regular";
  font-size: 16px;
  line-height: 35px;
  color: #2b2b2b;
}
.terms-page .content-wrap h3 {
  font-family: "montserrat-semibold";
  font-size: 15px;
  padding-bottom: 30px;
}
.terms-page .content-wrap .home-title-style {
  text-align: left;
}
.terms-page .content-wrap ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.terms-page .content-wrap ul li {
  padding-bottom: 30px;
}
.terms-page .content-wrap ul li h2 {
  font-family: "montserrat-semibold";
  font-size: 23px;
}
.terms-page .content-wrap ul li p {
  font-family: "montserrat-regular";
  font-size: 16px;
  line-height: 35px;
  color: #2b2b2b;
}

@media screen and (max-width: 584px) {
  .policy-page .mobile {
    min-height: 200px !important;
  }
}
.policy-page .header-bann-wrap {
  min-height: 270px;
}
@media screen and (max-width: 584px) {
  .policy-page .header-bann-wrap {
    min-height: 324px;
  }
}
.policy-page .top-content {
  width: 80%;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.policy-page .top-content h1 {
  font: 70px "nexa-bold";
  text-align: left;
  margin-bottom: 0px;
}
@media screen and (max-width: 446px) {
  .policy-page .top-content h1 {
    font: 50px "nexa-bold";
    margin-bottom: 0px;
  }
}
.policy-page .top-content h2 {
  font: 17px "montserrat-regular";
  text-align: left;
  padding: 0 5% 2% 0%;
  line-height: 35px;
  text-transform: capitalize;
}
@media screen and (max-width: 446px) {
  .policy-page .top-content h2 {
    line-height: 30px;
  }
}
.policy-page .top-content h3 {
  font: 20px "montserrat-regular";
  line-height: 30px;
}
.policy-page .content-wrap {
  width: 80%;
  margin: 50px auto 0;
}
.policy-page .content-wrap .list h3 {
  text-decoration: underline;
  font: 17px "montserrat-semibold" !important;
  padding-bottom: 10px;
}
.policy-page .content-wrap .list ul {
  color: #2b2b2b;
  padding: 0 0 0 0px;
}
.policy-page .content-wrap h3 {
  padding-top: 20px;
  font-family: "montserrat-semibold";
  font-size: 15px;
}
.policy-page .content-wrap .home-title-style {
  text-align: left;
}
.policy-page .content-wrap ul {
  margin: 0;
  padding: 0;
  font-family: "montserrat-regular";
}
.policy-page .content-wrap ul li {
  padding-bottom: 30px;
  line-height: 35px;
}
.policy-page .content-wrap ul li h2 {
  font-family: "montserrat-semibold";
  font-size: 25px;
  padding-bottom: 15px;
}
.policy-page .content-wrap ul li p {
  font-family: "montserrat-regular";
  font-size: 16px;
  line-height: 35px;
  color: #2b2b2b;
}
.policy-page .content-wrap ul li .dot-list {
  font-family: "montserrat-regular";
}
.policy-page .content-wrap ul li .dot-list ul {
  padding-left: 20px;
}
.policy-page .content-wrap ul li .dot-list ul li {
  list-style: disc;
  padding-bottom: 15px;
}
.policy-page .content-wrap ul li .dot-list h4 {
  font: 20px "montserrat-regular";
  line-height: 30px;
  margin-top: 25px;
}
.policy-page .content-wrap .error404 {
  padding: 5px;
}
.policy-page .content-wrap .error404 img {
  width: 550px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  .policy-page .content-wrap .error404 img {
    width: 80%;
  }
}
.policy-page .content-wrap .error404 h1 {
  font: 45px "nexa-bold";
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
}
.policy-page .content-wrap .error404 p {
  font-family: "montserrat-regular";
  font-size: 16px;
  line-height: 35px;
  color: #2b2b2b;
  text-align: center;
}
.policy-page .error-wrap {
  height: 100vh;
  margin: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-demo-page .calendly-badge-widget {
  display: block;
}
.book-demo-page .header-wrap {
  background: white !important;
}
.book-demo-page .header-bann-wrap {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.book-demo-page .top-content {
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  padding: 0 30px 0;
}
.book-demo-page .top-content h1 {
  font: 60px "nexa-bold";
}
@media screen and (max-width: 814px) {
  .book-demo-page .top-content h1 {
    font: 60px "nexa-bold";
  }
}
@media screen and (max-width: 440px) {
  .book-demo-page .top-content h1 {
    font: 50px "nexa-bold";
  }
}
.book-demo-page .top-content h3 {
  font-family: "nexa-light";
}
.book-demo-page .top-content img {
  width: 300px;
}
@media screen and (max-width: 528px) {
  .book-demo-page .top-content img {
    width: 200px;
  }
}

.calendly-badge-content {
  color: #fff !important;
  background: #1db88d !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font: 14px "montserrat-medium" !important;
  height: 30px !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
}

.calendly-badge-content:hover {
  background: #20ce9e !important;
}

.start-trial {
  width: 100%;
  margin: 0px auto 20px;
}

.start-trial a {
  white-space: nowrap;
  display: block;
  color: #fff !important;
  background: #007bff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font: 17px "montserrat-medium";
  margin: 0px auto;
  padding: 15px 10px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.start-trial a:hover {
  color: #fff;
  background: #2565f9;
  text-decoration: none;
}

.cc-window.cc-banner {
  border-radius: 5px;
  padding: 10px 20px !important;
  margin: 5px;
  max-width: 690px !important;
  background: #3a208b !important;
  width: 98% !important;
}

.cc-compliance a {
  text-decoration: none !important;
  color: #3a208b !important;
  -webkit-transition: all 0.2;
  transition: all 0.2;
  border: 1px solid White !important;
}

.cc-compliance a:hover {
  border: 1px solid White;
  background: #3a208b !important;
  color: White !important;
}

.cc-btn {
  border-radius: 5px;
}

.calendly-inline-widget {
  height: 100vh;
  overflow: hidden;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .calendly-inline-widget {
    height: 750px;
    overflow: hidden;
    top: 50px;
  }
}

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

/************************************************** blog Style Starts here *******************************************************************************************/
.getstart-wrap {
  margin: 40px 0;
  display: inline-block;
  background: url("../img/section-bg-desk.jpg") bottom center #151515;
  color: white;
  padding: 38px;
  background-position: left;
  border: 1px solid #e7e7e7;
  /* background: #fafafa; */
  /* border: 1px solid #ccc; */
}
.getstart-wrap h2 {
  color: #484848;
  font-family: "montserrat-Regular";
}
.getstart-wrap p {
  color: #484848 !important;
  line-height: 31px !important;
  margin-top: 20px;
  font-family: "montserrat-Regular";
}
.getstart-wrap .demo-btn {
  background: #1db88d;
  border-style: none;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 40px;
  padding: 11px 48px;
  font-size: 16px;
  font-family: "montserrat-Regular";
  font-weight: 600;
  color: white;
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .getstart-wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .getstart-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .getstart-wrap .demo-btn {
    width: 100%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 720px) {
  .article {
    margin-bottom: 0 !important;
  }
}
.article img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.article h2 a {
  font-family: "montserrat-semibold";
  font-size: 25px !important;
  text-align: left !important;
  padding-bottom: 15px;
  color: #434343 !important;
}
.article p,
.article .post-content {
  margin-bottom: 20px !important;
  font-family: "montserrat-regular";
  font-size: 16px;
  line-height: 35px;
  color: #434343;
}
.article p.entry-meta {
  color: #757575;
  font: 14px "montserrat-medium";
  margin-top: 10px !important;
}
.article p.entry-meta span {
  color: #1db88d;
}

.single_post .figcaption {
  color: #dedede;
}
.single_post h1 {
  font-family: "montserrat-semibold";
  font-size: 28px !important;
  padding-bottom: 15px;
  color: #434343 !important;
}
.single_post h2 {
  font-family: "montserrat-semibold";
  margin-top: 40px;
  font-size: 22px !important;
  padding-bottom: 15px;
  color: #434343 !important;
}
.single_post h3 {
  font-family: "montserrat-semibold";
  font-size: 18px !important;
  margin-top: 40px;
  padding-bottom: 5px;
  color: #1db88d !important;
}
.single_post h2 + h3 {
  margin-top: 0px;
}
.single_post #comments {
  display: none;
}
.single_post .tags p {
  font-weight: bold;
  margin-bottom: 20px !important;
}
.single_post .tags ul {
  margin: 0px;
}
.single_post .tags ul li {
  list-style: none;
  display: inline-block;
}
.single_post .tags ul li a {
  padding: 0px 10px;
  border: 1px solid #2565f9;
  border-radius: 30px;
  color: #2565f9;
  transition: all 0.3s;
  font-size: 14px !important;
  line-height: 26px !important;
  display: block;
}
.single_post .tags ul li a:hover {
  color: #fff;
  background: #2565f9;
}

.sidebar .widget {
  border: 1px solid #e7e7e7;
  background: #fdfdfd !important;
}
.sidebar .widget h3 {
  font-family: "montserrat-semibold";
  font-size: 18px !important;
  text-align: left !important;
  padding-bottom: 15px;
  color: #434343 !important;
}
.sidebar .widget ul {
  margin: -15px !important;
}
.sidebar .widget ul li {
  border-bottom: 1px dashed #f1f1f1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sidebar .widget ul li a {
  font-family: "montserrat-regular";
  font-size: 14px;
}
.sidebar .widget ul li a:hover {
  color: #1db88d !important;
}

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