/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./easyrollup/easyrollup.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --buttoncolorhover: rgb(62, 107, 224);
  --buttoncolor: rgb(85, 132, 255);
  --contentcolor: rgb(132, 146, 175);
  --headingcolor: rgb(14, 26, 53);
}

* {
  margin: 0;
  padding: 0;
}

html {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  margin-top: 0 !important;
  box-sizing: border-box;
  line-height: 1.5;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

div {
  font-family: "Roboto";
}

a {
  text-decoration: unset !important;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.restrict-mark {
  all: unset !important;
  display: inline;
  color: #e42a00 !important;
}

.just-validate-error-label {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .just-validate-error-label {
    font-size: 10px;
  }
}

.mandatory-mark {
  color: #ee0004;
}

.main-booking-iframe {
  width: 100%;
  border: none;
}

.container {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 0 !important;
  width: 100%;
}

.custom-container {
  width: 82%;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .custom-container {
    width: 90%;
  }
}

.home-button {
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  background: var(--buttoncolor);
  font-size: 1rem;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.home-button:hover {
  background: var(--buttoncolorhover);
}

.herosectionheading {
  font-size: 50px;
  color: var(--headingcolor);
}

.buttoncss {
  background-color: var(--buttoncolor);
  padding: 13px 50px;
  font-size: 18px;
  transition: all 0.6s;
  font-weight: 600;
  border-radius: 30px;
  border: 0px;
  color: white;
  text-transform: uppercase;
}
.buttoncss:hover {
  background-color: var(--buttoncolorhover);
}

header {
  height: 85px;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  z-index: 999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}
.sticky header {
  position: fixed;
  top: 0;
}
.sticky .nav-content .nav-inner-content > ul > li > a {
  color: black !important;
}
.sticky svg {
  fill: #000;
}
.sticky .head-bar svg {
  fill: #000;
}

.head-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .head-content {
    padding-top: 12px;
  }
}
@media screen and (max-width: 500px) {
  .head-content {
    height: 100%;
    padding-top: 0px;
  }
}

.header-logo {
  text-decoration: none;
  width: 12%;
  height: 12%;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .header-logo {
    width: 15%;
    height: 15%;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 30%;
    height: 35%;
  }
}

.nav-content {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 1050px) {
  .nav-content {
    display: none;
  }
}
.nav-content .nav-inner-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-content .nav-inner-content > ul {
  display: flex;
  align-items: center;
}
.nav-content .nav-inner-content > ul > li {
  list-style: none;
}
.nav-content .nav-inner-content > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}

.head-button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .head-button {
    display: none;
  }
}
.head-button > ul > li {
  list-style: none;
}
.head-button > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}
.head-button > .head-button > a:hover {
  background: var(--buttoncolorhover);
}
.head-button button,
.head-button .bookDemo_headerBtn {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  transition: all 0.5s ease;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media screen and (max-width: 500px) {
  .head-button button,
  .head-button .bookDemo_headerBtn {
    font-size: 14px;
  }
}
.head-button button .head-btn-arrow,
.head-button .bookDemo_headerBtn .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  display: inline-block !important;
}
.head-button button:hover,
.head-button .bookDemo_headerBtn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.head-button button:hover > svg,
.head-button .bookDemo_headerBtn:hover > svg {
  transform: translateX(10px);
}

.head-bar {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar {
    display: block;
  }
  .head-bar svg {
    font-size: 23px;
    fill: #2a2828;
    display: flex;
  }
  .head-bar svg:hover {
    color: #5584ff;
    cursor: pointer;
  }
}

.head-bar-list {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar-list {
    top: 80%;
    display: block;
    padding: 15px 20px !important;
    z-index: 4;
    position: absolute;
    background: white;
    width: 100%;
    left: 0px;
    height: 100vh;
  }
  .head-bar-list > ul {
    margin-top: 15px;
  }
  .head-bar-list > ul > li > a {
    padding: 10px 0px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.5s;
    cursor: pointer;
  }
  .head-bar-list > ul > li > a:hover {
    color: #9daac7;
  }
  .head-bar-list .head-bar-button {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.our-products {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .our-products {
    display: flex !important;
  }
}
.our-products svg {
  font-size: 11px;
  margin: 5px;
  color: rgb(168, 175, 188);
  fill: #000;
}
@media screen and (max-width: 500px) {
  .our-products svg {
    fill: #000;
  }
}
.our-products:hover + .our-products svg {
  font-size: 11px;
  margin: 5px;
  color: var(--buttoncolor);
}

#head-product {
  position: relative;
}
#head-product:hover + .product-list {
  display: block;
}

