@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
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%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 0px;
}

p {
font-weight: normal;
margin: 0px;
color: #555555;
font-size: 14px !important;
line-height: 20px !important;
}

a {
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}

body {
font-family: 'Roboto', sans-serif !important;
font-weight: 400 !important;
}

#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;
overflow: hidden;
}

.logo {
float: left;
width: auto;
margin-top: 20px;
}

.nav-wrapper {
float: none;
width: auto;
text-align: left;
display: table-cell;
vertical-align: middle;
}

.nav-wrapper nav {
display: inline-block;
box-shadow: none;
float: left !important;
}

.nav-wrapper nav ul {
display: inline-block;
margin: 0px !important;
}

.nav-wrapper nav ul li {
display: inline-block;
vertical-align: middle;
}

.nav-wrapper nav ul li a {
display: inline-block;
vertical-align: middle;
padding: 6px 15px !important;
font-size: 18px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
color: #000;
text-decoration: none;
}
.nav-wrapper nav ul li:last-child a {
border-radius: 12px 12px 12px 12px !important;
}

.bnr_srch {
max-width: 1400px;
margin: 0 auto;
width: 100%;
padding: 10px;
display: flex;
align-items: center;
}

.banner-text {
float: left;
text-align: center;
margin-top: 0;
position: absolute;
/*top: 35%;*/
top: 52%;
left: 50%;
transform: translate(-52%, -52%);
width: 100%;

}

.banner-text._inner_sech {
width: 80%;
}

.wrapper-banner {
margin: auto;
width: 1170px;
max-width: 100%;
position: relative;
z-index: 9;
}

.banner-hd {
font-size: 52px;
color: #fff;
text-align: center;
font-weight: bold;
padding: 12px 0;

}

.banner-hd span {
color: #0aab9a;
}

.banner-search {
float: left;
padding: 15px;
width: 100%;
position: relative;
background-color: rgba(255, 96, 110, 0.3);
border-radius: 5px !important;
transform: skew(351deg, 0deg);
}

.banner-searchBg {
background: #fff;
padding: 80px 20px 80px 20px;
border-radius: 5px;
}

.banner-search ul {
float: left;
width: 100%;
margin: 0;
transform: skew(7deg, 0deg);
padding-left: 0px!important;
}

.banner-search ul li {
float: left;
width: 100%;
margin-bottom: 10px;
list-style: none;
}

.banner-search ul li:last-child {
border: none;
}

.banner-search ul li h4 {
float: left;
width: 100%;
font-size: 13px !important;
color: #444444;
text-align: left;
text-transform: capitalize;
margin: 0;
}

::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #484848 !important;
;
}

::-moz-placeholder {
/* Firefox 19+ */
color: #484848 !important;
;
}

:-ms-input-placeholder {
/* IE 10+ */
color: #484848 !important;
;
}

:-moz-placeholder {
/* Firefox 18- */
color: #484848 !important;
;
}

.banner-search ul li input[type=text] {
float: left;
width: 100%;
font-size: 14px;
font-weight: 600;
color: #484848;
margin: 0px;
position: relative;
top: 7px;
height: 47px;
line-height: 47px;
box-sizing: border-box;
border-radius: 45px !important;
border: 1px solid #cfcfcf !important;
font-weight: normal !important;
}

.banner-search ul li input::placeholder {
color: #484848 !important;
}

.banner-search ul li input[type=text]:focus {
box-shadow: none;
border: none;
}

.banner-search ul li select {
float: left;
width: 100%;
font-size: 14px;
font-weight: 600;
color: #484848 !important;
position: relative;
top: 7px;
height: 47px;
line-height: 47px;
display: inline-block;
border-radius: 45px !important;
border: 1px solid #cfcfcf !important;
font-weight: normal !important;
}

.banner-search ul li select {
padding-left: 15px;
}

.banner-search ul li input[type=text] {
padding-left: 20px !important;
}

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

button.banner-srh-btn {
background-color: #d70040 !important;
background-image: none !important;
color: #fff;
font-size: 17px;
border: none;
border-radius: 45px !important;
width: 100%;
text-align: center;
padding: 10px;
margin-top: 15px;
border: 1px dashed red !important;
transform: skew(7deg, 0deg);
}

button.banner-srh-btn:hover {
background: transparent !important;
border: 1px dashed red;
color: #000 !important;
}

.section-loginRegister li {
margin-right: 5px;
}

.section-loginRegister li:last-child {
margin-right: 0px;
}

.banner-search-outer {
float: left;
padding: 0;
width: 100%;
}

.header-inner {
float: left;
position: relative;
width: 100%;
z-index: 0000;
display: table;
min-height: 82px;
display: flex;
align-items: center;
}

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

.brow-inner {
float: left;
width: 100%;
}

.commen-heading {
float: left;
position: relative;
width: 100%;
z-index: -1;
margin-bottom: 40px;
}

.browse-businesspd .commen-heading h4 {
color: #fff;
}

