/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Jost Light";
  src: url("../fonts/Jost-Light.ttf");
}

@font-face {
  font-family: "Jost Regular";
  src: url("../fonts/Jost-Regular.ttf");
}

@font-face {
  font-family: "Jost Medium";
  src: url("../fonts/Jost-Medium.ttf");
}

@font-face {
  font-family: "Jost Bold";
  src: url("../fonts/Jost-Bold.ttf");
}

@font-face {
  font-family: "Jost Bold";
  src: url("../fonts/Jost-Bold.ttf");
}

@font-face {
  font-family: "Jost Regular";
  src: url("../fonts/Jost-Regular.ttf");
}

@font-face {
  font-family: "Jost Bold";
  src: url("../fonts/Jost-Bold.ttf");
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-VariableFont_wght.ttf");
}

.light {
  font-family: "Jost Light" !important;
}

.italic {
  font-family: "Jost Italic" !important;
}

.regular {
  font-family: "Jost Regular" !important;
}

.medium {
  font-family: "Jost Medium" !important;
}

.semi {
  font-family: "Jost Bold" !important;
}

.bold {
  font-family: "Jost Bold" !important;
}

.price {
  font-family: "Jost Bold";
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
  background: #e3e8ed;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #e3e8ed;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 21px;
  font-family: "Jost Regular";
  margin: 0;
  padding: 0;
  line-height: 1.625;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

/* body > main {
  flex: 1;
  overflow: hidden;
} */

::selection {
  background: #409df1;
  color: #fff;
}

::-moz-selection {
  background: #409df1;
  color: #fff;
}

body a {
  color: #080a0f;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #84bd3a;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost Bold";
  line-height: 1.2;
  margin: 0 0 10px;
  color: #363636;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p>a {
  color: #0f3a74;
}

p>a:hover {
  color: #2115dc;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 19px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #30c5de;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;
  color: #151d23;
  padding: 10px 10px 10px 20px;
  border: 1px solid #f0f5f9;
  border-left: 4px solid #409df1;
}

.heading {
  position: relative;
  margin-bottom: 25px;
}

.heading>em {
  color: #409df1;
}

.sub_heading {
  color: #409df1;
  font-size: 14px;
  font-family: "Jost Medium";
  text-transform: uppercase;
}

p.pre {
  color: #8b9593;
  margin: -10px 0 30px;
}

.color {
  color: #409df1 !important;
}

.background {
  background: #409df1 !important;
}

/*
  |----------------------------------------------------------------------
  |       Body Main Button
  |----------------------------------------------------------------------
  */

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  height: 50px;
  background: #3cb1e1;
  border: 1px solid #3cb1e1 !important;
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-family: "Jost Regular";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  outline: none !important;
}

.webBtn:hover,
.webBtn:focus {
  /* background: #0f3a74; */
  color: #fff;
}

