/*--- Google Fonts ---*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
/*--- End Flate Icon Fonts---*/

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: "Raleway", sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
}

body,html{
  scroll-behavior: smooth;
}

::selection {
    background-color: #000;
    color: #3a8d7a;
}
::-moz-selection {
    background-color: #000;
    color: #3a8d7a;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: "Raleway", sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #ffb300;
}
.widget-article a{
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #3a8d7a;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
}
h1, h2, h3 {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
p  {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #898b90;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
    word-break: break-word;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 5px;
    list-style-type: none;
    color: #000;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}

body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    font-family: "Raleway", sans-serif;
    height: auto;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    line-height: 24px;
    width: 100%;
    background: #ffb300;
    color: #fff;
    padding: 12px 28px;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    margin: 5px 0 0;
    display: inline-block;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #FFC107;
    color: #fff;
    border-color: #FFC107;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 2px solid #bfbfbf !important;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 2px solid #bfbfbf !important;
    color: #818181 !important;
}
.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}

/*form element desgin*/
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    height: 45px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: rgba(0,0,0,0.2);
    height: 45px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right transparent;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
  border-radius: 5px;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
}
textarea {
    height: 150px;
  border-radius:5px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"],
textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border:1px solid #3a8d7a;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 44px;
    border-width: 1px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
  border-radius: 5px;
}
.errorlist.after .message-block {
    color: #e64343;
}
.error-message.phone {
    font-size: 14px;
}
.errorlist.after {
  font-size: 14px;
  line-height: 18px;
  min-width: auto;
  position: relative;
  margin-top: 5px;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border:0;
    border-bottom: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border:0;
    border-bottom: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
color: #272727;
    padding: 0 0 20px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.44px;
}
.widget.widget-form .form-row {
    margin: 0 0 12px 0;
      padding-bottom: 5px;
}
.widget-form .widget-title {
    font-size: 36px;
    line-height: 46px;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}
.login-form .remember input {
  font-size: 15px;
}

body>.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
body>.body {
    padding-top: 98px;
}
.widget.widget-storeLogo {
    text-align: center;
    padding: 18px 0;
}

