/* fonts css */

@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/IBMPlexSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

html {
  scroll-behavior: smooth;
}

body,
div,
p {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'IBMPlexSans', sans-serif;
  font-weight: 200;
  letter-spacing: 0.0625em;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/* input::-webkit-input-placeholder {
  color: #000 !important;
} */
/* 
.navItemPosition {
  position: absolute;
  bottom: 0px;
} */

.btnpad {
  padding-left: 0px;
}

.bggreen {
  background-color: #555;
}

.footer-logo-padding {
  padding-bottom: 0px;
}

.banner-text {
  font-weight: bolder;
  font-size: 50px;
  /* display: inline-block; */
  vertical-align: 3px;
  padding-right: 15px;
  padding-left: 15px;
}

::placeholder {
  color: #555;
}

.footer-li {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-top: 20px;
}

.modal {
  border-radius: 10px;
}
.pad {
  padding-bottom: 50px;
}

.word-container {
  display: flex;
  align-items: center;
  height: 50px; /* Set the height of the container */
  line-height: 50px;
}

.word {
  font-weight: bolder;
  margin: 0 5px; /* Adjust the spacing between words */
  display: inline; /* Display the <p> tag as inline element */
}

.white-dot {
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 2px;
  display: inline-block; /* Display the dot as inline-block */
}

textarea::-webkit-input-placeholder {
  color: #555 !important;
  font-size: 15px;
}

input:-moz-placeholder {
  color: #555 !important;
  font-size: 16px;
}

input::-moz-p {
  color: #555 !important;
}

input:-ms-input-placeholder {
  color: #555 !important;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #555 !important;
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input:focus {
  outline: none;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: unset;
}

.dropdown:hover,
.dropdown:focus,
.btn:hover,
.btn:focus {
  outline: none;
}

.btn:active {
  box-shadow: none;
}

/* Email confirmation/success message modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.modal-content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%; /* Default to full width for smaller screens */
  max-width: 50%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* scroll animation */

*,
:after,
:before {
  box-sizing: border-box;
}

.content {
  width: 100%;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img-container {
  margin: 0 0 50px;
}

.img-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.heading {
  padding-top: 55px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #000000;
  padding-bottom: 10px;
}

.description {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  padding-bottom: 30px;
  padding-top: 10px;
}

.description1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  padding-bottom: 50px;
}

/* navbar css */

.ncbx_logo {
  width: 130px;
  height: 74px;
  padding: 2px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0px;
  padding-top: 5px;
}

.banner .svg-bg {
  position: absolute;
  left: 81px;
  top: 186px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  /* line-height: 1.67; */
  padding-bottom: 5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown .dropdown-menu {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #e1e1e1;
}

/* Effect three circles */

.navbar-default a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.navbar-default .dropdown a {
  -webkit-transition: none 0.3s;
  -moz-transition: none 0.3s;
  transition: none 0.3s;
}
.navbar-default .dropdown a::before {
  position: absolute;
  top: 60%;
  left: 50%;
  color: transparent;
  content: '';
  text-shadow: 0 0 transparent;
  font-size: 2.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.navbar-default a::before {
  position: absolute;
  top: 60%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.navbar-default a:hover::before,
.navbar-default a:focus::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.navbar-brand:hover::before,
.navbar-brand:focus::before {
  display: none;
}

.navbar-default a:hover,
.navbar-default a:focus {
  color: #ba7700;
}

.navbar .navbar-left {
  padding-left: 55px;
}

.navbar-collapse {
  padding-left: 129px;
  padding-top: 9px;
}

/* navbar css*/

.navbar-nav li a.active {
  color: #fff; /* Change to the desired active link color */
  font-weight: bold; /* Make it bold or apply other styles */
  pointer-events: none;
}

.active-nav-item-underline {
  position: relative;
  text-decoration: none;
}

.active-nav-item-underline::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -1px; /* Adjust the bottom value to control the distance of the underline from the text */
  width: 100%;
  height: 2px; /* Adjust the height to control the thickness of the underline */
  background-color: #fff; /* Adjust the color of the underline */
  padding: 0 5px; /* Add padding to the underline (adjust as needed) */
}

.header-section.pin {
  background: #fff;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  z-index: 9999999;
  padding-bottom: 7px;
}

.header-section.pin-start.navbar-default {
  padding-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 0px;
}

.header-section.pin-style.before {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header-section.pin-start {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  background: #01c047;
}

/* home page css */

.banner {
  position: relative;
}

.banner h1 {
  font-size: 50px;
  font-weight: bolder;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  /* padding-bottom: 40px; */
}

.index-form__city-button--bangalore {
  margin-right: 2px;
}

.sub_word {
  font-size: 16px;
  color: #fff;
}
.banner p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.3px;
}

.banner .learn-btn {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  padding: 6px 25px 10px 25px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #3b3f45;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 25px;
  border-radius: 0px;
}

.banner .booking-box {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

.start-box select {
  outline: none;
}

.banner .start-box {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  box-shadow: 0 37px 76px 0 rgba(97, 166, 162, 0.26);
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 15px 20px 25px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: fit-content; /* Ensure the parent container takes at least the full viewport height */
}

.banner .dropdown-select {
  width: 100%;
  height: 47px;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #979797;
  background: url(../images/down-arrow.png) right 11px no-repeat;
  text-align: left;
  padding-left: 15px;
  font-size: 21px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  position: relative;
}

.banner .dropdown i {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 25px;
}

.banner .start-box .btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;
  background-color: #01c047;
  border-radius: 0px;
  padding: 10px 10px;
  width: 100%;
  margin-top: 27.8px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: 0.5s;
}

/* a.custom-underline::after {
  content: '\2026';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 31px;
  color: #555;
} */

.custom-underline-container-enabled {
  /* border: 0.1px solid #00c047; */
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  display: inline-block;
  background-color: #00c047;
}

.custom-underline-container-enabled a {
  /* border-bottom: 2px #00c047 solid; */
  margin-bottom: 0px;
}

.custom-underline-container-disabled {
  color: #5555559c;
  display: inline-block; /* Make the container inline-block to wrap the content */
  /* border: 0.1px solid #5655553d; */
  background-color: #6766663d;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.custom-border-container {
  /* border: 0.5px solid #01c04772; */
  /* border-radius: 2px; */
  display: inline-block; /* Make the container inline-block to wrap the content */
}

/* .custom-underline.right {
  font-size: 18px;
  font-stretch: normal;
  font-weight: 800;
  font-style: normal;
  line-height: 1.92;
  color: #555;
  text-decoration: none;
  position: relative;
  display: inline-block;
  float: left;
  border-right: 1px solid #555; 
  padding-left: 10px; 
} */

.banner .start-box .btn:hover {
  background: #fff !important;
  color: #00c047;
  border: 1px solid #00c047 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.banner .carousel-inner,
.banner .item,
.banner .carousel img {
  height: 100%;
}

.link--arrowed {
  display: inline-block;
  line-height: 2rem;
}

.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.banner .visiting {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: absolute;
  bottom: 10%;
  left: 10%;
  background: url(../images/calender.svg) 0 center no-repeat;
  padding-left: 35px;
}

.visiting img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}

.start-box label {
  opacity: 0.4;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  padding-bottom: 10px;
}

.banner .dropdown-menu {
  border-radius: 0;
  padding: 0px 0;
}

.banner .dropdown-menu li:hover {
  background-color: #00c047;
  color: #fff;
}

.banner .dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
}

.banner .dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border-top: none;
}

#myBtnContainer .btn {
  padding: 0;
  border: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#myBtnContainer .btn.active {
  box-shadow: none;
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.column11 {
  display: none;
}

.show {
  display: block;
}

.banner .carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .carousel img {
  width: 100%;
}

.banner-caption {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  /* display: flex; */
  align-items: center;
}

.banner .carousel-control {
  z-index: 999;
}

.banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0px 8px;
}

.sec-padding {
  padding: 10px 0px;
}

.wrapper {
  width: 300px;
  height: 225px;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.wrapper .caption {
  position: absolute;
  bottom: -29px;
}

.cover {
  width: 100%;
  height: 100%;
  background: black;
}

.whoareone .col-md-4 {
  overflow: hidden;
}

/* explore css */

.our-location__button--position {
  position: relative;
  left: 15px;
}

.explore .img-caption h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.71px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.explore .img-caption p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
  letter-spacing: 0.43px;
}

.owl-carousel1 .item {
  position: relative;
  transition: 0.5s;
}

.owl-carousel1 .item a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.owl-carousel1 .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 4%,
    rgba(0, 0, 0, 0.1) 21%,
    rgba(0, 0, 0, 0.22) 47%,
    rgba(0, 0, 0, 0.85) 117%,
    rgba(0, 0, 0, 0.95) 87%,
    rgba(0, 0, 0, 1) 79%
  );
}

.explore .img-caption {
  position: absolute;
  bottom: 0;
  background: #555555e0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 10px;
  /* padding-left: 20px; */
}

.explore .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}

.owl-carousel1 .item a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel1 .item a:hover .img-caption {
  color: #fff;
  transition: 0.5s;
  z-index: 9;
  background-color: #00c047;
}

.owl-theme .owl-nav {
  margin-top: 45px;
}

/* plans css */

.plans h2 {
  padding-bottom: 60px;
}

.plans h3 {
  font-size: 30px;
  font-weight: 600;
}

.plans li {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.plans .price {
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  font-weight: 600;
  display: inline-block;
}

.plans .from {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.6px;
  display: block;
  padding-top: 22px;
}

.plans .thumbnail .caption {
  padding: 15px 25px 30px;
}

.plans .price span {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  background: url(../images/person1.svg) 2px center no-repeat;
  padding-left: 30px;
}

.plans a:hover {
  text-decoration: none;
}

.plans .caption {
  background: #f7fafa;
  transition: 0.5s;
}

.plans .thumbnail {
  padding: 0px;
  border: 0px solid #ddd;
}

.plans .thumbnail:hover .caption {
  color: #fff;
  transition: 0.5s;
  background-color: #00c047;
}

.plans .thumbnail:hover .price span {
  background: url(../images/person.svg) 2px center no-repeat;
}

.submit-btn {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding: 4px 3px 4px 25px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin-top: 60px;
  transition: 0.5s;
}

.submit-btn img {
  background-color: #00c047;
  padding: 11px;
  margin-left: 10px;
}

.submit-btn:hover {
  background: #01c047;
  color: #fff;
  border: 2px solid #00c047;
  transition: 0.5s;
}

/* 
.submit-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00c047;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}

.submit-btn::after {
    content: "\f105";
    font-family: fontawesome;
    display: inline-block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    padding-top: 2px;
    left: calc(100% - 2em);
    right: 3em;
    bottom: 0;
    background-size: 1.5em;
    border: 2px solid #FFF;
    background-repeat: no-repeat;
    background-position: center;
    transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
} */

/* 
.submit-btn:hover::before {
    left: calc(100% - 2em);
    right: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.submit-btn:hover::after {
    right: 0;
    transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
    border: 2px solid #FFF;
    opacity: 1;
    color: #fff;
} */

/* growth css*/
.growth--margin {
  margin-left: -28px;
}

.growth-card {
  height: 348px;
  width: 90%;
  border-radius: 10px;
}

.content {
  background-image: url('../images2/growth.jpg'); /* Replace with your image URL */
  background-size: 50%;
  background-repeat: no-repeat; /* Prevents image repetition */
  /* background-attachment: fixed; Keeps the background fixed while scrolling */
  /* You can add more styling for the content if needed */
}

/* .growth {
  background: url(../images/growth.png) 0 350px no-repeat;
  background-size: 40%;
  position: relative;
} */

.growth:after {
  position: absolute;
  /* left: 48px; */
  content: '';
  bottom: 0;
  /* background: url(../images/dots1.svg) 0 0 no-repeat; */
  height: 200px;
  width: 200px;
}

.growth h3 span {
  font-size: 24px;
  color: #141414;
  padding-bottom: 10px;
}

.growth .description1 {
  padding-bottom: 60px;
}

.growth .card-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.44px;
  color: #000000;
  margin-left: 0px;
  max-width: 100%;
}

.growth .card {
  box-shadow: 2px 57px 204px 0 rgba(39, 61, 85, 0.05);
  background-color: #ffffff;
  padding: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.growth .card:hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s ease;
  -moz-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
}

.growth .img-card {
  width: 108px;
  height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.growth .img-card1 {
  /* background-color: rgba(69, 208, 160, 0.1); */
  background-color: #565657f4;
}

.growth .img-card2 {
  background: rgba(69, 208, 160, 0.1);
}
.growth .img-card3 {
  background: rgba(68, 183, 255, 0.1);
}
.growth .img-card4 {
  background: rgba(169, 104, 255, 0.1);
}

.growth .img-card5 {
  background: rgba(104, 255, 137, 0.1);
}
.growth .img-card6 {
  background: rgba(255, 104, 164, 0.1);
}

/* benefits css */

.benefits .img-caption h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  margin: 5px 0;
}

.benefits .img-caption p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
  letter-spacing: 0.43px;
}

.benefits .item {
  position: relative;
  transition: 0.5s;
}

.benefits .img-caption {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 10px 20px;
  color: #000;
  transition: 0.5s;
}

.benefits .item a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}

.benefits .item a img {
  width: 100%;
}

.benefits .item-box a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* background: #000; */
}

.benefits .item a:hover:after {
  height: 100%;
  background-color: rgba(237, 20, 91, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.benefits .item a:hover .img-caption {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #00c047;
  z-index: 9;
}

.benefits h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.13;
}

.plans h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.13;
}

.benefits p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  padding-top: 20px;
  letter-spacing: 0.5px;
}

.benefits .btn {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0;
  padding-top: 8vh;
  transition: 0.5s;
}

.benefits .btn:hover img {
  padding-left: 25px;
  transition: 0.5s;
}

.benefits .btn img {
  padding-left: 15px;
  transition: 0.5s;
  width: unset !important;
}

/* footer css */

/* .footer-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
}

.footer-div {
  margin-top: auto;
} */

.footer-div {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -100px;
}

.footer-aboutus__div {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -100px;
}
.footer-solutions__div {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -46px;
}
.footer-forms__div {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: 22px;
}

.footer-address__div {
  padding-left: 0px;
  position: relative;
  left: -104px;
}
.footer-contact__div {
  padding-left: 25px;
  position: relative;
  left: -40px;
}
.footer-follow__div {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: 75px;
}

