body {
  background-color: #F4F6FB;
  background-image: url('/assets/images/orange-blur.svg');
  background-repeat: no-repeat;
  background-position: top -500px right calc(50% - 400px);
  background-size: 1200px;
  ;
}


::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.resp-lg-br {
  display: block !important;
}

.resp-md-br {
  display: block !important;
}

.resp-sm-br {
  display: block !important;
}

.resp-xs-br {
  display: block !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-3 {
  line-height: 1.3 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.lh-1-7-5 {
  line-height: 1.75 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.cardbox-2 {
  background: #F7f7f7;
  padding: 30px;
  border-radius: 15px;
}


section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.text-width {
  width: 80%;
}

.bg-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}

.main-page {
  color: #333 !important;
}

.header {
  width: 100%;
  background-color: #F4F6FB;
  background-image: url('/assets/images/orange-blur.svg');
  background-repeat: no-repeat;
  background-position: top -500px right calc(50% - 400px);
  background-size: 1200px;
  position: fixed;
  overflow: hidden;
  padding: 25px 0;
  z-index: 99999;
  margin: 0 auto;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  display: inline-block;
  color: #0E2749;
  font-size: 16px;
  font-weight: 700;
  margin: 15px;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #F89939;
}

.navbar {
  padding: 0;
}

.banner-sec {
  background: none;
}

.banner-sec h1 {
  color: #0e2749;
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
  margin: 5px 0 20px 0;
}

.template-apps4 .banner-sec h1 {
  font-size: 34px;
}

.template-apps4 h3 {
  font-size: 1.5rem;
}


.banner-sec.compact h1 {
  line-height: 50px;
  margin: 5px 0 10px 0;
}

.banner-3.compact h1 {
  line-height: 1.2;
  margin-bottom: 20px;
}


.banner-sec p {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 2.2;
  margin-right: -12px;
}

.banner-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-sec ul li {
  position: relative;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 10px 30px;
}

.banner-sec.compact ul li {
  padding: 5px 0 5px 30px;
}

.banner-sec ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/tick.svg");
}

.banner-sec .button {
  margin: 40px 0 0 0;
}

.banner-sec.compact .button {
  margin: 20px 0 0 0;
}

.banner-sec .button a {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.primary-button {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}


.banner2 {
  padding-top: 35px;
  padding-bottom: 85px;
}

.banner2.banner-sec .button a {
  border-radius: 25px;
  padding: 10px 40px;

}

.banner-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}


.tech-sec .button {
  margin: 40px 0 0 0;
}

.tech-sec .button a {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.tech-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}

.tech-sec {
  background: #f7f7f7;
}

.tech-sec:before {
  position: absolute;
  right: 0;
  top: 50px;
  content: "";
  width: 84px;
  height: 232px;
  z-index: 1;
  background-image: url("../images/right-img.svg");
}

.tech-sec:after {
  position: absolute;
  left: 0;
  bottom: 50px;
  content: "";
  width: 84px;
  height: 232px;
  z-index: 1;
  background-image: url("../images/left-img.svg");
}

.bg-none {
  background-image: none !important;
  background: none !important;
}

.tech-sec.no-bg:before {
  content: none !important;
  background-image: none !important;
}

.tech-sec.no-bg:after {
  content: none !important;
  background-image: none !important;
}

.sec-bg-1 {
  background-image: url("/assets/images/homepage2/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.mt--100 {
  margin-top: -100px;
}

.tech-sec .heading {
  text-align: center;
  margin-bottom: 50px;
}

.tech-sec .heading span {
  color: #f89939;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
}

.tech-sec .heading h2 {
  color: #0e2749;
  font-size: 30px;
  font-weight: 600;
  margin: 13px 0;
}

.tech-sec .heading h3 {
  color: #0e2749fc;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.tech-sec .content-box h4 {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.tech-sec .heading p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.tech-sec .flex-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9;
}

.tech-sec .content-box {
  position: relative;
  margin: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 40px 25px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border: 0.5px solid rgba(225, 225, 225, .4);
  max-width: 310px;
  min-width: 250px;
}

.tech-sec .content-box h3 {
  font-size: 17px;
}

.cardbox {
  min-width: 250px;
  max-width: 315px;
}

.cardbox .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.cardbox .icon-box img {
  width: 25px;
  height: 25px;
}

.cardbox-wrapper-1 .cardbox {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 20px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border: 0.5px solid rgba(225, 225, 225, .4);
  z-index: 10;
}

.cardbox-wrapper-1 .cardbox .mini-heading {
  margin-bottom: 15px;
}

.cardbox-wrapper-1 .cardbox .mini-heading span {
  color: #f89939;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  padding-left: 10px;
}

.cardbox-wrapper-1 .cardbox h3 {
  color: #0e2749;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.cardbox-wrapper-1 .cardbox p {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.cardbox-wrapper-1 .cardbox .flex-icon-h {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 20px 0;
}

.cardbox-wrapper-1 .cardbox .flex-icon-h .icon-box {
  background: #f89939;
  text-align: center;
  margin: 0 10px 0 0;
}

.cardbox-wrapper-1 .cardbox .icon-box img {
  width: 26px;
  height: 26px;
  margin: 12px;
  filter: brightness(0) invert(1);
}

.cardbox-wrapper-1 .cardbox .flex-icon-h .text-box h3 {
  color: #F89939;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.tech-sec .p-2 {
  position: relative;
  margin: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 25px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border: 0.5px solid rgba(225, 225, 225, .4);
}

.tech-sec .p-2 .mini-heading {
  margin-bottom: 15px;
}

.tech-sec .p-2 .mini-heading span {
  color: #f89939;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  padding-left: 10px;
}

.tech-sec .p-2 h3 {
  color: #0e2749;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.tech-sec .p-2 p {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.tech-sec .p-2 .flex-icon-h {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 20px 0;
}

.tech-sec .p-2 .flex-icon-h .icon-box {
  background: #FAFAFA;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px 0 0;
}

.tech-sec .p-2 .flex-icon-h .text-box h3 {
  color: #F89939;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 0 0;
}


.left-sec {
  background-color: #fff;
}

.left-sec h2 {
  color: #0e2749;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0 15px 0;
}

.left-sec p {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 30px;
}

.left-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-sec ul li {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 5px 30px;
}

.left-sec ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/tick.svg");
}

.left-sec .button {
  margin: 20px 0 0 0;
}

.left-sec .button a {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 25px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.left-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}

.right-sec {
  background-color: #fafafa;
}

.right-sec h2 {
  color: #0e2749;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0 15px 0;
}

.right-sec p {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 30px;
}

.right-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-sec ul li {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 5px 30px;
}

.right-sec ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/tick.svg");
}