.product-list {
  background-color: #fff;
  display: none;
  margin: -10px 0px;
  position: absolute;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
  z-index: 99;
  list-style-type: none;
}
.product-list:hover {
  display: block;
}
.product-list > li {
  padding: 10px 0px;
}
.product-list > li.non-link {
  color: #000;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 1rem;
}
.product-list > li > a {
  color: #000;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 1rem;
}
.product-list > li > a:hover {
  color: #83a5b9;
}

@media screen and (max-width: 1050px) {
  .product-bar-list {
    padding: 0px 15px !important;
  }
  .product-bar-list > li.non-link {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .product-bar-list > li > a {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .product-bar-list > li > a:hover {
    color: #83a5b9;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required)::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background-repeat: repeat;
}

.loader {
  display: none;
}
.loader.active {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loader.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.loader.active::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all 0.5s ease;
  padding: 0 20px;
}
.popup .just-validate-error-label {
  width: 100% !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 120%);
  left: 0;
}
.popup .popup-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 650px;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  padding-top: 0px;
  height: auto;
  margin: 0 auto;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .popup .popup-content {
    height: 500px;
    width: 100%;
  }
}
.popup .popup-content .imglogo {
  text-align: center;
  padding: 15px;
}
.popup .popup-content .imglogo img {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .popup .popup-content .imglogo img {
    width: 50%;
  }
}
.popup .closediv {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup .flexdiv {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv {
    flex-wrap: wrap;
  }
}
.popup .flexdiv div {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv div {
    width: 100%;
  }
}
.popup .flexdiv .flexdivinner {
  display: flex;
  gap: 11px;
}
.popup .flexdiv .flexdivinner .form-group {
  width: 59%;
}
.popup .flexdiv .flexdivinner .form-group:first-child {
  width: 41%;
}
.popup h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.popup label {
  font-size: 16px !important;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
}
.popup button[type=submit] {
  margin: 0 auto;
  width: 55%;
  background: #06c;
  border: 0;
  padding: 10px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.popup input[type=text],
.popup input[type=email],
.popup select,
.popup textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  display: block;
  height: 48px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  line-height: unset;
  background: #fafafa !important;
}
.popup input[type=text]:focus,
.popup input[type=email]:focus,
.popup select:focus,
.popup textarea:focus {
  outline: none;
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.securediv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.securediv div span {
  font-size: 14px;
}

.error-message {
  color: red;
  font-size: 10px;
  width: 100% !important;
  margin-top: 0px;
  font-family: "Roboto";
}

/* ------------------------------------- Footer SCSS ------------------------------------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.bookacall {
  cursor: pointer;
}

footer {
  background-color: #062232;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 0 1rem;
  }
}
footer .container {
  padding: 80px 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 1500px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer .container {
    gap: 1.5rem;
  }
}
footer .footimg-div {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 60px 0 !important;
  width: 100%;
}
footer .footimg-div #footer-img {
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  footer .footimg-div {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  footer .footimg-div {
    width: fit-content;
    height: auto;
    margin: unset;
  }
}
footer .foot-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  footer .foot-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-content {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-content {
    gap: 1.5rem;
    grid-template-columns: 1fr !important;
  }
}
footer .foot-part {
  width: 20%;
  height: 20%;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .foot-part:nth-child(1) {
  width: 35%;
}
footer .foot-part img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
footer .foot-part .foot-part-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 26.4px;
  margin-bottom: 20px;
  color: #31617c;
  line-height: 1.4 !important;
}
@media screen and (max-width: 1100px) {
  footer .foot-part .foot-part-heading {
    font-size: 1.3rem;
  }
}
footer .foot-part ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .foot-part ul li a {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
}
footer .foot-part ul li button {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .foot-part p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9ba7ad;
}
footer .foot-part p svg {
  fill: white;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
footer .foot-part p a {
  color: #9ba7ad;
}
footer .foot-part .address-line {
  line-height: 1.4;
}
footer .foot-part .become-partner-button {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border-radius: 8px;
  border: 0.85px solid #7f7f7f;
  padding: 10px 30px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-shrink: 1;
  width: fit-content;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .become-partner-button {
    padding: 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .become-partner-button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .become-partner-button {
    max-width: 180px;
    text-align: center;
  }
}
footer .foot-part .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #102e3f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 15px 20px;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  footer .foot-part .subscribe-form {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form {
    margin-bottom: unset;
  }
}
footer .foot-part .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .sub_head {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form .sub_head {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form .sub_head {
    justify-content: center;
  }
}
footer .foot-part .subscribe-form #footer-subscribe {
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form #footer-subscribe {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
footer .foot-part .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input {
    margin-top: 0;
  }
}
footer .foot-part .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
footer .foot-part .subscribe-form .flex-input .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
footer .foot-part .subscribe-form .flex-input .input-field input {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
  width: 100%;
  background: transparent;
  border-radius: unset !important;
  padding-left: 0;
  margin-bottom: 16px;
}
footer .foot-part .subscribe-form .flex-input .input-field input:focus, footer .foot-part .subscribe-form .flex-input .input-field input:hover {
  outline: none;
}
footer .foot-part .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: unset !important;
  position: absolute;
  bottom: 0 !important;
  transform: translate(0%, 30%);
  left: 0;
  color: #ff0000 !important;
}
footer .foot-part .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 10px;
}
footer .foot-part .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
  background: transparent;
}
footer .foot-part .foot-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  position: absolute;
  right: 40px;
  bottom: -160px;
}
@media screen and (max-width: 1100px) {
  footer .foot-part .foot-icons {
    bottom: -120px;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .foot-icons {
    bottom: -190px;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 20px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 10px;
    right: 20px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .foot-icons {
    position: unset;
    justify-content: flex-start;
    gap: 20px;
  }
}
footer .foot-part .foot-icons a {
  text-decoration: none;
  color: #99869f;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 50%;
  padding: 7px 7px;
  display: flex;
  align-items: center;
}
footer .foot-part .foot-icons a svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
footer .foot-part .foot-icons a:hover .foot-icon-svg-path {
  fill: #fff;
}
@media only screen and (max-width: 900px) {
  footer .foot-part {
    width: unset !important;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part {
    width: unset !important;
    height: unset;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part {
    width: unset;
    height: unset;
  }
}
footer .foot-end {
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-end {
    padding: 15px 0;
  }
}
footer .foot-end p {
  line-height: 20px;
  color: #9ba7ad;
}
footer .foot-end .foot-end-links {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1000px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-end .foot-end-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
    justify-content: center;
    row-gap: 0.4rem;
  }
}
footer .foot-end .foot-end-links a {
  text-decoration: none;
  color: #9ba7ad;
  transition: color 0.5s;
}

#sec-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (max-width: 650px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .social-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .social-heading {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}

/* ------------------------------------- ChargeOn Popup Form SCSS ------------------------------------- */
.chargeonpopup .just-validate-error-label {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 50%);
  left: 0;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 9px;
    transform: translate(0%, 30%);
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 8px;
    transform: translate(0%, 10%);
  }
}
.chargeonpopup .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal.open {
  opacity: 1;
}
.chargeonpopup .modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 50px;
  border: none;
  width: 95%;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (min-width: 1450px) {
  .chargeonpopup .modal-content {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .chargeonpopup .modal-content {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
  }
  .chargeonpopup .modal-content .container {
    width: 95%;
  }
}
.chargeonpopup .l-modal__bt-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}
.chargeonpopup .l-modal__bt-close:before, .chargeonpopup .l-modal__bt-close:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #bdbdbd;
  transition: background-color 0.3s;
}
.chargeonpopup .l-modal__bt-close:before {
  transform: rotate(45deg);
}
.chargeonpopup .l-modal__bt-close:after {
  transform: rotate(-45deg);
}
.chargeonpopup .l-modal__bt-close:hover:before, .chargeonpopup .l-modal__bt-close:hover:after {
  background-color: #000;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .l-modal__bt-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
.chargeonpopup .mainDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .mainDiv {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .mainDiv {
    margin-bottom: 10px;
  }
}
.chargeonpopup .formText {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText {
    width: 100%;
    text-align: center;
  }
}
.chargeonpopup .formText .myhead {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #282828;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .myhead {
    margin-bottom: 0;
    font-size: 22px;
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formText .myhead {
    font-size: 18px;
  }
}
.chargeonpopup .formText .para-width {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .para-width {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: start;
    line-height: unset;
  }
}
.chargeonpopup .formText img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText img {
    display: none !important;
  }
}
.chargeonpopup .formInput {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput {
    width: 100%;
  }
}
.chargeonpopup .formInput h3 {
  display: none;
}
.chargeonpopup .formInput form {
  width: 100%;
}
.chargeonpopup .formInput label {
  font-size: 14px;
  line-height: 14px;
  color: #6b6b6b;
  font-weight: 400;
}
.chargeonpopup .formInput label .restrict-mark {
  color: #e42a00;
}
@media screen and (max-width: 600px) {
  .chargeonpopup .formInput label {
    font-size: 12px;
  }
}
.chargeonpopup .formInput input,
.chargeonpopup .formInput select,
.chargeonpopup .formInput textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.3490196078);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.chargeonpopup .formInput input::placeholder,
.chargeonpopup .formInput select::placeholder,
.chargeonpopup .formInput textarea::placeholder {
  color: #d1d1d1;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput input,
  .chargeonpopup .formInput select,
  .chargeonpopup .formInput textarea {
    padding: 0;
  }
}
.chargeonpopup .formInput select {
  padding-right: 0;
  cursor: pointer;
}
.chargeonpopup .formInput .inputdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput .inputdiv {
    flex-direction: column;
    gap: 0;
  }
}
.chargeonpopup .formInput .inputdiv > div {
  width: 100%;
  position: relative;
}
.chargeonpopup .formInput .countryDiv {
  width: 48.5%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .countryDiv {
    width: 100%;
  }
}
.chargeonpopup .formInput .inputphone {
  width: 48.5%;
  display: flex;
  gap: 15px;
  /* Code */
  /* Number */
}
.chargeonpopup .formInput .inputphone > div:first-child {
  width: 30%;
}
.chargeonpopup .formInput .inputphone > div:last-child {
  width: 70%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .inputphone {
    width: 100%;
  }
  .chargeonpopup .formInput .inputphone > div:first-child {
    width: 50% !important;
  }
}
.chargeonpopup .formInput textarea {
  resize: vertical;
  min-height: 60px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput textarea {
    min-height: 40px !important;
    margin-bottom: 5px !important;
  }
}
.chargeonpopup .formInput button[type=submit] {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #133f59;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
}
.chargeonpopup .bysub {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
}
.chargeonpopup .bysub a {
  color: #555 !important;
  text-decoration: underline;
}
.chargeonpopup .bysub a:hover {
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .bysub {
    font-size: 10px;
    line-height: 13px;
  }
}
.chargeonpopup .iframeshow {
  width: 100%;
  display: none;
}
.chargeonpopup .iframeshow .main-booking-iframe {
  width: 100%;
  border: none;
}
.chargeonpopup .modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal-overlay.open {
  display: block;
  opacity: 1;
}