.smBtn {
  min-width: 40px;
  height: 36px;
  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.colorBtn {
  background: #f2ca1e;
  border: 1px solid #f2ca1e !important;
  color: rgb(255, 255, 255) !important;
}

.colorBtn:hover {
  color: #f2ca1e !important;
}

.blueBtn {
  background: #38b6e0;
  border: 1px solid #38b6e0 !important;
}

.blueBtn:hover {
  color: #38b6e0 !important;
}

.borderbTn {
  background: transparent;
  border: 1px solid #3dac9f;
  color: #3dac9f;
}

.borderbTn:hover {
  color: #3dac9f;
}

.blankBtn {
  background: transparent;
  color: #2baae2 !important;
  border: 1px solid #2baae2;
}

.blankBtn:hover {
  box-shadow: 0 7px 15px -2px #2baae2;
}

.lightBtn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.lightBtn:hover {
  background: transparent;
  color: #ffffff;
}

.labelBtn {
  min-width: initial;
  height: auto;
  background: transparent;
  color: #409df1;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.labelBtn:hover {
  background: transparent;
  color: #080a0f;
}

.labelBtn>i {
  font-size: 100%;
}

.simpleBtn {
  background: #006fc0;
  color: #ffffff;
  /* border: 1px solid #b5bcc0; */
}

.simpleBtn:hover {
  background: #fff;
  color: #006fc0;
  /* border-color: #409df1; */
}

.simpleBtn.icoBtn>img {
  filter: none;
  -webkit-filter: none;
}

.grayBtn {
  background: #fff;
  color: #8b9593;
  border: 1px solid #eee;
}

.grayBtn:hover {
  background: #fafafa;
  color: #8b9593;
}

.borderBtn {
  border: 1px solid #ffffff;
  color: #fff;
}

.arrowBtn {
  display: flex !important;
  width: 46px;
  min-width: 46px;
  padding: 0 5px;
}

.arrowBtn>i {
  font-weight: bold;
  margin: 0 !important;
}

.arrowBtn>img {
  width: 18px;
}

.icoBtn>img {
  width: 18px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.roundBtn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;
  text-align: left;
}

.webBtn i {
  font-size: 140%;
  margin-right: 10px;
}

.webBtn.smBtn i {
  font-size: 120%;
}

.webBtn i.fi-arrow-right {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  font-weight: bold;
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner~i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
  -webkit-animation: spinner 0.5s linear infinite;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}

.learnBtn {
  background: transparent;
  color: #409df1;
  font-family: "Jost Bold";
  padding: 0;
  text-transform: capitalize;
  border: 0;
}

.learnBtn i {
  position: relative;
  top: 3px;
  font-weight: bold;
  margin-left: 5px;
  /*transform: scale(-1);
  */
  transition: padding ease 0.5s;
  -webkit-transition: padding ease 0.5s;
  -moz-transition: padding ease 0.5s;
  -ms-transition: padding ease 0.5s;
  -o-transition: padding ease 0.5s;
}

.learnBtn:hover i {
  padding-left: 10px;
}

/*
  |----------------------------------------------------------------------
  |       Body Inner Css
  |----------------------------------------------------------------------
  */

h1 {
  font-size: 43px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Jost Bold";
  font-weight: normal;
  color: #30c5de;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 5rem 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow>[class*="col-"],
.formRow>[class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow>.col {
  padding: 10px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
  background: rgb(10 33 48 / 0.9);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all ease 0.5s;
  z-index: 100;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.upperlay.active {
  opacity: 1;
  visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
  padding: 2rem 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 37, 0.95);
  padding: 20px 0;
  overflow: auto;
  z-index: 101;
}

.popup-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  padding: 60px 0;
  overflow: auto;
  z-index: 101;
}

.popup-full .back_btn {
  /* position: absolute; */
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  width: 28px;
  height: 24px;
  color: #000000;
  font-size: 31px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.popup-full ._inner {
  position: relative;
  padding: 0px 15px;
}

.popup ._inner {
  position: relative;
  max-width: 800px;
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  width: 28px;
  height: 28px;
  color: #1b1b1b;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.video_pop .crosBtn {
  color: #fff;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

.popup .list>li {
  display: flex;
  margin-bottom: 10px;
}

.popup .list>li>div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Poppins Bold";
  margin-right: 10px;
}

.popup .list>li>div:nth-child(2) {
  width: 100%;
}

.popup .blockLst {
  margin: -15px;
}

/*
  |----------------------------------------------------------------------
  |       Dropdown
  |----------------------------------------------------------------------
  */

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn>i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /*border: 1px solid #eee;
  */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst>li,
.dropLst>li>* {
  display: block;
}

.dropLst>li:nth-child(1)>* {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.dropLst>li:nth-last-child(1)>* {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.dropLst>li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #eee;
}

.dropLst>li>* {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  /* padding: 6px 15px; */
  border: 0;
}

.dropLst>li {
  padding: 0px 10px !important;
}

/* .dropLst > li > *:hover {
  background: #fafafa;
  } */

.dropLst>li>*>i {
  margin-right: 6px;
}

.dropLst>li a {
  justify-content: flex-start;
  text-align: left !important;
}

/*_____ more _____*/

.more {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  /* padding-bottom: 10px; */
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}

.more>span,
.more>span:before,
.more>span:after {
  width: 4px;
  height: 4px;
  border-radius: 75%;
  background: #aaa;
  transition: all ease 0.5s;
  z-index: 2;
}

.more>span:before,
.more>span:after {
  position: absolute;
  content: "";
}

.more>span:before {
  left: 0;
}

.more>span:after {
  right: 0;
}

.more:hover>span,
.more:hover>span:before,
.more:hover>span:after {
  background: #fff;
}

/*
  |----------------------------------------------------------------------
  |       Page Loader
  |----------------------------------------------------------------------
  */

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f6f8;
  z-index: 999999;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #409df1;
  border-right: 4px solid #f0f5f9;
  border-radius: 75%;
  animation: spin 0.5s linear infinite;
  -webkit-animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

/*
  |----------------------------------------------------------------------
  |       Ico Css
  |----------------------------------------------------------------------
  */

.ico,
.icon {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ico {
  background: #fff;
  border-radius: 75%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  -ms-border-radius: 75%;
  -o-border-radius: 75%;
}

.ico a,
.icon a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.ico img,
.icon img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.ico img {
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.icon img {
  object-fit: contain;
}

.ico>i.status {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: #43b753;
  */
  background: #409df1;
  border: 2px solid #fff;
  border-radius: 75%;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  -ms-border-radius: 75%;
  -o-border-radius: 75%;
}

.ico>i.status.active {
  background: #43b753;
  /* background: #409df1; */
}

.ico>i.status.away {
  background: #ffcb00;
}

.ico>i.status.busy {
  background: #5883ff;
}

.ico>i.status.offline {
  background: #ff5465;
}

.ico>.loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 50%; */
  min-width: 100%;
  height: 3px;
  background: #eee;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}

.ico>.loading:before {
  content: "";
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #409df1;
}

/*
  |----------------------------------------------------------------------
  |       RateYo
  |----------------------------------------------------------------------
  */

.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  line-height: 0;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
  position: relative;
  line-height: 0;
  white-space: nowrap;
  z-index: 1;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  z-index: 3;
}

/* edditor */
/*
  
  |----------------------------------------------------------------------
  |       Editor
  |----------------------------------------------------------------------
  */

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
  font-family: "Jost Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* Text color */
  color: #333;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;
  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul>li,
.ckEditor ol>li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul>li ul,
.ckEditor ol>li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: Yellow;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure>figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

.ckEditor a>img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */

.ckEditor .code-featured {
  border: 5px solid red;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px rgba(200, 0, 0, 1);
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean>figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}

/* ===================header==================== */
header {
  position: relative;
  top: 0;
  right: 0;
  bottom: initial;
  left: 0;
  z-index: 30;
  height: 19rem;
  background: #f4fcfb;
  transition: all ease 0.5s;
  /* box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
}

header .shape {
  position: absolute;
  left: -97px;
  z-index: -1;
  width: 56%;
}

header .shape-2 {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 8%;
}

header .shape-3 {
  position: absolute;
  width: 7%;
  right: 15%;
  top: 28%;
  opacity: 0.2;
}

header .shape-4 {
  position: absolute;
  width: 10%;
  top: 38px;
  opacity: 0.4;
  left: 0;
}

.top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 15px;
}

.top_header .social li a {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 37px;
  min-width: 37px;
  height: 37px;
  margin: 3px;
  padding: 9px;
  border-radius: 6px;
  list-style: none;
  transition: all ease 0.5s;
  background: #3cb1e1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
}

.top_header .social li a img {
  filter: brightness(0) invert(1);
}

.top_header .info_list a {
  display: flex;
  align-items: center;
}

.top_header .info_list li {
  display: block;
  margin-bottom: 5px;
}

.top_header .info_list .img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.top_header span {
  font-family: "Jost Regular";
  font-size: 18px;
  color: #4a4a4a;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 8.9rem;
  height: 4.9rem;
}

header .logo {
  max-width: 27rem;
  height: 10rem;
  transition: all ease 0.5s;
  z-index: 1;
  padding: 4px;
  margin: 0 auto;
  padding-bottom: 0;
}

.logo>a {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.logo>a>img {
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  transition: all ease 0.5s;
}

nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  height: 4rem;
  background: #3cb1e1;
  border-radius: 56px;
  width: 90%;
  margin: 0 auto;
}

nav {
  position: relative;
  justify-content: center;
  -webkit-box-orient: vertical;
  flex: 1;
  transition: all ease 0.5s;
}

nav>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav>ul>li {
  position: relative;
  padding: 0 26px;
}

nav>ul>li>a:not(.site_btn) {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  display: inline-flex;
  height: 4rem;
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: all ease 0.5s;
  font-family: "Jost Regular";
}

/* #nav>ul>li>a:hover {
  color: #77bf33;
}

#nav>ul>li.active>a:not(.site_btn) {
  color: #77bf33;
} */

header .social_links {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .social_links li {
  width: 40px;
  margin-bottom: 14px;
  padding: 0 10px;
}

header .social_links li a img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.webBtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0,
      50% 0,
      50% 50%,
      50% 100%,
      50% 100%,
      50% 50%);
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.webBtn {
  border-radius: 76px;
  color: #77be33;
  z-index: 3;
  overflow: hidden;
  color: #fff !important;
  -webkit-border-radius: 76px;
  -moz-border-radius: 76px;
  -ms-border-radius: 76px;
  -o-border-radius: 76px;
}

.webBtn:hover {
  color: #77be33 !important;
  border: 1px solid #77be33 !important;
}

.webBtn:hover:before {
  -webkit-clip-path: polygon(25% -70%,
      75% -70%,
      120% 50%,
      75% 170%,
      25% 170%,
      -20% 50%);
  clip-path: polygon(25% -70%,
      75% -70%,
      120% 50%,
      75% 170%,
      25% 170%,
      -20% 50%);
}

/*_____ owl-nav _____*/
#banner .owl-nav {
  display: inline-block;
}

#banner .owl-prev,
#banner .owl-next {
  position: absolute;
  top: 38%;
  width: 40px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #3cb1e1;
  /*background: #131b1f;*/
  color: #fff;
  font-size: 28px;
  padding-top: 1px;
  padding-left: 1px;
  /*margin-top: -20px;*/
  /*border: 1px solid #aaa;*/
  border-radius: 75%;
  /*-webkit-box-shadow: #131b1f 0 0 0 5px;
    box-shadow: #131b1f 0 0 0 5px;*/
}

#banner .owl-prev {
  left: 10px;
}

#banner .owl-next {
  right: 10px;
}

/* ===============#banner======= */

#banner {
  position: relative;
}

#banner .item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 659px;
  padding: 60px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

#banner .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#banner .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#banner .item .image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 54%,
      rgb(255 255 255 / 110%) 94%,
      rgb(119 192 51 / 60%) 125%);
}

#banner {
  padding-bottom: 0;
}

#banner .item .cntnt {
  z-index: 22;
  text-align: left;
  position: absolute;
  bottom: 3px;
  padding: 20px;
  width: 90%;
  left: 5%;
}

#banner .item .cntnt h1 a {
  color: #ddd;
  font-size: 21px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#banner .item .cntnt h1 a:hover {
  opacity: 0.8;
}

#banner .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
}

#banner .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

#banner .owl-carousel .owl-nav .owl-next {
  right: 10px;
}

#banner .owl-nav button i {
  font-size: 20px;
  color: #fff;
}

#banner .owl-theme .owl-dots .owl-dot span {
  background: #77bf33;
}

#banner .owl-theme .owl-dots .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #eec92c;
}

.title h5 {
  text-transform: uppercase;
  color: #3cb1e1;
  letter-spacing: 2px;
  font-family: "Jost Medium";
  font-size: 16px;
}

/* ======sec_wedo=== */
.sec_wedo .cols {
  width: calc(100% / 3);
  padding: 10px;
}

.sec_wedo .image {
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}