.commen-heading h4 {
border-left: 4px solid #d70040;
float: left;
width: 100%;
font-size: 40px;
color: #000;
position: relative;
font-weight: 700;
margin: 0;
line-height: 30px;
padding-left: 10px;
}

.bro-inr-img {
display: flex;
width: 100%;
overflow: hidden;
border: 1px solid #c9c9c9;
/*display: flex;*/
align-items: center;
}

.bro-inr-img a.zero {
max-height: 300px;
overflow: hidden;
background: #f9f9f9 !important;
}

.bro-inr-img a.one {
height: 300px;
overflow: hidden;
background: #f9f9f9 !important;
}

.bro-inr-main ul li h4 {
font-size: 18px;
font-weight: 600;
color: #4c4c4c;
text-transform: capitalize;
text-align: center;
line-height: 60px;
margin-top: 0;
position: absolute;
bottom: -25px;
background: #fff;
width: 310px;
margin: 0 auto;
min-height: 60px;
left: 0;
right: 0;
border-top: 5px solid #d70040;
border-right: 1px solid #c9c9c9;
border-left: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
}

.bro-inr-img img {

width: 100%;
/*float: left;*/
/*position: relative;    */
/*height: 100%;*/
/*object-fit: cover*/
}

.bro-inr-main ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.bro-inr-main ul li {
width: 330px;
display: inline-block;
vertical-align: top;
margin-right: 30px;
margin-bottom: 30px;
position: relative;
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;
}


.bro-inr-main ul li:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;
}


.bro-inr-main ul li:nth-child(3n+0) {
margin-right: 0;
}

.bro-inr-main {
float: left;
width: 100%;
margin-top: 10px;
}

.brow-inner {
float: left;
width: 100%;
}

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

.brow-inner ul li {
float: left;
margin-right: 2%;
width: 32%;
margin-top: 0;
position: relative;
margin-bottom: 120px;
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;
}

.brow-inner ul li:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;
}

.brow-inner ul li:nth-child(3n),
.brow-inner ul li:last-child {
margin-right: 0px;
}

/*.bro-img{*/
/*float: left; width: 100%; position: relative; min-height: 277px; overflow: hidden;*/
/*}*/
/*.bro-img img{*/
/*float: left; width: 100%; position: absolute; top: 0px; left: 0px; width: 100%; border-radius: 20px 20px 0px 0px; height: 270px; object-fit: cover; top: 0px;*/
/*}*/


.bro-img {
float: left;
width: 100%;
height: 300px;
border: 3px solid #000;
overflow: hidden;
display: flex;
justify-content: center;
background: #fff;
vertical-align: middle;
align-items: NORMAL;
border-radius: 20px 20px 0px 0px;
}


.bro-img a.zero {
max-height: 300px;
overflow: hidden;
background: #f9f9f9 !important;
}


.bro-img a.one {
max-height: 300px;
overflow: hidden;
background: #f9f9f9 !important;
}

.bro-img a img {
width: 100% !important;
height: 100%;
object-fit: cover;
}

.bro-img a {
text-align: center;
}

.bro-content {
float: left;
width: 75%;
padding: 0;
position: absolute;
bottom: -85px;
background: #fff;
right: 0;
left: 0;
margin: auto;
padding-top: 30px;
background: #d70040;
border-radius: 10px;
}

.bro-content h4 {
float: left;
width: 100%;
text-align: center;
font-size: 18px;
content: #444444;
text-transform: capitalize;
margin-bottom: 0;
color: #fff;
margin-top: 0;
font-weight: 700;
}

.bro-content p {
float: left;
width: 100%;
text-align: center;
font-size: 14px;
color: #fff;
line-height: 22px;
margin-bottom: 0px;
}

.bro-star {
float: left;
margin-top: 0;
padding-top: 0;
width: 100%;
background: #000000;
color: #fff;
text-align: center;
padding: 18px 0;
}

.bro-cl {
float: left;
height: 16px;
width: 16px;
border: 2px solid #0aab9a;
border-radius: 100% !important;
margin-top: 1px;
}

.bro-star h4 {
color: #fff;
font-size: 16px;
width: 100%;
margin: 0px;
margin-top: 0;
margin-left: 0;
}

div.bro-star h4 {
color: #fff !important;
}

.star-rate {
float: right;
}

.blog_img {
float: left;
width: 100%;
height: 400px;
padding: 6px;
background-color: #f5f5f5;
}

