/*
Theme Name: Teamfeepay
Theme URI: #
Author: webskitters
Author URI: #
Description: This is custom theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  comfycat
*/
/*  font-family: 'arialregular'; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

@font-face {
  font-family: "arial";
  src: url("arial/arial-webfont.eot");
  src: url("arial/arial-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arial-webfont.woff2") format("woff2"),
    url("arial/arial-webfont.woff") format("woff"),
    url("arial/arial-webfont.svg#arialregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arialbold";
  src: url("arial/arialbd_1-webfont.eot");
  src: url("arial/arialbd_1-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arialbd_1-webfont.woff2") format("woff2"),
    url("arial/arialbd_1-webfont.woff") format("woff"),
    url("arial/arialbd_1-webfont.svg#arialbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arialbold";
  src: url("arial/arialbd-webfont.eot");
  src: url("arial/arialbd-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arialbd-webfont.woff2") format("woff2"),
    url("arial/arialbd-webfont.woff") format("woff"),
    url("arial/arialbd-webfont.svg#arialbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arialbold_italic";
  src: url("arial/arialbi_1-webfont.eot");
  src: url("arial/arialbi_1-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arialbi_1-webfont.woff2") format("woff2"),
    url("arial/arialbi_1-webfont.woff") format("woff"),
    url("arial/arialbi_1-webfont.svg#arialbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arialbold_italic";
  src: url("arial/arialbi-webfont.eot");
  src: url("arial/arialbi-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arialbi-webfont.woff2") format("woff2"),
    url("arial/arialbi-webfont.woff") format("woff"),
    url("arial/arialbi-webfont.svg#arialbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arial_blackitalic";
  src: url("arial/arialblackitalic-webfont.eot");
  src: url("arial/arialblackitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("arial/arialblackitalic-webfont.woff2") format("woff2"),
    url("arial/arialblackitalic-webfont.woff") format("woff"),
    url("arial/arialblackitalic-webfont.svg#arial_blackitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arial_ceregular";
  src: url("arial/arialce-webfont.eot");
  src: url("arial/arialce-webfont.eot?#iefix") format("embedded-opentype"),
    url("arial/arialce-webfont.woff2") format("woff2"),
    url("arial/arialce-webfont.woff") format("woff"),
    url("arial/arialce-webfont.svg#arial_ceregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arial_cebold_italic";
  src: url("arial/arialcebolditalic-webfont.eot");
  src: url("arial/arialcebolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("arial/arialcebolditalic-webfont.woff2") format("woff2"),
    url("arial/arialcebolditalic-webfont.woff") format("woff"),
    url("arial/arialcebolditalic-webfont.svg#arial_cebold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("font/OpenSansCondensed-Bold.woff2") format("woff2"),
    url("font/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("font/OpenSansCondensed-ExtraBold.woff2") format("woff2"),
    url("font/OpenSansCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("font/OpenSansCondensed-Medium.woff2") format("woff2"),
    url("font/OpenSansCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "arial";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --green: #509186;
  --heading-color: #0b284b;
  --body-color: #5e7085;
  --dark-grren: #7BDE6D;
  --white: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "Open Sans Condensed";
  color: var(--heading-color);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.19;
  text-transform: capitalize;
  margin-bottom: 18px;
}

h3,
.h3-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

blockquote.bigquote {
  position: relative;
  font-size: 26px;
  line-height: 1.4;
  color: var(--heading-color);
  font-weight: 700;
  padding: 40px 40px;
}

blockquote.bigquote:before,
blockquote.bigquote:after {
  position: absolute;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  font-size: 90px;
  color: var(--dark-grren);
}

blockquote.bigquote:before {
  content: "“";
  left: 0;
  top: -10px;
}

blockquote.bigquote:after {
  content: "”";
  right: 0;
  bottom: -20px;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--dark-grren);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--heading-color);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5e7085;
  border: transparent;
  padding: 0 20px;
  outline: none !important;
  height: 55px;
  background: var(--white);
  border-radius: 10px;
  letter-spacing: 0.02em;
}

textarea {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5e7085;
  border: transparent;
  padding: 0 20px;
  outline: none !important;
  height: 155px;
  background: var(--white);
  border-radius: 10px;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/open-arw.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--heading-color);
  color: var(--dark-grren);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 55px;
  background: #0b284b;
  border-radius: 10px;
  width: 100%;
}

input[type="submit"]:hover {
  color: var(--white);
  background-color: var(--green);
}

::-webkit-input-placeholder {
  color: #5e7085;
}

:-ms-input-placeholder {
  color: #5e7085;
}

::-moz-placeholder {
  color: #5e7085;
}

:-moz-placeholder {
  color: #5e7085;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
     
   } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
     
   } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 266px;
  width: 100%;
  display: inline-block;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 15px;
  padding: 34px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

/* .navbar-nav>li>a:after {
   content: '';
   display: block;
   width: 0;
   height: 2px;
   background: var(--white); 
   position: absolute;
   bottom: -10px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--white);
}

/* .navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
   width: 100%;
} */

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  width: 190px;
  padding: 0;
  overflow: hidden;
}

.sub-menu > li > a {
  color: var(--heading-color);
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.2;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-menu > li:last-child > a {
  border-bottom: transparent;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: var(--dark-grren);
  /* color: var(--white); */
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/
.main-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.nav-btn-wrap {
  margin-left: 28px;
}

.nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--heading-color);
  background-color: var(--dark-grren);
  padding: 9px 21px;
  border-radius: 10px;
  /* font-size: 18px; */
  font-weight: 700;
}

.cmn-btn:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.cmn-btn.tptrant:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.nav-btn:hover {
  background-color: var(--green);
  color: var(--white);
}

.cmn-btn:hover img,
.nav-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(82%)
    saturate(0%) hue-rotate(51deg) brightness(105%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(82%) saturate(0%)
    hue-rotate(51deg) brightness(105%) contrast(101%);
}

.nav-btn img {
  max-width: 14px;
  margin-right: 6px;
}

.up-hdr {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b284b),
    to(#107a9b)
  );
  background: -o-linear-gradient(left, #0b284b 0%, #107a9b 100%);
  background: linear-gradient(90deg, #0b284b 0%, #107a9b 100%);
  padding: 10px 0;
}

.up-hdr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
  gap: 5px;
}

.up-hdr-content p {
  margin-bottom: 0;
  color: var(--white);
  font-weight: 700;
}

.list-apple {
  padding: 0px 11px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 0px -5px; */
}

.list-apple li {
  padding: 0px 5px;
}

.list-apple li:first-child {
  padding-left: 0;
}

.list-apple li:last-child {
  padding-right: 0;
}

.apple-logo {
  max-width: 101px;
  width: 100%;
  display: inline-block;
}

.apple-logo .logo-google {
  width: 100%;
}

.lower-hdr {
  background: var(--heading-color);
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05);
  /* padding: 14px 0; */
}

.bnr-sec {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: 806px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cmn-btn {
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  background-color: var(--dark-grren);
  border-radius: 10px;
}

.bnr-content .cmn-btn {
  padding: 16px 34px;
}

.cmn-btn.tptrant {
  color: var(--dark-grren);
  background-color: transparent;
  border: 1px solid var(--dark-grren);
  padding: 13px 27px;
}

.cmn-btn img {
  margin-left: 7px;
  max-width: 17px;
}

.bnr-content {
  max-width: 449px;
  position: relative;
}

.bnr-img-right {
  position: absolute;
  right: 0;
  bottom: -152px;
  max-width: 810px;
  pointer-events: none;
}

.bnr-sec video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnr-sec h1 span {
  display: block;
  font-size: 182px;
  font-weight: 800;
  color: var(--white);
}

.bnr-sec:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
}

