 *{
	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/template1/header-bg.jpg) no-repeat;*/ background-size: cover; height: auto;
}
.logo {
  float: left;
  width: auto; margin-top: 20px;
}
.nav-wrapper {
  float: right;
  width: auto;
}
.nav-wrapper nav{
  display: inline-block; box-shadow: none;
}
.nav-wrapper nav ul{
  display: inline-block; margin: 0px;
}
.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: uppercase; color: #000; padding: 28px 18px; font-size: 14px !important;
}
.bnr_srch {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    display: inline-block;
}
.banner-text {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrapper-banner {
    margin: auto;
    width: 1170px;
    max-width: 100%;
    position: relative;
    z-index: 9;
}
.banner-hd{

    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    padding: 27px 0;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #656565;
    font-family: 'poppinsbold';
}
.banner-hd span{
  color: #0aab9a;
}
.banner-search {
  float: left;
  width: 100%; position: relative; padding-right: 148px; background-color: #fff; border-radius: 5px !important;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
}
.banner-search ul{
  float: left;
  width: 100%;    margin: 0;
}
.banner-search ul li{
  float: left; width: 48.3%; 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: 13px; color: #444444; font-family: 'poppinssemibold'; text-align: left; text-transform: uppercase;margin: 0;
}
::-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: 14px; font-family: 'poppinsregular'; color: #777777; margin: 0px;
  position: relative; top: 7px; height: 30px;
}
.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: 14px; font-family: 'poppinsregular'; color: #777777;
  position: relative; top: 7px; height: 30px;    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: #777777;
}
.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: url(../images/template1/search-icon.png) no-repeat left center #0aab9a;
  width: 148px; background-position: -7px center; padding-right: 20px; text-align: right; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px !important;
-moz-border-radius-bottomright: 5px !important;
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.banner-search-outer{
  float: left; width: 100%;
}
.banner-search-outer {
  float: left;
  padding: 0 11%;
  width: 100%;
}
.header-inner {
  float: left;
  position: relative;
  width: 100%;
  z-index: 9999;
}

section{
  float: left; width: 100%; padding: 80px 0px;
}
.brow-inner{
  float: left; width: 100%;
}
.commen-heading {
  float: left;
  position: relative;
  width: 100%;
  z-index: -1; margin-bottom: 60px;
}
.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 {
  width: 174px;
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: -45px;
  margin: auto;
  background: url(../images/template1/heading-img.png) no-repeat;
  height: 30px;
}
.bro-inr-img {
  display: inline-block;
  width: 100%;
  height: 155px; border-radius: 5px !important; overflow: hidden;
}
.bro-inr-main ul li h4{
  font-size: 15px; color: #000; font-family: 'open_sansbold';
  text-align: center;
  line-height: 20px; margin-top: 6px;
}
.bro-inr-img img{
  float: left; width: 100%;
}
.bro-inr-main ul {
  float: left;
  width: 100%; text-align: center;
}
.bro-inr-main ul li{
  width: 160px; display: inline-block; vertical-align: top; margin: 22px;
}
.bro-inr-main {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.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 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  float: left;
  margin-right: 2%;
  overflow: hidden;
  width: 31.3%;
  margin-top: 2%;
}
.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%;
}
.bro-content{
  float: left; width: 100%; padding: 20px 20px 14px;
}
.bro-content h4{
  float: left; width: 100%; text-align: center; font-size: 18px; content: #444444; font-family: 'poppinsbold'; text-transform: uppercase;
  margin-bottom: 6px; color: #444444;
}
.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% !important; 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;
}
.blog_img {
    float: left;
    width: 100%;
    height: 400px;
}
.blog_img img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.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;
}
.listing-fil-out._blog .row {
    margin: 0;
}
.listing-fil-out._blog {
    padding: 25px 0;
    border-top: 1px solid #bdbdbd;
}
section.gray-bg{
  background-color: #eff2f3;    z-index: 0;
    position: relative;
}
section.gray-bg .commen-heading marquee{
  color: #e1e8eb;
}
.how-inner {
  float: left;
  width: 100%; padding: 0 22px; margin-top: 50px;
}
.how-inner ul{
  float: left;
  width: 100%; background: url(../images/template1/how-bg.png) no-repeat top center; background-position: center -20px;
}
.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% !important;
  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 !important; 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/template1/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;
}
.testi-inner-right h5 {
  float: left;
  text-align: right;
  width: 100%; font-size: 14px; color: #444444; font-family: 'open_sansbold';
}
footer{
  float: left; width: 100%; background-color: #282828; padding-top: 11px; padding-bottom: 45px;
}
.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: 0; padding-bottom: 0px;
}
.footer-head img{
  position: absolute; left: 0px; top: 0px;
}
.footer-outer{
  float: left; width: 100%;    margin-top: 22px;
}
.footer-outer ul{
  float: left; width: 100%;
}
.footer-outer ul li{
  float: left; width: 48%; margin-bottom: 6px;
}
.footer-outer ul li a{
  float: left; font-size: 14px; color: #fff;    text-transform: capitalize;
}
.footer-right{
  float: right; width: 31%;
}
.footer-right p{
  float: left; width: 100%; color: #fff;
}
.footer-inp {
  border-radius: 5px !important;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; margin-top: 14px;
}
.footer-inp input{
  float: left; width: 100%; border-radius: 5px !important; border:none; background-color: #fff; overflow: hidden; margin: 0px; height: 50px;
  padding-left: 15px; box-sizing: border-box;font-size: 16px; 
}
.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/template1/mal-inp.png) no-repeat #fff; background-position: -36px -29px;
}
.footer-btm-inner p, .footer-btm-inner ul {
    margin-bottom: 0;
}
.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;
}
.sol-outer ul li a{
  float: left; width: 46px; height: 46px; border:2px solid #fff; text-align: center; border-radius: 100% !important; font-size: 21px;
  color: #fff; padding: 6px 0;
}
.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 !important; color: #0aab9a; height: 56px; width: auto;
  font-family: 'poppinssemibold'; font-size: 18px; text-transform: uppercase; padding: 13px 30px; 
}
.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;
}
.testi-img-in {
  display: inline-block;
  width: 100%;
  text-align: center; margin-bottom: 12px;
}
.testi-img-in img {
  display: inline-block !important;
  border-radius: 100% !important;
  width: 88px;
height: 88px;
}