.widget-navigation .horizontal>.navigation-item {
    padding: 33px 20px;
}
.widget-navigation .horizontal .navigation-item a {
    font-size: 18px;
    color: #000;
      font-weight: 600;
     padding: 5px 0;
}
.widget-navigation .horizontal .navigation-item a:hover {
    color: #ffb300
}
.widget-navigation .horizontal .navigation-item a.url:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #000;
    margin-left: -15px;
    content: "";
}
.widget-navigation .horizontal .navigation-item a.url:hover:after, .widget-navigation .horizontal .navigation-item a.url.active:after {
    width: 30px;
}
.widget-navigation .horizontal .navigation-item a.url {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal {
    text-align: right;
    padding-right: 10px;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #505050;
}
textarea::placeholder {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}

.widget.widget-form {
    background-color: #effffa;
    padding:120px 0 140px 170px !important;
}

.contact-form-template .form-row input, .contact-form-template .form-row textarea {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 5px 0;
    height: 46px;
}
.contact-form-template .form-row textarea {
   height:auto;
    min-height:100px;
    background:transparent;
}
.contact-form-template .form-row.checkBox > label{
    width:100%;
    font-weight: 700;
    color: #000;
    font-size: 17px;
    margin-top: 30px;
}
.contact-form-template .form-row.checkBox .checkbox label{
    font-size: 16px;
    color: #141414;

}
.contact-form-template .form-row.checkBox .radio-checkbox-row{
    padding: 0;
    margin: 0;
}
.contact-form-template .form-row.checkBox .radio-checkbox-row .checkbox{
      width:100%;
      margin-bottom: -5px;
}

.contact-form-template .single-input-row .form-row.checkBox {
      margin-bottom: 30px;    
}
.contact-form-template .form-row button.submit-button {
    max-width: 200px;
    margin: 25px 0 0;
    display: block;
}
.widget-form .checkbox label::before {
    width: 18px;
    height: 18px;
    top: 3px;
}
.widget-form .checkbox input[type="checkbox"] {
    height: 18px !important;
    width: 18px;
    top: 3px;
}
.widget.widget-form .checkbox label::after {
    width: 18px;
    height: 18px;
    top: 0px;
    padding-top: 0;
    font-size: 12px;
}
.widget-form .checkbox input[type="checkbox"]:checked+label::before, .widget-form .radio input[type="radio"]:checked+label::before {
    background-color: #000000;
    border-color: #000000;
}
/*********/
.widget.widget-html.contact-area{
       position: relative;
       display: block;
       height: auto;
}
.widget.widget-html.contact-area .html-widget-element-content {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 100px;
    margin-top: 400px;
}

.widget.widget-html.contact-area h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.44px;
  margin-bottom: 50px;
}
.widget.widget-html.contact-area h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 8px;
    background-color: #62c7d5;
    margin: 28px 0 5px;
    border-radius: 2px;
}
.widget.widget-html.contact-area p {
    font-size: 16px;
    margin-bottom: 20px;
}
/** Placeholder End **/
p#contact-us, p#solution {
    margin: 0;
}
@media (max-width: 767px) {
    .widget-form .sub-form-row {
        margin: 0;
    }
}
/*====== Fixed-width-layout ======*/
@media (min-width: 1430px) {
    .fixed-width > .header,
    .fixed-width > .body,
    .fixed-width > .footer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: auto;
        width: 1430px;
    }
}
/*====== End Fixed-width-layout ======*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
    padding-left: calc(50% - 715px) !important;
    padding-right: calc(50% - 715px) !important;
}
.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1430px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.body .widget-container.v-split-container .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.body .widget-container .page-content {
    min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
div#spltr-AEAB37E4-0456-4DA0-A73D-5D44103F641C {
    max-width: 1920px;
}
body>.footer {
    background: #45484A;
    text-align: center;
    color: #fff;
}
.footer  .widget.widget-html p {
    font-family: "Raleway", Sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    border-top: 1px solid #424242;
    padding: 18px 0 0;
}
/***************************/
/*****************************************/
.widget.widget-tabAccordion {
    max-width: 1350px;
    margin: 0 auto;
    padding: 150px 0 50px;
}
.widget.widget-tabAccordion .widget-title{
    margin-bottom:35px;
    text-align: center;
}
.widget.widget-tabAccordion .widget-title:after {
    content: '';
    display: block;
	width: 120px;
    height: 8px;
    background-color: #E62D6F;
    margin: 15px auto 0px;
    border-radius: 2px;
}
.widget.widget-tabAccordion .bmui-tab-body-container {
    border: 0;
    padding: 50px 0 0;
}

.widget.widget-tabAccordion .bmui-tab .bmui-tab-header {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #5e5e5e;
}
.widget.widget-tabAccordion .bmui-tab-header.bmui-tab-active, .widget.widget-tabAccordion .bmui-tab-header.bmui-tab-active:hover {
    background: transparent;
    border-color: #1fa486;
    color:#1fa486;
}

.widget.widget-tabAccordion .bmui-tab-header-container {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.widget.widget-tabAccordion .bmui-tab-header:hover{
      border-color: #000;
    color: #000;
}

.header > .widget-container {
    max-width: 1674px;
}



.widget-snippet .cross-border-section .right-inner-content a, .contact-form-template .form-row button.submit-button {
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: background-color 0.3s ease;
	display: inline-block;
	}
.widget-snippet .cross-border-section .right-inner-content a:before, .contact-form-template .form-row button.submit-button:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color:#f09c00;
		transition: all .3s;
		z-index: -1;
		transform:rotate(60deg)
	}
.widget-snippet .cross-border-section .right-inner-content a:hover, .contact-form-template .form-row button.submit-button:hover {
		color: #fff;
		background-color:#f09c00;
    }