.sec_wedo .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sec_wedo .inner {
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.sec_wedo .headings {
  position: absolute;
  top: 47%;
  left: 20px;
}

.sec_wedo .inner .content {
  padding: 20px;
  position: relative;
}

.sec_wedo .inner .content::before {
  position: absolute;
  content: "";
  left: 22px;
  top: 0px;
  background: linear-gradient(45deg, #019d4c, transparent);
  width: 73px;
  height: 4px;
  border-radius: 19px;
}

.sec_wedo .inner p {
  margin-bottom: 10px;
}

.sec_wedo .inner .style_it {
  color: #009d4b;
}

.two_cols .cols {
  width: calc(100% / 2);
}

.heading-1 {
  padding: 20px;
  padding-bottom: 0;
}

/* ====== */
.about {
  background-image: url(../images/bgn-industries.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7f5ed30;
}

.about .flex:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 40px;
}

.about .flex:nth-child(odd) .col1 {
  padding-right: 30px;
  align-self: center;
}

.about .flex:nth-child(even) .col1 {
  padding-left: 30px;
  align-self: center;
}

.about .flex:nth-child(even) .image img {
  object-fit: contain;
}

.about .image {
  position: relative;
  padding-bottom: 82%;
  overflow: hidden;
}

.about .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about .cta {
  margin-top: 15px;
}

/* ======sec_hel====   */
/* .sec_help:before {
  content: "";
  background-image: url(../images/snow-bg.png);
  background-repeat: no-repeat;
  height: 229px;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-size: contain;
} */

.sec_help .shap {
  position: absolute;
  top: 204px;
  height: 538px;
  width: 100%;
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.sec_help .shap img {
  width: 100%;
  height: 100%;
}

.sec_help .sec_detail {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 19px;
}

.sec_help .cols {
  width: calc(100% / 3);
  padding: 15px;
}

.sec_help .image {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 12px;
  background: #1de2d8;
  border-radius: 100%;
  margin-bottom: 17px;
  margin-top: 10px;
}

.sec_help .image::before {
  position: absolute;
  left: -8px;
  top: -5px;
  height: 100%;
  width: 100%;
  background: #1de2d8;
  opacity: 0.2;
  content: "";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.sec_help .image img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.sec_help .content {
  width: 100%;
  text-align: center;
}

.sec_help .content p {
  font-family: "Jost Light";
  line-height: 26px;
}

.sec_help .content h4 {
  font-family: "Jost Bold";
  margin-bottom: 15px;
}

.sec_help .inner {
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: rgb(16 16 16 / 8%) 0 3px 14px 0;
  height: 100%;
}

.main_heading h2 {
  text-transform: capitalize;
}

.sec_help .inner .style_it {
  display: flex;
  align-items: center;
  color: #3cb1e1;
  font-family: "Jost Medium";
  margin-top: 15px;
  font-size: 17px;
  justify-content: center;
}

.sec_help .inner .style_it i {
  padding-right: 6px;
}

/* ======= */
/* .sec_cta::before {
  position: absolute;
  background-image: url(../images/bgn-quotes.jpeg);
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-position: top;
  filter: hue-rotate(274deg);
}
.sec_cta::after {
  position: absolute;
  background: #009d4b;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
} */
/*==============================footer====================== */

footer.mover {
  background: #1a1a1a;
  padding-top: 80px;
}

footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  font-size: 13px;
}

footer .footer-logo {
  width: 80%;
  margin-bottom: 21px;
}

footer .footer-logo img {
  filter: brightness(0) invert(1);
}

footer .col p {
  margin-top: 20px;
  color: #a5a5a5;
}

footer .contain {
  z-index: 3;
}

footer .flexRow {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer .flexRow .col {
  width: calc(100% / 4);
  padding: 0 15px;
}

footer .footerLogo {
  max-width: 21rem;
  margin-bottom: 1.5rem;
}

footer a {
  color: inherit;
}

footer .image-log {
  position: relative;
  margin-top: -50px;
  padding-bottom: 133%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

footer .image-log img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

footer h4 {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

footer label {
  font-weight: 100;
  color: #a5a5a5;
}

footer .popular-post li {
  position: relative;
  display: block;
  color: #a5a5a5;
  padding-bottom: 9px;
  margin-bottom: 9px;
  list-style-type: none;
}

/* footer .popular-post>li:before {
  position: absolute;
  content: "\f105";
  top: 0px;
  left: 0px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a5a5a5;
} */

footer .popular-post>li:hover:before {
  color: #74bb36;
}

footer .popular-post li:nth-last-child(1) {
  border-bottom: none;
}

footer ul li a:hover {
  color: #74bb36;
}

footer .infoLst>li {
  display: flex;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  list-style-type: none;
}

footer .infoLst>li:last-child {
  border-bottom: none;
}

footer .infoLst>li>img {
  width: 20px;
  align-self: center;
  min-width: 20px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}

footer .infoLst>li:nth-child(4) {
  border-bottom: none;
  color: #fff;
}

footer .infoLst img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* 4rth col */

footer .social {
  margin: 0px -3px -3px;
}

footer .social>li {
  padding: 3px;
}

footer a {
  color: inherit;
  font-size: 16px;
}

footer .social>li>a {
  background: #74bb36;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 3px 5px;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}

footer .social>li>a>img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

footer .social>li a:hover {
  background: rgb(0 121 190 / 25%);
}

/* copyright */

.copyright {
  padding: 15px 0;
  margin-top: 35px;
  border-top: 1px solid rgb(255 255 255 / 7%);
  z-index: 1;
}

.copyright .inner {
  display: flex;
  justify-content: center;
}

.copyright p {
  flex: 1;
  margin: 0;
  text-align: center;
}

.copyright p>a {
  color: #74bb36;
  font-size: 16px;
}

.copyright p>a:hover {
  color: #fff;
}

footer form>label {
  font-size: 15px;
  margin-bottom: 7px;
  font-family: "Jost Regular";
}

footer .txtGrp {
  position: relative;
}

footer .txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

footer form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #74bb36;
  border: none;
  color: #fff;
  width: 55px;
  height: 100%;
  border-radius: 0 5px 5px 0;
}

/* =======sec_property========= */

.sec_property .sec_heading {
  text-align: center;
  width: 59%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.sec_property .subtitle {
  color: #fff;
}

.sec_property .inner {
  border-radius: 6px;
  background-color: #fff;
  padding: 14px;
  position: relative;
  margin-top: 30px;
  box-shadow: rgb(0 0 0 / 14%) 0 5px 14px 0;
  margin: 1px;
  border: 1px solid #eee;
}

.sec_property .inner .image {
  position: relative;
  padding-bottom: 66%;
}

.sec_property .inner .image:before {
  right: 0;
  opacity: 1;
  top: 0;
}

.sec_property .inner .image::before,
.sec_property .col .inner .image::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  transition-duration: 1.3s !important;
  z-index: 3;
}

.sec_property .inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec_property .inner .image::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.product-type {
  position: absolute;
  top: 32px;
  left: 30px;
  z-index: 2;
  text-transform: capitalize;
  display: none !important;
}

.product-type::before,
.product-type::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 40px;
  left: 50%;
  margin-left: -27.5px;
}

.product-type::before {
  top: -33px;
  z-index: 10;
  background-color: #3dac9f;
  -webkit-mask: url(../images/listing-label.svg);
  mask: url(../images/listing-label.svg);
}

.product-type span {
  font-size: 14px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  white-space: nowrap;
  border: 1px solid #7cbe39;
  font-weight: 500;
  background: #7cbe39;
}

.product-type::after {
  z-index: 11;
  background-image: url(../images/listing-label-wheel.svg);
  background-repeat: no-repeat;
  top: -2px;
  background-position: center top;
}

.sec_property .inner:hover .image::before {
  height: 100%;
  width: 100%;
  opacity: 0;
}

.sec_property .inner:hover .image:after {
  height: 100%;
  width: 100%;
  opacity: 0;
}

.sec_property .content {
  padding-top: 30px;
}

.sec_property .location {
  display: flex;
  align-items: center;
  color: #a0abb8;
  font-size: 13px;
}

.sec_property .location .pic {
  width: 4%;
  margin-right: 10px;
}

.sec_property .price {
  margin: 6px 0;
  font-size: 28px;
}

.sec_property .listing {
  display: flex;
  align-items: center;
}

.sec_property .listing li {
  display: flex;
  align-items: center;
  padding-right: 10px;
  justify-content: center;
}

.sec_property .listing li .ico {
  width: 39px;
  /* height: 67px; */
  margin-right: 10px;
  background: aliceblue;
  box-shadow: none;
  padding: 7px;
}

.sec_property .detail {
  border-bottom: 1px solid #eee;
  padding-bottom: 21px;
  margin-bottom: 14px;
}

/* .owl-dots {
  justify-content: center;
  margin-top: 47px;
  margin-bottom: -25px;
  padding-right: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-dots > button {
  width: 10px;
  height: 10px;
  background-color: #7cbe39;
  margin-right: 5px;
  border-radius: 75%;
  text-align: center;
  padding-bottom: 15px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  -ms-border-radius: 75%;
  -o-border-radius: 75%;
  z-index: 99;
}

.owl-carousel .owl-dots > button.active {
  background-color: #3dac9f;
} */

/* ====== */

.sec_project_detail .fade.in {
  opacity: 1;
}

.sec_project_detail .sec_heading {
  text-align: center;
}

.sec_project_detail .nav-tabs li {
  padding: 0 20px;
  position: relative;
  border-right: 2px solid #eee;
}

.sec_project_detail .nav-tabs li:last-child {
  border-right: none;
}

.sec_project_detail .nav-tabs {
  justify-content: center;
  margin-top: 23px;
  border-bottom: none;
  margin-bottom: 30px;
}

.sec_project_detail .nav-tabs li.active {
  border-right: 2px solid #7cbe39;
}

.sec_project_detail .nav-tabs li:last-child.active {
  border: none;
}

/* .sec_project_detail .nav-tabs li a {
  font-family: "Jost Medium";
} */

.sec_project_detail .nav-tabs li.active a {
  color: #7cbe39;
}

.sec_project_detail .inner .col {
  width: calc(100% / 4);
  flex: unset;
  padding: 10px;
}

.sec_project_detail .grid {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* border-width: 3px;
	border-style: solid; */
  box-sizing: border-box;
  /* border-bottom-color: #000000;
	border-top-color: #2e2e2e;
	border-left-color: #2e2e2e;
	border-right-color: #000000; */
}

.sec_project_detail .grid .overlay {
  position: absolute;
  opacity: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background: #2f345eb3 repeat;
}

.sec_project_detail .grid:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.sec_project_detail .grid .overlay .links {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 118px;
  height: 45px;
}

.sec_project_detail .grid .overlay .links .circle {
  right: 0px;
  bottom: 0%;
  top: 0;
  display: flex;
  height: 45px;
  width: 45px;
  font-size: 20px;
  line-height: 50px;
  border: 1px solid;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sec_project_detail .grid .overlay .links a span {
  line-height: 45px;
}

.sec_project_detail .grid .overlay .links a:hover {
  color: white;
}

.sec_project_detail .grid .overlay .image-overlay-details {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: inherit;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 10px 50px;
  box-sizing: border-box;
  border: 0px;
  padding-bottom: 25px;
  display: none;
}

.sec_project_detail .grid .overlay .image-overlay-details h2 {
  font-size: 16px;
  margin: 0px;
}

.sec_project_detail .grid:after {
  /* border: 5px solid #ffffff; */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* box-shadow: 0 0 5px 0 #000000 inset; */
  /* -moz-box-shadow: 0 0 5px 0 #000000 inset; */
  /* -webkit-box-shadow: 0 0 5px 0 #000000 inset; */
  opacity: 1;
}

.sec_project_detail .grid .image {
  position: relative;
  height: 250px;
}

.sec_project_detail .grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.sec_project_detail .masonry .grid {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: calc(100% / 3);
  overflow: hidden;
}

.sec_project_detail .masonry .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sec_project_detail .masonry .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.main-content {
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}

/* ===============================propert_list================ */

.propert_list {
  margin: -10px;
}

.listing_property .webBtn {
  min-width: 267px;
  font-size: 20px;
  height: 58px;
}

.propert_list .col {
  width: calc(100% / 3);
  padding: 10px;
}

.propert_list .col .inner {
  border: 1px solid #dddddd80;
  border-radius: 15px;
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.propert_list .col .inner:hover {
  box-shadow: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.big_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.propert_list .col .inner .image_slider .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 79%;
}

.propert_list .col .inner .image_slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.propert_list .col .inner .image_slider .owl-nav {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.propert_list .col .inner:hover .image_slider .owl-nav {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.propert_list .col .inner .image_slider .owl-dots {
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.propert_list .col .inner .cntnt {
  padding: 20px 10px 20px;
}

.propert_list .col .inner h3 {
  font-size: 21px;
  color: #000000bd;
  font-family: "Jost Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* height: 42px; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.propert_list .col .inner .cntnt ul.flex {
  gap: 10px;
  margin: 10px 0px;
}

.flex.last_list {
  background: #f0f0f0;
  padding: 7px;
  border-radius: 7px;
  justify-content: space-between;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.flex.last_list i {
  align-self: center;
}

.propert_list .col .inner .cntnt .flex li {
  font-size: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-self: center;
}

.propert_list .col .inner .cntnt i {
  display: flex;
  font-size: 23px;
  color: #77be37;
  margin-top: 3px;
  margin-right: 8px;
  justify-content: center;
  align-items: flex-start;
}

.propert_list .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.propert_list .owl-theme .owl-dots .owl-dot.active span {
  background: #1de2d8;
}

.propert_list .col .inner .cntnt .flex li span {
  flex: 1;
  color: #848484;
}

.propert_list .col .inner .cntnt .flex li:not(:first-child) {
  padding-left: 15px;
}

.propert_list .col .inner .cntnt .flex li:not(:first-child):before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.propert_list .col .inner .cntnt .flex.last_list li::before {
  display: none;
  padding-left: 10px;
}

.propert_list .col .inner .cntnt .flex .review_star span {
  color: #000;
}

.propert_list .col .inner .cntnt .flex .review_star i {
  color: #77bd37;
}

.price_per_night h5 {
  background: #77bd37;
  padding: 7px 10px;
  margin-bottom: 0;
  color: #fff;
  border-radius: 5px;
  font-family: "SolwayBold";
}

.price_per_night h5 sub {
  font-family: "Jost Light";
  font-size: 65%;
}

.propert_list .image_slider {
  position: relative;
  margin-bottom: 10px;
  /* z-index: 0; */
}

.propert_list .col .inner .fav_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 50px;
  font-size: 18px;
  padding-top: 4px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.propert_list .col .inner .fav_icon:hover {
  background-color: #38b7e2;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.heading_cntnt {
  width: 93%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 26px;
}

.propert_list .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0;
}

.propert_list .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}

.propert_list .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: #77bd37;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 17px;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: -12px;
}

.propert_list .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.listing_property .cta {
  margin-top: 30px;
}

/* ===== */

.about_sec .shape {
  position: absolute;
  top: -58px;
  right: 0;
  width: 32%;
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about_sec .shape img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }
}

.about_sec .cols {
  width: calc(100% / 2);
}

.about_sec {
  padding: 0;
}

.about_sec .col1 {
  align-self: center;
  padding-right: 30px;
}

.about_sec .col2 {
  align-self: center;
}

.about_sec .col2 .image {
  position: relative;
  padding-bottom: 86%;
}

/* .about_sec .col2 .image::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -10px;
  right: -10px;
  bottom: 15px;
  transform: skew(-3deg);
  background: #7f8081;

} */

.about_sec .col2 .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: skew(-3deg);
}

/* =======================testimonials============== */

.testimonials {
  background: #c3eeec30;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.testimonials .sec_heading {
  width: 50%;
  padding-right: 39px;
}

.testimonials .sec_content {
  width: 50%;
  padding-left: 30px;
  align-self: center;
}

.testimonial-one-shape-2 {
  position: absolute;
  top: -40px;
  right: 0;
  mix-blend-mode: luminosity;
}

.testimonial-one-shape-2 img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
}

.testimonial-one-shape-3 {
  position: absolute;
  bottom: -90px;
  left: 0;
  mix-blend-mode: luminosity;
}

.testimonial-one-shape-3 img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.15;
}

.testimonials .inner {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 30px;
}

.testimonials .inner:hover {
  transform: translateY(-10px);
}

.testimonials .inner .cntnt {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 65px 60px 55px;
  border-radius: 20px;
  background: #ffffff;
}

.testimonials .client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 26px;
}
.testimonials .detail{
    height: 205px;
    overflow-y: auto;
}
.testimonials .client-img-box {
  position: relative;
  display: block;
  width: 95px;
  /* padding: 13px; */
  height: 95px;
  max-width: 115px;
  border: 1px solid #d1d8d8;
  z-index: 1;
}

.testimonials .client-img-box>img {
  width: 100% !important;
  /* border-top-left-radius: 45px; */
  border: 6px solid #ffffff;
  max-width: 100%;
  display: block;
}

.testimonials .client-quote {
  position: absolute;
  top: -28px;
  right: -21px;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 7%);
  display: flex;
  padding: 17px;
  align-items: center;
  justify-content: center;
}

.testimonials .client-content {
  margin-left: 45px;
  position: relative;
  top: 3px;
}

.testimonials .client-review {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.testimonials .client-review i {
  font-size: 15px;
  color: #fab600;
}

.testimonials .client-details {
  position: relative;
  display: block;
}

.testimonials .client-info h3 {
  font-size: 24px;
  color: #16243d;
}

.testimonials .client-info p {
  font-size: 14px;
  color: #74bb36;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Jost Bold";
}

.testimonial-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-one__shape-1>img {
  width: auto !important;
  mix-blend-mode: luminosity;
  border-top-right-radius: 20px;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials .owl-carousel .owl-stage-outer {
  overflow: unset;
}

/* .testimonials .inner:hover .testimonial-one__shape-1>img {
  mix-blend-mode: normal;
  opacity: 1;
} */

.testimonials .owl-dots {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

.testimonials .owl-carousel .owl-dots>button {
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #828b8f;
  padding-bottom: 15px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 99;
}

.testimonials .owl-carousel .owl-dots>button.active {
  background-color: #74bb36;
  width: 15px;
  height: 15px;
  margin-top: -3px;
}

/* ==== */
.sec_cta .inner {
  background-image: url(../images/banner-1.jpeg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sec_cta {
  padding-bottom: 0;
}

.sec_cta .col1 {
  width: 80%;
}

.sec_cta .col2 {
  width: 20%;
}

.sec_cta .inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0a423fcf;
  border-radius: 10px;
}

.sec_cta .inner .flex {
  position: relative;
  z-index: 1;
  color: #fff;
}

.sec_cta .inner h4 {
  color: #fff;
  font-size: 30px;
}

.sec_cta .col2 {
  align-self: center;
  padding-left: 30px;
}

.sec_cta .inside {
  display: flex;
  justify-content: end;
  align-items: center;
}

.sec_cta .inner1 {
  display: flex;
  align-items: center;
}

.sec_cta .inner1 .image {
  width: 15%;
  margin-right: 29px;
}

/* ========== */
/* .video_sec {
  padding-bottom: 0px !important;
}

.videoBlk {
  position: relative;
  display: block;
  padding-bottom: 35%;
  overflow: hidden;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  overflow: hidden;
}

video[poster] {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.videoBlk video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin: 0% auto;
}

.videoBtn {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  margin: -20px auto 0px;
  background: rgb(255 255 255);
  color: #088fff;
  font-size: 24px;
  border: 2px solid #f3226700;
  border-radius: 75%;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 5;
}

.videoBtn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  animation: ripple-wave 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@keyframes ripple-wave {
  from {
    box-shadow: 0 0 rgb(255 255 255/10%), 0 0 0 15px rgb(255 255 255/10%),
      0 0 0 30px rgb(255 255 255/10%);
  }

  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),
      0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

.videoBtn.fa-pause:before {
  padding-left: 0px;
}

.videoBtn.fa-pause {
  opacity: 0;
}

.videoBlk:hover .videoBtn.fa-pause {
  opacity: 1;
} */

#video {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

#video h2 {
  text-transform: uppercase;
  color: #fff;
}

#video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d171d;
  opacity: 0.5;
  z-index: 1;
}

#video .flexDv {
  width: 100%;
}

#video>video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#video .content {
  max-width: 700px;
  color: #fff;
  margin: 0 auto;
}

#video .content .webBtn {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #77be33 !important;
}

#video .content>h1 {
  line-height: 1.2;

  text-shadow: 5px 5px 5px rgb(41 41 47 / 20%);
}