.right-sec .button {
  margin: 20px 0 0 0;
}

.right-sec .button a {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 25px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.right-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}


.support-sec {
  background: #ffffff;
}

.support-sec {
  text-align: center;
}

.support-sec h2 {
  color: #0e2749;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.support-sec p {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.support-sec .button {
  margin: 20px 0 0 0;
}

.support-sec .button a {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 25px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.support-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}


.price-call-sec {
  background: #fafafa;
}

.price-call-sec {
  background-color: #fafafa;
}

.price-call-sec h2 {
  color: #0e2749;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 15px 0;
}

.price-call-sec p {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 30px;
}

.price-call-sec p.price-para {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.price-call-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-call-sec ul li {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 5px 30px;
}

.price-call-sec ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/tick.svg");
}

.price-call-sec .button {
  margin: 40px 0 0 0;
}

.price-call-sec .button a,
.price-call-sec .button button {
  background: #f89939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  border: 2px solid #ff9200;
  text-align: center;
  margin-right: 10px;
}

.price-call-sec .button button:hover,
.price-call-sec .button a:hover {
  color: #fff;
  background-color: #f89939;
}


.price-call-sec .form-box {
  position: relative;
  overflow: hidden;
}

.price-call-sec .form-control {
  height: 45px;
  padding: 20px 15px;
  color: #151d41;
  border: 1px solid #E0E0E0;
  font-size: 14px;
}

.price-call-sec .form-row .form-group label {
  position: absolute;
  background: #fff;
  top: -10px;
  left: 20px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
}

.price-call-sec .form-control.text-area {
  min-height: 100px;
  color: #151d41;
  background-color: #FFFFFF;
}

.price-call-sec .form-box .btn-submit {
  background-color: #f89939;
  border: 2px solid #f89939;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  margin: 0;
}

.price-call-sec .form-box .btn-submit:hover {
  background-color: #ff9200;
  border: 2px solid #ff9200;
  color: #fff;
}

.price-call-sec .form-box .btn-submit:focus {
  background-color: #ff9200;
  border: 2px solid #fff;
}

.price-call-sec .form-control:focus {
  color: #151D41;
  background-color: #FFFFFF;
  border-color: #FFDD00;
  outline: 0;
  box-shadow: none;
}

.price-call-sec .form-control::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.price-call-sec .form-control:-ms-input-placeholder {
  color: #c9c9c9;
}

.price-call-sec .form-control::-ms-input-placeholder {
  color: #c9c9c9;
}