.horizontal-line {
  width: 100%; /* Set the width to 100% to span the entire container */
  height: 1px; /* Set the height to define the thickness of the line */
  background-color: #55555587; /* Set the color of the line, replace with your desired color */
  margin: 2px 0; /* Add some margin for spacing above and below the line */
}

.footer {
  background-color: #f7fafa;
  /* background: url(../images/footer-bg3.svg) bottom right no-repeat; */
  position: relative;
}

/* .footer:after{
    position: absolute;
    background: url(../images/footer1.svg) bottom right no-repeat;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
} */

.footer li.mail {
  /* font-size: 16px;
    letter-spacing: 0.8px; */
  background: url(../images2/envelope.svg) left 0px center no-repeat;
  padding: 0px 25px 4px 25px !important;
  /* width: 100%; */
  /* margin-bottom: 30px; */
  background-size: 4.5%;
}

.footer li.phone {
  /* font-size: 16px;
    letter-spacing: 0.8px; */
  background: url(../images/telephone.svg) left 0px center no-repeat;
  padding: 8px 25px 4px 23px !important;
  /* width: 100%; */
  /* margin-bottom: 30px; */
  background-size: 4.5%;
}

.footer a:hover {
  text-decoration: none;
}

.footer ul li {
  padding: 0 0;
}

.social-media li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 0 8px;
}

.social-media li:first-child {
  width: 100%;
}

.social-media li i {
  width: 35px;
  height: 35px;
  border: solid 1px #d4e2e2;
  background-color: #d4e2e2;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.social-media li i:hover {
  background-color: #01c047;
  order: solid 1px #01c047;
  color: #fff;
  transition: 0.5s;
}

.footer .address p {
  /* font-size: 16px; */
  font-weight: 500;
  /* line-height: 1.88; */
  letter-spacing: 0.5px;
  padding-top: 10px;
}

.footer .address li {
  font-size: 12px;
  font-weight: normal;
  line-height: unset;
  letter-spacing: 0.5px;
  padding: 6px 0;
}

.footer .address li:first-child {
  line-height: 2.5;
  padding-bottom: 0px;
}

.footer .address li:nth-child(2) {
  background: url(../images2/envelope.svg) left center no-repeat;
  padding-left: 0px;
  background-size: 13px;
}

.footer .address li:nth-child(3) {
  background: url(../images2/telephone.svg) left center no-repeat;
  padding-left: 0px;
  background-size: 13px;
}

.footer .footer-logo {
  padding-bottom: 10px;
}

.footer ul li a {
  overflow: hidden;
  padding: 0 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.88;
  letter-spacing: 0.5px;
  color: #000;
}

.footer ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.footer ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 500;
  color: #57c149;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer ul li a:hover span,
.footer ul li a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* gallery  css*/

/* .gallery {
  margin-top: 60px;
} */

/* .gallery h2 {
  padding-bottom: 60px;
} */

.center .slick-center .box-wrapper {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  opacity: 1;
  transform: scale(1.5);
  z-index: 9;
}

.center .box-wrapper {
  opacity: 0.8;
  transition: all 300ms ease;
}

.slick-list {
  padding-bottom: 100px !important;
}

.slider .box-wrapper {
  background: #fff;
  margin: 10px;

  margin-bottom: 30px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.sticky1 {
  position: fixed;
  top: 0;
  right: auto;
  /* width: 550px; */
  margin-top: 50px;
}

.fixme {
  right: 3%;
}

.slick-next {
  left: 50%;
  right: unset;
}

.slick-prev {
  right: 50%;
}

.slick-prev,
.slick-next {
  top: unset;
  bottom: -50px;
  display: block;
  width: auto;
  height: auto;
}

.slick-next:before {
  font-size: 10px;
}

.slider h3 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.86px;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  visibility: hidden;
}

.slick-slide {
  outline: none;
}

.slick-active.slick-center h3 {
  visibility: visible;
}

.grid-box .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.grid-box .col-sm-6 {
  padding: 0px;
}

.column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  flex: 1;
  max-width: 25%;
}

.gridtxt {
  background: #f7fafa;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px;
  color: #000;
  transition: 0.5s;
  position: relative;
}
.gridtxtr {
  background: #f7fafa;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px;
  color: #000;
  transition: 0.5s;
  position: relative;
  transform: rotate(-90deg);
}

.gridtxt:hover.gridtxt::after {
  border-bottom: 20px solid #01c047;
}

.gridtxt:hover.gridtxt5::before {
  border-bottom: 20px solid #01c047;
}

.gridtxt::after,
.gridtxt5::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f7fafa;
}

.gridtxt1::after {
  top: -20px;
  left: 43%;
}

.gridtxt2::after {
  left: 43%;
  bottom: -20px;
  transform: rotate(180deg);
}

.gridtxt3::after {
  top: -20px;
  left: 43%;
}

.gridtxt7::after {
  right: -25px;
  top: 43%;
  transform: rotate(90deg);
  z-index: 100;
}
.gridtxt8::after {
  right: -25px;
  top: 43%;
  transform: rotate(90deg);
  z-index: 100;
}

.gridtxt4::after {
  left: 43%;
  bottom: -20px;
  transform: rotate(180deg);
}

.gridtxt5::after {
  left: -25px;
  bottom: 50%;
  transform: rotate(-90deg);
}

.gridtxt6::after {
  left: -25px;
  bottom: 50%;
  transform: rotate(-90deg);
}

.gridtxt5::before {
  right: -25px;
  bottom: 50%;
  transform: rotate(90deg);
}

.gridtxt:hover {
  background: #01c047;
  color: #fff;
  transition: 0.5s;
}

.gridtxt p {
  padding-top: 15px;
}

.gridtxt h4 {
  margin: 0px;
  line-height: 1.5;
  font-weight: 600;
}

.column img {
  vertical-align: middle;
  width: 100%;
}

.minheight {
  min-height: 332px;
}

.imgheight {
  height: auto;
  width: 100%;
}

.column1 {
  min-height: 100% !important;
  z-index: 9;
}

.toprow {
  margin-top: -10px;
}

.mtb {
  margin: 0px !important;
}

/* hamburger menu css */

@charset "UTF-8";
:root {
  --screen-width: 320px;
  --screen-height: 560px;
  --header-bg-color: #673ab7;
  --splash-bg-color: #00c047;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  right: 15px;
  top: 19px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
  transition: background-color 0.15s linear;
}

.nav__toggle:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav__toggle:focus {
  background-color: transparent;
}

.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--screen-height);
  position: relative;
  z-index: 5;
  visibility: hidden;
}

.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}

.nav__item:nth-child(1) {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.nav__item:nth-child(2) {
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.nav__item:nth-child(3) {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.nav__item:nth-child(4) {
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
}

.nav__item:nth-child(5) {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}

.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2.25rem;
  text-decoration: none;
  padding: 1rem;
}

.nav__link:hover,
.nav__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
  display: block;
  cursor: pointer;
  color: white;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuicon__bar,
.menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}

.menuicon__bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}

.splash::after {
  content: 'test';
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--splash-bg-color);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06),
    -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target > .splash::after,
.nav--open > .splash::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}

.nav:target .menuicon__bar:nth-child(1),
.nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}

.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav:target .nav__menu,
.nav--open .nav__menu {
  visibility: visible;
}

.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.new.viewport {
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  z-index: 99999999999;
  width: 100%;
  height: 66px;
  transition: 0.5s;
}

.new.viewport.one {
  height: 100%;
  transition: 0.5s;
}

.nav__toggle1 {
  top: 5px;
  transition: 0.5s;
}

/* list view css */

.inner-page {
  background-color: #00c047;
  padding-top: 4px;
  padding-bottom: 0px;
}

.breadcrumb-menu a,
.breadcrumb-menu p {
  opacity: 0.8;
  /* font-family: IBMPlexSans; */
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.5px;
  color: #000000;
}

.inner-content {
  padding-top: 76px;
}

.breadcrumb-menu label {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.6px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.breadcrumb-menu input {
  font-size: 16px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: url(../images/search.svg) left 15px center no-repeat;
  padding: 10px 20px 10px 45px;
  width: 100%;
  margin-bottom: 30px;
}

input:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
.btn:focus {
  outline: none;
}

.list1 > .item > a > img,
.list1 > .item > img {
  /* height: 260px; */
  width: 100%;
  object-fit: cover;
}

.list-view {
  background-color: #f7fafa;
  padding-bottom: 100px !important;
}

.grid1 {
  width: 100% !important;
}

.right-nav .grid1 {
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 40px;
  overflow: hidden;
}

.maplist .grid1 {
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 40px;
}

.display h2 {
  font-size: 20px;
  color: #141414;
  margin-top: 0px;
  font-weight: 600;
  padding-bottom: 15px;
}

.display1 h2 {
  font-size: 16px;
  margin-top: 5px !important;
  margin-bottom: 10px;
}

.display1 h2 span {
  color: #141414;
  background: url(../images/map.svg) no-repeat;
  padding-left: 28px;
  padding-right: 12px;
  font-weight: 600;
}

.left-nav {
  border: solid 1px #d0e1e1;
  background-color: #ffffff;
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.left-nav h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.left-nav h2 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
}

.section-1 {
  padding: 20px;
  border-bottom: solid 1px #d0e1e1;
}

.left-nav .section-1 button {
  border: solid 1px #d0e1e1;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 7px 12px;
  text-align: center;
}

.section-1 .form-control {
  border: solid 1px #d0e1e1;
  height: 38px;
}

.section-1 .input-group {
  width: 219px;
}

.right-nav {
  float: left;
  width: 75%;
  padding-left: 20px;
}

.right-nav h2 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  display: flex;
  margin-top: 0px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.right-nav h2 span {
  font-size: 16px;
  color: #141414;
  background: url(../images/map.svg) no-repeat;
  padding-left: 28px;
  padding-right: 12px;
}

.list-view1 .grid-box {
  width: 80%;
  /* float: left; */
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
  /* padding-bottom: 20px; */
}

.list-view .img-wrapper {
  width: 35%;
  float: left;
}

.maplist .img-wrapper {
  /* width: 25%; */
  float: left;
}

.list-view .img-content {
  padding: 40px 25px 15px 20px;
  float: left;
  width: 65%;
}

.img-content .a-map {
  padding: 2px 9px;
}

.maplist .img-content1 {
  padding: 18px 10px 4px 30px !important;
  /* width: 75%; */
}

/* .mapouter iframe {
  width: 100%;
} */
/* @media screen and (min-width: 320px) and (max-width: 425px) {
  iframe {
    height: 80%;
    left: 0;
    position: absolute;
    top: 130px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
}
iframe {
  height: 80%;
  left: 0;
  position: fixed;
  top: 130px;
  width: 50%;
} */
.map .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* .map .list-container {
  display: none;
}
.map .list-container.active {
  display: block;
} */

.listview-pad .location-cards {
  display: none;
}
.listview-pad .location-cards.active {
  display: flex;
}

.fButton {
  border: none;
  padding: 0px;
  background-color: #fff;
}
.filter-box {
  display: none;
  width: 200px;
  padding: 10px;
  background-color: #eff2f0;
  border: 0.5px solid #00c047;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
}

.map ul {
  list-style: none;
  padding: 0;
}
.map li {
  margin-bottom: 5px;
}

.list-view .img-content h3 {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  margin-bottom: 0px;
}
.list-view .img-content p {
  margin-left: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #555;
}

.list-view .img-content h3 span {
  margin-top: -35px;
}

.list-view .img-content h3 span h6 {
  padding-bottom: 3px;
}

.list-view .img-content h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: 0.7px;
  background: url(../images/location.svg) left center no-repeat;
  padding-left: 25px;
}

.list-view .img-content ul li {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
  color: #000000;
  padding: 2px 0;
  margin-left: 13px;
}

.list-view .full-width {
  width: 100%;
  float: left;
  padding-top: 25px;
}

.list-view .full-width ul {
  width: 40%;
  float: left;
}

.img-content a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #00c047;
  padding: 9px 50px;
  border-radius: 2px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.img-content a:first-child {
  border: solid 1px #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.list-border {
  border: 0.5px solid #dbd9d99a;
  border-radius: 2px;
  margin: 10px;
  background-color: #fff;
}
.center-both {
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-btn {
  color: #5555559c;
  background-color: #5655553d;
  border: 0.5px solid #5655553d;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: 0.5s;
  padding: 3px;
  margin: 4px;
  width: 112px;
  border-radius: 2px;
}
.card-btn:hover {
  color: #00c047;
  border: 0.5px solid #00c047 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(-0px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}
.card-btn:focus {
  color: #00c047;
  outline: none;
}

.mapview.search input[type='text'] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.mapview.search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196f3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.mapview.search button:hover {
  background: #0b7dda;
}

.mapview.search::after {
  content: '';
  clear: both;
  display: table;
}

.mapview a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #555;
  /* padding: 9px 50px; */
  /* border-radius: 0px; */
  margin-right: 20px;
  margin-top: 15px;
  /* width: 30%; */
  margin-bottom: 10px;
  /* border: solid 1px #00c047; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-cards {
  width: 100%;
  overflow: auto;
  height: 82vh;
  background-color: #dbd9d93b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* 
  background-color: #00c04675; */
}

.location-cards h3 {
  font-size: 15px;
  font-weight: 600;
  padding-top: 30px;
}

.location-cards p {
  font-size: 10px;
  padding-bottom: 10px;
  color: #555555cf;
}

/* .listview-pad .col-lg-4.col-md-4.col-sm-4 {
  padding: 0px;
} */

.listview-pad .card {
  width: 18em;
}

.listview-pad .card:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.mapview input {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #555;
  /* padding: 9px 50px; */
  /* border-radius: 0px; */
  margin-right: 20px;
  margin-top: 15px;
  /* width: 61%; */
  margin-bottom: 10px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img-content a:first-child:hover {
  background: #00c047;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.img-content a:last-child {
  background-color: #f7fafa;
}

.img-content a:last-child:hover {
  border: 1px solid #00c047;
  background: #fff;
  color: #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.full-width .none-allowed {
  color: rgba(0, 0, 0, 0.51) !important;
}

.list-view .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.list-view1 .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.53);
  border: 1px solid rgba(255, 255, 255, 0.53);
}

.list-view1 .carousel-indicators li.active {
  background-color: #fff;
}

.list-view .carousel-control {
  background: none;
  top: 33%;
}

.list-view .carousel-control.right {
  right: -36px;
  opacity: 1;
  width: unset;
  height: unset;
  visibility: hidden;
  transition: 0.5s;
}

