*{
    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: '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: #666666; 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: 'poppinsregular';
}


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

#wrapper{
    width: 1170px; margin: auto; max-width: 100%;
}
.header-outer{
    float: left;
    width: 100%;
    /*background: url(../template4/images/header-bg.jpg) no-repeat;*/ 
    background-size: cover;
    height: auto;
}

.header-detail{
    float: left;
    width: 100%;
    /*background: url(../template4/images/header-bg.jpg) no-repeat;*/ 
    background-size: cover;
    height: auto;
    margin-bottom: 30px;
}
.listingimg
{
    /*background: url(../template4/images/header-bg.jpg) no-repeat;*/ 
    background-size: cover !important;
    width: 100%;
}

.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;
}
.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;
    padding: 30px 24px; color: #000;
}
.nav-wrapper nav ul li a:hover ,.nav-wrapper nav ul li.active a{
    background: #5dc560; color: #fff; 
}
.banner-text {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-text.bnr_list {
    position: relative;
}
.bnr_srch {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    display: inline-block;
}
.banner-hd{
    font-size: 40px; color: #fff; text-transform: uppercase;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.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%;
    margin:0;
}
.float-width{
    float: left; width: 100%;
}
.banner-search ul li{
    float: left; width: 49.3%; border-right:1px solid #e5e5e5; padding: 15px;
}
.banner-search ul li:last-child{
    border:none;
}

.rev-inp-btn.float-width.reviewsub {
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-search ul li h4{
    float: left; width: 100%; font-size: 13px; color: #444444; font-family: 'poppinssemibold'; text-align: left; text-transform: uppercase;
}
::-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: #777777; 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: #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(../template4/images/search-icon.png) no-repeat left center #5dc560;
    width: 136px; background-position: 17px center; padding-right: 20px; 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;
    padding: 15px 11%;
    width: 100%;
}
.header-inner {
    float: left;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.blog_img {
    float: left;
    width: 100%;
}
.blog_img img {
    float: left;
    width: 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;
}

section{
    float: left; width: 100%; padding: 80px 0px;
}

.pb-0{
    padding-bottom: 0px;
}
.float-right{
    float: right;
}
.bd-lft-blk.map-bg {
    background: url(../template4/images/wd.jpg) no-repeat;
    background-size: contain; padding: 40px 0px;
}
.bg-grey{
    background: #f5f5f5;
}
.blok-3-out ul li {
    float: left;
    width: 30%; margin-right: 2%;
}
.blok-3-out ul li:last-child{
    margin-right: 0px;
}
.blok-3-out ul li h4{
    font-size: 18px; color: #000; font-family: 'poppinssemibold';
}
.blok-3-out ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    border-top: 5px solid #ffd400;
    background: #fff; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.19);
}
.blok-3-footer h5{
    float: left; font-size: 14px; color: #999;
}
.blok-3-footer h6{
    float: right; font-size: 14px; color: #000; font-family: 'poppinsmedium';
}
.blok-3-cont p {
    margin-top: 12px;
}
.blok-3-cont{
    padding: 30px;
}
.blok-3-footer {
    padding: 23px 30px;
    border-top: 1px solid #ddd;
}
.city-outer ul{
    text-align: center;
}
.city-outer ul li {
    width: 24%;
    display: inline-block;
    padding-right: 15px;
    margin: 12px 0px; vertical-align: top;
}
.city-outer ul li a{
    font-size: 15px; color: #666666; float: left; width: 100%; text-align: left; font-family: 'poppinssemibold';
}
.city-outer ul li a:hover{
    color: #000;
}

footer{
    float: left; width: 100%; background-color: #000; padding-top: 11px; padding-bottom: 45px;
}
.footer-inner{
    float: left; width: 100%;
}
.footer-left{
    float: left; width: 30%;
}
.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-bottom: 27px;
}
.footer-outer{
    float: left; width: 100%;
}
.footer-outer ul{
    float: left; width: 100%;
}
.footer-outer ul li{
    float: left; width: 100%; margin-bottom: 6px;
}
.footer-outer ul li a{
    float: left; font-size: 14px; color: #fff;
}
.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;
    padding-left: 12px; box-sizing: border-box;
}
.footer-inp button{
    position: absolute; right: 0px; top: 0px; height: 100%; background-color: #5dc560; color: #fff; border: none; width: 83px;
}
.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%; 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: #5dc560;
}
.footer-btm-inner ul li a:hover{
    color: #ffd400;
}
.sol-outer ul li a:hover{
    background-color: #ffd400; border:2px solid #ffd400;
}
.sol-outer ul li a:hover i{
    color: #000;
}