#video .content>p {
  color: inherit;
  text-shadow: 2px 2px 2px rgb(41 41 47 / 20%);
}

/* topnav */

.topNav {
  padding: 0px;
  background: linear-gradient(to right, #13e2dd, #1f80be);
}

.topNav .colL {
  width: 60%;
  align-self: center;
  display: flex;
}

.topNav .colR {
  width: 40%;
  align-self: center;
  justify-content: flex-end;
}

.topNav .colL a {
  margin-right: 20px;
}

.topNav .colL a {
  color: #fff;
  display: flex;
}

.topNav .colL a .img {
  width: 18px;
  align-self: center;
  margin-right: 10px;
}

.topNav .social {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}

.topNav .social li {
  border-right: 2px solid #fff;
  /* width: calc(100% / 4); */
  padding: 3px 9px;
}

.topNav .social li a {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 6px;
  list-style: none;
  transition: all ease 0.5s;

  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.topNav .social li a:hover {
  background-color: #84bd3a;
}

.topNav .social li a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* ======== */
.property_detail_main_sr {
  padding: 0;
  padding-top: 1rem;
}

.property_detail_main_sr .view_propert_detail {
  background: #ffffff;
  padding: 20px 10px;

  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.view_propert_detail .view_flex .property_heading {
  flex: 1;
  margin-right: 20px;
  align-self: center;
}

.view_propert_detail .view_flex .property_heading h2 {
  color: #000;
  margin-bottom: 5px;
}

.view_propert_detail .view_flex .property_heading p {
  color: #00acfc;
}

.cstm_mini_search_vertical {
  align-self: center;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.mini_web_btn {
  min-width: auto;
  width: 40px;
  border-radius: 50px;
  height: 40px;
  padding: 5px;
}

.mini_web_btn i {
  margin-right: 0px;
}

/* ======property_detail_gallery =======*/

.property_detail_gallery {
  padding-top: 0;
}

.property_detail_gallery .masonry .grid {
  display: inline-block;
  position: relative;
  padding: 6px;
  width: calc(100% / 4);
  overflow: hidden;
}

.property_detail_gallery .content .bTn {
  margin: 20px 0px;
  position: absolute;
  bottom: 17px;
  right: 30px;
}

.property_detail_gallery .inner {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.property_detail_gallery .detail_place_estimate li {
  display: list-item;
  list-style-position: inside;
  padding-right: 15px;
}

.detail_place_estimate li::marker {
  font-size: 10px;
  padding-right: 3px;
}

.result_detail_blk {
  margin-top: 10px;
}

.left_info h4 {
  font-family: "Jost Regular";
}

.property_detail_gallery hr {
  opacity: 0.15;
}

.main_detail_work {
  padding: 20px 0;
}

.main_detail_work h4 {
  margin-bottom: 1px;
  font-size: 18px;
}

.main_detail_work .left_info {
  padding-left: 15px;
}

.main_detail_work li {
  align-items: center;
  padding-bottom: 15px;
}

.main_detail_work li:last-child {
  padding-bottom: 0;
}

.detail_blk {
  padding: 20px 0;
}

.detail_blk .cta a {
  color: #74bb36;
}

.detail_blk i {
  font-size: 12px;
}

.amenities_detail_work {
  display: flex;
  flex-wrap: wrap;
}

.amenities_detail_work H3 {
  width: 100%;
}

.amenities_detail_work li {
  width: 50%;
}

.amenities_detail_work li .img_ico {
  display: block;
  height: 24px;
  width: 24px;
  fill: currentcolor;
}

.amenities_detail_work li .img_ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.property_detail_gallery .col1 {
  width: 65%;
  padding-right: 30px;
}

.property_detail_gallery .col2 {
  width: 35%;
  padding-top: 30px;
}

/* ==== */
.property_detail_gallery .ui-datepicker {
  display: flex !important;
  box-shadow: none;
  width: 100% !important;
}

.property_detail_gallery .ui-datepicker .ui-datepicker-header {
  border: none;
}

.ui-datepicker .ui-datepicker-title select {
  font-family: "Jost Bold" !important;
  font-size: 18px;
}

.ui-datepicker .ui-datepicker-title {
  font-family: "Jost Bold" !important;
  color: #000 !important;
  font-size: 20px;
}

.property_detail_gallery .ui-datepicker-group {
  width: 50%;
  padding: 10px;
}

.property_detail_gallery .ui-datepicker-calendar th {
  border: none;
}

.property_detail_gallery .ui-datepicker-calendar span {
  font-family: "Jost Medium";
  font-size: 18px;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active:hover {
  background: #38b6e0 !important;
  color: #fff !important;
  border-color: #38b6e0 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.property_detail_gallery .ui-datepicker td a,
.property_detail_gallery .ui-datepicker td span {
  display: block;
  padding: 9px 7px;
  background: #fff;
  font-family: "Jost Medium";
  color: #454545;
  font-size: 18px;
}

.property_detail_gallery .ui-datepicker .ui-datepicker-next,
.property_detail_gallery .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #3cb1e1;
  color: #fff;
  font-size: 14px;
  margin-top: -10px;
  cursor: pointer;
  text-align: center;
  padding: 1px 0 0;
  line-height: 1;
  border: none;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.property_detail_gallery .ui-datepicker td,
.property_detail_gallery .ui-datepicker th {
  border: none;
}

.property_detail_gallery .t-datepicker-day {
  right: -182px;
}

.property_detail_gallery .t-check-out .t-datepicker-day {
  left: -263%;
  right: unset !important;
}

.range_date_form {
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  padding: 25px;
  position: relative;
  border-radius: 10px;
}

.range_date_form .t-check-in {
  border-color: #e2e2e2;
}

.range_date_form .t-dates {
  padding: 18px 15px;
  height: 52px;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  top: 18px;
  left: 37px;
  opacity: 1;
  font-size: 16px;
  font-family: "Jost Regular";
  color: #545050;
}

.range_date_form .select_box {
  height: 52px;
  border: 1px solid #e2e2e2;
  display: flex;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: #545050;
  padding: 10px;
  position: relative;
  align-items: center;
  font-family: "Jost Regular";
}

.range_date_form .select_box p {
  margin-bottom: 0;
}

.range_date_form .select_area {
  position: relative;
  margin-top: 11px;
}

.range_date_form .select_area .tp_label {
  font-family: "Jost Medium";
  color: #515151;
}

.range_date_form small {
  font-family: "Jost Light";
}

.range_date_form hr {
  margin-bottom: 3px;
}

.select_options i {
  position: absolute;
  right: 9px;
  top: 16px;
  color: #515151;
  cursor: pointer;
}

.drop_down {
  z-index: 10;
  position: absolute;
  display: none;
  width: 100%;
  right: 0;
  top: 52px;
  background: #fff;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  padding: 18px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.drop_down .count_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.drop_down .count_area:last-child {
  margin-bottom: 0;
}

.drop_down .count_area h6 {
  font-size: 18px;
  font-family: "Jost Regular";
  margin-bottom: 2px;
}

.drop_down .readBtn {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #b8b6b6;
}

.drop_down .qty {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 19px;
}

.drop_down .btn_close {
  text-align: right;
}

.drop_down .btn_close a {
  font-family: "Jost Bold";
  text-decoration: underline;
}

.range_date_form .button a,.range_date_form .button button {
  width: 100%;
  margin-top: 16px;
}

.work_detail_blk .webBtn {
  margin-bottom: 20px;
}

.show_calender {
  padding: 20px 0;
}

/* ============= */

/* .sub_pages {
    background: #edfded;
} */

#payment-form .flexRow>.col {
  padding: 10px;
}

#payment-form .flexRow>.col1 {
  width: 60%;
}

#payment-form .flexRow>.col2 {
  width: 40%;
}

#payment-form .blk {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#payment-form .blk h5 {
  color: #000000;
  margin-bottom: 22px;
}

#detailProduct h5 {
  color: #333;
  margin-top: 10px;
}

#payment-form .blk ._header,
#payment-form .blk ._footer {
  position: relative;
  /* background: #f7fafc; */
  padding: 15px 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#payment-form .blk ._header {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #eeee;
  border-radius: 4px 4px 0 0;
}

.blk ._header h3 {
  color: #72b935;
  font-size: 18px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Jost Medium";
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
  font-size: 15px;
  color: #5e5e5e;
}

select.txtBox {
  background-image: var(--chevron);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 24px !important;
  -webkit-appearance: none;
  appearance: none;
}

.checkList {
  border-bottom: 1px solid #eee;
}

.checkList>li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border: 1px solid #eee;
  border-bottom: transparent;
  margin-bottom: 0px;
  background: white;
  text-align: center;
}

