*{
  padding:0px; margin:0px; box-sizing: border-box; -moz-box-sizing: border-box;
}
a{
  transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
}
img{
  max-width: 100%;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light_0-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium_0-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold_0-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



h1, h2, h3, h4, h5, h6{
  font-weight: normal; margin: 0px;
}
p{
  font-weight: normal; margin: 0px; color: #555555; font-size: 14px; line-height: 24px;
}
a{
  transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
}

body{
  font-family: 'open_sansregular';
}

#wrapper{
  width: 1170px; margin: auto; max-width: 100%;
}
.header-outer{
  float: left; width: 100%; background: url(../images/header-bg.jpg) no-repeat; background-size: cover; height: 600px;
}
.logo {
  float: left;
  width: 100% !important;
}
.login-heading {
  font-size: 25px;
  margin-top: 24px;
  position: relative;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important;
  float: left;
  margin-bottom: 22px; text-align: left;
}
.style-textarea {
  border: 1px solid #aaa;
  background: #fff;
  height: 100px;
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-top: 10px;
  margin: 0 0 20px 0;
}
.style-input {
  border: 1px solid #aaa !important;
  background: #fff;
  height: 50px !important;
  float: left;
  width: 100%;
  padding: 12px !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
}

.rev-smihed {
  margin: 25px 0px;
}
.float-width {
  float: left;
  width: 100%;
}
.rev-smihed h4 {
  font-size: 16px;
  color: #444444;
  font-family: 'poppinsmedium';
  display: inline-block;
  margin-right: 8px;
}
.rev-smihed .ls-dt-star {
  display: inline-block;
  vertical-align: middle;
}
.rev-inp-btn button {
    background: #0aab9a;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 25px;
    display: inline-block;
    border-radius: 30px;
    font-family: 'poppinssemibold';
    margin: 20px 0;
    height: 50px;
}
.rev-inp-out {
  margin-top: 45px;
}
.login-main .logo img {
  width: 50%;
}
.login-main .input-field .custom-btn.right:hover {
  color: #fff !important;
}
.login-heading::after {
  position: absolute;
  content: "";
  height: 22px;
  left: 0px;
  top: 5px;
  width: 5px;
  background: #0aab9a;
}
.input-icon {
  position: relative;
}
.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 15px 5px 6px 11px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
.input-icon i.fa-eye, .input-icon i.fa-eye-slash {
    position: absolute;
    right: 9px;
    padding: 0;
    margin: 0;
    top: 14px;    cursor: pointer;
}
#register_form .input-icon input 
{
  margin-bottom: 0px;

}
#register_form .input-icon
{
  margin-bottom: 20px;position: relative;
}
.input-icon input {
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-sizing: border-box;
  border-radius: 5px; 
  padding: 0 35px;
}
.input-icon input#password {
    margin-bottom: 0;
}
.fr-login-for {
  display: inline-block;
  width: 100%;    margin-bottom: 15px;
}
.fr-login-for h6 {
  float: left;
  position: relative;
  padding-left: 22px;
}
.fr-login-for h6 input {
  left: 0px !important;
  opacity: 1 !important;
  top: 2px;
}
.fr-login-for a {
  float: right;
  font-size: 14px;
}