body {
  overflow-x: hidden;
}

.main-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
}
.main-content-wrapper section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
}
.main-content-wrapper section > .container,
.main-content-wrapper section > .custom-container {
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .main-content-wrapper section {
    padding: 0px 10px;
  }
}
.main-content-wrapper .bg-clear {
  background-image: none !important;
  background-color: #fff !important;
}
@media screen and (max-width: 1500px) {
  .main-content-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-wrapper {
    gap: 60px;
  }
}

.headingText {
  font-weight: 300;
  line-height: 60px;
  font-size: 50px;
  color: var(--headingcolor, rgb(14, 26, 53));
}
.headingText b {
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .headingText {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .headingText {
    line-height: 40px;
    text-align: center;
  }
}

.contentText {
  color: var(--contentcolor, rgb(132, 146, 175));
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}
.contentText a {
  color: #5584ff;
  text-decoration: none;
}
.contentText a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .contentText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .contentText {
    text-align: justify;
  }
}

.heading-primary {
  color: #9daac7;
  font-weight: 400;
  font-size: 4.2rem;
}
@media screen and (max-width: 500px) {
  .heading-primary {
    font-size: 32px;
  }
}

.aarch-button {
  text-align: center;
  padding: 15px 50px;
  color: #fff;
  background: var(--buttoncolor, rgb(85, 132, 255));
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.5s ease;
  border: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}