.list-view .carousel-control.left {
  left: -36px;
  opacity: 1;
  width: unset;
  height: unset;
  visibility: hidden;
  transition: 0.5s;
}

.list-view .carousel:hover .carousel-control.right {
  visibility: visible;
  transition: 0.5s;
}

.list-view .carousel:hover .carousel-control.left {
  visibility: visible;
  transition: 0.5s;
}

/*extra */

.top-right {
  position: absolute;
  font-size: 15px;
  top: 20px;
  right: 16px;
  color: #ffffff;
  background: #000000;
  padding: 7px 10px;
  border-radius: 5px;
}

/*pagination*/

.listpage .pagination > li > a,
.pagination > li > span {
  border-radius: 50% !important;
  margin: 0 5px;
  background: transparent !important;
  color: #000000;
  font-weight: 500;
  border: none !important;
}

.listpage i {
  font-size: 18px;
}

.listpage .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #000000;
  cursor: default;
  background-color: #d0e1e1 !important;
  border: none;
}

/*endpagination*/

img.imgslide {
  height: 260px;
}

.result {
  margin-top: 70px;
}

.result img {
  cursor: pointer;
  margin: 0 10px;
}

.result .cancel:hover {
  background: #fff;
  padding: 6px;
  border-radius: 50%;
}

.result .cancel {
  padding: 6px;
  border-radius: 50%;
}

.result span {
  padding: 11px 0px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #000000;
  background-color: #d0e1e1;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

/*switch*/

.cmn-toggle {
  position: absolute;
  /* margin-left: -9999px; */
  visibility: hidden;
}

.cmn-toggle + label {
  /* background: #d0e1e1; */
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.right-nav .switch {
  display: flex;
  padding-top: 10px;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 40px;
  height: 22px;
  border: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: inline-block;
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: '';
  background: #d0e1e1;
}

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 0px;
  bottom: 2px;
  right: 2px;
  /* background: #d0e1e1; */
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
  top: 5px;
  left: 4px;
  bottom: 5px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label::before {
  background: #00c047;
  border: none;
}

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 20px;
  background-color: #ffffff;
}

/*listview reachus*/

.content-section label {
  float: left;
  opacity: 0.4 !important;
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
}

.content-section .reachus {
  padding-left: 0px !important;
  margin-top: 50px;
  height: 300px;
}

.content-section input.search {
  font-size: 16px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: url(../images/search.svg) left 15px center no-repeat;
  padding: 10px 20px 10px 45px;
  width: 100%;
  margin-bottom: 30px;
}

.content-section .reachtxt {
  margin-right: 0px;
  padding-bottom: 20px;
  margin-top: 0px;
  align-items: center;
}

.content-section .reachtxt br {
  display: none;
}

.In-House .card {
  margin-bottom: 40px;
}

.content-section .reachtxt h5 {
  font-size: 16px;
  font-weight: normal;
}

.content-section .reachtxt h4 {
  font-size: 30px;
  font-weight: 600;
}

.content-section .btn-success {
  width: 40%;
  height: 45px;
  background-color: #00c047;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}

.content-section .btn-success:hover {
  background: #fff;
  color: #00c047;
  border: 1px solid #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.content-section h2 {
  margin-top: 50px;
  margin-bottom: 60px;
  line-height: 44px;
  font-weight: 600;
}

.content-section .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.content-section input {
  margin-bottom: 20px;
  height: 45px;
  border-radius: 0px !important;
  font-weight: 500;
}

/* checkbox css */

.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.container1 {
  font-weight: 300;
}

.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #809f9f;
}

.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

.container1 input:checked ~ .checkmark {
  background-color: #00c047;
  border: solid 1px #00c047;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.container1 input:checked ~ .checkmark:after {
  display: block;
}

.container1 .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-1 .more-btn {
  color: #00c047;
  padding-left: 0;
}

.moretext {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.moretext {
  font-weight: 300;
}

.moretext input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #809f9f;
}

.moretext:hover input ~ .checkmark {
  background-color: #ccc;
}

.moretext input:checked ~ .checkmark {
  background-color: #00c047;
  border: solid 1px #00c047;
}

.moretext:after {
  content: '';
  position: absolute;
  display: none;
}

.moretext input:checked ~ .checkmark:after {
  display: block;
}

.moretext .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*slider count*/

.slider__counter {
  position: relative;
  bottom: 48px;
  /* left: 49%; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  font-size: 1.6rem;
  font-weight: 600;
  /* color: #fff; */
  letter-spacing: 4px;
  pointer-events: none;
}

/*end */

/*********************************
* Slideshow Styling
*********************************/

/*********************************
* Slideshow Styling
*********************************/

#slideshow {
  width: 100%;
  height: 100%;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}

.banner-position {
  position: absolute;
  bottom: 50px;
  left: 6%;
  display: inline-block;
}

.bottom-left {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  padding: 8px;
  font-weight: 700;
  margin-right: 15px;
}

.hubslidecount {
  border-radius: 5px;
  color: #ffffff;
  padding: 8px;
  font-weight: 700;
  font-size: 17px;
}

#slideshow.fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.img-wrapper1 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 8;
  background-size: cover;
  background-position: center center;
}

#slideshow .img-wrapper1.active {
  z-index: 10;
}

#slideshow .img-wrapper1.last-active {
  z-index: 9;
}

/*********************************
	* Thumbnail Styling
	*********************************/

.thumbs-container {
  width: 100%;
  height: 140px;
  position: absolute;
  right: 9%;
  z-index: 11;
  opacity: 0.9;
}

.thumbs-container.top {
  top: 0;
}

.thumbs-container.bottom {
  bottom: 20px;
}

.thumbs {
  width: 400px;
}

ul.thumbs {
  position: absolute;
  top: 0;
  /* left: 5%; */
  right: 5%;
  height: 140px;
  padding: 0;
  /* margin: 0 5%; */
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding-top: 30px;
}

.thumb img {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 6px;
}

.thumb {
  border-radius: 6px;
  display: inline-block;
  width: 100px;
  height: 102px;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  cursor: pointer;
}

.thumb:first-of-type {
  margin-left: 0px;
}

.thumb.active {
  position: relative;
  background: none;
  filter: none;
  -webkit-filter: none;
}

.thumb.active:after {
  position: absolute;
  content: '\f0d8';
  font-family: 'fontawesome';
  left: 46%;
  top: -26px;
  color: #fff;
  font-size: 30px;
}

.pres-central h2 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 50px;
}

.pres-central h3 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px;
}

.pres-central i {
  margin-top: 5px;
  margin-right: 7px;
  color: #809f9f;
}

.blogShort {
  width: 100%;
  /* display: inline-block; */
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}

.blogShort .img-part {
  width: 30%;
  float: left;
}

.blogShort .spacetxt span {
  font-size: 12px;
}

.blogShort p {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}

a.btn-blog {
  border: solid 1px #00c047;
  color: #00c047;
  padding: 7px 60px;
}

.blogShort h4 {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 35px;
}

.spacetxt {
  width: 60%;
  display: inline-block;
  padding: 25px 45px;
}

.spacetxt .btn {
  border-radius: 0px;
  width: 100%;
  padding: 16px 60px;
  margin-top: 16px;
}

.spacetxt .btn:hover {
  background: #00c047;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.blogShort img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-right: 40px;
}

p.prtop {
  margin-top: 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

p.map {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.9px;
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  /* justify-content: center; */
  letter-spacing: 0.9px;
  color: #000000;
}

.pres-central .col-md-3 {
  padding-left: 0px !important;
}

/*Aminities*/

div.Amenities {
  margin-bottom: 30px;
}

.single-service {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #f7fafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-service:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
}

a.viewall img {
  padding-left: 15px;
  transition: 0.5s;
}

#contact-form .row {
  margin: 0 !important;
}

#contact-form2 .row {
  margin: 0 !important;
}

a.viewall {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}

.single-service img {
  /* width: 30px; */
  margin-top: 15px;
}

.single-service h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  padding-bottom: 10px;
}

.single-service .amenit-wrapper {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-service p {
  font-size: 15px;
  line-height: 1.8;
}

/*Inhouseservice */

.card-block img {
  width: 18px;
  margin-right: 15px;
}

.m-bm {
  margin-bottom: 40px;
}

p.card-text {
  margin-left: 35px;
  font-size: 14px;
  max-width: 80%;
}

h4.card-title {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}

.pres-central .row {
  /* margin: 0px 0px 30px 0px!important; */
}

.pres-central .checktext {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

/* property consultants*/

.custom-checkbox-group label {
  margin: 10px;
}

#contact-form .check label {
  color: #555;
}
.custom-checkbox-group input[type='checkbox'] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  cursor: pointer;
  top: 5px;
}

.custom-checkbox-group input[type='checkbox']:checked {
  background-color: #00c047;
}

/*neighbourhood*/

.Neighborhood {
  width: 100%;
  padding: 20px;
  /* display: inline-block; */
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  margin-bottom: 30px;
  height: 125px;
}

.neimg {
  background: #f7fafa;
  padding: 20px;
  margin-right: 20px;
}

.neimg img {
  width: 35px;
}

.netxt h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  /* margin-left: 20%; */
  letter-spacing: normal;
  color: #000000;
}

.netxt a {
  font-size: 14px;
  opacity: 0.3;
  margin-left: 4%;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

a.arrowgo {
  color: #ffffff;
  opacity: 1;
  margin-left: 0%;
  font-weight: 500;
  font-size: 14px;
}

.arrow img {
  width: 20px;
  margin-left: 20%;
}

.arrow {
  text-align: center;
  background: #007aff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.netxt span.arrow {
  color: #ffffff;
  margin-top: 10px;
}

.netxt span {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  /* margin-left: 5%; */
  letter-spacing: normal;
  color: #000000;
}

/*location*/

.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
}

/*Schedule Visit*/

#contact-form {
  padding: 50px 50px 50px 50px;
}

#contact-form2 {
  padding: 50px 0px 0px 50px;
}

#contact-form label {
  font-weight: 100 !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 7px;
}
#contact-form2 label {
  font-weight: 600 !important;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 7px;
}

#contact-form .btn-success {
  width: 100%;
  background-color: #00c047 !important;
  border-radius: 0px;
  height: 45px !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  border: none !important;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;
}
#contact-form2 .btn-success {
  width: 100%;
  background-color: #00c047 !important;
  border-radius: 0px;
  height: 45px !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  border: none !important;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;
}

#contact-form .btn {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact-form2 .btn {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contact-form .btn:hover {
  background: #fff !important;
  color: #00c047;
  border: 1px solid #00c047 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}
#contact-form2 .btn:hover {
  background: #fff !important;
  color: #00c047;
  border: 1px solid #00c047 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

#contact-form .form-group {
  margin-bottom: 20px;
}
#contact-form2 .form-group {
  margin-bottom: 20px;
}

#contact-form .form-control {
  border-radius: 0px;
  height: 40px;
}
#contact-form2 .form-control {
  border-radius: 0px;
  height: 40px;
}

.clockcol {
  margin-top: 4px;
}

.cal {
  border: none;
  background: transparent;
}

.cal img {
  position: absolute;
  margin-left: -70px;
  margin-top: 27px;
  width: 13px;
}

.cal1 {
  border: none;
  background: transparent;
}

.cal1 img {
  position: absolute;
  margin-left: 20px;
  margin-top: 27px;
  width: 13px;
}

.form_cal1 {
  margin-top: 7px;
}

.datetime {
  background: url(../images/cal.svg) 9px 9px no-repeat;
}

.timedate {
  background: url(../images/clock.svg) 9px 9px no-repeat;
}

.inputpd {
  padding-left: 32px;
}