.header-outer.inner-banner{
    height: 310px;
	position:relative;
}
.sort-t3-outer 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("../template4/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;
}
.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
}
.sort-sel .select-wrapper input {
    margin: 0px;
    border: none;
}
.sort-t3-outer {
    padding: 14px 0px;
    background: #f5f5f5;
}
.side-bar-main {
    float: left;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.side-bar-main h4{
    font-size: 24px; color: #fff; text-transform: uppercase; font-family: 'poppinssemibold'; background: #5dc560;
    padding: 16px 15px;
}
.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(../template4/images/controls.png) no-repeat 0 0px !important;
}
.bx-wrapper .bx-next {
    right: 15px;
    background: url(../template4/images/controls.png) no-repeat -33px 0px !important;
}
.side-ul {
    float: left;
    width: 100%;
    margin: 0 0 -1px;
}
.side-ul li{
    float: left;
    width: 100%; border-bottom: 1px solid #ddd;
}
.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;
    font-size: 12px;
    position: absolute; right: 15px;
}
.side-ul li a{
    float: left;
    width: 100%; font-size: 14px; color: #444444; position: relative;
}
.side-ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444444;
    padding: 18px 15px;
}
.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-ul li .side-sub{
    padding-left: 30px;
}
.side-btn{
    padding: 15px; font-size: 14px; text-transform: uppercase; color: #000; font-family: 'poppinssemibold'; display: inline-block;
}
.listing-outer {
    padding: 80px 0px;
}

.listing-ryt{
    float: right; width: 71%;
}
.listing-img {
    position: absolute;
    left: 12px;
    top: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden; width: 290px; height: 232px;
}
.listing-img img{
    float: left;
}
.listing-cont h4 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase; font-family: 'poppinssemibold'; margin-top: 6px;
}
.listing-phone-1 h5 img {
    vertical-align: top;
    margin-right: 2px;
}
.listing-cont p{
    font-size: 14px; color: #666; margin-top: 10px;
}
.listing-phone-out {
    margin-top: 15px;
}
.listing-phone-1 h5 {
    font-size: 14px;
    color: #666;
}
.listing-phone-1 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.listing-btn-btm a {
    background: #ffd400;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px; font-family: 'poppinssemibold';
}

.ls-dt-left {
    float: left;
    width: 66%;
}
.ls-dt-video {
    float: left;
    width: 100%;
    position: relative; border: 7px solid #eee;
}
.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: auto;
    font-size: 30px;
    color: #000; text-transform: uppercase; font-family: 'poppinssemibold'; margin-top: 5px;
}
.ls-dt-review {
    float: left;
    padding-top: 10px;
    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: 180px;
}
.ls-dt-review-ryt {
    position: relative;
}
.ls-dt-review ul li h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    color: #000;
    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-star i {
    font-size: 16px;
    color: #eba000;
    display: inline-block;
}
.ls-dt-review ul li h5 {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    margin-top: 19px;
}
.ls-dt-right {
    float: right;
    width: 30.5%;
}
.dt-ryt-head {
    float: left;
    width: 100%;
  }