.blog_img img {
float: left;
width: 100%;
object-fit: contain;
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.pink-bg {
background-color: rgba(228, 7, 78, 0.04);
z-index: 0;
position: relative;
}

section.gray-bg {
background-color: #f7f8fa;
z-index: 0;
position: relative;
}



section.gray-bg .commen-heading marquee {
color: #e1e8eb;
}

.how-inner {
float: left;
width: 100%;
padding: 0;
margin-top: -30px;
}

.how-inner ul {
float: left;
width: 100%;
/*background: url(../images/template1/how-bg.png) no-repeat top center; */
background-position: center 22%;
display: flex;
justify-content: space-between;
}

.how-inner ul li {
float: left;
width: 400px;
margin-right: 20px;
text-align: center;
border: 1px solid #e3e3e3;
background-color: #fff;
border-radius: 15px;
padding: 50px 15px 50px 15px;
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;
list-style: none;
}

.how-inner ul li:hover {
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .10);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
transition: 0.5s all ease 0s;
-webkit-transition: 0.5s all ease 0s;
-moz-transition: 0.5s all ease 0s;
-ms-transition: 0.5s all ease 0s;

}


.how-inner ul li:last-child {
margin-right: 0px;
}

.how-img {
float: left;
width: 100%;
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: 24px;
color: #000000;
text-transform: capitalize;
margin-bottom: 15px;
margin-top: 28px;
font-weight: bold;
}

.how-inner ul li p {
font-size: 16px;
color: #444444;
line-height: 22px;
display: inline-block;
}

.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: capitalize;
}

.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;
margin-bottom: 17px;
margin-top: 17px;
}

.testi-inner-right h5 {
float: left;
text-align: right;
width: 100%;
font-size: 14px;
color: #444444;
}

footer {
float: left;
width: 100%;
background-color: #000;
padding-top: 30px;
}

.footer-inner {
display: flex;
justify-content: space-between;
gap: 20px;
}

.footer-inner > div {
flex: 1;
}

.footer-head {
float: left;
width: 100%;
position: relative;
height: 88px;
}

.footer-head h4,
.footer-inner h4 {
float: left;
width: 100%;
color: #fff;
font-size: 20px !important;
text-transform: capitalize;
line-height: 28px !important;
margin-top: 0;
padding-left: 0;
padding-bottom: 0px;
font-weight: bold;
}

.footer-head img {
position: absolute;
left: 0px;
top: 0px;
}

.footer-outer {
float: left;
width: 100%;
margin-top: 10px;
}

.footer-outer ul {
float: left;
width: 100%;
padding-left: 0px;
}

.footer-outer ul li {
float: left;
width: 100%;
margin-bottom: 15px;
margin-right: 50px;
}

.footer-outer ul li a {
float: left;
font-size: 14px;
color: #fff;
text-transform: capitalize;
}

.footer-column {
max-width: 400px;
}

.footer-column p {
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 !important;
width: 100% !important;
border-radius: 5px !important;
border: none !important;
background-color: #fff !important;
overflow: hidden !important;
margin: 0px !important;
height: 50px !important;
padding-left: 20px !important;
box-sizing: border-box !important;
font-size: 16px !important;
background-image: none !important;
}

.footer-column .footer-inp button {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
background-color: #d70040;
color: #fff;
border: none;
width: 83px;
font-weight: bold;
font-size: 14px;
}

.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;
border: none;
padding: 0;
margin-bottom: 10px;
}

.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: 0px;
line-height: 46px;
}

.footer-inp input:focus {
border: none !important;
box-shadow: none !important;
}

.footer-column .footer-head img {
top: 12px;
}

.footer-btm-outer {
float: left;
width: 100%;
padding: 10px 0 10px;
border-top: 1px solid #1f1f1f;
}

.footer-inner .sol-outer {
padding: 30px 15px 0px 0;
}

.footer-inner .sol-outer ul li {
margin-right: 0;
}

.footer-inner .sol-outer ul li a {
width: 40px;
font-size: 18px;
padding: 0px;
border: none;
height: 40px;
margin-right: 10px;
border: 2px solid #343434;
line-height: 35px;
}

.footer-btm-inner {
float: left;
width: 100%;
padding-top: 0px !important;
}

.footer-btm-inner p {
float: left;
color: #fff;
margin: 0px !important;
font-size: 14px;
}

.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;
line-height: 10px;
}

.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;
text-decoration: none;
}

.footer-outer ul li a:hover {
color: #d70040 !important;
text-decoration: none !important;
}

.logo-section .sol-outer ul li a:hover {
background-color: #d70040 !important;
border: 2px solid #f74a7d !important;
}

.bro-btn-outer {
float: left;
/* width: 100%; */
text-align: center;
/* margin-top: 58px; */
position: absolute;
top: -70px;
right: 0;
}

.bro-btn-outer a {
/*display: inline-block;
border: 0px solid #0aab9a !important;
border-radius: 70px !important;
color: #0aab9a;
width: auto;
font-family: 'poppinssemibold';
font-size: 18px;
text-transform: capitalize;
padding: 0;*/
}

div.bro-btn-outer a {
display: inline-block;
border: 1px dashed #d70040;
color: #0aab9a;
width: auto;
font-size: 16px;
font-weight: 500;
border-radius: 45px !important;
background: #d70040;
color: #fff !important;
padding: 10px 22px !important;
text-decoration: none;
}