.widget-snippet .cross-border-section .right-inner-content a:hover:before, .contact-form-template .form-row button.submit-button:hover:before {
			width: 250%;
		}
@media (max-width: 1700px) {

.widget-snippet .hero-content h1 {
    font-size: 65px;
}
.widget-snippet .hero-content p {
    font-size: 27px;
}
.widget-snippet .about-gatewayz-section .right-inner-content {
    padding: 20px 80px 0 80px;
}
    }

@media (max-width: 1600px) {
.widget-snippet .about-gatewayz-section .left-img {
    max-width: 50%;
}
.widget-snippet .about-gatewayz-section .left-img img {
    height: 850px;
    object-fit: cover;
}
 .widget-snippet .about-gatewayz-section .right-inner-content {
        padding: 20px 70px 0 70px;
    }
.widget-snippet .hero-content .inner {
    margin-left: 5vw;
    max-width: 50%;
}
}
@media (max-width: 1500px) {
.widget-snippet .about-gatewayz-section .left-img img {
    height: 1050px;
}
  .widget-snippet .hero-content .inner {
    margin-left: 2vw;
    max-width: 60%;
}
}



@media (max-width: 1440px) {
.widget-snippet .hero {
    padding: 100px 0;
}
    .widget-snippet .hero-content h1 {
        font-size: 60px;
        line-height: 72px;
    }
.widget-snippet .about-gatewayz-section .right-inner-content h2 {
    font-size: 42px;
}
 .widget-snippet .about-gatewayz-section .left-img img {
        height: 950px;
    }
.widget.widget-html.contact-area .html-widget-element-content {
    padding-right: 50px;
    padding-left: 15px;
}
.widget.widget-html.contact-area h2 {
    font-size: 40px;
}
}