.pres-central .controls {
  border: solid 1px #d1d1d1;
  background-color: #f7fafa;
  padding: 20px 20px 40px 20px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*reach Us*/

.reachus {
  padding-left: 50px;
}

.reachtxt {
  margin-right: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reachtxt h4 {
  font-size: 24px;
}

div.reachusbg {
  width: 100%;
  background: url('../images/phone-no.png') 0 0 no-repeat;
  background-size: cover;
  padding: 20px;
  padding-top: 10px;
  margin-top: 20px;
}

.hub-detail .inhouse .card {
  margin-bottom: 30px;
}

/*listmapview*/

/* .copy-icon {
  margin-right: 10px;
  cursor: pointer;
} */
.copied-message {
  display: none;
  color: green;
  font-weight: bold;
}

.left-nav1 {
  width: 23%;
}

.img-content1 {
  padding: 8px 10px 15px 15px !important;
  /* width: 55% !important; */
}

.img-content1 h3 {
  font-size: 20px !important;
}

.img-content1 a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #00c047;
  padding: 9px 30px !important;
  border-radius: 0px;
  margin-right: 20px;
  margin-top: 5px !important;
}

/*switch*/

.cmn-toggle {
  position: absolute;
  /* margin-left: -9999px; */
  visibility: hidden;
}

.cmn-toggle + label {
  /* background: #d0e1e1; */
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.maplist .switch {
  display: flex;
  padding-top: 10px;
  justify-content: flex-end;
}

input.cmn-toggle-round-flat1 + label {
  padding: 2px;
  width: 40px;
  height: 22px;
  border: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: inline-block;
}

input.cmn-toggle-round-flat1 + label:before,
input.cmn-toggle-round-flat1 + label:after {
  display: block;
  position: absolute;
  content: '';
  background: #00c047;
}

input.cmn-toggle-round-flat1 + label:before {
  top: 2px;
  left: 0px;
  bottom: 2px;
  right: 0px;
  /* background: #d0e1e1; */
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat1 + label:after {
  top: 5px;
  left: 24px;
  bottom: 5px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat1:checked + label::before {
  background: #00c047;
  border: none;
}

input.cmn-toggle-round-flat1:checked + label:after {
  margin-right: 20px;
  background-color: #ffffff;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100% !important;
}

/*end of listmap*/

/*conatct Us*/

.text-style {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 15px;
}

#wrapper img {
  width: 100%;
  padding: 60px 0px;
}

#wrapper1 img {
  width: 100%;
  padding: 60px 0px 0px 0px;
}

.contactwr {
  position: relative;
}

.contactwr .text-block {
  position: absolute;
  bottom: 160px;
  left: -80px;
  color: #090909;
  padding-left: 0px;
  padding-right: 20px;
}

.contactwr .text-block h4 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

.contactwr .text-block p {
  font-size: 18px;
  line-height: 1.89;
  color: #fff;
}

.contactcontent {
  padding-top: 0%;
  padding-bottom: 5%;
  margin-top: 20px;
}

.leftform h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 50px;
}

.leftform label {
  float: left;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #000000;
}

.leftform {
  border: solid 1px #d1d1d1;
  background-color: #f7fafa;
  padding: 10px 15px;
}

.contact-form input {
  width: 100%;
  border: solid 1px #cccece;
  background: #ffffff;
  padding: 5px 10px;
  height: 50px;
  /* text-transform: capitalize; */
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
.contact-form2 input {
  width: 100%;
  border: solid 1px #cccece;
  background: #ffffff;
  padding: 5px 10px;
  height: 50px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000;
}

.contact-form textarea {
  width: 100%;
  border: solid 1px #cccece;
  background: #ffffff;
  padding: 5px 10px;
  /* min-height: 150px; */
  max-width: 100%;
  /* text-transform: capitalize; */
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.contact-form textarea::placeholder {
  color: #555;
}

.contact-form2 textarea {
  width: 100%;
  border: solid 1px #cccece;
  background: #ffffff;
  padding: 5px 10px;
  min-height: 150px;
  max-width: 100%;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000;
}

textarea:focus {
  outline: none;
  border: solid 1px #cccece;
}

.pcla img {
  float: left;
  margin-top: 3px;
  padding-right: 0px;
}

.pcla i {
  float: left;
  margin-top: 5px;
}

.contactadd h5 {
  font-size: 20px;
  font-weight: 600;
  margin-left: -10px;
  color: #000000;
  margin-bottom: 20px;
}

.contactdis {
  display: flex;
  margin-bottom: 10px;
}

.contactcontent .address {
  padding-bottom: 40px;
}

.textfloat {
  text-align: left;
}

.contactadd img {
  margin-right: 15px;
}

.contactadd i {
  color: #809f9f;
  margin-right: 15px;
}

.contactadd a {
  font-size: 16px;
  font-weight: 500;
  /* display: flex; */
  color: #000000;
}

.contact-form input[type='submit'] {
  background-color: #00c047;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-form2 input[type='submit'] {
  background-color: #00c047;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-form input[type='submit']:hover {
  background: #fff;
  color: #00c047;
  border: 1px solid #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.contact-form2 input[type='submit']:hover {
  background: #fff;
  color: #00c047;
  border: 1px solid #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

/* .contact-form input:focus,
textarea:focus {
  border-color: #cc5b00;
} */

/*aboutpage*/

#wrapper1 img {
  width: 100%;
}

.aboutcontent {
  padding: 10px 100px 0px 0px;
}

.aboutcontent h2 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0px;
  letter-spacing: normal;
  color: #090909;
  margin-bottom: 25px;
}

.aboutcontent p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  margin-top: 0px;
  width: 85%;
  letter-spacing: normal;
  color: #090909;
  margin-bottom: 20px;
}

.aboutcontent h4 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0px;
  letter-spacing: normal;
  color: #00c047;
  margin-bottom: 25px;
}

.teamcontent {
  padding: 7% 0% 9% 0%;
}

.teamcontent .col-md-4 {
  margin-left: -130px;
}

.teamcontent p {
  line-height: 1.9;
  font-size: 16px;
  color: #000000;
}

.teamcontent h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 80px;
}

.teamcontent h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
}

.teamcontent h4 {
  font-size: 15px;
  opacity: 0.7;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px;
}

.thumbteam img {
  width: 90px;
  margin-top: 65px;
  margin-left: 25px;
}

.thumbteam1 img {
  width: 144px;
  padding-left: 52px;
}

.thumbteam2 img {
  width: 90px;
  margin-left: 60px;
}

.thumbteam3 img {
  width: 128px;
  margin-top: 70px;
  padding-left: 33px;
}

.thumbteam4 img {
  width: 90px;
}

.thumbteam5 img {
  width: 90px;
}

.teamtop {
  margin-top: 60px;
}

/*workspace*/

.bottom-left1 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: #ffffff;
}

.left2 {
  left: 90px !important;
}

.img-wrheight .carousel .item img {
  width: 100%;
  height: 250px !important;
}

.bottom-left1 h1 {
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 600;
  /* border-bottom: 3px solid #fff; */
  letter-spacing: 0.1px;
  position: relative;
  bottom: 10px;
  left: -10px;
}

ul.ulmar {
  padding-left: 10px;
}

#filterspace {
  padding: 50px 0px 0px 0px;
}

#filterspace1 {
  padding: 0px 90px;
}

.list-view1 {
  background: transparent !important;
}

#filterspace p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px;
}

#filterspace h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
}

.filterbox {
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  /* width: 22%; */
  padding: 6px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.filterbox img {
  border-radius: 10px;
  width: 50px;
  margin-right: 150px;
  /* float: left; */
}

a.afliter {
  margin-right: 35px !important;
}

.filerall {
  border: solid 1px #00c047;
  text-align: center;
  padding: 18px 30px;
  padding: 18px 28px;
  float: left;
  color: #00c047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hidden {
  display: none;
}

.filerall:hover {
  background: #00c047;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  /* -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); */
}

.filterbox a {
  margin-top: -33px;
  float: right;
  font-size: 16px;
  margin-right: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

/*private page*/

.controls1 {
  background: transparent !important;
}

.arrowfloat {
  /* float: right; */
  /* position: absolute; */
  left: 100%;
  top: 85% !important;
}

p.pcheck {
  margin-top: 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}

.checktext p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}

#jssor_1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  width: 1200px;
  height: 595px;
  /* overflow: hidden; */
  visibility: hidden;
}

.jssort101 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 980px;
  height: 100px;
}

.jssor_2 {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 1200px;
  height: 480px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
  max-width: 1170px;
}

.jssora106 {
  position: absolute;
  cursor: pointer;
  top: 182px;
  left: -18px;
}

.jssora106 i {
  background: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  -webkit-box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
}

.jssora107 {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 182px;
  right: 0px;
}

.jssora108 {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 260px !important;
  right: 40px !important;
}

.jssora107 i {
  background: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  -webkit-box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 21px -9px rgba(0, 0, 0, 0.75);
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p {
  width: 190px;
  height: 90px;
}

.jssort101 .t {
  border-radius: 4px;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: 0.35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: 0.35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

.checktext i {
  color: #ffffff;
  font-size: 11px;
  background: #3b3f45;
  border-radius: 50%;
  padding: 2px;
  margin-top: 0;
  vertical-align: middle;
}

.hubsearch .form-control {
  border-radius: 0px;
  height: 47px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.hubsearch .btn {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #979797 !important;
  border-radius: 0px;
  height: 47px !important;
}

.hubsearch input.hubsearch1 {
  font-size: 16px;
  letter-spacing: 0.8px;
  background: url(../images/search.svg) left 15px center no-repeat;
  padding: 10px 20px 10px 45px;
  width: 100%;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.hubsearch .dropdown button {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.hubsearch .value-btn button {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.hubsearch .input-number {
  border-left: 0px !important;
  font-weight: 600;
}

/*amenites*/

.Ammenties h2 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 600;
}

.Ammenties .viewall {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
}

.Ammenties .viewall:hover img {
  padding-left: 20px;
  transition: 0.5s;
}

/*visual*/

.visual h2 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 600;
}

.visual #slideshow {
  width: 100%;
  height: 100%;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}

.visual #slideshow.fullscreen {
  /* position: fixed; */
  height: 80vh;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.visual .img-wrapper1 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 8;
  background-size: cover;
  background-position: center center;
}

.visual .img-wrapper1.active {
  z-index: 10;
}

.visual .img-wrapper1.last-active {
  z-index: 9;
}

.visual .thumbs {
  width: 100%;
}

/*********************************
	* Thumbnail Styling
	*********************************/

.visual .thumbs-container {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  z-index: 11;
  /* background: #222222; */
  opacity: 0.9;
}

.visual .prev {
  float: left;
  width: 3%;
  min-width: 40px;
  height: 48px;
  padding: 46px 1%;
  color: #999999;
  cursor: pointer;
}

.visual .next {
  float: right;
  width: 3%;
  min-width: 40px;
  height: 48px;
  padding: 46px 1%;
  margin-right: 40px;
  color: #999999;
  cursor: pointer;
}

.prev:hover,
.next:hover {
  color: #555555;
}

.visual ul.thumbs {
  position: absolute;
  top: 0;
  /* left: 5%;
			right: 5%; */
  /* height: 140px; */
  padding: 0;
  margin: 0 2%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.visual .thumb {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.visual .thumb:first-of-type {
  margin-left: 0px;
}

.visual .thumb.active {
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
}

/*inhouse*/

.In-House {
  background: #f7fafa;
  padding: 50px 0px 60px 0px;
}

.In-House h2 {
  margin-bottom: 50px;
  font-weight: 600;
}

.rowtop {
  margin-top: 120px;
}

.explore1 .owl-nav {
  display: none !important;
}

/*coworksapce*/

.checkcolor {
  background-color: #f7fafa;
  padding: 15px 30px 15px 30px;
}

.img-content h5 {
  font-weight: 600;
  font-size: 19px;
}

.square-container {
  text-align: center;
}

.img-content {
  text-align: left !important;
}

.noseats h5 {
  margin-bottom: 15px;
}

.square {
  /* background-color: #0074D9; */
  width: 100%;
  /* height: 100px; */
  display: inline-block;
}

.listmar {
  margin-left: 6%;
  margin-right: 8%;
}

.workpad {
  margin-left: 12%;
  margin-right: 12%;
}

.list-view1 .carousel-inner > .item > a > img,
.list-view1 .carousel-inner > .item > img {
  height: 225px;
  width: 100%;
}

.divwidth {
  width: 78%;
  /* height: 100px;
	 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.list-view1 .right-nav {
  width: 100% !important;
}

.list-view1 h2 {
  font-size: 40px;
  font-weight: 500;
  /* line-height: 1.5; */
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.workspace3 h2 {
  font-size: 15px;
  font-weight: normal;
  color: #141414;
  margin-bottom: 0px;
}

.checkcolor a {
  margin-right: 20px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
  color: #00c047;
}

.noseats .btn {
  background-color: #fff;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #ccc;
}

h5.seats {
  margin-top: 0px;
  text-align: left;
  opacity: 0.4 !important;
  font-weight: 700;
  padding-bottom: 5px;
}

.rowpad {
  padding: 20px 70px 20px 70px;
}

/*how it work*/

.services-section {
  background: #ffffff;
  padding: 4em 0;
}

.site-title h3 {
  color: #000000;
  font-size: 2.5em;
  margin-bottom: 60px;
  letter-spacing: 1px;
  font-weight: 800;
}

.site-title p {
  color: #999999;
  font-size: 0.9em;
  margin: 0;
}

.services-column {
  margin-bottom: 0px;
  min-height: 430px;
}

.services-column h5 {
  color: #000000;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 600;
}

.services-three-columns {
  position: relative;
}

.services-column p {
  color: #212121;
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 0;
  margin-bottom: 35px;
}

.services-column img {
  /* width:200px; */
  margin: 0 auto;
}

.services-column .work-img {
  border-radius: 10px;
  border: solid 1px #b3c8c8;
  padding: 70px;
  text-align: center;
  height: 242px;
  display: flex;
}

.connect1 {
  margin-left: 180px;
  margin-top: 60px;
  position: absolute;
}

.connect2 {
  margin-left: 360px;
  margin-top: 60px;
  position: absolute;
}

#line1 {
  right: -75px;
  position: absolute;
  top: 70px;
}

#line4 {
  left: -65px;
  position: absolute;
  top: 215px;
}

#line2 {
  left: -75px;
  position: absolute;
  top: 114px;
}

.pt-10 {
  padding-top: 90px;
}

#line3 {
  transform: rotate(350deg);
  -webkit-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  position: absolute;
  top: 330px;
  right: 300px;
  height: 110px;
}

.how-graph .services-column {
  position: relative;
}

.howbanner {
  padding-bottom: 60px;
}

.howbanner img {
  width: 100%;
}

.howbanner-img {
  margin: 0 auto;
  position: relative;
  width: 62%;
  background: url(../images/workrec.svg) right 0 no-repeat;
  background-size: cover;
}

/* Top left text */

.top-left {
  color: #ffffff;
  padding: 60px;
}

.top-left h5 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

.top-left p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 1px;
}

/* Top right text */

.top-right1 {
  position: absolute;
  top: 35%;
  right: 26%;
}

.top-right1 i {
  font-size: 24px;
  background: #00c047;
  border-radius: 50%;
  padding: 18px;
}

/* bookspace */

/*Bookspace */

.bookspace {
  padding-top: 28px;
}

.booktab .thumbnail a > img,
.booktab .thumbnail > img {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.booktab .thumbnail {
  padding: 0px;
  margin-bottom: 30px;
  /* border: solid 2px transparent; */
}

.caption1 li {
  font-size: 14px;
  color: #000000;
}

.caption1 img {
  margin-right: 10px;
  margin-top: -12px;
}

.line-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  /* border-top: 3px solid #eee; */
  border: solid 1px #d0e1e1;
}

.booktab .caption {
  padding: 4px 20px 20px 20px !important;
}

.booktab .carousel-indicators li {
  opacity: 0.5;
  background-color: #ffffff;
  margin: 0 5px;
  border: 0px;
}

.booktab .carousel-indicators .active {
  opacity: 1;
  margin: 0 5px;
  border: 0px;
  width: 10px;
  height: 10px;
}

.booktab h3 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 25px;
  color: #000000;
  padding-bottom: 40px;
}

.space-heading h3 {
  padding-bottom: 28px;
}

.booktab .top-right {
  right: 30px;
}

.selectarrow {
  position: absolute;
  top: 8px;
  left: 25px;
}

.banner .dropdown1 i {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 20px;
}

.thumbnail:hover {
  border: solid 1px #00c047;
  background: #f7fafa;
}

.selected {
  border: solid 2px #00c047;
  background: #f7fafa;
}

.bookspace .list-inline {
  background: #3b3f45;
  width: 100%;
  padding: 22px;
  position: fixed;
  bottom: 0;
  text-align: right;
  z-index: 99;
}

.list-inline button {
  margin-right: 110px;
  background-color: #00c047;
  border-radius: 0px;
  border: none;
  padding: 10px 40px;
}

.banner1 label {
  opacity: 0.4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #000000;
}

.payamountul {
  margin-left: 22px;
  margin-top: 20px;
}