.bro-btn-outer a:hover {
border-radius: 45px !important;
border: 1px dashed #d70040;
background: transparent !important;
color: #000 !important;
text-decoration: none !important;
color: #fff !important;
}

.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: 300px;
position: relative;
}

.inner-banner .banner-search {
background: #fff;
}

.inner-banner .banner-search ul li {
width: 44%;
margin-right: 2%;
}

.inner-banner button.banner-srh-btn {
position: absolute;
margin-top: 6px;
right: 20px;
width: auto;
}

.inner-banner .banner-search ul li h4 {
font-weight: 600;
}

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

.listing-inner .side-bar-main h4 {
font-size: 24px !important;
color: #fff;
text-transform: capitalize;
background: #d70040 !important;
padding: 16px 15px !important;
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: capitalize;
color: #000;
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: #d70040;
color: #fff;
padding: 4px 15px;
border-radius: 20px !important;
font-size: 12px;
position: absolute;
right: 15px;
margin: 0px;
line-height: 20px;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
padding: 0px;
}

.business-descrip {
float: left;
width: 100%;
}

.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%;
margin-bottom: 50px;
}

.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-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-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-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;
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: 265px;
margin-right: 20px;
overflow: hidden;
/*width: 293px; */
}

.list-img img {
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}

.list-content h4 {
color: #444444;
font-size: 24px;
text-transform: capitalize;
}

.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: 1px 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: capitalize;
padding: 13px 26px;
margin-top: 20px;
}

.list-btn a:hover {
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;
background: #fff;
border-radius: 10px !important;
}

/**************listing details********************/
table#DataTables_Table_0 {
width: 100% !important;
}

.ls-dt-outer {
float: left;
width: 100%;
}

.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-left .ls-dt-star-outer {
float: left;
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
padding: 15px;
border: 1px solid #ffb4c9;
border-radius: 10px;
}

.ls-dt-star-outer h4 {
float: left;
width: 100%;
font-size: 30px;
color: #d70040 !important;
text-transform: capitalize;
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: 20px;
position: relative;
padding: 15px 10px 10px 65px;
border: 1px solid #ffb4c9;
border-radius: 10px;
background: #fff;
}

.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: capitalize;
color: #0aab9a;

}

.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-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: 0;
}

.dt-ryt-head h4 {
margin: 0px;
font-size: 18px !important;
color: #fff;
text-transform: capitalize;
padding: 15px 20px !important;
font-weight: bold !important;
}

.ryt-map {
float: left;
width: 100%;
}

.ryt-map img {
float: left;
width: 100%;
}

.dt-arres {
float: left;
width: 100%;
background: #fff4f7;
}

.dt-arres h4 {
float: left;
width: 100%;
font-size: 22px !important;
color: #0aab9a;
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: 30px;
margin-bottom: 5px;
}

.dt-arres ul li i,
.dt-arres ul li svg{
font-size: 16px;
color: #d70040;
position: absolute;
top: 5px;
left: 0px;
}

.dt-arres ul li svg,
.dt-arres ul li svg path{
margin-right: 5px !important;
top: 0px;
fill: #d70040;
width: 16px;
height: 16px;
}

.dt-arres ul li p {
margin: 0px;
float: left;
width: 100%;
font-size: 16px;
color: #000;
}

.ls-dt-right .dt-arres ul li a {
font-size: 16px;
color: #337ab7 !important;
ord-break: break-all;
}

.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%;
border: 1px solid #ffb4c9 !important;
}

.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 #d70040 !important;
}

/*.sol-outer.green-sol ul li a i{*/
/*color: #d70040!important;*/
/*}*/
.sol-outer ul li a:hover {
background-color: #d70040 !important;
}

.sol-outer.green-sol ul li a:hover i {
color: #fff !important;
}

.inner-page-heading {
float: left;
width: 100%;
background-color: #0aab9a;
}

.inner-page-heading h4 {
color: #ffffff;
float: left;
font-size: 34px;
margin: 0;
text-align: center;
text-transform: capitalize;
width: 100%;
padding: 3% 0% 3% 0%;
}

.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: capitalize;
}

.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;
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-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;
color: #000;
}

.side-pop-content p {
line-height: 16.25px;
font-size: 12px;
color: #333;
}

.side-pop-when {
display: block;
color: #999;
font-size: 11px;
}

.side-pop-poweredBy {
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: capitalize;
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%;
}

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

.ltj3slider .bx-wrapper {
box-shadow: none;
border: none;
background: transparent;
text-align: center;
padding: 0px;
margin: 0px;
}

.ltj3slider .bx-wrapper p {
font-size: 15px;
color: #333;
line-height: 30px;
line-height: 22px;
position: relative;
font-style: italic;
}

.ltj3slider .bx-wrapper h4 {
font-size: 15px;
font-weight: bold;
margin: 0 0 10px 0;
}

.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: #d70040;
text-transform: capitalize;
}

.rev-smihed {
margin: 10px 0px 25px 0px;
}

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