.inner-banner {
  float: left;
  width: 100%;
 background-size: cover !important; height: 250px;    position: relative;
}

.side-bar-main {
  float: left;
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 5px !important;
  overflow: hidden;
}

.side-bar-main.darkHeader {
    position: fixed;
    top: 15px;
}

.side-bar-main h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'poppinssemibold';
  background: #0aab9a;
  padding: 16px 15px;    margin: 0;
}
.side-ul {
  float: left;
  width: 100%; 
  margin-bottom: -1px;
}
.side-ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.side-ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #444444;
  padding: 18px 15px; position: relative;
}
.side-sub {
  float: left;
  width: 100%;
}
.side-ul li .side-sub li {
  border-bottom: none;
}
.side-ul li .side-sub li a {
  padding: 10px 15px;
}
.side-btn {
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: 'poppinssemibold';
  display: inline-block;
}
.side-ul li a i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.side-ul li a span {
  float: right;
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px !important;
  font-size: 12px;
  position: absolute;
  right: 15px;
}

.business-descrip{
    float: left;
    width: 100%;
    height: 40px;

}

.table-scrollable {
    border: none !important;
}
.pagination li.active
{
  background-color:#eff2f3 !important;
  color:black;
}
.pagination li.active a
{
  color:black !important;
}

.side-ul li :hover
{
  color: #000 !important;
background: #f5f5f5;
}
.side-ul li .active
{
  color: #000 !important;
background: #f5f5f5 !important;
}

.active
{
  color: #000 !important;
background: #f5f5f5;
}