.nav-wrapper {
  float: right;
  width: auto;
}
.nav-wrapper nav{
  display: inline-block; box-shadow: none;
}
.nav-wrapper nav ul{
  display: inline-block;
}
.nav-wrapper nav ul li{
  display: inline-block; vertical-align: middle;
}
.nav-wrapper nav ul li a {
    display: inline-block;
    vertical-align: middle;
    text-transform:capitalize;
    color: #000;
    padding:7px 20px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
}
header .nav-wrapper nav ul li a:hover {
  color: #fff !important;
  text-transform: none;
  background: #0aab9a;
  text-transform: capitalize;
}
.banner-text {
 float: left;
    text-align: center;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-hd{
  font-size: 40px; color: #fff; font-family: 'poppinslight'; text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); font-weight:bold;
}

.banner-hd span{
  color: #0aab9a;
}
.banner-search {
  float: left;
  width: 100%; position: relative; padding-right: 148px; background-color: #fff; border-radius: 5px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
.banner-search ul{
  float: left;
  width: 100%;
}
.banner-search ul li{
  float: left; width: 50%; border-right:1px solid #e5e5e5; padding: 15px;
}
.banner-search ul li:last-child{
  border:none;
}
.banner-search ul li h4{
  float: left; width: 100%; font-size: 14px; color: #444444;    font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: left; text-transform: capitalize;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777777;
}
.banner-search ul li input[type=text]{
  float: left; width: 100%; border:none; font-size: 12px; font-family: 'poppinsregular'; color: #9e9e9e; margin: 0px;
  position: relative; top: 7px; height: 25px;
}
.banner-search ul li input[type=text]:focus{
  box-shadow: none; border: none;
}
.banner-search ul li select{
  float: left; width: 100%; border:none; font-size: 12px; font-family: 'poppinsregular'; color: #777777;
  position: relative; top: 7px; height: 25px; display: inline-block;
}
.banner-search ul li .select-wrapper ul li{
  width: 100%; font-size: 12px; color: #777777; padding: 0px;
}
.banner-search ul li .select-wrapper ul li span{
  font-size: 12px; color: #333;
}
.banner-search ul li .select-wrapper {
  float: left; width: 100%;
}
.banner-search ul li .select-wrapper span.caret{
  color: #9b9b9b; font-size: 14px; top: -11px;
}
.banner-srh-btn{
  position: absolute; right: 0px; height: 100%; background-color: #0aab9a; color: #fff; text-transform: uppercase;
  font-size: 17px; font-family: 'poppinssemibold'; border:none; background:#0aab9a;
  width: 148px; background-position: 19px center; padding-right:35px; text-align: right; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.banner-search-outer{
  float: left; width: 100%;
}
.banner-search-outer {
  float: left;
  padding: 0 19% !important;
  width: 100%; margin-top: 17px;
}
.bx-wrapper .bx-pager{
  bottom: 0px;
}
.bx-wrapper{
  margin: 0px;
}
.header-inner {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99999;
display: flex;
align-items: center;
justify-content: space-between;
}

section{
  float: left; width: 100%; padding: 30px 0px;
}
.brow-inner{
  float: left; width: 100%;
}
.commen-heading {
  float: left;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.commen-heading marquee{
  float: left; width: 100%; font-size: 120px; color: #f0f5f7; font-family: 'poppinssemibold';
}
.commen-heading h4{
  float: left; width: 100%; font-size: 32px; color: #444444; text-transform: uppercase; font-family: 'poppinssemibold';
  position: relative; text-align: center;
}
.commen-heading h4::after{
  height: 2px; width: 64px; background-color: #0aab9a; position: absolute; content: ""; left: 0px; right: 0px; bottom: -25px;
  margin:auto;
}
.brow-inner{
  float: left; width: 100%; margin-top: 55px;
}
.brow-inner ul{
  float: left; width: 100%;
}
.brow-inner ul li {
  background-color: #eff2f3;
border-radius: 5px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
float: left;
margin: 2%;
overflow: hidden;
width: 29%;
}
.brow-inner ul li:last-child{
  margin-right: 0px;
}
.bro-img{
  float: left; width: 100%; position: relative; height: 230px;
}
.bro-img img{
  float: left; width: 100%; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;    object-fit: contain;
}
.bro-content {
    float: left;
    width: 100%;
    padding: 20px 20px 14px;
    min-height: 100px;
    background: #fff;
}
.bro-content h4{
  float: left; width: 100%; text-align: center; font-size: 18px; content: #444444; font-family: 'poppinsbold'; text-transform: capitalize;
  margin-bottom: 6px; color: #444444; line-height: 24px;
}
.bro-content p{
  float: left; width: 100%; text-align: center; font-size: 14px; color: #555555; line-height: 22px;
}
.bro-star {
  border-top: 1px solid #d8dee0;
  float: left;
  margin-top: 27px;
  padding-top: 17px;
  width: 100%; 
}
.bro-cl {
  float: left; height: 16px; width: 16px; border:2px solid #0aab9a; border-radius: 100%; margin-top: 1px;
}
.bro-star h4{
  float: left; color: #0aab9a; font-size: 14px; width: auto; margin: 0px; margin-top: 3px; margin-left: 7px;
}
.star-rate {
  float: right;
}
section.gray-bg{
  background-color: #fafafa;
}
section.gray-bg .commen-heading marquee{
  color: #edf2f4;
}
.how-inner {
  float: left;
  width: 100%; padding: 0 22px; margin-top: 50px;
}
.how-inner ul{
  float: left;
  width: 100%; background: url(../images/how-bg.png) no-repeat top center; background-position: center 10px; list-style: none;
}
.how-inner ul li{
  float: left; width: 265px; margin-right:14.6%; text-align: center;
}
.how-inner ul li:last-child{
  margin-right: 0px;
}
.how-img{
  float: left; width: 100%; height: 163px; position: relative;
}
.how-img img{
  top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; position: absolute;
}
.how-inner ul li h4{
  float: left; width: 100%; font-size: 18px; color: #444444; text-transform: uppercase; font-family: 'poppinsbold'; margin-bottom: 22px;
    margin-top: 28px;
}
.how-inner ul li p{
  font-size: 14px; color: #444444; line-height: 22px;
}
.happy-inner{
  float: left; width: 100%;
}
.testi-outer{
  float: left; width: 100%;
}
.testi-left{
  float: left; width: 48%; position: relative; padding-left: 123px; margin-top: 55px;
}
.testi-img {
  background: #0aab9a none repeat scroll 0 0;
  border-radius: 100%;
  height: 83px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 83px; padding: 21px 18px;
}
.testti-header {
  float: left;
  width: 100%; border-bottom: 1px solid #d8dee0; padding-bottom: 20px;
}
.testti-header h4{
  float: left; width: auto; font-size: 18px; color: #444444; text-transform: uppercase; font-family: 'poppinsbold';
}
.testi-inner-right {
  background: #fafafa none repeat scroll 0 0;
  float: left;
  padding: 27px 22px;
  width: 100%; border-radius: 5px; box-shadow:0px 2px 5px rgba(0, 0, 0, 0.22); position: relative;
}
.testi-inner-right::after {
  background: rgba(0, 0, 0, 0) url("../images/testi-arrow.png") no-repeat scroll 0 0;
  content: "";
  height: 42px;
  left: -28px;
  position: absolute;
  top: 25px;
  width: 40px;
}
.testi-inner-right p{
  float: left; width: 100%; line-height: 26px; font-size: 14px; color: #555555; font-family: 'open_sansitalic'; margin-bottom: 17px;
    margin-top: 17px; min-height:130px;
}
.testi-inner-right h5 {
  float: left;
  text-align: right;
  width: 100%; font-size: 14px; color: #444444; font-family: 'open_sansbold';
}
.lSSlideOuter .lSPager.lSGallery {
    display: flex;
    align-items: center;
    height: 55px;
}
footer{
  float: left; width: 100%; background-color: #282828; padding-top: 11px; padding-bottom: 45px;    margin-top: 20px
}
.footer-inner{
  float: left; width: 100%;
}
.footer-left{
  float: left; width: 65%;
}
.footer-head{
  float: left; width: 100%; position: relative; height: 88px;
}
.footer-head h4{
  float: left; width: 100%; color: #fff; font-size: 20px; text-transform: uppercase; font-family: 'poppinsbold';
  margin-top: 39px;
    padding-left: 0px; padding-bottom: 27px;
}
.footer-head img{
  position: absolute; left: 0px; top: 0px;
}
.footer-outer{
  float: left; width: 100%;
}
.footer-outer ul{
  float: left; width: 100%;
}
.footer-outer ul li{
  float: left; width: 48%; margin-bottom: 6px; list-style: none;
}
.footer-outer ul li a{
  float: left; font-size: 14px; color: #fff;    text-transform: capitalize;     text-decoration: none;
}
.footer-right{
  float: right; width: 31%;
}
.footer-right p{
  float: left; width: 100%; color: #fff;
}

.footer-inp {
  border-radius: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; margin-top: 14px;
}
.footer-inp input{
  float: left; width: 100%; border-radius: 5px; border:none; background-color: #fff; overflow: hidden; margin: 0px; height: 50px; box-sizing: border-box;    font-size: 16px;
padding-left:10px;
}

.footer-inp button{
  position: absolute; right: 0px; top: 0px; height: 100%; background-color: #0aab9a; color: #fff; border: none; width: 83px;
}
.footer-mail{
  /* background: url(../images/mal-inp.png) no-repeat #fff; background-position: -36px -29px; */
}
.sol-outer {
  float: left;
  width: 100%; margin-top: 20px;
}
.sol-outer ul{
  float: left;
  width: 100%;
}
.sol-outer ul li{
  float: left; margin-right: 6px; list-style: none;
}
.sol-outer ul li a{ padding:0px;
  float: left; width: 46px; height: 46px; border:2px solid #fff; text-align: center; border-radius: 100%; font-size: 21px;
  color: #fff;     line-height:50px;
}
.footer-right .sol-outer ul li a i {
    font-size: 20px;
    line-height: 42px;
}
.sol-outer ul li a i {
    line-height: 42px;
}
#map {
	width: 100% !important;
}
.footer-inp input:focus{
  border:none !important; box-shadow: none !important;
}
.footer-right .footer-head img{
   top: 12px;
}
.footer-btm-outer{
  float: left; width: 100%; background:#242424; padding: 20px 0;
}
.footer-btm-inner{
  float: left; width: 100%;
}
.footer-btm-inner p{
  float: left; color: #fff;
}
.footer-btm-inner ul{
  float: right;
}
.footer-btm-inner ul li{
  display: inline-block; vertical-align: middle; border-right: 1px solid #fff; margin-right: 15px;
    padding-right: 15px;
}
.footer-btm-inner ul li:last-child{
  border:none; margin-right: 0px;
    padding-right: 0px;
} 
.footer-btm-inner ul li a{
  display: inline-block; vertical-align: middle; font-size: 14px; color: #fff;
}
.footer-outer ul li a:hover{
  color: #0aab9a;
}
.footer-btm-inner ul li a:hover{
  color: #0aab9a;
}
.sol-outer ul li a:hover{
  background-color: #0aab9a; border:2px solid #0aab9a;
}
.bro-btn-outer{
  float: left; width: 100%; text-align: center; margin-top: 58px;
}
.bro-btn-outer a{
  display: inline-block; border:2px solid #0aab9a; border-radius: 70px; color: #0aab9a; width: 174px;
  font-family: 'poppinssemibold'; font-size: 18px; text-transform: capitalize; padding: 13px 0; text-decoration: none;
}
.bro-btn-outer a:hover{
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.22);
}
.nav-wrapper nav ul li a:hover{
  color: #0aab9a;
}

/******************listing start*********************/

.header-outer.header-in {
  background-image: none;
  height: auto;
}
.header-outer.header-in .nav-wrapper nav ul li a{
  color: #444;
}
.header-outer.header-in .nav-wrapper nav ul li a:hover{
  color: #0aab9a;
}
.map-outer{
  float: left; width: 100%; border-top:4px solid #0aab9a;
}
.map-outer img{
  float: left; width: 100%;
}
.listing-fil-out{
  float: left; width: 100%; margin-bottom: 40px;
}
.list-radus{
  float: left; width: 100%;
}
.list-radus {
  float: left;
  padding-left: 114px;
  position: relative;
  width: 100%; margin-top: 30px;
}
.list-radus h4 {
  bottom: 0;
  color: #444444;
  float: left;
  font-family: "poppinsregular";
  font-size: 15px;
  height: 26px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: auto;
}
.search-list {
  background-color: #eff2f3;
  border-radius: 5px;
  float: left;
  padding-right: 148px;
  position: relative;
  width: 100%;
}
.search-list ul {
  float: left;
  width: 100%;
}
.search-list ul li {
  float: left;
  padding: 15px;
  width: 33%; position: relative;
}
.search-list ul li input[type="text"] {
  border: medium none;
  color: #777777;
  float: left;
  font-family: "poppinsregular";
  font-size: 12px;
  height: 45px;
  margin: 0;
  position: relative;
  width: 100%; background-color: #fff; border-radius: 5px; padding-left: 32px; box-sizing: border-box;
}
.search-list ul li select {
  border: medium none;
  color: #777777;
  float: left;
  font-family: "poppinsregular";
  font-size: 12px;
  height: 45px;
  margin: 0;
  position: relative;
  width: 100%; background-color: #fff;  border-radius: 5px;
}
.search-list ul li input[type="text"]:focus {
  border: medium none;
  box-shadow: none;
}
.search-list ul li .select-wrapper ul li {
  color: #777777;
  font-size: 12px;
  padding: 0;
  width: 100%; background-color: #fff;
}
.lis-icon1{
  background: url(../images/lis-icon1.png) no-repeat; background-position: 12px 15px; padding-left: 39px !important;
}
.lis-icon2{
  background: url(../images/lis-icon2.png) no-repeat; background-position: 12px 13px;
}
.list-relt {
  background: #eff2f3 none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%; padding:12px 20px;
}
.list-relt p{
  float: left; width: auto; font-size: 15px; color: #444; font-family: "poppinsregular"; margin-top: 12px;
}
.sort-sel {
  float: right;
  width: 225px;
}
.sort-sel h4 {
  background: rgba(0, 0, 0, 0) url("../images/sort-icon.png") no-repeat scroll 100% 0;
  color: #444444;
  float: left;
  font-size: 15px;
  margin-top: 14px;
  padding-bottom: 4px;
  padding-right: 25px;
}
.sort-sel .select-wrapper{
  float: right; width: 137px;
}
.sort-sel .select-wrapper input{
  margin:0px; border:none;
}
.sort-sel .select-wrapper input:focus{
  border:none; box-shadow: none;
}
.list-main {
  float: left;
  width: 100%;
}
.list-main ul{
  float: left;
  width: 100%;
}
.list-main tr{
  float: left;
  width: 100%; border-top:4px solid #0aab9a; background: #eff2f3; padding: 20px; border-radius: 5px;
  margin-bottom: 30px;
}
.list-main thead{
 display: none;
}

.dataTables_paginate .list-main ul li{
  float: left;
   border-top:4px solid #0aab9a; background: #eff2f3; padding: 20px; border-radius: 5px;
  margin-bottom: 30px;
}
.list-img {
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 568px;
}
.list-img img{
  float: left; width: 100%;
}
.list-content h4{
  color: #444444; font-size: 24px; text-transform: uppercase; font-family: 'poppinssemibold';    text-align: left;
}
.list-content p{
  color: #666; font-size: 14px; line-height: 24px; margin: 10px 0;
}
.list-main-icon {
  display: inline-block;
  vertical-align: middle; margin: 4px 0;
}
.lst-ion1{
  display: inline-block;
  vertical-align: middle; background: #fff; height: 33px; width: 33px; border:2px solid #0aab9a; border-radius: 100%;
  text-align: center; padding: 4px 0px;
}
.list-main-icon h5{
  display: inline-block;
  vertical-align: middle; font-size: 14px; color: #666666; margin-left: 8px;
    margin-right: 15px;
}
.lst-ion1 i{
  font-size: 20px; color: #0aab9a;
}
.list-btn a{
  display: inline-block; background: #0aab9a; border-radius: 50px; color: #fff; font-size: 13px; text-transform: uppercase;
  font-family: 'poppinssemibold'; padding: 13px 26px; margin-top: 20px;
}
.list-hd-ot{
  position: relative;
}
.star-rat {
  position: absolute;
  right: 0;
  top: 5px;
}
.search-list ul li .select-wrapper span.caret{
  z-index: 2; right: 15px;
    top: 23px;
}
.lst-icn-ct {
  background: rgba(0, 0, 0, 0) url("../images/lis-icon3.png") no-repeat scroll 0 0;
  height: 21px;
  left: 25px;
  position: absolute;
  top: 27px;
  width: 12px;
  z-index: 2;
}
.pagi-outer{
  float: left; width: 100%;
}
.pagi-outer ul{
  float: left; width: 100%;
}
.pagi-outer ul li{
  float: left; margin-right: 5px;
}
.pagi-outer ul li a{
  float: left; border-radius: 5px; background: #eff2f3; color: #444; padding: 8px 14px;
}
.pagi-outer ul li a:hover{
  background: #0aab9a; color: #fff;
}

/**************listing details********************/

.ls-dt-outer{
  float: left; width: 100%; border-top: 4px solid #0aab9a; padding-top:40px; 
}
.ls-dt-review p{
	font-size:16px;
	line-height:26px;
}
.ls-dt-inner{
  float: left; width: 100%;
}
.ls-dt-left {
  float: left;
  width: 66%;
}
.ls-dt-video {
  float: left;
  width: 100%; position: relative;
}
.ls-dt-video img{
  float: left; width: 100%;
}
.ls-dt-video .img-play{
  position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; width: auto;
}
.ls-dt-star-outer {
  float: left;
  width: 100%; margin-bottom: 20px;
    margin-top: 20px;
}
.ls-dt-star-outer h4{
  float: left; width: 100%; font-size: 14px; color: #0aab9a; text-decoration: underline;    margin-bottom: 10px;
}
.ls-dt-star{
  float: right; width: auto;
}
.ls-dt-star i{
  font-size: 16px; color: #eba000; display: inline-block;
}
.ls-dt-review {
  float: left;
  width: 100%;
}
.ls-dt-review ul {
    display: table;
}
.ls-dt-review ul li{
      margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.ls-dt-review-ryt {
    margin-left: 15px;
}
.rev-hed h4 {
    font-size: 20px;
    font-weight: 600;
}
.ls-dt-review ul li{
  float: left; width: 100%; margin-bottom: 40px;
}
.ls-dt-review ul li:last-child{
  margin-bottom: 0px;
}
.ls-dt-review ul li h4{
  float: left; width: 100%; font-size: 18px; margin: 0px; text-transform: uppercase; color: #0aab9a;
  font-family: 'poppinssemibold';
}
.ls-dt-review ul li .ls-dt-star {
  float: left;
  width: 100%; text-align: left; margin-bottom: 12px;
    margin-top: 2px;
}
.ls-dt-review ul li h5{
  float: left; width: 100%; font-size: 13px; color: #888888;  margin-top: 19px;
}
.ls-dt-review ul li p{
  font-family: 'open_sansitalic';
}

.ls-dt-right{
  float: right; width: 30.5%;
}
.dt-ryt-head{
  float: left; width: 100%; background: #0aab9a; background: url(../images/dt-icon1.png) no-repeat center left #0aab9a;
  height: 45px; background-position: 12px center;
}
.dt-ryt-head h4{
  margin:0px; font-size: 18px; color: #fff; text-transform: uppercase; font-family: 'poppinssemibold'; padding-left: 15px;
    padding-top: 15px; padding-bottom: 15px;
}
.ryt-map{
  float: left; width: 100%;
}
.ryt-map img{
  float: left; width: 100%;
}
.dt-arres {
  float: left;
  width: 100%;
 border: 1px solid #e2e2e2; padding:15px;
}
.dt-arres h4{
  float: left;
  width: 100%; font-size: 18px; color: #0aab9a; font-family: 'poppinsmedium'; margin-bottom: 8px;
    margin-top: 17px; text-transform: uppercase;
}
.ls-dt-right .dt-arres h4{
  color: #333 !important;
}
.dt-arres ul{
  float: left; width: 100%;
}
.dt-arres ul li{
  float: left; width: 100%; position: relative; padding-left: 24px; margin-bottom: 15px;
}
.dt-arres ul li i{
  font-size: 16px; color: #b1b1b1; position: absolute; top: 5px; left: 0px;
}
.dt-arres ul li p{
  margin:0px; float: left; width: 100%; font-size: 14px; color: #444444;
}
.ls-dt-right .dt-arres ul li a {
  font-size: 16px;
  color: #444 !important;
}
.ryt-map #map {
  margin-top: 0px !important;
}
.dt-arres ul li a:hover{
  text-decoration: underline;
}
.dt-ryt-outer{
  float: left; width: 100%; margin-top: 15px;
}
.dt-ryt-head.time-tt{
  background: #0aab9a url("../images/dt-icon2.png") no-repeat scroll 12px center;
}
.dt-time{   float: left; width: 100%; border: 1px solid #e2e2e2; margin-top: 10px; }

.dt-time ul{
  float: left; width: 100%;
}
.dt-time ul li{
  float: left; width: 100%; margin-bottom: 10px;
}
.dt-time ul li h4{
  margin: 0px; float: left; font-size: 14px; color: #444444; padding: 3px 0;
}
.dt-time ul li h5{
  margin: 0px; float: right; font-size: 14px; color: #444444; padding: 3px 0;
}
.sol-outer.green-sol ul li a{
  border: 2px solid #0aab9a;
}
.sol-outer.green-sol ul li a i{
  color: #0aab9a;
}
.sol-outer.green-sol ul li a:hover i {
    color: #fff !important;
}
.inner-page-heading{
  float: left; width: 100%; background-color: #0aab9a; margin-top: 0px !important;
}
.inner-page-heading h4 {
  color: #ffffff;
  float: left;
  font-size: 34px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; font-family: 'poppinsbold';
}
.div-dt-img {
  float: left;
  width: auto; margin-bottom: 6px;
}
.div-dt-img img {
  float: left;
}

/**************login****************/
html, body{
  height: 100%;
}
.login-bg{
  background: #f5f5f5 !important;
}
.login-outer{
  left: 0px; width: 100%; bottom: 0px; height: 100%; display: table; min-height: 100%;
}
.login-inner{
  display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: top;
  padding: 80px 0px;
}
.login-logo {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}
.login-main {
  background: #fff none repeat scroll 0 0;
  border: none !important;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 45px 50px;
  width: 450px !important;
}
.login-header{
  display: inline-block; width: 100% !important;
}
.login-header h4{
  color: #0aab9a; font-size: 32px; text-transform: uppercase; font-family: 'open_sanssemibold';
}
.login-border{
  display: inline-block; background: #0aab9a; width: 88px; height: 3px;
}
.login-header p {
  margin-bottom: 2px;
  margin-top: 7px;
}
.login-main .input-field{
  text-align: left;
}
.login-main .input-field a{
  font-size: 14px; color: #444444;
}
.login-main .input-field a:hover{
  text-decoration: underline;
}
.input-icon span {
  display: inline-block; 
  width: 100%;
  text-align: left;
}
.custom-btn{
  display: inline-block; vertical-align: middle; background: #0aab9a; border-radius: 5px;
  color: #fff; font-size: 18px; font-family: 'open_sanssemibold'; width: 100%;
  padding: 11px 26px !important; border: none; text-align: center; border:2px solid #0aab9a;
}
.login-main .input-field .custom-btn {
  font-size: 16px !important;
  color: #fff;
  width: 100%;margin-bottom: 5px;
}
.login-main .input-field .custom-btn.right{
  color: #0aab9a; background: transparent;cursor: pointer;
}
.login-main .input-field .custom-btn:hover{
  text-decoration: none;
}
.custom-btn:hover{
  background: #078073; border: 2px solid #078073;
}
.login-main .input-field .custom-btn.right:hover{
  background: #078073; border: 2px solid #078073; color: #fff;
}
.payment-half-width {
  display: inline-block;
  width: 46%;
}
.full-btn{
  width: 100% !important;
}
.login-main .input-field p {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -6px;
  margin-right: 22px;
  width: auto;
}
.login-main .input-field p label{
  color: #444;
}
.payment-left {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
.payment-right {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
.login-main.payment-main{
  width: 1170px !important; max-width: 100%;
}
.login-main .input-field p.inp-full-par{
  width: 100%; text-align: center; margin-left: 0px;
}
.payment-right-dis {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.payment-right-dis h4{
  display: inline-block; width: 100%;
  color: #0aab9a;
  font-family: "open_sanssemibold";
  font-size: 22px;
}
.mt-20{
  margin-top: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.input-icon select {
  border: 1px solid #ddd;
  border-radius: 5px;
}

/**************login****************/


/***pop up****/

.side-pop-outer{
  margin: 0 auto;
  width: 320px;
  height: 65px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05);
}
.side-pop-image{
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 59px;
  width: 59px;
}
.side-pop-image img{
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  height: 59px;
  width: 59px;
  border: 2px solid white;
}
.side-pop-content{
  margin-left: 75px;
  padding-top: 9.28571px;
  padding-right: 4px;
}
.side-pop-content h4{
  line-height: 16.25px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: #000;
}
.side-pop-content p{
  line-height: 16.25px;
  font-size: 12px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: #333;
}
.side-pop-when{
  display: block;
  color: #999;
  font-size: 11px;
  font-family: "Roboto", helvetica, arial, sans-serif;
}
.side-pop-poweredBy{
  font-family: "Roboto", helvetica, arial, sans-serif;
  margin-left: 2px;
  display: inline-block;
  height: 15px;
  font-size: 10px;
  color: #BBB;
}
.side-pop-poweredBy a{
  color: #0089d8; text-decoration: none;
}
.side-pop-outer{
  display: none;
}
.pop-left-btm {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.pop-left-main {
  position: fixed;
  left: 20px;
  border: none;
  bottom: 0px;
  z-index: 99;
}

/***pop up****/

.header-inner .logo {
  width: auto !important;
  margin-top: 10px;
  padding-bottom: 10px;
}
.header-outer.header-in .nav-wrapper nav ul li a:hover {
  color: #fff !important; text-decoration: none;
}
.login-main.payment-main .input-icon input{
  padding-left: 12px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
  background: #fff;
  transform: inherit;
}
.busess-det-heading {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.busess-det-heading h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'poppinsmedium'; color: #333;
}
#DataTables_Table_0_filter label {
  font-size: 16px;
  color: #444;
}
#DataTables_Table_0_filter input {
  border: 1px solid #ddd;
  border-radius: 5px !important;
  height: 40px;
  margin-bottom: 0px;
  width: 165px !important;
}
#DataTables_Table_0_length label {
  font-size: 16px;
  color: #444;
  text-transform: capitalize;
}
.select2-container .select2-selection--single{
  border-radius: 5px !important;
  height: 40px !important; border: 1px solid #ddd !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px !important;
}
.table-scrollable {
  border: none !important; overflow: inherit !important;
}
.table-bordered > tbody > tr > td{
  border: none !important;
}
.table-scrollable table tr {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff !important;
}
tbody tr{
  background-color: #fff !important;
}
.table-scrollable table tr td{
  padding: 0px !important;
}
/* .pagination > li > a{ */
  /* padding: 8px 18px ; color: #333 ;  */
/* } */
/* .pagination .active > a, .pagination .active > a:hover { */
  /* background: #eee; */
  /* border-color: #dddddd; */
  /* color: #0aab9a; */
/* } */
#DataTables_Table_0_info {
  font-size: 14px;
  color: #333;
  float: left;
}
.main-slider {
  float: left;
  width: 100%;
  position: relative;
}

.main-slider img {

    width: 100%;

}
.bx-wrapper .bx-pager.bx-default-pager a.active , .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #0aab9a !important;
}
.bx-wrapper .bx-prev{
  background: url(../images/controls.png) no-repeat 0 0px !important;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: url(../images/controls.png) no-repeat -33px 0px !important;
}

.table-userplan-outer {
  float: left;
  width: 100%;
}
.table-userplan-inner {
  float: left;
  width: 100%;
}
.table-userplan-inner table tr th{
  color: #fff; background: #0aab9a; font-size: 16px; text-transform: uppercase; border-radius: 0px; padding: 16px 22px;
}
.table-userplan-inner table tr td{
  color: #000; font-size: 14px; padding: 16px 22px; border-radius: 0px;
}
.table-userplan-inner table tbody {
  border: 1px solid #ddd;
  border-top: none;
}
.table-userplan-inner table tbody tr:nth-of-type(2n) {
  background: #fafafa !important;
}
.text-center {
  text-align: center;
}
.table-userplan-inner table tr td a {
  background: #0aab9a;
  color: #fff;
  border-radius: 5px;
  padding: 9px 17px;
  display: inline-block;
}
.table-userplan-inner table tr td a.active{
  background: #ff902b;
}
.sign_up
{
  margin-top: 100px;
}

.blog_img {
    float: left;
    width: 100%;  
	height: 400px;
}
.blog_img img {
    float: left;
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.blog_section h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}
.blog_section p {
    float: left;
    width: 100%;
    margin: 10px 0;
}
._default tr td {
    width: 50%;
}
.lst-ion1 i {
    line-height: 20px !important;
}
._default td p {
    margin: 10px 0;
}
.pagination li a i {
    line-height: 20px !important;
}
._blog .table-striped.table-bordered {
    border: 0;
}
._blog .pagination li.active a {
    color: #fff;
}
.searching-table .pagination li.active a {
    color: #fff;
}
.pagination li a {
    height: 33px;
    /* line-height: 20px !important; */
}
/***********inner page************/
.alert-success.alert-box {
    background-color: #59a828;
    color: #fff;
}
.inner-side-outer{
  float: left; width: 100%;
}
.inner-side-left{
  float: left; width: 26%;
}
.inner-side-left ul{
  float: left; width: 100%; border: 1px solid #dddddd; border-bottom:none;
}
.inner-side-left ul li{
  float: left; width: 100%; border-bottom: 1px solid #dddddd; position: relative;
}
.inner-side-left ul li .sub-menu{
  border:none; display: none;
}
.inner-side-left ul li .sub-menu li a{
  padding-left: 30px;
}
.inner-side-left ul li .sub-menu li .sub-menu li a{
  padding-left: 50px;
}
.inner-side-left ul li .sub-menu li:last-child{
  border-bottom: none;
}
.inner-side-left ul li a{
  float: left; width: 100%; font-size: 14px; padding: 14px 15px; color: #444;
}
.inner-side-left ul li a:hover{
  background: #f5f5f5; color:#0aab9a;
}
.inner-side-left ul li a i {
  float: right;
  font-size: 18px;
  margin-top: 1px;
}
.inner-side-right{
  float: right; width: 70%;
}
.inner-side-right table{
  width: 100%; border: 1px solid #ddd;
}
.inner-side-right table tr th{
  font-size: 16px; padding: 12px 5px; text-align: left; background: #0aab9a; color: #fff; border-radius: 0px;
}
.inner-side-right table tr:nth-of-type(2n+1){
  background: #f5f5f5;
}
.inner-side-right table tr td{
  font-size: 14px; padding: 12px 5px !important; text-align: left;
}
.inner-side-header {
  float: left;
  width: 100%;
  color: #fff;
  background: #0aab9a;
  font-size: 23px;
  text-transform: uppercase;
  padding: 15px 18px;
}
.inner-side-ryt-cnt{
  float: left; width: 100%; margin-bottom: 40px;
}
.inner-side-ryt-cnt p{
  font-size: 14px; color: #444; line-height: 24px;
}

/***********inner page************/

/***********************responsive start**************************/
   
/**Brij Badge Css **/
.fa-trophy.right{color: #df9801; font-size:20px;}
a.phone-link, .dt-arres ul li a.phone-link{color: #666666;}
.owl-item .item h4{color: #0aab9a;}

.owl-carousel {
    float: left;
    width: 100%;
}
.owl-carousel a h1 {
    color: #0aab9a;
    font-size: 36px;
}
.owl-carousel .item{
  text-align: center;
}

.footernopadding
{
padding-top:0px !important;
padding-bottom:0px !important;
}

.client-header
{
margin-bottom:10px;
}


._coupan {
    margin-bottom: 20px;
     position: relative; border:1px solid #e0e0e0;    text-align: center;
}



/* promocode css */
._promocode {
  background-color: #f374b8;
  display: inline-block;
  text-align: center;
  padding: 16px;
  border-radius: 6px;
  margin: 40px 0;
  width: 100%;
}
 
.promo_area { 
  border: 2px dashed #fff;
  position: relative;
  padding: 20px 15px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.promo_area p{
  color: #fff;
  text-transform: capitalize;
}
.promo_area h4 {
  font-size: 20px;
}
.promo_area h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 15px 0;
}
.ctr_img {
  position: absolute;
  width: 24px;
  right: -13px;
  bottom: 28px;
}

._actions {
  position: absolute;
  top: -14px;
  right: 8px;
  text-align: center;
}
._actions li {
  display: inline-block;
  margin: 0 0px;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #f374b8;
  box-shadow: 0px 0px 4px #656565;
}
._actions li a {
  display: block;
}
._actions li i{
  font-family: fontawesome; 
  color: #fff;
  font-style: normal;
}
/* promocode css end*/


.listing-fil-out .pagination li.active a {
    color: #fff;
}




/* extra */
table#DataTables_Table_0 tr td {
    padding: 10px !important;
}

table#DataTables_Table_0 {
    width: 100% !important;
    border: 0;
}


/***********************responsive start**************************/

@media screen and (max-width: 1200px) {

#wrapper{
  width: 95%;
}
.how-inner ul li{
  margin: 0 2.8%;
}
.how-inner ul{
  background-size: 57%;
}
.banner-search-outer{
  padding: 0px;
}
.star-rat {
  margin-top: 12px;
  position: static;
}

.login-main.payment-main {
    width: 95% !important;
}

}  


@media screen and (max-width: 1024px) {
  nav { 
      height: auto; position: relative; border-bottom: 0;
    }
    nav ul#navigation {
		width: 100%;
		display: none;
		height: auto;
    }
    .nav-wrapper nav ul li {
      width: 100%;
      float: left;
      position: relative;
    }
 
   .nav-wrapper nav ul li a {
      text-align: left;
      width: 100%;
    }
  .nav-wrapper nav ul li a{ padding:14px;}
  .nav-wrapper nav ul {
  float: left;
  width: 100%;
  position: absolute;
  width: 220px;
  z-index: 9;
  background: #fff;
  right: 0px;
  top: 46px;
  display: none;
    height: auto; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
}
  nav a#pull {
    display: block;
    background-color: #3393E5;
    width: 35px; height:29px;
    /* position: absolute; */
    padding: 10px 0px;
    text-decoration:none;
    color:#FFFFFF;
    float:right; background:url(../images/navi.png) no-repeat top left;
    margin-top:0px; 
	/* top: 0px; right: 0; */
  }
  nav a#pull:after {
    content:"";
    background:url(../nav-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
.nav-wrapper{
  margin-top: 0px;
}
.nav-wrapper nav ul li{
  margin-left:0px;
}
.nav-wrapper nav ul li a{
  color: #444;
}
.how-inner ul{
  background-image:none;
}
.how-inner ul li {
  margin: 0 2%;
  width: 30%;
}	

.header-inner .logo {
  margin-top: 10px;
  margin-bottom: 0px;
}
.banner-srh-btn{
  height: auto;
}
._cust_srch .banner-srh-btn {
    height: 100%;
}
.banner-search-outer._cust_srch {
    padding: 0 7% !important;
	z-index: 11;
    position: relative;
}
}

/* @media screen and (max-width: 992px) { */
/* .footer-inp { */
    /* width: 82% */
/* } */
/* } */
@media screen and (max-width: 990px) {

.bro-img{
  height: 188px;
}
.footer-left{
  width: 100%;
}
.footer-right {
    margin-top: 30px;
    width: 100%;
}
.commen-heading marquee {
  font-size: 80px;
  height: auto;
}
}  


@media screen and (max-width: 900px) {
.main-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.testi-left{
  width: 100%;
}
/* .how-inner ul li { */
  /* margin: 0 0 50px; */
  /* width: 100%; */
/* } */
.how-img {
    height: 100px;
}
.how-img img {
    width: 90px;
}
.how-inner ul li:last-child{
  margin-bottom: 0px;
}
.banner-search ul li{
  width: 100%; border-right: none; border-bottom:1px solid #e5e5e5;
}
.banner-search{
  padding-right: 0px;
}
.banner-srh-btn {
  border-radius: 0;
  padding: 10px 0 10px 18px;
  position: static;
  text-align: left;
  width: 100%; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.banner-hd{
  font-size: 32px;
}
.list-img{
  width: 100%; margin-right: 0px; height: auto; margin-bottom: 20px;
}
.search-list{
  padding: 0px;
}
.search-list ul li {
  padding-bottom: 0;
  width: 100%;
}
.search-list ul li:last-child{
  padding-bottom: 15px;
}

.ls-dt-left{
  width: 100%;
}
.ls-dt-right {
  margin-top: 15px;
  width: 100%;
}
.div-dt-img{
  margin-right: 20px;
}

#DataTables_Table_0_wrapper .table-scrollable tbody tr td{
  display: block;
}
.listing-img img {
  width: 100%;
}
.footer-btm-inner p {
  width: 100%;
  text-align: center;
}
.footer-btm-inner ul {
  width: 100%;
  text-align: center;
}

#DataTables_Table_0 {
	width: 100% !important;
	display: block;
}
#DataTables_Table_0 tbody {
	display: block;
}
#DataTables_Table_0 tbody tr {
	display: inline-block;
	width: 100%;
}
#DataTables_Table_0 tbody tr td {
	display: inline-block !important;
	width: 100%;
	max-width: 100%;
}
.searching-table .list-img {
	width: 100%;
	margin-right: 0px;
}
.searching-table .list-img{
	width: 100% !important;
}