.rev-smihed h4 {
font-size: 16px !important;
color: #444444;
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: capitalize;
padding: 3px 20px;
display: inline-block;
border-radius: 30px !important;
margin-top: 20px;
}

.rev-inp-out {
margin-top: 45px;
}

.bx-wrapper .bx-viewport {
box-shadow: none;
border: none;
left: 0px;


background: #fff;
transform: inherit;
/*height: 610px !important;*/
}

.busess-det-heading {
float: left;
width: 100%;
margin-top: 22px;
}

.busess-det-heading h4 {
font-size: 28px;
text-transform: capitalize;
margin-bottom: 10px;
color: #333;
}

.main-slider {
float: left;
width: 100%;
position: relative;
height: 550px;
}

.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-wrapper .bx-viewport img {
width: 100%;
}

.main-slider .bx-controls.bx-has-pager.bx-has-controls-direction {
position: absolute;
bottom: 0px;
width: 100%;
top: 0px;
}

.list-main.searching-table.business_list .list-main-icon h5 a,
.list-main.searching-table .list-main-icon h5 a {
color: #337ab7 !important;
}

.page-setting {
float: left;
width: 100%;
}

.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;
text-decoration:none;
}

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: capitalize;
}

.promo_area p {
color: #fff;
text-transform: capitalize;
}

.promo_area h4 {
font-size: 20px;
}

.promo_area h1,
.promo_area h4.promo_code_text{
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 6px;
padding: 6px 0;
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;
padding: 0px;
line-height: 0px;
}

._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) {
.nav-wrapper nav ul li a {
padding: 28px 5px !important;
}


.inner-banner button.banner-srh-btn {
right: 0px !important;
position: relative !important;
}

.inner-banner .banner-search ul li {
width: 100% !important;
margin-right: 2%;
}

.bro-inr-main ul li {
/*width: 280px!important;*/

}

.bro-inr-main ul li:nth-child(3n+0) {
margin-right: 30px;
}

.bro-img {
min-height: 230px;
}


.banner-searchBg {
padding: 20px 20px 20px 20px !important;
}

#wrapper {
width: 95%;
}

.how-inner ul li {
margin: 0 2.8%;
}

.how-inner ul {
background-size: 57%;
}

.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) {

.nav-wrapper nav ul li a.header-btSignin,
.nav-wrapper nav ul li a.header-btRegister {
font-size: 14px !important;
color: #000 !important;
}

.logo {
padding: 10px 0;
margin: 0;
}

nav {
height: auto;
position: relative;
}

div.section-loginRegister {
position: relative !important;
right: 0;
top: 0 !important;
padding: 0px 10px 10px 10px;
display: inline-block;
width: 100%;
}


.nav-wrapper nav ul li a {
padding: 5px 10px 5px 10px !important;
}

.nav-wrapper nav ul li a.header-btSignin,
.nav-wrapper nav ul li a.header-btRegister {
background: transparent !important;
color: #000 !important;
border: none !important;
padding: 0 14px !important;
font-weight: 400 !important;
}


.nav-wrapper nav {
float: none;
}

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 {
border-bottom: 0;
position: relative;
}

    nav a#pull:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 28px;
        line-height: 36px;
        color: #333;
        display: block;
        text-align: center;
    }


.nav-wrapper nav ul {
float: left;
width: 100%;
position: absolute;
width: 220px;
z-index: 9;
background: #fff;
right: 0px;
top: 56px !important;
display: none;
height: auto;
border-radius: 5px !important;
overflow: hidden;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
}


.nav-wrapper {
margin-top: 0px;
}

.nav-wrapper nav ul li {
margin-left: 0px;
}

.nav-wrapper nav ul li a {
color: #000;
font-size: 14px;
}

.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) {

.banner-hd {
margin-right:0px!important;
font-size: 20px!important;
border: 3px solid #fff!important

}

.main-slider img {
width: 100% !important;
height: 100%!important;
object-fit: cover;
}

.footer-inner {
flex-wrap: wrap;
}

.footer-inner > div {
flex: auto;
}

.bnr_srch h4.banner-hd {
margin-bottom: 10px !important;
}

.bro-inr-main ul li {
width: 45% !important;
}

.bro-inr-main ul li:nth-child(3n+0) {
margin-right: 30px;
}

.bnr_srch {
display: inline-block;
padding: 0px;
}

.banner-searchBg {
background: #fff;
padding: 20px;
border-radius: 5px;
}

.banner-hd {
font-size: 32px;
text-align: center;
}

.banner-search {
transform: skew(0deg, 0deg) !important;
}

.banner-search ul {
transform: skew(0deg, 0deg) !important;
}

button.banner-srh-btn {
transform: skew(0deg, 0deg) !important;
border-radius: 45px !important;
}

.banner-search-outer {
padding: 0px !important;
}

.bnr_srch .col-md-7,
.bnr_srch .col-md-5 {
padding-right: 0px;
padding-left: 0px;
width: 100%;
max-width: 100%;
}

.main-slider img {
width: 100%;
height: 100%;
object-fit: cover;
}

.bro-content {
width: 100% !important;
}



.bro-inr-main ul li h4 {
width: 100%;
padding: 0px 0px 0px 0px !important;
}

.bro-content {
border-radius: 0px 0px 10px 10px !important;
}

.bro-img {
min-height: 180px;
}

.footer-column {
margin-top: 30px;
max-width: 300px;
}

.commen-heading marquee {
font-size: 130px;
height: auto;
}

.listing-inner .side-bar-main {
width: 100% !important;
margin-bottom: 40px;
}

.listing-ryt {
width: 100%;
}

.inner-banner .banner-text {
margin-top: 0px;
}
}


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

