/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./contactus/contactus.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
: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;
  pointer-events: none;
}
.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;
    pointer-events: none;
  }
  .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;
}

section {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

:root {
  --color-dark1: #2a2828;
  --background: #fff;
  --white-color: #fff;
  --heading-color: #2a2828;
  --hero-elips-color: linear-gradient(95deg, #ff80ad 4.15%, #ffd164 85.54%);
  --check-btn: linear-gradient(180deg, #ff80ad 4.15%, #ffd164 85.54%);
  --second-hero-elips-color: #d9d9d9;
  --purple: #562762;
  --orange: #ffd164;
  --active-purple: #562762;
  --gray: rgba(115, 115, 115, 0.72);
  --border-gray: rgba(145, 98, 156, 0.23);
  --strong-gray: #737373;
  --lite-gray: #999;
  --form-background: #fafafa;
  --shadow-color: rgba(0, 0, 0, 0.25);
  --lable-color: #3f3f3e;
  --input-border: #ccc;
  --red: #f00;
  --color-light-1: #282828;
  --footer-form-heading: #424242;
  --btn-color: linear-gradient(
    180deg,
    #ff80ad 0%,
    #ff9996 46.35%,
    #ffd164 100%
  );
  --btn-black: #3d0743;
  --btn-ball: #ff9996;
  --btn-text: #3d0743;
  --hover-btn: #3d0743;
  --link-purple: #91629c;
  --get-form-border: rgba(115, 115, 115, 0.33);
  --get-form-purple: #3d0743;
  --get-form-dark-1: #2a2828;
  --get-form-dark-2: #424242;
  --get-form-light: #797878;
  --label-color-1: #737373;
}

.contact-us-banner {
  margin-top: 70px;
  width: 100%;
}
.contact-us-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.contact-us-banner .container .main-heading {
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--heading-color);
  text-align: center;
  margin: 0;
}
@media (max-width: 1500px) {
  .contact-us-banner .container .main-heading {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  .contact-us-banner .container .main-heading {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .contact-us-banner .container .main-heading {
    font-size: 24px;
  }
}
.contact-us-banner .container .description {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
@media (max-width: 500px) {
  .contact-us-banner .container .description {
    font-size: 14px;
  }
}

.next-gen-business {
  margin: 100px 0;
  width: 100%;
}
.next-gen-business .container {
  position: relative;
}
@media (max-width: 500px) {
  .next-gen-business {
    margin: 50px 0;
  }
}
.next-gen-business .next-gen-business-heading-section {
  width: 51%;
  padding: 45px 42px;
  border-radius: 8px;
  border: 4px solid rgba(145, 98, 156, 0.23);
  position: absolute;
  top: 11%;
  height: max-content;
}
.next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
  color: var(--heading-color);
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 26px;
  width: 90%;
}
@media (max-width: 1500px) {
  .next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
    font-size: 24px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .next-gen-business .next-gen-business-heading-section .next-gen-business__heading {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.next-gen-business .next-gen-business-heading-section p {
  color: var(--strong-gray);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  width: 90%;
  margin: 0;
}
@media (max-width: 1500px) {
  .next-gen-business .next-gen-business-heading-section p {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .next-gen-business .next-gen-business-heading-section p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 1050px) {
  .next-gen-business .next-gen-business-heading-section {
    position: relative;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 30px 20px;
  }
}
.next-gen-business .get-in-touch-container {
  display: flex;
  justify-content: end;
  gap: 50px;
  align-items: flex-end;
}
@media (max-width: 1050px) {
  .next-gen-business .get-in-touch-container {
    min-height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
.next-gen-business .get-in-touch-container .get-in-touch-content {
  display: none;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a {
  color: var(--strong-gray);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.next-gen-business .get-in-touch-container .get-in-touch-content .career-explore a:hover {
  color: var(--get-form-purple);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper {
  width: 55%;
}
@media (max-width: 1050px) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper {
    width: 100%;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper .just-validate-error-label {
  text-align: left;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 120%);
  left: 0;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form {
  padding: 30px 40px;
  border-radius: 8px;
  background: var(--form-background);
  box-shadow: 0px 4px 8px 0px var(--shadow-color);
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form {
    padding: 40px 35px;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
  color: var(--lable-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 9px;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label span {
  color: var(--red);
}
@media (max-width: 500px) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper label {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input,
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper select,
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--input-border);
  border-radius: 0;
  padding: 10px 5px;
  font-size: 16px;
  color: var(--lite-gray);
  width: 100%;
  box-sizing: border-box;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper input:focus,
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper select:focus,
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--get-form-purple);
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .input-wrapper textarea {
  height: 3rem;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div {
  display: flex;
  justify-content: flex-end;
  height: 50px;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
  width: 36%;
  max-width: 130px;
  text-align: left;
  z-index: 1;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: var(--color-text);
  transition: opacity 0.3s ease-out;
  border: none;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn p {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto";
  left: 30%;
  z-index: 1;
  transition: left 0.3s;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn .small_eclipse {
  display: block;
  background: var(--btn-color);
  width: 11%;
  height: 30%;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  top: 36%;
  left: 0;
  transition: left 0.3s;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn::after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: var(--btn-color);
  top: 0;
  position: absolute;
  transition: opacity 0.6s ease-out;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper:hover .submit-btn .small_eclipse {
  left: 90%;
  opacity: 1;
}
.next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper:hover .submit-btn::after {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .next-gen-business .get-in-touch-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
    width: 55%;
  }
}

.cyntexa-address {
  grid-column: center-start/center-end;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.cyntexa-address .address-container {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 500px) {
  .cyntexa-address .address-container {
    display: flex;
    flex-direction: column;
  }
}
.cyntexa-address .location-img-light,
.cyntexa-address .location-img-dark {
  display: grid;
}
.cyntexa-address .location-img-light > *,
.cyntexa-address .location-img-dark > * {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1;
}
.cyntexa-address .location-img-light figure,
.cyntexa-address .location-img-dark figure {
  margin: 0;
}
.cyntexa-address .location-img-light figure:last-child,
.cyntexa-address .location-img-dark figure:last-child {
  display: none;
}
.cyntexa-address .location-img-light figure:first-child:hover + figure,
.cyntexa-address .location-img-dark figure:first-child:hover + figure {
  display: flex;
}
.cyntexa-address .location-img-light figure:last-child:hover,
.cyntexa-address .location-img-dark figure:last-child:hover {
  display: flex;
}
.cyntexa-address .location-img-light img,
.cyntexa-address .location-img-dark img {
  max-width: 100%;
  height: auto;
  display: block;
}
.cyntexa-address .san-francisco-img {
  align-self: flex-end;
}
.cyntexa-address .san-francisco-img img {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cyntexa-address .san-francisco-img img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cyntexa-address .san-francisco-img img {
    width: 95%;
  }
  .cyntexa-address .san-francisco-img {
    align-self: center;
  }
}
.cyntexa-address .india-img {
  align-self: flex-end;
}
@media screen and (max-width: 500px) {
  .cyntexa-address .india-img {
    align-self: center;
  }
}
.cyntexa-address .country-address-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .cyntexa-address .country-address-container {
    display: none;
  }
}
.cyntexa-address .country-address-container-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .cyntexa-address .country-address-container-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.cyntexa-address .country-address {
  width: 62%;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .cyntexa-address .country-address {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cyntexa-address .country-address {
    margin-bottom: 10px;
  }
}
.cyntexa-address .country-address .country-name {
  font-weight: 500;
  color: var(--get-form-purple, #3d0743);
  font-size: 18px;
  text-align: center;
}
.cyntexa-address .country-address .address,
.cyntexa-address .country-address .phone {
  display: flex;
  gap: 10px;
  color: var(--label-color-1, #737373);
  text-decoration: none;
}
.cyntexa-address .country-address .address .icon,
.cyntexa-address .country-address .phone .icon {
  flex-shrink: 0;
}
.cyntexa-address .country-address .address .icon svg,
.cyntexa-address .country-address .phone .icon svg {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  fill: #737373;
}
.cyntexa-address .country-address .address .content a,
.cyntexa-address .country-address .phone .content a {
  color: var(--label-color-1, #737373);
  text-decoration: none;
}
.cyntexa-address .country-address .address:hover .content,
.cyntexa-address .country-address .address:hover .content a,
.cyntexa-address .country-address .phone:hover .content,
.cyntexa-address .country-address .phone:hover .content a {
  color: var(--get-form-purple, #3d0743);
}
.cyntexa-address .country-address .email-detail {
  grid-column: span 2;
  font-size: 16px;
  font-weight: 500;
  color: var(--label-color-1, #737373);
}
.cyntexa-address .country-address .email-detail a {
  text-decoration: underline;
  color: var(--get-form-purple, #3d0743);
}

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