@media (max-width: 1366px) {
    .widget-snippet .hero {
        padding: 70px 0;
    }
.widget-snippet .hero-content .subtitle {
    font-size: 26px;
}
.widget-snippet .hero-content h1 {
        font-size: 52px;
        line-height: 65px;
        margin: 25px 0;
    }
.widget-snippet .hero-content p {
        font-size: 23px;
        line-height: 40px;
    }
  .widget-snippet .about-gatewayz-section .left-img {
        max-width: 45%;
    }
.widget-snippet .about-gatewayz-section .right-content {
    width: 55%;
}
.widget-snippet .service-card {
    padding: 30px 40px;
    max-width: 350px;
}
.widget-snippet .services-grid {
    gap: 30px;
  }
.widget.widget-tabAccordion {
    padding: 120px 40px 40px !important;
}
.widget-snippet .industries-section {
    padding: 100px 40px;
}
.widget.widget-html.contact-area h2 {
        font-size: 38px;
        margin-bottom: 35px;
    }
}
@media (max-width: 1200px) {
      .widget-snippet .hero-content .inner {
        margin-left: 0;
        max-width: 100%;
    }
    .widget-snippet .about-gatewayz-section .right-content {
        width: 60%;
        padding-left: 20px;
    }
  .widget-snippet .about-gatewayz-section .left-img {
        max-width: 40%;
    }
      .widget-snippet .about-gatewayz-section .left-img img {
        height: 1000px;
    }
    .widget-snippet .about-gatewayz-section .right-inner-content {
        padding: 40px 50px 40px 20px;
    }
      .widget-snippet .about-gatewayz-section .right-inner-content h2 {
        font-size: 36px;
    }
.widget-snippet .services-section {
    padding: 75px 15px 100px;
  }
      .widget-snippet .service-card {
        padding: 35px 30px;
        max-width: 310px;
    }
.widget-snippet .services-section h2 {
    margin-bottom: 22px;
  }
.widget-snippet .service-icon {
    width: 57px;
    height: 57px;
}
.widget-snippet .service-icon svg {
    width: 34px;
    height: 34px;
}
    .widget-snippet .services-grid {
        gap: 20px;
    }
  
.widget-snippet  .cross-border-section .right-content {
        padding-left: 0;
    }
.widget-snippet .cross-border-section .left-img img {
    height: 400px;
    object-fit: cover;
}
.widget-snippet .cross-border-section .left-img {
    width: 30%;
}
.widget-snippet .cross-border-section .right-content {
        padding-left: 0;
        width: 70%;
    }
.widget-snippet .industry-label {
    font-size: 17px;
}
.widget-snippet .industry-item {
    padding: 40px 15px;
}
.widget.widget-form {
    padding: 80px 50px !important;
}
.widget-navigation .menu-button {
    position: absolute;
    right: 200px;
    top: 35px;
}
body>.header {
    padding: 0 15px;
}
.widget-snippet .service-icon img {
    padding: 15px;
}
  /********/
.nav-wrapper.horizontal.show.responsive-navigation {
    top: 90px;
    padding: 10px 10px 20px;
    background: #fff;
    height: auto;
    text-align: left;
}
  .widget-navigation .horizontal>.navigation-item {
    padding: 8px 10px;
}
  .widget-navigation .horizontal .navigation-item a.url:hover:after, .widget-navigation .horizontal .navigation-item a.url.active:after {
    display:none;
  }
  .widget-navigation .menu-button em {
    background-color: #000;
  }
  .header .widget.widget-navigation {
    margin: 0 -15px;
}
}
@media (max-width: 991px) {
    body > .body {
        padding: 98px 0 0;
    }
     .widget-snippet .hero-content .subtitle {
        font-size: 20px;
    }
.widget-snippet .hero-content .banner-head img {
    max-width: 30px;
}
    .widget-snippet .hero-content h1 {
        font-size: 42px;
        line-height: 55px;
        margin: 20px 0;
    }
.widget-snippet .hero-buttons {
    margin-top: 50px;
}
.widget-snippet .about-gatewayz-container {
    flex-direction: column;
}
    .widget-snippet .about-gatewayz-section .right-content, .widget-snippet .about-gatewayz-section .left-img {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }
    .widget-snippet .about-gatewayz-section .right-inner-content {
        padding: 50px 40px;
    }
    .widget-snippet .about-gatewayz-section .left-img img {
        height: 500px;
        width: 100%;
    }
.widget-snippet .service-card {
        max-width: 48%;
    }
.widget.widget-tabAccordion {
        padding: 80px 30px 40px !important;
    }
  .widget > .widget-title {
    font-size: 36px;
    line-height: 50px;
  }
  
.widget.widget-tabAccordion .bmui-tab-header-container {
        display: flex;
        align-items: start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        letter-spacing: 0;
        word-spacing: 0;
        gap: 0;
        justify-content: left;
    }
.widget.widget-tabAccordion .bmui-tab-header {
        white-space: nowrap;
        margin-right: 30px;
    }
 .widget.widget-tabAccordion .bmui-tab-body-container {
    padding: 20px 0 0;
}
    .widget-snippet .industries-section {
        padding: 60px 30px;
    }
.widget-snippet .industries-grid {
    gap: 20px;
}
    .widget-snippet .industry-item {
        padding: 20px 10px;
        width: calc(100% / 4 - 15px);
    }
  
 .widget-snippet .industry-item svg {
    width: 40px;
    height: 40px;
}
 .widget-snippet .industries-section p.description {
    margin: 10px auto 40px;
}
 .widget-snippet .industries-section h2 {
    font-size: 36px;
    line-height: 40px;
}
 .widget.widget-tabAccordion .bmui-tab .bmui-tab-header {
    padding: 0 0 10px;
    font-size: 18px;
 }
.widget-snippet section.locations-section {
    padding: 30px 0 0;
}
.widget-snippet section.locations-section p.description {
    margin: 0 auto 50px;
    font-size: 16px;
    padding: 0 30px;
}
.widget-snippet .locations-item .locations-label span {
    padding: 4px 20px 6px;
    font-size: 14px;
    max-width: 180px;
    line-height: 18px;
}
.widget.widget-html.contact-area .html-widget-element-content {
    padding: 90px 10px 20px;
    margin-top: 0;
    max-width: 100%;
}
 .widget.widget-form {
        padding: 80px 30px !important;
    }
 
}