li.payamount {
  font-size: 25px !important;
  font-weight: 600;
  margin-top: 8px;
  line-height: 0.88;
  margin-bottom: 20px;
  color: #000000;
}

.bookspace input.datecal {
  font-size: 16px;
  margin-top: 0px;
  letter-spacing: 0.8px;
  height: 47px;
  border-radius: 0px;
  background: url(../images/cal.svg) left 15px center no-repeat !important;
  padding: 10px 20px 10px 45px;
  /* width: 95%; */
  margin-bottom: 10px;
}

.bookspace input.dur {
  font-size: 16px;
  margin-top: 0px;
  letter-spacing: 0.8px;
  height: 47px;
  border-radius: 0px;
  background: url(../images/clock.svg) left 15px center no-repeat !important;
  padding: 10px 20px 10px 45px;
  /* width: 95%; */
  margin-bottom: 10px;
}

.paymentbox li {
  display: flex;
}

.paymentbox .caption1 {
  padding: 0px 2px 15px 2px !important;
}

.cost {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paymentbox {
  border-radius: 5px;
  margin-bottom: 50px;
  border: solid 1px #c4d2d2;
}

.paymentbox1 {
  border-bottom: solid 1px #c4d2d2;
}

.paymentbox2 {
  padding: 20px 40px 3px 40px;
}

.cost p {
  font-size: 20px !important;
  margin-right: 20px;
  float: left;
  color: #000000 !important;
}

.cost p.sum {
  font-size: 30px !important;
  font-weight: 600;
  margin-right: 0px;
}

.cost1 {
  margin-top: 40px;
  background: #f7fafa;
  border: 1px #f7fafa solid;
}

.paymentbox2 .imgright {
  margin-bottom: 40px;
}

a.sum {
  float: right;
  font-size: 30px !important;
  font-weight: 600;
}

.rowheigh1 a.calline {
  color: #c4d2d2 !important;
}

.rowheigh2 a.calline {
  color: #c4d2d2 !important;
}

.banner1 label.space {
  opacity: 1 !important;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.6px;
  color: #000000;
}

.banner2 label.space {
  opacity: 0.4 !important;
  font-size: 12px;
  font-weight: normal !important;
  letter-spacing: 0.6px;
  color: #000000;
}

#step1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  border-radius: 50px;
  background-color: #ffffff;
  margin-top: 20%;
  width: 5px;
  height: 7px;
}

#step1::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}

#step1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px #d8d8d8;
  background-color: #d8d8d8;
}

span.round-tab5 {
  background: #00c047;
  width: 35px !important;
  height: 35px !important;
  line-height: 30px !important;
  display: inline-block;
  border-radius: 100px;
  /* background: #fff; */
  border: 2px solid #00c047;
  z-index: 2;
  /* position: absolute; */
  left: 0;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
}

span.round-tab5 i {
  color: transparent;
  background: url(../images/tick.svg) center center no-repeat;
}

.locaiontext .no-padding {
  padding-left: 0;
}

.img-wrapper .caption1 ul,
.thumbnail .caption1 ul {
  padding-left: 26px;
}

.img-wrapper .carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maplist .img-wrapper .carousel .item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.img-wrapper .carousel-indicators {
  z-index: 1;
}

.list-inline a {
  border-radius: 0px;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}

.list-inline a:hover {
  color: #fff;
}

.thumselect2 {
  border: 1px solid #00c047;
  background: #f7fafa;
}

.leftborder {
  border-right: 1px #dddddd solid;
}

li.amount {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 0.88;
  color: #000000;
}

.wizard-inner a {
  color: #999c9f;
  font-size: 19px;
}

.wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: transparent !important;
  display: flex;
  justify-content: space-evenly;
}

.banner1 .dropdown-select {
  width: 100%;
  height: 47px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #cccece;
  background: url(../images/down-arrow.png) right 11px no-repeat;
}

h3.res {
  margin-left: 0px;
  margin-top: 0px;
}

.caption1 label {
  color: #c4d2d2;
  margin-right: 0px;
  font-weight: 500;
}

.leftpadd {
  padding: 30px;
}

.list-inline .btn-success {
  background-color: #00c047 !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}

.rowheigh1 p {
  font-size: 19px !important;
  color: #000000;
}

.calline {
  background: url(../images/bg1.png) 0 center no-repeat;
  background-repeat-x: repeat;
  color: transparent !important;
}

.rowheigh2 p {
  font-size: 19px !important;
  color: #000000;
}

h3.contop {
  margin-top: 5px;
}

.rowheight .form-group {
  padding-left: 30px !important;
}

.btn-facebook {
  border-radius: 4px;
  background-color: #3a5998;
  height: 47px;
  font-size: 13px;
  letter-spacing: 0.7px;
  color: #ffffff;
}

.btn-facebook:hover {
  color: #fff;
}

.btnalign img {
  margin-right: 20px;
}

.payment .content-section input {
  font-size: 14px;
}

.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containercheck .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #00c047;
  border: solid 1px #00c047;
}

/* Hide the browser's default checkbox */

.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.containercheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  margin-left: 30px;
}

.content-section .containercheck {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4);
}

/* On mouse-over, add a grey background color */

.containercheck:hover input ~ .checkmark {
  background-color: #00c047;
}

/* When the checkbox is checked, add a blue background */

.containercheck input:checked ~ .checkmark {
  background-color: #00c047;
}

/* Create the checkmark/indicator (hidden when not checked) */

.containercheck:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.containercheck .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

h2.borderspan {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
  line-height: 11px;
  margin: 10px 0 20px;
}

h2.borderspan span {
  background: #fff;
  padding: 0 10px;
  font-size: 20px;
}

.btnalign {
  display: flex;
  justify-content: space-around;
}

.btnalign .btn {
  margin-bottom: 20px;
  padding-top: 12px;
  font-size: 14px;
}

.btn-google i {
  color: #00c047;
  margin-right: 15px;
}

.btn-google {
  margin-left: 22px;
  margin-right: 22px;
  border-radius: 4px;
  border: solid 1px #979797;
  height: 47px;
  font-size: 13px;
  background: transparent;
  letter-spacing: 0.7px;
  color: #000000;
}

.rowheight {
  min-height: 140px;
}

.rowheigh1 {
  min-height: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.rowheigh2 {
  min-height: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.bookspace input.moveindate {
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 0.8px;
  background: url(../images/cal.svg) left 30px center no-repeat;
  padding: 10px 20px 10px 68px;
  width: 100%;
  margin-bottom: 10px;
}

.bookspace label {
  font-size: 12px;
  /* font-weight: normal; */
  letter-spacing: 0.6px;
  color: #000000;
  display: block;
}

.bookspace input.lochsr {
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f7fafa url(../images/search.svg) left 15px center no-repeat;
  padding: 10px 20px 10px 45px;
  width: 80%;
  margin-bottom: 10px;
}

.locaiontext h5 {
  opacity: 0.5;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  padding: 10px 0 20px 0;
}

.wizard > .wizard-inner {
  position: relative;
  background: #f7fafa;
  padding: 73px 0px 30px;
  position: fixed;
  width: 100%;
  z-index: 9;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:focus,
.wizard .nav-tabs > li.active > a:hover {
  background: transparent;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.wizard .nav-tabs > li.active-new > a,
.wizard .nav-tabs > li.active-new > a:hover,
.wizard .nav-tabs > li.active-new > a:focus {
  color: #000;
  font-weight: 600;
}

.round-tab {
  width: 40px;
  height: 40px;
  line-height: 34px;
  display: inline-block;
  border-radius: 100px;
  /* background: #fff; */
  border: 2px solid #999c9f;
  z-index: 2;
  color: #999c9f;
  /* position: absolute; */
  left: 0;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
}

.round-tab1 {
  margin-right: 10px;
}

.wizard li.active .round-tab {
  background: #fff;
  border: solid 2px #00c047;
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.wizard li.active .round-tab1 {
  background: transparent;
  /* margin-right: 10px; */
  font-size: 18px;
  font-weight: 600;
}

.wizard .nav > li > a {
  position: relative;
  display: inline !important;
  padding: 10px 15px;
  border: none;
  border-radius: 0px;
}

.wizard .nav > li > a:after {
  position: absolute;
  left: 108%;
  content: '';
  width: 100%;
  height: 1.5px;
  background: #c5d8d8;
  top: 13px;
}

.wizard .nav > li:last-child a:after {
  display: none;
}

.wizard .nav-tabs > li {
  background: #f7fafa;
  padding: 0 20px;
}

.wizard li.active:after {
  display: none;
}

span.line {
  height: 2px;
  background: #dddddd;
  width: 120%;
  top: 50%;
  position: absolute;
}

.line1 {
  height: 2px;
  background: #dddddd;
  width: 120%;
  top: 50%;
  position: absolute;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 180px;
  display: inline-block;
  padding-bottom: 140px;
  width: 100%;
}

.payment h5.seats {
  font-weight: 500;
  padding-bottom: 1px;
}

.inhouse .col-lg-6 {
  padding-left: 0px;
}

.modal .heading {
  background-color: #00c047;
  border-radius: 4px;
}
.modal-content {
  border-radius: 4px;
}

.modal #contact-form .form-control {
  height: 48px;
}

.modal #contact-form2 .form-control {
  height: 48px;
}

.modal h2 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: 0px;
  padding-top: 10px;
  /* padding-bottom: 10px; */
}

.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
}

.modal .modal-body {
  padding: 0px;
}

.modal #contact-form {
  padding: 10px;
  display: inline-block;
}

.modal #contact-form2 {
  padding: 10px;
  display: inline-block;
}

.modal .datetime {
  background: url(../images/cal.svg) 9px 13px no-repeat;
}

.modal .timedate {
  background: url(../images/clock.svg) 9px 14px no-repeat;
}

.modal .inputpd {
  padding-left: 44px;
}

.modal .modal-content {
  display: inline-block;
  width: 100%;
}

.modal #contact-form .btn {
  height: 48px;
}

.modal #contact-form2 .btn {
  height: 48px;
}

.modal .dropdown-select {
  width: 100%;
  height: 47px;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #cccccc;
  background: url(../images/down-arrow.png) right 11px no-repeat;
  text-align: left;
  padding-left: 15px;
  font-size: 21px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  position: relative;
}

.modal .dropdown i {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 25px;
}

.modal .start-box .btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;
  background-color: #01c047;
  border-radius: 0px;
  padding: 12px 10px;
  width: 100%;
  margin-top: 33px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: 0.5s;
}

.modal .start-box .btn:hover {
  background: #fff !important;
  color: #00c047;
  border: 1px solid #00c047 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05),
    0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05),
    0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
    0px 16px 16px rgba(0, 0, 0, 0.05);
}

.modal .dropdown-menu {
  border-radius: 0;
  padding: 0px 0;
}

.modal .dropdown-menu li:hover {
  background-color: #00c047;
  color: #fff;
}

.modal .dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
}

.modal .dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border-top: none;
}

.pright {
  padding-right: 0px;
}

.pleft {
  padding-left: 0px;
}

.modal-dialog {
  margin-top: 250px;
}

.modal #contact-form .btn-send {
  width: 96%;
  margin: 14px auto;
  display: flex;
  justify-content: center;
}

.modal #contact-form2 .btn-send {
  width: auto;
  margin: 14px auto;
  display: flex;
  padding: 0 124px;
}

/* ################################
############ how it works ###########
################################ */
.maincard {
  height: 20rem;
  width: 25rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s ease;
  -moz-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 2px solid #d7df36;
  border-radius: 10px;
}

.maincard h3 {
  font-size: 16px;
  left: 10px;
}

.subcard {
  position: relative;
  width: 10rem;
  height: 10rem;
  border: 2px;
  border-radius: 5px;
  top: 50px;
  left: -30px;
  background-color: aliceblue;
  -webkit-transition: all 0.6s;
  transition: all 0.6s ease;
  -moz-box-shadow: 0px 0px 0px 3px #d7df36;
  box-shadow: 0px 0px 0px 3px #d7df36;
  -webkit-box-shadow: 0px 0px 0px 3px #d7df36;
}

.flowcards {
  width: 100%;
  overflow: auto;
  height: 100%;
  background-color: #eff2f0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.circle {
  left: -55px;
  top: 10px;
  border-radius: 50%;
  color: #555;
  height: 2em;
  position: relative;
  background-color: #d7df36;
  width: 2em;
  border: 0.5px solid #fff;
  -moz-box-shadow: 0px 0px 23px rgba(227, 227, 110, 0.3);
  box-shadow: 0px 0px 23px rgba(227, 227, 110, 0.3);
  -webkit-box-shadow: 0px 0px 23px rgba(227, 227, 110, 0.3);
}

.circle-content {
  /* transform: rotate(-10deg); */
  hyphens: auto;
  padding: 3px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0px 1px, 1px 0px, 1px 1px;
  font-size: small;
}

/* referrals */

.form-item {
  margin-bottom: 20px;
}

/* Default styling for radio buttons */
.radio-container {
  position: relative;
  padding-left: 20px; /* Adjust according to your design */
  cursor: pointer;
  display: inline-block;
}

/* Hide the actual radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
}

/* Style the custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px; /* Adjust according to your design */
  width: 15px; /* Adjust according to your design */
  background-color: #e0e0e0; /* Default background color */
  border: 1px solid #ccc; /* Border color */
  border-radius: 50%; /* Make it round */
}

/* Style the custom radio button when checked */
.radio-container input:checked + .checkmark {
  background-color: #00c047; /* Change background color on click */
}

.heading-margin {
  margin: 20px 0px 20px 20px;
  padding: 0px;
}

input[type='number' i] {
  padding-block: 0px;
  padding-inline: 0px;
}

::placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555; /* Internet Explorer 10+ */
}

::-ms-input-placeholder {
  color: #555; /* Microsoft Edge */
}

textarea::placeholder {
  color: #999; /* Change the color to your desired value */
}

textarea.placeholder {
  color: #999; /* Placeholder text color */
}

/* Hide the default file input button */
input[type='file'] {
  display: none;
}

/* Style the custom button */
.custom-file-input {
  display: flex;
  justify-content: center;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  background-color: #00c047;
  border: 1px solid #00c047;
  border-radius: 2px;
  cursor: pointer;
}

/* Style to display selected file name */
.selected-file-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
}