.banner-search ul li {
	padding: 12px;
}
.banner-hd{
  text-shadow: none;
}
.inner-side-left{
  width: 30%;
}
.inner-side-right {
  float: right;
  width: 65%;
}

}  

@media screen and (max-width: 768px) {
	
.bro-content {
    min-height: auto;
}
.how-inner ul li {
	width:100%;
	margin-bottom:20px;
}
.brow-inner ul li{
  width: 100%; margin-right: 0px; margin-left: 0px; margin-bottom: 10px;
}
.brow-inner ul li:last-child{
  margin-bottom: 0px;
}
.bro-img {
  height: auto;
}
.bro-img img{
  position: relative;
}
.footer-btm-inner p{
  width: 100%; text-align: center;
}
.footer-btm-inner ul{
  width: 100%; text-align: center; margin-top: 8px;
}

.payment-left{
  width: 100%;
}
.payment-right{
  width: 100%; margin-top: 50px;
}

.login-main{
  width: 95%;
}
 
.bro-img img{
  height: auto;
}
.inner-side-left{
  width: 100%; margin-bottom: 50px;
}
.inner-side-right {
  float: right;
  width: 100%;
}
.banner-search-outer {
  padding: 0 5% !important;
}
.commen-heading marquee{
  display: none;
} 
.commen-heading{
  top: 0px; margin-top: 20px;
}
}  