/******************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%; padding: 60px 0px;
}
.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 !important;
  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 !important; 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 !important;
}
.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/template1/lis-icon1.png) no-repeat; background-position: 12px 15px; padding-left: 39px !important;
}
.lis-icon2{
  background: url(../images/template1/lis-icon2.png) no-repeat; background-position: 12px 13px;
}
.list-relt {
  background: #eff2f3 none repeat scroll 0 0;
  border-radius: 5px !important;
  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/template1/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;
}
.listing-ryt {
  float: right;
  width: 71%;
}

.list-main {
  float: right;
  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 !important;
  margin-bottom: 30px;
}
.list-main thead{
 display: none;
}
.list-img {
  border-radius: 5px !important;
   /*float: left;
  height: 235px;
    width: 293px;
  */
 margin-right: 20px;
  overflow: hidden;

}
.list-img img{
  float: left; width: 100%;   
  height:400px;
	object-fit: cover;
}
.list-content h4{
  color: #444444; font-size: 24px; text-transform: uppercase; font-family: 'poppinssemibold';
}
.list-content p{
  color: #666 !important; font-size: 14px; line-height: 24px; margin: 10px 0; font-weight: normal;
}
.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% !important;
  text-align: center; padding: 4px 0px;
}
.list-main-icon h5{
  display: inline-block;
  vertical-align: middle; font-size: 14px; color: #666666; margin-left: 2px;
    margin-right: 15px;
    font-weight: normal;
}
.lst-ion1 i{
  font-size: 20px; color: #0aab9a;
}
.list-btn a{
  display: inline-block; background: #0aab9a; border-radius: 50px !important; color: #fff; font-size: 13px; text-transform: uppercase;
  font-family: 'poppinssemibold'; padding: 13px 26px; margin-top: 20px;
}
.list-btn a:hover {
    background-color: #5ca82c !important;
    color: #fff;
    text-decoration: none;
}
.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/template1/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 !important; background: #eff2f3; color: #444; padding: 8px 14px;
}
.pagi-outer ul li a:hover{
  background: #0aab9a; color: #fff;
}
#review_section .style-input, #review_section .style-textarea {
    font-size: 16px;
}
/**************listing details********************/
table#DataTables_Table_0 {
    width: 100% !important;
}
.ls-dt-outer{
  float: left; width: 100%; border-top: 4px solid #0aab9a;   padding: 30px 0;
}
.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: 40px;
    margin-top: 20px;
}
.ls-dt-star-outer h4{
  float: left; width: 100%; font-size: 30px; color: #0aab9a; text-transform: uppercase; font-family: 'poppinssemibold'; 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;
  padding-top: 20px;
  width: 100%;
}
.ls-dt-review ul{
  float: left; width: 100%;
}
.ls-dt-review ul li {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  padding-left: 100px;
}
.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/template1/dt-icon1.png) no-repeat center left #0aab9a;
  height: 45px; background-position: 12px center; margin-bottom: 20px;
}
.dt-ryt-head h4{
  margin:0px; font-size: 18px; color: #fff; text-transform: uppercase; font-family: 'poppinssemibold'; padding-left: 84px;
    padding-top: 13px;
}
.ryt-map{
  float: left; width: 100%;
}
.ryt-map img{
  float: left; width: 100%;
}
.dt-arres {
  float: left;
  width: 100%;
}
.dt-arres h4{
  float: left;
  width: 100%; font-size: 16px; color: #0aab9a; font-family: 'poppinsmedium'; margin-bottom: 8px;
    margin-top: 17px;
}
.dt-arres ul{
  float: left; width: 100%;
}
.dt-arres ul li{
  float: left; width: 100%; position: relative; padding-left: 24px; margin-bottom: 5px;
}
.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;
}
.dt-arres ul li a{
  font-size: 16px; color: #0aab9a;
}
.dt-arres ul li a:hover{
  text-decoration: underline;
}
.dt-ryt-outer{
  float: left; width: 100%; margin-top: 35px;
}
.dt-ryt-head.time-tt{
  background: #0aab9a url("../images/template1/dt-icon2.png") no-repeat scroll 12px center;
}
.dt-time{
  float: left; width: 100%;
}
.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;
}
.inner-page-heading{
  float: left; width: 100%; background-color: #0aab9a; 
}
.inner-page-heading h4 {
  color: #ffffff;
  float: left;
  font-size: 48px;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.div-dt-img {
  float: left;
  width: auto; margin-bottom: 6px;
}
.div-dt-img img {
  float: left;
}

/**************login****************/
html, body{
  height: 100%;
}
.login-bg{
  background: #efefef;
}
.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: middle;
  padding: 80px 0px;
}
.login-logo {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}
.login-main {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 5px !important;
  display: inline-block;
  max-width: 100%;
  padding: 45px 50px;
  width: 528px;
}
.login-header{
  display: inline-block; width: 100%;
}
.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;
}
.custom-btn{
  display: inline-block; vertical-align: middle; background: #0aab9a; border-radius: 5px !important;
  color: #fff; font-size: 18px; font-family: 'open_sanssemibold'; width: 100%;
  padding: 12px 12px; border: none; text-align: center; border:2px solid #0aab9a;
}
.login-main .input-field .custom-btn{
  font-size: 18px; color: #fff; width: 46%;
}
.login-main .input-field .custom-btn.right{
  color: #0aab9a; background: transparent;
}
.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; 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;
}