.checkList>li._head {
  padding: 10px 0px;
  font-size: 15px;
}

.checkList>li>div {
  padding: 0px 10px;
}

.checkList>li .pro_cart {
  text-align: left;
  display: flex;
}

.checkList>li .pro_cart {
  width: 60%;
  color: #333;
}

.checkList>li .qty_cart {
  width: 20%;
  color: #333;
}

.checkList>li .price_cart {
  width: 20%;
  color: #333;
}

.orderTable {
  background: #ffffff;
  margin: 15px 0px 15px;
}

.orderTable table {
  width: 100%;
}

.orderTable table tr td {
  padding: 10px 10px 8px;
  border: 1px solid #eee;
  color: #333;
}

.orderTable table tr td:nth-child(1) {
  width: 65%;
  font-size: 15px;
}

.orderTable table tr td:nth-child(2) {
  width: 35%;
  font-size: 14px;
  text-align: right;
}

#payment-form .blk small {
  color: #bcbcbc;
}

.chk .headCredit {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f1eae5;
  margin: 0px -15px;
}

#payment-form .flexRow>.col .cardSec {
  padding: 10px 10px;
  /* border: 1px solid #4b4b4b; */
  border-top: none;
  margin-bottom: 10px;
  background: #f0f9fc;
}

#payment-form .flexRow>.col .flex-2 .inner {
  width: 50%;
  padding: 5px;
  position: relative;
}