.aarch-button:hover, .aarch-button:focus, .aarch-button:active {
  background: var(--buttoncolorhover, rgb(62, 107, 224));
  color: #fff;
}
@media screen and (max-width: 500px) {
  .aarch-button {
    font-size: 14px;
  }
}

.herosection {
  background-image: url(https://products.cyntexa.com/wp-content/uploads/2023/04/hd-1-1024x576_New.jpg);
  background-size: cover;
  background-position: center;
  height: 900px;
}
.herosection .flexdiv {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.herosection .contentdiv {
  text-align: center;
  position: relative;
  bottom: 203px;
  width: 100%;
}
.herosection .contentdiv .hero-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.herosection .contentdiv .contenthero {
  font-size: 27px;
  color: var(--contentcolor);
  text-align: center;
}
.herosection .contentdiv .imgparent {
  position: absolute;
  left: 50%;
  top: 109%;
  width: 100%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 9;
}
.herosection .contentdiv .imgparent img {
  width: auto;
}
@media screen and (max-width: 1400px) {
  .herosection .contenthero {
    font-size: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .herosection .contentdiv .imgparent img {
    width: 90% !important;
  }
}
@media screen and (max-width: 850px) {
  .herosection .contentdiv {
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .herosection .contentdiv .imgparent {
    position: unset !important;
    transform: unset !important;
  }
  .herosection .contentdiv .imgparent img {
    width: 100% !important;
  }
  .herosection .contenthero {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .herosection {
    height: 700px;
  }
  .herosection .heading-primary {
    font-size: 4.2rem;
  }
  .herosection .contentdiv .hero-content {
    gap: 2rem;
  }
  .herosection .contentdiv .contenthero {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .herosection {
    height: 600px;
  }
  .herosection .hero-content .heading-primary {
    font-size: 42px;
  }
  .herosection .hero-content .contenthero {
    font-size: 20px;
  }
}

.meetaarchtoolclass {
  background-image: url(https://products.cyntexa.com/wp-content/uploads/2023/04/hd-3-1024x506_New.jpg);
  background-size: cover;
}
.meetaarchtoolclass.bg-clear {
  background-image: none;
  background-color: #fff;
}
.meetaarchtoolclass .flexfivdata {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding-top: 40px;
}
.meetaarchtoolclass .flexfivdata.pt-zero {
  padding-top: 0;
}
.meetaarchtoolclass .flexfivdata .column-1 {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.meetaarchtoolclass .flexfivdata .column-1 img {
  width: 100%;
  border-radius: 6px;
}
.meetaarchtoolclass .flexfivdata .column-1 .NoDekstop {
  display: none;
}
.meetaarchtoolclass .flexfivdata .column-1 .contentTextdiv {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.meetaarchtoolclass .flexfivdata .column-1 .contentTextdiv .text-gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.meetaarchtoolclass .flexfivdata .column-2 {
  width: 45%;
  flex: 7;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.meetaarchtoolclass .flexfivdata .column-2 .equal-img {
  width: 100%;
  border-radius: 6px;
}
.meetaarchtoolclass .contentTextdiv.text-gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .meetaarchtoolclass .contentTextdiv.text-gap {
    gap: 20px;
  }
}
.meetaarchtoolclass .parent-wedged-button {
  display: flex;
  justify-content: space-evenly;
}
.meetaarchtoolclass.install .parent-wedged-button {
  display: flex;
  justify-content: start;
}
.meetaarchtoolclass.meetRollup .parent-wedged-button {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 851px) {
  .meetaarchtoolclass .flexfivdata {
    flex-direction: column-reverse;
    gap: 0;
    padding-top: 0;
  }
  .meetaarchtoolclass .column-1,
  .meetaarchtoolclass .column-2 {
    width: 100% !important;
    text-align: center;
  }
  .meetaarchtoolclass .DekstopOnly {
    display: none;
  }
  .meetaarchtoolclass .NoDekstop {
    display: block !important;
    margin-bottom: 20px;
  }
  .meetaarchtoolclass .parent-wedged-button {
    justify-content: space-evenly;
  }
  .meetaarchtoolclass .parent-wedged-button .aarch-button {
    padding: 15px 30px !important;
  }
  .meetaarchtoolclass.use-ei .column-2 .equal-img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .meetaarchtoolclass .flexfivdata {
    gap: 1rem;
  }
  .meetaarchtoolclass .parent-wedged-button .aarch-button {
    font-size: 16px;
  }
  .meetaarchtoolclass.install .parent-wedged-button {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.meetaarchtoolclass.use-ei .contentText {
  text-align: center;
}

.FeatureSection .container .headingText {
  text-align: center;
  margin-bottom: 50px;
}
.FeatureSection .container .headingText span {
  font-weight: bold;
}
.FeatureSection .tab-content .content.active {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 800px) {
  .FeatureSection .tab-content .content.active {
    gap: 50px;
  }
}
.FeatureSection .tab-content .rowdata {
  display: flex;
  gap: 80px;
  align-items: center;
}
.FeatureSection .tab-content .rowdata .column-1,
.FeatureSection .tab-content .rowdata .column-2 {
  flex: 1;
}
.FeatureSection .tab-content .rowdata .column-1 img,
.FeatureSection .tab-content .rowdata .column-2 img {
  width: 100%;
}
.FeatureSection .tab-content .rowdata .headingText {
  text-align: left;
  margin-bottom: 20px;
  font-size: 42px;
}
.FeatureSection .tab-content .rowdata .contentText {
  text-align: left;
  line-height: 34px;
}
@media screen and (max-width: 1400px) {
  .FeatureSection .tab-content .rowdata .headingText {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .FeatureSection .rowdata {
    flex-direction: column;
    gap: 30px;
  }
  .FeatureSection .rowdata.revclass {
    flex-direction: column-reverse;
  }
  .FeatureSection .tab-content .rowdata .headingText {
    font-size: 22px;
    line-height: 1.2;
  }
  .FeatureSection .tab-content .rowdata .contentText {
    text-align: justify;
  }
}

.ReadyToSell {
  background-color: rgb(14, 26, 53);
  padding-bottom: 130px !important;
  margin-bottom: 100px;
}
.ReadyToSell .Contentdivs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.ReadyToSell .Contentdivs h3 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.ReadyToSell .GetStarted {
  width: 64%;
  background: white;
  border-radius: 6px;
  text-align: center;
  padding: 60px 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: -30%;
}
.ReadyToSell .GetStarted h4 {
  font-weight: 700;
  font-size: 25px;
  color: rgb(14, 26, 53);
}
.ReadyToSell .GetStarted p {
  color: rgb(132, 146, 175);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.ReadyToSell .GetStarted .ImReady {
  border-radius: 30px;
  border: 1px solid rgba(142, 136, 175, 0.35);
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 50px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(14, 26, 53);
}
.ReadyToSell .GetStarted .ImReady svg {
  fill: rgb(85, 132, 255);
  width: 12px;
  height: 14px;
  margin-right: 8px;
}
.ReadyToSell .GetStarted .ImReady:hover {
  border-color: rgb(62, 107, 224);
  color: rgb(62, 107, 224);
}
@media screen and (max-width: 1400px) {
  .ReadyToSell .Contentdivs h3 {
    font-size: 28px;
  }
  .ReadyToSell .GetStarted h4 {
    font-size: 22px;
  }
  .ReadyToSell .GetStarted p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .ReadyToSell .GetStarted {
    width: 65%;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 500px) {
  .ReadyToSell .Contentdivs {
    padding: 30px 0;
  }
  .ReadyToSell .GetStarted {
    width: 85%;
    padding: 30px 20px;
  }
}

.homeApplication {
  background-image: url(https://products.cyntexa.com/wp-content/uploads/2023/04/bg-2-1024x800_New.png);
  background-size: cover;
  text-align: center;
}
.homeApplication h2.headingText {
  font-weight: 400 !important;
}
.homeApplication .owl-carousel {
  display: none;
}
.homeApplication .owl-carousel .item {
  text-align: center;
  display: flex;
  justify-content: center;
}
.homeApplication .owl-carousel .item img {
  width: 78%;
  border-radius: 6px;
}
.homeApplication.NobackgroundClass .block-quote.quote-2 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  padding: 0 80px;
  position: relative;
  line-height: 28px;
  color: rgb(132, 146, 175);
}
.homeApplication.NobackgroundClass .block-quote.quote-2:before {
  content: "“";
  font-size: 80px;
  position: absolute;
  left: 20px;
  top: -30px;
  color: #ececec;
}
.homeApplication.NobackgroundClass .block-quote.quote-2:after {
  content: "”";
  font-size: 80px;
  position: absolute;
  right: 20px;
  bottom: -50px;
  color: #ececec;
}
.homeApplication.NobackgroundClass .block-quote.quote-2 .quote-author {
  font-style: normal;
  font-weight: 400;
  padding-left: 15px;
  border-left: 4px solid #7d7d7d;
  display: block;
  margin: 15px 0 0;
  font-size: 14px;
  color: rgb(85, 132, 255);
}
@media screen and (max-width: 500px) {
  .homeApplication .NobackgroundClass .block-quote.quote-2 {
    font-size: 15px;
    padding: 0;
  }
  .homeApplication .NobackgroundClass .block-quote.quote-2:before {
    left: 0;
    top: -40px;
    font-size: 60px;
  }
  .homeApplication .NobackgroundClass .block-quote.quote-2:after {
    right: 0;
    bottom: -40px;
    font-size: 60px;
  }
}

.WeOffer .container {
  text-align: center;
}
.WeOffer .headingText {
  margin-bottom: 50px;
}
.WeOffer .rowdiv {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.WeOffer .rowss {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.WeOffer .columnss {
  text-align: center;
  flex: 1;
  min-width: 150px;
}
.WeOffer .columnss img {
  max-width: 100%;
  margin-bottom: 15px;
}
.WeOffer .columnss .image-text {
  color: black;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 24px;
}
.WeOffer .learnMore {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 701px) {
  .WeOffer .rowss {
    flex-direction: column;
    gap: 50px;
  }
}

.section-faq {
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-faq h2 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .section-faq h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .section-faq h2 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .section-faq .faqDiv .faqs span a {
    font-size: 16px;
  }
}
.section-faq .listText {
  text-align: left;
  list-style-type: disc !important;
  padding: 0px 11px !important;
  margin-bottom: 7px;
  margin-left: 20px;
}
.section-faq .listText li {
  font-size: 16px;
  list-style-type: disc !important;
  text-align: left !important;
}
@media screen and (max-width: 851px) {
  .section-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-faq .rows {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .section-faq .rows {
    flex-direction: column;
    row-gap: 0px;
    margin-top: 20px;
  }
}
.section-faq .columns-1,
.section-faq .columns-2 {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .section-faq .columns-1,
  .section-faq .columns-2 {
    width: 100%;
  }
}
.section-faq .accordianlist {
  margin-bottom: 50px;
}
@media screen and (max-width: 810px) {
  .section-faq .accordianlist {
    margin-bottom: 0px;
  }
}
.section-faq .accordianlist p {
  font-weight: 500;
  color: rgb(132, 146, 175);
  font-size: 20px;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .section-faq .accordianlist p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-faq .accordianlist p {
    font-size: 14px;
  }
}
.section-faq .accordiancover {
  width: 100%;
  height: max-content;
  background: transparent;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-bottom: 10px;
  border: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .section-faq .accordiancover {
    padding: 0;
  }
}
.section-faq .accordiancover button:focus {
  background-color: transparent;
}
.section-faq .accordiancover.active {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.section-faq .accordiancover.active .panel {
  display: block;
  animation: fadeIn 0.5s;
}
.section-faq .accordiancover.active .accordian .arow {
  transform: rotate(0deg);
  fill: rgb(85, 132, 255);
}
.section-faq .accordiancover.active .accordian p {
  color: #3886fe;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-faq .accordian-div {
  width: 100%;
}
.section-faq .accordian-div:hover {
  cursor: pointer;
}
.section-faq .accordian-div:hover + .accordian-div a p,
.section-faq .accordian-div:hover a p {
  color: #3886fe;
}
.section-faq .accordian {
  width: 100%;
  text-align: initial;
  border: 0px;
  background-color: transparent;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .section-faq .accordian {
    gap: 5px;
  }
}
.section-faq .accordian .arow {
  transform: rotate(-90deg);
  fill: rgb(132, 146, 175);
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease, fill 0.3s ease;
}
@media screen and (max-width: 600px) {
  .section-faq .accordian .arow {
    height: 12px;
  }
}
.section-faq .accordian:hover + .accordian p {
  color: #3886fe;
  cursor: pointer;
}
.section-faq .panel {
  display: none;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 1rem;
}
.section-faq .panel p {
  font-size: 16px;
  padding: 10px;
}
.section-faq .panel .contentText {
  color: rgb(132, 146, 175);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .section-faq .panel .contentText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .section-faq .panel .contentText {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-faq .panel .faq-text {
  padding-bottom: 10px;
  font-weight: 400 !important;
}
.section-faq .panel .faq-text ol {
  margin-left: 1rem;
  font-size: 14px;
}
.section-faq .panel .faq-text ol li {
  list-style-type: auto;
  margin-top: 10px;
}

.section-contact {
  position: relative;
  width: 100%;
}
.section-contact > .container {
  padding: 50px !important;
  border-radius: 6px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
  background: white;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  .section-contact > .container {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  .section-contact > .container {
    padding: 25px 20px !important;
    box-shadow: none;
  }
}
.section-contact .formDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .section-contact .formDiv {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.section-contact .formText {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-contact .formText h2 {
  text-align: left;
  color: #5584ff;
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 30px 0;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .section-contact .formText h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  .section-contact .formText h2 {
    display: none;
  }
}
.section-contact .formText .formAddress {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  .section-contact .formText .formAddress {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 500px) {
  .section-contact .formText .formAddress {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.section-contact .formText .formAddress .address {
  width: 100%;
}
.section-contact .formText .formAddress h3 {
  font-size: 25px;
  color: #0e1a35;
  margin: 0 0 15px 0;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .section-contact .formText .formAddress h3 {
    font-size: 18px;
  }
}
.section-contact .formText .formAddress .formContact div {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .section-contact .formText .formAddress .formContact div {
    justify-content: center;
  }
}
.section-contact .formText .formAddress .formContact svg {
  width: 18px;
  height: auto;
  fill: #000;
  flex-shrink: 0;
}
.section-contact .formText .formAddress .formContact span,
.section-contact .formText .formAddress .formContact a {
  width: auto;
  text-align: left;
  color: rgb(132, 146, 175);
  text-decoration: none;
  line-height: 1.5;
  word-break: break-word;
}
.section-contact .formInput {
  flex: 1;
  width: 100%;
}
.section-contact .formInput .mob-heading {
  display: none;
}
@media only screen and (max-width: 850px) {
  .section-contact .formInput .mob-heading {
    display: block;
    color: #5584ff;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .section-contact .formInput .mob-heading {
    font-size: 24px;
  }
}
.section-contact .formInput form {
  width: 100%;
}
.section-contact .formInput label {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: rgb(132, 146, 175);
  font-weight: 400;
  display: block;
}
.section-contact .formInput label .field-val-astrick {
  color: #e32900;
}
@media screen and (max-width: 1500px) {
  .section-contact .formInput label {
    font-size: 14px;
  }
}
.section-contact .formInput input,
.section-contact .formInput select,
.section-contact .formInput textArea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  background-color: #f4f9fe;
  color: #8492af;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 0;
}
.section-contact .formInput input:focus,
.section-contact .formInput select:focus,
.section-contact .formInput textArea:focus {
  outline: none;
  background-color: #fff;
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
@media screen and (max-width: 1500px) {
  .section-contact .formInput input,
  .section-contact .formInput select,
  .section-contact .formInput textArea {
    font-size: 14px;
  }
}
.section-contact .formInput select {
  appearance: none;
  display: block;
  height: 45px;
}
.section-contact .formInput textArea {
  resize: vertical;
  min-height: 120px;
}
.section-contact .formInput .inputdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .section-contact .formInput .inputdiv {
    flex-direction: column;
    gap: 20px;
  }
}
.section-contact .formInput .inputdiv .inputinnerdiv {
  width: 100%;
  position: relative;
}
.section-contact .formInput .inputdiv .countryDiv {
  width: 48%;
}
.section-contact .formInput .inputdiv .inputphone {
  width: 48%;
  display: flex;
  gap: 15px;
}
.section-contact .formInput .inputdiv .inputphone .thirtyfive {
  width: 35%;
}
.section-contact .formInput .inputdiv .inputphone .sixtyfive {
  width: 65%;
}
@media only screen and (max-width: 500px) {
  .section-contact .formInput .inputdiv .countryDiv,
  .section-contact .formInput .inputdiv .inputphone {
    width: 100%;
  }
}
.section-contact .formInput button.contactformbutton {
  display: inline-block;
  padding: 13px 50px;
  font-size: 18px;
  color: white;
  border-radius: 30px;
  background-color: #5584ff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}
.section-contact .formInput button.contactformbutton:hover {
  background-color: rgb(62, 107, 224);
}
@media screen and (max-width: 1500px) {
  .section-contact .formInput button.contactformbutton {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .section-contact .formInput button.contactformbutton {
    width: 100%;
  }
}

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