.footer-sec {
  background-color: #ffffff;
  padding: 50px 0 0 0;
}

.footer-sec .flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0 40px 0;
}

.footer-sec .p-2 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 20px !important;
}

.footer-sec .p-2.item-1 {
  width: 30%;
}

.footer-sec .p-2.item-2 {
  width: 5%;
  border-left: 1px solid #d0d7dd !important;
  height: 110px;
}

.footer-sec .logo-footer {
  margin: 0 0 10px 0;
}

.footer-sec .phone-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sec .phone-list ul li {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
}

.footer-sec .phone-list ul li span {
  padding-left: 15px;
}

.footer-sec .social-icons a {
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 8px;
}

.footer-sec .copyright {
  margin: 30px 0;
}

.footer-sec .copyright p {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.banner-feat-img {
  max-width: 100%;
  margin: -40px 0;
}

.bg-white {
  background: #ffffff;
}

.bg-light-gray {
  background: #f7f7f7;
}

.tagline {
  color: #f89939;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
}

.tagline2 {
  color: #f89939;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  display: block;
}

.pricing-sec .heading {
  width: 100%;
}

.pricing-table-wrapper {
  width: 80%;
  padding-top: 130px;
  margin: auto;
  position: relative;
}

.pricing-table-wrapper .title-table {
  width: 100%;
  text-align: left;
}

.pricing-table-wrapper .title-table th,
.pricing-table-wrapper .value-table th,
.pricing-table-wrapper .title-table td,
.pricing-table-wrapper .value-table td {
  padding: 15px 25px;
}

.pricing-table-wrapper .title-table tr:nth-child(even) {
  background-color: #fafafa;
  /* background-color: orange; */
}

.pricing-table-wrapper .title-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.pricing-table-wrapper .value-table {
  position: absolute;
  bottom: -2px;
  right: 0;
  padding: 0 50px;
}

.pricing-table-wrapper .value-table th {
  font-size: 13px;
}

.pricing-table-wrapper .value-table th strong {
  font-size: 25px;
}

.pricing-table-wrapper table {
  border-collapse: separate;
  overflow: hidden;
}

.pricing-table-wrapper .value-table {
  border: 2px solid #f89939;
  border-radius: 10px;
}

.price-th {
  padding: 25px 0 !important;
}

.feat-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.banner-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-video-wrapper video {
  border: 1px solid #ececec;
  border-radius: 4px;
}

.suite-sec a {
  font-weight: bold;
}

.suite-sec .extra-border {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px !important;
}

.suite-sec .p-2 {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  border-radius: 20px;
  padding: 25px 20px !important;
  margin: 10px !important;
}

.suite-sec .p-2 .mini-heading {
  margin: 15px 15px 0 15px;
}

.suite-sec .p-2 .mini-heading span {
  font-size: 20px;
  font-weight: bold;
}

.suite-sec .p-2 .btn {
  padding-bottom: 0;
}

.suite-sec .btn:focus,
.suite-sec .btn:visited {
  box-shadow: none;
}

.suite-sec .suite-videos>div a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.suite-videos img {
  position: relative !important;
}

.suite-videos video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.suite-desc-box a {
  color: #666;
  font-weight: 500;
}

.suite-desc-box a:hover {
  color: #222;
  text-decoration: none;
}

.suite-desc-box .mini-heading {
  color: #0E2749;
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}

.suite-desc-box .link-icon {
  width: 48px;
  height: 47px;
}

.feat-img-box .img-fluid {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.modal {
  top: 25px;
}

.mission h3,
.mission h4 {
  margin: 0 !important;
}

.mission .content-box {
  padding: 15px !important;
  border-radius: 15px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
}

.mission .subtle-box .content-box {
  padding: 0 !important;
  border: 1px solid #ddd !important;
}

.mission .subtle-box .extra-border {
  padding: 40px 15px !important;
  border: 4px solid #eee !important;
  border-radius: 9px !important;
}

.mission .content-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0E2749;
}

.suite-sec .suite-videos .mini-heading span {
  color: #0E2749;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
}

.suite-sec .suite-videos .btn {
  font-size: 15px;
}

.suite-videos .feat-img-box a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  /* Adjust as needed */
  height: 40px;
  /* Adjust as needed */
  background-image: url('/assets/images/play-orange-button.png');
  /* Your play button image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;
}

.need-big-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px !important;
  /* Adjust as needed */
  height: 60px !important;
  /* Adjust as needed */
  background-image: url('/assets/images/grayplay-button.png');
  /* Your play button image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;
}


.need-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  /* Adjust as needed */
  height: 40px;
  /* Adjust as needed */
  background-image: url('/assets/images/grayplay-button.png');
  /* Your play button image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;
}

.extra-big-play.need-play-button::after {
  width: 80px;
  height: 80px;
}

.big-play.need-play-button::after {
  width: 60px;
  height: 60px;
}

.orange-play.need-play-button::after {
  background-image: url('/assets/images/play-orange-button.png');
}

.banner2.banner-sec h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

figcaption {
  color: #0e2749;
  margin-top: 10px;
}

.suite-sec .suite-videos {
  padding: 0 !important;
}

.tech-sec .text-start h2,
.tech-sec .text-start h3,
.tech-sec .text-start p,
.tech-sec .text-start span {
  text-align: left !important;
}

.pricing-sec .heading h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.pricing-sec .heading h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px !important;
}

.pricing-sec .heading p {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.primary-text {
  color: #f89939;
}

.pricing-sec .button {
  margin-top: 0;
  text-align: left;
}

.pricing-sec .heading {
  margin-bottom: 30px;
}

.pricing-sec .button a {
  border-radius: 25px;
  padding: 10px 40px;
}

.pricing-sec .flex-box {
  justify-content: flex-end;
}

.pricing-sec .content-box {
  max-width: 375px;
  margin: 10px;
  box-shadow: none;
  border: none;
}

.pricing-sec.sec-bg-1 .content-box {
  max-width: 100%;
  background: #fff;
  margin: 10px;
  padding: 20px !important;
}

.pricing-sec .icon-box {
  margin-right: 20px;
}

.pricing-sec .head-box {
  text-align: left;
}

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

.price-call-sec.contact .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.price-call-sec.contact {
  background: linear-gradient(to right, white 62%, #f0f0f0 38%);
}

.price-call-sec.contact button {
  border-radius: 25px;
  padding: 10px 40px;
}

.form-wrapper {
  padding-right: 100px;
}

.footer {
  padding: 70px 0;
}

.contact .head-para {
  color: #666;
}

.desktop-banner {
  text-align: right;
}

.desktop-banner img {
  max-width: 100%;
}

.contact-info {
  position: relative;
  /* background-image: url('/assets/images/homepage2/info-box.png'); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  border-radius: 25px;
  padding: 40px;
  z-index: 1;
  overflow: hidden;
}

.contact-info-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.contact-info h2 {
  font-size: 24px;
}

.contact-info p {
  font-weight: 600;
}

.price-call-sec .contact-info h2,
.price-call-sec .contact-info h3,
.price-call-sec .contact-info p {
  color: #fff;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item .icon-box {
  margin-right: 13px;
}

.contact-item p {
  margin: 0;
}

.contact-box {
  border-bottom: 1px solid #ffffff45 !important;
  padding-bottom: 20px;
}

.follow-box {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.follow-box p {
  margin-bottom: 0;
}

.follow-box>div {
  margin-right: 15px;
}

.btn.disabled,
.btn:disabled {
  opacity: .3;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 81%;
}

.rating a,
.rating a:hover {
  text-decoration: none;
}

.rating img {
  width: 35px;
  height: 35px;
  filter: brightness(95%);
}

.rating img:hover {
  filter: brightness(100%);
}

.ratings {
  margin: 30px 0;
}

.rating-card {
  background: #f7f7f7;
  padding: 15px 25px;
  border-radius: 10px;
  height: 100%;
}

.orange-btn {
  background: #f89939;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 25px !important;
  padding: 10px 40px !important;
  text-align: center;
  width: 160px;
  transition: background 0.3s ease, color 0.3s ease;
}

.orange-black-btn {
  background: #f89939;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 25px;
  padding: 10px 40px !important;
  text-align: center;
  width: 160px;
  transition: background 0.3s ease, color 0.3s ease;
}

.orange-black-btn:hover {
  background: #000;
}

.button-2 {
  border: 2px solid #f89939;
  border-radius: 30px;
  background: #f7f7f7;
  padding: 7px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-2:hover {
  background: #ffffff;
  text-decoration: none;
}

.button-2 span {
  font-style: normal !important;
  font-weight: 600 !important;
  padding: 5px 30px;
}

.button-2 img {
  padding: 0;
  width: 30px;
  height: 30px;
}

.rating-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.template-apps3 .features-link,
.template-apps3 .pricing-link,
.template-apps3 .about-link {
  display: none;
}

.home-link {
  display: none;
}

.template-apps3 .home-link {
  display: inline-block;
}

.template-apps3 .pricing-sec .content-box {
  max-width: 100% !important;
  min-width: auto !important;
}

.template-apps3 .pricing-sec .heading h2 {
  font-size: 32px;
}

.template-apps3 .banner-3 h3 {
  font-size: 22px;
}

.template-apps3 section {
  padding: 60px 0;
}

.alert-tip {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 15px;
}

.alert-no-bg {
  background: none;
}

.shine {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}

.shine:hover::before {
  animation: shine 1s ease-out forwards;
}

.hidden {
  display: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.arrow-in-circle {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.open .arrow-in-circle {
  transform: rotate(90deg);
}

.tab-trigger.open {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tab-trigger {
  cursor: pointer;
}

.tab-content h1 {
  font-size: 2rem;
}

.tab-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.tab-content h3 {
  font-size: 1.2rem;
}

.tab-content figure img {
  width: 100% !important;
  height: auto !important;
}

.p-2 .tab-content .container {
  padding: 0;
}

@media (min-width: 1200px) {
  .breakout {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 2000px;
  }

  .suite-sec .p-2 {
    padding: 1.3vw 1.2vw !important;
  }

  .suite-sec .suite-videos>div a {
    width: 100%;
  }

  .suite-sec .suite-videos>div a img {
    width: 100%;
    height: 100%;
  }

  .suite-desc-box .mini-heading {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .banner2.banner-sec h1 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
  }

  .form-wrapper {
    padding-right: 90px;
  }

  .price-call-sec.contact {
    background: linear-gradient(to right, white 67%, #f0f0f0 33%);
  }

  .suite-sec .p-2 {
    width: 30%;
  }

}

@media (max-width: 991.7px) {
  .orange-black-btn {
    margin-top: 20px;
  }

  .form-wrapper {
    padding-right: 0;
  }

  section {
    padding: 90px 0;
  }

  .suite-sec .p-2 {
    width: 100%;
  }

  .suite-sec .p-2 .img-fluid {
    width: 100%;
  }

  .mb-small {
    margin-bottom: 35px !important;
  }

  .pricing-sec .content-box {
    width: 100%;
    max-width: 100%;
  }

  .price-call-sec.contact {
    background: #fff;
  }

  .form-wrapper {
    margin-bottom: 35px;
  }

  .suite-sec .suite-videos {
    padding: 0 !important;
  }

  .tech-sec .flex-box {
    flex-wrap: wrap;
  }

  .mosaic-sec .p-2 {
    width: 43%;
  }

  .history-sec .p-2 {
    width: 43%;
  }

  .footer-sec .flex-box {
    flex-wrap: wrap;
  }

  .footer-sec .p-2.item-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }

  .footer-sec .p-2.item-2 {
    width: 50%;
    border-left: unset !important;
    border-bottom: 1px solid #d0d7dd !important;
    height: 10px;
    margin: 10px 0;
  }

  .banner-feat-img {
    max-width: 100%;
    margin: -15px 0 -40px 0;
  }

  .resp-lg-br {
    display: none !important;
  }
}

@media (max-width: 767.7px) {
  .tech-sec .heading {
    text-align: left;
  }

  section {
    padding: 80px 0;
  }

  .banner-sec .form-box {
    margin-top: 30px;
  }

  .tech-sec .p-2 {
    margin: 10px 0;
  }

  .mosaic-sec .p-2 {
    width: 100%;
    margin: 10px 0;
  }

  .history-sec .p-2 {
    width: 100%;
    margin: 10px 0;
  }

  .pricing-table-wrapper .value-table {
    border: none;
    text-align: right;
    padding: 0;
  }

  .resp-md-br {
    display: none !important;
  }
}

@media (max-width: 575.7px) {
  section {
    padding: 60px 0;
  }

  .suite-sec .p-2 {
    width: 100%;
  }

  .banner-sec h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-sec .form-box {
    padding: 30px 20px 20px 20px;
  }

  .banner-sec .button a {
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 7px;
  }

  .tech-sec .button a {
    font-size: 14px;
    padding: 6px 12px;
    margin-right: 7px;
  }


  .mission .content-box h3,
  .mission .content-box h4 {
    font-size: 15px;
  }

  .contact .head-para {
    font-size: 14px;
  }

  .resp-sm-br {
    display: none !important;
  }

}

@media (max-width: 430px) {
  .resp-xs-br {
    display: none !important;
  }

  .banner2.banner-sec h1 {
    font-size: 19px;
  }


}

@media (max-width: 341px) {

  .banner2.banner-sec h1 {
    font-size: 17px;
  }

  .mission .content-box h3,
  .mission .content-box h4 {
    font-size: 13px;
  }

  .contact .head-para {
    font-size: 13px;
  }

  .tech-sec .p-2 {
    width: 100%;
  }
}