.chk .creditCard .cardSec .inner .info {
  position: absolute;
  top: 18px;
  right: 14px;
}

.chk .creditCard .cardSec .inner .info>i {
  width: 18px;
  height: 18px;
  padding-top: 2.4px;
  text-align: center;
  border: 1px solid #aaa;
  color: #aaa;
  border-radius: 75%;
  font-size: 12px;
  display: block;
  padding-left: 0.3px;
  cursor: pointer;
}

.chk .creditCard .cardSec .inner .info>.infoTip {
  position: absolute;
  z-index: 10;
  /* color: #333; */
  color: #222222;
  width: 160px;
  top: 22px;
  left: -115px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 12px;
  padding: 5px 10px 5px;
  -webkit-box-shadow: rgb(0 0 0 / 15%) 2px 2px 6px 0px;
  box-shadow: rgb(0 0 0 / 15%) 2px 2px 6px 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.chk .creditCard .cardSec .inner .info>.infoTip:before {
  position: absolute;
  content: "";
  left: 120px;
  top: -3px;
  border-top: 8px solid #ffffff;
  border-left: 8px solid #ffffff;
  -webkit-box-shadow: #ffffff 1px -1px 0px;
  box-shadow: #ffffff 1px -1px 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.chk .creditCard .cardSec .inner .info:hover .infoTip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.chk .headCredit {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f1eae5;
  margin: 0px -15px;
}

#payment-form .flexRow>.col .headCredit {
  margin: 0px;
  background: #3cb1e157;
  border-bottom: 1px solid #fff;
}

#payment-form .flexRow>.col .flex-2 .inner {
  width: 50%;
  padding: 5px;
  position: relative;
}

.lblBtn {
  display: flex;
  text-align: left;
  align-items: center;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn {
  display: flex;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  appearance: initial;
}

.lblBtn>input[type="radio"],
.lblBtn>input[type="checkbox"] {
  margin-top: 2px;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn input[type="radio"] {
  top: auto;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn label {
  color: rgb(0, 0, 0);
  align-self: center;
  margin-bottom: 0;
}

input[type="checkbox"]:checked:after {
  background: #000000;
  border-color: #000000;
  box-shadow: none;
}

.creditCard .paypalSec {
  display: none;
}

.chk .creditCard .paypalSec .ico,
.chk .creditCard .creditSec .ico {
  max-width: 160px;
  margin: 20px auto 10px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.chk .creditCard .paypalSec p,
.chk .creditCard .creditSec p {
  color: #bcbcbc;
}

.chk .creditCard .paypalSec .ico img,
.chk .creditCard .creditSec .ico img {
  border-radius: 0px;
}

.sq-field {
  margin-top: 20px;
  position: relative;
}

.sq-field .total {
  position: absolute;
  top: 12px;
  right: 0;
}

input[type="checkbox"]:checked:before {
  background-image: var(--tick);
}

.sq-field .total span {
  font-family: "Jost Bold";
  padding-right: 7px;
}

.lblBtn label {
  align-self: center;
  font-family: "Jost Medium";
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 0 10px;
}

.checkList>li .pro_cart .ico a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.checkList>li .pro_cart .ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.checkList>li .pro_cart .ico {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  min-width: 70px;
  min-height: 70px;
  border: 1px solid #eee;
  border-radius: 0px;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

input[type="radio"]:checked:after {
  border-color: #000000;
  box-shadow: inset 0 0 0 4px #000000;
}

#payment-form .inner-1 {
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}

#payment-form .inner-1 .price-plan {
  margin: 16px 0;
  background: #3cb1e114;
  padding: 18px;
  text-align: center;
  margin-bottom: 0;
}

#payment-form .inner-1 .price-plan strong {
  font-weight: 700;
  font-size: 45px;
  color: #2b2944;
  line-height: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#payment-form .inner-1 .content li {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0px;
  padding-left: 25px;
}

#payment-form .inner-1 .content li:before {
  position: absolute;
  content: "\f058";
  top: 3px;
  left: 0px;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #77be33;
}

#payment-form .image {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 25px;
}

#payment-form .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* #detailProduct {
  background-image: url(../images/proj.svg) !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
} */
/* =============cmnForm=============== */
.cmnForm .colL {
  width: 50%;
  align-self: center;
  padding-right: 40px;
}

.cmnForm .colL .heading {
  width: 100%;
}