/**************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****/

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

.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: center; background: #0aab9a; color: #fff; border-radius: 0px !important;
}
.inner-side-right table tr:nth-of-type(2n+1){
  background: #f5f5f5;
}
.inner-side-right table tr td{
  font-size: 14px; padding: 12px 5px; text-align: center;
}
.inner-side-header {
  float: left;
  width: 100%;
  color: #fff;
  background: #0aab9a;
  font-size: 25px;
  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;
}

.ltj3slider {
  float: left;
  width: 100%; margin-top: 60px;
}
.ltj3slider .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  text-align: center;
  padding: 0px 45px;
  margin: 0px;
}
.ltj3slider .bx-wrapper p {
  font-size: 16px;
  color: #333;
  font-family: 'open_sansitalic';
  line-height: 30px;
  position: relative;
}
.ltj3slider .bx-wrapper h4 {
  font-size: 16px;
  color: #0088cc;
  font-family: 'open_sanssemibold';
  margin-top: 30px;
  margin-bottom: 10px;
}
.ltj3slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
  background: transparent;
  -webkit-transform: inherit;
}
.ltj3slider .bx-viewport h5 {
  font-size: 16px;
}
.ltj3slider .bx-wrapper .bx-pager{
  left: 0px;
}
.ls-dt-review-lft {
  width: 90px;
  height: 90px;
  border-radius: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  padding: 8px;
}
.rev-hed h4 {
  font-size: 24px;
  color: #0aab9a;
  text-transform: uppercase;
  font-family: 'poppinsmedium';
}
.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;
}
.ls-dt-star i {
  font-size: 16px;
  color: #eba000;
  display: inline-block;
}
.style-textarea {
  border: 1px solid #ddd;
  background: #fff;
  height: 100px;
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-top: 10px;
  margin: 0 0 20px 0;
}
.style-input {
  border: 1px solid #ddd !important;
  background: #fff;
  height: 50px !important;
  float: left;
  width: 100%;
  padding-left: 12px !important;
  box-sizing: border-box !important;
}
.rev-inp-btn button {
  background: #0aab9a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 30px !important;
  font-family: 'poppinssemibold';
  margin-top:20px;
}
.rev-inp-out {
  margin-top: 45px;
}

.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;
}
.main-slider {
  float: left;
  width: 100%;
  position: relative;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a.active , .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #0aab9a !important;
}
.main-slider .bx-wrapper .bx-prev{
  background: url(../images/controls.png) no-repeat 0 0px !important;
}
.main-slider .bx-wrapper .bx-next {
  right: 15px;
  background: url(../images/controls.png) no-repeat -33px 0px !important;
}
.main-slider .bx-wrapper {
    position: relative;
    margin: 0px;
    padding: 0;
}
.main-slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none ;
    box-shadow: none ;
    border: none ;
    left: 0px;
    background: #fff;
    -webkit-transform: inherit;
}
.main-slider .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  bottom: 0px;
  width: 100%;
  top: 0px;
}
.searching-table .list-main-icon h5 a{
  color: #0aab9a;
}
.page-setting {
  float: left;
  width: 100%;
}
.page-setting .inner-page-heading h4 {
  font-family: 'poppinssemibold';
  text-transform: uppercase;
  font-size: 32px;
}

.table-scrollable {
    border: none !important;
}

/*.admin-icon {
  background-color: #04bfa5;
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 90px;
}*/
.lSSlideWrapper{
  float: left; width: 100%;
}
.pagination li.active
{
  background-color:#04bfa5 !important;
  color:white;
}
.pagination li.active a
{
  background-color:#04bfa5 !important;
  color:white !important;
}

.alert-box{
  background: #dff0d8;
padding: 5px;
text-align: center;
color: #3c763d;
border-color: #d6e9c6;
border-radius: 5px;
margin-bottom: 20px;
}
.rev-inp-btn.float-width.reviewsub button {
  padding: 15px 27px;
  height: auto;
}


/***********inner page************/
.list-btn a img{
	vertical-align: text-top;
}
.lst-ion1 i {
    line-height: 20px !important;
}
.footer-head {
    height: auto;
}

h4 a {
    color: #444444;

   
}  

h5 a {
  color: #666 !important; font-size: 14px; line-height: 24px; margin: 10px 0; font-weight: normal;
}