.ls-dt-right img {
width: 100%;
}

.banner-text {
width: 100% !important;
}

.testi-left {
width: 100%;
}

.how-inner ul li:last-child {
margin-bottom: 0px;
}

.banner-search ul li {
width: 100%;
}

.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: 10px;
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) {
.footer-right .sol-outer, footer .sol-outer{padding-left: 0px !important;}

.listing-fil-out {
float: left;
width: 100%;
margin-bottom: 20px;
}

.promotion_pagination {
margin-bottom: 0px;
}


.inner-page-heading h1 {
padding: 10% 0% 10% 0% !important;

}

.footer-outer {
margin-top: 10px;
}

.footer-inner.row .logo-section {
margin-bottom: 20px;
}

footer {
padding-top: 20px;
}

.footer-inner.row .logo-section img {
height: 70px;
}

.banner-text._inner_sech.wow.fadeIn {
transform: translate(0%, 0%) !important;
padding: 0px !important;
top: 7%;
}

.banner-text {
transform: translate(-50%, -50%) !important;
padding: 15px;
}

.listing-inner .side-bar-main {
width: 100% !important;
display: none;
}

.how-inner ul li h4,
.searching-table .list-content h4 a {
font-size: 20px !important;
text-decoration: none;
}

.bro-inr-main ul li h4 {
position: relative;
bottom: 2px;
}

.ls-dt-star-outer h4 {
font-size: 24px;
}

.dt-time {
margin-bottom: 0px;
}

.dt-ryt-outer {
margin-top: 10px !important;
}

#search_btn {
width: 100%;
}

.dt-arres h4 {
font-size: 18px !important;
}

.commen-heading h4 {
border-left: none;
}

.dt-ryt-head h4 {
padding: 8px 20px !important;
}

.main-slider {
height: 450px;
}

.bro-inr-img a.zero {
max-height: inherit !important;

}

.footer-column {
max-width: 100%;
}

.ls-dt-star-outer h4 {
font-size: 22px;
}

.header-inner .nav-wrapper .section-loginRegister li a {
padding-left: 0px !important;
text-align: left !important;
color: #000 !important;
}

.header-inner .nav-wrapper .section-loginRegister li:last-child a {
background: transparent !important;
border-color: transparent !important;
color: #000 !important;
color: #444 !important;
font-size: 16px !important;

}

._city_bd14 li {
width: 48%;
}

.how-inner ul {
display: block;
}

section {
padding: 30px 0px;
}

.bro-inr-main ul li:last-child {
margin-bottom: 0px !important;
}

.commen-heading h4,
._title h2 {
font-size: 24px !important;
}

.list_gallery ._boxes {
height: auto !important;
min-height: auto;
}

.commen-heading {
margin-bottom: 0px;
}

.ls-dt-right img {
width: 100%;
}

.bro-inr-img a {
height: 100% !important;
width: 100% !important;
}

.bro-img a {
height: 100% !important;
width: 100%;
}

.banner-text._inner_sech {
width: 90% !important;
left: 5%;
transform: translate(0%, 0%);
top: 10%;
margin: 0px auto;
float: none;
}


.inner-banner .banner-search ul li {
width: 100%;
margin-right: 2%;
}

.bro-btn-outer {
position: relative;
top: 0;
right: 0;
width: 100%;
}

div.bro-btn-outer a {
width: 100%;
text-align: center;
}

.bro-inr-main ul li {
width: 100% !important;
}

.bro-content {
float: left;
width: 100%;
padding: 0;
position: relative;
bottom: 0;

right: 0;
left: 0;
margin: auto;
padding-top: 10px;
margin-bottom: 30px;
}

.button.banner-srh-btn {
position: relative;
width: 100%;
text-align: center;
}

.gallery li {
height: auto;
}

.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.searching-table .dataTables_wrapper.no-footer .row .col-md-5.col-sm-12 {
width: 100%;
display: inline-block;
text-align: center;
}

.list-main.searching-table .dataTables_wrapper.no-footer .row .col-md-7.col-sm-12 {
display: inline-block;
width: 100%;
text-align: center;
float: none;
}