.dt-ryt-head h4 {
    margin: 0px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
}
.ryt-map {
    float: left;
    width: 100%; border: 5px solid #eee;
}
.ryt-map img {
    float: left;
    width: 100%;
}
.ryt-map #map {
    margin-top: 0px !important;
}
.dt-arres {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 20px; 
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    border-radius: 5px 0px 8px 8px;
}
.dt-arres h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: 'poppinsmedium';
    margin-bottom: 8px; margin-top: 5px;
}
.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-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-bottom: 4px;
    margin-top: 5px;
    float: left;
    font-size: 14px;
    color: #444444;
    padding: 3px 0;
}
.dt-time-blk {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.dt-time-blk-clock {
    background: #dfdfdf;
    width: 55px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 16px 0px;
    text-align: center;
}
.dt-time-blk-clock i {
    font-size: 22px;
    color: #868686;
}
.dt-time ul li h5 {
    margin: 0px;
    float: left;
    font-size: 14px;
    color: #444444;
    padding: 3px 0;
    padding: 20px 15px;
    padding-left: 67px;
}
.ls-dt-star-outer p {
    margin-top: 20px;
}
.rev-hed h4{
    font-size: 24px; color: #000; text-transform: uppercase; font-family: 'poppinsmedium';
}
.rev-smihed h4{
    font-size: 16px; color: #444444; font-family: 'poppinsmedium'; display: inline-block; margin-right: 8px;
}
.style-textarea{
    border: 1px solid #ddd; background: #fff; height: 189px; 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-smihed {
    margin: 25px 0px;
}
.rev-inp-btn a{
    background: #5dc560;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px;
    font-family: 'poppinssemibold';
}
.rev-smihed .ls-dt-star {
    display: inline-block;
    vertical-align: middle;
}
.ls-dt-review-lft {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.ls-dt-review-lft img{
    float: left; width: 150px; height: 150px;
}
.outer-cat-main ul li {
    display: inline-block;
    width: 33%;
    padding-right: 50px; margin: 12px 0px;
}
.outer-cat-main ul li a{
    font-size: 15px;
    color: #666666;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'poppinssemibold';
}
.outer-cat-main ul li a i {
    font-size: 22px;
    margin-right: 3px;
}
.temp5-video-left {
    float: left;
    width: 54%; box-shadow: 5px 5px 0px 5px #f5f5f5; position: relative;
}
.temp5-vid-img {
    width: auto !important;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.temp5-video-rigth {
    float: right;
    width: 40%;
}
.common-heading{
    color: #000000; font-size: 36px; text-transform: uppercase;
}
.temp5-video-rigth p {
    margin-top: 20px;
}
.temp5-video-rigth-btn {
    float: left;
    width: 100%;
    margin-top: 22px;
}
.btn {
    background: #5dc560;
    padding: 9px 26px;
    height: auto;
}
.temp-heading {
    text-align: center;
}
.temp5-block-out ul li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center; padding: 0px 25px;
}
.temp5-block-out ul li h4{
    float: left; width: 100%; font-size: 18px; color: #000000; margin-top: 22px;
    margin-bottom: 22px;
}
.temp5-bloc-btn{
    text-align: center; margin-top: 60px;
}
.temp5-list-home ul li {
    /* display: inline-block; */
    /* vertical-align: top; */
    width: 31%;
    text-align: left;
    margin: 10px;
    background-color: #f7f7f7;
    padding: 15px; 
    border-radius: 10px;
}
.temp5-list-home-img {
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden; 
       box-shadow: 0 0 10px #dcdcdc;
    background-color: #fff;
}
.temp5-list-home-img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-bar-main h4 {
    margin: 0;
}
.temp5-list-home ul li h4{
    float: left; width: 100%; font-size: 18px; color: #000000; margin-top: 30px;
    margin-bottom: 12px;
}
.temp5-list-home ul li p{
    float: left; width: 100%; margin-top: 10px;
}
.temp5-list-home table tr h4{
    float: left; width: 100%; font-size: 18px; color: #000000; margin-top: 30px;
    margin-bottom: 12px;
}
.temp5-list-home table tr p{
    float: left; width: 100%; margin-top: 10px;
}
.temp5-list-home-star{
    float: left; width: 100%;
}
.temp5-list-home-star i{
    color: #f6c310; font-size: 18px;
}
.temp5-list-home-btn {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.temp5-list-home-btn .btn {
    font-size: 14px;
    padding: 3px 16px;
}
.temp-heading h4 {
    margin-bottom: 20px;
}
.temp-heading {
    margin-bottom: 60px;
}
.temp5-video-out img {
    float: left;
    width: 100%;
}
.listing-ryt.temp5-list-home table tr {
    margin: 25px 2%;
    width: 28%;
    margin-top: 0px;
    margin-bottom: 50px;
}
.temp-5-inp-lft {
    float: left;
    width: 47%;
}
.temp-5-inp-ryt {
    float: right;
    width: 47%;
}
.temp-5-head {
width: 100% !important;
background: #f9f9f9;
border: 1px solid #e8e8e8;
padding: 15px 0px 0px 15px;
border-radius: 8px 8px 0px 0px;
}
.temp-5-head span {
    float: left;
    border-bottom: 2px solid #5dc560;
    padding-bottom: 15px;
    position: relative;
    top: 1px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0px;
    background: #fff;
    transform: inherit;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
}
.bx-wrapper {
    margin: 0px;
}
.temp5-list-home ul.pagination li a {
    font-size: 17px;
}
.temp5-list-home ul.pagination li {
    width: auto;
    margin: 0;
    padding: 0;
}
.banner-hd span {
    color: #4fd6c4;
}
.pop_list{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {

    #wrapper{
	width: 95%;
    }
    .listing-ryt {
	width: 68%;
    }

} 


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

    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%;
    }
    .logo {
	margin: 10px 0;
    }
    .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; 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(../template4/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%;
    }

}

@media screen and (max-width: 900px) {
    .temp5-list-home ul li {
	width: 47%;
    }
    .side-bar-main {
	width: 100%;
	margin-bottom: 40px;
    }
    .listing-ryt {
	width: 100%;
    }
    .ls-dt-left {
	width: 100%;
	margin-bottom: 40px;
    }
    .ls-dt-right {
	width: 100%;
    }
    .main-slider img {
	width: 100%;
	height: 400px;
	object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    section {
	padding: 45px 0px;
    }
    .temp5-list-home ul li {
	width: 100%;
	margin:0;
    }
    .banner-hd{
	font-size: 28px;
    }
    .banner-search-outer {
	padding: 15px 2%;
    }
    .banner-search{
	padding-right: 0px;
    }
    .banner-search ul li {
	width: 100%;
	border-right: none;
    }
    .banner-srh-btn{
	width: 100%; position: static; text-align: center; background-image: none; border-radius: 0px; padding: 12px 0px;
    }
    .bd-lft-blk {
	width: 100%;
	text-align: center;
    }
    .bd-ryt-blk {
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: 20px 0px;
    }
    .blok-3-out ul li {
	width: 100%;
	margin-right: 0px; margin-bottom: 40px;
    }
    .blok-3-out ul li:last-child{
	margin-bottom: 0px;
    }
    .footer-left {
	width: 100%;
    }
    .footer-right {
	width: 100%;
    }
    .footer-btm-inner p {
	width: 100%;
	text-align: center;
    }
    .footer-btm-inner ul {
	text-align: center;
	margin-top: 8px; width: 100%;
    }
    .header-outer.inner-banner {
	height: 430px;
    }

    .temp5-video-left{
	width: 100%; box-shadow: none;
    }
    .temp5-video-rigth {
	width: 100%;
	margin-top: 40px;
    }
    .temp5-block-out ul li{
	width: 100%; margin-bottom: 40px;
    }
    .temp5-block-out ul li:last-child{
	margin-bottom: 0px;
    }
    .temp5-list-home ul li {
	margin: 10px 0px;
    }
    #DataTables_Table_0 {
	width: 100% !important;
	display: block;
    }
    #DataTables_Table_0 tbody {
	width: 100%; display: block;
    }
    #DataTables_Table_0 tbody tr {
	display: inline-block; margin: 0px;
	width: 100%;
    }
    #DataTables_Table_0 tbody tr td {
	width: 100%;
	display: inline-block;
    }
    .temp5-list-home-img img {
	width: 100%;
    }
    .listingimg{
	height: auto; padding-bottom: 50px;
    }
    #map {
	width: 100% !important;
    }
    .temp-heading {
	margin-bottom: 25px;
    }
    section {
	padding: 35px 0px;
    }
}

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

    .listing-img{
	position: static; margin-bottom: 15px;
    }
    .listing-ryt ul li{
	padding-left: 12px;
    }
    .listing-ryt.temp5-list-home ul li{
	margin-right: 0px; margin-left: 0px; padding: 0px;
    }
    .temp-5-inp-lft , .temp-5-inp-ryt {
	width: 100%;
    }

}

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

    .city-outer ul li{
	width: 48%;
    }
    .bd-link-outer ul li {
	width: 48%;
    }
    .listing-img {
	width: 100%;
	height: auto;
    }
    .listing-img img{
	width: 100%;
    }
    .ls-dt-review-lft{
	position: static; margin-bottom: 10px;
    }
    .ls-dt-review ul li{
	padding: 0px;
    }

}
.ls-dt-outer {
    padding-top: 60px;
    float: left;
    width: 100%;
}

._coupan {
    margin-bottom: 20px;
    position: relative;
}

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

.my-btn
{
    background: #237579;

    color: white;

    padding: 11px;

    border-radius: 2px;
}
/* promocode css end*/


.float-width.rev-inp-out {
	border: 1px solid #ececec;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
	background: #fcfcfc;
}

.temp5-list-home .sorting_1 {
    width: 100%;
}

.temp5-list-home-img img{ height:350px;}

._temp_fout_list .odd {
    float: none;
}



.pagination > li > a, .pagination > li > span{ line-height:auto!important;}