/* custom select dropdown */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  border: 1px solid #55555587;
  border-radius: 2px;
  height: 40px;
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: '';
  top: 15px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  background-color: #fff;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #555555a7;
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 95%;
  left: 15px;
  right: 15px;
  z-index: 200;
  border: 1px solid #5555557d;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  box-shadow: gray 0 3px 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #ced4da;
}

/**
 * Enhanced experience
 *
 * Credit: https://skeate.github.io/2015/07/13/Wrapping-Text-to-Fit-Shaped-Containers-with-CSS.html
 */

@supports (shape-outside: circle(50%)) {
  .circle-content {
    height: 100%;
    margin: 0;
  }

  .circle::before,
  .circle-content::before {
    content: '';
    height: 100%;
    width: 50%;
  }
}

.maincard img {
  width: 100%;
  height: 100%;
}

.box-top-right {
  position: relative;
}
.box-top-right:after {
  content: ' ';
  border-bottom-right-radius: 175px;
  width: 106%;
  position: relative;
  border-bottom: 2px solid red;
  right: 0;
  bottom: -175px;
  height: 185px;
  border-bottom-style: dashed;
}

.box-bottom:before {
  content: ' ';
  width: 66%;
  border-top: 2px solid red;
  height: 135px;
  position: relative;
  top: -125px;
  border-top-left-radius: 150px;
  border-top-style: dashed;
}