.admin-icon{
background-color:#0aab9a;
border-radius: 50% !important;
width: 45px;
height: 45px;
position: relative;
float: left;
font-size: 30px;
color: white;
text-align: center;


}



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

}

/* promocode css */
._promocode {
  background-color: #f374b8;
  display: inline-block;
  text-align: center;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0  25px;
  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*/
/***********************responsive start**************************/
.searching-table .table-scrollable .table {
    border: 0;
}
.pagination li a {
    height: 33px;    font-size: 16px;
}
.rev-inp-btn {
    margin-bottom: 25px;
}
.ryt-map #map {
    width: 100% !important;
}
@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: 0 4%;
}
.star-rat {
  margin-top: 12px;
  position: static;
}
.login-main.payment-main{
  width: 95%;
}
.listing-ryt {
  width: 68%;
}
.wrapper-banner{
  width: 95%;
}

}  


@media screen and (max-width: 1024px) {
.logo {
    padding: 10px 0;    margin: 0;
}
  nav { 
      height: auto; position: relative;
    }
    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 {
    border-bottom: 0; position: relative;
  }
  .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 !important; 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%;
}

.listing-ryt {
  width: 64%;
}
/* .header-outer */
 
section {
    padding: 50px 0px;
}
.how-img {
    height: 120px;
}
.how-img img {
    width: 90px;
}
}


@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: 130px;
  height: auto;
}
.side-bar-main {
  width: 100%;
  margin-bottom: 40px;
}
.listing-ryt {
  width: 100%;
}
.inner-banner .banner-text {
  margin-top: 0px;
}

}  


@media screen and (max-width: 900px) {
.main-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.testi-left{
  width: 100%;
}
	
.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 !important;
  padding: 18px 0 18px 52px;
  position: static;
  text-align: left;
  width: 100%; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px !important;
-moz-border-radius-bottomleft: 5px !important;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.banner-hd{
  font-size: 32px;
}

.list-img{
  width: 100%; margin-right: 0px; height: 250px; 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: 40px;
  width: 100%;
}
.div-dt-img{
  margin-right: 20px;
}

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

.inner-side-left{
  width: 30%;
}
.inner-side-right {
  float: right;
  width: 65%;
}

.side-bar-main.darkHeader {
    position: static !important;
}

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

#DataTables_Table_0 {
  display: block;
}
#DataTables_Table_0 tbody {
  display: inline-block; width: 100%;
}
#DataTables_Table_0 tbody tr {
  display: inline-block;
}
#DataTables_Table_0 tbody tr td {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #e7ecf1;
    border-left: 1px solid #e7ecf1;
	    border-bottom: 1px solid #e7ecf1;
}

}  

@media screen and (max-width: 768px) {
.how-inner ul li {
	margin: 0 0 15px;
    width: 100%;
}
.brow-inner ul li{
  width: 100%; margin-right: 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%;
}

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

.inner-side-left{
  width: 100%; margin-bottom: 50px;
}
.inner-side-right {
  float: right;
  width: 100%;
}

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

}  

@media screen and (max-width: 550px) {
.list-main tr {
    padding: 0;
}
.list-main-icon {
    width: 100%;
}
.list-main-icon h5 {
    width: 80%;
}
.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: 38px;
    /* padding: 70px 0; */
}
.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;
}

}


.top-header-main {
    float: left;
    width: 100%;
    padding: 15px;
}

   .custom_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;
}

.banner_search_area h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    padding: 27px 0;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #656565;
    font-family: 'poppinsbold';
}


.logo img {
    width: 80%;
}


::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
::placeholder {

    color: #777777;

}
::placeholder {

    color: #777777;

}
element {

}





.bx-viewport .bxslider div {
        height:570px;
}

.bx-viewport .bxslider div img{
    width:100%;
	max-height:100%;
	margin:0px auto;
	

	

}

.bx-viewport .bxslider div {
    height: 570px;
}


.ltj3slider .bx-wrapper .bx-viewport{ height:auto!important;}

.ltj3slider .bx-wrapper .bx-viewport .slider{ height:auto!important;}

.banner_search_area h4 {

    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    padding: 27px 0;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #656565;
    font-family: 'poppinsbold';

}

.rev-inp-out {
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 5px;
}

.header-inner .logo {
    width: 200PX !important;
    margin-top: 20px;
    padding-bottom: 7px;
}