.cmnForm .colL ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.cmnForm .colR {
  width: 50%;
  padding-left: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cmnForm .image {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 12px;
  background: #72b935;
  /* padding-top: 0; */
  border-radius: 100%;
  margin-bottom: 17px;
  margin-top: 10px;
  margin-right: 20px;
}

.cmnForm .image img {
  filter: brightness(0) invert(1);
}

.cmnForm .image::before {
  position: absolute;
  left: -8px;
  top: -5px;
  height: 100%;
  width: 100%;
  background: #72b935;
  opacity: 0.2;
  content: "";
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.cmnForm .colL ul li h5 {
  font-size: 20px;
  font-family: "Jost Medium";
  color: #3cb1e1;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 2px;
}

/* .cmnForm .colL ul li h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #068fff;
} */
.cmnForm .colL ul li a {
  display: block;
  font-size: 18px;
  color: #313131;
  position: relative;
  z-index: 3;
  width: fit-content;
}

.cmnForm .colL ul li p {
  font-size: 18px;
}

.cmnForm form {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}

.cmnForm form .webBtn {
  width: 100%;
}

.cmnForm form h3 {
  margin-bottom: 30px;
  position: relative;
  font-size: 30px;
  text-align: center;
}

#smbanner {
  padding: 22px 0px;
  background: #f4fcfb;
  padding-top: 15px;
  padding-bottom: 32px;
}

#smbanner h1 {
  font-size: 50px;
  text-transform: capitalize;
  text-shadow: 0em 0em 1.25em rgb(0 0 0 / 37%);
  text-align: center;
}

.cmnForm .txtGrp label~.txtBox:not(button) {
  padding: 16px 12px 6px;
}

.cmnForm .txtBox:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 120px;
  resize: none;
}

.cmnForm .txtGrp {
  position: relative;
}

.cmnForm .txtGrp:not(.lblBtn)>label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #8b9593;
  line-height: 1;
  margin: 0;
  margin-left: 13px;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index: 1;
  font-size: 17px;
}

.txtGrp:not(.lblBtn)>label.move {
  font-size: 14px;
  transform: translateY(-12px);
}

.cmnForm .txtBox:disabled {
  background: #e3e8ee;
  cursor: not-allowed;
  border-color: #d8dee6 !important;
}

.cmnForm .txtBox::placeholder {
  color: #080a0f;
}

.cmnForm .txtBox:focus::placeholder {
  opacity: 0.4;
}

.cmnForm .txtGrp .txtBox:focus::placeholder {
  opacity: 0;
}

.cmnForm .txtBox:hover,
.cmnForm .txtBox:focus {
  border-color: #3cb1e159;
}

/* ==================sec-faq========== */
#sec_faq {
  background-image: url(../images/shape7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sec_faq .colr {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 666;
}

#sec_faq .text {
  margin: auto;
  text-align: center;
  /* display: none; */
}

#sec_faq .title-white {
  margin: auto;
  margin-bottom: 14px;
}

.sec-faq .inner .inside {
  display: flex;
}

.sec-faq .inner .content {
  padding: 10px 15px;
}

.colr {
  width: 100%;
  margin: auto;
}

.faqLst {
  padding: 30px;
}

.top {
  margin-bottom: 17px;
}

.bottom {
  margin-top: 25px;
}

.faqLst .faqBlk {
  position: relative;
  display: block;
  margin: 12px 0;
  margin-bottom: 27px;
  padding: 19px 0;
  border-radius: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  /* border-bottom: 1px solid #eee; */
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}

.faqLst>.faqBlk h5 {
  margin-bottom: 0;
  padding-left: 45px;
  padding: 12px;
  position: relative;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 24px;
  font-family: "Jost Medium";
}

.faqBlk h5 {
  cursor: pointer;
}

.faqLst>.faqBlk h5::before {
  content: "";
  position: absolute;
  background-image: url(../images/Vector@2x.svg);
  background-size: contain;
  height: 11px;
  width: 15px;
  top: 23px;
  right: 19px;
  z-index: 1;
  font-size: 67%;
}

.faqLst>.faqBlk.active h5::before {
  background-image: url(../images/faqup.svg);
}

.faqBlk p {
  padding-left: 13px;
}

.faqLst .faqBlk:first-child .txt {
  display: block;
}

.faqLst .txt {
  display: none;
}

/* ============Branches========= */

.sec-branches .col {
  width: 100%;
  padding: 0 20px;
  flex: unset;
  margin-top: 20px;
}

.sec-branches .col .col-heading {
  width: 32%;
}

.sec-branches .col .col-cntnt {
  width: 50%;
  padding-right: 13px;
  padding-left: 26px;
}