.box-top,
.box-bottom {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.box-top-left,
.box-top-right,
.box-bt-left,
.box-bt-right {
  float: left;
}

.box-top-left,
.box-bt-right {
  width: 65%;
  color: white;
  min-height: 190px;
  text-align: center;
  padding-top: 10px;
}

.box-top-right,
.box-bt-left {
  width: 30%;
  margin-left: 2%;
  min-height: 90px;
  text-align: center;
  padding-top: 10px;
}

/* .horizontal-line {
  border-top: 2px dotted #000;
} */

/* ################################
############ RESPONSIVE ###########
################################ */
.dropdown .dropdown-menu {
  background-color: #5656576a;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
}

/* .navbar-nav>li>.dropdown-menu>li>a :hover {
              background-color: transparent;
            } */
.dropdown-menu > li > a:hover {
  background-color: transparent;
}
.dropdown-menu > li > a {
  color: #fff !important;
}
@media (min-width: 768px) {
  .modal-content {
    width: 50%; /* Set width to 50% for larger screens */
  }
  .list-view1 .carousel-indicators {
    bottom: 9px;
  }
  .img-wrheight .carousel-indicators {
    bottom: 13px !important;
  }
  .modal-dialog {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .fcontainer {
    display: flex;
    justify-content: center; /* Horizontally center children */
    align-items: center; /* Vertically center children */
  }
  .navbar-brand1 {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding-left: 0;
    z-index: 9999999999999999;
  }
  .aboutus-flex {
    padding-top: 100px;
    display: flex;
    align-items: center;
  }
  .row-padding {
    background-color: rgba(69, 208, 160, 0.1);
    width: 100vw;
  }
  .padforbigscreen {
    padding-right: 10px;
  }
  .map .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
  .listview-pad {
    padding-top: 85px;
  }

  .list-view1 .img-wrapper1 {
    width: 100%;
    float: left;
  }
  .map-size {
    width: 100%;
    height: 83vh;
  }
  .mapouter {
    position: fixed;
    text-align: right;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0% !important;
    width: 50%;
  }
  .mapview a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    /* border-radius: 0px; */
    margin-right: 20px;
    margin-top: 15px;
    /* width: 30%; */
    margin-bottom: 10px;
    /* border: solid 1px #00c047; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mapview input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    border-radius: 0px;
    margin-right: 20px;
    margin-top: 15px;
    /* width: 61%; */
    margin-bottom: 10px;
    border: solid 0.5px #00c047;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .copy-icon {
    margin-right: 10px;
    margin-left: 90px;
    cursor: pointer;
  }
  .top-padding {
    padding-top: 65px;
    position: relative;
    left: -40px;
  }
}

@media (max-width: 1500px) {
  .row-padding {
    background-color: rgba(69, 208, 160, 0.1);
    width: 100vw;
  }
  .img-content1 a {
    padding: 9px 20px !important;
  }
  .slick-next {
    left: 50%;
    right: unset;
  }

  .slick-prev {
    right: 50%;
  }
  .banner-caption {
    top: 25%;
  }
  #line3 {
    top: 42%;
    right: 27%;
    height: 111px;
    -webkit-transform: rotate(358deg);
  }
  .contactwr .text-block {
    position: absolute;
    bottom: 129px;
    right: 4px;
  }
  .contact-banner1 {
    height: 300px;
  }
  .contact-banner1 img {
    height: 140%;
  }
}
@media (max-width: 1249px) {
  .aboutcontent {
    padding: 100px 10px 0px 10px;
  }
  .pres-central .col-sm-6 {
    width: 100% !important;
    margin: 0 auto;
  }
  .reachus {
    padding-left: 0px !important;
  }
  .bookspace .tab-content {
    padding: 0px 0px;
  }
  span.line {
    height: 2px;
    background: #dddddd;
    width: 100%;
    top: 50%;
  }
  .line1 {
    height: 2px;
    background: #dddddd;
    width: 100%;
    top: 50%;
  }
}
@media (max-width: 1199px) {
  .banner .carousel-inner,
  .banner .item,
  .banner .carousel img {
    height: 100%;
    object-fit: cover;
  }

  .contactwr .text-block {
    position: absolute;
    bottom: 108px;
    right: 4px;
  }
  #line3 {
    top: 43%;
    right: 27%;
    height: 95px;
    -webkit-transform: rotate(356deg);
  }
  /*extra*/
  .left-nav {
    width: 100%;
    float: none;
  }
  .display {
    width: 100% !important;
  }
  .grid1 {
    width: 100% !important;
  }
  .mapouter {
    position: relative;
    text-align: right;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0% !important;
    height: 480px;
    width: 80%;
  }

  /* iframe {
    width: 100%;
  } */

  .left-nav1 {
    width: 100% !important;
    float: none;
  }
  .result {
    float: none !important;
    margin-right: 0%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .right-nav {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  /*endextra*/
}
@media (max-width: 1024px) {
  .grid-box .col-sm-6 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .contactwr .text-block {
    left: 0;
    right: 0 !important;
    /* background-color: black; */
    color: #090909;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactwr .text-block p {
    font-size: 15px !important;
  }
  .aboutcontent p {
    width: 100%;
  }
  #line3 {
    top: 41%;
    right: 25%;
    height: 75px;
    -webkit-transform: rotate(363deg);
  }
  .menuicon {
    display: block;
    cursor: pointer;
    color: white;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (max-width: 991px) {
  .gridtxt {
    background: #f7fafa;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5px;
    color: #000;
    transition: 0.5s;
    position: relative;
  }
  .gridtxt p {
    padding: 0px 10px !important;
    font-size: 12px;
  }
  .sticky1 {
    position: unset;
  }
  .wizard .nav > li > a:after {
    top: 8px;
  }
  a.calline {
    display: none;
  }
  .wizard a {
    font-size: 12px;
  }
  .contactwr .text-block p br {
    display: none;
  }
  .imgheight {
    height: auto;
    width: 100%;
  }
  .gridtxt h4 {
    padding: 10px !important;
    margin: 0px;
    line-height: 1.2;
    font-size: 13px;
  }
  .description br,
  .description1 br {
    display: none;
  }
  .navbar .navbar-left {
    padding-left: 25px;
  }
  .banner .carousel-inner,
  .banner .item,
  .banner .carousel img {
    height: 100%;
  }
  .heading,
  .benefits h2 {
    font-size: 30px;
  }
  .plans h3,
  .growth h3 {
    font-size: 25px;
  }
  .slider h3 {
    font-size: 16px;
  }
  .description,
  .description1,
  .benefits p {
    font-size: 17px;
  }
  .slick-list {
    padding-bottom: 60px !important;
  }
  .plans h2,
  .gallery h2 {
    padding-bottom: 30px;
  }
  .growth .card {
    padding: 25px;
  }
  .growth {
    background: none;
  }
  .growth .description1 {
    padding-bottom: 30px;
  }
  .benefits .item {
    margin-bottom: 30px;
  }
  .benefits .btn {
    padding-top: 4vh;
    padding-bottom: 30px;
  }
  .footer .footer-logo {
    padding-bottom: 20px;
  }
  .footer ul li {
    padding: 5px 0;
  }
  .social-media li:first-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .sec-padding {
    padding: 25px 0;
  }
  .banner h1 {
    font-size: 45px;
    padding-bottom: 18px;
  }
  .footer-aboutus__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-solutions__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-forms__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .homecareer {
    /* padding-bottom: 60px; */
  }
  .testslider {
    width: 100%;
  }
  .testimonial {
    padding-bottom: 110px !important;
  }
  .testimonial .owl-nav {
    margin-top: 15px !important;
    position: absolute;
    left: 45% !important;
    display: flex;
  }
  #big .quoteimg {
    padding: 50px;
  }
  .quoteimg1 {
    display: none !important;
  }
  #big .textright {
    margin-left: 0px;
  }
  .career-text h2 {
    text-align: center;
    margin-left: 0px;
    color: #000000;
  }
  .btn-career {
    text-align: center;
    margin-left: 0px;
    width: max-content;
    margin: auto;
    margin-bottom: 65px;
    margin-top: 33px;
  }
  .homecareer .career-text {
    bottom: 0;
    position: unset;
  }
  .testimonial {
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .grid-box .col-sm-6 {
    -ms-flex: 100%;
    /* IE10 */
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-banner1 {
    background: url(../images/contact.png) 0 0 no-repeat;
    height: 250px;
    margin-bottom: 30px;
  }
  .banner .booking-box {
    position: unset;
  }
  .banner-caption {
    display: flex;
    top: -16px;
  }
  .header-section {
    background: #01c047;
  }
  .banner .svg-bg {
    position: absolute;
    left: 29px;
    top: 132px;
    max-width: 22%;
  }
  .banner .carousel {
    height: auto;
    padding-top: 64px;
  }
  .pright {
    padding-right: 15px;
  }
  .pleft {
    padding-left: 15px;
  }
  .modal #contact-form .btn-send {
    padding: 0px 80px;
  }

  .modal #contact-form2 .btn-send {
    padding: 0px 80px;
  }
  .modal h2 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .modal #contact-form {
    padding: 10px !important;
    width: 100%;
  }
  .modal #contact-form2 {
    padding: 10px !important;
    width: 100%;
  }
  ul.ulmar {
    padding-left: 25px;
  }
  .workspace {
    overflow-x: hidden;
  }
  div.reachusbg {
    width: 100%;
    background: url(../images/phone-no.png) 0 0 no-repeat;
    background-size: cover;
  }
  .cowork-banner {
    height: 220px;
    background: url(../images/custom-design.png) 0 0 no-repeat;
    background-size: cover;
  }
  .list-view .img-content .block,
  .list-view .img-content .full-width {
    text-align: center;
  }
  .list-view .img-content .block .btn {
    margin-right: 0;
  }
  .list-view .full-width ul {
    width: 50%;
  }
  .teamtop {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .work-banner {
    height: 220px;
    background: url(../images/test.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .private-banner {
    height: 220px;
    background: url(../images/test.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .custom-banner {
    height: 220px;
    background: url(../images/custom-design.png) 0 0 no-repeat;
    background-size: cover;
  }
  .column {
    flex: 100%;
    max-width: 100%;
  }
  .invisible-banner {
    visibility: hidden;
  }
  .gridtxt2::after,
  .gridtxt4::after,
  .gridtxt5::after,
  .gridtxt6::after {
    left: 46%;
    top: -20px;
    transform: rotate(0deg);
  }

  .gridtxt7::after {
    left: 46%;
    top: 73px;
    transform: rotate(180deg);
  }
  .gridtxt8::after {
    top: 70px;
    left: 46%;
    transform: rotate(180deg);
  }
  .rowheight {
    min-height: 200px;
  }
  .contactadd a {
    padding-right: 30px;
  }
  .cost p.sum {
    font-size: 25px !important;
  }
  .jssora108 {
    display: none;
  }
  .rowheight .form-group {
    padding-left: 8px !important;
  }
  .plans h2 {
    font-size: 25px;
  }
  .slider__counter {
    bottom: 5rem;
  }
  .slider .box-wrapper {
    margin: 0px !important;
    transform: scale(1.3);
  }
  .rowheigh1 p {
    font-size: 18px !important;
  }
  .paymentbox2 {
    padding: 20px 20px 3px 20px;
  }
  .cost1 {
    margin-top: 0px;
  }
  .cost {
    padding: 20px 25px;
  }
  .img-wrapper .caption1 ul {
    padding-left: 0px;
  }
  .locaiontext h5 {
    line-height: 2;
  }
  .leftborder {
    border-right: none;
  }
  .leftborder .leftpadd {
    padding: 3px 8px !important;
    padding-top: 20px !important;
  }
  .paymentbox1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .btnalign {
    display: flex;
    justify-content: space-around;
    /* flex-direction: column; */
  }
  .leftpadd {
    padding: 20px 20px !important;
  }
  .img-wrapper .caption1 ul,
  .thumbnail .caption1 ul {
    padding-left: 8px;
  }
  .wizard .nav-tabs > li {
    text-align: center;
    padding: 0 2px;
  }
  .wizard .nav > li > a:after {
    display: none;
  }
  .booktab h3 {
    margin-left: 0px;
  }
  .wizard .tab-pane {
    position: relative;
    padding-top: 180px;
  }
  .round-tab1 {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
  }
  a.calline {
    display: none;
  }
  span.round-tab {
    width: 35px !important;
    height: 35px !important;
    line-height: 32px !important;
    display: inline-block;
    border-radius: 100px;
    /* background: #fff; */
    border: 2px solid #e0e0e0;
    z-index: 2;
    /* position: absolute; */
    left: 0;
    margin-right: 0px;
    text-align: center;
    font-size: 16px;
  }
  .wizard li.active span.round-tab1 {
    background: transparent;
    /* margin-right: 10px; */
    font-size: 13px;
    font-weight: 600;
  }
  .wizard .nav-tabs {
    margin-left: 2px;
  }
  .bookspace {
    padding-top: 24px !important;
  }
  span.line {
    display: none;
  }
  .line1 {
    display: none;
  }
  #jssor_1 {
    width: 90%;
  }
  .hub-location h2 {
    margin-top: 0px;
  }
  .hub-location p {
    margin-bottom: 30px;
  }
  .pull-right.viewall {
    float: unset !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .contactcontent .address {
    padding-bottom: 20px;
  }
  .content-section .reachus {
    padding-left: 0px !important;
    margin-top: 50px;
    height: auto;
    padding-bottom: 50px;
  }
  .content-section .btn-success {
    margin-top: 30px;
  }
  .contactwr .text-block h4 {
    font-size: 22px;
  }
  .leftform {
    padding: 22px;
  }
  .contactdis {
    /* display: block; */
    margin-bottom: 10px;
  }
  .teamcontent h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .aboutcontent h2 {
    padding-top: 30px;
  }
  .list-view .img-content p,
  .list-view .img-content h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list-view .img-content h4 {
    text-align: center;
    background: url(../images/location.svg) 20px center no-repeat;
    padding-left: 25px;
  }
  .list-view .img-content h3 span {
    margin-top: 10px;
  }
  .services-section {
    background: #ffffff;
    padding: 0em 0;
    overflow: hidden;
  }
  .pt-10 {
    padding-top: 0px;
  }
  .header-section.pin-start .navbar-brand {
    padding-top: 10px;
  }
  .howbanner-img {
    width: 100%;
  }
  .left2 {
    left: 30px !important;
  }
  .list-view1 .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: auto;
    width: 100%;
  }
  .top-left {
    color: #ffffff;
    padding: 30px;
  }
  .header-section.pin-start .nav__toggle {
    top: 5px;
  }
  .header-section.pin-start .navbar-toggle {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .navbar .navbar-left {
    padding-left: 0px;
  }
  .sec-padding {
    padding: 30px 0;
  }
  .banner .start-box .btn {
    font-size: 15px;
    padding: 8px 10px;
  }
  .heading,
  .benefits h2 {
    font-size: 18px;
  }
  /* .description, .description1, .benefits p {
        font-size: 16px;
    } */
  .column1 {
    min-height: 162px !important;
  }
  .gridtxt {
    min-height: 162px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    border: 0.5px solid #00c047;
  }
  .container-fluid {
    width: 100%;
  }
  .spacetxt .btn {
    width: 100%;
  }
  .banner h3 {
    font-size: 30px;
    padding-bottom: 0px;
  }
  .banner .learn-btn {
    font-size: 15px;
    padding: 3px 25px 5px 25px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .carousel-indicators {
    position: absolute;
    bottom: -7px;
  }
  .banner p {
    font-size: 15px;
    line-height: 1.5;
  }
  .start-box label {
    padding-top: 10px;
  }
  .banner .carousel-inner,
  .banner .item,
  .banner .carousel img {
    height: 100%;
  }
  .banner .visiting {
    position: unset;
    color: #000;
    display: flex;
    justify-content: center;
    background: url(../images/calender1.svg) 21% center no-repeat;
    background-position: left 265px bottom 12px;
  }
  .banner .visiting svg {
    stroke: #000;
  }
  .banner .visiting svg g {
    stroke: #000;
  }
  .arrow-icon--circle {
    stroke: #000;
  }
  .banner .start-box {
    margin-bottom: 28px;
  }
  .plans h2,
  .gallery h2 {
    padding-bottom: 30px;
  }
  .plans h3,
  .growth h3 {
    font-size: 20px;
  }
  .plans .thumbnail .caption {
    padding: 15px 15px 20px;
  }
  .plans .price {
    font-size: 18px;
    padding-top: 10px;
  }
  .gallery {
    margin-top: 50px;
  }
  .slider h3 {
    font-size: 14px;
  }
  .slick-list {
    padding-bottom: 60px !important;
  }
  .growth .card {
    padding: 25px;
  }
  .growth .img-card {
    width: 95px;
    height: 95px;
  }
  .benefits .btn {
    padding-top: 4vh;
    padding-bottom: 30px;
  }
  .benefits .item {
    margin-bottom: 30px;
  }
  .benefits .item-box img {
    margin: 0 auto;
    width: 100%;
  }
  .growth .description1 {
    padding-bottom: 30px;
  }
  .growth {
    background: none;
  }
  .gridtxt p {
    padding-right: 0px !important;
  }
  .toprow {
    margin-top: 0;
  }
  .navbar-brand {
    padding: 10px 15px;
    padding-top: 0;
  }
  .navbar-default.inner-page .navbar-brand {
    padding-top: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 0px;
  }
  .navbar-default.inner-page .navbar-nav > li > a {
    padding-top: 10px;
  }
  .navbar-default.pin-start .navbar-nav > li > a {
    padding-top: 10px;
  }
  .footer .footer-logo {
    padding-bottom: 10px;
  }
  .footer ul li {
    padding: 5px 0;
  }
  .social-media li:first-child {
    margin-left: 0px;
  }
  .social-media li i {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .footer .address p {
    padding-top: 10px;
  }
  .footer li.mail {
    background-size: 4%;
  }
  .footer li.phone {
    background-size: 4%;
  }
  .footer ul li a {
    font-size: 14px;
  }
  div.spacetxt {
    padding: 28px;
    padding-top: 0px;
    width: 100%;
  }
  .banner-position {
    position: absolute;
    bottom: 120px;
    left: 6%;
  }
  .blogShort h4 {
    margin-bottom: 20px;
  }
  .aboutcontent {
    padding: 80px 10px 0px 10px;
  }
  .reachtxt {
    margin-top: 0px !important;
    align-items: center;
    justify-content: center;
  }
  #filterspace {
    padding: 20px 0px;
  }
  .nav__toggle {
    right: 10px;
    top: 9px;
  }
  .nav__toggle1 {
    top: 5px;
    transition: 0.5s;
  }
  .bottom-left1 {
    bottom: 30px;
  }
  #wrapper1 img {
    width: 100%;
    padding: 60px 0px 0px 0px;
  }
  .switchmar {
    margin-right: 0;
    justify-content: center !important;
  }
  .mapouter {
    position: relative;
    text-align: right;
    height: auto;
    margin-bottom: 50px;
    width: 80%;
    height: 480;
  }
  .list1 > .item > a > img,
  .list1 > .item > img {
    height: auto !important;
    width: 100% !important;
  }
  .list-view .img-wrapper {
    width: 100% !important;
    float: none;
  }

  .list-view1 .grid-box {
    width: 75%;
    /* float: left; */
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    /* padding-bottom: 20px; */
  }

  .thumbteam img {
    width: 130px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .thumbteam5 img {
    width: 110px;
    margin-bottom: 0px;
  }
  .thumbteam1 img {
    width: 130px;
    margin-bottom: 0px;
    padding-left: 11px;
    margin-top: 10px;
    padding-right: 12px;
  }
  .thumbteam2 img {
    width: 130px;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .thumbteam3 img {
    width: 130px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .thumbteam4 img {
    width: 130px;
    margin-bottom: 0px;
  }
  .teamcontent .col-md-3 {
    float: left;
  }
  .teamcontent .col-md-4 {
    margin-left: 0px !important;
  }
  .imgslide {
    height: auto;
  }
  .list-view .img-content {
    padding: 15px 10px 15px 10px;
    float: left;
    width: 100%;
  }
  .maplist .img-content1 {
    padding: 8px 10px 15px 10px !important;
  }
  span.showmap {
    margin-left: 2% !important;
  }
  .right-nav h2 {
    font-size: 15px;
    margin-top: 20px;
    flex-direction: column;
  }
  .workspace3 h2 {
    flex-direction: unset;
  }
  .right-nav .switch {
    display: flex;
    padding-top: 28px;
  }
  a.btn-blog {
    padding: 5px !important;
  }
  #contact-form {
    padding-left: 0px !important;
  }

  #contact-form2 {
    padding-left: 0px !important;
  }
  div.controls {
    padding: 20px 0;
  }
  .bottom-left1 h1 {
    font-size: 40px;
    top: -40px;
  }
  .contactwr .text-block p {
    font-size: 16px !important;
    line-height: 1.39;
  }
  .address .textfloat {
    font-size: 16px;
  }
  .contactadd h5 {
    margin-bottom: 10px;
  }
  .contactwr .text-block {
    position: absolute;
    bottom: -208px;
  }
  .list-view {
    overflow-x: hidden;
  }
  .thumbs-container.bottom {
    bottom: 33px;
    right: 0;
  }
  .blogShort .img-part {
    width: 100%;
    float: left;
  }
  .flowchart-item {
    flex-direction: column;
  }
  .flowchart-item p {
    float: right;
  }
  .row-padding {
    margin-left: 20px;
    padding-right: 20px;
    background-color: rgba(69, 208, 160, 0.1);
    width: 100vw;
  }
  .listview-pad {
    padding-top: 120px;
  }
  .work-banner1 {
    height: 280px;
    background: url(../images/pptowners.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .work-banner3 {
    height: 200px !important;
    background: url(../images/consultants.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .work-banner4 {
    height: 280px;
    background: url(../images/partners.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .policy-banner {
    height: 200px !important;
    background: url(../images/policy.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .work-banner2 {
    height: 280px;
    background: url(../images/referrals.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .career-text h2 {
    text-align: center;
    margin-left: 0px;
    color: #000000;
  }
  #thumbs {
    margin-left: 8px !important;
  }
  .testimonial {
    padding-bottom: 110px !important;
  }
  .testimonial .owl-nav {
    margin-top: 15px;
    position: absolute;
    left: 0% !important;
    right: 0;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
  }
  #big .item {
    padding: 0;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 30px;
    /* position: relative; */
  }
  .btn-career {
    text-align: center;
    margin-left: 0px;
    width: max-content;
    margin: auto;
    margin-bottom: 65px;
  }
  .homecareer .career-text {
    bottom: unset;
  }
  .testslider {
    width: 100%;
    margin: 0 auto;
  }
  .testslider .quoteimg1 {
    display: none !important;
  }
  .testimonial {
    padding-bottom: 60px;
  }
  html {
    overflow-x: hidden;
  }
  #big .quoteimg {
    padding: 0;
    padding: 40px 0;
  }
  #big .item {
    padding-left: 0px;
  }
  .quoteimg img {
    margin: 0 auto;
  }
  #big .textright {
    margin-left: 0;
    text-align: center;
    padding: 10px 20px;
  }
  .logo1 {
    margin: 0 10px;
    padding: 20px 15px;
  }
  .logogill {
    margin-top: 0px;
  }
  .logococ {
    margin-top: 0px;
  }
  #big .item:after {
    background-size: 54px;
  }
  #big .item1:after {
    left: 4%;
  }
  #big .item2:after {
    left: 30%;
  }
  #big .item3:after {
    left: 55%;
  }
  #big .item4:after {
    left: 80%;
  }
  #big .item5:after {
    left: 4%;
  }
  #big .item6:after {
    left: 30%;
  }
  #big .item7:after {
    left: 55%;
  }
  #big .item8:after {
    left: 80%;
  }
}
@media (max-width: 600px) {
  .filterbox {
    float: none !important;
    width: 75%;
  }
  .btnalign {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .filerall {
    width: 75%;
    padding: 10px !important;
  }
  .column1 {
    height: auto !important;
  }
  .blogShort .img-part {
    width: 100%;
  }
  .bottom-left {
    bottom: 150px;
    left: 10px;
  }
  .hubslidecount {
    /* position: absolute; */
    bottom: 150px;
    left: 130px;
  }
  ul.thumbs {
    right: -10%;
  }
  .thumbs-container {
    height: 110px;
  }
}
@media (max-width: 540px) {
  .blogShort img {
    width: 500px;
    margin-bottom: 20px;
  }
  .banner .visiting {
    position: unset;
    color: #000;
    display: flex;
    justify-content: center;
    background: url(../images/calender1.svg) 21% center no-repeat;
    /* background-position: left 265px bottom 12px; */
  }
  .contactwr .text-block {
    position: absolute;
    bottom: -208px;
    padding-left: 0;
  }
  .top-left {
    top: 0%;
  }
  #wrapper1 img {
    width: 100%;
    padding: 60px 0px 0px 0px;
  }
  .thumbteam img {
    width: 90px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .thumbteam5 img {
    width: 90px;
    margin-bottom: 0px;
  }
  .thumbteam1 img {
    width: 90px;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 1px;
    padding-right: 0px;
  }
  .bottom-left1 {
    bottom: -25px !important;
  }
  .bottom-left1 {
    left: 15px;
  }
  .bottom-left1 h1 {
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  .thumbteam2 img {
    width: 90px;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .thumbteam3 img {
    width: 90px;
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  .thumbteam4 img {
    width: 90px;
    margin-bottom: 0px;
  }
  .careercard .nav-tabs {
    margin-top: 22px;
  }
  .careercard .nav-tabs > li > a {
    margin-right: 24px !important;
    padding: 0px !important;
    font-size: 16px;
  }
  .careercard .tab-pane {
    padding: 5px 0;
  }
  .careercard .panel-heading a:before {
    margin-top: 4px;
    width: 40px;
    padding: 7px 12px;
    font-size: 22px;
    height: 40px;
  }
  .work-banner1 {
    height: 200px !important;
    background: url(../images/careerimg.png) 0 0 no-repeat;
    background-size: cover;
  }
  .work-banner3 {
    height: 200px !important;
    background: url(../images/consultants.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .work-banner4 {
    height: 280px;
    background: url(../images/partners.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .policy-banner {
    height: 200px !important;
    background: url(../images/policy.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .work-banner2 {
    height: 200px !important;
    background: url(../images/referrals.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .careercard .btn-success {
    margin-right: 15px;
    margin-top: 8px;
    padding: 5px 12px;
    font-size: 14px;
  }
  .careercard .panel-body {
    padding: 10px 0px;
  }
  .name {
    font-size: 14px;
  }
  .careercard .tab-content {
    padding: 5px 0px;
  }
  .careercard .nav-tabs > li > a::after {
    bottom: -1px;
  }
  .careercard {
    margin-bottom: 0px;
  }
  .testimonial .owl-nav {
    margin-top: 15px !important;
    position: absolute;
    display: flex;
  }
  #thumbs .item {
    padding: 20px 5px !important;
    margin-right: 15px;
  }
}
@media (max-width: 320px) {
  .header-section.off {
    position: fixed;
    padding-top: 10px;
  }
  .header-section {
    border: none;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
  }
  .workpad {
    margin: 0px !important;
  }
  .services-three-columns .pt-10 {
    padding-top: 5px !important;
  }
  .row-padding {
    margin-left: 20px;
    padding-right: 20px;
    background-color: rgba(69, 208, 160, 0.1);
    width: 100vw;
  }
}

@media (min-width: 1500px) and (max-width: 2000px) {
  .growth:after {
    position: relative;
  }
  .banner h1 {
    font-size: 50px;
    padding-bottom: 0px;
  }
  #line3 {
    transform: rotate(350deg);
    -webkit-transform: rotate(361deg);
    -ms-transform: rotate(350deg);
    position: absolute;
    top: 40%;
    right: 33%;
    height: 110px;
  }
  .contactwr .text-block {
    position: absolute;
    bottom: 129px;
    right: 4px;
  }

  .contact-banner1 img {
    height: 140%;
  }
}
@media (min-width: 769px) and (max-width: 1390px) {
  .growth:after {
    position: relative;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .navbar .navbar-left {
    padding-left: 5px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    /* line-height: 1.67; */
    /* padding-bottom: 5px;
    letter-spacing: 1.3px; */
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 15px 0px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .navbar-default .navbar-collapse {
    margin-top: 35px !important;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    /* line-height: 1.67; */
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 13px 0px 0px;
  }

  .ncbx_logo {
    width: 115px;
    height: 70px;
    padding: 2px;
  }
  .navbar.container-fluid {
    width: 100% !important;
  }
  .growth:after {
    position: relative;
  }
  .footer-aboutus__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-solutions__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-forms__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }

  .footer-address__div {
    padding-left: 0px;
    position: relative;
    left: 5px;
  }
  .footer-contact__div {
    position: relative;
    left: -22px;
  }
  .footer-follow__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 34px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ncbx_logo {
    width: 112px;
    height: 70px;
    padding: 2px;
  }
  .growth:after {
    position: relative;
  }
  .banner h1 {
    font-size: 45px;
    padding-bottom: 0px;
  }
  .aboutus-flex {
    padding-top: 100px;
    display: flex;
    align-items: center;
  }

  .footer-aboutus__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .map .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
  .listview-pad {
    padding-top: 120px;
  }
  .list-view .img-content {
    padding: 15px 10px 15px 30px;
    float: left;
  }

  .list-view1 .img-wrapper1 {
    width: 100%;
    float: left;
  }
  .map-size {
    width: 100%;
    height: 80vh;
  }
  .mapouter {
    position: fixed;
    text-align: right;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0% !important;
    width: 50%;
  }
  .mapview a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    /* border-radius: 0px; */
    margin-right: 20px;
    margin-top: 15px;
    /* width: 30%; */
    margin-bottom: 10px;
    /* border: solid 1px #00c047; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mapview input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    border-radius: 0px;
    margin-right: 20px;
    margin-top: 15px;
    /* width: 61%; */
    margin-bottom: 10px;
    border: solid 0.5px #00c047;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .copy-icon {
    margin-right: 10px;
    margin-left: 90px;
    cursor: pointer;
  }
  .top-padding {
    padding-top: 130px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .growth:after {
    position: relative;
  }
  .text-style {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-left: 20px;
  }
  .contactcontent {
    padding-top: 0%;
    padding-bottom: 5%;
    margin-top: 20px;
  }

  .footer-div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-aboutus__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-solutions__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-forms__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-address__div {
    padding-left: 0px;
    position: relative;
    left: 5px;
  }
  .footer-contact__div {
    position: relative;
    left: -22px;
  }
  .footer-follow__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: -10px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .owl-carousel .owl-item .bigimg {
    display: block;
    width: 100%;
    padding: 80px !important;
  }
  .growth:after {
    position: relative;
  }
  .banner h1 {
    font-size: 35px;
    padding-bottom: 0px;
  }
  .text-style {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-left: 20px;
  }

  .contactcontent {
    padding-top: 0%;
    padding-bottom: 5%;
    margin-top: 20px;
  }
  .footer-div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-aboutus__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-solutions__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .footer-forms__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
  }
  .our-location__button--position {
    position: relative;
    left: 25px;
  }
  .index-form__city-button--bangalore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    width: 49.5%;
    margin-right: 1px;
  }

  .index-form__div-element--padding {
    padding: 1px;
  }
  .index-form__city-button--padding {
    padding: 4px;
  }

  .btnpad {
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .listview-pad {
    padding-top: 120px;
  }
  .map-size {
    width: 100%;
    height: 380px;
  }
  .map .container {
    max-width: 100vw;
  }
  .mapouter {
    position: relative;
    text-align: right;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0% !important;
    width: 100%;
  }
  .list-view .img-content {
    padding: 15px 10px 15px 10px;
    float: left;
    width: 100%;
  }
  .mapview a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    /* border-radius: 0px; */
    margin-right: 20px;
    margin-top: 15px;
    /* width: 30%; */
    margin-bottom: 10px;
    /* border: solid 1px #00c047; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mapview input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    border-radius: 0px;
    margin-right: 20px;
    margin-top: 15px;
    /* width: 61%; */
    margin-bottom: 10px;
    border: solid 0.5px #00c047;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .copy-icon {
    margin-right: 10px;
    margin-left: 90px;
    cursor: pointer;
  }
  .top-padding {
    padding-top: 110px;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .growth:after {
    position: relative;
  }
  .owl-carousel .owl-item .bigimg {
    display: block;
    width: 100%;
    padding: 45px !important;
  }
}
@media (min-width: 527px) and (max-width: 600px) {
  .growth:after {
    position: relative;
  }
  .owl-carousel .owl-item .bigimg {
    display: block;
    width: 100%;
    padding: 35px !important;
  }
}
@media (min-width: 426px) and (max-width: 526px) {
  .owl-carousel .owl-item .bigimg {
    display: block;
    width: 100%;
    padding: 25px !important;
  }
  .growth:after {
    position: relative;
  }
}
@media (min-width: 180px) and (max-width: 425px) {
  .gridtxt7::after {
    left: 46%;
    top: 90px;
    transform: rotate(180deg);
  }
  .gridtxt8::after {
    left: 46%;
    top: 90px;
    transform: rotate(180deg);
  }
  .btnpad {
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .list-view1 .grid-box {
    width: 100%;
    /* float: left; */
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    /* padding-bottom: 20px; */
  }
  .img-content a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #00c047;
    padding: 9px 50px;
    border-radius: 2px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .banner h1 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .banner p {
    font-size: 12px;
  }
  .sub_word {
    font-size: 10px;
    color: #fff;
  }
  .growth:after {
    position: relative;
  }
  .footer-address__div {
    padding-left: 0px;
    position: relative;
    left: 5px;
  }
  .banner .start-box {
    padding: 6px 5px 20px 5px;
  }
  .description,
  .description1,
  .benefits p {
    font-size: 13px;
  }
  .footer-contact__div {
    position: relative;
    left: -22px;
    padding-left: 25px;
  }
  .footer-follow__div {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: -10px;
  }
  .growth .card-text {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 0.44px;
    color: #000000;
    margin-left: 0px;
    max-width: 100%;
  }

  .plans h3,
  .growth h3 {
    font-size: 15px;
  }
  .banner .dropdown-select {
    height: 35px;
    font-size: 15px;
  }
  .banner .dropdown i {
    font-size: 20px;
  }
  .banner .visiting {
    left: 25%;
    bottom: 6%;
  }
  .map-size {
    width: 100%;
    height: 200px;
  }
  .mapouter {
    position: relative;
    text-align: right;
    float: none !important;
    margin-right: 0px !important;
    margin-top: 0% !important;
    width: 100%;
  }
  .mapview a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    /* border-radius: 0px; */
    margin-right: 20px;
    margin-top: 15px;
    /* width: 30%; */
    margin-bottom: 10px;
    /* border: solid 1px #00c047; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mapview input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #555;
    /* padding: 9px 50px; */
    border-radius: 0px;
    margin-right: 20px;
    margin-top: 15px;
    /* width: 61%; */
    margin-bottom: 10px;
    border: solid 0.5px #00c047;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .copy-icon {
    margin-right: 10px;
    margin-left: 30px;
    cursor: pointer;
  }

  .top-padding {
    padding-top: 80px;
  }
  .list-view .img-content {
    padding: 15px 10px 15px 10px;
    float: left;
    width: 100%;
  }
}

/*ie*/

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridtxt {
    background: #f7fafa;
    min-height: 280px;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    color: #000;
    transition: 0.5s;
    position: relative;
  }
  .list-view .carousel-control.right {
    right: -10px;
  }
  .wizard .nav-tabs > li {
    width: 33%;
    text-align: center;
  }
  .calline {
    background-repeat: no-repeat;
  }
  .arrowfloat {
    display: none;
  }
  .jssora107 {
    right: 50px !important;
  }
}

/*careerpages*/

.careercard .nav-tabs {
  border-bottom: 0px;
  margin-top: 10px;
}

.careercard .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}

.careercard .nav-tabs > li > a {
  border: none;
  color: #000000;
  background: transparent;
  font-size: 16px;
  padding: 0px;
  font-weight: 600;
  margin-right: 70px !important;
}

.careercard .nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #00c047 !important;
  background: transparent;
}

.careercard .nav-tabs > li > a::after {
  content: '';
  background: #00c047;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.careercard .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.careercard .tab-pane {
  padding: 5px 0;
}

.careercard .tab-content {
  padding: 5px 0px;
}

/* .nav-tabs > li  {width:10%; } */

.careercard {
  margin-bottom: 30px;
}

/*according*/

.careercard .panel-heading {
  padding: 0;
  border: 0;
}

.careercard .panel-body {
  padding: 5px 0px;
}

.descri {
  line-height: 1.83;
  margin-bottom: 30px;
}

.jobheading {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.83;
  letter-spacing: 0.43px;
  color: #000000;
}

ul.skilllist {
  margin-top: 25px;
  padding: 0;
  margin-bottom: 30px;
}

.educdesc {
  margin-top: 30px;
}

ul.skilllist li {
  list-style: none;
  line-height: 25px;
}

.careercard .btn-apply {
  border-radius: 0px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #00c047 !important;
  margin-right: 40px;
  margin-top: 40px;
  padding: 8px 22px;
  border-radius: 2px;
}

.careercard .btn-success {
  border-radius: 0px;
  float: right;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #00c047 !important;
  margin-right: 40px;
  margin-top: 25px;
  padding: 8px 22px;
}

.careercard .panel {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.careercard .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd !important;
}

.panel-title1 {
  border-bottom: 1px solid #f2f2f2;
}

.name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.56px;
  color: #000000;
}

.place {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 8px;
  line-height: 2;
  letter-spacing: 0.39px;
  color: #555;
}

.careercard .panel-heading a:before {
  font-family: 'FontAwesome';
  content: '\f107';
  margin-top: 0px;
  border-radius: 50%;
  border: 1px #e2e2e2 solid;
  width: 45px;
  color: #969696;
  display: block;
  padding: 8px 13.8px;
  font-size: 24px;
  height: 45px;
  float: right;
  transition: all 0.5s;
}

.careercard .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*homepage-careerbannner*/

.homecareer .career-text {
  position: absolute;
  /* bottom: 0; */
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
}
.homecareer {
  position: relative;
}
.btn-career img {
  margin-left: 30px;
}
/* .slick-cloned.slick-active ~ .slick-slide {
    visibility: hidden;
} */
.slick-slide {
  visibility: hidden;
}
.slick-slide.slick-active {
  visibility: visible;
}
.slick-slide.slick-active.slick-center {
  visibility: visible;
}
.slick-slide.slick-active.slick-center ~ .slick-active {
  visibility: visible;
}
.btn-career {
  background-color: #00c047;
  font-size: 16px;
  font-weight: 500;
  margin-left: 200px;
  padding: 11px 16px;
  letter-spacing: 0.53px;
  color: #ffffff;
}

.btn-career:hover {
  opacity: 0.7;
  color: #ffffff;
}

.homecareer .banner {
  width: 100%;
}

.career-text h2 {
  font-size: 40px;
  margin-left: 260px;
  font-weight: 600;
  text-align: center;
  line-height: 1.13;
  color: #f7fafa;
}

/****testinomial****/

.testimonial {
  padding: 10px 0px 10px;
}

.outer {
  margin: 0 auto;
  max-width: 800px;
}
.outer2 {
  margin: 0 auto;
  max-width: 100%;
}

#big .item {
  padding: 0;
  /* background: url(../images/quote.svg) #ffffff left 65px no-repeat; */
  padding-left: 40px;
  padding-bottom: 30px;
  /* position: relative; */
}

.textright {
  margin-left: 50px;
}

#big .item img {
  width: auto !important;
}

.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  cursor: default;
}

#thumbs {
  margin-left: 38px;
}

.testimonial .owl-nav {
  margin-top: 15px;
  position: absolute;
  left: 355px;
  display: flex;
  margin-bottom: 30px;
}

#thumbs .item {
  border-radius: 5px;
  border: solid 1px #d0dede;
  padding: 5px 5px;
  margin-right: 5px;
  cursor: pointer;
  width: 5px;
}

#thumbs .current .item {
  border-radius: 50px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #cee4e4;
  background-color: #ffffff;
}

.owl-theme .owl-nav [class*='owl-'] {
  margin: 0px !important;
  padding: 0px 4px !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

#big.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  display: block;
}

.owl-carousel .quoteimg {
  background: #f7fafa;
  padding: 70px 80px;
  /* position: relative; */
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* #big .item:after {
  content: '';
  position: absolute;
  bottom: -21px;
  background: url(../images/arrow-down.svg) 0 0 no-repeat;
  z-index: 9999999999;
  height: 81px;
  width: 78px;
  background-size: 74px;
} */

#big .item1:after {
  left: 11%;
}

#big .item2:after {
  left: 35%;
}

#big .item3:after {
  left: 60%;
}

#big .item4:after {
  left: 85%;
}

#big .item5:after {
  left: 11%;
}

#big .item6:after {
  left: 35%;
}

#big .item7:after {
  left: 60%;
}

#big .item8:after {
  left: 85%;
}

.quoteimg1 {
  position: absolute;
  left: 5px;
  top: 60px;
}

.testname {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  color: #000000;
}

.testdes {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.5px;
  color: #000000;
}

.testdesg {
  opacity: 0.5;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.38px;
  color: #000000;
}

/* ======================================== Small devices (tablets, up to 768px) ========================================*/

select {
  width: 170px;
  height: 30px;
  appearance: none;
  background-color: #fff;
  /* margin: 10px; */
}

.req-container {
  display: flex;
  justify-content: space-between;
}
.input-size {
  width: 170px;
  height: 30px;
}
/*end */