@media (max-width: 767px) {
    .widget-snippet .hero-content .subtitle {
        font-size: 17px;
    }
.widget-snippet .hero {
        padding: 0;
    }
.widget-snippet .hero-content {
    padding:65px 15px;
}
.widget-snippet .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 18px 0;
}
.widget-snippet .hero-content p{
        font-size: 17px;
        line-height: 28px;
    }
.widget-snippet .locations-grid {
   display: block;
}
.widget-snippet .hero-buttons a {
    padding: 10px 18px 8px;
  font-size: 1.4rem;
}
.widget-snippet .hero-buttons {
    margin-top: 30px;
}
.widget-snippet .about-gatewayz-section .right-inner-content {
    padding: 50px 15px 10px;
}
.widget-snippet .about-gatewayz-section .right-inner-content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}
    .widget-snippet .services-section h2, .widget-snippet .industries-section h2, .widget-snippet section.locations-section h2, .widget.widget-html.contact-area h2 {
        margin-bottom: 5px;
        font-size: 32px;
        line-height: 42px;
    }
.widget-snippet .services-section p.description {
    font-size: 16px;
    color: #252424;
    line-height: 30px;
  margin: 0 auto 30px;
}
.widget-snippet .service-card {
        max-width: 100%;
        padding: 30px 30px;
    }
.widget-snippet .services-section {
        padding: 65px 15px 90px;
    }
.widget > .widget-title {
        font-size: 32px;
        line-height: 46px;
    }
    .widget.widget-tabAccordion {
        padding: 65px 15px 25px !important;
    }
.widget.widget-tabAccordion .tab-accordion-tab.bmui-tab {
    overflow: hidden;
}

.widget.widget-tabAccordion .bmui-tab .bmui-tab-header {
        padding: 0 0 5px;
        font-size: 15px;
    }
    .widget.widget-tabAccordion .bmui-tab-header {
        margin-right: 20px;
    }
.widget.widget-tabAccordion .widget-title {
    margin-bottom: 12px;
}
.widget-snippet .cross-border-container {
    display: block;
}
.widget-snippet .cross-border-section .right-inner-content {
    padding: 20px;
}
.widget-snippet .cross-border-section .right-content {
        width: 100%;
    }
.widget-snippet .cross-border-section .right-inner-content h2 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 15px;
}
    .widget-snippet .cross-border-section .left-img {
        width: 100%;
        padding-top: 30px;
    }
.widget-snippet .services-section h2, .widget-snippet .industries-section h2 {
        margin-bottom: 0;
          padding-bottom: 8px;
}
.widget-snippet .industry-item {
        width: calc(100% / 2 - 10px);
    }
    .widget-snippet .industries-section {
        padding: 50px 15px;
    }
.widget.widget-html.contact-area h2{
  padding-bottom: 20px;
}
.widget.widget-html.contact-area .html-widget-element-content {
        padding: 70px 0 15px;
    }
.widget.widget-form {
        padding: 70px 15px !important;
    }
    .widget-snippet section.locations-section p.description {
        margin: 0 auto 35px;
        padding: 0 15px;
        line-height: 30px;
    }
.footer .widget-html .html-widget-element-content {
    padding: 0 15px;
}
.widget-navigation .menu-button {
        position: absolute;
        right: 15px;
}
#left-modern-nav-drawer-wc {
        width: 100%;
    }
    .widget-snippet .header-buttons a {
        padding: 9px 15px;
        max-width: 130px;
        font-size: 1.4rem;
        margin: 6px 0 0 auto;
    }
.widget-storeLogo {
    display: inline-flex;
    align-items: anchor-center;
}
.widget-storeLogo img {
    max-width: 190px;
}
}