.sub-text {
  font-size: 27px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.bnr-content > p {
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

.cmn-hdr {
  margin-bottom: 25px;
}

.cmn-hdr.text-center {
  margin-bottom: 40px;
}

.bnr-btn-wrapper {
  margin-top: 30px;
}

.cmn-hdr p:last-child {
  margin-bottom: 0;
}

.logo-wrapper {
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--white);
  overflow: hidden;
}

.logo-wrapper img {
  max-width: 95px;
}

.logos-row .slick-slide {
  padding: 0px 19px;
}

.logos-row .slick-list {
  margin: 0px -19px;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
}

.logos-sec {
  background-color: var(--heading-color);
}

.logos-sec .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cmn-gap {
  padding: 100px 0;
}

.logos-sec.cmn-gap.extra {
  padding-top: 135px;
}

.trust-text {
  font-size: 24px;
  color: var(--white);
  text-transform: capitalize;
}

.col-faq {
  padding: 0px 15px;
}

.row-faq {
  margin: 0px -15px;
}

.faq-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-help {
  padding: 0px 15px;
}

.row-help {
  margin: 0px -15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cmn-span {
  font-size: 18px;
  color: var(--green);
  margin-bottom: 10px;
  text-transform: capitalize;
/*   letter-spacing: 0.1em; */
  display: inline-block;
	font-weight:400;
}

.blue-span,
.cmn-span.blue {
  color: var(--dark-grren);
}

.meesage-wrapper img {
  width: 100%;
}

.help-box-part {
  padding-bottom: 100px;
}

.white-color {
  color: var(--white);
}

.bullet-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.bullet-list li {
  margin-bottom: 15px;
  font-weight: 700 !important;
  color: var(--white);
  padding-left: 27px;
  position: relative;
  margin-right: 30px;
}

.bullet-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  /* transform: translateY(-50%); */
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url(images/right.svg);
}

.commitment-sec {
  background-color: var(--heading-color);
}

.anwrs-btn-wrapper {
  margin-top: 20px;
}

.inr-anwers {
  color: #5e7085;
  padding-bottom: 39px;
}

.qution {
  position: relative;
  z-index: 1;
  padding: 18px 70px 18px 0;
  cursor: pointer;
}

.qution h3 {
  text-transform: capitalize;
  color: var(--white);
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.para-bold {
  font-weight: 700;
  margin-bottom: 13px;
  color: var(--white);
}

.arw-faq {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  right: 22px;
}

.faq-container:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-container.no-border:first-child {
	border-top: 1px solid;
}

.faq-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-container.is-open .arw-faq {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(38%)
    saturate(604%) hue-rotate(56deg) brightness(91%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(604%)
    hue-rotate(56deg) brightness(91%) contrast(88%);
}

.faq-box.play-faq .faq-container.is-open .arw-faq {
  filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(6340%)
    hue-rotate(180deg) brightness(91%) contrast(101%);
}

.faq-container.is-open .qution h3 {
  color: var(--dark-grren);
}

.play-wrapper {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.play-wrapper .play-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-wrapper .chet-img {
  max-width: 226px;
  left: 16px;
  bottom: 22px;
  position: absolute;
  z-index: 2;
}

.people-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.people-btn {
  height: 48px;
  width: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.people-btn:hover {
  background-color: var(--dark-grren);
}

.people-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(97%)
    saturate(1644%) hue-rotate(199deg) brightness(93%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(9%) sepia(97%) saturate(1644%)
    hue-rotate(199deg) brightness(93%) contrast(93%);
}

.people-btn img {
  width: 8px;
}

.prev-btn {
  margin-right: 10px;
}

.wrappeople {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.people-sec {
  background-color: var(--heading-color);
  position: relative;
  z-index: 1;
}

.prople-box {
  background: var(--white);
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 20px;
  padding: 37px 25px;
  text-align: center;
  height: 100%;
}

.testimorial-box {
  background: var(--white);
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 20px;
  padding: 37px 25px;
  height: 100%;
}

.man-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 100%;
  height: 177px;
  width: 177px;
  background: rgba(0, 179, 252, 0.1);
  margin: 0 auto 19px;
}

.man-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.content-people p {
  color: var(--green);
}

.content-people h3 {
  margin-bottom: 8px;
}

.slider-review .slick-slide,
.slider-people .slick-slide {
  height: auto;
  padding: 0px 15px;
}

.slider-review .slick-list,
.slider-people .slick-list {
  margin: 0px -15px;
}

.slider-people .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shape-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  max-width: 984px;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  left: 18px;
  bottom: 23px;
}

.play-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: smallScale 5s ease infinite;
  animation: smallScale 5s ease infinite;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.22);
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/* .play-btn:hover .white-play,
.play-btn:hover {
    background-color: var(--dark-grren);
    border-color: var(--dark-grren);
} */

.white-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.white-play img {
  max-width: 20px;
}

.play-wrapper-two {
  overflow: hidden;
  border-radius: 20px 20px 100px 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.play-wrapper-two > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row-contact-inr {
  margin: 0px -10px -20px;
}

.colcon-inr {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.row-contact {
  margin: 0px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-contact {
  padding: 0px 15px;
}

.contact-sec {
  position: relative;
  z-index: 1;
  background-color: var(--dark-grren);
}

.con-text > p {
  color: var(--heading-color);
}

.bold-free {
  font-weight: 700;
  color: #000;
}

.col-free {
  padding: 0px 15px;
}

.rowfree {
  margin: 0px -15px;
}

.get-in-touch-part {
  background: var(--heading-color);
  border: 1px solid rgba(94, 112, 133, 0.15);
  border-radius: 20px;
  padding: 64px 20px 52px 20px;
  color: var(--white);
  text-align: center;
  position: relative;
  z-index: 1;
}

.greenshape-1 {
  /* max-width: 397px; */
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

.greenshape-2 {
  /* max-width: 183px; */
  pointer-events: none;
  z-index: -1;
  position: absolute;
  bottom: 83px;
  left: 0;
}

.wrap-get {
  max-width: 704px;
  margin: 0 auto;
  color: #b9c7d7;
}

.celandry-part {
  border-radius: 20px;
  border: 8px solid rgba(255, 255, 255, 0.2);
}

.i-wrap {
  background-color: var(--white);
  padding: 17px 25px;
  border-radius: 10px;
  overflow: hidden;
}

.celandry-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.copy-text {
  margin-bottom: 0;
}

.wrap-get .blue-span {
  font-weight: 700;
}

.get-sec .cmn-hdr.text-center {
  margin-bottom: 20px;
}

.blueshape {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.footer {
  padding-top: 80px;
  position: relative;
  z-index: 1;
  background-color: var(--heading-color);
}

.ftr-logo {
  max-width: 262px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.img-ios img,
.ftr-logo img {
  width: 100%;
}

.img-ios {
  max-width: 85px;
  width: 100%;
}

.inr-ftr {
  max-width: 282px;
  color: #b9c7d7;
}

.inr-ftr.max {
  max-width: 271px;
}

.list-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-items li {
  margin-bottom: 10px;
}

.list-items li:last-child {
  margin-bottom: 0;
}

.list-items li a {
  color: #b9c7d7;
}

.list-items li a:hover {
  color: var(--dark-grren);
}

.up-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -12px;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.col-footer {
  padding: 0px 12px;
}

.cir-img {
  position: absolute;
  z-index: -1;
  top: 85px;
  max-width: 190px;
  left: 0;
  pointer-events: none;
}

.ftr-title {
  font-weight: 700;
  color: var(--white);
}

.lower-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 19px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copy-text a,
.copy-text {
  color: #b9c7d7;
}

.copy-text a:hover {
  color: var(--dark-grren);
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0px -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
}

.social-list li {
  padding: 0px 3px;
}

.social-icons {
  height: 31px;
  width: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--dark-grren);
  border-radius: 100%;
}

.social-icons:hover {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.social-icons img {
  max-width: 14px;
}

.col-ftr-one {
  width: 28%;
}

.col-ftr-two {
  width: 21%;
}

.col-ftr-three {
  width: 29%;
}

.col-ftr-four {
  width: 22%;
}

.meesage-wrapper {
  margin-left: -20px;
}

.managment-sec .cmn-hdr {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
}

.rgt-tab {
  padding-left: 23px;
}

.tab-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab-part ul li .wrap-slide-content {
  /* margin-bottom: 25px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-part ul .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-part ul .slick-slide {
  margin-bottom: 50px;
}

.tab-part ul li .logo-tab {
  height: 62px;
  width: 62px;
  background-color: var(--dark-grren);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tab-part ul li .logo-tab img {
  max-width: 27px;
}

.rgt-tab h3 {
  margin-bottom: 5px;
}

.tab-part {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.tab-part ul .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.tab-part ul .slick-slide {
  /* opacity: 0.06; */
}

.tab-part
  ul
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active {
  /* opacity: 0.2; */
}

.progress {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b3fc),
    to(#00b3fc)
  );

  background: -o-linear-gradient(top, #00b3fc 0%, #00b3fc 100%);

  background: linear-gradient(to bottom, #00b3fc 0%, #00b3fc 100%);

  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: background-size 0.4s ease-in-out;
  -o-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}

.progress::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgba(11, 40, 75, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.res-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apple-logo .display-none {
  display: none;
}

.inner-banner {
  min-height: 704px;
  padding-bottom: 119px;
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.inner-bnr-content {
  max-width: 580px;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(11, 40, 75, 0)),
    to(#0b284b)
  );
  background: -o-linear-gradient(right, rgba(11, 40, 75, 0) 0%, #0b284b 70%);
  background: linear-gradient(270deg, rgba(11, 40, 75, 0) 0%, #0b284b 70%);
  opacity: 0.8;
}

.offer-sec {
  background-color: var(--heading-color);
}

.box-offer {
  text-align: center;
  color: var(--white);
  max-width: 343px;
  margin: 0 auto;
}

.green-gr-box {
  position: relative;
  height: 62px;
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  margin: 0 auto 20px;
}

.green-gr-box:before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: -o-linear-gradient(302.01deg, #7bda6d -12.43%, #0b284b 75.35%);
  background: linear-gradient(147.99deg, #7bda6d -12.43%, #0b284b 75.35%);
  top: -22px;
  left: -16px;
  border-radius: 100%;
  z-index: -1;
}

.col-offer-part {
  margin-bottom: 70px;
}

.row-offer-pert {
	margin-bottom: -70px;
	margin-top: 70px;
	justify-content:center;
}

.green-gr-box img {
  max-width: 60px;
}

.footbol-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.footbol-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-managment {
  max-width: 494px;
}

.list-managment {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-managment li {
  margin-bottom: 20px;
}

.list-managment li:last-child {
  margin-bottom: 0;
}

.list-managment li h3 {
  margin-bottom: 9px;
}

.row-managment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-weight: 700;
}

.mobile-banner {
  width: 100%;
}

.mobile-banner img {
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: 350px;
  position: relative;
  z-index: 3;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.inner-bnr-content.max {
  max-width: 618px;
  color: var(--white);
}

.omania-wrapper {
  max-width: 500px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 14px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 14px 100px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.omania-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.man-chet {
  width: 100%;
  height: 100%;
}

.man-chet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign-box {
  max-width: 426px;
  padding-bottom: 164px;
}

.bullet-list.full li {
  width: 100%;
  font-weight: 400;
}

.bullet-list.full li:last-child {
  margin-bottom: 0;
}

.payment-inr {
  color: var(--white);
}

.payment-sec {
  background-color: var(--heading-color);
}

.save-wrapper {
  max-width: 418px;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}

.save-wrapper img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-wrpper {
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.border-wrpper:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.key-animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 488px;
}

.keyanimation-wrap {
  height: 112px;
  width: 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.circle-bg {
  fill: none;
  stroke: #24476e;
  stroke-width: 3.8;
}

.blue .circle {
  stroke: #7bde6d;
}

.percentage {
  fill: var(--white);
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  text-anchor: middle;
  dominant-baseline: middle;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  /* stroke-dasharray: 0 73; */
}

.circle.animate {
  -webkit-animation: progress 3s ease-out forwards;
  animation: progress 3s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 73;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 73;
  }
}

.rgt-animation {
  padding-left: 23px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rgt-animation p:last-child {
  color: #b9c7d7;
}

.rgt-animation p {
  margin-bottom: 10px;
}

.mounts {
  font-size: 14px;
  padding: 3px 7px;
  background: #f1fbff;
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 100px;
}

.wrap-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.wrap-star img {
  max-width: 119px;
}

.lower-star {
  padding-top: 16px;
  margin-top: auto;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.verified img {
  max-width: 22px;
  margin-right: 7px;
}

.review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 18px;
  background: #ffffff;
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 20px;
  /* min-height: 336px; */
}

.lower-star .para-text-name {
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}

.trans-box {
  background: #0b284b;
  border: 1px solid #00b3fc;
  border-radius: 20px;
  padding: 50px 20px;
  text-align: center;
  color: var(--white);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trans-box > img {
  max-width: 177px;
  margin-bottom: 30px;
}

.trans-box > p {
  margin-bottom: 14px;
}

.star-trns img {
  max-width: 34px;
  margin-right: 6px;
}

.name-trns {
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--white);
}

.star-trns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
}

.star-trns sub {
  font-size: 20px;
}

.support-box {
  padding: 37px 30px;
  background: var(--white);
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.col-support {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.row-support {
  margin: 0px -15px -30px;
}

.up-arw {
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid var(--white);
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}

.up-arw img {
  max-width: 15px;
}

.counter-text {
  font-size: 54px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.counter-hdng {
  font-size: 22px;
  color: var(--white);
  font-family: "Open Sans Condensed";
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.inr-counter > p {
  color: var(--white);
}

.inr-counter {
  background-color: var(--dark-grren);
  border-radius: 10px;
  padding: 15px 20px;
  height: 100%;
}

.counter-row {
  margin: 50px -15px 0;
}

.col-counter {
  padding: 0px 15px;
}

.cmn-hdr.text-center.max {
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
}

.slideimg-wrap img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.playing-sec {
  position: relative;
  z-index: 1;
}

.playing-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1fbff),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #f1fbff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f1fbff 0%, #ffffff 100%);
}

.faq-box.play-faq .faq-container .qution h3 {
  color: var(--heading-color);
}

.faq-box.play-faq .faq-container .inr-anwers p {
  color: var(--body-color);
}

.faq-box.play-faq .faq-container {
  border-bottom: 1px solid rgba(109, 115, 121, 0.2);
}

.faq-box.play-faq .faq-container:last-child {
  border-bottom: 1px solid #6d737900;
}

.servicesec .play-wrapper,
.playing-sec .play-wrapper {
  border-bottom-right-radius: 120px;
}

.clubs-sec .play-wrapper {
  border-bottom-left-radius: 120px;
}

.inner-bnr-content.max-bnr {
  max-width: 697px;
}

.logo-income-wrap {
  width: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.logo-income-wrap img {
  width: 100%;
}

.income-box h3 {
  margin-bottom: 14px;
  text-transform: capitalize;
}

.income-box {
  text-align: center;
  height: 100%;
}

.col-income {
  padding: 0px 15px;
}

.row-icome {
  margin: 0px -15px;
}

.on-wrap span {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: var(--green);
  margin-right: 10px;
  margin-left: 10px;
}

.lowers-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(11, 40, 75, 0.1);
  padding-top: 15px;
  margin-top: auto;
}

.blog-img {
  padding-top: 49%;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.blog-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-hdng {
  color: var(--heading-color);
  display: inline-block;
}

.blog-hdng:hover h3 {
  color: var(--dark-grren);
}

.blog-hdng h3 {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.club-text {
  border-radius: 4px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  display: inline-block;
  padding: 3px 11px;
  color: #5E7085;
}

.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wrap-up-blog {
  padding-bottom: 40px;
}

.blog-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.online {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.blog-content h3 {
  line-height: 1.2;
  text-transform: capitalize;
}

.col-blog {
  padding: 0px 15px;
  margin-bottom: 50px;
}

.row-blog {
  margin: 0px -15px -50px;
}

.sub-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -2px;
}

.sub-ul li {
  padding: 0px 2px;
}

.pagination-wrapper {
  margin-top: 60px;
}

.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -5px;
}

.pagination li {
  padding: 0px 5px;
}

.pagination li a {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--body-color);
}

.pagination li a:hover {
  background-color: var(--green);
  color: var(--white);
}

.pagination li:last-child a, .pagination .prev.page-numbers {
	width: auto;
	color: var(--heading-color);
	font-weight: 700;
	border: none;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2797 6.23871C17.4201 6.37933 17.499 6.56996 17.499 6.76871C17.499 6.96746 17.4201 7.15808 17.2797 7.29871L11.2797 13.2987C11.211 13.3724 11.1282 13.4315 11.0362 13.4725C10.9442 13.5135 10.8449 13.5355 10.7442 13.5373C10.6435 13.5391 10.5435 13.5206 10.4501 13.4828C10.3567 13.4451 10.2719 13.389 10.2006 13.3177C10.1294 13.2465 10.0733 13.1617 10.0356 13.0683C9.99784 12.9749 9.97931 12.8749 9.98109 12.7742C9.98287 12.6735 10.0049 12.5742 10.0459 12.4822C10.0869 12.3902 10.146 12.3074 10.2197 12.2387L14.9397 7.51871L0.749683 7.51871C0.550772 7.51871 0.360004 7.43969 0.219353 7.29904C0.078701 7.15839 -0.00031662 6.96762 -0.00031662 6.76871C-0.00031662 6.5698 0.078701 6.37903 0.219353 6.23838C0.360004 6.09773 0.550772 6.01871 0.749683 6.01871L14.9397 6.01871L10.2197 1.29871C10.146 1.23005 10.0869 1.14725 10.0459 1.05525C10.0049 0.963247 9.98287 0.863934 9.98109 0.763231C9.97931 0.662528 9.99784 0.562499 10.0356 0.46911C10.0733 0.375722 10.1294 0.290888 10.2006 0.21967C10.2719 0.148451 10.3567 0.0923064 10.4501 0.0545854C10.5435 0.0168643 10.6435 -0.00166006 10.7442 0.000116722C10.8449 0.00189351 10.9442 0.023935 11.0362 0.064927C11.1282 0.105919 11.211 0.165021 11.2797 0.238708L17.2797 6.23871Z' fill='%230B284B'/%3E%3C/svg%3E%0A");
}
.pagination .prev.page-numbers{
	padding-right: 0px;
	padding-left: 24px;
	background-position: center left;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219348 6.2399C0.0788926 6.38055 0 6.57121 0 6.77C0 6.96879 0.0788926 7.15945 0.219348 7.3001L6.21957 13.3012C6.28824 13.3749 6.37104 13.4341 6.46305 13.4751C6.55505 13.5161 6.65437 13.5381 6.75507 13.5399C6.85578 13.5417 6.95581 13.5231 7.0492 13.4854C7.1426 13.4477 7.22743 13.3915 7.29865 13.3203C7.36987 13.2491 7.42602 13.1642 7.46374 13.0708C7.50147 12.9774 7.51999 12.8773 7.51822 12.7766C7.51644 12.6759 7.4944 12.5766 7.4534 12.4846C7.41241 12.3925 7.3533 12.3097 7.27961 12.241L2.55944 7.52014L16.75 7.52014C16.9489 7.52014 17.1397 7.44111 17.2803 7.30043C17.421 7.15975 17.5 6.96895 17.5 6.77C17.5 6.57105 17.421 6.38025 17.2803 6.23957C17.1397 6.09889 16.9489 6.01986 16.75 6.01986L2.55944 6.01986L7.27961 1.29896C7.3533 1.23028 7.41241 1.14746 7.4534 1.05545C7.4944 0.963431 7.51644 0.864098 7.51822 0.763376C7.51999 0.662654 7.50147 0.562606 7.46374 0.4692C7.42602 0.375794 7.36987 0.290944 7.29865 0.219712C7.22743 0.148479 7.1426 0.092324 7.0492 0.0545958C6.95581 0.0168676 6.85578 -0.00166038 6.75507 0.000116745C6.65437 0.00189387 6.55505 0.0239396 6.46305 0.0649394C6.37104 0.105939 6.28824 0.165053 6.21957 0.238753L0.219348 6.2399Z' fill='%230B284B'/%3E%3C/svg%3E%0A");
}

.pagination li:last-child a:hover, .pagination .prev.page-numbers:hover {
  background-color: transparent;
  color: var(--dark-grren);
}

.pagination li:last-child a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(71%) saturate(317%)
    hue-rotate(62deg) brightness(93%) contrast(93%);
}

.pagination li:last-child a img {
  max-width: 13px;
  margin-left: 7px;
}

.innr-add {
  height: 100%;
  padding: 30px 35px;
  background: #ffffff;
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.innr-add:hover {
  background: var(--heading-color);
  color: var(--white);
}

.innr-add .bold-text,
.innr-add h3 {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.innr-add:hover .bold-text,
.innr-add:hover h3 {
  color: var(--white);
}

.innr-add .bold-text {
  color: var(--heading-color);
}

.wrap-add {
  height: 84px;
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  background-color: var(--heading-color);
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.innr-add:hover .list-contact li a img,
.innr-add:hover .wrap-add img {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(92%)
    saturate(1782%) hue-rotate(200deg) brightness(91%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(9%) sepia(92%) saturate(1782%)
    hue-rotate(200deg) brightness(91%) contrast(92%);
}

.innr-add:hover .wrap-add {
  background-color: var(--dark-grren);
}

.wrap-add img {
  max-width: 60px;
}

.list-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-contact li {
  margin-bottom: 18px;
  overflow: auto;
}

.list-contact li:last-child {
  margin-bottom: 0;
}

.list-contact li a {
  background-color: var(--heading-color);
  color: var(--dark-grren);
}

.list-contact li a.trnsat {
  border: 1px solid var(--heading-color);
  background-color: transparent;
  color: var(--heading-color);
}

.list-contact li a img {
  margin-left: 0;
  margin-right: 15px;
  max-width: 21px;
}

.innr-add:hover .list-contact li a.trnsat,
.innr-add:hover .list-contact li a {
  background-color: var(--dark-grren);
  color: var(--heading-color);
}

.innr-add > p > a {
  color: var(--body-color);
}

.resp-vtabs li.resp-tab-active .inr-tab p.green-text,
.resp-vtabs li .inr-tab p.green-text {
  color: var(--green);
  text-transform: uppercase;
}

.resp-vtabs li a {
  color: var(--body-color);
}

.resp-vtabs li .name {
  color: var(--heading-color);
}

.resp-vtabs li .inr-tab {
  background: #f1fbff;
  border: 1px solid rgba(11, 40, 75, 0.19);
  border-radius: 10px;
  padding: 33px 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.resp-vtabs li.resp-tab-active .inr-tab:before {
  opacity: 1;
}

.resp-vtabs li .inr-tab:before {
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -10px;
  background-color: var(--heading-color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.resp-vtabs li.resp-tab-active .inr-tab {
  background-color: var(--heading-color);
  border: none;
}


.resp-vtabs li.resp-tab-active .inr-tab .name {
  color: var(--white);
}
.resp-vtabs li.resp-tab-active .inr-tab p{
	color: #B9C7D7;

}
.resp-vtabs li .inr-tab p {
  margin-bottom: 12px;
}

.resp-vtabs li .inr-tab p:last-child {
  margin-bottom: 0;
}

.nav-tab-custom {
  padding: 0;
  margin: 0;
  list-style: none;
}

.resp-vtabs li.resp-tab-active .inr-tab .tab-shape {
  opacity: 1;
}

.tab-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.resp-vtabs .resp-tabs-list li {
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0 !important;
}

.cir-faq {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f1fbff;
  right: 0;
  border-radius: 100%;
}

.cir-faq .crssvg,
.cir-faq .plussvg {
  max-width: 10px;
}

.cir-faq .crssvg {
  display: none;
}

.faq-box.faq-tab .faq-container.is-open .cir-faq .crssvg {
  display: block;
}

.faq-box.faq-tab .faq-container.is-open .cir-faq .plussvg {
  display: none;
}

.faq-box.faq-tab .faq-container .inr-anwers {
  color: var(--body-color);
  padding-bottom: 10px;
}

.faq-box.faq-tab .qution h3 {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 700;
}

.resp-vtabs li.resp-tab-active {
  border: none;
}

.resp-tabs-list li {
  font-weight: 400;
}

.faq-box.faq-tab .faq-container.is-open .qution h3 {
  color: var(--heading-color);
}

.faq-box.faq-tab .faq-container .qution {
  padding: 27px 70px 27px 0;
}

.faq-box.faq-tab .faq-container {
  background: var(--white);
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 10px;
  padding: 0 27px;
  margin-bottom: 10px;
}

.faq-box.faq-tab .faq-container:last-child {
  margin-bottom: 0;
}

.resp-vtabs .resp-tab-content {
  padding: 0;
}

.resp-vtabs .resp-tabs-container {
  border: none;
  width: 50%;
}

.resp-vtabs ul.resp-tabs-list {
  float: none;
  width: 100%;
}

.faq-box.faq-tab .faq-container .inr-anwers img {
  max-width: 423px;
  margin-bottom: 15px;
}

.wrap-tabpart {
  width: 50%;
  padding-right: 30px;
}

.res-wrap-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-sec {
  position: relative;
  z-index: 1;
}

.tab-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1fbff),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #f1fbff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f1fbff 0%, #ffffff 100%);
}

.ncol-add {
  padding: 0px 15px;
}

.row-add {
  margin: 0px -15px;
}

.resp-vtabs .resp-tabs-container {
  background: transparent !important;
}

.pay-box {
  max-width: 629px;
}

.plaimg-wrap {
  width: 100%;
}

.plaimg-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pay-sec {
  background-color: var(--heading-color);
}

.pay-box .cmn-btn:hover {
  background-color: var(--green);
}

.para-boxpay {
  max-width: 490px;
}

.webners-sec .cmn-hdr {
  margin-bottom: 50px;
}

.webners-sec {
  background-color: var(--heading-color);
}

.web-img-wrap {
  padding-top: 69.11%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}

.web-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.btn-web {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark-grren);
  font-weight: 700;
  text-transform: capitalize;
}

.btn-web:hover {
  color: var(--green);
}

.btn-web:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(20%)
    saturate(811%) hue-rotate(120deg) brightness(93%) contrast(79%);
  filter: brightness(0) saturate(100%) invert(53%) sepia(20%) saturate(811%)
    hue-rotate(120deg) brightness(93%) contrast(79%);
}

.btn-web img {
  max-width: 17px;
  margin-left: 5px;
}

.date-wrap {
  border: 1px solid #3e5a7c;
  color: var(--dark-grren);
  border-radius: 4px;
  padding: 2px 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
}

.inr-webtwo {
  height: 100%;
  padding: 10px 10px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.inr-anwers .bullet-list li:before {
  top: 4px;
}

.inr-web {
  height: 100%;
  padding: 10px 10px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.inr-webtwo h3,
.inr-web h3 {
  margin-bottom: 16px;
}

.box-small h3 {
  text-transform: capitalize;
}

.btn-web-wrap {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: translateY(200px);
  display: none;
}

.inr-web:hover .btn-web-wrap {
  transform: translateY(0px);
  display: block;
}

.wrap-web-part {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.resourse-sec {
  background-color: var(--heading-color);
}

.clubs-sec .bullet-list li {
  color: var(--body-color);
}

.row-club {
  margin: 0px -15px;
}

.col-club {
  padding: 0px 15px;
}

.row-web {
  margin: 0px -15px;
}

.col-web {
  padding: 0px 15px;
}

.box-small {
  text-align: center;
}

.col-small-box {
  margin-bottom: 35px;
}

.row-small-box {
  margin-bottom: -25px;
}

.wrap-annual {
  max-width: 966px;
  margin: 0 auto;
  text-align: center;
}

.wrap-annual .cmn-hdr h2 {
  margin-bottom: 13px;
}

.wrap-annual .cmn-hdr p {
  color: var(--heading-color);
  line-height: 1.7;
}

.bt-border {
  border-bottom: 1px solid rgba(11, 40, 75, 0.1);
}

.hire-box {
  position: relative;
  z-index: 1;
  background: #f1fbff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 33px 65px 20px 14px;
  height: 100%;
}

.hire-box h3 {
  margin-bottom: 0;
}

.arw-hire {
  position: absolute;
  top: 33px;
  right: 20px;
  background-color: var(--dark-grren);
  height: 40px;
  width: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--dark-grren);
}

.arw-hire:hover {
  background-color: var(--white);
  border-color: var(--dark-grren);
}

.arw-hire img {
  max-width: 17px;
}

.col-hire {
  padding: 0px 15px;
}

.row-hire {
  margin: 0px -15px;
}

.sendcv-part p:last-child {
  color: var(--heading-color);
}

.sendcv-part a {
  color: var(--heading-color);
  font-weight: 700;
}

.sendcv-part p {
  margin-bottom: 8px;
}

.sendcv-part p:last-child {
  margin-bottom: 0;
}

.sendcv-part {
  text-align: center;
  margin-top: 40px;
}

.blue-rich {
  margin-top: 20px;
  background-color: var(--heading-color);
  border: 1px solid rgba(94, 112, 133, 0.1);
  border-radius: 10px;
  padding: 33px 30px;
}

.rich-wrap .bullet-list {
  margin-bottom: 20px;
}

.rich-wrap .bullet-list li {
  color: var(--body-color);
}

.rich-wrap .bullet-list li strong {
  color: var(--heading-color);
  padding-right: 5px;
}

.blue-rich p:last-child {
  color: #b9c7d7;
}

.wrap-richcontent {
  position: relative;
  z-index: 1;
  padding: 46px 90px 73px 39px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1fbff),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #f1fbff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f1fbff 0%, #ffffff 100%);
  border-radius: 20px;
  border: 1px solid rgba(94, 112, 133, 0.15);
}

.big-rich-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.col-select {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.row-select {
  margin: 0px -10px -20px;
}

.position-sec {
  background-color: var(--heading-color);
}

.select-box input[type="text"],
.select-box select {
  height: 52px;
  background-color: #294971;
  border-radius: 4px;
  width: 100%;
  color: #b9c7d7;
  padding-left: 21px;
  padding-right: 50px;
  border: none;
}

.select-box select {
  background-position: center right 25px;
  background-size: 14px;
}

.select-box input[type="text"] {
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.select-box input[type="text"]::-webkit-input-placeholder {
  color: #b9c7d7;
}

.select-box input[type="text"]::-moz-placeholder {
  color: #b9c7d7;
}

.select-box input[type="text"]:-ms-input-placeholder {
  color: #b9c7d7;
}

.select-box input[type="text"]::-ms-input-placeholder {
  color: #b9c7d7;
}

.select-box input[type="text"]::placeholder {
  color: #b9c7d7;
}

.select-box {
  position: relative;
  z-index: 1;
}

.search {
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrap-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 52px;
  background-color: #294971;
  border-radius: 4px;
  width: 100%;
  color: #b9c7d7;
  padding-left: 21px;
  padding-right: 18px;
  border: none;
}

.wrap-sel p {
  margin-bottom: 0;
}

.select-box .toggle-button input {
  background: transparent;
}

.toggle-button {
  position: relative;
}

.knob,
.btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-pill {
  position: relative;
  top: 50%;
  padding: 0;
  width: 49px;
  height: 20px;
  background: #0b284b;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 100px;
}

.btn-pill,
.btn-pill > .btn-bg {
  border-radius: 100px;
  background: #0b284b;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  background: #0b284b;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 100px;
}

.knob {
  z-index: 2;
}

.btn-bg {
  width: 100%;
  background-color: #ebf7fc;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

.btn-pill .knob:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -1px;
  padding: 9px 4px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 26px;
  height: 26px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(123, 218, 109, 0.32);
  box-shadow: 0px 4px 10px rgba(123, 218, 109, 0.32);
}

.btn-pill .checkbox:checked + .knob:before {
  content: "";
  left: 24px;
  background: #ffffff;
}

.btn-pill .knob,
.btn-pill .knob:before,
.btn-pill .btn-bg {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.search-hdngwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.location-wrap-job {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px;
  min-width: 325px;
  background: #f1fbff;
  border-radius: 30px;
}

.location-wrap-job img {
  max-width: 14px;
  margin-right: 8px;
}

.search-job {
  position: relative;
  z-index: 1;
  padding: 33px 147px 35px 20px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.open-bx {
  color: #b9c7d7;
  text-align: center;
  min-width: 122px;
  border: 1px solid #b9c7d7;
  border-radius: 100px;
  padding: 2px 10px;
}

.search-hdngwrap h3 {
  font-size: 24px;
  color: var(--green);
  font-family: "arialbold";
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.search-job .hdngsearch {
  color: var(--heading-color);
  margin-bottom: 15px;
  display: block;
}

.search-job .cmn-span {
  text-transform: capitalize;
  letter-spacing: normal;
}

.search-job .hdngsearch h3 {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search-job .hdngsearch:hover h3 {
  color: var(--dark-grren);
}

.search-row {
  margin-top: 56px;
  margin-bottom: -20px;
}

.colsearch {
  margin-bottom: 20px;
}

.load-more {
  margin-top: 30px;
  text-align: center;
}

.load-more .cmn-btn:hover {
  background-color: var(--green);
}

.testimorial-slider {
  margin: 0px -12px;
}

.testimorial-slider-item {
  padding: 0px 12px;
}

.wrap-test {
  display: flex;
  align-items: center;
}

.lft-profile {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.lft-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rgt-profile {
  flex-grow: 1;
  padding-left: 12px;
}

.rgt-profile h3 {
  margin-bottom: 4px;
  font-size: 25px;
}

.startest {
  margin-bottom: 8px;
  max-width: 100px;
}

.splide-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing toggle pill */
.pricing-toggle-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

.pricing-toggle-label {
    color: #001F3F; /* adjust to your heading colour */
}

.pricing-toggle-handle {
    position: relative;
    width: 80px;
    height: 34px;
    border-radius: 17px;
    border: none;
    padding: 0;
    background: #E4E8F0;
    cursor: pointer;
    outline: none;
}

.pricing-toggle-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00aa55; /* brand green */
    transition: transform 0.2s ease;
}

/* When annual is active, slide knob to the right */
.pricing-toggle-handle.is-annual .pricing-toggle-knob {
    transform: translateX(44px);
}

/* Content visibility */
.pricing-content {
    display: none;
}

.pricing-content.is-active {
    display: block;
}


/* pro 25-6-25 start */
.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="text"],
.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="tel"],
.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="password"],
.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="email"],
.row-contact .gform_wrapper.gform-theme.gform-theme--foundation select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5e7085;
  border: transparent;
  padding: 0 20px;
  outline: none !important;
  height: 55px;
  background: var(--white);
  border-radius: 10px;
  letter-spacing: 0.02em;
  font-size: 18px;
}

.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="submit"].gform_button.button {
  background: var(--heading-color);
  color: var(--dark-grren);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 55px;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
}

.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  input[type="submit"].gform_button.button:hover {
  color: var(--white);
  background-color: var(--green);
}

.row-contact .gform_wrapper.gform-theme.gform-theme--foundation .gform_fields {
  column-gap: 20px;
  row-gap: 20px;
}

.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer.gform_footer {
  margin-top: 20px;
}

.row-contact
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform_validation_errors {
  display: none;
}
/* pro 25-6-25 end */

/*support css update 27/06/2025*/
.page-template-template-club-shop .freclub-shopsec ul li {
  color: var(--body-color);
}
.page-template-template-club-shop .cubshop-traksec {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1fbff),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #f1fbff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f1fbff 0%, #ffffff 100%);
}
.cubshop-trck-imgwrp {
  border-radius: 20px;
  background-color: #fff0;
  background-image: -o-linear-gradient(123deg, #0f3445 54%, #11fe61 100%);
  background-image: linear-gradient(327deg, #0f3445 54%, #11fe61 100%);
  padding: 40px;
  text-align: center;
}
.cubshop-trck-name {
  color: var(--white);
  font-weight: 600;
  margin-top: 30px;
}
.cubshop-trck-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clbshp-trck-rgtcont {
  padding-left: 20px;
}
.page-template-template-club-shop .freclub-shopsec .sign-box {
  padding-bottom: 0;
}
.page-template-template-fundraising .keyanimation-wrap .percentage {
  fill: var(--heading-color);
}

.page-template-template-fundraising .keyanimation-wrap .circle.animate {
  -webkit-animation: progress2 3s ease-out forwards;
  animation: progress2 3s ease-out forwards;
}

@-webkit-keyframes progress2 {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 100;
  }
}

@keyframes progress2 {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 100;
  }
}
.start-fundraiser-journey {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1fbff),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #f1fbff 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f1fbff 0%, #ffffff 100%);
}
.srt-fnd-jrny-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -24px -12px;
}
.srt-fnd-jrnycol {
  padding: 0 12px 24px 12px;
}
.srt-fnd-jrny-lftcol {
  width: 30%;
}
.srt-fnd-jrny-midcolone,
.srt-fnd-jrny-midcoltwo {
  width: 20%;
}
.srt-fnd-jrny-rgtcol {
  width: 30%;
}
.srt-fnd-jrnywrp {
  margin-top: 50px;
}
.srt-fnd-jrny-counter .counter-text {
  font-size: 50px;
  color: var(--heading-color);
}
.srt-fnd-jrny-counter .counter-hdng,
.srt-fnd-jrny-counter.inr-counter > p {
  color: var(--heading-color);
}
.srt-fnd-jrny-counter.inr-counter {
  background-color: transparent;
  border: 1px solid var(--dark-grren);
}
.srt-fnd-jrny-img img {
  width: 100%;
}
/*support css update 27/06/2025*/

/* 1.7.25 */
.apply-form label {
  margin-bottom: 10px;
  font-weight: 600 !important;
}
.apply-form .gform-theme--foundation .gform_fields {
  gap: 16px;
}
.row-dark legend,
.row-dark label {
  color: var(--white) !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.row-dark input {
  text-align: left !important;
}
.row-dark form#gform_2 {
  text-align: left;
}
.row-dark .gfield_select {
  display: flex;
  align-items: center;
}
.row-dark form#gform_2 .gform_button {
  text-align: center !important;
  background-color: var(--white) !important;
}
.row-dark form#gform_2 .gform_button:hover {
  background-color: #000 !important;
}
.row-dark .ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
}
.apply-entry-widget.sticky {
  padding: 20px 20px;
  border-radius: 12px;
  /* border: 1px solid #00000029; */
  box-shadow: 0 40px 50px #0000000d;
  position: sticky;
  top: 0;
}
.apply-form {
  margin-top: 20px;
}
.apply-entry-widget.sticky {
  padding: 20px 20px;
  border-radius: 12px;
  /* border: 1px solid #00000029; */
  box-shadow: 0 40px 50px #0000000d;
  position: sticky;
  top: 0;
  background: linear-gradient(327deg, #11ab45 54%, #11fe61 100%);
}
.apply-form input[type="submit"]:hover {
  background-color: #000 !important;
  color: var(--white) !important;
}
.apply-entry-widget.sticky input.gform_button.button{
  background-color: var(--heading-color)!important;
}
.apply-entry-widget.sticky input.gform_button.button:hover{
  background-color: #000!important;
}

.wrap-search .search-job {
  margin-bottom: 20px;
}
.ws-fromsj-wrap {
  background-color: var(--white);
  padding: 17px 25px;
  border-radius: 10px;
  overflow: hidden;
}
.ws-fromsj-wrap label.gfield_label.gform-field-label,
.ws-fromsj-wrap label {
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: left !important;
  color: var(--heading-color) !important;
  font-weight: 300;
}
.ws-fromsj-wrap input,
.ws-fromsj-wrap select {
  text-align: left;
  border: 1px solid #80808029 !important;
}
.ws-fromsj-wrap select {
  padding: 8px 20px !important;
}
.ws-fromsj-wrap textarea {
  border-radius: 10px !important;
  text-align: left !important;
  border: 1px solid #80808029 !important;
}
.ws-fromsj-wrap .gfield {
  text-align: left !important;
}

/* 1.7.25 */

/* 02-07-2025 m.m css start */
.page-template-template-footbal-club-management-system .inner-bnr-content {
  max-width: 980px;
}
.page-template-template-footbal-club-management-system .inner-banner:before {
  background: linear-gradient(270deg, rgba(11, 40, 75, 0) 0%, #0b284b 50%);
}
.heading-wrap {
  margin-bottom: 30px;
}
.supporting-footbal-commitee .row {
  --bs-gutter-y: 24px;
}
.we-color-card {
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(327deg, #0f3445 54%, #11fe61 100%);
}
.we-color-card .img-wrap {
  position: relative;
  padding-top: 48%;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.we-color-card .img-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-color-card .body-wrap {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.body-wrap h3 {
  color: var(--white);
  margin-bottom: 12px;
}

.we-color-card .body-wrap ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.we-color-card .body-wrap ul li:not(:last-child) {
  margin-bottom: 5px;
}
.everyday-club-sec.primary-dark-bg {
  background: var(--heading-color);
}
.body-wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.everyday-club-sec.primary-dark-bg .heading-wrap h2 {
  color: var(--white);
}
.everyday-club-row {
  --bs-gutter-y: 30px;
}
.everyday-club-row .icon-wrap {
  max-width: 80px;
  margin-bottom: 20px;
}
.video-carousel-sec .row,
.ws-video-section .row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 30px;
  align-items: center;
}
.youtube-wrapper {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.video-carousel-sec .people-btn-wrapper {
  margin-bottom: 15px;
}
.clbshp-trck-rgtcont .ubshop-trck-imgbox {
    margin-bottom: 10px;
    max-width: 100px;
}
.row-icon-mng {
    margin-top: 80px;
}
.box-managment .elementor-icon-list-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-managment .elementor-icon-list-items  li i{
    margin-right: 8px;
}
.box-managment  .elementor-widget-icon-list {
    margin-top: 25px;
}
.page-template-template-camp-booker .payment-sec .save-wrapper {
    margin-bottom: 0;
    max-width: 100%;
}
.page-template-template-camp-booker .payment-sec  .row-faq{
    align-items: center;
}
.row-icon-mng {
    --bs-gutter-y:30px;
}
.page-template-template-club-administration .sign-box .bullet-list li {
    color: var(--body-color);
}
/* 02-07-2025 m.m css end */

.after-header-gap {
  padding-bottom: 100px;
  padding-top: 180px;
}
.faq-page .nav .nav-item button{
  padding: 7px;
  color: var(--heading-color);
}
.faq-page .nav .nav-item button.active {
  background-color: transparent;
  color: var(--dark-grren) !important;
}
.faq-page .nav .nav-item button.active::after {
  content: "";
  border-bottom: 2px solid var(--dark-grren);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
.faq-page .faq-support .inr-anwers{
  color: var(--body-color);
}
.faq-support .anwers{
  display: none;
}
.people-sec .slider-review .test-img-wrap img{
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.people-sec .slider-review .lower-star{
  gap: 15px;
}
.list-contact a.ws-cont-btn {
  font-size: 15px;
  padding: 12px 18px;
}
.list-contact li a.ws-cont-btn img{
  margin-right: 7px;
}
.logos-sec{
  padding: 60px 0!important;
}
.logos-sec.cmn-gap.extra {
  padding-top: 110px!important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0px!important;
}
.wpml-ls-legacy-dropdown {
  width: 8em;
  max-width: 100%;
}
/* .managment-sec li.slick-slide{
  min-height: 120px!important;
} */
.managment-sec li.slick-slide p{
  line-height: 22px;
}
html[lang="es-ES"] .up-hdr .up-hdr-content p{
  font-size: 15px;
}

html[lang="it-IT"] .tab-part ul .slick-slide{
	min-height: 90px!important;
}

html[lang="es-ES"] .tab-part ul .slick-slide{
	min-height: 120px!important;
}


.faq-tab h3{
	font-family: Arial;
}
.innr-add:hover p {
    color: #B9C7D7;
}
.new-line{
	line-height:31px;
}
/* .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: none;
} */
.otgs-development-site-front-end{
	display:none;
}

.page-template-template-finance .offer-sec .box-offer h3{
	  min-height: 60px;
}
.page-template-template-payments .inner-bnr-content h1{
	margin-bottom: 36px;
}

.commitment-sec .counter-text span.counter-suffix{
  font-weight: 400;
}

.managment-sec .tab-part ul .slick-slide {
    opacity: 0.06;
}

/* ========== responsive css =========== */

@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    /* position: absolute; */
    /* right: 0; */
    /* top: 17px; */
    width: 12px;
    height: 10px;
    background: url(images/nav-arw.svg) center center no-repeat;
    display: block;
    background-size: 12px;
    cursor: pointer;
    margin-left: 7px;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .counter-text {
    font-size: 40px;
  }


}

@media (max-width: 1599px) {
  .bnr-img-right {
    max-width: 740px;
  }
}

@media (max-width: 1365px) {
  h1,
  .h1-title {
    font-size: 60px;
  }

  .bnr-sec h1 span {
    font-size: 150px;
  }

  .sub-text {
    font-size: 23px;
  }

  .inner-banner {
    min-height: 620px;
  }

  .bnr-sec {
    min-height: 700px;
  }

  .bnr-img-right {
    max-width: 720px;
    bottom: -122px;
  }
}

@media (max-width: 1199px) {
	.innr-add {
		padding: 30px 20px;
	}
  body {
    font-size: 16px;
  }

  h1,
  .h1-title {
    font-size: 50px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  .cmn-hdr {
    margin-bottom: 14px;
  }

  .help-box-part {
    padding-bottom: 60px;
  }

  .bnr-sec h1 span {
    font-size: 100px;
  }

  .inr-anwers {
    padding-bottom: 20px;
  }

  .bullet-list {
    margin-top: 20px;
  }

  .sub-text {
    font-size: 18px;
  }

  .bnr-img-right {
    max-width: 530px;
    bottom: -102px;
  }

  .inner-banner {
    min-height: 550px;
    padding-bottom: 60px;
  }

  .bnr-sec {
    min-height: 600px;
    padding-top: 110px;
  }

  .navbar-nav > li > a {
    font-size: 16px;
  }

  .navbar-brand {
    max-width: 216px;
  }

  .nav-btn-wrap {
    margin-left: 20px;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .footer {
    padding-top: 50px;
  }

  .ftr-logo {
    max-width: 202px;
  }

  .up-footer {
    padding-bottom: 50px;
  }

  .man-wrap {
    height: 150px;
    width: 150px;
  }

  .prople-box {
    padding: 20px 25px;
  }

  .logos-sec.cmn-gap.extra {
    padding-top: 85px;
  }

  .logo-wrapper {
    height: 100px;
    width: 100px;
  }

  .logo-wrapper img {
    max-width: 66px;
  }

  .logos-row .slick-slide {
    padding: 0px 14px;
  }

  .logos-row .slick-list {
    margin: 0px -14px;
  }

  .rgt-tab h3,
  .qution h3 {
    font-size: 25px;
  }

  .tab-part ul li .logo-tab {
    height: 50px;
    width: 50px;
  }

  .tab-part ul li .logo-tab img {
    max-width: 20px;
  }

  .rgt-tab {
    padding-left: 17px;
  }

  .shape-img {
    max-width: 740px;
  }

  .col-ftr-four {
    width: 25%;
  }

  .col-ftr-two {
    width: 18%;
  }

  .cir-img {
    max-width: 140px;
  }

  .lower-ftr {
    padding: 14px 0;
  }

  .green-gr-box:before {
    width: 65px;
    height: 65px;
  }

  .green-gr-box img {
    max-width: 42px;
  }

  .green-gr-box {
    height: 44px;
    width: 44px;
  }

  .box-offer h3 {
    font-size: 25px;
  }

  .wrap-add {
    height: 70px;
    width: 70px;
  }

  .wrap-add img {
    max-width: 33px;
  }

  .list-contact li a {
    padding: 14px 12px;
    font-size: 15px;
  }

  .list-contact li a img {
    margin-right: 9px;
    max-width: 16px;
  }

  .hire-box h3 {
    font-size: 22px;
  }

  .hire-box {
    padding: 20px 65px 20px 14px;
  }

  .arw-hire {
    top: 20px;
    right: 11px;
    height: 35px;
    width: 35px;
  }

  .hire-box {
    padding: 20px 51px 20px 14px;
  }

  .sendcv-part {
    margin-top: 25px;
  }

  .rgt-profile h3 {
    font-size: 20px;
  }

  /* pro 25-6-25 start */
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="text"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="tel"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="password"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="email"],
  .row-contact .gform_wrapper.gform-theme.gform-theme--foundation select {
    font-size: 16px;
  }

  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="submit"].gform_button.button {
    font-size: 16px;
  }

  /* pro 25-6-25 end */
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    /* position: absolute; */
    /* right: 0; */
    /* top: 17px; */
    width: 12px;
    height: 10px;
    background: url(images/nav-arw.svg) center center no-repeat;
    display: block;
    background-size: 12px;
    cursor: pointer;
    margin-left: 7px;
  }

  /* .navbar-nav .clickD.toggled{
       -webkit-transform: rotate(180deg);
       transform: rotate(180deg);
   } */
  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    /* padding-right: 20px; */
  }

  .sub-menu > li.menu-item-has-children > a {
    /* padding-right: 20px; */
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/


	.bullet-list li:before {
		left: 0;
		top: 2px;
		width: 18px;
		height: 18px;
		background-size: 16px;
	}
	.inr-anwers .bullet-list li:before {
		top: 1px;
	}
	    .bullet-list li {
        padding-left: 22px;
    }
	.counter-text {
		font-size: 36px;
	}
	.innr-add {
		padding: 30px 15px;
	}
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 20px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: var(--heading-color);
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */
  .navbar-nav .clickD {
    position: absolute;
    right: 10px;
    top: 17px;
  }

  .navbar-nav > li > a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-nav > li {
    display: inline;
  }

  .sub-menu {
    border-radius: 0;
  }

  .sub-menu > li > a:hover,
  .sub-menu > li.menu-item-has-children:hover > a,
  .sub-menu > li.current-menu-item > a {
    /* background: var(--white); */
    color: var(--heading-color);
  }

  .lower-hdr {
    padding: 10px 0;
  }

  .nav-btn-wrap {
    margin-left: 0;
  }

  .up-hdr {
    font-size: 14px;
  }

  .apple-logo {
    max-width: 70px;
  }

  .nav-btn,
  .cmn-btn {
    font-size: 14px;
  }

  .bnr-content .cmn-btn {
    padding: 14px 14px;
  }

  .cmn-btn {
    padding: 14px 16px;
  }

  h1,
  .h1-title {
    font-size: 45px;
  }

  .bnr-sec h1 span {
    font-size: 80px;
  }

  .bnr-img-right {
    max-width: 380px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  h2,
  .h2-title {
    font-size: 35px;
  }

  h3,
  .h3-title {
    font-size: 25px;
  }

  .rgt-tab h3 {
    font-size: 20px;
  }

  .qution h3 {
    font-size: 22px;
  }

  .copy-text a,
  .copy-text,
  .inr-ftr {
    font-size: 14px;
  }

  .navbar-brand {
    max-width: 166px;
  }

  .bnr-content {
    max-width: 369px;
  }

  .logos-row .slick-slide {
    padding: 0px 12px;
    /* margin-bottom: 24px; */
  }

  .logos-row .slick-list {
    margin: 0px -12px;
  }

  .bnr-sec {
    min-height: 510px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .tab-part {
    padding-right: 25px;
  }

  .wrappeople {
    margin-bottom: 28px;
  }

  .slider-review .slick-slide,
  .slider-people .slick-slide {
    padding: 0px 8px;
  }

  .slider-review .slick-list,
  .slider-people .slick-list {
    margin: 0px -8px;
  }

  .man-wrap {
    height: 120px;
    width: 120px;
  }

  .people-btn {
    height: 40px;
    width: 40px;
  }

  .inr-anwers {
    font-size: 14px;
  }

  .bullet-list li {
    margin-right: 12px;
  }

  .cmn-btn.tptrant {
    padding: 9px 18px;
  }

  .anwrs-btn-wrapper {
    margin-top: 4px;
  }

  .qution {
    padding: 13px 70px 13px 0;
  }

  .bullet-list {
    margin-top: 14px;
  }

  .arw-faq {
    width: 13px;
  }

  .managment-sec .cmn-hdr {
    font-size: 14px;
  }

  .col-faq,
  .col-help {
    margin-bottom: 30px;
    width: 100%;
  }

  .row-faq,
  .row-help {
    margin-bottom: -30px;
  }

  .meesage-wrapper {
    margin-left: 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .help-box-part {
    padding-bottom: 0;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
  }

  .wrap-responsive {
    max-width: 560px;
    margin: 0 auto;
  }

  .cmn-span {
    margin-bottom: 3px;
  }

  .col-free {
    padding: 0px 10px;
  }

  .rowfree {
    margin: 0px -10px;
  }

  .prople-box {
    padding: 20px 16px;
  }

  .get-in-touch-part {
    padding: 44px 20px 32px 20px;
  }

  .wrap-get .blue-span {
    margin-bottom: 14px;
  }

  .colcon-inr {
    padding: 0px 5px;
    margin-bottom: 10px;
  }

  .row-contact-inr {
    margin: 0px -5px -10px;
  }

  .col-footer {
    padding: 0px 7px;
    margin-bottom: 20px;
  }

  .up-footer {
    margin: 0px -7px;
    padding-bottom: 12px;
  }

  .col-ftr-one {
    width: 100%;
  }

  .col-ftr-two {
    width: 26%;
  }

  .col-ftr-four {
    width: 35%;
  }

  .col-ftr-three {
    width: 39%;
  }

  .inr-ftr.max {
    max-width: 461px;
  }

  .ftr-logo {
    margin-bottom: 15px;
  }

  .list-items li {
    margin-bottom: 7px;
  }

  .ftr-title {
    margin-bottom: 12px;
  }

  .col-first {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

      .box-offer h3 {
        font-size: 20px;
        min-height: 40px;
        margin-bottom: 10px;
    }

  .row-offer-pert {
    margin-bottom: -50px;
    margin-top: 50px;
  }

  .col-offer-part {
    margin-bottom: 50px;
  }

  .green-gr-box:before {
    width: 50px;
    top: -16px;
    height: 50px;
  }

  .green-gr-box img {
    max-width: 32px;
  }

  .green-gr-box {
    height: 33px;
    width: 33px;
  }

  .list-managment li {
    margin-bottom: 12px;
  }

  .inner-banner {
    min-height: 490px;
  }

  .sign-box {
    max-width: 100%;
    padding-bottom: 0;
  }

  .key-animation-wrapper,
  .save-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .payment-inr {
    font-size: 14px;
  }

  .border-wrpper {
    padding-top: 40px;
    margin-top: 40px;
  }

  .colreview {
    width: 50%;
  }

  .support-box {
    padding: 26px 16px;
  }

  .col-support {
    padding: 0px 8px;
    margin-bottom: 20px;
  }

  .row-support {
    margin: 0px -8px -20px;
  }

  .logo-income-wrap {
    width: 50px;
    margin: 0 auto 14px;
  }

  .col-support {
    width: 50%;
  }

  .col-counter {
    padding: 0px 8px;
    width: 50%;
  }

  .counter-row {
    margin: 30px -8px 0;
  }

  .counter-hdng {
    font-size: 19px;
  }

  .counter-text {
    font-size: 40px;
  }

  .col-income {
    padding: 0px 10px;
    width: 50%;
    margin-bottom: 20px;
  }

  .row-icome {
    margin: 0px -10px -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-blog {
    padding: 0px 10px;
    margin-bottom: 40px;
  }

  .row-blog {
    margin: 0px -10px -40px;
  }

  .innr-add {
    padding: 20px 15px;
  }

  .ncol-add {
    padding: 0px 10px;
    width: 50%;
    margin-bottom: 20px;
  }

  .row-add {
    margin: 0px -10px -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-tabpart {
    width: 100%;
    padding-right: 0;
  }

  .resp-vtabs .resp-tabs-container {
    width: 100%;
  }

  h2.resp-accordion.resp-tab-active .inr-tab {
    background: var(--heading-color);
    border: none;
  }

  h2.resp-accordion .inr-tab {
    background: #f1fbff;
    border: 1px solid rgba(11, 40, 75, 0.19);
    border-radius: 10px;
    padding: 20px 60px 20px 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  h2.resp-tab-active {
    background: transparent !important;
    padding: 0 !important;
  }

  h2.resp-accordion {
    background: transparent !important;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  h2.resp-accordion:first-child {
    border: none !important;
  }

  .resp-vtabs .resp-tab-content {
    border: none;
  }

  .resp-vtabs li .inr-tab p {
    margin-bottom: 12px;
  }

  h2.resp-accordion .inr-tab p {
    color: var(--body-color);
    margin-bottom: 14px;
  }

  h2.resp-accordion .inr-tab .green-text {
    color: var(--green);
    margin-bottom: 0;
  }

  h2.resp-accordion .inr-tab .name {
    color: var(--heading-color);
    margin-bottom: 10px;
  }

  h2.resp-accordion.resp-tab-active p,
  h2.resp-accordion.resp-tab-active .inr-tab .name {
    color: var(--white);
  }

  .resp-vtabs li.resp-tab-active .inr-tab p.green-text {
    color: var(--green);
    text-transform: uppercase;
  }

  .resp-arrow {
    background: url(images/blue-arw.svg) center no-repeat;
    border: none;
    height: 10px;
    right: 22px;
    position: absolute;
    top: 19px;
    width: 15px;
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  h2.resp-accordion.resp-tab-active .resp-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
      saturate(0%) hue-rotate(262deg) brightness(108%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(262deg) brightness(108%) contrast(102%);
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: none !important;
  }

  .col-club,
  .col-resourse,
  .col-underres,
  .col-web {
    padding: 0px 7px;
  }

  .row-club,
  .row-resourse,
  .row-underres,
  .row-web {
    margin: 0px -7px;
  }

  .wrap-web-part {
    padding-bottom: 60px;
  }

  .col-club {
    width: 100%;
    margin-bottom: 30px;
  }

  .row-club {
    margin-bottom: -30px;
  }

  .col-hire {
    padding: 0px 8px;
  }

  .row-hire {
    margin: 0px -8px;
  }

  .col-md-3.col-select {
    width: 50%;
  }

  .search-row {
    margin-top: 26px;
  }

  .search-job {
    padding: 23px 56px 35px 20px;
  }

  .wrap-richcontent {
    padding: 36px 31px 40px 29px;
  }

  .blue-rich {
    padding: 25px 20px;
  }

  .key-animation-wrapper {
    max-width: 408px;
  }

  /* pro 25-6-25 start */

  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    .gform_fields {
    column-gap: 10px;
    row-gap: 10px;
  }

  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    .gform-footer.gform_footer {
    margin-top: 10px;
  }

  /* pro 25-6-25 end */
  /*support css update 27/6/2025*/
  .cubshop-trck-lftcol {
    margin-bottom: 30px;
  }
  .cubshop-traksec .clbshp-trck-rgtcont {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .cubshop-trck-imgwrp {
    padding: 25px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .srt-fnd-jrny-rgtcol {
    width: 100%;
    order: 1;
  }
  .srt-fnd-jrny-lftcol {
    width: 100%;
    order: 2;
  }
  .srt-fnd-jrny-midcolone,
  .srt-fnd-jrny-midcoltwo {
    width: 50%;
    order: 3;
  }
  .srt-fnd-jrny-img {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .srt-fnd-jrnywrp {
    margin-top: 30px;
  }
  /*support css update 27/6/2025*/

  /* 1.7.25 */
  .apply-entry-widget.sticky {
    position: static;
    margin-top: 20px;
  }

  /* 1.7.25 */
  /* 02-07-2025 m.m css */
  .page-template-template-footbal-club-management-system .cubshop-traksec .clbshp-trck-rgtcont {
    flex-direction: column;
}
  /* 02-07-2025 m.m css */

}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .apple-logo .display-none {
    display: block;
    max-width: 16px;
  }

  .apple-logo .logo-google {
    display: none;
  }

  .apple-logo {
    height: 30px;
    width: 30px;
    background-color: var(--white);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .up-hdr {
    font-size: 12px;
  }

  .nav-btn {
    padding: 7px 16px;
  }

  .logo-wrapper {
    height: 80px;
    width: 80px;
  }

  .logo-wrapper img {
    max-width: 55px;
  }

  .logos-row .slick-slide {
    padding: 0px 12px;
    /* margin-bottom: 14px; */
  }

  .logos-row .slick-list {
    margin: 0px -12px;
  }

  .trust-text {
    font-size: 18px;
  }

  .logos-sec .cmn-hdr.text-center {
    margin-bottom: 20px;
  }

  .bnr-img-right {
    max-width: 300px;
    bottom: -62px;
  }

  h1,
  .h1-title {
    font-size: 38px;
  }

  h2,
  .h2-title {
    font-size: 32px;
  }

  .bnr-sec h1 span {
    font-size: 60px;
  }

  .bnr-btn-wrapper {
    margin-top: 16px;
  }

  .bnr-content {
    max-width: 289px;
  }

  .cmn-hdr br {
    display: none;
  }

  .cmn-span {
    font-size: 14px;
  }

  .cmn-hdr.text-center {
    margin-bottom: 28px;
  }

  .col-slide {
    margin-bottom: 30px;
  }

  .row-slide {
    margin-bottom: -30px;
  }

  .col-free {
    margin-bottom: 20px;
  }

  .rowfree {
    margin-bottom: -20px;
  }

  .col-contact {
    padding: 0px 8px;
    margin-bottom: 25px;
  }

  .row-contact {
    margin: 0px 0px 0px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 48px;
  }

  input[type="submit"] {
    font-size: 16px;
    height: 48px;
  }

  .img-ios {
    max-width: 65px;
  }

  .col-offer-part {
    width: 50%;
  }

  .col-managment {
    margin-bottom: 30px;
  }

  .row-managment {
    margin-bottom: -30px;
  }

  .col-banner {
    margin-bottom: 20px;
  }

  .row-banner {
    margin-bottom: -20px;
  }

  .mobile-banner {
    max-width: 320px;
    margin: 0 auto;
  }

  .inner-banner.no-bt-gap {
    padding-bottom: 0;
  }

  .save-wrapper {
    max-width: 100%;
  }

  .name-trns {
    font-size: 18px;
  }

  .trans-box > img {
    max-width: 127px;
    margin-bottom: 20px;
  }

  .star-trns {
    font-size: 22px;
  }

  .star-trns img {
    max-width: 26px;
  }

  .review-box {
    min-height: 308px;
  }

  .wrap-star img {
    max-width: 69px;
  }

  .verified {
    font-size: 12px;
    width: 100%;
    margin-top: 8px;
  }
  .people-sec .slider-review .verified{
    width: fit-content;
  }

  .lower-star {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .people-sec .slider-review .lower-star{
    gap: 15px;
    flex-wrap: nowrap
  }

  .club-text {
    margin-bottom: 12px;
  }

  .lowers-blog {
    margin-top: 20px;
  }

  .pagination-wrapper {
    margin-top: 30px;
  }

  .faq-box.faq-tab .faq-container .inr-anwers img {
    max-width: 100%;
  }

  .col-resourse {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-underres {
    width: 50%;
  }

  .col-web {
    width: 50%;
    margin-bottom: 20px;
  }

  .row-resourse {
    margin-bottom: -20px;
  }

  .row-web {
    margin-bottom: -20px;
  }

  .col-small-box {
    width: 33.33%;
  }

  .search-job {
    padding: 20px 67px 20px 20px;
  }

  .location-wrap-job {
    min-width: auto;
  }

  .col-hire {
    width: 100%;
    margin-bottom: 20px;
  }

  .row-hire {
    margin-bottom: -20px;
  }

  .hire-box .arw-hire {
    top: 13px;
  }

  .col-md-3.col-select {
    width: 100%;
  }

  /* pro 25-6-25 start */
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="text"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="tel"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="password"],
  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="email"],
  .row-contact .gform_wrapper.gform-theme.gform-theme--foundation select {
    height: 48px;
  }

  .row-contact
    .gform_wrapper.gform-theme.gform-theme--foundation
    input[type="submit"].gform_button.button {
    height: 48px;
  }

  /* pro 25-6-25 end */
  /*support css update 27/6/2025*/
  .srt-fnd-jrny-counter .counter-text {
    font-size: 40px;
  }
  /*support css update 27/6/2025*/

  /* 1.7.25 */
  .row-contact.row-dark {
    margin: 0px 0px 0px;
  }
  .row-dark legend,
  .row-dark label {
    font-size: 16px !important;
  }
	.wrap-up-blog {
    padding-bottom: 0px;
}
	.list-contact a.ws-cont-btn {
    font-size: 14px;
    padding: 10px 10px;
}
	.bullet-list li:before {
		top: 4px;
	}
  /* 1.7.25 */
}

@media (max-width: 575px) {
	.list-contact li a.ws-cont-btn img {
		display: none;
	}
	.list-contact a.ws-cont-btn {
		font-size: 14px;
		padding: 10px 8px;
	}
  h3,
  .h3-title {
    font-size: 22px;
  }

  h1,
  .h1-title {
    font-size: 32px;
  }

  h2,
  .h2-title {
    font-size: 28px;
  }

  .qution h3 {
    font-size: 20px;
  }

  .bnr-sec h1 span {
    font-size: 50px;
  }

  .sub-text {
    font-size: 16px;
  }

  .up-hdr-content p:last-child {
    margin-top: 12px;
    width: 100%;
    display: none;
  }

  .bnr-content > p {
    font-size: 14px;
  }

  .bnr-img-right {
    max-width: 240px;
  }

  .col-faq {
    padding: 0px 8px;
  }

  .col-help {
    padding: 0px 8px;
  }

  .row-faq {
    margin-left: -8px;
    margin-right: -8px;
  }

  .row-help {
    margin-left: -8px;
    margin-right: -8px;
  }

  .up-hdr-content {
    text-align: center;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .sub-menu > li > a {
    font-size: 14px;
  }

  .navbar-brand {
    max-width: 136px;
  }

  .logos-sec.cmn-gap.extra {
    padding-top: 55px;
  }

  .col-ftr-one,
  .col-ftr-two,
  .col-ftr-three,
  .col-ftr-four {
    width: 50%;
  }

  .copy-text {
    font-size: 13px;
  }

  .inner-banner {
    min-height: 410px;
  }

  /* .review-box {
    min-height: 328px;
  } */

  .inr-counter {
    padding: 15px 15px;
  }

  .list-contact li a {
    padding: 14px 9px;
    font-size: 13px;
  }

  .col-small-box {
    width: 50%;
  }
  /* 02-07-2025 m.m css */
  .video-carousel-sec .row,
  .ws-video-section .row {
    --bs-gutter-x: 24px;
  }
  /* 02-07-2025 m.m css */
}

@media (max-width: 479px) {
  .navbar-toggler {
    margin-left: 12px;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }

  h2,
  .h2-title {
    font-size: 25px;
  }

  .bnr-img-right {
    max-width: 200px;
  }

  .bnr-content {
    max-width: 100%;
  }

  .bnr-sec {
    padding-bottom: 100px;
  }

  .lower-ftr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-list {
    padding-left: 0;
    margin-top: 10px;
  }

  .get-in-touch-part {
    padding: 30px 14px 20px 14px;
  }

  .play-wrapper-two {
    border-radius: 20px 20px 60px 20px;
  }

  .col-ftr-one {
    width: 50%;
  }

  .col-ftr-two {
    width: 50%;
  }

  .col-ftr-three {
    width: 50%;
  }

  .col-ftr-four {
    width: 50%;
  }

  .ftr-logo {
    max-width: 142px;
  }

  .col-offer-part {
    width: 100%;
  }

  .keyanimation-wrap {
    height: 72px;
    width: 72px;
  }

  .rgt-animation {
    padding-left: 18px;
    font-size: 14px;
  }

  .rgt-animation p {
    margin-bottom: 5px;
  }

  .qution {
    padding: 13px 50px 13px 0;
  }

  .colreview {
    width: 100%;
    margin-bottom: 20px;
  }

  .rowreview {
    margin-bottom: -20px;
  }

  .order-rev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-support {
    width: 100%;
  }

  .col-counter {
    margin-bottom: 20px;
    width: 100%;
  }

  .counter-row {
    margin-bottom: -20px;
  }

  .col-income {
    width: 100%;
  }

  .mobile-banner {
    max-width: 240px;
  }

  .lowers-blog {
    font-size: 14px;
  }

  .pagination li a {
    height: 40px;
    width: 40px;
  }

  .online {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }

  .lowers-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ncol-add {
    width: 100%;
  }

  h2.resp-accordion .inr-tab {
    padding: 20px 30px 20px 30px;
  }

  .resp-arrow {
    height: 10px;
    right: 12px;
    width: 12px;
  }

  .faq-box.faq-tab .faq-container {
    padding: 0 14px;
  }

  .faq-box.faq-tab .faq-container .qution {
    padding: 18px 34px 18px 0;
  }

  .clubs-sec .play-wrapper {
    border-bottom-left-radius: 70px;
  }

  .col-underres {
    width: 100%;
    margin-bottom: 20px;
  }

  .row-underres {
    margin-bottom: -20px;
  }

  .col-web {
    width: 100%;
  }

  .wrap-web-part {
    padding-bottom: 40px;
  }

  .hire-box h3 {
    font-size: 18px;
  }

  .search-job {
    padding: 20px 50px 20px 20px;
  }

  .search-hdngwrap h3 {
    font-size: 18px;
  }

  .open-bx {
    min-width: auto;
    font-size: 14px;
  }

  .wrap-richcontent {
    padding: 27px 15px 19px 15px;
  }
  /*support css update 27/6/2025*/
  .srt-fnd-jrny-midcolone,
  .srt-fnd-jrny-midcoltwo {
    width: 100%;
    order: 3;
  }
  /*support css update 27/6/2025*/
  /* 1.7.25 */
  .row-dark legend,
  .row-dark label {
    font-size: 15px !important;
  }

  /* 1.7.25 */
  /* 02-07-2025 m.m css */
  .everyday-club-row .icon-wrap {
    max-width: 60px;
}
  /* 02-07-2025 m.m css */
.inner-banner.club-mobile-bnr{
  background-position-x: -1080px !important;
}
}

@media (max-width: 376px) {
  .col-small-box {
    width: 100%;
  }

  .col-ftr-one,
  .col-ftr-two,
  .col-ftr-three,
  .col-ftr-four {
    width: 100%;
  }
}

/* === Universal dark-section text fixes === */
.dark-sec .inr-anwers,
.dark-sec .inr-anwers p,
.dark-sec .inr-anwers li,
.dark-sec .inr-anwers span,
.dark-sec .inr-anwers div,
.dark-sec .inr-answers,
.dark-sec .inr-answers p,
.dark-sec .inr-answers li,
.dark-sec .inr-answers span,
.dark-sec .inr-answers div {
    color: #ffffff !important;
}