.dataTables_wrapper .dataTables_info {
top: 0px !important;
float: none !important;
}

.dataTables_wrapper .dataTables_paginate {
margin-top: 10px !important;
float: inherit !important;
}

.list-main ul {
float: none;
width: auto;
margin: 0px auto;
text-align: center;
}


._city_bd14 li {
width: 100% !important;
}

.list-main tr {
padding: 0;
}

.list-main-icon {
width: 100%;
margin: 0px !important;
}

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

}

.ls-dt-outer {
padding-top: 40px;
padding-bottom: 30px;
}

.header-inner .logo {
margin-top: 0;
}

.gallery li img {
height: auto;
}

.gallery li {
height: auto;
}

.listing-fil-out .pagination li a {
padding: 0px !important;
display: inline-block;
height: 30px !important;
margin: 0px !important;
width: 30px;
line-height: 30px !important;
}

.dataTables_paginate .pagination li.disabled a {
padding: 0px !important;
float: left;
line-height: 30px !important;
}

.section-loginRegister {
position: absolute !important;
right: 0;
top: 17px !important;
}

.nav-wrapper .section-loginRegister li a {
height: 44px;
/*border: 1px solid #cfcfcf;*/
text-align: center;
line-height: 42px;
padding: 0 22px !important;
border-radius: 5px !important;
font-size: 16px !important;
font-weight: 500 !important;
}

.header-btRegister {
background: #d70040;
color: #fff !important;
border-color: #d70040 !important;
border: 1px dashed red !important;
font-weight: 600;
}

.header-btSignin {
background: #fff;
color: #d70040 !important;
font-weight: 600;
}

.testimonials-bx {
padding: 20px;
border: 1px solid #e3e3e3;
border-radius: 5px;
height: auto;
position: relative;
text-align: left;
}

.quote-bx {
background: #d70040;
width: 92px;
height: 92px;
border-radius: 50%;
position: relative;
right: 0;
text-align: center;
top: 0;
bottom: 0;
margin: auto;
line-height: 118px;
float: right;
}

.review-bx {
float: left;
}

.banner-searchBg input,
.banner-searchBg select {
height: 47px !important;
}

.category-sectionpd {
padding-bottom: 30px;
}

.browse-businesspd {
padding-bottom: 35px;
}

.footer-bg {
background: #000 url(../images/map-bg.png) no-repeat center;
}

.listing-temp-3.listing13_temp._temp_65 table tr,
.review_form_65,
._adresses_65 .dt-ryt-head h4,
.dt-ryt-head h4,
.dt-ryt-outer .dt-ryt-head.time-tt h4 {
background: #d70040 !important;
color: #fff;
}
.header-inner .logo {4
width: auto;
}
.header-inner .nav-wrapper {
float: right!important;
/* margin: 0px !important; */
margin-left: auto;
}
.call-ul ul li a.header-btRegister {
color: #fff !important;
}
.nav-wrapper .section-loginRegister li:last-child a {
border-radius: 45px !important;
border: 1px dashed #d70040 !important;
background: #d70040 !important;
color: #000 !important;
text-decoration: none !important;
color: #fff !important;
}

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

.nav-wrapper .section-loginRegister li a:hover,
.nav-wrapper .section-loginRegister li:last-child a:hover {
border-radius: 45px !important;
border: 1px dashed #d70040 !important;
background: transparent !important;
color: #000 !important;
text-decoration: none !important;
color: #000 !important;
}

.ltj3slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #d70040 !important;
}

.ltj3slider .bx-wrapper .bx-pager.bx-default-pager a {
border: 2px solid #d70040 !important;
}

div#review_section {
border: 1px solid #ffb4c9;
display: inline-block;
padding: 15px;
background: #fff4f7;
border-radius: 15px;
margin-bottom: 15px;
}

.searching-table .list-btn a {
background: #d70040 !important;
border: 1px dashed #d70040
}

.searching-table .lst-ion1 i {
font-size: 20px;
color: #d70040 !important;
}

.searching-table .lst-ion1 {
border: 2px solid #d70040 !important;
}

.searching-table .list-btn a:hover {
background: transparent !important;
border: 1px dashed #d70040;
color: #000 !important;
}

.dataTables_paginate .pagination li.active a {
background-color: #d70040 !important;
}

.ls-dt-outer {
border-top: 4px solid #d70040 !important;
}

.contact-btn button {
background-color: #d70040 !important;
border: 1px solid #d70040 !important;
}

.contact-btn button {
background-color: #d70040 !important;
border: 1px solid #d70040 !important;
}

.contact-btn button:hover {
border: 1px dashed #d70040 !important;
background: transparent !important;
box-shadow: none !important;
color: #000 !important;
}

.gallery li img {
height: 450px;
width: 100%;
object-fit: cover;
}

