::selection {
  color: #fff;
  background-color: #008C9E;
}
::-moz-selection {
  color: #fff;
  background-color: #008C9E;
}
a,
.transiction-effect {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.topHeader {
  background-color: #008C9E;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topHeader .folowUs {
  float: left;
  width: 50%;
  margin: 0;
}
.topHeader .folowUs ul {
  float: left;
  padding: 0;
  margin-bottom: 0;
}
.topHeader .folowUs ul li a {
  color: #fff !important;
  font-size: 13px;
  line-height: 12px;
  font-weight: bold;
  margin: 4px 0;
}
.topHeader .folowUs ul li a:active, .topHeader .folowUs ul li a:focus{color: #fff !important;}
.topHeader .folowUs ul li a:hover {
  color: #d9eeff !important;
}
.topHeader .dropShipMenu {
  float: right;
  width: 50%;
}
.folowUs.dropShipMenu ul {
  float: right;
  padding: 0;
}
.carousel.slide .carousel-inner a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
header {
  position: fixed;
  top: 0;
  float: left;
  width: 100%;
  z-index: 9999;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.continerSlide{display: none;}
/* #Navigation
  ================================================== */
.navigation-wrap .navbar {
  padding-top: 8px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 28px 0 8px;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0 0 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 28px;
}
.start-header.scroll-on .navbar-light .navbar-nav .nav-link {
  font-size: 13px;
}
.start-header.scroll-on .navigation-wrap .navbar {
  padding-top: 6px;
}
.start-header.scroll-on .topHeader .folowUs ul li a {
  margin: 0;
}
.start-header.scroll-on .navbar-brand img {
  height: 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  height: 35px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #fff !important;
}
.nav-item.active .nav-link {
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #008C9E;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.topHeader .nav-item .dropdown-menu {
  background: rgba(000, 000, 000, 0.75);
  padding: 0 !important;
  border-radius: 0;
}
.topHeader .folowUs ul li.nav-item .dropdown-menu a {
  border-bottom: 1px solid #adadad;
  padding-top: 6px;
  padding-bottom: 6px;
}
.topHeader .folowUs ul li.nav-item .dropdown-menu a:hover {
  color: #fff !important;
}
.topHeader .folowUs ul li.nav-item .dropdown-menu a:last-child {
  border-bottom: 0px solid #adadad;
}

/* #Primary style
  ================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}
p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1700ms;
}
.modal-content .myModal .contentterm p{text-align: left;}
body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}
h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}
body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}
h1 span:nth-child(1) {
  transition-delay: 1000ms;
}
h1 span:nth-child(2) {
  transition-delay: 700ms;
}
h1 span:nth-child(3) {
  transition-delay: 900ms;
}
h1 span:nth-child(4) {
  transition-delay: 800ms;
}
h1 span:nth-child(5) {
  transition-delay: 1000ms;
}
h1 span:nth-child(6) {
  transition-delay: 700ms;
}
h1 span:nth-child(7) {
  transition-delay: 900ms;
}
h1 span:nth-child(8) {
  transition-delay: 800ms;
}
h1 span:nth-child(9) {
  transition-delay: 600ms;
}
h1 span:nth-child(10) {
  transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}
h1 span:nth-child(11) {
  transition-delay: 1300ms;
}
h1 span:nth-child(12) {
  transition-delay: 1500ms;
}
h1 span:nth-child(13) {
  transition-delay: 1400ms;
}
h1 span:nth-child(14) {
  transition-delay: 1200ms;
}
h1 span:nth-child(15) {
  transition-delay: 1450ms;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #008C9E;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}
body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #008C9E !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(000, 000, 000, 0.6);
}

.topHeader .nav-item.show .dropdown-menu{
  width: 175px;
}
.topHeader .nav-item.show .dropdown-menu:before{
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #4b4949 transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -8px;
  left: 28px;
}
.topHeader .dropShipMenu .nav-item.show .dropdown-menu{
  right: 0;
  left: inherit;
}
.topHeader .dropShipMenu .nav-item.show .dropdown-menu:before{
  right: 28px;
  left: inherit
}

.topHeader .folowUs ul li .dropdown-menu a{
  font-weight: normal;
  padding: 6px 10px !important;
  width: 100%;
  letter-spacing: 0;
  font-size: 12px;
}
.topHeader .folowUs ul li.nav-item .dropdown-menu a:hover{
  color: #b9d7ff !important;
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img {
  filter: brightness(100%);
}
body.dark h1 {
  color: #fff;
}
body.dark h1 span {
  transition-delay: 0ms !important;
}
body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link {
  color: #fff !important;
}
body.dark .nav-item.active .nav-link {
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
.folowUs {
  float: left;
  padding-right: 0;
  margin-top: 5px;
}
.folowUs li {
  float: left;
  list-style-type: none;
  margin-right: 12px;
  line-height: 12px;
}
.folowUs li:last-child {
  margin-right: 0;
}
.folowUs li a {
  color: #000;
  font-size: 15px;
}
.folowUs li a:hover {
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  color: #000 !important;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -2px;
  margin-left: 8px;
}
.bodyWrap {
  float: left;
  width: 100%;
  padding-top: 0;
  background-color: #fff;
}

/* header New Css Start HEre:- */
header, .topHeader{position: relative;}
.resortMainHeader{float: left; width: 100%;}
.resortMainHeader .flexEnd{justify-content: flex-end;}
.resortMainHeader .navbar ul.navbar-nav li a{padding-top: 18px !important; padding-bottom: 18px !important;}
.resortMainHeader .navbar ul.navbar-nav li a:hover{color: #008C9E !important}
.resortMainHeader .navbar ul.navbar-nav li {margin-left: 32px;}
.resortMainHeader .navbar ul.navbar-nav li:first-child{margin-left: 0}
.resortMainHeader .navbar ul.navbar-nav li .dropdown-menu{padding: 0 !important; border-radius: 0 !important;}
.resortMainHeader .navbar ul.navbar-nav li .dropdown-menu a.dropdown-item{padding: 8px 10px !important; color: #417e2d !important}
.resortMainHeader .navbar ul.navbar-nav li .dropdown-menu a.dropdown-item{border-bottom: 1px solid #ededed; border-radius: 0;}
.resortMainHeader .navbar ul.navbar-nav li .dropdown-menu a.dropdown-item:last-child{border-bottom: 0 solid;}
.resortMainHeader .navbar ul.navbar-nav li .dropdown-menu a.dropdown-item:hover, .resortMainHeader .navbar ul.navbar-nav li .dropdown-menu a.dropdown-item:focus{background-color: #008C9E; color: #ffffff !important}
.resortMainHeader .navbar .nav-item.dropdown:after{height: 0}
.image-containerBanner{ position: relative;}
.image-containerBanner:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* header New Css END HEre:- */
.whyChoseWrap {
  float: left;
  width: 100%;
  background-color: #f7fcff;
  position: relative;
}
.whyChoseWrap.whiteBg {
  background-color: #fff;
}
.sourceBox {
  width: 300px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  margin-bottom: 30px;
  float: left;
  min-height: 165px;
}
.leftSorce {
  float: left;
  width: 350px;
}
.leftSorce .sourceBox:nth-child(2n) {
  float: right;
}
.rightSorce {
  float: right;
  width: 350px;
}
.leftSorce .sourceBox:first-child,
.leftSorce .sourceBox:last-child {
  float: left;
}
.rightSorce .sourceBox:first-child,
.rightSorce .sourceBox:last-child {
  float: right;
}
.whyImg {
  position: absolute;
  left: 37%;
}
.whyImg img {
  width: 300px;
}
.servcieBox {
  float: left;
  width: 100%;
  margin: 80px 0 0;
}
.headTitle {
  font-size: 32px;
  margin: 0 0 30px;
}
.width-100 {
  float: left;
  width: 100%;
}
.benefits {
  margin: 30px 0;
}
.benefits .benefits__home .benefits__bx {
  padding: 24px 28px 24px;
  max-height: 475px;
  min-height: 475px;
  position: relative;
}
.benefits__home .col-md-3 {
  float: left;
}
.benefits__bx p.learn-more {
  position: absolute;
  bottom: 20px;
}
.benefits__bx p.learn-more a {
  color: #000;
  display: flex;
  align-items: center;
}
.benefits__bx p.learn-more a:hover {
  color: #008C9E;
  text-decoration: none;
}
.benefits__bx p.learn-more a img {
  height: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  margin-bottom: 0;
  margin-left: 5px;
}
.benefits__bx p.learn-more a:hover img {
  margin-left: 8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.benefits__home .benefits__bx {
  width: 100%;
  float: left;
  padding: 45px 32px 70px;
  border-radius: 8px;
  box-shadow: 0 10px 46px 0 rgb(0 0 0 / 10%);
  background: #fff;
}
.benefits__home .benefits__bx:first-child {
  margin-left: 0;
}
.benefits__home .benefits__bx h3 {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin: 15px 0 0px;
  height: auto;
  overflow: hidden;
}
.benefits__home .benefits__bx p {
  font-size: 16px;
  line-height: 24px;
  color: #8d959d;
  margin: 0;
  text-align: left;
}
.sourceBox h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
}
.sourceBox p {
  font-size: 14px;
  color: #8d959d;
  text-align: left;
  margin: 0;
  padding: 0;
}
.sourcing {
  justify-content: space-between;
  background-position: center;
  background: url(../images/home_services.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}
/* Brand Splide Css */
.splide {
  padding: 20px 0;
}
.splide__slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: transform 400ms;
  transform: scale(0.9);
  transform-origin: center center;
}
.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
}
.splide .splide__arrow:active,
.splide .splide__arrow:focus {
  border: 0px solid !important;
  outline: none;
}
.splide .splide__arrow svg {
  width: 24px;
  height: 40px;
  background: rgba(000, 000, 000, 0.5);
  padding: 4px;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  background: transparent;
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: transparent;
}
.brandBox .splide li {
  margin-left: 20px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 15px;
}
.brandBox .splide li img {
  height: 95px;
  width: 100%;
}
.brandBox .splide li p {
  text-align: left;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #575757;
}
.ourBrnad_wrpa {
  margin-bottom: 55px;
}
.premiumCatalog_box {
  margin-bottom: 70px;
}
.premiumCatalog_box .premCol {
  float: left;
}

/* Blog Section */
.BlogContainer {
  margin: 70px 0 75px;
}
.BlogContainer .blogCol {
  float: left;
}
.blogSnip {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.blogSnip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blogSnip img {
  width: 100%;
  vertical-align: top;
  position: relative;
}

.blogSnip figcaption {
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.blogSnip figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: "";
  background: -moz-linear-gradient(90deg, #081527 0%, #008C9E 100%, #008C9E 100%);
  background: -webkit-linear-gradient(90deg, #081527 0%, #008C9E 100%, #008C9E 100%);
  background: linear-gradient(90deg, #081527 0%, #008C9E 100%, #008C9E 100%);
  opacity: 0.8;
  z-index: -1;
}

.blogSnip .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.blogSnip .date span {
  display: block;
  line-height: 14px;
}

.blogSnip .date .month {
  font-size: 11px;
}

.blogSnip h3,
.blogSnip p {
  margin: 0;
  padding: 0;
}

.blogSnip h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
  font-size: 18px;
}

.blogSnip p {
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 0px;
  display: none;
}

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

.blogSnip:hover img,
.blogSnip.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* catalog Box Css */
figure.snip0016 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-height: 275px;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s,
    -o-transform 0.35s, transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.headDescription {
  width: 50%;
  margin: 0 auto 30px;
}
.headDescription p {
  font-size: 16px;
  color: #595959;
  transform: translate(0);
  transition: inherit;
  transition-delay: 0ms;
}
.divider {
  float: left;
  height: 9px;
  width: 100%;
  background: url("../images/border-pattern.png");
}
.grayContainer {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.serviceHelp ul {
  padding-left: 0;
}
.serviceHelp ul li {
  width: 33.33%;
  float: left;
  list-style-type: none;
}
.serviceHelp ul li img {
  float: left;
  margin-top: 8px;
  filter: brightness(0) invert(0);
}
.serviceHelp ul li .contentService {
  padding-left: 70px;
}
.contentService label {
  font-size: 18px;
  color: #1b2122;
  margin: 0;
  line-height: 24px;
  font-family: "playfair_display_scsemibold";
}
.contentService p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 0;
  transform: translate(0);
  transition: inherit;
  transition-delay: 0ms;
  text-align: left;
  padding-top: 4px;
}
.FooterBootm {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #061333;
}
.footerCopy {
  float: left;
  width: 100%;
  padding: 20px 5px;
  border-top: 1px solid #5c616b;
  background-color: #061433;
  color: #fff;
}
.footerlogo {
  height: 50px;
  filter: brightness(0) invert(1);
  margin-bottom: 15px;
}
.footerCopyRsrt_text{
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.footerCopyRsrt_text .logoftr{display: flex; flex-direction: row;}
.footerCopyRsrt_text .logoftr label{margin-bottom: 0;}
.footerCopyRsrt_text .logoftr label img{
  filter: brightness(0.5) invert(1);
  height: 24px;
  margin-right: 10px;
}
.footerCopyRsrt_text span {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.footerCopy p, .footerCopy span{color: #d0d0d0;}
.footerCopy .footerCopyRsrt_text p a{color: #41dff4;}
.footerFsc-widgt p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  float: left;
  transform: translate(0);
  transition: inherit;
  transition-delay: 0ms;
  text-align: left;
}
.footerFsc-widgt h5 {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.quicklink {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding-left: 0;
}
.quicklink li {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding-left: 0px;
  align-items: center;
}
.quicklink li img {
  filter: brightness(0) invert(1);
  height: 8px;
  width: 8px;
  margin-right: 4px;
  float: left;
  margin-top: 0px;
  opacity: 0.6;
}
.quicklink li a {
  color: #bdbdbd;
  font-size: 13px;
  width: calc(100% - 24px);
  padding-left: 8px;
  float: left;
  font-weight: 300;
}
.quicklink li a:hover{color: #41dff4;}
.subscribeEmail {
  float: left;
  width: 100%;
  height: 42px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 15px;
}
.footerFsc-widgt .orangBtn {
  margin-top: 10px;
  font-size: 15px;
  text-transform: none;
}
.orangBtn {
  float: left;
  padding: 12px 30px;
  background: #008C9E;
  color: #fff;
  border: 2px solid #008C9E;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
}
.footerCopy p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center !important;
  color: #d0d0d0;
  transform: translate(0);
  transition: inherit;
  transition-delay: 0ms;
  text-align: left;
  padding-top: 0;
}
.footerCopy p a {
  color: #000;
}
.footerSocial-widgt{margin-top: 45px;}
.homeTab{margin: 60px 0 50px; float: left; width: 100%;}
.homeTab .nav-tabs{border-bottom: 0px solid; margin-top: 30px; display: flex; justify-content: center; margin-bottom: 45px;}
.homeTab .nav-tabs .nav-item {margin-left: 10px;}
.homeTab .nav-tabs .nav-item:first-child{margin-left: 0;}
.homeTab .nav-tabs .nav-item .nav-link{border: 1px solid #008C9E; height: 40px;
  line-height: 36px;  border: 1px solid #008C9E; border-radius: 30px;  width: auto;   padding: 0 20px !important;
  text-align: center; text-transform: capitalize; font-weight: 500;}
.homeTab .nav-tabs .nav-link.active{
  z-index: 2;
  background: #008C9E;
  color: #fff !important;
}
.homeTab .nav-tabs .nav-item:after{display: none;}
.homeTab .nav-tabs .nav-item.nav-item::before{display: none !important;}
.homeTab .nav-tabs .nav-item:hover a.nav-link{background-color: #f8fff6; color: #008C9E !important;}
.benefits__bx{
    padding: 25px 25px 30px;
    max-height: 400px;
    min-height: 400px;
    border-radius: 8px;
    box-shadow: 0 10px 46px 0 rgba(000, 000, 000, 0.1);
    background: #fff;
    float: left;
    text-align: center;
}
.benefits__bxCont h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.benefits__bxCont p{
  font-size: 17px;
  color: #8d959d;
  display: -webkit-box;
}
.benefits__bx img{margin-bottom: 20px;}
.benefits__bx .homeTab_link{position: absolute; bottom: 30px; width: calc(100% - 80px);}
.benefits__bx .homeTab_link a{color: #008C9E; text-transform: uppercase;}
.benefits__bx .homeTab_link a:hover{text-decoration: underline;}

/* feature Exclusive city */
.propertyMngmnt_Container{padding-left: 0; padding-right: 0;}
.pmngmntArea{padding-bottom: 40px;}
.propertyMngmnt .floatLeft{
  float: left;
}
.propertyMngmnt h3{
  font-size: 22px;
  margin: 40px 0 18px;
}
.propertyMngmnt .featureCard_exclusive {
  box-shadow: 0 0 5px rgba(000,000,000,0.15);
  color: #fff;
  float: left;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
.propertyMngmnt .image.features_Image {
  position: relative;
  margin: 0 auto;
  height: 250px;
  width: 100%;
  float: left;
  background: #ededed;
}
.propertyMngmnt .image.features_Image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  max-width: auto;
  max-height: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  height: 100%;
  width: auto;
}
.propertyMngmnt .featureCard_exclusive figcaption {
  padding: 10px 15px 15px;
  bottom: 0;
  width: 100%;
  position: relative;
  float: left;
}
.propertyMngmnt .featureCard_exclusive figcaption .fp_price {
  position: absolute;
  top: -42px;
  background: rgba(8, 17, 11, 0.55);
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
}
.pmngmntArea .LoaderBtn_center{
  margin-top: 20px;
}
.propertyMngmnt .featureCard_exclusive .fp--excerpt{
  height: 82px;
  overflow: hidden;
  color: #525252;
  font-size: 15px;
}
.propertyMngmnt .featureCard_exclusive figcaption .fp-title h4 {
  font-size: 20px;
  color: #000;
  margin: 5px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.propertyMngmnt .featureCard_exclusive figcaption .fp--excerpt p {
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
  text-align: left;
  transition: none;
  font-size: 15px;
}
.propertyMngmnt .property_detail {
  border-top: 1px solid #c6c6c6;
}
.propertyMngmnt .property_detail .area {
  border-right: 1px solid #c6c6c6;
  width: 20%;
  float: left;
  padding: 6px 10px;
}
.propertyMngmnt .property_detail .area.area_First {
  width: 40%;
}
.propertyMngmnt .property_detail .area:last-child{
  width: 40%;
  border-right: 0;
}
.propertyMngmnt .property_detail .area img {
  width: 18px;
  float: left;
  opacity: 0.5;
}
.propertyMngmnt .property_detail .area span {
  width: calc(100% - 25px);
  float: left;
  font-size: 12px;
  color: #000;
  padding-left: 8px;
}
/* New Desing CSS */
.splideBannerList .Slide_bannerImage .imageGalery{float: left; width: 100%;}
.splideBannerList .Slide_bannerImage .imageGalery img{width: 100%; height: auto;}
.whyChoseWrap.clorThembg{background: #008C9E; margin: 60px 0;}
.whyChoseWrap.clorThembg h1.headTitle{color: #fff;}
.whyresotyBox{float: left;margin-bottom: 20px; display: flex;}
.whyresotyBox .benefits__bx, .dflex{display: flex;}
.whyresotyBox .benefits__bx img{width: 75px; height: 75px;}
.whyresotyBox .benefits__bx .benefits__bxCont{min-height: inherit; max-height: inherit;text-align: left; padding-left: 24px;}
.benefits__home .whyresotyBox .benefits__bx h3{margin-top: 0;}
.benefits .benefits__bx .benefits__home .benefits__bx, .benefits .benefits__home .whyresotyBox .benefits__bx{
  max-height: inherit;
  min-height: auto;
}
.whyresotyBox .benefits__bx p.learn-more{position: relative; top: 0; margin-top: 25px;}
.whyresotyBox .benefits__bx p.learn-more a{color: #008C9E}
.brnndWidth .premiumCatalog h1.headTitle{color: #008C9E;}
.whyresotyBox .benefits__bx p.learn-more a img{width: 12px; height: 12px;}
.benefits__home .whyresotyBox .benefits__bx p{
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.blogSnip h3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blogSnip .date span{color: #008C9E;}
.blogSnip .date .month{color: #000;}

/* resort New Filter ad category addedCSS */
.BodyContainer_mlsContent.resrtInfofltr{margin-top: 30px; float: left; width: 100%;}
.resrtInfofltr ul.resortFilterList li{margin-bottom: 8px}
.resrtInfofltr ul.resortFilterList li:last-child{margin-bottom: 0}
.resrtInfofltr ul.resortFilterList li span{font-size: 13px;display: flex; align-items: center;}
.resrtInfofltr ul.resortFilterList li span input{margin-right: 5px;}
.resrtListImage, .mainCntntBox_col, .hidepaddingBoth{padding-left: 0; padding-right: 0}
.resrtInfofltr .room-item.shadow { box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px !important;}
.resrtInfofltr .bookingInfo .room-item{margin-bottom: 16px;}
.mainCntntBox .mbViw_imgBx {display: none;}
.resrtInfofltr .resortList_dFlex {height: 100%;}
.BodyContainer_mlsContent .resrtListImage img{margin: 0}
.rsrtNmeMn h1 {font-size: 16px; font-weight: 700; margin-bottom: 4px;color: #000; transition: all 0.3s; text-align: left;}
.rsrtNmeMn p.mapPointer {font-size: 12px; color: var(--lightGrey); margin-bottom: 8px; transition: all 0.3s;display: flex;align-items: center;margin: 0;line-height: 20px;}
.rsrtNmeMn .faciltyBx_lst {flex-wrap: wrap; margin-top: 8px;}
.mainCntntBox, .listResortvalue {padding: 10px 12px;}
.rsrtNmeMn p.mapPointer img {width: 10px;margin: 0;margin-right: 4px;}
.shortDes_list {overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.rightPrcDetl_lsit {border-left: 1px solid; background-color: #f8f8f8; border-color: #e3e3e3;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.faciltyBx_lst span {border: 1px solid; font-size: 10px; color: #3c3c3c; padding: 0 8px; height: 22px;display: flex; align-items: center; margin-right: 8px;border-radius: 4px;border-color: var(--lightGrey);font-weight: 300;letter-spacing: -0.35px;text-wrap: nowrap; margin-bottom: 6px;}
.BodyContainer_mlsContent .shortDes_list div, .BodyContainer_mlsContent .shortDes_list p{font-size: 14px; color: #000;transition: all 0.3s; margin: 0;}
.revwBx_RsrtList {width: 100%; margin-bottom: 15px; padding-right: 0; padding-top: 10px;}
.revwBx_RsrtList p {font-size: 12px !important; margin: 0;font-weight: 600; color: #000 !important;}
.revwBx_RsrtList p span {font-size: 10px;color: var(--grey);letter-spacing: -0.5px; font-weight: 300; padding-left: 4px;}
.listResortvalue .resortPricTbl p.notPrc {color: #008234;font-size: 12px; opacity: 0.7; text-transform: uppercase;}
.revwBx_RsrtList span.nmbrRating {width: 22px;height: 22px;background: #008C9E;color: #fff;font-size: 9px;justify-content: center;display: flex;align-items: center;border-radius: 12px 12px 12px 0;}
.resortPricTbl p.mainPric {color: #000;font-size: 15px; font-weight: 600; margin-bottom: 2px;}
.BodyContainer_mlsContent.resrtInfofltr .leftFaq_cms .mlsFaqs.stickyPart{margin-bottom: 16px}

@media (max-width: 767px) {
  .footerCopyRsrt_text .logoftr {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
  }
  .footerCopyRsrt_text{flex-direction: column;}
  .footerCopyRsrt_text .logoftr label img{margin: 0 0 10px;}
  .grayContainer.footerpayGray, .resortMainHeader{background-color: #fff;}
  .boxTab_Home{
    width: 100%;
    max-width: 100%;
    flex: inherit;
    margin-bottom: 12px;
  }
  .homeTab .nav-tabs .nav-item{margin: 0 4px 8px;}
  .homeTab .nav-tabs .nav-item:first-child{margin-left: 5px;}
  .homeTab .nav-tabs{margin-bottom: 25px;}
  h1 {
    font-size: 38px;
  }
  .nav-item:after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
    display: none;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
  figure.snip0016{margin: 0 0 15px;}
  .resrtListImage {display: none;}
  .resrtListImage, .mainCntntBox_col, .hidepaddingBoth{padding-left: 15px; padding-right: 15px;}
  .resortDetl_list .mainCntntBox{padding-left: 0; padding-right: 0;}
  .paddingHideCol{padding-left: 15px !important; padding-right: 15px !important;}
  .mainCntntBox .mbViw_imgBx {display: block;}
  .mainCntntBox .mbViw_imgBx img {border-radius: 4px;}
}
.clearFix {
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}
/* Test Style Css */
.testim {
  width: 100%;
  margin-top: 0;
  min-height: 375px;
  position: relative;
  background: url(../images/testimonialsBanner.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: contain;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}
.testim .quote {
  float: left;
  width: 100%;
}
.testim .quote:before {
  content: "";
  background: url(../images/quote.png);
  opacity: 0.6;
  position: absolute;
  width: 250px;
  height: 250px;
  filter: brightness(0) invert(1);
  opacity: 0.08;
  left: 0;
}
.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #000;
  border-color: #b7cafc;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #fff;
  font-size: 22px;
  margin: 15px 0;
  text-transform: uppercase;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #e74848;
    box-shadow: 0px 0px 10px 5px #e74848;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #e74848;
    box-shadow: 0px 0px 0px 0px #e74848;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #e74848;
    box-shadow: 0px 0px 10px 5px #e74848;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #e74848;
    box-shadow: 0px 0px 0px 0px #e74848;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #e74848;
    box-shadow: 0px 0px 10px 5px #e74848;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #e74848;
    box-shadow: 0px 0px 0px 0px #e74848;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #e74848;
    box-shadow: 0px 0px 10px 5px #e74848;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #e74848;
    box-shadow: 0px 0px 0px 0px #e74848;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #e74848;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #e74848;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

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

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

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

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}
.cmsContainer {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 75px;
}
.cmsContainer img {
  margin: 0 auto 35px;
  display: block;
  height: 350px;
  max-width: auto;
  width: auto;
}
.accordion__faq {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.cmsContainer h1,
.accordion__faq h1 {
  font-size: 28px;
  color: #000;
  margin: 0 0 15px;
  text-align: center;
}
.cmsContainer p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.cmsContainer .BlogContainer {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.cmsContainer .BlogContainer p {
  font-size: 15px;
  line-height: 18px;
}
.cmsContainer .blogSnip h3 {
  font-size: 18px;
  font-weight: 600;
}
.contactUsinfo,
.contactUSfrom-wrapper {
  float: left;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.contactUsinfo {
  padding-left: 50px;
}
.Cmscontainer .contactUSfrom-wrapper h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
.form-group {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.form-group label.control-label {
  font-size: 14px;
  font-weight: 400 !important;
  float: left;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: right;
}
.form-group .inputForm-control input {
  font-size: 14px;
  height: 34px;
  width: 100%;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
}
.form-group .inputForm-control.inputFile_upld input{border: 0px solid; padding-left: 0;}
.form-group .inputForm-control.inputFile_upld .file-border{border: 0px solid #ccc;width: 100%;padding: 0 5px;height: 30px;text-overflow: ellipsis;opacity: 0;z-index: 9;position: relative;}
.form-group .inputForm-control.inputFile_upld .upload-btn{width: calc(100% - 30px);height: 30px;border: 0px solid;position: absolute;top: 0;z-index: 1;padding-left: 105px;line-height: 30px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;font-size: 13px; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.form-group .inputForm-control.inputFile_upld .upload-btn::before{position: absolute;content: "Choose File";background: #008C9E;color: #fff;height: 30px;width: auto;line-height: 30px;padding:0 12px;text-transform: normal;top: 0;left: 0; font-size: 14px;
  text-align: center;
  border-radius: 3px;}
.captchImg input {
  margin-top: 10px;
}
.cmsContainer .captchImg img {
  width: auto;
  height: 34px;
  float: left;
  margin-bottom: 10px;
}
p.captcharfrsh {
  text-align: left;
}
.inputForm-control .btn-signup {
  width: 200px !important;
  background-color: #000;
  color: #fff;
}
.contactUsinfo .contactInfocontent {
  float: left;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0px 5px 9px -5px #a1a1a1;
  -moz-box-shadow: 0px 5px 9px -5px #a1a1a1;
  box-shadow: 0px 5px 9px -5px #a1a1a1;
  padding: 15px;
}
.contactUsinfo .contactInfocontent ul li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.contactUsinfo .contactInfocontent ul li span {
  float: left;
  height: auto;
  margin: 0;
  line-height: 14px;
}
.contactUsinfo .contactInfocontent ul li p {
  padding-left: 26px;
  font-size: 14px;
  color: #666;
  line-height: 17px;
}
.mapContainer .mapView_contct {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

/* FAQ Css Start Here */
#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}
.accordion__faq h2 {
  font-size: 18px;
  margin-top: 50px;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #245fb0;
  color: #fff;
  padding: 10px 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "";
  font-weight: 900;
  float: right;
  background: url(../images/down-arrow.png);
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #008C9E;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  transform: rotate(0deg);
}

#main #faq .card .collapsing {
  background: #e3e3e3;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #e3e3e3;
  line-height: 30px;
  color: #222;
}
.accordion__faq {
  margin-top: 35px;
}
.cmsContainer .accordion__faq h1 {
  margin-bottom: 40px;
}
.accordion__faq p {
  line-height: 24px;
  width: auto;
  color: #636363;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
}
.faqSearch {
  width: 70%;
  margin: 20px auto;
  position: relative;
}
.faqSearch input {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #333;
  background: #e3e3e3;
  color: #000;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
}
.faqSearch button {
  position: absolute;
  background: #464646;
  right: 2px;
  top: 2px;
  height: 38px;
  width: 50px;
  border: 1px solid #464646;
  border-radius: 3px;
}
.faqSearch button img {
  filter: brightness(0) invert(1);
}
/* Pricing Css Start Here */
.headTitle {
  width: 100%;
}
.title-lines {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.title-lines.title h1 {
  color: #1b2122;
  font-size: 30px;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.title-lines.title h1:after {
  border-top: 2px solid #123b89;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 100px;
}
.title-lines.title h1::after {
  right: 100%;
}
.title-lines.title h1::before {
  left: 100%;
}
.title-lines.title h1:before {
  border-top: 2px solid #123b89;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 100px;
}
.headTitle p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  color: #666;
}
.spotLighBox_wrapper {
  margin-top: 10px;
}
.pricing_cont {
  width: 100%;
  float: left;
}
.pricing_cont .pricing-main-wrapper {
  float: left;
}
.price_bx {
  width: 96%;
  float: left;
  padding: 4px;
  border-radius: 4px;
  position: relative;
  padding-bottom: 55px;
  min-height: 430px;
  border: 1px solid #e3e3e3;
}
.price_bsic_post {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  float: left;
  background: #80b3e5;
  text-align: center;
  padding: 6px 0;
}
.packageHead {
  width: 100%;
  float: left;
  position: relative;
}
.price_bsic_post h1 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 0;
}
.price_bx .whitetBox_Title {
  position: inherit;
  -webkit-box-shadow: 0px 6px 7px 0px rgb(187 187 187 / 88%);
  -moz-shadow: 0px 3px 7px 0px rgba(187, 187, 187, 0.88);
  -ms-shadow: 0px 3px 7px 0px rgba(187, 187, 187, 0.88);
  box-shadow: 0px 3px 7px 0px rgb(187 187 187 / 88%);
  float: left;
  margin-top: 8px;
  bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.pricing_cont_buttn {
  padding: 6px 18px;
  border: 1px solid #4a4a4a;
  background: #4a4a4a;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 35%;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
}
.whitetBox_Title h2 {
  margin-bottom: 0;
  color: #123b89;
  font-family: "playfair_display_scbold";
  font-size: 26px;
}
.whitetBox_Title p {
  color: #1b2122;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: left;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
  padding-top: 0;
}
.contentPack {
  z-index: 999;
  position: relative;
  text-align: left;
  padding: 15px;
}
ul.price_content {
  width: 100%;
  margin-top: 20px;
  float: left;
}
ul.price_content li {
  padding: 20px 3px 25px 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeded;
  font-size: 15px;
  color: #000;
  text-align: left;
  line-height: 26px;
}
.price_bx .whitetBox_Title span.tagImg {
  position: absolute;
  top: 0;
  right: -60px;
  width: 70%;
}
.price_bx .whitetBox_Title span img {
  width: 88%;
  opacity: 0.25;
}
.pricing_cont.newPack .pricing-main-wrapper ul.price_content {
  margin-bottom: 35px;
}
.pricing_cont.newPack {
  margin-bottom: 45px;
}
.pricing_cont.newPack .pricing-main-wrapper {
  padding: 0;
  margin-bottom: 15px;
}
.pricing_cont.newPack .pricing-main-wrapper .packageHead a {
  float: right;
  padding: 4px 14px;
  border: 1px solid #008C9E;
  background: #008C9E;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 8px;
  border-radius: 2px;
}
.pricing_cont.newPack .pricing-main-wrapper .price_bsic_post h1 {
  text-align: left;
  padding-left: 12px;
  float: left;
}
.pakageList_list {
  float: left;
  width: 100%;
}
.contentPack label {
  float: left;
  display: block;
}
.contentPack label del {
  color: #979797;
  margin-right: 10px;
}
.contentPack label span {
  background: #008C9E;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 2px;
}
h2.listHeading {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 35px;
}
.pakageList_list ul li {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 6px;
  width: 33.33%;
  float: left;
  border-top: 0px solid;
}
.pakageList_list ul li:first-child,
.pakageList_list ul li:nth-child(2),
.pakageList_list ul li:nth-child(3) {
  border-top: 1px solid #ddd;
}
.pakageList_list .accordion .card {
  border: 0px solid;
}
.pakageList_list .accordion .card-header {
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.pakageList_list .accordion .card-header a {
  color: #008C9E;
}
.pakageList_list .accordion .card-header a:focus {
  box-shadow: none;
}
.pakageList_list .accordion .card-header a img {
  width: 24px;
  margin-right: 6px;
}
/* catalog Css Start Here */
.container-fluid.halfcontainer-Fluid {
  padding: 0 10px;
  float: left;
  width: 100%;
  background: #f6f1f1;
  padding-top: 15px;
}
.GsELn {
  position: relative;
  width: 100%;
  height: 330px;
}
.innerBdyWrpr .GsRightABCtgr {
  width: 18%;
  float: left;
  margin-right: 1%;
}
.innerBdyWrpr .FoodstoreAdd {
  padding: 10px;
  float: left;
  width: 100%;
}

.FoodstoreAdd {
  position: relative;
  padding: 4px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  box-sizing: border-box;
}
.catgrList {
  float: left;
  width: 100%;
}
.catgrList h4 {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}
.catgrList h4:after {
  content: "";
  background: #008C9E;
  width: 75px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.catgrList ul li {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 6px;
  background: #ededed;
  padding: 3px 8px;
  float: left;
  width: 100%;
}
.catgrList ul li:last-child {
  border-bottom: 0px solid;
}
.catgrList ul li a {
  color: #696969;
  float: left;
  width: 100%;
}
.catgrList ul li a:hover {
  color: #000;
}
.FoodStoreContnr {
  background-color: #fafafa;
  height: 275px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  border-top: 1px solid #eaeaea;
}
.innerBdyWrpr .GsLeftABCtgr {
  width: 81%;
  float: left;
}
.innerBdyWrpr.cpgrwrapper .FoodStoreContnr {
  float: left;
  width: 100%;
  height: auto;
  min-height: 350px;
}
.innerBdyWrpr .FoodStoreContnr {
  background: #fff;
}
.FoodStoreContnr p {
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
  text-align: left;
  float: left;
}
.catalogShortby ul {
  float: left;
  display: block;
  margin-top: 10px;
}
.catalogShortby ul li {
  float: left;
  width: auto;
  margin-left: 20px;
}
.catalogShortby ul li a {
  color: #a27f7f;
}
.catalogShortby ul li.active a {
  color: #008C9E;
}
/* Product Card Design Css */
.product_list {
  margin-top: 5px;
  padding: 12px;
}
.poPrdct.CatgrList ul li {
  float: left;
  width: 24%;
  margin: 0 0.5% 5px;
}
.pLRpdt {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding-bottom: 6px;
  position: relative;
  float: left;
  width: 100%;
}
.imgPlr {
  float: left;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pLRpdt span.dgmg {
  position: relative;
  margin: 0 auto;
  height: 200px;
  width: 100%;
  float: left;
}
.pLRpdt span.dgmg img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  max-width: 90%;
  max-height: 90%;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.pLRpdt .rebet_price {
  float: none;
  display: block;
  font-weight: 400;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff;
  font-size: 12px;
}
.pLRpdt .rebet_price img {
  width: 45px;
}
.pLRpdt .rebet_price p,
.productPriceOffer_Container .rebet_price p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
  left: 7px;
  position: absolute;
  top: 10px;
  padding: 0;
  font-weight: 500;
  width: 32px;
  line-height: 12px;
}
.pLRpdt .rebet_price p span,
.productPriceOffer_Container .rebet_price p span {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 0;
  font-style: italic;
}
.ctRlstVw {
  float: left;
  width: 100%;
  position: relative;
}
.Gprod-name {
  float: left;
  width: 100%;
  padding: 0 8px;
}
.Gprod-name p {
  font-size: 10px;
  margin: 5px 0 3px;
  color: #999;
}
.Gprod-name .grGtype {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.whitetBox_Title .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  padding: 10px 12px;
  border: 0px solid !important;
  margin-left: 45px;
}
.whitetBox_Title .nav-item:after {
  display: none;
}
.whitetBox_Title .nav-tabs .nav-link {
  border: 0px solid;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 20px;
  font-size: 14px;
  color: #666666;
  text-transform: none;
  padding: 0 1.25rem 0 0.55rem !important;
  border-color: #06251c;
  margin: 0 0.75rem 0 -2rem;
  height: 28px;
  line-height: 24px;
}
.whitetBox_Title .nav-tabs .nav-item.show .nav-link,
.whitetBox_Title .nav-tabs .nav-link.active {
  background-color: #008C9E;
  color: #fff !important;
}
.Gprod-name p label span {
  font-size: 10px;
  color: #999;
}
.Gprod-name label {
  font-size: 13px;
    color: #000;
    width: 100%;
    height: 34px;
    margin-bottom: 4px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catPro {
  float: left;
}
.catPro img {
  height: 14px;
  width: auto;
}
.catPro span {
  font-size: 10px;
  color: #999;
}
.GprodPrice h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}
.GprodPrice h4 span.mrpP {
  font-weight: 300;
  margin-right: 8px;
  color: #808080;
}
.catgrList .card {
  border: 0px solid;
}
.catgrList #faq .card{border-bottom: 1px solid #ededed;}
.catgrList .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0px;
  margin-bottom: 0;
  border-radius: 0;
}
.catgrList .card-header a {
  text-align: left;
  width: 100%;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

.catgrList .card-header a:after {
  content: "";
  font-weight: 900;
  float: right;
  background: url(../images/down-arrow.png);
  width: 12px;
  height: 12px;
  background-position: center;
  margin-top: 5px;
  margin-right: 4px;
}
.catgrList .card-body {
  padding: 0;
  border-top: 1px solid #ededed;
}
.tabPricing {
  margin-bottom: 15px;
}
.whitetBox_Title .tabPricing .nav-tabs {
  float: left;
}

.floatRight {
  float: right;
}
.whitetBox_Title .tabPricing .floatRight {
  margin: 15px;
}
.whitetBox_Title .tab-content {
  float: left;
  width: 100%;
}
.pricing_cont_buttn:hover {
  background-color: #008C9E;
  color: #fff;
  border: 1px solid #008C9E;
}
.vendorCenterN-container {
  text-align: left;
  padding: 75px 0;
}
.vendorCenterN-container h1,
.vendorCenterN-container p {
  text-align: left;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.vendorCenterN-container .VndrContr .padngVndrL h1 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
  float: left;
  color: #200303;
  width: 100%;
  font-weight: bold;
}
.vendorCenterN-container .VndrContr .padngVndrL h2 {
  font-size: 23px;
  margin-bottom: 30px;
  float: left;
  margin-top: 0;
  width: 100%;
}
.vendorCenterN-container .VndrContr .padngVndrL h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding-left: 5px;
}
.vendorCenterN-container .VndrCBtn {
  float: left;
  width: 100%;
}
.vendorCenterN-container .VndrCBtn a.LgnVnrcntr {
  background-image: linear-gradient(to right, #008C9E,#16396a,#008C9E,#008C9E  );
  box-shadow: 0 5px 15px rgba(41, 90, 156, 0.4);
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin: 0;
  line-height: 48px;
  height: 50px;
  width: auto;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-shadow: 1px 1px #751302;
  text-decoration: none !important;
  display: block;
  float: left;
  padding: 0 25px;
}
.vendorCenterN-container .VndrCBtn a.LgnVnrcntr:hover {
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vendorCenterN-container .VndrCBtn p {
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  padding-left: 15px;
  font-size: 15px;
  margin: 15px 0 20px;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.vndrPrtxbg {
  background-size: auto;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0 50px 0;
  background: linear-gradient(180deg, #16396a, #008C9E);
  margin-top: 25px;
}
.vndrPLocy_Bx {
  padding: 0 15px;
}
.vndrPLocy_Bx .Vndrinfo img {
  width: 105px;
  margin-bottom: 6px;
}
.vndrPLocy_Bx .Vndrinfo p {
  font-size: 20px;
  line-height: 24px;
  padding: 0 35px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  text-align: center;
}
.rghtContntStp .boxStpcont {
  float: left;
  width: 49%;
}
.rghtContntStp .boxStpcont.Rghtstp {
  float: right;
}
.rghtContntStp .boxStpcont .stpBystpBx {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.stepProcss {
  margin: 75px 0;
  float: left;
  width: 100%;
}
.stpBystpBx .numbrStp {
  width: 45px;
  height: 45px;
  background: #5b5b5b;
  color: #fff;
  border-radius: 50%;
  position: relative;
  float: left;
}
.stpBystpBx .numbrStp span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  float: left;
  position: absolute;
  top: 16px;
  font-size: 8px;
  left: 0px;
  text-transform: uppercase;
}
.stpBystpBx .numbrStp label {
  float: left;
  position: absolute;
  left: 18px;
  font-size: 28px;
  top: -4px;
  margin-bottom: 0;
  line-height: 50px;
}
.StpContent-info {
  padding-left: 65px;
}
.StpContent-info p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.StpContent-info ul {
  float: left;
  width: 100%;
  padding: 0;
  padding-left: 0;
}
.StpContent-info ul li {
  color: #595959;
  font-size: 15px;
  margin-bottom: 8px;
  list-style-type: none;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.whitetBox_Title.packageDetisl .contentPack .packCheckOption {
  float: left;
  padding: 10px;
}
.whitetBox_Title.packageDetisl .contentPack .packCheckOption:nth-child(2n + 1) {
  float: right;
}
.whitetBox_Title.packageDetisl {
  box-shadow: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.whitetBox_Title.packageDetisl .contentPack {
  padding: 0;
}
.whitetBox_Title.packageDetisl .payMethod {
  float: left;
  width: 100%;
  padding: 15px;
  margin-top: 30px;
}
.whitetBox_Title.packageDetisl .payMethod h2 {
  background: #edc1c1;
  padding: 8px 15px;
  font-size: 22px;
  text-align: left;
  color: #000;
}
.whitetBox_Title.packageDetisl .payMethod ul li input {
  margin-right: 5px;
}
.whitetBox_Title.packageDetisl .payMethod ul {
  float: left;
  width: 50%;
  border-right: 2px solid #e2bbbb;
  padding-top: 20px;
}
.whitetBox_Title.packageDetisl .payMethod ul.noBorder{
  border-right: 0px solid;
}
.whitetBox_Title.packageDetisl .payMethod .floatRight {
  float: left;
  width: 50%;
  margin-top: 25px;
}
.whitetBox_Title.packageDetisl .payMethod .floatRight.rightAlignBorder{
  border-left: 2px solid #e2bbbb;
}
.couponCodeBox_pay{
  width: 285px;
  margin: 0 auto;
  padding: 4px 4px;
  background: #d9c6c6;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.couponCodeBox_pay label{
  margin: 0;
  font-size: 14px;
  color: #803f3f;
  font-weight: 600;
  margin-right: 6px;
  float: left;
}
.couponCodeBox_pay input{
  width: calc(100% - 98px);
  float: right;
  border: 0px solid;
  padding: 0 8px;
  height: 28px;
  font-size: 15px;
}
.whitetBox_Title.packageDetisl .payMethod .floatRight p {
  margin-bottom: 10px;
  text-align: center;
}
.whitetBox_Title.packageDetisl .payMethod .floatRight p a {
  color: #008C9E;
}
.whitetBox_Title.packageDetisl .payMethod .floatRight .pricing_cont_buttn {
  padding: 15px 30px;
  float: none;
  width: 150px;
  height: 55px;
  margin: 0 auto;
  display: block;
}
.whitetBox_Title.packageDetisl .contentPack {
  float: left;
  width: 100%;
}
.whitetBox_Title.packageDetisl .contentPack p:last-child {
  margin-bottom: 0;
}
.packCheckOption input[type="radio"] {
  width: 35px;
  float: left;
  margin-top: 45px;
}
.packCheckOption .packCheckOption_box {
  width: calc(100% - 35px);
  float: left;
  border: 1px solid #ededed;
  padding: 10px;
}
.stepFeature {
  float: left;
  width: 100%;
  background: #d0e4ff;
  padding: 75px 0 55px;
}
.stepFeatureWrap .leftStpImg img {
  height: 600px;
  width: auto;
  float: right;
}
.rghtContntStp_Box {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px;
}
.rghtContntStp_Box ul li img {
  width: 25px;
  margin-right: 5px;
}
.rghtContntStp_Box ul li {
  color: #595959;
  margin-bottom: 6px;
}
.stepFeatureWrap .accordion__faq {
  margin-top: 0;
}
.stepFeatureWrap .accordion__faq h1,
.stepFeatureWrap .accordion__faq p {
  text-align: center;
  width: auto;
  color: #000;
}
.vendorCenterN-container .servcieBox h1 {
  text-align: center;
}
.hlpVndr_Container .HlpBX {
  background: linear-gradient(180deg, #1f4a86, #008C9E);
  border-radius: 5px;
  padding: 20px;
  color: #fff;
}
.hlpVndr_Container .HlpBX {
  float: left;
  width: 100%;
}
.hlpVndr_Container .HlpBX span {
  float: left;
}
.hlpVndr_Container .HlpBX img {
  width: 155px;
}
.vndrRgH {
  float: left;
  width: calc(100% - 155px);
  padding-left: 35px;
  margin-top: 0px;
}
.vndrRgH p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
}

.hlpVndr_Container .HlpBX a {
  margin-top: 15px;
  font-size: 16px;
  float: left;
  width: auto;
  background: #fff;
  color: #008C9E;
  padding: 6px 15px;
  border-radius: 2px;
  -webkit-box-shadow:  1px 3px 3px -1px rgba(35, 65, 85, 0.78);
  -moz-box-shadow: 1px 3px 3px -1px rgba(35, 65, 85, 0.78);
  box-shadow: 1px 3px 3px -1px rgba(35, 65, 85, 0.78);
}
.VndrCntct_help {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.formWrap {
  float: left;
  width: 100%;
}
.formWrap h3.panel-title {
  text-align: center;
}
.formWrap_box {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.formWrap_box h3.panel-title {
  text-align: center;
  margin-bottom: 40px;
}
.formWrap_box .formTitleHead {
  float: left;
  width: 100%;
  border-right: 2px solid #9dbbd0;
}
.form-group .inputForm-control .CheckTerms {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .inputForm-control .CheckTerms input {
  height: auto;
  width: auto;
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}
.fotmLeft_wrap,
.fotmRight_wrap {
  float: left;
}
.agreementContent{border: 1px solid #008C9E !important;}
.agreementContent p {
  text-align: left;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.agreementContent h4 {
  padding: 10px 15px;
  background: linear-gradient(180deg, #16396a, #008C9E);
  font-size: 20px;
  color: #fff;
}
.form-group .inputForm-control p.formtag {
  text-align: left;
  font-size: 15px;
}
.loginTag_wrpa {
  margin-top: 30px;
}
.loginTag_wrpa p {
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
  text-align: left;
}
.loginTag_wrpa p a {
  color: #008C9E;
  text-decoration: underline;
}
.section1 {
  position: relative;
  background-image: url(../images/login-hd.jpg);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section1 .font-1 {
  padding-top: 150px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  margin: 50px 0;
}
.section1 .font-2 {
  font-size: 22px;
  color: #fff;
  margin: 10px 0 30px;
}
.section1 .form-group input {
  height: 50px;
  margin-bottom: 12px;
  border: 1px solid #25507a;
}
.frgtpsrd a {
  padding-left: 0;
}
.section1 .btn.submit {
  background-color: #050505;
  border-radius: 0;
  color: #fff;
  width: 50%;
  font-size: 1.2rem;
  margin-top: 20px;
}
.bannerSlide .carousel-caption {
  width: 100%;
  text-align: center;
  bottom: inherit;
  top: 40%;
  left: 0;
}
.bannerSlide .carousel-caption h5 {
  font-size: 45px;
  color: #fff;
  text-align: center;
}
.bannerSlide .carousel-caption p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: left;
  padding-right: 20%;
}
.bannerSlide a.carousel-control-prev, .bannerSlide a.carousel-control-next{display: none}
.typewriter,
.typewriter2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.typewriter span,
.typewriter2 span {
  color: #41dff4;
  text-transform: uppercase;
  padding: 10px;
  border-right: solid var(--text-color) 10px;
  animation: cursor 1s ease-in-out infinite;
  padding-left: 0;
}

@keyframes cursor {
  from {
    border-color: var(--text-color);
  }
  to {
    border-color: transparent;
  }
}

@media (max-width: 576px) {
  .typewriter {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .typewriter {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .typewriter2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .typewriter2 {
    font-size: 36px;
  }
}
.ErrorContaner {
  padding: 120px 50px;
}
.provin {
  float: left;
}
.provin a {
  color: #000;
  margin: 5px;
  display: block;
  font-size: 14px;
  padding: 5px 12px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
  border: 1px solid #eaeaea;
  float: left;
  width: 100%;
}
.provin a img {
  width: 16px;
    margin-right: 4px;
    float: left;
    margin-top: 3px;
}
.serviceHelp {
  padding: 25px 0;
}
.footerFsc-widgt.floatLeft {
  float: left;
  width: 20%
}

/* Features Css Start Here */
.featureWrap {
  float: left;
  width: 100%;
  background-color: #008C9E;
  padding: 65px 0;
}
.featureWrap_headContent {
  width: 70%;
  margin: 0 auto;
}
.featureContent {
  padding: 70px 0 70px;
}
.featureContent_text {
  text-align: center;
  margin-bottom: 80px;
}
.featureContent p {
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.featureWrap_headContent p,
.featureWrap_headContent h1 {
  color: #fff;
}
.featureContent_box {
  padding: 40px 30px;
  border-top: 10px solid transparent;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 50px 100px 0 rgb(64 1 4 / 10%),
    0 -6px 0 0 rgb(248 99 107 / 0%);
  box-shadow: 0 50px 100px 0 rgb(64 1 4 / 10%), 0 -6px 0 0 rgb(248 99 107 / 0%);
  min-height: 380px;
  margin-bottom: 25px;
}
.featureContent_box:hover {
  border-color: #008C9E;
}
.featureContent_box h3 {
  font-size: 24px;
}
.featureContent_box p {
  font-size: 15px;
  text-align: left;
  color: #838383;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.curvedWrap {
  background-image: -moz-linear-gradient(-90deg, #3165ad 0, #008C9E 100%);
  background-image: -webkit-linear-gradient(-90deg, #3165ad 0, #008C9E 100%);
  background-image: -ms-linear-gradient(-90deg, #3165ad 0, #008C9E 100%);
  position: relative;
  z-index: 1;
  padding: 125px 0;
}
.curvedWrap h4 {
  color: #fff;
  margin-bottom: 25px;
}
.curvedWrap_Content a {
  width: 175px;
  padding: 14px 28px;
  background: #fbfbfd;
  -webkit-box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
  box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
  border-radius: 3px;
  color: #008C9E;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px;
  border: 2px solid #fff;
}
.curvedWrap_Content a:hover {
  background: transparent;
  color: #fff;
}
.curvedWrap_Content a:last-child {
  background: transparent;
  color: #fff;
}
.curvedWrap_Content a:last-child:hover {
  background: #fff;
  color: #008C9E;
}
.curvedImg {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: -1;
  background: url(https://ewzi4si4kvc.exactdn.com/wp-content/themes/saasland/assets/img/home4/action_shap.png)
    no-repeat scroll center top;
  top: 0;
  background-size: contain;
}
/* Coming Soon */
.text-info p {
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.mobile-container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  float: left;
}
.mobile-container main {
  display: flex;
  flex-direction: column;
  height: inherit;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 3.5rem;
}
.mobile-container .text-info {
  text-align: left;
  align-items: start;
  padding-right: 20%;
}
.text-info h2 {
  font-size: 5rem;
  color: #000;
}
.text-info p {
  font-size: 18px;
  text-align: left;
  color: #515151;
  font-weight: 300;
}
.text-info a {
  padding: 14px 28px;
  background: #008C9E;
  -webkit-box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
  box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 50px;
  border: 2px solid #008C9E;
}
.text-info h2:nth-child(1) {
  color: #008C9E;
  font-weight: normal;
  padding-top: 1.8rem;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.hero-image-desktop {
  display: block;
  height: 100%;
  width: 48vw;
  float: left;
}
.hero-image-desktop img {
  width: 90%;
}
p.noteNoCatalog {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.packaheCollapseList {
  float: left;
  width: 100%;
}
.packaheCollapseList ul {
  column-count: 2;
}
.pakageList_list .packaheCollapseList ul li {
  width: 100%;
  border-top: 1px solid #ddd;
}
.grayContainer .agentLogin {
  border-right: 1px solid #e5d7d7;
  padding: 50px 0 75px;
}
.grayContainer h1 {
  font-size: 22px;
  color: #606060;
  margin: 0 0 30px;
}
.agentLogin .text-center a,
input.agentSignupBtn {
  display: block;
  width: 125px;
  height: 40px;
  text-align: center;
  background: #23364a;
  line-height: 40px;
  font-size: 15px;
  margin: 0 auto;
  border-radius: 3px;
  color: #fff;
}
.agentLogin .text-center img {
  margin-top: 75px;
}
.grayContainer .agentSignup {
  padding: 50px 0 75px;
  padding-left: 45px;
}
.agentSignup form {
  float: left;
  width: 100%;
}
.agentSignup form .formRow {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.agentSignup form .formRow .form-control {
  padding: 5px 10px;
  height: 42px !important;
  font-size: 14px;
}
.whiteBg_agent {
  float: left;
  width: 100%;
  background: #fff;
  padding: 75px 0;
}
.whiteBg_agent .vndrPrtxbg.AppVndrplaystore_container {
  margin: 0;
  background: #fff;
}
.float-right {
  float: right;
}
.vndronlineApp_iphone img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: -1px;
}
.playStoreContnt {
  float: left;
  width: 100%;
  margin-top: 35px;
  padding-right: 25%;
}
.whiteBg_agent .playStoreContnt {
  margin-top: 0;
}
.whiteBg_agent .playStoreContnt h4 {
  font-weight: bold;
  margin-bottom: 35px;
}

.playStoreContnt h4 {
  font-size: 45px;
  color: #000;
  line-height: 52px;
  margin-bottom: 20px;
}
.playStoreContnt p {
  font-size: 20px;
  color: #000;
}
.vndrPrtxbg.nomarginTop {
  margin-top: 0;
}
.agentMonitor {
  float: left;
  width: 100%;
  margin: 55px 0 0px;
}
.agentMonitor_Container ul {
  margin-top: 65px;
  float: left;
}
.agentMonitor_Container ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.agentMonitor_list {
  float: left;
  width: 100%;
}
.agentMonitor_list img {
  float: left;
  width: 55px;
}
.agentMonitor_list .agentMonitor_listcontent {
  padding-left: 100px;
}
.agentMonitor_list .agentMonitor_listcontent h2 {
  font-size: 26px;
  line-height: 32px;
}
.agentMonitor_list .agentMonitor_listcontent p,
.whiteBg_agent .playStoreContnt p {
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
  text-align: left;
}
.expertImg {
  margin-top: 110px;
}
.agentMonitor:after {
  background: url(../images/border-pattern.png) repeat-x;
  content: "";
  float: left;
  height: 9px;
  width: 100%;
  margin-top: 25px;
}
.grayContainer.footerpayGray {
  border-top: 4px solid #ededed;
}
span.CheckTerms {
  margin: 16px 0;
  float: left;
  width: 100%;
  font-size: 15px;
}
span.CheckTerms a {
  color: #008C9E;
}
span.CheckTerms a:hover {
  color: #000;
}
/* Product Detials Css */
.ZoomingProGallery {
  float: left;
  width: 37%;
  line-height: 48px;
}
.ProDetaislComwrapper {
  padding-right: 0;
}
.proTitleDelt {
  float: left;
  width: 100%;
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 5px;
}
.proTitleDelt span.title {
  float: left;
  padding-right: 15px;
}
.ZoomingProGallery {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  bottom: 0;
  z-index: 2;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.prOductDetailMain-Container {
  float: right;
  width: 63%;
  padding-left: 20px;
}
#exzoom {
  width: 400px;
}
.navZoom-galery {
  position: relative;
  left: 0px;
  float: left;
  width: 65px !important;
  height: 400px !important;
}
.ZoomingProGallery .shareButton a img {
  width: 20px !important;
  margin-right: 2px;
}
.prOductDetailMain-Container p {
  font-size: 14px;
  color: #666;
  line-height: 17px;
  float: left;
  width: 100%;
  text-align: left;
  transform: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.FlorstVndrContainer {
  float: left;
  width: 100%;
}
.img-catalog img{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.FlorstVndrContainer .FloristVndr {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
  padding: 5px 15px;
  margin-right: 0;
  width: auto;
  float: left;
  margin-top: 10px;
  border-radius: 2px;
  float: left;
}
.prOductDetailMain-Container h1.proTitleDelt{text-align: left;}
.FlorstVndrContainer .FloristVndr label span {
  color: #008C9E;
  padding-left: 5px;
}
.exzoom .exzoom_btn a.exzoom_next_btn {
  bottom: 0;
  top: inherit;
}
.paddingTB25 {
  padding-top: 25px;
}
.exzoom .exzoom_btn {
  height: 100%;
  z-index: 9;
}
.exzoom .exzoom_btn a {
  height: 12px;
  line-height: 8px;
}
.exzoom .exzoom_btn a img {
  width: 12px;
}
.exzoom .exzoom_btn a.exzoom_prev_btn img {
  transform: rotate(180deg);
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
  cursor: pointer;
}
.exzoom_nav_inner span.current {
  border: 1px solid #008C9E;
}
.exzoom .exzoom_btn a:hover {
  background: #008C9E;
}
.exzoom .exzoom_nav {
  z-index: 99;
}
.FlorstVndrContainer .FloristVndr p {
  float: left;
  line-height: 16px;
  margin-left: 25px;
  padding: 2px 10px;
  background: #d8d7d7;
  font-weight: 500;
  color: #45413a;
  margin-bottom: 0;
  font-size: 12px !important;
  width: auto;
}
.whiteBgProduct {
  float: left;
  width: 100%;
  border-bottom: 4px solid #5433ba;
  padding-bottom: 35px;
}
.FlorstVndrContainer .FloristVndr label {
  float: left;
  font-size: 12px;
  color: #525252;
  font-weight: 400;
  margin: 0 6px 0 0;
  line-height: 20px;
}
.chatNow {
  background: transparent;
  border: none;
  position: relative;
  margin-top: 10px;
  line-height: 26px;
  cursor: pointer;
}
.chatNow img {
  height: 28px;
}
.chatNow span {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-shadow: 1px 1px #2c6844;
}
.productPriceOffer_Container {
  float: left;
  width: 100%;
  border-top: 1px solid #e0e3ff;
  border-bottom: 1px solid #e0e3ff;
  padding: 10px 0;
  margin: 15px 0 20px;
  position: relative;
}
.productPriceOffer_Container .fontTitle26 {
  font-size: 26px;
  margin-bottom: 0;
}
.productPriceOffer_Container .PriceChartcontainer label.proPrice {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
}
.productPriceOffer_Container .PriceChartcontainer label.proPrice .lineThr {
  color: #a0a0a0;
  font-weight: 300;
  font-size: 18px;
}
.productPriceOffer_Container .HurrayItems {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #008C9E;
  font-weight: 400;
  line-height: 15px;
  margin-top: 5px;
  font-style: italic;
  left: 0;
  margin-bottom: 0;
}
.quantityItems {
  margin: 15px 0 20px;
}
.quantityItems .addtoCart {
  height: 40px;
  padding: 0px 15px;
  color: #fff;
  border: 1px solid #595650;
  font-size: 15px;
  font-weight: 500;
  background: #595650;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0;
  margin-right: 25px;
  line-height: 40px;
  float: left;
  margin-top: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 12px;
}
.quantityItems .addtoCart img.cartBuy-img {
  width: 20px;
  margin-right: 8px;
}
.productMoreinfoWapper {
  float: left;
  width: 100%;
}
.productMoreinfoWapper h1 {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}
.productMoreinfoWapper h2 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.productMoreinfoWapper div {
  width: 100% !important;
}
.productMoreinfoWapper img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
h2.titleFetures {
  font-size: 20px;
  color: #008C9E;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0;
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.prOductDetailMain-Container .commntField a.comntBtn {
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  padding: 0 25px;
  background-color: #2c2b29;
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  margin-top: 8px;
  float: right;
}
.addtobagContainer {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.addtobagContainer p {
  float: left;
  margin-top: 15px;
  letter-spacing: 0.6px;
  margin-right: 30px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.PriceChartcontainer .rebet_price {
  font-weight: 400;
  position: absolute;
  left: 175px;
  top: 3px;
  color: #fff;
  font-size: 12px;
}

.PriceChartcontainer .rebet_price img {
  width: 50px;
}
.PriceChartcontainer .rebet_price p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  left: 7px;
  position: absolute;
  top: 12px;
  padding: 0;
  font-weight: 500;
  width: 32px;
  line-height: 12px;
}
.DeliverdArea-Container h3.namePro{
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #008C9E;
    margin-bottom: 15px;
}
.DeliverdArea-Container{float: left; width: 100%;}
.footerSocial-widgt h4{font-size: 16px;float: left;color: #fff;font-weight: 600;margin-right: 20px;margin-top: 5px;}
.footerSocial-widgt ul li{float: left; margin-right: 10px;}
.footerSocial-widgt ul li img{width: 24px;}
/* new TabDesinb home 2nd may*/
.splideBannerList hr{margin: 0;}
.flex-center{display: flex; align-items: center;}
.Slide_bannerContent h3{color: #000;}
.Slide_bannerContent p, .strpBox_content p{text-align: left; transform: inherit; transition: inherit;}
.Slide_bannerContent p{margin-bottom: 35px;}
.Slide_bannerContent a{ color: #008C9E; display: flex; align-items: center; font-size: 14px;}
.Slide_bannerContent a img{margin-left: 6px;}
.Slide_bannerContent a:hover img{margin-left: 12px;}
.stepSolutionWraper{float: left; width: 100%; margin-top: 30px;}
.stepSolutionWraper .stepSolution_ImgBx{float: left; width: 30%; display: flex; align-items: center; position: sticky; top: 30px;}
.stepSolution_ImgBx img{width: 100%; height: auto;}
.stepSolutionWraper .stepSolution{float: left; width: 70%; padding-left: 60px;}
.stepSolution .strpBox{
  float: left;
  width: 100%;
  background: #c8ebe5;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 18px 24px;
  position: relative;
}
.stepSolution .strpBox .strpBox_count{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -35px;
  top: 25%;
}
.stepSolution .strpBox.strpBox_right .strpBox_count{ right: -35px; left: inherit;}
.stepSolution .strpBox.strpBox_right{background: #e0e9e7;}
.strpBox_content{padding-left: 30px;}
.strpBox_content h4{font-size: 20px;font-weight: bold;}
.strpBox_content p{padding-top: 0;font-size: 15px;}
.servcieBox.titleGreen{margin-top: 40px;}
.servcieBox.titleGreen h1.headTitle{color: #008C9E;}
.splide_dot{
  float: left;
  width: 100%;
  margin-top: 30px;
}
.splide_dot ul{padding: 0; float: left;}
.splide_dot ul li{float: left; margin-right: 6px;}
.splide_dot ul li span{width: 8px; height: 8px; border-radius: 50%; background-color: #ededed;    display: block;}
.splide_dot ul li.active span{background-color: #008C9E;}
.deskVw{display: block;}
.mobVw{display: none;}
 



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categoryListcontainer.proDtlAlorgnl {
    width: 100%;
    float: left;
    padding: 0;
  }
  .whiteBgProduct.paddingTB25 {
    padding-top: 0;
  }
  .ZoomingProGallery {
    position: relative;
    top: 0;
  }
  .ZoomingProGallery,
  .prOductDetailMain-Container {
    width: 100%;
  }
  .prOductDetailMain-Container {
    padding-left: 0;
    margin-top: 85px;
  }
  #exzoom {
    margin: 0 auto;
  }
  .navZoom-galery {
    width: 100% !important;
    height: 60px !important;
  }
  .exzoom .exzoom_img_box {
    margin-left: 0;
    margin-top: 22px;
    float: left;
  }
  .exzoom .exzoom_nav {
    height: 60px !important;
    width: 100% !important;
    margin-top: 0;
  }
  .exzoom .exzoom_nav .exzoom_nav_inner {
    width: calc(100% - 28px) !important;
    left: 14px !important;
    padding-top: 0;
  }
  .exzoom .exzoom_btn a {
    width: 12px;
    height: 60px;
    padding-top: 20px;
  }
  .exzoom .exzoom_btn a.exzoom_next_btn {
    bottom: 0;
    top: inherit;
    right: 5px;
    left: inherit;
  }
  .exzoom .exzoom_btn a img {
    transform: rotate(-90deg);
  }
  .exzoom .exzoom_btn a.exzoom_prev_btn img {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .vendorCenterN-container {
    float: left;
    width: 100%;
    padding-top: 45px;
  }
  .padngVndrL,
  .padngVndrR {
    padding-left: 0;
    padding-right: 0;
  }
  .vndrPLocy_Bx {
    margin-bottom: 25px;
  }
  .rghtContntStp .boxStpcont,
  .rghtContntStp .boxStpcont {
    width: 100%;
  }
  .stepFeatureWrap .leftStpImg img {
    display: none;
  }
  .vndrRgH p {
    text-align: center;
  }
  .hlpVndr_Container .HlpBX a {
    text-align: center;
    display: block;
    float: none;
  }
  .vndrRgH {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .folowUs,
  .navbar-nav.ml-auto {
    width: 100%;
  }
  .navbar-nav.ml-auto {
    padding-top: 12px !important;
  }
  .folowUs li {
    margin-right: 0;
    padding-left: 0 !important;
  }
  .folowUs li:before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    display: none;
  }
  .leftSorce,
  .rightSorce,
  .sourceBox,
  .serviceHelp ul li {
    width: 100%;
  }
  .sourcing {
    background: none;
  }
  .sourceBox {
    min-height: auto;
  }
  .hlpVndr_Container .HlpBX span {
    float: none;
  }
  .benefits .benefits__home .benefits__bx {
    margin-bottom: 18px;
    max-height: initial;
    min-height: inherit;
  }
  .benefits__home .benefits__bx p.learn-more{
    position: inherit;
    margin-top: 20px;
  }
  .benefits__home .benefits__bx p.learn-more a img{margin-bottom: 0;}
  .grayContainer {
    display: none;
  }
  .servcieBox {
    margin-bottom: 20px;
  }
  .hlpVndr_Container .HlpBX {
    margin-bottom: 20px;
  }
  .stepProcss {
    margin-bottom: 0;
  }
  .formWrap_box .formTitleHead {
    border-right: 0px solid;
  }
  .fotmLeft_wrap,
  .fotmRight_wrap,
  .form-group .inputForm-control,
  .footerFsc-widgt.floatLeft {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group label.control-label {
    text-align: left;
    margin-bottom: 4px;
  }
  .fotmRight_wrap .agreementContent {
    margin-top: 25px;
    float: left;
    width: 100%;
  }
  .form-group .input-group .form-inline {
    float: left;
    width: 100%;
  }
  .serviceHelp ul li {
    margin-bottom: 20px;
  }
  .footerFsc-widgt.floatLeft {
    margin-top: 20px;
  }
  .section1 .btn.submit {
    width: 100%;
  }
  .section1 {
    background: #008C9E;
    padding-bottom: 50px;
    margin-bottom: 0px;
    height: auto;
  }
  .section1 .font-1 {
    line-height: 40px;
    font-size: 32px;
    margin: 30px 0 30px;
    padding-top: 90px;
  }
  .navbar-brand img {
    height: 35px;
  }
  .grayContainer.footerpayGray {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .accordion__faq {
    margin-top: 0;
  }
  .featureContent_box {
    min-height: auto;
  }
  .curvedWrap_Content a {
    margin-bottom: 6px;
  }
  .mobile-container {
    width: 100%;
  }
  .mobile-container main {
    padding-left: 0;
  }
  .mobile-container .text-info {
    text-align: center;
    align-items: center;
    padding: 20px;
  }
  .text-info p {
    text-align: center;
  }
  .hero-image-desktop {
    width: 100vw;
    margin-top: 20px;
  }
  .hero-image-desktop img {
    clip-path: inherit;
    width: 100%;
  }
  .innerBdyWrpr .GsRightABCtgr,
  .innerBdyWrpr .GsLeftABCtgr,
  .contactUsinfo,
  .contactUSfrom-wrapper {
    width: 100%;
  }
  .innerBdyWrpr .GsRightABCtgr {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .innerBdyWrpr .GsLeftABCtgr .poPrdct.CatgrList .product_list {
    padding: 5px;
  }
  .innerBdyWrpr .GsLeftABCtgr .poPrdct.CatgrList ul.product_list li {
    width: 49%;
    margin: 0 0.5% 5px;
  }
  .contactUSfrom-wrapper {
    margin-bottom: 0;
  }
  .contactUsinfo {
    padding-left: 0;
  }
  .FoodStoreContnr .catalogShortby {
    float: left;
    width: 100%;
  }
  .FoodStoreContnr .catalogShortby p {
    font-size: 15px;
  }
  .FoodStoreContnr .catalogShortby ul li {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
  .headDescription {
    width: 90%;
  }
  .whiteBg_agent .playStoreContnt {
    padding-right: 0;
  }
  .whiteBg_agent .playStoreContnt h4 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .whiteBg_agent .playStoreContnt p {
    text-align: center;
  }
  .grayContainer .agentLogin {
    border-right: 0px solid;
  }
  .grayContainer.grayContainer_agent {
    display: block;
  }
  .agentLogin img {
    max-width: 100%;
    width: 100%;
  }
  .grayContainer .agentSignup {
    padding-left: 0;
  }
  /* product Detials Css */
  .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
    display: none;
  }
  .whiteBgProduct.paddingTB25 {
    padding-top: 0;
  }
  .ZoomingProGallery {
    position: relative;
    top: 0;
  }
  .categoryListcontainer.proDtlAlorgnl {
    width: 100%;
    float: left;
    padding: 0;
  }
  .ZoomingProGallery,
  .prOductDetailMain-Container {
    width: 100%;
  }
  .prOductDetailMain-Container {
    padding-left: 0;
    margin-top: 85px;
  }
  #exzoom {
    margin: 0 auto;
    width: 100%;
  }
  .navZoom-galery {
    width: 100% !important;
    height: 60px !important;
    display: none;
  }
  .exzoom .exzoom_img_box {
    margin-left: 0;
    margin-top: 22px;
    float: left;
  }
  .exzoom .exzoom_nav {
    height: 60px !important;
    width: 100% !important;
    margin-top: 0;
  }
  .exzoom .exzoom_nav .exzoom_nav_inner {
    width: calc(100% - 28px) !important;
    left: 14px !important;
    padding-top: 0;
  }
  .exzoom .exzoom_btn a {
    width: 12px;
    height: 60px;
    padding-top: 20px;
  }
  .exzoom .exzoom_btn a.exzoom_next_btn {
    bottom: 0;
    top: inherit;
    right: 5px;
    left: inherit;
  }
  .exzoom .exzoom_btn a img {
    transform: rotate(-90deg);
  }
  .exzoom .exzoom_btn a.exzoom_prev_btn img {
    transform: rotate(90deg);
  }
  .navbar-light .navbar-nav .nav-item {
    border-top: 1px solid #b8b8b8;
  }
  .resortMainHeader .navbar ul.navbar-nav li:first-child{
    border-top: 0px solid;
  }
  .BlogContainer .blogCol {
    padding-right: 0;
    padding-left: 0;
  }
  .quicklink li img{display: none;}
  .footerFsc-widgt.floatLeft {width: 50%}
  .footerFsc-widgt h5{font-size: 20px; font-weight: 500; margin-bottom: 20px;}
  .FooterBootm .footerFsc-widgt.floatLeft:nth-child(2n+1){clear: left;}
  .deskVw{display: none;}
  .mobVw{display: block;}
  .benefits__home .whyresotyBox, .premiumCatalog_box .premCol{padding-left: 0; padding-right: 0;}
  .resortModal .modal-dialog{
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .resortModal .modal-dialog .modal-content{
    border-radius: 14px 14px 0 0;
  }
  .resortModal .modal-dialog .modal-content .modal-header{
    display: block;
    position: relative;
    text-align: center;
    border: 0;
    padding-bottom: 0;
  }
  .resortModal .modal-dialog .modal-content .modal-header h5{
    margin-top: 12px;
    color: #008C9E;
  }
  .resortModal .modal-dialog .modal-content .modal-header button.close{
    position: absolute;
    top: 26px;
    padding: 0;
    width: 65px;
    height: 4px;
    left: 40.5%;
    background: #8f8f8f;
    border-radius: 2px;
  }
  .resortModal .modal-dialog .modal-content .modal-header button.close span{display: none;}
  .resortModal .modal-dialog .modal-content .modal-body ul li{
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
  }
  .resortModal .modal-dialog .modal-content .modal-body ul li:last-child{
    border-bottom: 0px solid;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480) {
  .FoodStoreContnr p {
    width: 100%;
  }
}
@media (max-width: 767px){
  .topHeader{position: fixed;}
  .resortMainHeader{margin-top: 30px;}
  .bannerSlide, .continerSlide{display: block;}
  .continerSlide .imagBanner_scnd{display: none;}
  .typingText_wrap{
    width: 100%;
    float: left;
    text-align: center;
    margin: -15px 0 20px;
    z-index: 99;
    position: relative;
  }
  .typingText_wrap .typingBox_shad{
    padding: 25px 25px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 46px 0 rgba(000, 000, 000, 0.1);
    background: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .typingText_wrap .typingBox_shad h5.newtitle{
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .typingText_wrap .typingBox_shad h5.newtitle span{
    color: #008C9E;
    text-transform: uppercase;
  }
  .benefits__bx{width: 100%;}
  .resortMainHeader{padding: 8px 0; background-color: #fff; background: #fff;}
  .resortMainHeader .navbar ul.navbar-nav li{margin-left: 0;}
  .resortMainHeader .navbar ul.navbar-nav li a{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .resortMainHeader .navbar ul.navbar-nav .nav-item::before{display: none;}
  .splideBannerList .twoClmnScnd{flex-direction: column; padding: 25px 0}
  .stepSolutionWraper .stepSolution_ImgBx, .stepSolutionWraper .stepSolution{width: 100%;}
  .stepSolutionWraper .stepSolution_ImgBx{margin-bottom: 25px;}
  .stepSolutionWraper .stepSolution{padding-left: 0;}
  .stepSolution_ImgBx img{width: 70%; margin: 0 auto;}
  .whyChoseWrap.clorThembg{margin: 40px 0;}
  .whyChoseWrap .benefits__home .dflex{display: block;}
  .stepSolution .strpBox .strpBox_count { display: none;}
  .benefits .benefits__home .benefits__bx{padding: 18px 16px; display: block;}
  .whyresotyBox .benefits__bx .benefits__bxCont{padding-left: 0;}
  .whyresotyBox .benefits__bx img{width: 60px; height: 60px; margin-bottom: 12px;}
  .headTitle{font-size: 24px; line-height: 32px; font-weight: 600;}
  .nav-item.showeds .dropdown-menu{left: inherit; right: 0;}
  .footerFsc-widgt h5{font-size: 16px;}
} 
@media (max-width:480px){
  .typingText_wrap .typingBox_shad h5.newtitle{
    font-size: 20px;
  }
}
/* .BodyContainer_mlsContent{margin-top: 90px;} */
.BodyContainer_mlsContent img{margin-bottom: 20px;}
.BodyContainer_mlsContent h2{
  color: #008C9E;
  font-size: 16px;
  margin-bottom: 18px;
}
.BodyContainer_mlsContent h2 a{
  color: #008C9E;
}
.BodyContainer_mlsContent h3{
  color: #000;
  font-size: 20px;
}
.BodyContainer_mlsContent .rightFaq_cms h4{font-size: 18px;color: #367c76;font-weight: 600;}
.BodyContainer_mlsContent img.rightAlign_image{
  width: 50%; float: right; margin-left: 30px;
}
.BodyContainer_mlsContent p{
  transform: none;
  transition: inherit;
  transition-delay: inherit;
  text-align: left;
  margin-bottom: 18px;
  padding: 0;
  font-size: 15px;
  color: #5d5d5d;
}
.BodyContainer_mlsContent ul.resortServiceLsit{padding-left: 16px; margin-bottom: 24px;}
.BodyContainer_mlsContent .resortServiceLsit li{list-style-type: disc;margin-bottom: 4px;}
.BodyContainer_mlsContent .resortServiceLsit li p{margin-bottom: 0;}
.BodyContainer_mlsContent .leftFaq_cms, .BodyContainer_mlsContent .rightFaq_cms{float: left;}
.BodyContainer_mlsContent .leftFaq_cms .mlsFaqs{
  float: left;
  width: 100%;
  padding: 15px;
  background: #f3f5f9;
  border-radius: 8px;
  position: sticky;
  top: 115px;
}
.BodyContainer_mlsContent .leftFaq_cms .mlsFaqs.stickyPart{position: sticky;top: 10px;}
/* catalog new and category css start here */
.GsELn.cataglog_product{
  float: left;
  background: #fff;
  height: auto;
  min-height: 300px;
  margin-bottom: 10px;
}
.cataglog_product .bodyWrapper{padding-top: 30px; padding-bottom: 25px;}
.cataglog_product .bodyWrapper h1{font-size: 24px;font-weight: 600;margin-bottom: 20px;text-align: left;}
.cataglog_product .bodyWrapper .leftlistItem {padding-left: 0; border-right: 1px solid #ededed; float: left; position: sticky; top: 115px;}
.cataglog_product .bodyWrapper .rightContainer{float: left}
.cataglog_product .bodyWrapper .leftlistItem .leftlistItemBox {background-color: #ededed; padding: 8px;}
.cataglog_product .accordion .card h2 {
  background: url(images/arrowUP-accordian.webp) no-repeat calc(100% - 10px) center;
  background-size: 16px;
  cursor: pointer;
  font-size: 15px;
  padding: 12px 8px;
  font-weight: 600;
}
.cataglog_product .accordion  .card h2.collapsed {
  background-image: url(images/arrowDown-accordian.webp);
}
.cataglog_product .leftlistItemBox .card-body {
  padding: 6px 8px;
  border-top: 1px solid #c3c3c3;
  float: left;
  width: 100%;
}
.cataglog_product .leftlistItemBox .card-body .form-group {margin-bottom: 6px;}
.cataglog_product .leftlistItemBox .card-body .form-group label{margin: 0;}
.cataglog_product .leftlistItemBox .card-body p.note {font-size: 12px; color: #e23535; margin: 6px 0 0; float: left; width: 100%; padding: 0 0 8px;text-align: left;}
.cataglog_product .form-group.checkCustom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cataglog_product .form-group.checkCustom label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.cataglog_product .form-group.checkCustom label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #008C9E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.cataglog_product .form-group.checkCustom input:checked + label:before{
  background-color: #008C9E;
}
.cataglog_product .form-group.checkCustom input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.rightContainer.mlsPropty .propertyList {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.mlsPropty .property-featured {
  width: 40%;
  margin: 0;
  display: table-cell;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #ededed;
}
.mlsPropty .property-featured .content-thumb {
  min-height: 175px;
  display: block;
  position: relative;
  max-height: 240px;
}
.mlsPropty .property-featured img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.mlsPropty .property-featured .property-label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 6px 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  font-weight: 500;
  z-index: 10;
  font-size: 15px;
  border-radius: 2px;
}
.mlsPropty .propertyList .property-wrap {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  position: inherit;
  background: #f9f9f9;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative;
  height: 240px;
}
.mlsPropty .property-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 15px 25px 0;
  color: #008C9E;
}
.mlsPropty .property-title a{color: #008C9E;}
.mlsPropty .propertyDescription {padding: 12px 25px 0;}
.mlsPropty .propertyDescription p{
  text-align: left;
  padding: 0;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: inherit;
}
.mlsPropty .propertyDescription ol{padding: 0; margin: 0;}
.mlsPropty .propertyDescription ol li{font-size: 14px;}
.mlsPropty .propertySummary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.summaryDetails {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  width: 100%;
}
.summaryDetails>div {
  width: 33.33%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
  border-left: 1px solid #e5e5e5;
}
.mlsPropty .propertyIcon img {height: 25px;margin-right: 5px;}
.mlsPropty .propertyIcon{float: left; width: 30px;}
.propty_classfict{width: calc(100% - 50px);float: left; text-align: left; margin: 0; padding-left: 6px; font-weight: normal;}
.propty_classfict label{float: left;
width: 100%;
font-size: 12px;
color: #7b7979;
margin: 0;
line-height: 14px;}
.area_wrapBox{display: flex;
justify-content: center;
align-items: center;}
.proprtyInfo_rate{padding: 12px 25px 8px; display: flex; justify-content: space-between;}
.proprtyInfo_rate span{font-size: 22px; font-weight: 600; line-height: 24px;}
.proprtyInfo_rate a{
  background: #008C9E;
  border: 1px solid #008C9E;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 2px 10px 4px;
  border-radius: 3px;
}
.proprtyInfo_rate a:hover{
  color: #008C9E;
  background: #fff;
}
.categoryNoted_description{
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}
.categoryNoted_description p{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: -10px;
  padding: 0;
}
.LoaderBtn_center{float: left;width: 100%;display: flex;justify-content: center;}
.LoaderBtn_center button{
  background: #1e3b64;
  color: #fff;
  padding: 4px 18px;
  font-size: 14px;
  border-radius: 2px;
  border-color: #1e3b64;
  box-shadow: none;
}

@media (max-width:767px){
  .BodyContainer_mlsContent img.rightAlign_image{
    width: 100%; float: left; margin-left: 0;
  }
  .container-fluid.halfcontainer-Fluid.newCatalog_wrappwer{
    padding-right: 0;
    padding-left: 0;
}
.cataglog_product .bodyWrapper{padding-top: 20px;}
.cataglog_product .bodyWrapper .leftlistItem{position: relative; top: 0; margin-bottom: 25px; padding: 0;}
.cataglog_product .bodyWrapper .rightContainer{padding: 0;}
.rightContainer.mlsPropty .propertyList{display: flex; flex-direction: column;}
.mlsPropty .property-featured, .mlsPropty .property-featured img{-webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.mlsPropty .property-title, .mlsPropty .propertyDescription, .proprtyInfo_rate{padding: 15px 15px 0}
.mlsPropty .propertySummary{position: relative;}
.mlsPropty .property-featured, .mlsPropty .propertyList .property-wrap{width: 100%}
.mlsPropty .propertyList .property-wrap{height: auto;}
.proprtyInfo_rate{margin-bottom: 10px;}
.proprtyInfo_rate span{font-size: 20px;}
.proprtyInfo_rate a{font-weight: 500;}
.mlsPropty .propertyList .property-wrap{display: block;}
.summaryDetails > div{padding: 5px;}
.mlsPropty .propertyIcon{width: 25px;}
.mlsPropty .propertyIcon img{height: 20px;}
.propty_classfict{width: calc(100% - 30px);}
.propty_classfict span.property-meta{font-size: 15px;}
.nav-item.showed .dropdown-menu{
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.nav-item.showeds .dropdown-menu{
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.topHeader .folowUs ul li .dropdown-menu a{font-size: 11px;}
}
/* propertDetials Css Start HEre */
.titleDetails_proptech h1 {
  font-size: 26px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.addressWrapper {
  margin-bottom: 5px;
}
.addressWrapper p {
  margin-bottom: 5px;
  text-align: left;
  transition: inherit;
}
.addressWrapper p img {
  margin-right: 6px;
  height: 18px;
}
.titleDetails_proptech h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
  text-align: left;
}
#pdfFile {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
  text-align: center;
  text-decoration: none;
  background: #000;
  cursor: pointer;
  padding: 0;
}
#pdfFile a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 0;
}
.youtubeVideo, .widthmap_property{
  float: left;width: 100%; margin-top: 25px;
}
.youtube-embed {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.mapProperty{
  overflow: hidden;
  padding-bottom:65%;
  position:relative;
  height:0;
}
.mapProperty iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.rightContent_property p{ text-align: left; transition: inherit;}
.prop_Features {
  margin: 15px 0 25px;
  float: left;
  width: 100%;
}
.rightContent_property .FeaturesProperty, .rightContent_property .prop_Features {
  float: left;
  width: 100%;
}
.rightContent_property .FeaturesProperty h4, .rightContent_property .prop_Features h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: inherit;
}
.rightContent_property .facilitiesBox {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.rightContent_property .facilitiesBox span {
  color: #9f9f9f;
  float: left;
  width: 145px;
  font-size: 15px;
}
.rightContent_property .facilitiesBox .facilitieslist {
  float: left;
  width: calc(100% - 150px);
  padding-left: 20px;
}
.rightContent_property .facilitiesBox .facilitieslist p {
  color: #22536e;
  font-size: 15px;
  font-weight: 600;
  margin-right: 25px;
  float: left;
  padding-top: 0;
  margin-bottom: 10px;
  transition: inherit;
}
.rightContent_property .FeaturesProperty ul li {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 6px;
}
.rightContent_property .FeaturesProperty ul li label {
  display: flex;
  justify-content: space-between;
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 600;
}
.rightContent_property .FeaturesProperty ul li label span {
  color: #22536e;
}
.leftDetails{
  width: 100%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.titleDetails_proptech{
  padding-top: 20px;
  padding-bottom: 40px;
}
.modaal-container {
  height: 450px;
}
.modaal-close {
  top: 85px !important;
}
.FeaturesProperty ul{
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

/* bannerDetiasl slide css */
.bannerDetails .carousel-indicators [data-bs-target] {
  width: 100px;
  height: auto;
  cursor: pointer;
  opacity: 1;
  background: transparent;
}
.bannerDetails .carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bannerDetails .img-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: 0.3s ease;
  transform: scale(1);
} 
.bannerDetails .img-thumbnail.active img {
  opacity: 1;
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  outline: 1px solid white;
}

@media (max-width:480px){
  .rightContent_property .facilitiesBox .facilitieslist{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
  }
  .rightContent_property .FeaturesProperty ul li{width: 100%; margin-bottom: 10px; padding-right: 0}
}