.sec-branches .col .col-cntnt .address {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sec-branches .col .col-cntnt .address .image {
  width: 35px;
  padding-right: 15px;
  align-self: center;
}

.sec-branches .col .col-cntnt .phone-no {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sec-branches .col .col-cntnt .image {
  width: 35px;
  padding-right: 15px;
}

.sec-branches .col .col-cntnt .mail {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.sec-branches .col .inner {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #f7fafa;
  padding: 20px;
  border-bottom: 2px solid #3cb1e1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.sec-branches .col .inner a:hover {
  color: #e7ab05;
}

.sec-branches .col .inner .mapouter {
  width: 24%;
}

.sec-branches .col .inner .image_slider .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 76%;
}

.sec-branches .col .inner .image_slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sec-branches .col .inner .image_slider .owl-nav {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.sec-branches .col .inner:hover .image_slider .owl-nav {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.sec-branches .col .inner .image_slider .owl-dots {
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.sec-branches .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0;
}

.sec-branches .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 31px;
}

.sec-branches .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: #77bd37;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 17px;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: -12px;
}

.sec-branches .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.sec-branches .cta {
  margin-top: 38px;
}

.sec-branches .webBtn {
  height: 62px;
}

/* ====== */
.about_p {
  padding: 5rem 0;
}

/* =======key_benefits====== */
.key_benefits {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.key_benefits .col {
  width: calc(100% / 3);
  flex: unset;
  padding: 10px;
}

.key_benefits .sec_heading {
  text-align: center;
  width: 53%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.key_benefits .sec_heading .section-title__border-box {
  margin: 14px auto;
}

.key_benefits .inner {
  background-image: url(../images/key-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 100%;
  border: 10px;
  overflow: hidden;
  border-radius: 48px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}

.key_benefits .col .inner .image {
  background: #f4fcfb;
  border-radius: 48px;
  width: 71%;
  height: 58%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  padding-top: 10px;
  padding-right: 10px;
}

.key_benefits .col .inner .photo {
  width: 27%;
  padding-top: 41px;
  padding-bottom: 0px;
  padding-left: 41px;
}

.key_benefits .col .inner .image p {
  position: absolute;
  top: 16px;
  right: 45px;
  font-size: 56px;
  color: #3cb1e1;
  font-family: "Jost Bold";
}

.key_benefits .content {
  padding-left: 41px;
  padding-right: 27px;
  padding-top: 44px;
  padding-bottom: 25px;
}

.key_benefits .webBtn {
  margin-top: 25px;
  height: 55px;
}

.key_benefits .shape {
  position: absolute;
  top: -58px;
  left: 0;
  width: 32%;
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* .key_benefits .shape img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
} */
/* ===========sec_offers======= */
.sec_offers {
  background: #f4fcfb;
  margin-top: 5rem;
}

.sec_offers .amenities_detail_work li {
  width: calc(100% / 3);
  padding-left: 27px;
  position: relative;
}

.sec_offers .amenities_detail_work li::before {
  position: absolute;
  content: "\f058";
  top: 4px;
  left: 0px;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #77be39;
}

/* ======== */
.over_view {
  padding-top: 5rem;
}

.over_view .image_slider .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 84%;
}

.over_view .col2 {
  position: relative;
}

.over_view .col2::before {
  position: absolute;
  content: "";
  right: -13px;
  top: -13px;
  width: 100%;
  height: 99%;
  background: transparent;
  border: 2px solid #77be37;
  /* z-index: 11; */
  border-radius: 10px;
}

.over_view .image_slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.over_view .image_slider .owl-dots {
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.over_view .image_slider {
  position: relative;
  margin-bottom: 10px;
  /* z-index: 0; */
}

.over_view .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.over_view .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}

.over_view .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: #77bd37;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 17px;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: -12px;
}

.over_view .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

/* =======sec_facilities===== */
.sec_facilities {
  padding-bottom: 0;
}

.sec_facilities .col {
  flex: unset;
  width: calc(100% / 2);
}

.sec_facilities .flex {
  border-bottom: 1px solid #e5e1e1;
  padding: 50px 0;
}

.sec_facilities .flex:last-child {
  padding-bottom: 0;
  border: none;
}

.sec_facilities .flex:first-child {
  padding-top: 0;
  padding-bottom: 30px;
}

.sec_facilities .col2 {
  align-self: center;
}

.sec_facilities .col2 .inner {
  padding-left: 80px;
}

.sec_facilities .cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.sec_facilities .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
}

.sec_facilities .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sec_facilities .num {
  color: #80c33b;
  font-family: "Jost Bold";
  font-size: 38px;
  width: 59px;
  height: 56px;
  line-height: 48px;
  border-right: 1px solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.sec_facilities .line {
  width: 2px;
  height: 36px;
  background: #e6e6e6;
  margin-bottom: 10px;
}

.sec_facilities .flex:nth-child(even) {
  flex-direction: row-reverse;
}

.sec_facilities .flex:nth-child(even) .col2 {
  padding-left: 20px;
}

.sec_facilities .flex:nth-child(odd) .col2 {
  padding-right: 20px;
}

.flex_margin {
  padding: 40px 0;
}

.sec_facilities .arrow a {
  width: 30px;
  opacity: 0.3;
}

.sec_facilities .flex:nth-child(odd) .col2 .num {
  margin-left: auto;
  border-right: none;
  border-left: 1px solid #80c33b;
  padding-left: 6px;
  padding-right: 0;
}

.sec_facilities .flex:nth-child(odd) .col2 .inner {
  padding-left: 0px;
  padding-right: 80px;
}

/* ==========mansion_sec============ */
.mansion_sec {
  padding-top: 5rem;
}

.mansion_sec .colL {
  width: 50%;
  padding-right: 0;
}

.mansion_sec .colM {
  width: 50%;
  position: relative;
  z-index: 3;
}

.mansion_sec .inside {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.mansion_sec .flex_man {
  padding-bottom: 68px;
}

.mansion_sec .flex_man:last-child {
  padding-bottom: 0;
}

.mansion_sec .flex_man:nth-child(even) {
  flex-direction: row-reverse;
}

.mansion_sec .flex_man:nth-child(even) .colM {
  flex-direction: row-reverse;
  background: #f4fcfb99;
}

.mansion_sec .inner {
  background: #fafcf7;
  padding: 71px;
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}
.mansion_sec .inner .cta-1{
    margin-top:20px;
}
/* .mansion_sec .flex_man:nth-child(even) .inside {
  transform: translateX(81px);
  -webkit-transform: translateX(81px);
  -moz-transform: translateX(81px);
  -ms-transform: translateX(81px);
  -o-transform: translateX(81px);
}

.mansion_sec .flex_man:nth-child(odd) .inside {
  transform: translateX(-81px);
  -webkit-transform: translateX(-81px);
  -moz-transform: translateX(-81px);
  -ms-transform: translateX(-81px);
  -o-transform: translateX(-81px);
} */

.mansion_sec .owl-nav {
  display: none;
}

.mansion_sec .image_slider .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 78%;
}

.mansion_sec .image_slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
}

.mansion_sec .cta {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.mansion_sec .property_detail_gallery .col1 {
  width: 100%;
  padding-right: 0px;
}

.mansion_sec .image_slider .owl-dots {
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.mansion_sec .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #299cd8;
}

.mansion_sec .owl-theme .owl-dots .owl-dot.active span,
.mansion_sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #3cb1e1;
}

/* ======== */
.sec_team {
  padding-bottom: 0;
}

.sec_team .col {
  flex: unset;
  width: calc(100% / 4);
  padding: 20px;
}

.sec_team .sec_heading {
  text-align: center;
}

.team-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team-card.style2 {
  text-align: center;
  padding-top: 3px;
}

.team-card.style2 .team-img-wrap {
  position: relative;
  border: 2px solid rgba(208, 219, 233, 0.5);
  border-radius: 50%;
}

.team-card.style2 .team-img-wrap .team-shape {
  position: absolute;
  left: 0;
  top: -5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
  height: 104%;
  width: 101%;
  /* border: 1px solid #000; */
  border-radius: 50%;
}

.team-card.style2:hover .team-img-wrap .team-shape {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team-card.style2 .team-img-wrap .team-img {
  padding: 25px;
}

.team-card .team-img {
  overflow: hidden;
}

.team-card.style2 .team-img-wrap .team-img img {
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.team-card .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .team-social {
  position: absolute;
  top: -25px;
  right: 30px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.team-card.style2 .team-img-wrap .team-social {
  bottom: 55px;
  left: 50%;
  top: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.icon-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: none;
}

.team-card .icon-btn {
  background-color: #7bc139;
  color: #fff;
  position: relative;
  z-index: 3;
}

.team-card .th-social {
  position: absolute;
  width: 45px;
  bottom: 50px;
  left: 2.5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style2 .team-img-wrap .team-social .th-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  z-index: 9;
}

.th-social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.team-card .th-social a {
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #fff;
  color: #7bc139;
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .team-card.style2 .team-img-wrap .team-social .th-social a {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
} */
.team-card .th-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-card.style2 .team-content {
  background: transparent;
  padding: 30px 0 0 0;
}

.team-card .team-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 600;
}

.team-card .team-desig {
  color: #43a7e4;
  display: block;
  font-size: 17px;
}

.team-card.style2:hover {
  --theme-color: #f20f10;
}

.team-card .team-social:hover .th-social {
  visibility: visible;
  opacity: 1;
}

.team-card .team-social:hover .th-social a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* =====sec_parteners  */
/* brands */

#brands {
  background-color: #f4fcfb;
  margin-top: 5rem;
}

#brands .col {
  width: 50%;
  padding-right: 59px;
  align-self: center;
}

#brands .colr {
  width: 50%;
}

#brands .colr .one .block {
  width: calc(100% / 2);
  padding: 10px;
}

#brands .colr .block {
  padding: 10px;
  width: calc(100% / 4);
}

#brands .colr .block .inner {
  background-color: #3cb1e10f;
  border-radius: 6px;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
}

#brands .colr .second .block {
  width: calc(100% / 3);
  padding: 10px;
}

#brands .colr .one {
  max-width: 60%;
  margin: auto;
}

#brands .colr .one .block img {
  width: 80%;
  margin: auto;
}

#brands .colr .second .block img {
  width: 60%;
  margin: auto;
}

#brands .shape1 {
  position: absolute;
  bottom: -184px;
  left: -174px;
  content: "";
  width: 400px;
}

#brands .shape2 {
  position: absolute;
  top: -216px;
  right: -168px;
  content: "";
  width: 400px;
}

/* =======sec_location====== */
.sec_location .cols {
  width: calc(100% / 3);
  padding: 10px;
}

.sec_location .inner {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  display: flex;
  padding: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
  height: 100%;
  gap:10px
}

.sec_location .inner .image {
  width: 100px;
  /* margin-bottom: 15px; */
  background: #f4fcfb;
  height: 100%;
  padding: 17px;
}

.sec_location .inner h3 {
  font-size: 24px;
  color: #404040;
}

.sec_location .inner .content {
  flex: 1;
  padding-left: 0;
  align-self: center;
}

.sec_location .sec_heading {
  text-align: center;
  margin-bottom: 30px;
}

.top-margin {
  margin-top: 30px;
}

.sec_overall .col {
  width: 50%;
  flex: unset;
}

.sec_overall .col2 {
  padding-left: 30px;
  align-self: center;
}

.sec_overall .image {
  position: relative;
  padding-bottom: 74%;
  box-shadow: 0px 0px 19px rgb(119 189 57 / 26%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sec_overall .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* ======== error or spinner ========== */

input.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

textarea.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

select.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

label.error {
  color: red;
  font-size: 11px;
}

input[type="â€œradioâ€"].error:after,
input[type="â€œcheckboxâ€"].error:after {
  border-color: red;
}

#payment-form .flexRow>.col .flex-2.cardSec .inner {
  width: 100%;
}

#card-element {
  border: 1px solid #eee;
  padding: 14px 10px;
  border-radius: 6px;
  background: #fefefe;
}

#payment-form .flexRow>.col2 .alert {
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
}

/*
|----------------------------------------------------------------------
|       Oops 404
|----------------------------------------------------------------------
*/

#oops {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  padding: 120px 0 60px;
  overflow: auto;
}

#oops .blk {
  max-width: 440px;
  margin: 0 auto;
}

#oops .logoDv {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto 30px;
}

#oops .icon {
  color: #fff;
  font-size: 140px;
  font-family: "Poppins Bold";
  line-height: 0.8;
  margin-bottom: 25px;
  text-shadow: 0 0 2px #2d8cff, 1px 5px 24px rgba(68, 102, 242, 0.05);
}

.hidden {
  display: none !important;
}
.sec_map iframe{
    width:100%;
}