.popular_states.bd14_categories ._title h4 {
border-left: 4px solid #d70040;
float: left;
width: 100%;
font-size: 40px;
color: #000;
position: relative;
font-weight: 700;
margin: 0;
line-height: 30px;
padding-left: 10px;
text-align: left;
margin-bottom: 50px;

}
.bro-inr-main.category-main ul li h4 a:hover,
._city_bd14 li a:hover,
.list-main tr,
.bro-inr-main ul li h4 a:hover {
color: #d70040 !important;
text-decoration: none;
}

.footer-column .footer-inp button:hover {
border: 1px dashed #d70040 !important;
background: transparent !important;
color: #000;
}

.ls-dt-right .dt-ryt-head {
background: #d70040 !important;
}

.ls-dt-right .dt-ryt-head h4 {
background: #d70040 !important;
}

.listing-temp-3 .dt-ryt-head {
background: #d70040 !important;
}

.listing-temp-3 .dt-ryt-head h4,
.ls-dt-right .dt-ryt-head.time-tt h4,
.ls-dt-right .dt-ryt-outer .dt-ryt-head {
background: #d70040 !important;
}

.ls-dt-inner .ls-dt-right .list-btn a {
background: #d70040 !important;
border: 1px dashed #d70040 !important;
color: #ffff !important;
}

.ls-dt-inner .ls-dt-right .list-btn a:hover {
background: transparent !important;
border: 1px dashed #d70040 !important;
color: #000 !important;
}

.ls-dt-inner .ls-dt-left .rev-hed h4 {
color: #000 !important;
}

.ls-dt-right .dt-arres h4 {
color: #000000 !important;
}

.blog-box .details a.read-more-btn {
background: #d70040 !important;
padding: 8px 15px 8px 15px;
border: 1px solid #d70040 !important;
text-decoration: none;
margin-top: 10px;
}

.blog-box .details a.read-more-btn:hover {
background: transparent !important;
color: #000 !important;
border: 1px dashed #d70040 !important;
}

.blog-box .details a:hover {
text-decoration: none !important;
}

.blog-box .details a h1 {
color: #000;
}

.slick-slider {
height: 100%;
}

.slick-list {
height: 100%;
}

.main-slider img {
height: 100%;
}

.slick-track {
height: 100%;
}




.ls-dt-right .sol-outer.green-sol ul li a {
border: 1px solid #b5b5b5 !important;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.listing-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.list-content {
padding: 15px 15px 15px 5px;
}

.ls-dt-right .sol-outer.green-sol ul li a .fa-facebook {
color: #2973ba !important;
}

.ls-dt-right .sol-outer.green-sol ul li a .fa-twitter {
color: #1d9bf0 !important;
}

.ls-dt-right .sol-outer.green-sol ul li a .fa-linkedin {
color: #0c64c5 !important;
}

.ls-dt-right .sol-outer.green-sol ul li a .fa-instagram {
color: #f701bd !important;
}

.ls-dt-right .sol-outer.green-sol ul li a .fa-youtube-play {
color: #fe0034 !important;
}

.ls-dt-right .sol-outer ul li.facebook a:hover {
background: #2973ba !important;
border: none !important;
}

.ls-dt-right .sol-outer ul li.instagram a:hover {
background: #f701bd !important;
border: none !important;
}

.ls-dt-right .sol-outer ul li.linkedin a:hover {
background: #0c64c5 !important;
border: none !important;
}

.ls-dt-right .sol-outer ul li.twitter a:hover {
background: #1d9bf0 !important;
border: none !important;
}

.ls-dt-right .sol-outer ul li.youtube a:hover {
background: red !important;
border: none !important;
}

.ls-dt-right .sol-outer ul li.facebook a:hover i {
color: #fff !important;
}

.ls-dt-right .sol-outer ul li.instagram a:hover i {
color: #fff !important;
}

.ls-dt-right .sol-outer ul li.linkedin a:hover i {
color: #fff !important;
}

.ls-dt-right .sol-outer ul li.twitter a:hover i {
color: #fff !important;
}

.ls-dt-right .sol-outer ul li.youtube a:hover i {
color: #fff !important;
}

footer .footer-inner {
padding-bottom: 20px;
margin-bottom: 0px;
}

footer .footer-inner .footer-column .footer-outer ul li {
border-bottom: 1px dashed #9d9d9d;
list-style: none;
padding: 10px 1px 10px 0px;
display: inline-block;
margin-bottom: 0px;
}


.contact-outer .contact-left-section h4.contact-heading {
background: #000 !important;
}

.contact-outer .form_contact .contact-btn button:hover {
background: transparent !important;
}

/*.contact-outer .form_contact .contact-btn button {*/
/*    border-radius: 5px !important;*/
/*}*/
.contact-outer .contact-left-section .contect-ul li i,
.contact-outer .contact-left-section .contact-phone .cont-phone i {
color: #d70040 !important;
}

.listing-img {
height: 300px;
overflow: hidden;
}

.page-setting .ls-dt-outer {
padding-top: 0px;
}

@media (min-width: 1400px) {
.container{
width: 1370px;
}
}