@media screen and (max-width: 550px) {
.list-main-icon {
    width: 100%;
}
.list-main-icon h5 {
    width: 80%;
}
.list-main tr {
    padding: 0px;
}
.dataTables_filter {
    float: left;
    width: 100%;
}
.dataTables_filter label {
    width: 100%;
}
div.dataTables_filter label input {
    width: 100%!important;
}
.header-outer{
  height: 500px;
}
.footer-outer ul li{
  width: 100%;
}
.testi-img{
  position: relative;
}
.testi-left{
  padding-left: 0px;
}
.testi-inner-right{
  margin-top: 30px;
}
.testi-inner-right::after {
  left: 18px;
  top: -30px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.testi-inner-right{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
}
.sort-sel {
  float: right;
  margin-top: 6px;
  width: 100%;
}
.inner-page-heading h4{
    font-size: 26px;
    padding: 25px 0;
}
.busess-det-heading h4 {
    font-size: 22px;
}
.div-dt-img{
  margin-right: 0px; width: 100%;
 }
.div-dt-img img{
  width: 100%;
}

.payment-half-width{
  width: 100%;
}
.payment-half-width.right {
  display: inline-block;
  float: none !important;
}
.login-main{
  padding: 30px 25px;width: 95% !important;
}
}  



@media print /*--This is for Print--*/

{

._promocode {
  background-color: #f374b8;
  display: inline-block;
  text-align: center;
  padding: 16px;
  border-radius: 6px;
  margin: 40px 0;
  width: 100%;
}
 
.promo_area { 
  border: 2px dashed #fff;
  position: relative;
  padding: 20px 15px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.promo_area p{
  color: #fff;
  text-transform: capitalize;
}
.promo_area h4 {
  font-size: 20px;
}
.promo_area h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 15px 0;
}
.ctr_img {
  position: absolute;
  width: 24px;
  right: -13px;
  bottom: 28px;
}

._actions {
  position: absolute;
  top: -14px;
  right: 8px;
  text-align: center;
}
._actions li {
  display: inline-block;
  margin: 0 0px;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #f374b8;
  box-shadow: 0px 0px 4px #656565;
}
._actions li a {
  display: block;
}
._actions li i{
  font-family: fontawesome; 
  color: #fff;
  font-style: normal;
}
}





/***************contact us css*************************/

.contact-outer {
    float: left;
    width: 100%;
    padding: 60px 0px;
    border-top: 1px solid #b5b5b5;
}

.contact-left .detail-cart {
  margin-top: 30px; }

.contact-heading {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: #447923;
    padding: 15px;
    border-radius: 6px 6px 0 0;
}

.contect-ul {
  float: left;
  width: 100%; }

.contect-ul li {
  color: #333;
  float: left;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  text-transform: capitalize;
  }

.contect-ul li a {
  color: #bd2222; }
.cont-phone a {
    font-size: 20px;
    color: #000;
}
.contect-ul li a:hover {
  text-decoration: underline; }

.contact-phone {
  float: left;
  width: 100%;
  margin-top: 10px; }

.cont-phone {
  float: left;
  width: 100%; }

.cont-phone li {
  float: left;
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-bottom: 7px; }

.contact-left {
	float: left;
	width: 48%;
}

.contact-right {
	float: right;
	width: 40%;
}

.form_contact .cart-input input {
  border: 1px solid #bbb;
  padding: 4px 15px;
  box-sizing: border-box;
  height: 50px;  
  font-size: 16px;
}
.contact-btn button {
    font-size: 18px;
    background-color: #447923;
    border: 0;
    height: 45px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 5px;
}
.contact-btn button:hover {
    background-color: #5ca031;
}
.form_contact .cart-input textarea {
  padding: 15px;
  height: 200px;
  resize: none;
  border: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
    
   .contact-left {
	float: left;
	width: 100%;
} .contact-right {
	float: right;
	width: 100%;
	margin-top: 40px;
}
.contact-outer {
	padding-top:30px;
	padding-bottom:0;
}
    .contact-outer .container {
    width: 100%;
}
}


.login-header {
	display: inline-block;
	width: 100% !important;
	text-align: left;
	background: #f6f6f6;
	padding: 20px;
	border: 1px solid #dedede;
}


.table-userplan-inner {
    float: left;
    width: 100%;
    overflow-x: scroll;
}
.blog_details_img .blog_img{width:40%!important; padding:20px;}
.blog_details_img .ls-dt-star-outer{width:60%!important; padding:20px;}


.pagination > li > a, .pagination > li > span{ line-height:auto!important;}
._temp1_section{ 
    display:inline-block;
    width:100%;
}

.bx-viewport{ height:450px!important;}

._temp_banner1{ height:450px!important; position: relative; }
.rev-inp-out {    border: 1px solid #dbdbdb;    padding: 20px;    border-radius: 10px;    background: #f9f9f9; margin-bottom:30px;}
.dt-time ul {    float: left;    width: 100%;    padding: 15px;}

.main-slider img {    width: 100%;    height: 450px;    background: 100%;}


/*new style without Bootstrap and fontawsome icon css*/

.city-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px !important;
}
._city_bd14 li a {
    text-align: center !important;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    padding: 15px 12px;
    border-radius: 5px;
}

.float-width {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
._city_bd14 li {
    text-align: center;
    list-style: none;
    width: 273px;
    margin: 5px 6px 5px 5px;
    border-radius: 5px;
    border: 1px solid rgb(200 216 224);
}









.place-post__address,span.place-post__description-review{margin-left:0!important;font-size:14px;color:#000!important;padding-top:0!important;border:none!important}.place-post__content p{margin:10px 0!important}.list-btn a:hover, .listing-btn-btm a:hover, .listing-btn-btm button:hover{background:#5ea532!important;color:#fff;text-decoration:none}#submit_review_button{margin-top:0!important}

.custom_db_style .row:last-child {
display: flex; margin-bottom: 20px;}
.custom_db_style .row:last-child .col-md-7.col-sm-12
{ margin-left: auto;}
main {float: left;width: 100%;}
.banner-search-outer .banner-search ul li {text-align: left;}
.bs-4-inner-bnr .banner-search-outer .banner-search .search-but .banner-srh-btn { margin-top: 24px;}
.side-list ul li a, .side-list ul li { font-size: 14px;}
.side-list ul li { display:flex!important; align-items:center;}
.side-list ul li svg {margin-right: 8px; height: 30px;}
.widget-boxed-header {padding-bottom: 10px !important;}
.pagination svg {    width: 14px;    height: 13px;}
.pagination li a {    display: flex;    align-items: center;    justify-content: center;}





.sol-outer ul li a.facebook SVG {
    fill: #1094f8;
}
.sol-outer ul li a.youtube SVG {
    fill: #fe0000;
}
.sol-outer ul li a.linkedin SVG {
    fill: #0b66c3;
}
.sol-outer ul li a.twitter SVG {
    fill: #1aa2f8;
}
.sol-outer ul li a.instagram SVG {
    fill: #d12ad3;
}
.sol-outer ul li a.tiktok SVG {
    fill: #fd3458;
}



.place-post__description, .place-post__address{
    border-bottom: 1px solid #eaeaea!important;
    width: 60%;
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
}
.place-post__description svg, .place-post__address svg{
    margin-right:5px;
}
tbody tr {
    padding: 15px;
}



.sol-outer ul li a.facebook:hover SVG, .sol-outer ul li a.facebook:hover SVG, .sol-outer ul li a.youtube:hover svg, .sol-outer ul li a.linkedin:hover SVG, .sol-outer ul li a.twitter:hover SVG, .sol-outer ul li a.instagram:hover SVG, .sol-outer ul li a.tiktok:hover SVG  {
    fill: #fff;
}

.search-listing .banner-srh-btn {
    margin-top: 0px !important;
}
.custom_banner.contact_banner
 {
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.contact_banner {
    min-height: 350px !important;
}

ul.lSPager.lSGallery li {
    padding: 5px;
}

ul.lSPager.lSGallery {
    margin: 0px;
    padding: 0px;
}

ul._actions li svg rect, ul._actions li svg polyline, ul._actions li svg line {
    color: #ffff;
    stroke: #fff !important;
}

ul._actions li svg {
    width: 20px;
    height:20px;
    margin-top:3px;
}
._actions li button {
    background: transparent;
    border: none;
}
.listing-btn-btm button{padding: 8px 15px !important;}
@media screen and (max-width:1200px){
    ._city_bd14 li{
        width: 32%;
    }
    
}
    @media screen and (max-width:880px){
    ._city_bd14 li{
        width: 31%;
    }
        
    }
    
@media screen and (max-width:620px){
._city_bd14 li{
width: 47%;

}
ul.lSPager.lSGallery {
    width: 100% !important;
}
.lSSlideOuter .lSPager.lSGallery li{
width: 25% !important;}

}

@media screen and (max-width:420px){
._city_bd14 li{
width: 100%;
}
}


