body {
    color: #73848e;
   /* font-family: 'Poppins', sans-serif;*/
   font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    padding-right: 0px !important;
    overflow-x: hidden !important;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/micon.woff2') format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    color: #2a2b33;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
p, a, li, span, label, tr, td, th, input {
    color: #636363;
    font-size: 15px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}
small, .small {
    font-size: 13px;
}
a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
}
a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*--=================== dir1 =======================--*/
.com-padd {
    /* padding-top: 80px;
    */
    /* padding-bottom: 80px;
    */
    padding-bottom: 50px;
    position: relative;
}
.top_visits.top_visits_detail {
    overflow: hidden;
    width: 45%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 #ddd;
    position: absolute;
    right: 0;
    top: 117px;
    left: 0;
}
.selectpicker option {
    color: #333;
}
.com-padd-redu-top {
    padding-top: 0px;
}
.com-padd-redu-bot {
    padding: 50px 0;
}
.com-padd-redu-bot1 {
    padding-bottom: 0px;
    background-color: #f7f7f794;
    padding: 25px 0 0;
    margin-bottom: 40px;
}
.com-padd-redu-bot1  .com-title {
    padding: 0 10px 0 16px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
}
.dir-ho-tr ul .active a{
  border-bottom:2px solid #01a0d8;
  border-radius: 0;
}
.chat_head {
    display: inline-block;
    float: right;
    margin: 0 0 0 7px;
}
.chat_head i {
    font-size: 20px;
    margin-top: 8px;
    color:#fff;
}
.ts-menu .chat_head {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 3px 0 3px;
}
.com-padd-incre-top {
    padding-top: 100px;
}
.com-padd-incre-bot {
    padding-bottom: 100px;
}
.com-mar-bot-70 {
    margin-bottom: 70px;
}
.com-mar-bot-30 {
    margin-bottom: 30px !important;
}
.dir1-home-head {
    position: relative;
    /* overflow: hidden;
    */
    /* z-index: 99;
    */
}
/*-------------------------------------------------*/
/* = HOME PAGE BANNER AND SEARCH BOX 
/*-------------------------------------------------*/
#background {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* z-index: 99;
    */
    background: url('../images/banner4.jpg') no-repeat;
    background-size: cover;
}
#background1 {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* z-index: 99;
    */
    background: url('../images/banner2.jpg') no-repeat;
    background-size: cover;
}
.dir-ho-tl {
}
.dir-ho-tl ul {
    padding: 0px;
    margin-bottom: 0px;
}
.dir-ho-tl ul li {
    display: inline-block;
}
.dir-ho-tl ul li a {
    color: #fff;
    font-size: 16px;
}
.dir-ho-tl ul li a img {
    padding: 5px;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
    */
    margin-top: 0px;
    /* background: #000;
    */
    width: 100%;
}
.dir-ho-tr {
}
.dir-ho-tr ul {
    padding: 0px;
    float: right;
    margin-bottom: 0px;
}
.dir-ho-tr ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
    /* padding: 10px;
    */
}
.dir-ho-tr ul li:nth-child(1) a {
}

.dir-ho-tl ul li:first-child {
    width: 65%;
    float: left;
}
.p-0{
    padding: 0;
}
/*.dir-ho-tr ul li:nth-child(4) a {
   text-shadow: 0px 1px 0 rgba(23, 23, 23, 0.44);
   */
    /* border-radius: 2px;

    color: #fff;
    background-color: #01a0d8;
    border: 1px solid #039ad0;
    font-weight: 400;
    border-radius: 30px;
    padding: 6px 10px;
}*/
.dir-ho-tr ul li:nth-child(3) a i {
    padding-right: 2px;
}

section.main_head {
    padding: 15px 0 0;
}
.tz-2-main-2 i.fa {
    color: #ffffff;
    display: block;
}
.addbox h4 {
    margin-bottom: 20px;
}
.dir-ho-tr ul li a {
    color: #fff;
    font-size: 16px;
    /* background: rgba(0, 0, 0, 0.45);
    */
    padding: 7px 8px 20px;
    /* display: inline-block;
    */
    border-radius: 40px;
    /* text-shadow: 0px 1px 0 rgba(23, 23, 23, 0.44);
    */
    cursor: pointer;
    /* text-transform: uppercase;
    */
    font-weight: 400;
}
.bottomMenu {
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    background: #151f31;
    z-index: 999;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #111a29;
    background: #141E30;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c2-hide {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c2-show {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*-------------------------------------------------*/
/* = TOP FIXED MENU 
/*-------------------------------------------------*/
.ts-menu {
    position: relative;
}
.ts-menu-1 {
    float: left;
    width: 12%;
    margin-top: 0 !important;
}
.ts-menu-1 a {
    display: block;
}
.ts-menu-1 a img {
    width: 200px;
    padding: 5px;
    margin-top: 8px;
    /* background: rgb(59, 191, 249); */
    /* margin-left: 15px; */
}
.ts-menu-2 {
    float: left;
    width: 12%;
    padding: 15px 10px 15px 10px;
    border-left: 1px solid #273244;
    /* border-left-style: groove; */
    border-right: 1px solid #273244;
    /* border-right-style: groove; */
}
.ts-menu-2 a {
    vertical-align: middle;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    /* text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
    */
    /* padding: 21px 0px 15px 15px;
    */
    */
    display: -webkit-box;
}
.ts-menu-2 a i {
    color: #fff;
    padding: 5px;
}
.ts-menu-3 {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 30px;
    position: relative;
    left: 50px;
}
.ts-menu-4 {
    float: left;
    width: 35%;
    padding: 10px 0px 0px 12px;
    text-align: left;
    position: relative;
}
.top-search {
}
.top-search form {
}
.top-search form ul {
    padding: 0px;
}
.top-search form ul li {
    width: 50%;
    float: left;
    display: inline-block;
}
.top-search form ul li:nth-child(1) {
    width: 90%;
}
.top-search form ul li:nth-child(1) input {
    padding: 5px 10px;
    line-height: 28px;
    background: #fff;
}
.top-search form ul li:nth-child(2) {
    width: 10%;
}
.top-search form ul li input {
    width: 100%;
    padding: 5px;
    border: 0px;
}
.top-search form ul li input[type="submit"] {
    background: url(../images/search_bg1.png) no-repeat center center #01a0d8;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px;
}
.top-links {
    /* position: relative;
    */
    /* overflow: hidden;
    */
}
.top-links ul {
    float: right;
    padding-left: 0px;
}
.top-links ul li {
    display: inline-block;
    /* float: left;
    */
    /* padding: 0px 6px;
    */
}
.top-links ul li a {
    color: #ffffff;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #1e3069;
    border-radius: 2px;
    /* text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
    */
    font-size: 14px;
    background: #01a0d8;
    border-radius: 2px;
}
.select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
}
.cat-menu {
    width: 100%;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 99;
    padding: 15px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5);
    margin-top: 16px;
    left: 0px;
}
.top-menu-ani {
    transition: all 0.5s ease;
}
.cat-menu ul {
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.cat-menu ul li {
    width: 100%;
    float: left;
    /* border-right: 1px solid #dedede;
    */
    list-style-type: none;
    background: url(../images/arrow.png) no-repeat center left;
    background-size: 10px;
}
.cat-menu ul li:nth-child(5) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(10) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(15) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(20) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(25) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(30) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(35) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(40) {
    border-right: 0px solid #dedede;
}
.cat-menu ul li a {
    display: block;
    color: #727a7f;
    line-height: 45px;
    font-weight: 400;
    transition: all 0.5s ease;
    padding-left: 20px;
    font-size: 13.5px;
    text-transform: capitalize;
    line-height: 34px;
}
.cat-menu ul li a:hover {
    transition: all 0.5s ease;
    padding-left: 12px;
}
.cat-menu ul li a i {
    color: #5f6f71;
}
.cat-menu {
}
.cat-menu h4 {
    font-size: 18px;
    /* border-bottom: 1px solid #d6d6d6;
    */
    padding-bottom: 15px;
    color: #2d3c43;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 5px;
}
.cat-menu h4 span {
    font-size: 18px;
}
.cat-menu-1 {
    /* display: none;
    */
}
/*-- HEADER --*/
.com-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    padding: 0 0 0 30px;
}
.table-bordered th {
    color: #fff;
}
.com-title h2 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    display: inline-block;
    float: left;
}
.com-title h2 span {
    font-weight: 600;
    font-size: 42px;
    color: #2a2b33;
}
.com-title p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px;
    color: #3d5469;
}
.dz-menu {
    position: relative;
    overflow: hidden;
}
.dz-menu h4 {
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
}
.dz-menu-inn {
    position: relative;
    overflow: hidden;
    float: left;
    width: 16.5%;
}
.dz-menu-inn ul {
    border-right: 1px solid #d6d6d6;
    padding: 15px;
}
.lat-menu {
}
.lat-menu ul {
    border-right: 0px solid #d6d6d6;
}
.dz-menu-inn ul li {
}
.dz-menu-inn ul li a {
}
/*-------------------------------------------------------*/
/* LISTING 
/*-------------------------------------------------------*/
.to-ho-hotel-con-23 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.to-ho-hotel-con-2 {
}
.to-ho-hotel-con-2 h4 {
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.to-ho-hotel-con-3 {
}
.to-ho-hotel-con-3 ul {
    padding: 0px;
    margin-bottom: 0px;
}
.to-ho-hotel-con-3 ul li {
    list-style-type: none;
    float: left;
}
.to-ho-hotel-con-3 ul li {
    padding-top: 10px;
}
.to-ho-hotel-con-3 ul li span {
    background: #253d52;
    padding: 2px 8px 3px 8px;
    color: #fff;
    border-radius: 1px;
    margin-right: 5px;
}
.ho-hot-rat-star {
    padding-bottom: 0px !important;
}
.ho-hot-rat-star i {
    font-size: 14px !important;
    padding-left: 3px;
}
.ho-hot-rat-star-list {
}
.ho-hot-rat-star-list i {
    color: #04abc0;
}
.hot-list-left-part-rat {
    width: 25px;
    height: 25px;
    background-color: #04abc0;
    /* bottom: 8px;
    */
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
}
.ho-hot-pri {
    font-size: 38px;
    font-weight: 600;
    color: #00bcd4;
    float: right;
}
.ho-hot-pri-dis {
    font-weight: 400;
    color: #888;
    float: right;
    padding: 0px 5px;
    display: none;
}
.hot-page2-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px;
    */
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px;
}
.to-ho-hotel-con-4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 14px;
}
.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center;
}
.hom-list-share {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 12px;
}
.hom-list-share ul {
    margin-bottom: 0px;
    padding: 0px;
}
.hom-list-share ul li {
    float: left;
    list-style-type: none;
    display: inline-block;
    width: 25%;
}
.hom-list-share ul li a {
    display: block;
    border: 1px solid #e6ebec;
    margin: 2px;
    padding: 0px 5px;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
}
.hom-list-share ul li a i {
    padding-right: 5px;
}
.hom-hot-book-btn {
    margin-right: 3%;
}
.hom-hot-view-btn {
    margin-left: 3%;
}
.hom-hot-av-tic {
    position: absolute;
    background-color: rgba(0, 188, 212, 0.82);
    bottom: 15px;
    padding: 3px 8px;
    margin: 0px 0px;
    right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 0px;
}
.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px;
}
.link-btn {
    background: #1ebef0;
    color: #000;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    /* font-family: Arial;
    */
    font-size: 14px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.37);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center;
}
.hom-hot-book-btn {
    margin-right: 3%;
}
/*-------------------------------------------------*/
/* = RESPONSIVE SIDE MENU POPUP 
/*-------------------------------------------------*/
.mob-right-nav {
    position: fixed;
    right: -270px;
    background:#233851;
    width: 250px;
    padding: 5px 15px 5px 15px;
    height: 100%;
    overflow-y: scroll;
    z-index: 9;
    transition: all 0.5s ease;
    box-shadow: -6px 5px 13px rgba(0, 0, 0, 0.24);
}
.mob-right-nav:hover {
    overflow-y: scroll;
}
.mob-right-nav h5 {
    color: #b9b9b9;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #303b40;
    padding: 12px 0px;
}
.mob-right-nav ul {
}
.mob-right-nav ul li {
    list-style: none;
}
.mob-right-nav ul li a {
    /* display: block;
    */
    /* border-bottom: 1px solid #e3e3e3;
    */
    /* padding: 7px 0px;
    */
    color: #fff;
    transition: all 0.5s ease;
    /* background: url('../images/res-menu-air.png') no-repeat left center;
    */
    /* background-size: 10px;
    */
    /* padding-left: 20px;
    */
    display: block;
    font-size: 13.5px;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    padding: 12px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mob-right-nav ul li a:hover {
    transition: all 0.5s ease;
    color: #2d3c43;
    padding-left: 25px;
}
.mob-right-nav ul li a i {
    padding-right: 5px;
}
.mob-right-nav-close {
}
.mob-right-nav-close i {
    cursor: pointer;
    border: 1px solid #607D8B;
    padding: 5px;
    color: #ffffff;
    border-radius: 25px;
    width: 24px;
    height: 24px;
    text-align: center;
}
.mob-menu-icon {
}
.mob-right-nav:hover {
    overflow-y: scroll;
}
.t-bb {
}
.dir-home-nav-bot {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.dir-home-nav-bot ul {
    margin-bottom: 0px;
}
.dir-home-nav-bot ul li span {
    display: block;
    font-size: 32px;
    color: #694e45;
    padding-top: 10px;
}
.dir-home-nav-bot ul li {
    border-right: 0px solid #dedede;
    background: none;
}
.dir-home-nav-bot ul li:nth-child(1) {
    width: 60%;
}
.dir-home-nav-bot ul li:nth-child(2) {
    width: 20%;
}
.dir-home-nav-bot ul li:nth-child(3) {
    width: 20%;
}
.dir-home-nav-bot ul li a {
    padding-left: 2px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: inherit;
    padding: 10px;
    color: #fff;
    background: #01a0d8;
    background: linear-gradient(to bottom, #01a0d8, #0485b3);
}
.dir-home-nav-bot ul li a i {
    color: #fff;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-ani-btn {
    position: relative;
    background-color: #15b0f6;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 2px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(14, 14, 13, 0.42);
    border-bottom: 1px solid #0793d2;
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-ani-btn:after {
    content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s 
}
.dir-ani-btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s 
}
/*-------------------------------------------------------*/
/* HOME PAGE: SEARCH BOX 
/*-------------------------------------------------------*/
.dir-ho-t2l {
}
.dir-ho-t2l form {
}
.dir-ho-t2l form ul {
    padding: 10px;
    margin-bottom: 0px;
    position: relative;
    /* overflow: hidden;
    */
    border-radius: 0px;
}
.dir-ho-t2l form ul li {
    width: 50%;
    float: left;
    display: inline-block;
}
.dir-ho-t2l form ul li:nth-child(1) {
    width: 60%;
}
.dir-ho-t2l form ul li:nth-child(1) input {
    padding: 15px 10px 15px 20px;
    line-height: 28px;
    background-size: 10px;
    border-right: 1px solid #eaeaea;
    background-position: 98% 50%;
    background: #fff;
}
.dir-ho-t2l form ul li:nth-child(2) {
    width: 20%;
}
.dir-ho-t2l form ul li:nth-child(2) input {
    padding: 15px 35px;
    line-height: 28px;
    background: url(../images/hsicon.png) no-repeat center left #fff;
    background-size: 16px;
    border-right: 1px solid #eaeaea;
    background-position: 8% 52%;
}
.dir-ho-t2l form ul li:nth-child(3) {
    width: 20%;
}
.dir-ho-t2l form ul li input {
    width: 100%;
    padding: 5px;
    border: 0px;
    outline: none;
}
.dir-ho-t2l form ul li input[type="submit"] {
    color: #ffffff;
    font-weight: 600;
    padding: 17px;
    background-size: 30px;
    font-size: 18px;
    background: #01a0d8;
    background: linear-gradient(to bottom, #01a0d8, #0485b3);
    text-transform: uppercase;
}
.dir-v2-ho-t2l form ul li input[type="submit"] {
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    background-size: 30px;
    font-size: 18px;
    background: #01a0d8;
    background: linear-gradient(to bottom, #01a0d8, #0485b3);
    text-transform: uppercase;
}
.dir-v2-ho-t2l form ul li:nth-child(1) {
    width: 80%;
}
.dir-v2-ho-t2l form ul li:nth-child(2) {
    width: 20%;
}
.dir-v2-ho-t2l form ul li:nth-child(2) input {
    border-right: 0px solid #eaeaea;
}
.dir-ho-t-sp {
    padding: 127px 0px 40px 0px;
}
.ts-menu .selectpicker {
    color: #fff;
}
.dir1-home-head:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.76) 14%, rgba(0, 0, 0, 0.35) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.dir-ho-t-tit {
}
.dir-ho-t-tit h1 {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
    padding-top: 3%;
    font-size: 60px;
}
.dir-ho-t-tit-2{
}
.dir-ho-t-tit-2 h1{
    padding-top: 10%;
}
.dir-ho-t-tit p {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
    /* padding-top: 10%;
    */
    font-size: 20px;
}
.home-tab-search {
}
.home-tab-search ul li a {
    font-size: 16px;
}
.home-tab-search ul li a i {
    margin-right: 8px;
}
/*-------------------------------------------------*/
/* = RIBBEN 
/*-------------------------------------------------*/
.dir-ho-t2r {
    padding: 45px 40px;
    position: relative;
    z-index: 999;
    background: rgba(0, 0, 0, 0.32);
}
.dir-ho-com-head {
    text-align: center;
    padding: 0px 0px 60px 0px;
}
.dir-ho-com-head h2 {
    font-size: 36px;
}
.dir-ho-com-head p {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 15px;
    color: #989898;
}
.dir-ho-best-list {
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dir-ho-best-list:hover {
    background: #ffffff;
    box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dir-ho-best-list-p1 {
    position: relative;
}
.dir-ho-best-list-p1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.dir-ho-best-list-p1 img {
    width: 100%;
    height: 225px;
}
.dir-ho-best-list-p2 {
    padding: 25px;
}
.dir-ho-best-list-p2 h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #343c42;
    padding-bottom: 10px;
}
.dir-ho-best-list-p2 p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dir-ho-cat {
    /* font-style: italic;
    */
    font-size: 14px;
    color: #7a7a7a;
    text-transform: capitalize;
}
.dir-ho-best-list a {
}
.dir-ho-best-list a:hover {
    text-decoration: none;
}
.dir-ho-best-list-btn {
    border: 1px solid #0793d2;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    /*font-family: arial, helvetica, sans-serif;*/
    font-family: 'Lato', sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    font-weight: bold;
    color: #000000;
    background-color: #ffd65e;
    background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
    background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
    background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
    background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
    background-image: -o-linear-gradient(top, #ffd65e, #febf04);
    background-image: linear-gradient(to bottom, #1bb8ff, #0ba4e9);
}
.rating-mark {
    position: absolute;
    background: #fdb714;
    padding: 8px;
    font-weight: 600;
    color: #fff;
    right: 10px;
    top: 10px;
    font-size: 16px;
    border-radius: 2px;
}
.best-mark {
    position: absolute;
    background: #8BC34A;
    padding: 3px 8px;
    font-weight: 600;
    color: #000;
    right: 0px;
    /* top: 10px;
    */
    font-size: 14px;
    border-radius: 0px;
    bottom: 0px;
}
.dir-ho-dis {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    color: #1cafdb;
    display: inline-block;
    margin-top: 18px;
}
/*-------------------------------------------------*/
/* = MOBILE APP 
/*-------------------------------------------------*/
.web-app {
    background: url(../images/city.png) bottom center;
    /* background-position: 0px 0px;
    */
    background-size: 100%;
    position: relative;
    overflow: hidden;
    /* padding: 50px 0px 40px 0px;
    */
    background-repeat-y: no-repeat;
    padding: 50px 0;
}
.web-app:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.8) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.web-app-img {
}
.web-app-img img {
    width: 85%;
}
.web-app-con {
}
.web-app-con h2 {
    font-weight: 100;
    font-size: 34px;
}
.web-app-con h2 span {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
    */
    color: #333333;
}
.web-app-con p {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 10px;
}
.web-app-con span {
    color: #333;
    font-size: 16px;
    padding-bottom: 15px;
    display: inline-block;
}
.web-app-con ul {
    padding: 10px 0px;
}
.web-app-con ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px;
}
.web-app-con ul li i {
    color: #01a0d8;
    margin-right: 5px;
}
.web-app-con form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 8px;
}
.web-app-con form ul {
    padding: 0px;
    margin: 0px;
}
.web-app-con form ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
}
.web-app-con form ul li input {
    width: 100%;
    background: #FFF;
    border: 1px solid #f1f3f5;
    padding: 8px;
    font-size: 15px;
}
.web-app-con form ul li input[type="submit"] {
    color: #fff;
    border: -1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #01a0d8;
    background: linear-gradient(to bottom, #01a0d8, #0485b3);
}
.web-app-con form ul li:nth-child(1) {
    width: 10%;
}
.web-app-con form ul li:nth-child(2) {
    width: 60%;
}
.web-app-con form ul li:nth-child(3) {
    width: 30%;
}
.web-app-con a img {
    width: 150px;
}
/*-------------------------------------------------*/
/* = FOOTER 
/*-------------------------------------------------*/
footer {
    background: #141f31;
}
footer {
    color: #9a9a9a;
    font-weight: 300;
    padding: 90px 0 50px;
}
footer h4, footer .strong {
    color: #636363;
    font-weight: 400;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 15px;
}
footer .highlighted {
    color: #a0a0a0;
    font-size: 21px;
    /* font-weight: 600;
    */
    vertical-align: -1px;
}
footer ul.two-columns li {
    width: 100%;
    float: left;
}
footer ul.two-columns::after {
    content: "";
    display: table;
    clear: both;
}
footer ul {
    padding: 0px;
}
footer ul li {
    list-style-type: none;
    background: url('../images/arr.png') no-repeat center left;
    padding-left: 24px;
    background-size: 9px;
}
.bottom-footer li {
    float: left;
    margin-right: 38px;
}
.bottom-footer li:first-child{background: none; padding: 0;}
footer ul li a {
    color: #636363;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bottom-footer {
    background-color: #131925;
    padding-top: 12px;
}
footer ul li a:hover {
    color: #a0a0a0;
    padding-left: 1px;
    font-size: 14px;
}
.foot-sec2 {
}
.foot-sec2 p {
    font-size: 15px;
}
.foot-logo {
}
.foot-logo img {
    width:200px;
    padding-bottom: 0;
}
.foot-sec2 {
    padding-top: 20px;
}
.foot-social {
}
.foot-social ul {
    padding: 0px;
}
.foot-social ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    background: none;
    padding-left: 0px;
}
.foot-social ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0px solid #828284;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    color: #fff;
}
.foot-social ul li:nth-child(1) i {
    background: #3b5998;
}
.foot-social ul li:nth-child(2) i {
    background: #1da1f2;
}
.foot-social ul li:nth-child(3) i {
    background: #1da1f2;
}
.foot-social ul li:nth-child(4) i {
    background: #CC315D;
}
.foot-social ul li:nth-child(5) i {
    background: #bb0000;
}
.foot-social ul li:nth-child(6) i {
    background: #34af23;
}
.foot-social ul li a:hover {
    padding-left: 0px;
}
.copy {
    background: #131925;
}
.copy p {
    margin-bottom: 0px;
    text-align: center;
    padding: 8px;
}
.copy p a {
    color: #636363;
}
.dir-foot {
}
.dir-foot h3 {
    text-transform: uppercase;
    color: #D0D0D0;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px #676767;
    border-bottom-style: dashed;
    padding-bottom: 14px;
}
.dir-foot ul {
    padding: 0px;
}
.dir-foot ul li {
    list-style-type: none;
    background: url(../images/f_p.html) no-repeat left center;
    padding-left: 15px;
    background-size: 6px;
}
.dir-foot ul li a {
    text-decoration: none;
    color: #929292;
    font-weight: 600;
    line-height: 32px;
}
.dir-foot-foll-soc {
    padding: 0px;
    float: right;
}
.dir-foot-foll-soc li {
    float: left;
    list-style-type: none;
    padding-right: 5px;
}
.dir-foot-foll-soc li h5 {
    color: #f2be33;
    font-size: 16px;
    font-weight: 500 !important;
    padding-right: 15px;
}
.dir-foot-foll-soc li h5 span {
    padding-left: 30px;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 700;
}
.dir-foot-foll-soc li a {
}
.dir-foot-foll-soc li a i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    background: #ffc732;
    color: #343c42;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-foo2 {
    position: relative;
    overflow: hidden;
}
.dir-foo-cen {
}
.dir-foo-cen img {
    float: left;
    padding-right: 15px;
}
.dir-foo-cen h5 {
    font-size: 24px;
    color: #7d7d7d;
    /* padding-left: 10px;
    */
    /* position: relative;
    */
    margin-top: 14px;
}
/*-------------------------------------------------*/
/* = PRE LOADING ANIMATION 
/*-------------------------------------------------*/
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: #fff;
}
#loading-animation {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    margin: -100px 0 0 -100px;
    background: url('../images/loading.html') center center no-repeat;
}
/*-------------------------------------------------*/
/* = SPECIAL TITLE STYLES 
/*-------------------------------------------------*/
.dir-sp-tit {
}
.dir-sp-tit h3 {
    padding-bottom: 20px;
}
.dir-sp-tit h3:before {
    content: "";
    position: absolute;
    left: 38%;
    height: 3px;
    width: 12%;
    border-top: 1px dotted #FF9800;
    border-bottom: 1px dotted #FF9800;
    margin-top: 45px;
}
.dir-sp-tit h3:after {
    content: "";
    position: absolute;
    left: 51%;
    height: 3px;
    width: 12%;
    border-top: 1px dotted #6f6e6b;
    border-bottom: 1px dotted #6f6e6b;
    margin-top: 45px;
}
.dir-sp-tit-2 {
}
.dir-sp-tit-2 h2 {
    padding-bottom: 20px;
}
.dir-sp-tit-2 h2:before {
    content: "";
    position: absolute;
    left: 38%;
    height: 5px;
    width: 12%;
    border-top: 2px dotted #FF9800;
    border-bottom: 2px dotted #FF9800;
    margin-top: 55px;
}
.dir-sp-tit-2 h2:after {
    content: "";
    position: absolute;
    left: 51%;
    height: 5px;
    width: 12%;
    border-top: 2px dotted #6f6e6b;
    border-bottom: 2px dotted #6f6e6b;
    margin-top: 55px;
}
/*--============== alter =====================--*/
.dir-hr1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.dir-hli {
    position: relative;
    overflow: hidden;
}
.dir-hli a {
    text-decoration: none;
}
.dir-hli ul {
    padding: 0px;
}
.dir-hli ul li {
    list-style-type: none;
}
.dir-hli-1 {
    position: relative;
    overflow: hidden;
}
.dir-hli-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(21, 31, 49, 0.63) 0%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.dir-hli-1 img {
    width: 100%;
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.dir-hli-1:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dir-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px;
    */
    display: none;
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px;
}
.dir-hli-3 img {
}
.dir-hli-4 {
}
.dir-hli-5 {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background: #000000;
}
.dir-hli-2 {
    padding: 15px;
    background: #ffffff;
}
.dir-hli-2 h4 {
    color: #273440;
    font-size: 16px;
}
.dir-hli-2 h4 span {
    float: right;
    font-size: 12px;
    line-height: 20px;
}
/*-------------------------------------------------*/
/* = INNER PAGE LISTING 
/*-------------------------------------------------*/
.dir-il-top-fix {
    opacity: 1 !important;
    display: block;
}
.dir-pa-sp-top {
    margin-top: 60px;
}
.dir-pa-sp-top-bg {
    background: #fff;
}
.dir-alp {
    /* background: url(../images/list-p-bg.jpg) no-repeat center top;*/
    background-size: cover;
    background-attachment: fixed;
    background: #fff;
}
.dir-alp-1 {
    background: #fbf7eb;
    margin-top: 0px;
}
.dir-alp-tit {
}
.dir-alp-tit h1 {
    color: #fff;
    padding-top: 35px;
}
.dir-alp-tit ol {
    background: none;
}
.dir-alp-tit ol li {
}
.dir-alp-tit ol li a {
    color: #ffffff;
}
.breadcrumb > .active {
    color: #20344c !important;
}
.breadcrumb > li + li:before {
    color: #8a8a8a;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000 !important;
    content: "/\00a0";
}
.dir-alp-con {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.36))
}
.dir-alp-con-1 {
    background: #ffffff;
}
.dir-alp-con-left {
    padding-left: 0px !important;
}
.dir-alp-con-right {

    background-color: #f2f2f2;
}
.dir-alp-con-left-1 {
    background: #20344c;
    color: #fff;
    padding: 25px;
}
.dir-alp-con-left-1:after, .dir-alp-con-left-1:before {
    top: 72px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dir-alp-con-left-1:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #20344c;
    border-width: 9px;
    margin-left: -9px;
}
.dir-alp-con-left-1 h3 {
    font-size: 20px;
}
.dir-hom-pre ul li:hover .dir-hom-pre-2 h5 {
    padding-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-left-near {
}
.list-left-near img {
    width: 24px;
    height: 24px;
    border-radius: 28px;
    border: 1px solid #fff;
}
.list-left-near h5 {
    color: #20344c;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.list-left-near span {
    color: #949fa9;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    display: block;
}
.lln1 {
    width: 10%;
}
.lln2 {
    width: 80%;
    padding: 0px 15px;
}
.lln3 {
    width: 10%;
}
.lln3 span {
    width: 24px;
    height: 24px;
    background: #7dc34a;
    padding: 2px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-weight: 800;
    font-size: 12px;
}
.dir-hom-pre {
}
.dir-hom-pre div {
    float: left;
}
.dir-alp-left-ner-notb {
    border-top: 0px;
}
.dir-alp-l3 {
}
.dir-alp-l3 ul {
    padding: 0px;
}
.dir-alp-l3 ul li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    padding-top: 8px;
}
.dir-alp-l3 ul li:nth-child(5) {
}
.dir-alp-l3 ul li:last-child {
    border-bottom: 0px solid #d4d4d4;
}
.dir-alp-l3 ul li label {
    display: block;
    font-size: 14.5px !important;
    color: #20344c;
}
.dir-alp-l-com {
}
.dir-alp-l-com h4 {
    background: #20344c;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
}
.dir-alp-l-com1 form {
    padding-bottom: 8px;
}
.dir-alp-l-com1 {
    padding: 15px;
    background: #ffffff;
    padding-bottom: 30px;
}
.dir-alp-l-com1 a {
    margin-top: 5px;
    background: #20344c;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #1d2b3c;
}
.dir-alp-l-com1 a:hover {
    color: #fff;
    background: #14addb;
    border: 1px solid #0885ab;
}
.dir-alp-l-com1 a i {
    font-size: 10px;
}
.dir-hom-pre {
    background: #ffffff;
}
.dir-hom-pre ul {
    margin: 0px;
    padding: 15px;
}
.dir-hom-pre ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.dir-alp-p3 {
}
.dir-alp-p3 ul {
}
.dir-alp-p3 ul li:nth-child(1n+6) {
    display: none;
}
.dir-alp-p3-btn-h {
    display: none;
}
.dir-alp-p4-btn-h {
    display: none;
}
.dir-alp-p4 ul li:nth-child(1n+6) {
    display: none;
}
.dir-alp-p5-btn-h {
    display: none;
}
.dir-alp-p5 ul li:nth-child(1n+6) {
    display: none;
}
/*--=============== list ========================--*/
.dir-lp-rat {
    padding: 6px 6px 15px 8px;
}
.dir-alp-ri-p2 {
    padding: 15px 0px;
    /* padding-bottom: 25px;
    */
}
.dir-alp-ri-p2 h3 {
    color: #343c42;
    font-size: 22px;
}
.dir-alp-ri-p2 ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}
.dir-alp-ri-p2 ul li {
    list-style-type: none;
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 30px;
}
.dir-alp-ri-p2 ul li:nth-child(1) {
    color: #343c42;
    background: url(../images/list-i1.html) no-repeat center left;
    background-size: 18px;
    font-size: 15px;
    font-weight: 600;
}
.dir-alp-ri-p2 ul li:nth-child(2) {
    color: #979797;
    width: 50%;
    background: url(../images/list-i2.html) no-repeat center left;
    background-size: 18px;
}
.dir-alp-ri-p2 ul li:nth-child(3) {
    color: #979797;
    width: 50%;
    background: url(../images/list-i3.html) no-repeat center left;
    background-size: 18px;
}
.dir-alp-ri-p2 p {
    color: #979797;
    padding-bottom: 12px;
}
.dir-alp-ri-p2 p b {
    padding-right: 5px;
    color: #343c42;
}
.dir-alp-ri-p2 a {
}
.dir-alp-quot-btn {
    background: #ffb600;
    color: #000;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
}
.dir-alp-quot-free-btn {
    background: #234767;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
}
.dir-alp-r-list-re-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dir-alp-r-list {
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    /* margin: 5px;
    */
    margin-bottom: 15px;
    background: #ffffff;
    margin-right: 15px;
}
.dir-alp-r-list:hover {
    background: #ffffff;
    box-shadow: 0px 2px 12px rgba(121, 121, 121, 0.33);
}
.dir-alp-r-cbb-rat {
    background: #44637d;
    position: absolute;
    padding: 4px 8px;
    right: -1px;
    border-radius: 1px;
    color: #fff;
    top: 0px;
    font-weight: 600;
    font-size: 12px;
}
/*-------------------------------------------------*/
/* = LISTING SOCIAL SHARE 
/*-------------------------------------------------*/
.sa-list-pre-soci {
    right: 5px;
    position: absolute;
    bottom: 0px;
}
.sa-list-pre-soci ul {
    /* padding: 4px;
    */
    /* margin-bottom: 8px;
    */
    padding-top: 8px;
    margin-bottom: 0px;
}
.sa-list-pre-soci ul li {
    float: left;
    margin-right: 5px;
}
.sa-list-pre-soci ul li a {
}
.sa-list-pre-soci ul li i {
    width: 24px;
    height: 24px;
    background: #e6e6e6;
    color: #414f5a;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}
.sa-sh-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sa-hi-icon {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sa-list-pre-soci ul li i:hover {
    background: #1f4363;
    color: #fff;
}
.sa-li-desc-left-sp {
    padding-left: 30px !important;
}
.sa-list-pre-soci ul li {
    background: none !important;
    width: initial !important;
    padding-left: 0px;
}
.sa-list-pre-soci ul li:last-child i {
    background: #FFC107;
    color: #000;
}
/*-------------------------------------------------*/
/* = POPUP 
/*-------------------------------------------------*/
.sa-pop-full {
    background-color: #1f4363 !important;
    text-align: center;
    color: #fff;
}
.sa-pop-full span {
    display: block;
}
.sa-pop-le {
    float: left;
    width: 30%;
    padding: 50px 10px;
}
.sa-pop-ri {
    float: left;
    width: 70%;
    background: #fff;
}
.sa-pop-l0 {
}
.sa-pop-l0 i {
    font-size: 58px;
    color: #ffffff;
}
.sa-pop-l1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
}
.sa-pop-l2 {
    font-size: 50px;
    line-height: 54px;
    padding: 18px 0px;
    border-top: 2px #ffffff;
    border-top-style: dashed;
    border-bottom: 2px #ffffff;
    border-bottom-style: dashed;
    margin: 15px;
    color: #fff;
}
.sa-pop-l3 {
    font-size: 18px;
    color: #fdc600;
    font-weight: 600;
}
.h_signin form p label {
    color: #2b3239;
    text-align: left;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.h_signin {
    overflow: hidden;
    padding: 20px 40px !important;
}
.h_signin form p input {
    float: right;
    padding: 5px 34px;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    width: 100%;
    margin: 4px 0px 14px 0px;
}
.h_signin form p textarea {
    padding: 5px 34px;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    width: 100%;
}
.h_signin form p input[type="submit"] {
    border: 1px solid #dcad04;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    /* -webkit-border-radius: 3px;
    */
    -moz-border-radius: 3px;
    /* border-radius: 3px;
    */
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    */
    font-weight: 700;
    color: #000000;
    background-color: #fdc600;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
    */
    /* background-image: -webkit-linear-gradient(top, #ef9f41, #f79623);
    */
    background-image: -moz-linear-gradient(top, #ef9f41, #f79623);
    background-image: -ms-linear-gradient(top, #ef9f41, #f79623);
    background-image: -o-linear-gradient(top, #ef9f41, #f79623);
    /* background-image: linear-gradient(to bottom, #ef9f41, #f79623);
    */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
    text-transform: uppercase;
}
/*-------------------------------------------------*/
/* = PREMIUM LISTING 
/*-------------------------------------------------*/
.dir-pr-p1 {
    background: url(../images/list-p-bg.html) no-repeat center center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 25px;
    background-size: cover;
}
.dir-pr-p1 ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px 
}
.dir-pr-p1 ul li {
    float: left;
    list-style-type: none;
    width: 100%;
}
.dir-pr-p1 ul li:nth-child(2) {
    padding-bottom: 15px;
}
.dir-pr-p1 ul li:nth-child(3) {
    width: 50%;
    color: #fff;
    font-size: 16px;
    background: url(../images/list-pre-i1.html) no-repeat left center;
    background-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.dir-pr-p1 ul li:nth-child(4) {
    width: 50%;
}
.dir-pr-p1 ul li h1 {
    color: #fff;
    padding-bottom: 20px;
}
.dir-pr-p1-rat {
    position: relative;
    padding: 0px 6px 15px 0px;
}
.dir-pr-p1-rev {
    float: right;
    position: relative;
    margin-top: 25px;
}
.dir-pr-p2o {
    background: #1f4363;
}
.dir-pr-p2 {
}
.dir-pr-p2 ul {
    margin-bottom: 0px;
    padding: 0px;
}
.dir-pr-p2 ul li {
    float: left;
    padding: 15px 10px 15px 35px;
    list-style-type: none;
}
.dir-pr-p2 ul li:nth-child(1) {
    color: #fff;
    font-size: 16px;
    background: url(../images/list-pre-i1.html) no-repeat left center;
    background-size: 25px;
}
.dir-pr-p2 ul li:nth-child(2) {
    color: #fff;
    font-size: 16px;
    background: url(../images/list-pre-i2.html) no-repeat left center;
    background-size: 25px;
}
.dir-pr-p2-soc {
    position: relative;
    overflow: hidden;
    float: right;
}
.dir-pr-p2-soc ul {
    padding: 13px 15px 15px 15px;
    position: relative;
}
.dir-pr-p2-soc ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
}
.dir-pr-p2-soc ul li h5 {
    color: #fff;
    padding-right: 10px;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.dir-pr-p2-soc ul li i {
    width: 28px;
    height: 28px;
    background: #afc3d6;
    color: #000;
    padding: 8px 6px;
    text-align: center;
    border-radius: 30px;
}
.dir-p-p1-rev-btn {
    font-size: 14px;
    padding: 8px;
}
/*-- SOCIAL MEDIA COLORES --*/
.fb1 {
    background: #3b5998;
}
.gp1 {
    background: #dd4b39;
}
.tw1 {
    background: #1da1f2;
}
.li1 {
    background: #0077b5;
}
.yt1 {
    background: #cd201f;
}
.wa1 {
    background: #34af23;
}
/*--PREMIUM LISTING--*/
.dir-pr-p3 {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}
.db-user-left {
    background: #161512;
    border: 1px solid #161512;
    box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
.db-user-img {
}
.db-user-img img {
    width: 100%;
}
.db-user-left-menu {
    padding: 15px;
}
.db-user-left-menu ul {
    padding: 0px;
    margin-bottom: 0px;
}
.db-user-left-menu ul li {
    display: block;
    /* vertical-align: middle;
    */
    padding: 4px 0px;
}
.db-user-left-menu ul li a {
    color: #c3c3c3;
    display: block;
    border-bottom: 1px solid #33322d;
    /* line-height: 38px;
    */
    padding: 7px;
    font-size: 15px;
    /* font-weight: 600;
    */
    text-transform: capitalize;
}
.db-user-left-menu ul li a:hover {
    /* padding-left:10px;
    */
    background: #335c82;
    color: #fff;
    /* border-radius: 59px;
    */
    /* border: 1px solid #4c6275;
    */
    transform: scale(1.1);
}
.db-user-left-menu ul li:last-child a {
    border-bottom: 0px solid #ebebeb;
}
.db-left-icon {
    display: inline-block;
    padding-right: 7px;
    vertical-align: sub;
}
.db-left-icon img {
    width: 20px;
}
#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.db-left-pro-pos {
    position: absolute;
    margin-top: -42px;
    right: 45%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.db-left-pro-pos i {
    width: 50px !important;
    height: 50px;
    text-align: center;
    background: #0d70b5;
    color: #fff;
    font-size: 34px;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
}
.db-left-pro-edit {
    width: 32px !important;
}
.db-user-img:hover .db-left-pro-pos {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*--PREMIM LISTING RIGHT--*/
.dir-pr-p3-right {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
    padding: 20px;
}
.dir-pr-tit-first {
    padding-top: 0px !important;
}
.dir-pr-tit-first h2 {
}
.dir-pr-tit {
    padding-top: 25px;
    padding-bottom: 25px;
}
.dir-pr-tit h2 {
    color: #343c42;
    font-size: 24px;
}
.dir-pr-tit h2 span {
    font-family: 'Lato', sans-serif;
    color: #9c9d9e;
    font-size: 24px;
}
.dir-pr-p3-rp1 {
}
.dir-pr-p3-right p, li {
    font-size: 14px;
    color: #343c42;
    line-height: 34px;
    font-weight: 600;
}
.dir-pr-p3-rp-com {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}
.dir-pr-p3-rp2 {
}
.dir-pr-p3-rp2 img {
    width: 100%;
}
.dir-pr-p3-rp3 {
    position: relative;
    overflow: hidden;
}
.dir-pr-p3-rp3 ul {
    padding: 0px;
    margin-bottom: 0px;
}
.dir-pr-p3-rp3 ul li {
    background: url(../images/pre-ser-i.html) no-repeat center left;
    background-size: 16px;
    padding-left: 40px;
    float: left;
    list-style-type: none;
    /* margin-bottom: 15px;
    */
    /* width: 25%;
    */
    display: inline-block;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ececec;
    margin: 5px;
    background-position: 5px;
}
/**/
.cbb3-pr-pr-sli-left-btn {
    position: absolute;
    left: 37px;
    /* top: 50px;
    */
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.41);
    border-color: #9e9e9e;
    padding: 25px 10px;
    border-radius: 2px;
}
.cbb3-pr-pr-sli-right-btn {
    position: absolute;
    right: 37px;
    /* top: 50px;
    */
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.41);
    border-color: #9e9e9e;
    padding: 25px 10px;
    border-radius: 2px;
}
.dir-pr-ri-pro {
    border: 1px solid #dcdcdc;
}
.dir-pr-ri-pro-con {
    padding: 15px 10px 20px 10px;
}
.dir-pr-ri-pro-con h5 {
    font-size: 16px;
    padding-bottom: 12px;
}
.dir-pr-ri-pro-con p {
    font-size: 13px;
    padding-bottom: 10px;
}
.dir-pr-ri-p4-pro-enq {
}
/*--PRODUCT POPUP--*/
.dir-ri-pr-pro-main {
    width: 75%;
    margin: 0 auto;
    margin-top: 5%;
}
.dir-ri-pr-pro-dec {
    position: relative;
    overflow: hidden;
}
.dir-ri-pr-pro-dec-left {
    width: 30%;
    float: left;
}
.dir-ri-pr-pro-dec-left img {
    width: 100%;
}
.dir-ri-pr-pro-dec-right {
    width: 70%;
    float: left;
    padding: 0px 25px;
}
.dir-ri-pr-pro-dec-right h3 {
    padding-bottom: 20px;
}
.dir-ri-pr-pro-dec-right h3 span {
    font-size: 22px;
    color: #333;
    padding-left: 5px;
}
.dir-ri-pr-pro-dec-right p {
}
.dir-pr-pro-pop-clo-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #FFC107 !important;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    opacity: 1 !important;
    z-index: 9;
}
.dir-pr-pro-pop-clo-btn i {
    font-size: 14px;
    text-align: center;
    margin-top: -7px;
    position: absolute;
    margin-left: -5px;
}
.dir-pr-p3-rp5 {
}
.dir-pr-p3-rp5 iframe {
    width: 100%;
    height: 300px;
    border: 0px;
}
.dir-pr-p3-rp6 {
    position: relative;
    overflow: hidden;
}
.dir-pr-p3-rp6 ul {
    padding: 0px;
}
.dir-pr-p3-rp6 ul li {
    list-style-type: none;
}
/*-------------------------------------------------*/
/* = STAR RATINGS 
/*-------------------------------------------------*/
.stars {
    background: url("../images/stars.html") repeat-x 0 0;
    width: 150px;
    position: relative;
    overflow: hidden;
}
.stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}
.stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}
.stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}
.stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}
.stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}
.stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent!important;
    cursor: pointer;
}
.stars label:hover ~ span {
    background-position: 0 -30px;
}
.stars label.star-5:hover ~ span {
    width: 100% !important;
}
.stars label.star-4:hover ~ span {
    width: 80% !important;
}
.stars label.star-3:hover ~ span {
    width: 60% !important;
}
.stars label.star-2:hover ~ span {
    width: 40% !important;
}
.stars label.star-1:hover ~ span {
    width: 20% !important;
}
.stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../images/stars.html") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}
.sa-list-left-filter-1 {
}
.sa-list-left-filter-1 ul {
    margin-bottom: 0px !important;
}
.sa-list-left-filter-1 ul li {
    border-bottom: 0px !important;
    padding: 8px 0px 6px 0px !important;
}
.stars_1 {
}
.stars_1 input[type="radio"] {
}
.stars_1 label {
}
.l-info-5 {
}
.l-info-5 li {
    float: left;
    padding: 10px;
    color: #8f8f8f;
}
.l-info-5 li:nth-child(1) {
    width: 50%;
}
.l-info-5 li:nth-child(2) {
    width: 50%;
}
.l-info-5 li:nth-child(3) {
    width: 100%;
}
.l-info-5 li:nth-child(4) {
    padding: 0px 10px;
}
.l-info-5 li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #c2c2c2;
    /* padding-left: 14px;
    */
}
.l-info-5 li textarea {
    resize: none;
    width: 100%;
    padding: 5px;
    border: 1px solid #c2c2c2;
}
.l-info-5 li input[type="submit"]:hover {
    transition: all 0.5s ease;
    background: #ffc314;
}
/*--== REVIEW ==--*/
.dir-pr-p3-rp7 {
}
.dir-pr-p3-rp7-left {
}
.dir-pr-p3-rp7-left img {
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
}
.dir-pr-p3-rp7-right {
}
.dir-pr-p3-rp7-right h4 {
    padding-bottom: 15px;
}
.dir-pr-p3-rp7-right span {
    color: #75797b;
    font-size: 14px;
    font-weight: 600;
}
.dir-pr-p3-rp7-right p {
    line-height: 22px;
    color: #75797b;
    font-size: 14px;
}
.dir-pr-p3-rp7-1 {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.dir-pr-p7-rat {
    position: relative;
}
.dir-pr-p3-rp8 {
    background: #1f4363;
    padding-top: 15px;
    padding-bottom: 40px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.dir-pr-p3-rp8-img {
}
.dir-pr-p3-rp8-img img {
    height: inherit;
}
.dir-pr-p8-rel-list {
    background: #fff;
    border: 0px solid #fff;
}
.dir-p8-list-tit {
}
.dir-p8-list-tit h2 {
    color: #fff;
    padding-left: 15px;
}
.dir-p8-list-tit h2 span {
    color: #afc2d2;
}
/*--=============== OTHER INFO ==================--*/
.dir-pr-p3-left-2 {
    background: #fff;
    margin-top: 25px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
.dir-pr-p3-left-2 h3 {
    background: #1f4363;
    color: #fff;
    font-size: 20px;
    padding: 15px;
}
.dir-pr-p3-left-21 {
    padding: 15px;
}
.dir-pr-p3-left-21 ul {
    padding: 0px;
    margin-bottom: 0px;
}
.dir-pr-p3-left-21 ul li {
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.dir-pr-p3-left-21 ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #e2e2e2;
}
.dir-pr-p3-left-21 ul li span {
    float: right;
    background: #ffc51d;
    color: #000;
    font-weight: 600;
    padding: 0px 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
}
.dir-pr-p8-rp8 {
}
.dir-pr-p8-rp8 ul {
}
.dir-pr-p8-rp8 ul li {
    background: url(../images/pre-pro-i.html) no-repeat center left;
    background-position: 5px;
    background-size: 16px;
}
/*-------------------------------------------------*/
/* PRICING TABLE 
/*-------------------------------------------------*/
.pricing1 {
}
.list-featu ul {
    padding: 0px;
}
.list-featu ul li {
    list-style-type: none;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.82);
    */
}
.pricing {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
    transition: all 0.5s ease;
    margin-bottom: 20px;
}
.pricing:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.3);
}
.pricing li:nth-child(1) {
    background: #19d3e8;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.82);
}
.pricing li:nth-child(2) {
    background: #05c6db;
    color: #000;
    font-size: 24px;
    padding: 25px 0px;
    font-weight: 600;
    background: -webkit-linear-gradient(to bottom, #03c4da, #19d3e8);
    background: linear-gradient(to bottom, #03c4da, #19d3e8);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
.pricing li:nth-child(2) span {
    font-size: 50px;
    padding-right: 5px;
    padding-top: 14px;
    display: inline-block;
    font-weight: 800;
    color: #000;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
.pricing li + li {
}
.pricing li {
    padding: 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}
.pricing li i {
    font-size: 20px;
}
.pricing li .fa-times {
    color: #FF5722;
}
.pricing li .fa-check {
    color: #8BC34A;
}
.pricing li:last-child a {
}
.price-start {
}
.price-start a {
    /* background: #009688;
    */
    padding: 2px;
}
.list-featu {
    position: relative;
    overflow: hidden;
}
.pricing-detail {
}
.pricing-detail li:nth-child(1) {
    font-size: 24px;
    line-height: 128px;
}
.pricing-detail li {
    padding: 12px;
    font-size: 16px;
    color: #343c42;
    font-weight: 600;
}
.pricing-detail img {
    width: 100%;
}
.p-one {
    background: #e5e5e5;
}
.p-two {
}
.p-pro {
}
.p-pro li:nth-child(1) {
    background: #e3e819;
}
.p-pro li:nth-child(2) {
    background: #d6da07;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #f9f609, #d3d807);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #d9de06, #e3e819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.p-ppro li:nth-child(1) {
    background: #aae819;
}
.p-ppro li:nth-child(2) {
    background: #9cdd03;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #9adc00, #aae819);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #9adc00, #aae819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*-------------------------------------------------*/
/* = ADD LISTING 
/*-------------------------------------------------*/
.p-listing {
    padding: 35px 0px;
    position: relative;
    overflow: hidden;
}
.ak-field {
    overflow: hidden;
}
.p-listing form {
    padding: 25px;
    border: 1px solid #ccc;
}
.p-listing form input, select, textarea {
    width: 100%;
    padding: 6px 0;
    border-radius: 0px;
    border: none;
    font-size: 13px !important;
    font-weight: 400;
    color: #333;
}
.input-field.search_location {
    height: 55px;
    background-color: #fff;
}
.ts-menu .input-field.search_location {
    height: 38px;
    background-color: #fff;
}
.ts-menu .input-field.search_location input{
    top: 0;
}
.input-field.search_location input {
    border: none;
    display: inline-block;
    padding: 0 34px;
    position: relative;
    top: 10px;
    border-radius: 0;
    box-shadow: none;
}
.cate-search-form select{
  height: 55px; 
  padding: 0 0 0 34px !important; 
}
.category_select{
    border-radius: 35px 0 0 35px !important;
}
.ts-menu-3 .category_select {
    border-radius: 35px 0 0 35px !important;
    height: 38px !important;
    padding: 0 0 0 34px !important;
}
.p-listing form textarea {
    resize: none;
    height: 100px;
}
.p-listing h2 {
    padding-bottom: 20px;
}
.p-listing h2 span {
    color: #FF9800;
    font-size: 30px;
}
.p-listing form input[type="submit"] {
    border-radius: 3px;
    border: 1px solid #d7a307;
    font-weight: 600;
}
/*--================================ REGISTER POPUP ======================================== --*/
.dir-pop-width {
    margin: 0 auto;
    width: 70% !important;
}
.dir-pop-head {
    background: url('../images/pop_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 25px 25px 50px 25px !important;
    border-bottom: 0px !important;
}
.dir-pop-head h4 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
}
.dir-pop-body {
    padding: 35px 50px 20px 50px !important;
    border-bottom: 10px solid #263b57;
}
.dir-pop-body form {
    background: #fff;
    margin-top: -65px;
    padding: 30px 50px 25px 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 34px rgba(80, 80, 80, 0.3);
    position: relative;
    overflow: hidden;
}
.dir-pop-tem-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.dir-pop-tem-row textarea {
    margin-top: 0px !important;
}
.dir-pop-com {
}
.dir-pop-com label {
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.dir-pop-com input, textarea, select {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.dir-pop-foot {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 20px;
}
.dir-pop-foot a {
}
.pop-btn {
    outline: none;
    background: #14addb;
    border: 1px solid #14addb;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pop-btn:hover {
    background: #14addb;
    border: 1px solid #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*-------------------------------------------------------*/
/* HOME PAGE: PROJECT COUNT 
/*-------------------------------------------------------*/
.proj {
    margin-top: -50px;
    position: relative;
    /* z-index: 99;
    */
}
.hom-pro {
    background: #fff;
    text-align: center;
    padding: 25px 20px 27px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
}
.hom-pro:hover {
    background: #f3f2ee;
}
.hom-pro img {
    padding-bottom: 20px;
}
.hom-pro h4 {
    padding-bottom: 15px;
}
.hom-pro p {
    margin-bottom: 0px;
    padding-bottom: 18px;
}
.hom-pro a {
    /* border: 1px solid #e5e9ec;
    */
    padding: 4px 7px;
    border-radius: 30px;
    color: #253d52;
    font-size: 13px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 3px #151f31;
    background-color: #3f4550;
    color: #fff;
}
/*-------------------------------------------------------*/
/* HOME PAGE: POPULAR LISTINGS 
/*-------------------------------------------------------*/
.sec-bg-white {
    background: #fff;
}
.list-spac {
    margin: 15px;
    padding: 15px 0px;
    margin-bottom: 15px !important;
}
.list-spac-1 {
    border: 1px solid #e2e2e2;
}
.home-list-pop {
    position: relative;
    overflow: hidden;
    background: #fdfeff;
    padding: 15px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
    border: 1px solid #f1f2f3;
}
.home-list-pop:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-list-pop img {
    width: 100%;
    height: 116px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-ser-img img{
    width: 100px;
    height: 100px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-list-pop.list-spac img {
}
.home-list-pop-desc {
}
.home-list-pop-desc span {
    text-transform: uppercase;
    font-size: 12px;
}
.home-list-pop-desc h3 {
    font-size: 20px;
    padding-bottom: 8px;
    color: #000000;
    padding-top: 5px;
}
.home-list-pop-desc h4 {
    font-size: 14px;
    padding-bottom: 8px;
}
.home-list-pop-desc p {
    margin-bottom: 0px;
    font-size: 13px;
}
.home-list-pop-rat {
    position: absolute;
    background: #96c113;
    padding: 4px;
    font-weight: 600;
    color: #fff;
    right: 15px;
    top: 0px;
    font-size: 14px;
    border-radius: 2px;
}
.home-list-pop-rat span {
}
.home-list-pop-rat i {
}
.list-inn-rat {
}
.list-inn-rev {
}
.list-inn-links {
}
.list-number {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}
.list-number ul {
    padding: 0px;
}
.list-number ul li {
    display: inline-block;
    float: left;
    width: 50%;
    color: #000000;
    font-size: 12px;
}
.list-number ul li img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.list-number ul li:nth-child(1) {
}
.list-number ul li:nth-child(2) {
}
.inn-list-pop-desc {
}
.inn-list-pop-desc h3 {
    font-size: 24px;
    font-weight: 400;
}
.dir-alp-con-right h4{font-weight: normal;}
.inn-list-pop-desc p {
    font-size: 12px;
}
.inn-list-pop-desc p b {
    color: #333;
}
.list-enqu-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* border-top: 1px solid #e6e6e6;
    */
    /* margin-top: 10px;
    */
    padding-top: 10px;
}
.list-enqu-btn ul {
    padding: 0px;
    overflow: hidden;
    margin: 30px 0 0;
    float: left;
}
.social-share {
    display: none;
}
.list-enqu-btn ul li {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0px;
}
.list-enqu-btn ul li a {
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    padding: 5px;
    color: #3e4c56;
    box-sizing: border-box;
    margin: 4px 5px 0 0;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
}
.list-enqu-btn ul li a:hover {
    color: #fff;
    background-color: #172437;
    border: 1px solid #172233;
}
.list-enqu-btn ul li a:hover i {
    margin-right: 10px;
}
.list-enqu-btn ul li a i {
    margin-right: 5px;
}
.list-enqu-btn ul li:last-child a {
    background: #1DA1F2;
    border: 1px solid #1DA1F2;
    color: #fff;
}
/*-------------------------------------------------------*/
/* HOME PAGE: DISCOUNT 
/*-------------------------------------------------------*/
.home-dis {
    position: relative;
    overflow: hidden;
    background: #253d52;
    padding: 70px 0px;
}
.home-dis h2 {
    color: #fff;
    font-size: 46px;
    vertical-align: middle;
    text-align: center;
}
.home-dis h2 span {
    color: #fdb714;
    font-size: 46px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.home-dis h2 a {
    padding: 4px 7px;
    border-radius: 30px;
    color: #253d52;
    font-size: 24px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 3px #ceae0c;
    background-color: #eac610;
    color: #fff;
    vertical-align: middle;
}
.home-dis:before {
    content: '';
    position: absolute;
    background: url(../images/services/s2.jpg) no-repeat;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 50%;
    opacity: 0.2;
}
/*-------------------------------------------------------*/
/* HOME PAGE: CREATE A ACCOUNT 
/*-------------------------------------------------------*/
.hom-cre-acc-left {
}
.hom-cre-acc-left h3 {
    font-weight:300;
    font-size: 34px;
}
.hom-cre-acc-left h3 span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
    */
    color: #333333;
}
.hom-cre-acc-left h5 {
    font-weight: normal;
    font-size: 20px;
}
.hom-cre-acc-left p {
    padding-top: 8px;
    font-size: 13px;
}
.hom-cre-acc-left ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.hom-cre-acc-left ul li {
    /* padding-top: 25px;
    */
    padding-bottom: 30px;
    list-style-type: none;
}
.hom-cre-acc-left ul li img {
    text-align: center;
    float: left;
    width: 50px;
}
.hom-cre-acc-left ul li div {
    display: block;
    margin-left: 80px;
    /* float: left;
    */
    /* margin-top: 0px;
    */
    margin-top: -10px;
}
.hom-cre-acc-right {
    border: 1px solid #ededed;
    background-color: #f2f2f2;
}
.hom-cre-acc-right form {
    border: 1px solid #ededed;
    background-color: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    padding: 35px 50px 35px 50px;
    background: #fff;
}
.animate-lab {
    /* position: absolute;
    */
    color: #9e9e9e;
    z-index: 9;
    /* padding: 18px 24px;
    */
    font-size: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /* margin-top: -61px;
    */
    position: absolute;
    pointer-events: none;
    margin-top: -35px;
    margin-left: 24px;
}
.hom-cre-acc-right form input:focus ~ label {
}
.cbox-res {
    width: auto !important;
}
.hom-cre-acc-right form input:focus {
    outline: none;
}
.hom-cre-acc-right form input {
    height: 45px;
    position: relative;
    padding: 5px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 14px;
    background: #fff;
}
.kv-type-range input{
    height: 32px;
}
.hom-cre-acc-right form select {
    height: 55px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 15px;
    background: #fff;
}
.hom-cre-acc-right form textarea {
    height: 120px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 25px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 15px;
    background: #fff;
}
.hom-cre-acc-right form input[type="submit"] {
    font-size: 20px;
    border: none;
    width: 100%;
    padding: 18px;
    background: #31c6f5;
    /* color: #fff;
    */
    /* text-transform: uppercase;
    */
}
.hom-cre-acc-right form input[type="submit"]:hover {
    background: #14addb;
}
.blue-btn {
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blue-btn:hover {
    background: #14addb;
    border: 1px solid #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hom-cre-acc-right form input[type="submit"] {
}
.hom-cre-acc-right .checkbox {
    padding: 10px 0px;
}
.hom-cre-acc-right .checkbox label {
}
/*--========================================================--*/
.sea-drop {
}
.sea-drop-com {
    background: #fff;
    display: none;
    position: relative;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(46, 46, 46, 0.2);
    overflow: hidden;
}
.sea-drop-1 {
    position: absolute;
    width: 58.4%;
}
.sea-v2-drop-1 {
    position: absolute;
    width: 78%;
}
.sea-drop-com ul {
    background: #fff !important;
    padding: 0px !important;
}
.sea-drop-com ul li {
    display: block !important;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
}
.sea-drop-com ul li a:hover {
    background: #ededed;
}
.sea-drop-com ul li a {
    text-align: left;
    display: block;
    padding: 10px 20px;
    color: #303848;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.sea-drop-com ul li a img {
    margin-right: 10px;
    width: 24px;
}
.mar-bot-0 {
    margin-bottom: 0px;
}
/*-------------------------------------------------------*/
/* SOCIAL MEDIA LOGIN 
/*-------------------------------------------------------*/
.soc-login {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-top: 15px;
}
.soc-login h4 {
    text-align: center;
    padding-bottom: 15px;
}
.soc-login ul {
    padding: 0px;
    margin: 0px;
}
.soc-login ul li {
    list-style-type: none;
    float: left;
    width: 33.333%;
    padding: 5px;
}
.soc-login ul li a {
    display: block;
    color: #fff;
    padding: 7px 18px;
    text-align: center;
    border-radius: 2px;
}
.soc-login ul li:nth-child(1) a {
    background: #3b5998;
}
.soc-login ul li:nth-child(2) a {
    background: #00aced;
}
.soc-login ul li:nth-child(3) a {
    background: #d34836;
}
.soc-login ul li a i {
    padding-right: 5px;
}
.get-quo {
}
.get-quo textarea {
    margin-top: 0px !important;
}
.list-rat-ch {
}
.list-rat-ch span {
    width: 25px;
    height: 25px;
    background-color: #ffe500;
    /* bottom: 8px;
    */
    padding: 4px;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
}
.list-room-type i {
    margin: 0 6px 0 0;
}
.visit_site {
    background: linear-gradient(to top, #F44336, #fb5a4e);
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 20px;
}
.visit_site:hover{
    color: #fff;
}
p.button_visit {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 31px !important;
}
.Advertisments_content a {
    color: #01a0d8;
    text-decoration: none;
}
.list-rat-ch i {
    color: #000000;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #000;
    padding: 3px 2px 2px 2px;
    text-align: center;
    border-radius: 3px;
    background: #ffe500;
    font-size: 11px;
}
.full-btn {
    width: 100%;
    font-size: 16px;
}
.hom-cr-acc-check {
    padding: 15px 8px !important;
}
.hom-cr-acc-check input {
}
.hom-cr-acc-check label {
    font-size: 12px;
    font-weight: 500;
    color: #454f54;
    text-shadow: none;
}
/*-------------------------------------------------------*/
/* LISTING LEAD FORM 
/*-------------------------------------------------------*/
.list-pg-lt {
    width: 70%;
    float: left;
}
.list-pg-rt {
    width: 30%;
    float: left;
    padding: 0px 0px 0px 20px;
}
.list-page-enq {
    margin-top: 60px;
    background: url('../images/banner2.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.list-page-enq:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.lpe-com-main {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    padding: 50px 35px;
}
.lpe-com {
    width: 50%;
    float: left;
}
.lpe-left {
    padding: 14% 0%;
    color: #fff;
}
.lpe-left h4 {
    text-transform: uppercase;
}
.lpe-left h5 {
    font-size: 20px;
}
.lpe-left h2 {
    font-size: 60px;
}
.lpe-right {
    text-align: center;
}
.lpe-right h3 {
    color: #000000;
    font-size: 28px;
}
.lpe-right p {
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 5px;
}
.lpe-right form {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0px 16px 40px -10px rgb(0, 0, 0);
    border-bottom: 5px solid #d6c492;
}
.lpe-right input, textarea {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 14px;
    background: #fff;
}
.lpe-right label {
    top: 14px;
}
.lpe-right textarea {
    height: 75px;
}
.lpe-right input[type="submit"] {
}
.list-red-btn {
    background: #F44336;
    background: linear-gradient(to top, #ec3123, #f44336);
    /* border: 1px solid #f14033;
    */
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.list-pagenat {
    margin-bottom: 0px;
    margin-top: 15px;
    margin: 0 auto;
    display: table;
}
/*-------------------------------------------------------*/
/* LISTING DETAILS PAGE 
/*-------------------------------------------------------*/
.pg-list-1 {
    margin-top: 60px;
    background: url(../images/list-deta/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0px 70px 0px;
    width: 100%;
    box-sizing: content-box;
}
.pg-list-prop {
    background: url(../images/list-deta/prop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box;
}
.pg-list-shop {
    background: url(../images/list-deta/shop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box;
}
.pg-list-auto {
    background: url(../images/list-deta/auto-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box;
}
.pg-list-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgb(21, 31, 50) 14%, rgba(0, 0, 0, 0.14) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.pg-list-1-left {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.pg-list-1-left a {
}
.pg-list-1-left h3 {
    font-size: 36px;
    /*color: #fff;*/
    padding-bottom: 0;
    margin-top:40px;
}
.card-body div {
    text-transform: capitalize;
}
.pg-list-1-left p {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}
.pg-list-1-left h4 {
    /*color: #b7b7b7;*/
    padding: 15px 00px;
    font-size: 16px;
}
.pag-p1-phone {
}
.pag-p1-phone ul {
}
.pag-p1-phone ul li {
    color: #000;
    font-size: 14px;
    width: 33.33%;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.pag-p1-phone ul li i {
    width: 24px;
    height: 24px;
    /* color: #fff;
    */
    font-size: 18px;
}
.pg-list-1-right {
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.pg-list-1-right-p1 {
    padding-top: 165px;
}
.pg-list-1-right-p1 ul {
}
.pg-list-1-right-p1 ul li {
}
.pg-list-1-right-p1 ul li a {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #162336;
    padding: 12px 12px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-size: 14px;
}
.social-share li:first-child a {
    background-color: #DD4B39;
    color: #fff;
}
.social-share li:nth-child(2) a {
    background-color: #3b5998;
    color: #fff;
}
.social-share li:nth-child(3) a {
    background-color: #00acee;
    color: #fff;
}
.pglist-p1 {
}
.pglist-p2 {
}
.pglist-p3 {
}
.pglist-p4 {
}
.pglist-p5 {
}
.pglist-p-com {
    margin-bottom: 20px;
}
.pglist-p-com-ti {
    border-bottom: 1px solid #e2e2e2;
}
.pglist-p-com-ti h3 {
    padding: 15px 20px;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.pglist-p-com-ti h3 span {
    color: #8a8d92;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.list-360 {
}
.list-360 iframe {
    width: 100%;
    height: 300px;
    border: 0px;
}
.list-tit-mar-0 {
    padding-top: 0px !important;
}
.pglist-p-com-ti h3 i {
}
.list-slider {
}
.list-slider-nav {
    margin-top: 175%;
    position: absolute;
    background: #ffe500;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    color: #000;
}
.list-slider-nav-rp {
    margin-right: 40px;
    position: initial;
}
.list-page-com-p {
}
.list-page-com-p p {
    font-size: 13px;
    color: #2d323c;
    line-height: 24px;
    /*word-break: break-all;*/
}
.list-pg-inn-sp h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 9px;
}
/*--==== LISTING SHARE =====--*/
.share-btn {
    padding-bottom: 10px;
}
.share-btn ul {
    margin-bottom: 0px;
}
.share-btn ul li:nth-child(1) a {
    background: #3b5998;
}
.share-btn ul li:nth-child(2) a {
    background: #00aced;
}
.share-btn ul li:nth-child(3) a {
    background: #d34836;
}
.share-btn ul li a {
    padding: 7px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 3px;
    text-shadow: none;
}
.share-btn ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
}
.share-btn ul li i {
    padding-right: 3.75pt;
}
/*--==== LISTING SERVICES =====--*/
.pg-list-ser {
}
.pg-list-ser ul {
}
.pg-list-ser ul li {
    padding: 8px;
}
.pg-list-ser-p1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.71) 14%, rgba(0, 0, 0, 0.32) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.pg-list-ser ul li h4 {
}
.pg-list-ser-p1 {
    position: relative;
    overflow: hidden;
}
.pg-list-ser-p1:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pg-list-ser-p1 img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pg-list-ser-p2 {
    position: absolute;
    /* text-align: center;
    */
    width: 89.5%;
    margin-top: -35px;
}
.pg-list-ser-p2 h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.list-pg-bg {
    background: #f7f8fa;
}
.pglist-bg {
    background: #fff;
    /* border: 1px solid #e2e2e2;*/
    border-radius: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1px;
}
.list-pg-inn-sp {
    padding: 20px;
    background-color: #f2f3f5;
    margin: 20px;
}
.list-rom-pric {
    font-size: 26px !important;
    background: #fff;
}
.list-room-type {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}
.list-room-type ul {
    padding: 0px;
}
.list-room-type ul li {
    display: inline-block;
    float: left;
    color: #636363;
    font-size: 14px;
}
.list-room-type ul li img {
    width: 18px;
    /* margin-right: 7px;
    */
    /* border: 1px solid #333;
    */
    /* padding: 3px;
    */
    border-radius: 40px;
}
.list-room-type ul li:nth-child(1) {
}
.list-room-type ul li:nth-child(2) {
}
.list-room-deta {
}
.list-room-deta h3 {
    font-size: 20px;
    color: #141f31;
    font-weight: 700;
    font-size: 18px;
}
.list-room-rati {
    padding: 10px 0px 5px 0px;
}
.list-rom-ami {
}
.list-rom-ami ul li {
    /* padding-right: 10px;
    */
    padding-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-right: 5px;
    padding: 4px 8px;
    margin-bottom: 5px;
}
.list-rom-ami ul li img {
    vertical-align: sub;
    width: 15px;
    height: 15px;
    /* display: none;
    */
}
.list-room-mar-o {
}
.lp-ur-all {
    position: relative;
    overflow: hidden;
}
.lp-ur-all-rat {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 20px;
}
.lp-ur-all-left {
    float: left;
    width: 40%;
    border-right: 4px solid #6b7f8a;
    padding-right: 20px;
}
.lp-ur-all-left-1 {
    float: left;
    width: 100%;
}
.lp-ur-all-left-2 {
    /* float: left;
    */
    /* width: 50%;
    */
}
.lp-ur-all-left-11 {
    float: left;
    width: 50%;
    font-size: 13px;
    padding-right: 14px;
    color: #4d5158;
}
.lp-ur-all-left-12 {
    float: left;
    width: 50%;
    height: 6px;
    background: #dadada;
    margin-top: 7px;
    border-radius: 0px;
}
.lp-ur-all-left-13 {
    width: 100%;
    background: #43a047;
    height: 6px;
    border-radius: 0px;
}
.lp-ur-all-left-Good {
    width: 50%;
    background: #73ca14;
}
.lp-ur-all-left-satis {
    width: 18%;
    background: #3dbbd0;
}
.lp-ur-all-left-below {
    width: 20%;
    background: #ca7224;
}
.lp-ur-all-left-poor {
    width: 5%;
    background: #de382c;
}
.lp-ur-all-right {
    float: left;
    width: 60%;
    padding: 2px 20px;
}
.lp-ur-all-right h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.lp-ur-all-right p {
}
.lp-ur-all-right p span {
    background: #55bf15;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px;
    vertical-align: sub;
    margin-right: 15px;
}
.lp-ur-all-right p span i {
    font-size: 20px;
    vertical-align: text-top;
}
.lp-ur-all-rat {
}
.lp-ur-all-rat h5 {
    padding: 15px 0px 5px 0px;
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.lp-ur-all-rat ul {
    margin-bottom: 0px;
}
.lp-ur-all-rat ul li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 5px;
}
.lr-user-wr-img {
    float: left;
    /* width: 10%;
    */
    display: inline-block;
}
.lr-user-wr-img img {
    width: 42px;
}
.lr-user-wr-con {
    float: left;
    width: 90%;
    display: inline-block;
    padding: 0px 20px;
}
.lr-user-wr-con h6 {
    line-height: 36px;
    font-size: 18px;
}
.lr-user-wr-con p {
    font-size: 13px;
    color: #21344c;
}
.lr-revi-date {
    font-size: 13px;
    color: #828282;
}
.lr-user-wr-con h6 span {
    background: #55bf15;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 4px 4px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 6px;
}
.lr-user-wr-con h6 span i {
    font-size: 10px;
    vertical-align: text-top;
}
.lr-user-wr-con ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.lr-user-wr-con ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    padding-top: 0px;
    border: 0px;
}
.lr-user-wr-con ul li a {
    color: #333;
    font-size: 14px;
}
.lr-user-wr-con ul li a span {
    padding-right: 7px;
    color: #888;
    font-size: 12px;
}
.lr-user-wr-con ul li a i {
}
.list-pg-write-rev {
    position: relative;
    overflow: hidden;
}
.list-pg-write-rev form input {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 14px;
    background: #fff;
}
.list-pg-write-rev form label {
    top: 14px;
}
.list-pg-write-rev form textarea {
    height: 100px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 14px;
    background: #fff;
}
.list-pg-guar {
}
.list-pg-guar ul {
    margin-bottom: 0px;
}
.list-pg-guar ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0px 5px 0px;
}
.list-pg-guar ul li:nth-child(1) {
    padding: 5px 0px 5px 0px;
}
.list-pg-guar ul li:nth-child(3) {
    border-bottom: 0px solid #e2e2e2;
    padding-bottom: 5px;
}
.list-pg-guar ul li h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
.list-pg-guar ul li p {
    line-height: 18px;
    font-size: 13px;
}
.list-pg-guar-img {
    display: inline-block;
    float: left;
    height: 100%;
    margin-right: 15px;
    margin-bottom: 8px;
}
.list-pg-guar-img img {
}
.list-pg-btn {
    width: 100%;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.pglist-p-com-ti-right {
}
.pglist-p-com-ti-right h3 {
    background: #20334c;
    color: #fff;
    font-size: 15px;
}
.pglist-p-com-ti-right h3 span {
    color: #c7c7c7;
    font-size: 15px;
}
.pg-list-user-pro {
    background: url('../images/profile-bg.jpg') no-repeat;
    height: 100px;
    background-size: cover;
}
.pg-list-user-pro img {
    /* display: table; */
    /* margin: 0 auto; */
    position: relative;
    /* left: 40%; */
    margin-top: 81px;
    margin-left: 46%;
}
.locate {
    display: inline-block;
    padding-left: 10px;
}
.location_select {
    background-color: #fff;
    padding: 10px;
}
p.con_tact {
    text-align: center;
    margin: 18px 0 8px;
    color: #01a0d8;
}
.location_select span {
    position: relative;
    top: 0;
    font-size: 20px;
}
.list-pg-upro {
    text-align: left;
    /*padding-top: 30px;*/
}
.list-pg-upro h5 {
    font-size: 16px;
}
.list-pg-upro p {
    padding-bottom: 5px;
    font-size: 15px;
}
.list-pg-upro a {
    background: #f44336;
}
.list-pg-map {
}
.list-pg-map iframe {
    height: 180px;
    width: 100%;
    border: 0px;
}
.list-pg-oth-info {
}
.list-pg-oth-info ul {
}
.list-pg-oth-info ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
}
.list-pg-oth-info ul li:last-child {
    border-bottom: 0px solid #e2e2e2;
    padding-bottom: 0px;
}
.list-pg-oth-info ul li span {
    float: right;
    text-align: right;
    background: #f7f8fa;
    /* color: #fff;
    */
    border-radius: 5px;
    padding: 0px 5px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
}
.green-bg {
    background: #55bf15 !important;
    color: #fff;
}
.list-mig-like {
}
.list-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
        height: 222px;
    object-fit: cover;
    display: flex;
}
.list-mig-lc-img {
    display: flex;
}
.list-mig-like-com:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
}
.list-mig-lc-img img {
    width: 100%;
    border-radius: 5px;
}
.list-mig-like-com:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
.list-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0px 20px;
    display: block;
    bottom: 10px;
}
.list-mig-lc-con2 {
    margin-top: -90px;
}
.list-mig-lc-con h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-mig-lc-con h6 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -20px;
    /* right: 0px;
    */
    border: 1px solid #fff;
    padding: 8px 10px 3px 10px;
    border-radius: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.list-mig-lc-con p {
    color: #c1c1c1;
    font-size: 13px;
}
.list-mi-pr {
    top: 15px;
}
.list-ri-spec-tit {
}
.list-ri-spec-tit h3 {
    padding: 5px 20px 18px 20px;
    /* background: #fff;
    */
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.list-ri-spec-tit h3 span {
    font-weight: 700;
    font-size: 16px;
}
/*-------------------------------------------------------*/
/* HOW IT WORK 
/*-------------------------------------------------------*/
.inn-pag-ban {
    position: relative;
    overflow: hidden;
    width: 84%;
    margin: 0 auto;
    padding: 0px 0 35px;
    color: #fff;
    text-align: left;
}
.inn-pag-ban h4 {
    font-size: 20px;
}
.inn-pag-ban h2 {
    font-size: 36px;
}
.inn-pag-ban h5 {
    font-size: 14px;
}
.how-com {
    padding-top: 20px;
}
.how-com ul {
    margin-bottom: 0px;
}
.how-com ul li {
    position: relative;
    overflow: hidden;
    padding-left: 95px;
    padding-bottom: 30px;
}
.how-com ul li:last-child {
    padding-bottom: 0px;
}
.how-com ul li img {
    text-align: center;
    margin-left: -95px;
    position: absolute;
    color: #fff;
}
.how-com ul li h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.how-com ul li p {
    margin-bottom: 0px;
    font-size: 15px;
}
.inn-page-bg {
    margin-top: 60px;
    background: url(../images/inn-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.inn-page-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.how-border {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 25px 25px 28px 25px;
}
/*-------------------------------------------------------*/
/* ABOUT US 
/*-------------------------------------------------------*/
.p-about {
    background: #fff;
}
.page-about {
}
.page-about img {
    width: 100%;
}
.page-about h3 {
}
.page-about span {
    display: inline-block;
    padding: 20px 0px;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    color: #a2a2a2;
}
.page-about p {
    font-size: 16px;
}
.page-about a {
    margin-top: 10px;
    width: 200px;
}
.p-about-count {
    background: #253d52;
    padding: 0px;
    padding: 40px 0px;
}
.page-about-count {
    text-align: center;
    color: #fff;
    border-right: 1px solid #30485d;
}
.page-about-count-no-bor {
    border: 0px;
}
.page-about-count span {
    font-size: 45px;
    color: #FFEB3B;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
.page-about-count h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.62);
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}
.page-about-count p {
    color: #aba9a9;
    /* font-weight: 600;
    */
}
/*-------------------------------------------------------*/
/* CONTACT US 
/*-------------------------------------------------------*/
.con-page {
    background: url(../images/con-bg.jpg) no-repeat left center;
    background-attachment: fixed;
    background-size: 40%;
    position: relative;
    overflow: hidden;
}
.con-page-ri {
    width: 60%;
    float: right;
    padding: 100px;
    padding-top: 150px;
    background: #f3f3f3;
}
.con-com {
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin-bottom: 25px;
    background: #fff;
}
.con-com h4 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 25px;
}
.con-com p {
    font-size: 16px;
}
.con-com span img {
    width: 20px;
    margin-right: 15px;
}
.con-com span {
    font-size: 16px;
    display: block;
    padding-top: 5px;
}
.foot-soc {
}
.foot-soc ul {
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.foot-soc ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.foot-soc ul li i {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    padding: 8px;
}
.sh1 {
    background: #4c4c4c;
}
.con-tit-top-o {
    margin-top: 0px !important;
}
.cpn-pag-form {
    /* margin-top: 20px;
    */
}
.cpn-pag-form form {
    /* background: #fff;
    */
    /* padding: 25px;
    */
    /* border-radius: 4px;
    */
    /* box-shadow: 0px 16px 40px -10px rgb(0, 0, 0);
    */
    /* border-bottom: 5px solid #d6c492;
    */
}
.cpn-pag-form form h3 {
    /* color: #FF5722;
    */
    /* font-size: 28px;
    */
    /* text-align:center;
    */
}
.cpn-pag-form form p {
    /* text-align: center;
    */
    padding-top: 7px;
    margin-bottom: 20px;
}
.cpn-pag-form form input, textarea {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 14px;
    background: #fff;
}
.cpn-pag-form form textarea {
    height: 75px;
}
.con-pag-map iframe {
    width: 100%;
    border: 0px;
    margin-top: 15px;
}
.con-com-mar-bot-o {
    margin-bottom: 0px !important;
}
.cpn-pag-form label {
    top: 14px;
}
/*-------------------------------------------------------*/
/* BLOG 
/*-------------------------------------------------------*/
.blog-single {
    border: 1px solid #e4e4e4;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.blog-img {
}
.blog-img img {
    width: 100%;
}
.page-blog {
}
.page-blog h3 {
    font-size: 28px;
}
.page-blog span {
    font-size: 16px;
    padding: 12px 0px;
    display: inline-block;
    color: #888;
}
.page-blog p {
    padding-bottom: 10px;
}
.page-blog a {
    width: 200px;
}
.share-pad-bot {
    padding-bottom: 10px;
}
.blog-comment {
}
.blog-comment h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase 
}
.pg-re-rat {
    padding: 1px 0px 0px 61px;
}
.pg-revi-re {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
}
.pg-revi-re img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
}
.pg-revi-re p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.pg-revi-re p span {
    color: #a0a0a0;
    /* text-transform: capitalize;
    */
    padding-left: 5px;
}
.span-none {
}
.span-none span {
    display: none;
}
.list-grid-rig-pad {
    padding-right: 30px !important;
    padding-top: 30px;
}
/*-------------------------------------------------------*/
/* CUSTOMER REVIEWS 
/*-------------------------------------------------------*/
.cus-rev {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 30px;
}
.cus-rev p:nth-child(2){
}
.cus-re-com {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    margin-top: 20px;
}
.cus-re-com img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
}
.cus-re-com h4 {
}
.cus-re-com span {
}
/*-------------------------------------------------*/
/* PRE LOADING 
/*-------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/preloader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: left;
    height: 48px;
    overflow: hidden;
}
.rating > input {
    display: none;
}
.rating > label:before {
    margin: 5px;
    font-size: 22px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    border: 0px !important;
}
.rating > label:after {
    background: none !important;
    border: 0px !important;
}
.rating > .half:before {
    content: "\f089";
    position: absolute;
    border: 0px;
}
.rating > label {
    color: #ddd;
    float: right;
}
.half {
    display: none !important;
}
/*-------------------------------------------------*/
/* ELEMENTS 
/*-------------------------------------------------*/
.pg-elem {
    border: 1px solid #e4e4e4;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0px 16px 25px -22px rgb(0, 0, 0);
    border-bottom: 2px solid #d6c492;
}
.pg-elem h3 {
    padding-bottom: 10px;
}
.pg-elem span {
}
.pg-elem-inn {
    margin-top: 20px;
}
.ele-btn {
}
.ele-btn a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.icon-container .icon-preview {
    height: 120px;
    text-align: center;
}
.icon-container i {
    font-size: 3em;
    margin-bottom: 10px;
}
.icon-container span {
    display: block;
}
.pg-ele-tab {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/*-------------------------------------------------*/
/* = DASHBOARD 
/*-------------------------------------------------*/
/*-------------------------------------------------------*/
/* DASHBOARD 
/*-------------------------------------------------------*/
.tz {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #eaedef;
    /* margin-top: 100px;
    */
    padding: 100px 50px;
}
.ty {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #eaedef;
    /* margin-top: 100px;
    */
    padding: 6px 50px;
}
.tz-l {
    float: left;
    width: 20%;
}
.tz-2 {
    float: left;
    width: 58%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    /* margin-bottom: 25px;
    */
    box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
    margin-left: 12px;
    margin-right: 12px;
}
.tz-3 {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    /* margin-bottom: 25px;
    */
    box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
}
.tz-l-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    /* margin-bottom: 25px;
    */
    box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
}
.tz-l-1 ul {
    padding: 0px;
}
.tz-l-1 ul li {
    color: #60676b;
    list-style-type: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.tz-l-1 ul li span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    color: #21252b;
}
.tz-l-1 ul li:nth-child(1) {
    width: 100%;
    float: left;
}
.tz-l-1 ul li:nth-child(1) img {
    width: 100%;
}
.tz-l-1 ul li:nth-child(2) {
    width: 50%;
    float: left;
    padding: 20px 10px;
    /* text-align: center;
    */
}
.tz-l-1 ul li:nth-child(3) {
    width: 50%;
    float: left;
    padding: 20px 10px;
}
.tz-l-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    padding: 20px;
    margin-top: 12px;
    box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
}
.tz-l-2 ul {
    padding: 0px;
}
.tz-l-2 ul li {
    border-bottom: 1px solid #eaedef;
    list-style-type: none;
}
.tz-l-2 ul li:last-child {
    border-bottom: 0px solid #dcdcdc;
    padding: 12px 0px 0px 0px;
}
.tz-l-2 ul li a {
    color: #333;
    padding: 12px 0px;
    display: block;
}
.tz-l-2 ul li a:hover {
    color: #333;
    padding-left: 8px;
    background: #eaedef;
    padding-left: 12px;
}
.tz-lma {
    color: #333;
    background: #eaedef;
    padding-left: 12px !important;
}
.tz-l-2 ul li a img {
    width: 20px;
    margin-right: 8px;
}
.tz-3 h4 {
    margin: 0px;
    background: #253d52;
    padding: 15px;
    color: #fff;
}
.tz-3 ul {
    margin-bottom: 0px;
    padding: 20px;
    padding-left: 20px !important;
}
.tz-3 ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0px;
}
.tz-3 ul li a {
}
.tz-3 ul li a img {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    margin-right: 10px;
}
.tz-3 ul li a h5 {
    color: #333;
    font-size: 15px;
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.tz-3 ul li a p {
    padding-left: 40px;
    margin-bottom: 0px;
    color: #969595;
    font-size: 12px;
    line-height: 18px;
}
.tz-3 ul li:last-child {
    border-bottom: 0px solid #dcdcdc;
    padding: 12px 0px 0px 0px;
}
.tz-2-com {
}
.tz-2-com h4 {
    margin: 0px;
    background: #253d52;
    padding: 15px;
    color: #fff;
}
.tz-2-main {
}
.tz-2-main-com {
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.tz-2-main-com img {
    display: block;
    /* width: 80px;
    */
    margin: 0 auto;
    /* padding-bottom: 20px;
    */
    border: 1px solid #eaedef;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.tz-2-main-com span {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.tz-2-main-com h2 {
    color: #14addb;
    font-size: 72px;
}
.tz-2-main-com ul {
    margin-bottom: 0px;
    /* border-top: 1px solid #eaedef;
    */
    margin-top: 10px;
    padding: 0px;
}
.tz-2-main-com ul li {
    text-align: left;
    border-bottom: 1px solid #eaedef;
    padding: 12px 0px;
    list-style-type: none;
    background: url('../images/icon/tz-arrow.png') no-repeat center left;
    background-size: 10px;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
}
.tz-2-main-com ul li a {
    /* text-align: left;
    */
    display: block;
    color: #333;
    font-size: 13.5px;
    padding-left: 14px;
}
.tz-2-main-com ul li a:hover {
    padding-left: 10px;
}
.tz-done {
    font-size: 12px !important;
    background: #3e8e41;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-transform: lowercase;
    margin-left: 5px;
}
.tz-done:hover {
    color: #fff;
}
.tz-not-done {
    font-size: 12px !important;
    background: #f4a321;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-transform: lowercase;
    margin-left: 5px;
}
.tz-2-main-1 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33.3%;
    text-align: center;
}
.left_section_dash {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #29718b;
    color: #fff;
    padding: 20px;
    height: 135px;
}
.left_section_dash span{
  color: #fff;
}
.tz-2-main-admin:hover {
    background-color: #ffffff !important;
    color: #FFF;
}
.right_section_dash {
    width: 50%;
    float: left;
    border: 1px solid #ddd;
    padding: 37px;
    height: 135px;
}
.tz-2-main-com h2 {
    color: #14addb;
    font-size: 55px;
}
.textArea{box-shadow: none;}
.tz-2-main-2 {
    padding: 20px;
}
.tz-2-main-com-table {
}
.tz-2-main-com-table th {
    font-weight: 600;
    padding: 10px 4px;
}
.tz-2-main-com-table tr {
    border-bottom: 1px solid #eaedef;
    line-height: 37px;
    padding: 10px;
}
.tz-2-main-com-table tr td {
    padding: 16px 4px 13px 4px;
}
.tz2-form-com {
}
.tz2-form-com form {
    padding: 35px 50px 35px 50px;
    background: #eaedef;
    margin-top: 15px;
}
.tz2-form-com form input {
    border: 1px solid #e4e4e4;
    line-height: 44px;
    padding: 0px 25px;
    background: #fff;
    font-size: 14px;
}
.tz2-form-com form input[type="submit"] {
    padding: 0px;
}
.tz2-form-com form label {
    font-size: 14px;
    color: #646464;
}
.tz2-form-pay {
}
.full-btn {
    height: 45px;
    line-height: 45px;
    background: #f74d40;
    background: linear-gradient(to top, #F44336, #fb5a4e);
    outline: none;
    font-size: 16px;
    display: block !important;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.tz-pay-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaedef;
    padding: 1px 10px;
}
.tz-pay-card h5 {
    display: inline-block;
    padding: 10px 5px;
}
.tz-pay-card img {
    width: 175px;
    border: 0px;
    display: inline-block;
    margin-bottom: 0px;
    float: right;
    padding: 0px;
}
.tz2-form-pay ul li {
    background: none;
    padding: 5px 0px 12px 0px;
}
.tz-pay-amount {
    float: right;
    color: #FFC107;
    font-size: 22px;
}
.tz-down-pdf {
    border: 1px solid #c7c8c9;
    border-radius: 3px;
    padding: 4px 8px;
    color: #333;
}
.tz-make-pay {
    border: 1px solid #c7c8c9;
    border-radius: 3px;
    padding: 4px 8px;
    color: #333;
}
.tz-make-pay:hover {
    background: #3e8e41;
    color: #fff;
    border: 1px solid #317d34;
}
.tz-mak-pay-bot {
    margin-top: 25px;
}
.tz-mak-pay-bot p {
    color: #969595;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.tz-mak-pay-bot a {
    font-size: 16px;
    text-transform: capitalize;
}
.tz-mak-pay-bot a:hover {
    color: #fff;
}
.tz-up-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    height: 45px;
    padding: 10px 25px;
    background: #14addb;
    color: #fff;
}
.tz-file-upload {
    padding: 0 0.75rem;
}
.tz-com-p {
}
.tz-com-p h5 {
    font-size: 20px;
}
.tz-com-p p {
    color: #969595;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.ds-boar-title {
}
.ds-boar-title h2 {
    font-size: 18px;
    color: #ffffff;
    /* padding-bottom: 20px; */
    display: inline-block;
}
.ds-boar-title p {
}
.tz-db-table {
}
.tz-db-table table {
}
.tz-db-table table tr {
    color: #969595;
}
.tz-db-table table tr td {
    font-size: 15px;
    color: #333;
    padding: 14px 14px 14px 0px;
}
.tz-db-table table tr th {
    font-size: 16px;
    color: #333;
    padding: 14px 14px 14px 0px;
}
.tz-db-table-bor {
}
.tz-db-table-bor table tr {
}
.db-list-com {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 20px;
    clear: both;
}
.db-list-rat {
    background: #ffe500;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0px;
    font-size: 14px;
    border-radius: 2px;
}
.db-list-ststus {
    background: #76cce6;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0px;
    font-size: 14px;
    border-radius: 2px;
}
.db-list-ststus-na {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0px;
    font-size: 14px;
    border-radius: 2px;
}
.db-list-edit {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0px;
    font-size: 14px;
    border-radius: 2px;
}
.db-list-edit:hover {
    background: #76cce6;
}
.db-mak-pay-bot {
    margin-top: 25px;
}
.db-mak-pay-bot p {
    color: #969595;
}
.tz-file-upload {
    padding: 0 0.75rem;
}
.tz-up-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    height: 45px;
    padding: 8px 25px 10px 25px;
    background: #eac610;
    color: #fff;
}
.tz-up-btn span {
    color: #fff;
}
.db-mak-pay-bot a {
    font-size: 14px;
    margin: 23px 0;
}
.tz-mess {
    margin-top: 30px;
    height: 292px;
    overflow-y: auto;
}
.noti_fication {
    height: 18px;
    width: 18px;
    background-color: #bb1f1f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px;
}
.noti_fication span {
    font-size: 11px;
    color: #fff;
    line-height: 10px;
    position: relative;
    top: -2px;
}
.top_tab_data {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
    position: static;
    right: 16px;
    top: 9px;
}
.list-pg-bg .container-fluid{
    position: relative;
}
.tz-mess ul {
    margin-bottom: 0px;
}
.no_msg{
    text-align: center;
}
.top_tab_data {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    z-index: 999;
    float: left;
}
.tz-mess ul li {
    /* border-bottom: 1px solid #dcdcdc; */
    padding: 10px 0px 10px 0px;
    display: inline-block;
    box-shadow: 0 2px 5px 0 #6666;
    margin: 12px 5px;
}
input.waves-effect.waves-light.log-in-btn {
    border-radius: 18px;
    padding: 7px 38px;
    height: auto;
}
p.msg_time {
    position: absolute;
    padding: 0;
    right: 10px;
    bottom: -13px;
    font-size: 11px;
}
.tz-mess ul li img {
}
.tz-mess ul li h5 {
    color: #333;
    font-size: 18px;
    vertical-align: top;
}
.tz-mess ul li h5 img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    margin-right: 22px;
}
.tz-mess ul li h5 span {
    font-size: 12px;
    color: #fff;
    padding: 0px 5px 2px 5px;
    border-radius: 35px;
    margin-top: 3px;
    position: absolute;
    margin-left: 5px;
}
.tz-mess ul li p {
    padding-left: 72px;
    padding-top: 15px;
    color: #969595;
}
.tz-msg-read {
    background: #607D8B;
}
.tz-msg-un-read {
    background: #F44336;
    font-size: 9px;
    padding: 2px 7px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    top: -2px;
}
.content_img {
    height: 80px;
    width: 90px;
    border: 1px solid #ddd;
    padding: 13px 6px;
    border-radius: 5px;
}
.hid-msg {
    position: relative;
    overflow: hidden;
    margin-left: 72px;
    display: none;
}
.hid-msg a {
}
.hid-msg a i {
    border: 1px solid #eaedef;
    padding: 3px 3px;
    border-radius: 5px;
    color: #333;
    margin-right: 12px;
}
.view-msg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.view-msg:hover .hid-msg {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hide-box {
    display: none;
}
.hide-box label {
    left: 18px;
    top: 12px;
}
.tz-revi-star {
}
.tz-revi-star i {
    font-size: 12px;
    color: #64addb;
    margin-right: 2px;
}
.switch label {
    cursor: pointer;
    color: #636363;
    font-weight: 500;
}
.tz-2-main-1 p {
    color: #969595;
    font-size: 16px;
}
/*-------------------------------------------------------*/
/* REGISTER AND LOGIN 
/*-------------------------------------------------------*/
.tz-register {
    background: url(../images/face.jpg) #e6e6e6;
    position: relative;
    /*overflow: hidden;*/
    padding: 50px 0;
}
.tz-register::before {
    content: '';
    position: absolute;
    background: rgba(33, 48, 59, 0.52);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
.tz-login {
    background: url(../images/banner5.jpg) #3F51B5;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: fixed;
}
.tz-login::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.21);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
.tz-regi-form {
    margin: 0 auto;
    width: 45%;
    background: #fff;
    padding: 60px 50px 70px 50px;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}
.tz-regi-form input {
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 45px;
    font-size: 16px;
}
.tz-regi-form textarea {
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 100px;
}
.tz-regi-form input[type="submit"] {
    padding: 0px;
    font-size: 18px !important;
}
.tz-regi-form label {
}
.tz-regi-form h4 {
    margin-top: 0px;
    font-size: 42px;
    margin-bottom: 8px;
}
.tz-regi-form h4 span {
    color: #ff6f6f;
    font-size: 42px;
    font-weight: 600;
}
.tz-regi-form form {
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.tz-regi-form p {
    font-size: 18px;
    margin-bottom: 0px;
}
.tz-regi-form p a {
    color: #2c649e;
    font-size: 18px;
}
.full-btn {
    width: 100%;
    display: block;
}
.soc-login {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-top: 15px;
}
.soc-login h4 {
    text-align: center;
    padding-bottom: 15px;
}
.soc-login ul {
    padding: 0px;
    margin: 0px;
}
.soc-login ul li {
    list-style-type: none;
    float: left;
    width: 33.333%;
    padding: 5px;
}
.soc-login ul li a {
    display: block;
    color: #fff;
    padding: 7px 18px;
    text-align: center;
    border-radius: 2px;
}
.soc-login ul li:nth-child(1) a {
    background: #3b5998;
}
.soc-login ul li:nth-child(2) a {
    background: #00aced;
}
.soc-login ul li:nth-child(3) a {
    background: #d34836;
}
.soc-login ul li a i {
    padding-right: 5px;
}
/*-------------------------------------------------*/
/* = ADMIN PAGES 
/*-------------------------------------------------*/
.tz-2-admin {
    width: 100%;
    margin: 0px;
}
.tz-2-main-admin {
    width: 25%;
}
.sb1 {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.22);
}
.sb1 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.sb1-1 {
}
.sb1-2 {
    float: right;
}
.sb1-2 button {
    background: #2d3a40;
    border: 0px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px;
    border-radius: 0px;
}
.sb2 {
    background: #ffffff;
    margin-top: 59px;
}
.sb2-1 {
    float: left;
    width: 20%;
    background: #ffffff;
    color: #fff;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sb2-1 a {
    color: #494b4b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sb2-1 a:hover {
    color: #fff;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}
.sb2-12 {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
}
.sb2-12 ul {
    padding: 10px 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.sb2-12 ul li {
    float: left;
    display: inline-block;
}
.sb2-12 ul li:nth-child(1) {
    width: 20%;
}
.sb2-12 ul li:nth-child(2) {
    width: 70%;
    padding: 0px 7px;
}
.sb2-12 ul li:nth-child(3) {
    width: 10%;
}
.sb2-12 ul li img {
    width: 30px;
    border-radius: 50%;
}
.sb2-12 ul li h5 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
}
.sb2-12 ul li h5 span {
    display: block;
    font-size: 12px;
    color: #989fa2;
    padding-top: 3px;
}
.sb2-13 {
    background: #ffffff;
}
.sb2-13 ul {
    /* padding: 20px;
    */
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
    margin-top: 0px;
}
.sb2-13 ul li {
    list-style-type: none;
    /* border-bottom: 1px solid #303b40;
    */
    /* padding: 3px 20px;
    */
}
.sb2-13 ul li a {
    display: block;
    font-size: 13.5px;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e8ea;
    padding: 12px 20px;
    background: #ffffff;
}
.sb2-13 ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    display: block;
    position: absolute;
    margin-top: -15px;
    right: 20px;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
}
.sb2-13 ul li a:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sb2-13 ul li a:focus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sb2-13 ul li a:hover {
    background: #57666d;
}
.sb2-13 ul li a:focus {
    background: #57666d;
    color: #fff;
}
.menu-act {
    background: #57666d;
}
.sb2-13 ul li a i {
    margin-right: 8px;
    width: 16px;
}
.sb2-2 {
    float: left;
    width: 80%;
    padding: 40px;
    margin-left: 20%;
    background: #e3e8ea;
}
.sb2-2-1 {
    background: #fff;
    padding: 25px;
}
.sb2-2-1 h2 {
    margin-top: 0px;
}
.sb2-2-1 p {
}
.sb2-2-1 table {
    width: 100%;
}
.sb2-2-1 table tr {
}
.sb2-2-1 table tr th {
}
.sb2-2-1 table tr td {
}
.sb2-2-1 table tr td a {
}
.sb2-2-1-edit {
}
.sb2-2-1-edit i {
    color: #FF5722;
}
.sb2-2-add-blog textarea {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
}
/*-------------------------------------------------------*/
/* 2.LEFT MENU 
/*-------------------------------------------------------*/
.left-sub-menu {
}
.left-sub-menu ul {
    /* padding: 0px 0px 10px 40px;
    */
}
.left-sub-menu ul li {
    list-style-type: none;
}
.left-sub-menu ul li:last-child {
    border-bottom: 0px solid #303b40;
}
.left-sub-menu ul li a {
    display: block;
    font-size: 13.5px;
    padding: 10px 48px;
}
.left-sub-menu ul li a:hover {
    background: none;
    padding-left: 55px;
    color: #494b4b;
}
.left-sub-menu ul li a:focus {
    background: none;
}
.left-sub-menu ul li a:after {
    display: none;
}
.sb2-2-2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.sb2-2-2 ul {
    padding: 0px;
    margin-bottom: 0px;
}
.sb2-2-2 ul li {
    list-style-type: none;
    float: left;
    padding-right: 5px;
}
.sb2-2-2 ul li a {
    color: #495d65;
    vertical-align: middle;
}
.sb2-2-2 ul li a i {
    padding-right: 2px;
}
.active-bre:before {
    content: "/";
    padding: 0 5px;
    color: #333;
}
.my-acc {
}
.my-acc:hover {
    background: #4b5a61 !important;
}
.my-acc:focus {
    background: #4b5a61 !important;
}
/*-------------------------------------------------------*/
/* 8. TAB AND SEARCH 
/*-------------------------------------------------------*/
.tab-inn {
    padding: 25px;
}
.tab-posi {
    position: relative;
    overflow: hidden;
}
.top-menu-sty {
    width: 250px !important;
}
.my-btn {
    color: #ffffff;
    background: #57666d;
    padding: 21px;
    line-height: 18px;
    font-weight: 700;
}
.app-search {
    position: relative;
    margin: 12px 15px 8px 5px;
    font-size: 13px;
    color: #626773;
    padding-left: 20px;
    padding-right: 40px;
    background: transparent;
    border: 1px solid rgba(122, 125, 132, 0.15);
    box-shadow: none;
    border-radius: 30px;
    height: 36px;
    font-weight: 600;
    width: 100%;
}
.app-search input {
    border: 0px !important;
    /* line-height: 7px !important;
    */
    height: 35px !important;
    color: #cecece;
}
.app-search a {
    position: absolute;
    top: 6px;
    right: 16px;
    color: #7a7d84;
}
.box-second-inn {
    margin-top: 30px;
}
.mar-bot-20 {
    margin-bottom: 20px;
}
.icon-container .icon-preview {
    height: 90px;
    text-align: center;
}
.icon-container span {
    display: block;
}
.icon-container i {
    font-size: 3em;
    margin-bottom: 10px;
}
.tab-pad {
    padding-top: 20px !important;
}
.tab-col {
    padding: 20px !important;
    color: #000;
}
.top-not-cen {
    margin: 0 auto;
    display: table;
    padding-top: 5px;
}
.btn-noti {
    width: 35px;
    height: 23px;
    top: 18px;
    display: initial !important;
    color: #000;
    font-size: 20px;
    margin-right: 20px;
}
.btn-noti span {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8px;
    height: 14px;
    border-radius: 10px;
    min-width: 15px;
    background: #4CAF50;
    color: #fff;
    line-height: 14px;
    padding: 0px 2px;
    font-size: 11px;
    white-space: nowrap;
    -webkit-transform-origin: -10% center;
    -ms-transform-origin: -10% center;
    transform-origin: -10% center;
    font-family: tahoma;
    box-shadow: 0 0 0 1px #3d793f;
    text-align: center;
}
.top-user-pro {
    padding: 18px 20px;
    color: #494b4b;
    float: right;
}
.top-user-pro img {
    width: 25px;
    margin-right: 10px;
    border-radius: 35px;
    border: 2px solid #a1adb3;
}
.top-user-pro i {
    margin-left: 5px;
}
.page-back {
    float: right !important;
}
.page-back a {
    background: #13addb;
    color: #fff !important;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 25px;
    font-weight: 600;
}
/*-------------------------------------------------------*/
/* 5. INNER PAGE TITLE 
/*-------------------------------------------------------*/
.inn-title {
    padding: 20px 15px 10px 15px;
    background: #253d52;
}
.inn-title h4 {
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
    background: none;
    padding-left: 0px;
    padding-top: 0px;
}
.txt-danger {
    color: #ea6c41;
}
.inn-title p {
    /* padding-bottom: 10px;
    */
    color: #929292;
    margin-bottom: 0px;
    display: none;
}
/*-------------------------------------------------------*/
/* 7.DROPDOWN 
/*-------------------------------------------------------*/
.drop-down-meta {
    position: absolute;
    right: 30px;
    padding: 3px;
    color: black;
    z-index: 999;
    top: 15px;
    background: #e3e8ea;
    width: 30px;
    height: 30px;
    border-radius: 25px;
}
.drop-down-meta:hover {
    background: #29a0da;
    color: #fff;
}
.box-inn-sp {
    background: #fff;
    /* padding: 25px;
    */
    border: 1px solid #e3e8ea;
    margin-bottom: 40px;
}
.tab-inn {
}
.tab-inn th {
    font-size: 13px;
    text-transform: uppercase;
}
.tab-inn td {
    font-size: 14px;
    padding: 15px 8px 12px 8px !important;
}
.tab-inn table {
    margin-bottom: 0px;
}
.tab-inn table thead {
    background: #abbaab;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #e3e6e3, #afbcaf);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e3e6e3, #afbcaf);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.split-row {
    width: 100%;
    position: relative;
    /* overflow: hidden;
    */
    display: block;
}
.table-desi i {
    background: #8BC34A;
    color: #ffffff;
    padding: 5px 6px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
}
.txt-success i {
    color: #ffffff;
    margin-right: 10px;
}
.txt-danger {
    color: #ea6c41;
}
.table-desi tbody tr td {
    color: #929292;
    padding: 15px 8px 12px 8px !important;
}
.list-enq-name {
    display: block;
    font-weight: 700;
    color: #263238;
}
.bot-sp-20 {
    margin-bottom: 20px;
}
.ad-inn-page {
    margin: 30px 15px;
}
.ad-mar-to-min {
    margin-top: 40px;
}
.ad-mar-to-min form {
    margin-top: 0px;
}
.ad-inn-page thead {
}
.ad-inn-page th {
    padding: 12px !important;
}
.ad-inn-page td {
    padding: 15px !important;
}
.ad-inn-page tr {
}
.ad-tab-inn {
    padding: 0px;
}
.ad-inn-page i {
    color: #253d52;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e8ea;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px;
}
.drop-down-meta-inn {
    top: 9px;
    right: 15px;
}
.admin-pag-na {
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
}
.admin-pag-na i {
    border: 0px;
    padding: 0px;
    width: inherit;
    height: inherit;
}
.ad-noto-text {
}
.ad-noto-text textarea {
    height: 120px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
    */
    width: 100%;
    font-size: 15px;
    background: #fff;
}
.atab-menu {
    display: inline-block;
    cursor: pointer;
}
.logo {
}
.logo img {
    width: 100%;
}
.tab-menu {
    display: none;
}
.btn-close-menu {
    display: none;
    z-index: 999;
    background: #0e76a8;
    color: #fff;
    position: absolute;
    left: 240px;
    padding: 5px 8px;
    border-radius: 2px;
    top: 0px;
}
.db-mak-sett-save {
    margin-top: 25px;
    padding: 0px 25px 25px 25px;
}
.list-img {
}
.list-img img {
    width: 28px;
    height: 28px;
    border-radius: 50px;
}
/*-------------------------------------------------------*/
/* DASHBOARD: INVOICE 
/*-------------------------------------------------------*/
.invoice {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #eaedef;
}
.invoice:hover {
    box-shadow: 0px 0px 50px 7px rgba(150, 150, 150, 0.8);
}
.invoice-1 {
    padding: 50px;
}
.invoice-1-logo {
    margin-bottom: 60px;
}
.invoice-1-logo img {
}
.invoice-1-logo span {
    float: right;
    text-transform: uppercase;
    font-size: 50px;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    color: #2a2b33;
    font-weight: 700;
    line-height: 35px;
}
.invoice-1-add {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.invoice-1-add-left {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.invoice-1-add-left h3 {
}
.invoice-1-add-left p {
}
.invoice-1-add-left h5 {
}
.invoice-1-add-right {
    float: left;
    padding: 20px;
    background: #fdfae9;
    border-radius: 4px;
    /* display: inline-block;
    */
    width: 100%;
}
.invoice-1-add-right ul {
    margin-bottom: 0px;
}
.invoice-1-add-right ul li {
}
.invoice-1-add-right ul li span {
    float: left;
    width: 50%;
    color: #343c42;
}
.invoice-1-tab {
}
.invoice-1-tab table {
}
.invoice-1-tab table th {
    text-transform: uppercase;
}
.invoice-1-tab table td {
}
.invo-sub {
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 700;
    font-size: 24px !important;
}
.invoice-2 {
    background: #fdfae9;
    padding: 50px;
}
.invoice-price {
}
.invoice-price th {
    text-transform: uppercase;
}
#invo-date {
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 28px;
}
#invo-tot {
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #F44336;
}
.invoice-print {
    padding: 50px;
}
.invoice-print a {
    margin-right: 10px;
    font-size: 14px;
    background: #20344c;
}
.tz-invo-full {
    padding: 0px;
}
.tz-invo-full1 {
    width: 100%;
    margin: 0px;
}
.db-v2-list-form-inn-tit {
}
.db-v2-list-form-inn-tit h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 0px 8px;
    margin-top: 40px;
}
.db-v2-pg-inp {
}
.db-v2-pg-inp input {
    height: 45px !important;
}
.v2-db-form-note {
    font-size: 13px;
}
.v2-mar-top-40 {
    margin-top: 30px;
}
.cat-v2-hom-list {
}
.cat-v2-hom-list ul {
    margin-bottom: 0px;
}
.cat-v2-hom-list ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.cat-v2-hom-list ul li a {
    background: #eef6f9;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 28px 20px 20px 20px;
    border-radius: 2px;
    color: #273440;
    font-size: 16px;
    font-weight: 600;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    border: 1px solid #e8e8e8;
}
.cat-v2-hom-list ul li a:hover {
    background: #01a0d8;
    color: #fff;
}
.cat-v2-hom-list ul li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*-------------------------------------------------*/
/* = DROPDOWN MENU 
/*-------------------------------------------------*/
.v3-top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #ffffff;
    z-index: 99;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #ececec;
}
.v3-menu {
    padding: 10px 0px;
    position: relative;
}
.v3-m-1 {
    float: left;
    width: 20%;
}
.v3-m-1 img {
    width: 85%;
}
.v3-m-2 {
    float: left;
    width: 60%;
    padding: 5px 20px;
}
.v3-m-2 ul {
    margin-bottom: 0px;
}
.v3-m-2 ul li {
    float: left;
}
.v3-m-2 ul li a {
    color: #333;
    padding: 10px 20px;
}
.v3-m-3 {
    float: left;
    width: 20%;
}
.dropdown-content {
    overflow: visible;
}
#dropdown2 {
    left: 162px !important;
}
#dropdown3 {
    left: 184px !important;
}
.ed-sub-menu:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: 0px;
    font-size: 14px;
    font-weight: 900;
}
.ed-sub-drop-menu:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: -5px;
    font-size: 14px;
    font-weight: 900;
    float: right;
}
.v3-top-ri {
    padding: 3px 0px 0 20px;
    overflow: hidden;
}
.dir-alp-con-right-1 hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ffffff !important;
}
.v3-top-ri ul {
    margin-bottom: 0px;
    float: right;
    /* display: inline-block; */
    padding: 0;
    margin: 0 0;
}
.topnav .chat_head {
    margin: 0 10px;
    position: relative;
}
.v3-top-ri ul li {
    float: left;
    display: inline-block;
    margin: 0 3px;
}
.v3-top-ri ul li a {
    font-size: 14px;
    color: #fff;
    /* background-color: #01a0d8; */
    /* border: 1px solid #058ab9; */
    font-weight: 400;
    border-radius: 4px;
    padding: 10px 3px;
}
label#ad_desc-error {
    position: absolute;
    bottom: -23px;
}
.v3-top-ri ul li a i {
    margin-right: 5px;
}
.v3-add-bus {
}

.v3-mob-top-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #ffffff;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #ececec;
}
.v3-mob-menu {
}
.mobile_profile {
    position: static;
    right: 0;
    z-index: 999;
    text-align: right;
    top: 14px;
}
.mobile_profile .drop_vailue {
    background-color: #172235;
    width: 40% !important;
    top: 55px;
}
.v3-mob-m-1 {
    float: left;
}
.v3-mob-m-1 img {
}
.v3-mob-m-2 {
    float: right;
    padding: 8px 15px;
}
.v3-mob-m-2 ul {
}
.v3-mob-m-2 ul li {
}
.v3-mob-m-2 ul li a {
}
#v3-mob-menu-btn {
    width: auto;
    float: initial;
}
.v3-list-ql {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 50px;
    background: #151f31;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.v3-list-ql-inn {
}
.v3-list-ql-inn ul {
    margin-bottom: 0px;
}
.v3-list-ql-inn ul li {
    float: left;
}
.v3-list-ql-inn ul li a {
    color: #151f31;
    border-right: 1px solid #e0e0e0;
    line-height: 50px;
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 600;
}
.v3-list-ql-inn ul li a i {
    margin-right: 5px;
}
.v3-list-ql-inn ul li a:hover {
    background: #01a0d8;
    color: #fff;
}
.v3-list-ql-inn .active-list a {
    background: #01a0d8;
    color: #fff;
}
/*-------------------------------------------------*/
/* = CHECK OUT 
/*-------------------------------------------------*/
.list-check-out{
}
.list-check-out-inn{
    border: 1px solid #dcdcdc;
    margin: 0px;
}
.list-check-out-inn ul li b{
    color: #000000;
}
.chec-out-pay{
    border: 1px solid #dcdcdc;
    padding: 20px;
}
.chec-out-pay h5{
    font-size: 20px;
}
.chec-out-pay label{
    margin-right: 15px;
}
.chec-out-pay [type="radio"] + label:before, [type="radio"] + label:after{
    top:0px;
}
.chec-out-pay label img{
}
/*-------------------------------------------------*/
/* = PRICE LISTR V4 
/*-------------------------------------------------*/
.v4-pri-bg{
    background: url(../images/banner5.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.v4-price-list{
}
.v4-pril-inn{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.v4-pril-inn-top{
    background: #222222;
    color: #eee;
    padding: 40px;
    color: #ECF0F1;
    text-align: center;
}
.v4-pril-inn-top h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}
.v4-pril-inn-top p{
    margin: 0px;
}
.v4-pril-price{
    margin: 0px;
}
.v4-pril-price b{
    font-size: 70px;
    line-height: 70px;
    color: #fff;
}
.v4-pril-curr{
    font-size: 28px;
    line-height: 40px;
    vertical-align: top;
    display: inline-block;
    color: #FBA507;
}
.v4-pril-mon{
    color: #ccc;
}
.v4-pril-inn-bot{
    border-top: 0px;
    /* padding-bottom: 5px;
    */
    background: #222222;
    text-align: center;
}
.v4-pril-inn-bot ul{
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 35px;
}
.v4-pril-inn-bot ul li{
    color:#fff;
    line-height: 45px;
    padding: 0px 25px;
}
.v4-pril-inn-bot ul li i{
    margin-right: 15px;
}
.v4-pril-inn-bot ul li .fa-check{
    color: #ef9d07;
}
.v4-pril-inn-bot ul li .fa-times{
    color: #7b7b7b;
}
.v4-pril-inn-bot ul li:nth-child(odd){
    background: #282828;
}
.v4-pril-inn-bot ul li:nth-child(even){
    background: #2d2d2d;
}
.v4-pri-best{
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    background-color: #FBA507;
    font-size: 15px;
}
/*-------------------------------------------------*/
/* HOME PAGE SEARCH BOX 
/*-------------------------------------------------*/
.tourz-search {
}
.tourz-search-form {
}
#select-city {
    background: #fff;
    border: 0px;
    height: 55px;
    border-radius: 0;
    /* padding: 5px 10px;
    */
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 30px;
}
#select-search {
    background: url(../images/icon/search.png) no-repeat left center #fff;
    border: 0px;
    height: 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    padding: 0px 10px 0px 35px;
    box-sizing: border-box;
    font-size: 14px;
    background-size: 17px;
    background-position-x: 10px;
}
#top-select-city {
    background: #fff;
    border: 0px;
    height: 38px;
    border-radius: 2px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
}
#top-select-search {
    background: url(../images/icon/search.png) no-repeat left center #fff;
    border: 0px;
    height: 38px;
    border-radius: 2px;
    padding: 0px 10px 0px 35px;
    box-sizing: border-box;
    font-size: 14px;
    background-size: 17px;
    background-position-x: 10px;
    width: 100%;
}
input.waves-button-input {
    width: 100%;
    padding: 0;
    border: none;
}
.tourz-top-sear-btn {
    height: 38px;
    line-height: 38px;
    outline: none;
    display: block !important;
    background: url(../images/search_bg1.png) no-repeat center center #01a0d8;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px;
}
.tourz-top-search-form {
    margin-top: 11px;
}
.search-hotel-type {
    padding-left: 18px;
}
.tourz-search-form input[type="submit"] {
    background: none !important;
}
.tourz-search-1 {
    padding: 150px 0px 100px 0px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.tourz-search-1 h1 {
    color: #fff;
    font-size: 50px;
}
.tourz-search-1 p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.tourz-search-1 form {
}
.tourz-search-form label {
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    right: 15px;
    left: 18px;
    top: 20px;
    position: absolute;
}
.tourz-search-form div:nth-child(1) {
    width: 20%;
    float: left;
}
.tourz-search-form div:nth-child(2) {
    width: 60%;
    float: left;
}
.tourz-search-form div:nth-child(3) {
    width: 15%;
    float: left;
}
.tourz-search:before {
    content: '';
    background: #141E30;
    background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
    background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}
.tourz-search-form div {
    margin: 0px 5px;
}
.tourz-sear-btn {
    height: 55px;
    line-height: 57px;
    outline: none;
    display: block !important;
    color: #fff;
    font-weight: 600;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: #01a0d8;
    /*background: linear-gradient(to bottom, #487342, #539c49);*/
    text-transform: capitalize;
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
}
.searchborder{
    border-right: none !important;
}
.tourz-hom-ser {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 5px;
}
.tourz-hom-ser ul {
    margin-bottom: 0px;
    margin: 0 auto;
    display: table;
    padding: 0px;
}
.tourz-hom-ser ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 25%;
    padding: 0px 5px;
}
.tourz-hom-ser ul li a {
    background: #234868;
    width: 90px;
    height: 90px;
    display: block;
    padding: 18px 2px 10px 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    /*font-family: 'Arimo', sans-serif;*/
    font-family: 'Lato', sans-serif;
    /* position: relative;
    */
    /* overflow: hidden;
    */
    line-height: 24px;
}
.tourz-hom-ser ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #1aa5d8;
}
.tourz-hom-ser ul li a img {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 36px;
}
.tourz-pop-ser-btn {
}
.tourz-pop-ser-btn img {
}
.tourz-top-phone {
    border: 1px solid #9a729a;
    border-radius: 50px;
}
.autocomplete-content ul li a {
    border-bottom: 1px solid #e0e0e0;
}
.profile-btn {
    border: none;
    height: 30px;
    line-height: 26px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    background: #1aa5d8;
    background: linear-gradient(to bottom, #1aa5d8, #1386b1);
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
}
.profile-btn:hover {
    color: #fff;
}
.autocomplete-content li img {
    float: left;
    width: 26px !important;
    height: 26px!important;
    left: 0px;
    top: 15px;
}
.autocomplete-content li {
}
.tourz-top-search-form label{
    top: 10px;
}
.tourz-top-search-form div:nth-child(1) {
    width: 30%;
    position: relative;
}
.tourz-top-search-form div:nth-child(2) {
    width: 60%;
    position: relative;
}
.tourz-top-search-form div:nth-child(3) {
    width: 15%;
}
/*-------------------------------------------------------*/
/* EMAIL TEMPLATE 
/*-------------------------------------------------------*/
.email-tem{
    background: #efefef;
    position: relative;
    overflow: hidden;
}
.email-tem-inn{
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    /* margin-top: 50px;
    */
    /* margin-bottom: 50px;
    */
}
.email-tem-main{
    background: #fdfdfd;
    box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
    border-radius: 10px;
}
.email-tem-head{
    width: 100%;
    background: #006df0 url('../images/mail/bg.png') repeat;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}
.email-tem-head h2{
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.email-tem-head h2 img{
    float: left;
    padding-right: 25px;
    width: 100px;
}
.email-tem-body{
    padding: 50px;
}
.email-tem-body h3{
    margin-bottom: 25px;
}
.email-tem-body p{
}
.email-tem-body a{
    background: #006df0;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}
.email-tem-foot{
    text-align: center;
}
.email-tem-foot h4{
}
.email-tem-foot ul{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: table;
    margin-bottom: 18px;
    margin-top: 25px;
}
.email-tem-foot ul li{
    float: left;
    display: inline-block;
    padding: 0px 10px;
}
.email-tem-foot ul li a{
}
.email-tem-foot ul li a img{
}
.email-tem-foot p{
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 13px;
}
.email-point{
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    /* margin-bottom: 25px;
    */
    padding-bottom: 15px;
    padding-top: 20px;
}
.email-point-left{
    float: left;
    width: 20%;
}
.email-point-left img{
    width: 100%;
    padding: 0px 20px 0px 0px;
}
.email-point-righ{
    float: left;
    width: 80%;
}
.email-point-righ h4{
    padding-bottom: 10px;
}
.email-point-righ p{
    font-size: 13px;
    margin-bottom: 15px;
}
.email-list{
}
.email-list ul{
    margin-bottom:0px;
}
.email-list ul li{
    display:block;
    font-size:14px;
}
/*-------------------------------------------------*/
/* = REGISTER LOGIN POPUPS 
/*-------------------------------------------------*/
.log-in-pop {
    position: relative;
    overflow: hidden;
    /* height: 100%;
    */
    /* bottom: 0px;
    */
    background: #fff;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5%;
    display: flex;
}
.log-in-pop-left {
    float: left;
    width: 40%;
    background: url('../images/login.html') no-repeat center center;
    padding: 2% 6%;
    color: #fff;
    height: auto;
    bottom: 0px;
    /* min-height: 115%;
    */
    background: #728294 url(../images/mail/bg.png) repeat;
}
.log-in-pop-left::before {
}
.log-in-pop-left h1 {
    color: #fff;
    font-size: 32px;
}
.log-in-pop-left h1 span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
.log-in-pop-left p {
    color: #fff;
}
.log-in-pop-left h4 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 15px;
}
.social_login {
    vertical-align: middle;
    position: relative;
    top: 36%;
}

.log-in-pop-left ul {
    margin-bottom: 0px;
    padding: 0;
}
.log-in-pop-left ul li {
    margin-bottom: 5px;
    list-style: none;
    width: 100%;
}
.log-in-pop-left ul li a {
    display: block;
    background: #3F51B5;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
}
.log-in-pop-left ul li:nth-child(1) a {
    background: #39579A;
}
.log-in-pop-left ul li:nth-child(2) a {
    background: #F24033;
}
.log-in-pop-left ul li:nth-child(3) a {
    background: #24A9E6;
}
.log-in-pop-left ul li a i {
    padding-right: 7px;
}
.log-in-pop-right {
    float: left;
    width: 60%;
    padding: 20px;
}
.log-in-pop-right h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.log-in-pop-right p {
}
.log-in-pop-right a {
    color: #333;
}
.log-in-pop-right form {
}
.log-in-pop-right form label {
    font-size: 14px !important;
    font-weight: 300;
    left: 15px;
    top: 14px;
    color: #333;
}
.log-in-pop-right form input {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363;
    width: 100%;
}
.log-in-pop-right form textarea {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 70px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363;
}
.log-in-pop-right form input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: auto;
}
.padd-top {
    margin-top: 15px;
}
.log-in-btn {
    background: #f4364f;
    color: #fff;
    padding: 2px 10px;
    font-weight: 600;
}
.pop-close {
    color: #333;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}
.pop-close:hover {
    transform: rotate(180deg);
}
.pop-close img {
    width: 24px;
}
.modal-open {
    overflow: inherit !important;
}
.log-ch-bx {
}
.log-ch-bx p {
}
.log-ch-bx p label {
    left: 1px;
    top: 10px;
    color: #727070;
}
.log-ch-bx p input {
}
/*-------------------------------------------------------*/
/* INDEX 3 STYLES 
/*-------------------------------------------------------*/
.dir-cat-search{
    width:85%;
}
.cate-search-form{
}
.cate-search-form div{
    float: left;
    padding: 0px 0px;
    border-right: 1px solid #ddd;
}
.cate-search-form div:nth-child(1) {
    width: 20%;
}
.cate-search-form div:nth-child(1) input{
    background:#fff !important;
}
.cate-search-form div:before{
    font-family: FontAwesome;
    /*<!--content: "\f002";-->*/
    position: absolute;
    font-size: 14px;
    color: #6a6f73;
    margin: 18px 5px 5px 11px;
    font-weight: 300;
}
.cate-search-form div:nth-child(2):before{
    content: "\f002";
    font-size: 18px;
    margin-top:8px;
}
input.form-control::placeholder {
    color: #333;
}
.cate-search-form div:nth-child(3):before{
    content: "\f041";
    font-size: 18px;
        margin-top: 8px;
}
.cate-search-form div input{
    padding-left: 35px;
}
.cate-search-form div:nth-child(2) {
    width: 40%;
    border-right: 1px solid #ddd;
}
.cate-search-form div:nth-child(3) {
    width: 20%;
    position: relative;
}
.cate-search-form div:nth-child(4) {
    width: 15%;
}
.cate-search-form .auto-category {
    background: #fff;
    border: 0px;
    height: 55px;
    border-radius: 0px;
    padding: 5px 17px;
    box-sizing: border-box;
    font-size: 14px;
}
.cate-search-form div.input-field label {
    top: 18px;
    left: 38px;
    position: absolute;
}
button.hiring:hover {
    background-color: #01a0d8;
    border: 1px solid #01a0d8;
}
.dir3-home-head{
    width: 100%;
    height:330px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* z-index: 99;
    */
    background: url(../images/banner6.jpg) no-repeat, #2196f3;
    background-size: cover;
    position: relative;
    background-position: 0 38%;
}
.dir3-home-head:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.4) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.hom3-top-menu{
    display: block;
    top: -70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top-menu-down{
    top:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cate-search-form div input[type="submit"] {
    padding-left: 0px;
}
.land-packages {
    background: #e9f8fd;
    margin-top: -5px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cfe5ec;
    border-top: 1px solid #cfe5ec;
    padding-top: 25px;
    padding-bottom: 20px;
}
.land-pack{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.land-pack ul{
}
.land-pack ul li {
    float: left;
    width: 20%;
    display: inline-block;
}
.land-pack-grid{
    display:inline-block;
    width: 90%;
    position:relative;
    overflow:hidden;
    height: auto;
    box-sizing:border-box;
    background: #141e30;
}
.owl-carousel .owl-item:hover .land-pack-grid-text{
    margin-top: -42px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}
.owl-carousel .owl-item:hover .land-pack-grid-btn{
    height:40px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease 
}
.land-pack-grid-img img{
    width: 100%;
    height: 180px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
}
.land-pack-grid:hover .land-pack-grid-img img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    transform:scale(1.05) 
}
.land-pack-grid-text{
    position:relative;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    margin-top: -5px;
}
.land-pack-grid-text h4{
    margin:0;
    background:#fff;
    padding:15px;
    font-size: 15px;
    font-weight:600;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.land-pack-grid-btn{
    background: #17b599;
    color: #fff !important;
    text-align: center;
    display: block;
    height: 2.5px;
    line-height: 42px;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.land-pack-grid-btn-red{
    background:#df431f 
}
.land-pack-grid-btn-yel{
    background:#f3c438 
}
.land-pack-grid-btn-blu{
    background:#01a0d8 
}
.land-com-form{
    background: #262e3e;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 15px -5px rgba(0,0,0,0.76);
}
.land-com-form h2{
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
    color: #fff;
}
.land-com-form form{
}
.land-com-form form ul{
}
.land-com-form form ul li {
    margin: 15px 0;
    position: relative;
    list-style-type: none;
}
.land-com-form form ul li:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    font-size: 19px;
    margin-top: 0;
    margin-left: 10px;
    color: #424a5a;
    font-weight: 300;
    z-index: 1;
    top: 13px;
    left: -12px;
}
.land-com-form form ul {
    padding: 0;
}
.land-com-form form ul li .autocomplete-content li{
    margin-bottom: 0px;
}
.land-com-form form ul li .autocomplete-content li:before{
    display:none;
}
.land-com-form form ul li:nth-child(1):before{
    content: "\f007";
}
.land-com-form form ul li:nth-child(2):before{
    content: "\f095";
}
.land-com-form form ul li:nth-child(3):before{
    content: "\f0e0";
}
.land-com-form form ul li:nth-child(4):before{
    content: "\f0ca";
}
.land-com-form form ul li:nth-child(5):before{
    display:none;
}
.land-com-form form ul li:nth-child(6):before{
    display:none;
}
.land-com-form form ul li .input-field label {
    top: 0;
    left: 36px;
    position: absolute;
}
.land-com-form form ul li input{
    width: 100%;
    display: block;
    border: 0;
    border: 1px solid #d4d4d4;
    line-height: 24px;
    font-size: 14px;
    outline: none;
    height: 40px;
    background: #ffffff;
    padding-left: 45px;
    box-sizing: border-box;
    border-radius: 3px;
    color:#1a2a38;
}
.land-com-form form ul li select{
    width: 100%;
    display: block;
    border: 0;
    border: 1px solid #d4d4d4;
    line-height: 24px;
    font-size: 14px;
    outline: none;
    height: 40px;
    background: #ffffff;
    padding-left: 45px;
    box-sizing: border-box;
    border-radius: 3px;
    color:#1a2a38;
}
.land-com-form form ul li input[type="submit"]{
    background: #f74d40;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 0;
    background: -webkit-linear-gradient(to top, #3547ab, #3F51B5);
    background: linear-gradient(to top, #F44336, #fb5a4e);
    border: 0px;
    border-bottom: 1px solid #ea3224;
}
.land-com-form form ul li:nth-child(5):before{
    content: "send";
    margin-left: 207px;
    margin-top: 17px;
    color: #fff;
    font-size: 16px;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.land-com-form form ul li:nth-child(5):hover:before{
    opacity:1;
    margin-left: 212px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.land-com-form form ul li p{
    margin-bottom: 0px;
    color: #a1aab3;
    font-size: 13px;
    text-align: center;
}
.land-com-form form ul li p a{
    color: #d4d5d8;
    font-size: 12px;
}
.land-com-form form ul li:last-child{
    margin-bottom:0px;
}
.land-3-dwn-full{
    /* position: relative;
    */
    display: inline-block;
    padding: 60px 0px;
}
.quic-book-ser-full {
    background: #e9f8fd;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.quic-book-ser{
}
.quic-book-ser-inn{
    display: table;
    width: 75%;
    margin: 0 auto;
    max-width: 1020px;
}
.quic-book-ser-left{
    float: left;
    width: 40%;
}
.quic-book-ser-right{
    float: left;
    width: 60%;
    padding-left: 70px;
}
.quic-book-text1{
}
.quic-book-text1 h3{
    font-weight: 100;
    font-size: 34px;
}
.quic-book-text1 h3 span{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
    */
    color: #333333;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 30px;
}
.quic-book-text1 p{
}
.hom-cre-acc-right form .dropdown-content{
    overflow-y: auto !important;
}
/*-------------------------------------------------------*/
/* HOME PAGE: INDEX 4 
/*-------------------------------------------------------*/
.i4-header{
    background: #a7e7f0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #dcfbfc,#ffffff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #dcfbfc,#ffffff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.i4-header:before{
    content:'';
    position:absolute;
    width:100%;
    height:700px;
    background:url(../images/home4.png) no-repeat top center;
}
.i4-header .dir-ho-t-tit h1 {
    color: #2b3f43;
}
.i4-header .dir-ho-t-tit p {
    font-size: 18px;
    font-weight: 300;
    padding-top: 0px;
    color: #2b3f43;
    text-shadow: none;
}
.i4-header .dir-ho-tr ul li a{
    color: #2b3f43;
    font-weight: 700;
}
.i4-header .dir-ho-tr ul li:nth-child(3) a{
    color:#fff;
    border: 0px solid #039ad0;
    background: #04a44b;
    background: linear-gradient(to bottom, #05d15f, #07c75c);
    font-size: 14px;
    padding: 7px 20px;
}
.i4-header .com-title {
    width: 100%;
    margin-top: 200px;
    display: inline-block;
}
.i4-header .cate-search-form {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 22px -10px rgba(0, 0, 0, 0.42);
}
.i4-header .cate-search-form div:nth-child(1) {
    width: 22%;
}
.i4-header .cate-search-form div:nth-child(2) {
    width: 55%;
}
.i4-header .cate-search-form div:nth-child(3) {
    width: 21%;
}
.i4-header .cate-search-form div:before{
    content: "\f0ca";
}
.i4-header .cate-search-form div:nth-child(2):before{
    content: "\f002";
    margin-top: 15px;
}
.i4-header #select-search{
    background:none;
    font-size: 18px;
}
.i4-header .tourz-sear-btn {
    background: #04a44b;
    background: linear-gradient(to bottom, #05d15f, #07c75c);
    border-radius: 50px;
}
.i4-header .cate-search-form .auto-category {
    border-right: 1px solid #dfdfdf;
    font-size: 16px;
}
.i4-header .autocomplete-content{
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.10);
}
.i4-header .cate-search-form div.input-field label{
    top: 15px;
    left: 50px;
    font-size:18px;
}
.i4-top .tourz-top-sear-btn {
    background: url(../images/search_bg1.png) no-repeat center center #05d15f;
}
.i4-top .v3-top-ri ul li a {
    background-color: #05d15f;
    border: 1px solid #05d15f;
}
.i4-top .dir-home-nav-bot ul li a {
    background: #04a44b;
    background: linear-gradient(to bottom, #05d15f, #07c75c);
}
.browse-all{
    color: #337ab7;
    text-decoration: none;
    float: right;
    font-weight: bold;
    position: relative;
    top: 6px;
 }
.home-slider-p{float: left;
               width: 20%;}
.home-slider-p li{
    list-style:none;}
.land-pack-crasual{
    width: 10%;
    margin: auto;}
.listing-title-h3{ font-size:18px;
                   padding: 17px;
                   padding-top: 13px;}
.listing-search {margin-top:10px!important;

                 list-style: none;}
.listing-search li{margin:0px !important;
                   font-size:12px!important;
                   padding:0px!important;
                   padding-left: 15px!important;}							

/*custom css*/
.topcount{
    padding: 40px 0;
}
.topcount h1{
    color: #3e4153;
    padding-top: 35px;
    font-size: 14px;
    font-weight: 500;
    display: inline;
}
.alertbutton{
    background: transparent;
    color: #3e4153;
    border: 1px solid #3e4153 !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    font-weight: 600 !important;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    margin-left: 20px;
}
.alertbutton:hover{
    background: transparent;
    color: #3e4153;
}
.posttext{
    float: right;
}
.posttext a {
    font-weight: 600;
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Lato', sans-serif;
    position: relative;
}
.listicons{
    text-align: center;
    font-size: 26px;
    padding: 30px;
    color: #3e4153;
}
.secmenus{
    columns: 6;
    position: inherit;
}
.secmenus p{
    color: #fff;
}
.addpostsection .tz{
    background-color: #f8f9f9;
}
.addpostsection label {
    color: #3e4153;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 6px;
    align-items: center;
}
.textArea {
    min-height: 73px;
    overflow-x: hidden;
    outline-width: 0;
    outline: none;
    border-radius: 4px;
    border: 1px solid #e2e2e5;
    box-sizing: border-box;
    color: #3e4153;
    display: block;
    font-size: 16px;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
    word-wrap: break-word;
    line-height: 1.6;
    overflow: auto;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.textArea:focus {
    outline-width: 0;
    outline: none;
    border: 1px solid #2681db;
    box-shadow: 0 0 5px #2681db;
}
.addbox .maxCharCountdown {
    color: #8e909b;
    font-size: 15px;
    position: absolute;
    right: 24px;
    top: 75px;
    z-index: 10;
}
.addpostbutton{
    width: 100%;
    padding: 20px 23px !important;
    border-radius: 5px !important;
    margin: 0 !important;
}
.addpostbutton[disabled]{
    border-color: transparent !important;
    color: #fff !important;
    background-color: #e2e2e5 !important;
    opacity: 1 !important;
}
.categoryListsHeader{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #3e4153;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}
.allCategoriesContainer {
    margin: 30px 0 0;
}
.categoryList {
    border-radius: 4px;
    border: 1px solid #f1f1f2;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}
.categoryListItem:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.categoryListItem {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f2;
    padding: 0;
}
.categoryListItem:hover {
    background-color: #fff;
}
.categoryButton {
    background: none;
    border: none;
    cursor: pointer;
    /*font-family: Larsseit,Arial,sans-serif;*/
    font-family: 'Lato', sans-serif;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #c5c6cb;
    margin: 0;
    padding: 18px 20px;
    width: 100%;
}
.button__medium {
    font-size: 15px;
    line-height: 22px;
    padding: 14px 30px;
}
.button {
    border-radius: 4px;
    background: none;
    border: 1px solid hsla(0,0%,100%,0);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    flex: auto;
    /*font-family: Larsseit,Arial,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    background-color: transparent;
}
.level1Category {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.categoryName {
    color: #3e4153;
    margin: 0;
    text-align: left;
}
.subcate .categoryName:before{
    content: '→ ';
}
.subsubcate{
    padding-left: 20px !important;
}
.posth1 {
    font: 18px/22px "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    float: none;
    font-weight: 700;
    margin: 18px 0 0;
}
#PostAdMainForm {
    padding-bottom: 20px;
}
#MainForm {
    background: 0 0;
    border: none;
    padding: 0!important;
}
#MainForm .container-info {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    border: none;
    /*font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    overflow: hidden;
}
.container-info {
    font: 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    border: solid 1px #c5c6cb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
    padding: 20px;
}
#MainForm>.container-info {
    margin: 20px 0;
}
#MainForm h2 .number {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font: 16px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f1f1f2;
    border: solid 2px transparent;
    color: #01a0d8;
    float: left;
    font-weight: 700;
    height: 30px;
    margin: -3px 14px 2px 0;
    padding-top: 8px;
    text-align: center;
    width: 30px;
    border: none;
    box-shadow: 0 2px 7px 0 #ddd;
}
#MainForm .number {
    color: #373373;
    height: 20px;
    width: 20px;
    padding-top: 3px;
    background-color: #f8f9f9;
    border: 0;
    margin-right: 10px;
}
#MainForm h2 div {
    font: 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    float: right;
}
#MainForm .container-info h2, #MainForm .container-info label {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
}
#MainForm .container-info h2 {
    padding-bottom: 15px;
}
#MainForm .container-info>h2 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0;
    color: #01a0d8;
}
.container-info h2 {
    font: 14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: dotted 1px #e2e2e5;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 5px;
}
.post-ad-layout {
    list-style: none;
    padding: 0;
}
#MainForm .container-info ul.post-ad-layout .category {
    display: flex;
    flex-direction: column;
}
.post-ad-layout li.category {
    margin: 0 0 20px;
}
@media (min-width: 650px){
    .post-ad-layout .category {
        flex-direction: row!important;
    }
}
.post-ad-layout .layoutli {
    margin-top: 15px;
    padding: 1px 0;
    position: relative;
    display: flex;
}
#MainForm .container-info ul.post-ad-layout .category div.form-section {
    line-height: 26px;
}
#MainForm .container-info .form-section, #MainForm .container-info .form-section input, #MainForm .container-info .form-section label, #MainForm .container-info .form-section p, #MainForm .container-info .form-section textarea, #MainForm .container-info .form-section select {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
}

#MainForm .container-info .form-section {
    line-height: 1.6em;
    padding: 2px 0 2px 0;
    position: relative;
}
.post-ad-layout .form-section {
    float: left;
    margin-left: 11px;
    width: 65%;
}

#MainForm .container-info ul.post-ad-layout li>label {
    line-height: 1.6em;
    padding: 2px 0 2px 0;
    width: 100%;
}
#MainForm .container-info h2, #MainForm .container-info label {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
}
.post-ad-layout li.category label {
    font-weight: 400;
}
@media (min-width: 768px){
    .post-ad-layout .category label {
        width: 200px!important;
        max-width: 200px!important;
    }
}
@media (min-width: 650px){
    .post-ad-layout .category label {
        max-width: 115px;
    }
}
@media (min-width: 768px){
    .fr .post-ad-layout li>label, .post-ad-layout li>label {
        width: 200px!important;
    }
}
.fr .post-ad-layout li>label, .post-ad-layout li>label {
    width: 200px;
}
.post-ad-layout li>label {
    float: left;
    font-weight: 700;
    text-align: right;
    width: 130px;
}
#MainForm .container-info .form-section>label.radio-button-content {
    display: flex;
    align-items: flex-start;
}
#MainForm .container-info .form-section input[type=radio]+label.radio-button-rd+.radio-label {
    padding-left: 5px;
    text-indent: 0;
    display: inline-block;
    margin-left: 5px;
    width: 100%;
}
.post-ad-layout .example {
    color: #8e909b;
    margin: 0;
} 
.disclaimer {
    clear: both;
    color: #8e909b;
    font-size: .7em;
}
.disclaimer .multi-line-disclaimer {
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 9px;
    text-indent: -10px;
    margin-bottom: 6px;
}
#MainContainer div.layout-0 sup {
    vertical-align: super!important;
    line-height: 15px!important;
}
.select-wrapper input.select-dropdown {
    cursor: pointer;
}
.urgent-title {
    font: 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f1454f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-weight: 700;
    margin: 5px 10px 0 0;
    padding: 2px 4px;
    text-transform: uppercase;
}
#MainForm .container-info .form-section a {
    font-size: 15px;
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
    color: #2681db;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}
.fes-pagelet .moduleContainer {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    font-family: Larsseit,Arial,sans-serif;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}
.fes-pagelet .moduleHeader {
    align-items: baseline;
    border-bottom: 1px solid #e2e2e5;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.fes-pagelet .moduleTitleContainer {
    display: flex;
}
.fes-pagelet .moduleNumber {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font: 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f1f1f2;
    border: solid 2px transparent;
    color: #01a0d8;
    float: left;
    font-weight: 700;
    height: 30px;
    margin: -3px 14px 2px 0;
    padding-top: 7px;
    text-align: center;
    width: 30px;
    border: none;
    box-shadow: 0 2px 7px 0 #ddd;
}
.fes-pagelet .moduleTitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    align-items: center;
    display: flex;
    flex: auto;
    margin: 0;
        font-size: 18px;
    line-height: 1.4em;
    margin: 0 0;
    color: #01a0d8;
}
@media (min-width: 760px){
    .fes-pagelet .locationFlexContainer {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 760px){
    .fes-pagelet .changeLocationContainer {
        flex-basis: 58%;
    }
}
.fes-pagelet .locationLabel {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #6f727f;
    margin-bottom: 10px;
}
.fes-pagelet .autocompleteContainer {
    position: relative;
}
.fes-pagelet .field {
    position: relative;
}
.fes-pagelet .expandingInputContainer-2633259492,.fes-pagelet .inputContainer {
    position: relative;
}
.fes-pagelet .maxLines_3 {
    max-height: 97px;
}
.fes-pagelet .expandingInputText {
    outline-width: 0;
    outline: none;
    border-radius: 4px;
    border: 1px solid #e2e2e5;
    box-sizing: border-box;
    color: #3e4153;
    display: block;
    font-family: Larsseit,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
    word-wrap: break-word;
    line-height: 1.6;
    overflow: auto;
    padding: 10px 15px;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fes-pagelet .expandingTextAreaContainer {
    position: static;
}
.fes-pagelet .expandingTextArea {
    height: 100%;
    left: 0;
    position: absolute;
    resize: none;
    top: 0;
}

.fes-pagelet .exactLocationToggle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #6f727f;
    margin: 15px 0;
}
.fes-pagelet .label {
    cursor: pointer;
    font-family: Larsseit,Arial,sans-serif;
    width: 100%;
    z-index: 1;
    color: #6f727f;
    display: inline;
}
.fes-pagelet .exactLocationToggle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #6f727f;
    margin: 15px 0;
}
@media (min-width: 1120px){
    .fes-pagelet .mapContainer {
        width: 450px;
    }
}
@media (min-width: 760px){
    .fes-pagelet .mapContainer__editingActive {
        width: 35%;
    }
}
@media (min-width: 760px){
    .fes-pagelet .mapContainer {
        background-color: #fff;
        height: calc(100% - 60px);
        margin: 30px 0;
        padding: 0 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
    }
}
.fes-pagelet .mapContainer {
    box-sizing: border-box;
}
@media (min-width: 760px){
    .fes-pagelet .mapPlaceholder {
        align-items: center;
        background: url(../images/map-placeholder.0e643c17.png);
        background-size: cover;
        height: 100%;
        justify-content: center;
    }
}
.fes-pagelet .mapPlaceholder {
    display: flex;
}
@media (min-width: 1115px){
    .post-ad-layout .form-section.price-section {
        width: 20%;
    }
}
#MainForm .container-info ul.post-ad-layout li>label[for=PriceAmount]+div.form-section>div:not(#PriceDropContainer), #MainForm .container-info ul.post-ad-layout li>label[for=PriceAmount]+div.form-section>label {
    display: flex;
    align-items: center;
}
.price-section .radio-label {
    padding-top: 0 !important;
}
.price-section .radio-button-rd {
    top: -10px !important;
}
.post-ad-layout .form-section input.price-input {
    display: inline-block;
    max-width: 100px;
    width: auto;
}
.shopping-cart-icon {
    background: url(../images/shopping_cart.svg) no-repeat;
    padding-top: 2px;
}
.shopping-cart-icon h2.cart-header {
    border-bottom: none;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
}

@media (min-width: 768px){
    #MainForm #AlacarteFeatures {
        padding-bottom: 0;
        min-height: 430px;
    }
}
#MainForm #AlacarteFeatures {
    overflow: hidden;
}
.container-info.contains-insets {
    padding: 0;
    position: relative;
}
.container-forms .container-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
#MainForm #AlacarteFeatures .inset-main-left {
    padding-bottom: 0;
}
.container-info .inset-main-left {
    margin-right: 310px;
}
.container-info .inset-main-left, .container-info .inset-main-right {
    padding: 20px;
}
#MainForm #AlacarteFeatures .promotions {
    table-layout: fixed;
}
#AlacarteFeatures .promotions {
    border-collapse: collapse;
    width: 100%;
}
#MainForm #AlacarteFeatures .promotions th.left {
    padding-left: 10px;
}
#MainForm #AlacarteFeatures .promotions .left {
    padding-left: 0;
    width: 70%;
    float: none !important;
}

#MainForm #AlacarteFeatures .promotions th {
    display: table-cell!important;
}
#MainForm #AlacarteFeatures .promotions th {
    font-size: 15px;
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
    background-color: #f8f9f9;
    border-bottom: none;
    color: #6f727f;
}
#AlacarteFeatures .promotions .left {
    font-weight: 700;
    padding-left: 10px;
    width: 75%;
}
#AlacarteFeatures .promotions th {
    font: 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f8f9f9;
    border-bottom: solid 1px #c5c6cb;
    color: #3e4153;
    font-weight: 700;
    padding: 6px 0;
    text-align: left;
}
#MainForm #AlacarteFeatures .promotions .length {
    padding-left: 11px;
}
#MainForm #AlacarteFeatures .promotions .length {
    width: 20%;
}
#MainForm #AlacarteFeatures .promotions .right {
    padding-right: 0;
    font-size: 14px;
}
#AlacarteFeatures .promotions .right {
    padding-right: 10px;
    text-align: right;
    width: 120px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left {
    width: 100%;
    padding-left: 0;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row:nth-child(2)>td {
    padding-top: 20px;
}
#MainForm #AlacarteFeatures .promotions .left {
    padding-left: 0;
    width: 70%;
}
#MainForm #AlacarteFeatures .promotions td {
    border-bottom-color: #e2e2e5;
}
#AlacarteFeatures .promotions .left {
    font-weight: 700;
    padding-left: 10px;
    width: 75%;
}
#AlacarteFeatures .promotions td {
    color: #3e4153;
    padding: 12px 0;
    position: relative;
    text-align: left;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left div.promote-icon {
    min-width: 30px;
    display: none;
    margin-top: 2px;
}
#MainForm #AlacarteFeatures .promotions .feature-row div.promote-icon {
    display: inline!important;
}

#MainForm #AlacarteFeatures .promotions .feature-row div.promote-icon {
    display: inline!important;
}
.promote-icon.top {
    background-image: url(../images/icon-features-top.svg);
}
.promote-icon {
    float: left;
    height: 30px;
    margin: 0 11px 0 3px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-content {
    display: flex;
    flex-direction: column;
    width: 60%;
}
#MainForm #AlacarteFeatures .promotions .left .feature-content {
    flex-direction: row!important;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-content .feature-header {
    display: flex;
    flex-direction: row;
    padding-bottom: 2px;
}
#MainForm #AlacarteFeatures .promotions .left .feature-header {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-content .feature-header p.feature-title {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
    font-size: 15px;
    color: #3e4153;
    margin-top: 0;
    font-weight: 700;
    margin-right: 5px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-name {
    margin-right: 5px;
}
#MainForm #AlacarteFeatures .promotions .left .feature-header .feature-title {
    line-height: 30px!important;
    flex: auto!important;
    min-width: unset!important;
}
.container-forms p {
    font: 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

#MainForm .container-info h2, #MainForm .container-info label {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
}
#AlacarteFeatures .promotions label {
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-top: 0;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
}
.promote-icon.high {
    background-image: url(../images/icon-features-highlight.svg);
}
.promote-icon.urgent {
    background-image: url(../images/icon-features-urgent-zoom.svg);
}
.promote-icon.hpg {
    background-image: url(../images/icon-features-homepage-gallery.svg);
}
.promote-icon.url {
    background-image: url(../images/icon-features-website-url.svg);
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left div.feature-content div.days.select-duration {
    margin-top: 0;
    padding-left: 5px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left div.feature-content div.days {
    position: absolute;
    left: 78%;
    line-height: 30px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-content .select-duration {
    margin-top: 8px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left .feature-content .days {
    padding-left: 0;
    color: #3e4153;
    font-weight: 400;
    width: 100%;
}
#AlacarteFeatures .promotions .days {
    padding-left: 7px;
    padding-right: 7px;
}
#MainForm #AlacarteFeatures .promotions .select-wrapper {
    width: 90px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row td.left input[type=checkbox]+label, #MainForm #AlacarteFeatures .promotions tr.feature-row td.left input[type=checkbox]+input+.checkbox-label {
    display: inline;
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    margin-right: 15px;
    margin-top: 4px;
}
#MainForm #AlacarteFeatures .promotions tr.feature-row div.price, #MainForm #AlacarteFeatures .promotions tr.total #TotalPrice {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
    font-weight: 700;
    color: #37a864;
    float: right;
    white-space: nowrap;
}
#MainForm #AlacarteFeatures .promotions tr.spacer {
    height: 10px;
}
#MainForm #AlacarteFeatures .promotions tr.total>td {
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
}
#MainForm #AlacarteFeatures .promotions td {
    border-bottom-color: #e2e2e5;
}
#AlacarteFeatures .promotions .total td {
    border-bottom: 0;
    border-top: solid 1px #f1f1f2;
    font-weight: 700;
    padding: 7px 11px;
    text-align: right;
}
#MainForm #AlacarteFeatures.contains-insets:after {
    background-color: #e2e2e5;
}
.container-info.contains-inset-right:after {
    left: auto;
    right: 310px;
}
.container-info.contains-insets:after {
    background-color: #c5c6cb;
    bottom: 0;
    content: "";
    /*left: 310px;*/
    position: absolute;
    top: 0;
    width: 1px;
}
#MainForm #AlacarteFeatures div.inset-main-left+.clear {
    display: none;
}
.clear {
    clear: both;
}


#MainForm .container-info .form-section input[type=text],
#MainForm .container-info .form-section input[type=url],
#MainForm .container-info .form-section textarea {
    -webkit-appearance: none;
    appearance: none;
    color: #3e4153;
    font-family: Larsseit, 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    border-radius: 2px;
    border: 1px solid #e2e2e5;
    padding-left: 5px
}

#MainForm .container-info .form-section input[type=text].error,
#MainForm .container-info .form-section input[type=url].error,
#MainForm .container-info .form-section textarea.error {
    border-radius: 4px;
    border: solid 1px #f1454f
}

#MainForm .container-info .form-section input[type=text]:focus,
#MainForm .container-info .form-section input[type=url]:focus,
#MainForm .container-info .form-section textarea:focus {
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #2681db;
    border: solid 1px #2681db
}

#MainForm .container-info .form-section input[disabled] {
    border: none;
    color: #8e909b;
}

form input[type=password]:disabled, form input[type=text]:disabled, form input[type=url]:disabled, form input[type=tel]:disabled, form textarea:disabled, form input[type=password][disabled], form input[type=text][disabled], form input[type=url][disabled], form input[type=tel][disabled], form textarea[disabled] {
    background: #f8f9f9;
}

.container-info .form-section label.error {
    color: #f1454f;
}
/*header_menu_css_start*/


.nav {
    position: relative;
}
.nav > li {
    display: inline-block;
    padding: 5px 5px 0;
    cursor: pointer;
    color: #fff;
    position: initial !important;
}



.drop ul {
    position: absolute;
    left: 0;
    top: 2em;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    background-color: rgba(54,98,116,0.8);
    width: 100%;
}
.drop ul li {
    display: block;
    width: 30%;
    color: #fff !important;
    line-height: 20px;
}
.drop ul li:hover{
    background-color:rgba(54,98,116,1);
}
.drop ul li a {
    width: 100%;
    padding: 1em 18px;
    display: inline-block;
    /*white-space: pre;*/
    box-sizing: border-box;
    color: #fff;
}
.drop ul li:nth-child(4) a{
    background-color: transparent;border: none;
    color: #fff;
    padding:15px !important;
}

.drop:hover ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dir-ho-tr ul li a:hover {
    background-color: transparent;
}
.nev  li a{
    color: #0ba4e9 !important;
}
.cate-search-form div{
    border-right: transparent;
}
.cate-search-form div input {
    padding-left: 10px;
}
.job_search{
    height: 55px;
    border: none;
    border-radius: 11px 0 0 11px !important;
}
.job_search::placeholder{
    color: #333;
}
/*header_menu_css_end*/


.error {
    color: #f1454f;
}

/*Image*/
/**
 * FilePond Custom Styles
 */
.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}

.filepond--drip-blob {
    background-color: #7f8a9a;
}


/**
 * FilePond Custom Styles
 */
.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}

.filepond--drip-blob {
    background-color: #7f8a9a;
}


/**
 *  FilePond Custom Styles
 */
/*calendar css start*/
.daterangepicker {
    background-color: #f8f8f8 !important;
}
.daterangepicker .drp-calendar.left .calendar-table{
    background-color: #f8f8f8;
}
.calendar-table{
    background-color: #f8f8f8;
}
.daterangepicker:after{
    border-bottom:7px solid #f8f8f8 !important;
}
.daterangepicker:before{
    border-bottom: 7px solid #f8f8f8;
}
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}
.daterangepicker th.month{
    color: #fff;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    background-color: #f8f8f8 !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    color: #01a0d8;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #f8f8f8 !important;
    color: #01a0d8 !important;
}
.daterangepicker .btn-default{
    background-color: #ff0000;
    border: none;
    color: #fff;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    line-height: 15px !important;
}
.daterangepicker .calendar-time{
    display: none;
}
.daterangepicker .drp-buttons{
    border: none !important;
}
.daterangepicker .btn{
    height: 24px;
}
/*calendar css end*/
/*listing_page_css*/
.filepond--list .filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0.25em;
    will-change: transform, opacity;
    float: left;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 0 !important;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    background-color: white;
    color: #01a0d8;
}

li.jsonly {
    width: 18%;
    /* height: 200px; */
    float: left;
    margin: 0 10px;
}
ul.post-ad-layout {
    clear: both;
    width: 100%;
}

/*listing_page_css_end*/

/*plan page start*/
.pick_data {
    background-color: #fff;
    height: 665px;
    box-shadow: 0 5px 30px 2px rgba(0,0,0,.2);
    border-radius: 5px;
}
.pick_data.yellow_border{
    border-top: 5px solid #01a0d8;
}
.pick_data.blue_border{
    border-top: 5px solid #2681db;
}
.pick_data.purple_border{
    border-top: 5px solid #373373;
}
.pick_info {
    text-align: center;
    height: 275px;
    padding: 20px;
    position: relative;
    background-color:#f8f9f9;
}
.price_sec {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.pick_info h2 {
    font-weight: normal;
}
.price_sec span {
    color: #37a864;
    font-weight: bold;
}
.content_box h3 {
    font-size: 18px;
    margin: 0 16px;
    color: #01a0d8;
}
.pick_info h2 {
    font-size: 24px;
    color: #000;
    margin: 10px 0;
    line-height: 29px;
}
.pick_info p {
    font-size: 18px;
    margin: 10px 0;
    color: #8e909b;
    font-size: 15px;
    line-height: 2;
}
.list_sec li {
    margin:10px 20px;
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-size: 16px;
    font-weight: 500;
        list-style: none;
}
.list_sec {
    height: 320px;
}
.select_button{
    text-align: center;
}

.select {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    background-color: #01a0d8;
    color: #fff;
    font-size: 18px;
    border-radius: 17px;
    border: 2px solid #01a0d8;
}
.select-plan{
    background-color: transparent;
    color: #01a0d8;
}
.hide {
    display: none;
}
.pick_info p {
    text-align: center;
    font-size: 20px;
    color: #01a0d8;
}
.price_sec p {
    font-size: 14px;
    color: #666;
}
#scroll {
    position:fixed;
    right:14px;
    bottom:45px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#151f31;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    box-shadow: 0 0 4px 0 #000
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#01a0d8;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.table{
    margin: 20px 0;
}
.table thead {
    border: none;
    background-color: #151f31;
}
.table_data .table > thead > tr > th{
    border: none;
    color: #fff;
}
.day-selector{
    width: 80%;
    margin: 0 auto;
}
.day-selector input[type=text] {
    border: 1px solid;
    padding: 7px 9px;
    /* width: 120px; */
}
.price{
    color: #37a864;
}
.days{
    text-align: center;
}
.table_data{
    padding: 0 20px 0 0;
}
button.contact {
    padding: 6px 28px;
    background: #01a0d8;
    color: #fff;
    border: none;
    display: inline-block;
    float: right;
    display: none;
    position: relative;
    top: 8px;
    border-radius: 20px;
}
/*plan page end*/
/*detail_css_start*/
.left_detail{
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
}
button.visit {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #a3d063;
}
i.fa.fa-eye {
    margin-right: 8px;
}
.visits_on_page {
    margin: 20px 0;
}
.left_detail h3{
    font-size: 20px;
    line-height:28px;
    margin: 10px 0;
}
.left_detail .list-rat-ch {
    margin: 10px 0;
}
.left_detail h4 {
    margin: 10px 0;
    line-height: 28px;
    font-size: 16px;
}
.left_detail p {
    font-size: 14px;
    line-height: 20px;
}
.top_content_detail .carousel{
    height: 327px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.top_content_detail .list-enqu-btn ul li {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 0px;
}

.top_info{
    margin: 20px 0;
}
.detail_search {
    position: absolute;
    top: 23px;
    right: 28px;
}
.pg-list-1-left {
    float: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 5px 0;
    margin: 0 0 0;
    box-shadow: 0 0 5px 0 #bdbdbd;
}
.pg-list-1-right-p1 {
    padding-top: 0;
    line-height: 20px;
}
.pg-list-1-right {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.list-enqu-btn ul li {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0px;
}

.pg-list-1-right-p1 ul li a {
    border: 1px solid #e2e2e5;
    padding: 0px 10px;
    /* box-shadow: 0 0 4px 0 #a8b5b9; */
    border-radius: 5px;
}
.pag-p1-phone ul li{
    width: 100%;
}
.pglist-bg {
    box-shadow: 0 0 4px 0 #bdbdbd;
}
.pg-list-1-left h3 {
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: normal;
    display: inline-block;
}
.fixe-on-scroll.scroll-top {
    position: fixed;
    top: 60px;
    z-index: 9;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 8px 96px;
    border-bottom: 1px solid #01a0d8;
}
.pg-list-1-left h2 {
    font-size: 22px;
    font-weight: normal;
}
.pg-list-1-right{
    padding: 0;
}
.border_right {
    position: absolute;
    right: 6px;
    height: 230px;
    width: 1px;
    background-color: #131925;
    top: 19px;
}
.border_top {
    position: absolute;
    height: 2px;
    width: 33px;
    background-color: #01a0d8;
    top: 30px;
}
footer p{
    margin-top: 20px;
    color: #999;
}
footer h4{
    color: #fff;
}
footer .highlighted {
    color: #01a0d8;
}
footer {
    color: #9a9a9a;
    padding: 40px 0 0;
    border-top: 4px solid #01a0d8;
    margin-top: 20px;
}
.foot-sec2 {
    background-color: #18202d;
}
footer ul li a{
    color: #999;
}
.copy p{
    color: #fff;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    padding: 10px;
    background-color: #fff;
}
.detail-login .modal-dialog.modal-sm {
    width: 600px;
    max-width: 100%;
}
.detail-login {
    position: fixed !important;
    top: 20% !important;
}
.price {
    color: grey;
}
.card h3 {
    padding: 10px 7px;
    font-size: 14px;
    background-color: #17b599;
    color: #fff;
    margin-top: 10px;
     height: 50px;
    overflow: hidden;
    /* display: block; */
    text-align: left;
}
.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card button:hover {
    opacity: 0.7;
}
.list-rom-ami {
    background-color: #f5f5f5;
}
.list-rom-ami ul li {
    /* padding-right: 10px; */
    padding-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 4px 0;
    width: 29%;
    text-align: left;
    background: #fff !important;
    border-radius: 0;
    padding: 6px 12px;
    margin: 5px;
    line-height: 22px;
    height: 90px;
    font-weight: lighter;
    border-radius: 5px;
}
.list-room-type label {
    display: block;
    color: #0a6180;
    font-weight: 600;
    text-shadow: none;
}
span.more-text {
    display: none;
}
a.read-more {
    font-size: 10px;
}
.list-room-type i {
    margin: 0 10px 0 0;
    height: 25px;
    width: 25px;
    background-color: #a3d063;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 15px;
}
textarea#re_msg1 {
    height: 80px;
}
button.visit_website {
    background-color: #f74d40;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    border: none;
    margin: 0 6px;
    border-radius: 5px;
}
/*detail_css_end*/
/*breadcrumb_css_start*/

.breadcrumbs_menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 10px 0 !important;
    margin-top: 20px;
    /* background-color: #FFF; */
    padding: 6px 9px;
    border-bottom: 1px solid #f7f8fa;
    overflow: hidden;
}

.breadcrumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-family: Helvetica Neue,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 20px;
    color: hsl(0, 0%, 30%);
    font-size: 12px;
    color: #01a0d8;
}

.breadcrumbs li a {
    display: block;
    padding: 0 40px 0 0px;
    color: hsl(0, 0%, 30%);
    text-decoration: none;
    height: 20px;
    position: relative;
    perspective: 700px;
    font-size: 12px;
}

.breadcrumbs li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    position: absolute;
    right: 20px;
    top: 5px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
    -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
    -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
    transform: rotateZ(45deg) skew(10deg, 10deg);
}


.breadcrumbs li a:hover:after {
    right: 15px;
    -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
    -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
    -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
    transform: rotateZ(45deg) skew(-10deg, -10deg);
}
.fa-reply {
    font-size: 16px;
    color: #01a0d8;
    margin: 0 10px 0 0;
}
.backhome{
    display: inline-block;
    float: left;
    margin: 0 13px 0 0;
}
.btn-default{
    margin: 4px;
}
/*breadcrumb_css_end*/
/*share_button*/
.social {
    opacity: 0;
    position: relative;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
}
.twitter {
    background: #00aced;
}

.facebook {
    background: #3b5998;
}

.google {
    background: #dd4b39;
}

.youtube {
    background: #bb0000;
}

.clicked {
    opacity: 1;
    transition: 1.2s all ease;
    transform: translateX(56px);
}
.button1 {
    z-index: 8;
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #2a3e56, #1c2342);
    border-radius: 20px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    float: right;
    margin-top: 30px;
    cursor: pointer;
}
.share_buttons {
    position: relative;
    /* right: 0; */
    /* top: 0; */
    /* width: 72%; */
    display: inline-block;
    float: right;
    margin: 0 0 0;
}
.social .fa {
    position: relative;
    top: 9px;
}

/*share_button_end*/

/*listing_page_css*/
li.jsonly {
    width: 23%;
    height: 250px;
    float: left;
    margin: 54px 10px;
}
ul.post-ad-layout {
    clear: both;
    width: 100%;
}

/*listing_page_css_end*/
/*DASHBOARD_PAGE_CSS_START*/

.chat_window {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    display: none;
    position: relative;
    width: 58%;
    float: left;
    margin: 0 0 0 22px;
    display: block;
}
.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 20px 18px 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.view-msg{
    cursor:pointer;
}
.close_button_msg {
    position: absolute;
    top: 17px;
    font-size: 20px;
    right: 19px;
    height: 30px;
    width: 30px;
    background-color: #eaedef;
    padding: 0 11px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 22px;
}
.profile_img {
    display: inline-block;
    float: left;
    position: relative;
    top: -14px;
    right: -15px;
}
.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 20px 10px 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}
.top_menu .buttons {
    margin: 3px 0 0 20px;
    position: absolute;
}
.top_menu .buttons .button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.top_menu .buttons .button.close {
    background-color: #01a0d8;
}
.top_menu .buttons .button.minimize {
    background-color: #fdbf68;
}
.top_menu .buttons .button.maximize {
    background-color: #a3d063;
}
.top_menu .title {
    text-align: center;
    color: #bcbdc0;
    font-size: 20px;
}

.messages {
    position: relative;
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    height: 320px;
    overflow-y: scroll;
}
.messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    opacity: 0;
}
.messages .message.left .avatar {
    background-color: #01a0d8;
    float: left;
}
.messages .message.left .text_wrapper {
    background-color: #151f31;
    margin-left: 20px;
}
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
    right: 100%;
    border-right-color: #151f31;
}
.messages .message.left .text {
    color: #fff;
}
.messages .message.right .avatar {
    background-color: #0a0e15;
    float: right;
}
.messages .message.right .text_wrapper {
    background-color:#eaedef;
    margin-right: 20px;
    float: right;
    padding-bottom: 1px;
}
.messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
    left: 100%;
    border-left-color:#eaedef;
}
.messages .message.right .text {
    color: #45829b;
}
.messages .message.appeared {
    opacity: 1;
}
.messages .message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}
.messages .message .text_wrapper {
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
    width: auto;
    max-width: 265px;
}
.messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.messages .message .text_wrapper::after {
    border-width: 13px;
    margin-top: 0px;
}
.messages .message .text_wrapper::before {
    border-width: 15px;
    margin-top: -2px;
}
.messages .message .text_wrapper .text {
    font-size: 14px;
    font-weight: 300;
}

.bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    bottom: 0;
    box-shadow: 0 0 2px 0 #bdbdbd;
    background-color: #eaedef;
}
.bottom_wrapper .message_input_wrapper {
    display: inline-block;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #bcbdc0;
    width: calc(100% - 160px);
    position: relative;
    padding: 0 20px;
    background-color:#fff;
}
.bottom_wrapper .message_input_wrapper .message_input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 40px);
    position: absolute;
    outline-width: 0;
    color: gray;
}
.bottom_wrapper .send_message {
    width: 140px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #01a0d8;
    border: 2px solid #01a0d8;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
    float: right;
}
.bottom_wrapper .send_message:hover {
    color: #01a0d8;
    background-color: #fff;
}
.bottom_wrapper .send_message .text {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px;
}

.message_template {
    display: none;
}
/* Style the tab */
.tab {
    /* float: left; */
    border: 1px solid #ccc;
    background-color: #01a0d8;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 9px 0 9px 3px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    width: auto;
    float: left;
    width: 12.5%;
    text-align: center;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #29718b;
}
thead {
    background-color:#01a0d8;
}
tbody {
    background-color:#f5f5f5;
}
.tz-db-table table tr th {
    color: #fff;
    padding: 14px 14px;
}
.tz-db-table table tr td {
    color: #636363;
    padding: 14px 14px;
    /* height: 70px; */
    max-width: 70px;
}
.tz-db-table img{width: 100%;}
/* Create an active/current "tab button" class */
.tab button.activemenu {
    background-color: #29718b;
}
.table th > a {
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 25px 15px;
    /* border: 1px solid #ccc; */
    width: 100%;
    border-left: none;
    /* height: 300px; */
    background-color: #fff;
    z-index: 0;
    margin-bottom: 15px;
    box-shadow: 0 2px 12px 0 #ddd;
        position: relative;
}
.pagination {
    margin: 20px 0 0;
}
.tablinks img {
    width: 25px;
    margin: 0 10px 0 0;
}

/*DASHBOARD_PAGE_CSS_END*/
/*DASHBOARD_PAGE_CSS_END*/

.krajee-default.file-preview-frame .kv-file-content {
    width: 167px !important;
    height: 160px !important;
}
.file-drop-zone-title {
    height: 189px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width: 100%;
}
.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.cate-search-form div:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    color: #6a6f73;
    margin: 4px 5px 5px 11px;
    font-weight: 300;
    z-index: 999;
    top: 0;
}
.ts-menu .input-field.search_location:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    color: #6a6f73;
    margin: 4px 5px 5px 11px;
    font-weight: 300;
    z-index: 999;
    top: 0;
     content: "\f041";
    font-size: 18px;
    margin-top: 0;
}

.select2-container--default .select2-selection--single {
    height: 55px !important;
    background-color: #fff !important;
    border: 1px solid #e2dede !important;
    border-radius: 0 !important;
}
.form-control {
    transition: inherit !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 54px !important;
    text-align: left;
    padding: 0 0 0 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
}
.search_location:before{
    top:7px !important;
}
.input-field label {
    color: #0e0e0e;
    font-weight: 500;
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-size: 14px;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}
.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.input-field.col label {
    left: 30px;
}
input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none;
}
.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.initialized span{
    display: none;
}
.initialized input{
    display: none;
}
.initialized ul{
    display: none;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    border: none;
}
.tz-db-table table {
    width: 100%;
}
.owl-nav {
    text-align: center;
    margin: 20px 0;
}
button.owl-prev {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c;
    height: 35px;
    width: 35px;
    margin: 0 30px;
    border-radius: 5px;
}
button.owl-next {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c;
    height: 35px;
    width: 35px;
    margin: 0 10px;
    border-radius: 5px;
}
.log-in-pop-right label {
    position: static;
}
.owl-nav span {
    font-size: 30px;
    color: #fff;
    line-height: 20px;
}
ul.categoryList.subcate {
    padding: 0 30px;
    border: none;
}
button.categoryButton.subcateButton.button.button__medium{
    padding: 10px;
    margin: 5px 0;
}
/*scroll_bar*/
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #152134;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #01a0d8;
}
/*scroll_bar_end*/
.filter_radius input{
    height: auto !important;
    text-align: center;
}
.input-group-addon:last-child{
    border: none;
    background-color: #151f31;
    color: #fff;
}
.input-group-addon:first-child{
    border: none;
    background-color: #151f31;
    width: 100px !important;
}
.kv-type-range {
    margin: 20px 0;
    width: 80%;
    float: left;
}
.search_price {
    overflow: hidden;
    clear: both;
    margin: 0 0 15px;
    width: 80%;
    float: left;
}
p.dash {
    position: absolute;
    top: -6px;
    font-size: 35px;
}
button.btn-group.search_here {
    padding: 6px 10px;
    position: relative;
    top: 20px;
    width: 15%;
    float: left;
    margin: 0 6px;
    background-color: #f74d40;
    color: #fff;
    border: none;
}
button.btn-group.search_here_price {
    padding: 7px 10px;
    position: relative;
    top: 10px;
    width: 15%;
    float: left;
    margin: 0 6px;
    background-color: #f74d40;
    color: #fff;
    border: none;
    left: -13px;
}
.owl-carousel .owl-item :hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-carousel .owl-item  img {
    width: 100%;
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.owl-item{
    overflow: hidden;
}
/*model_start*/
.modal-body {
    overflow: hidden;
    /* clear: both; */
    background-color: #fff;
}
.modal-header {
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-bottom:none;
}
.modal-title {
    color: #121d2a;
}
.close{
    color: #121d2a;
    opacity: 1;
}

/*model_end*/
/*about-us--*/
section.about_us {
    margin: 25px 0 0;
    background-image: linear-gradient(#152032, #7a95c1);
    padding: 66px 0;
    text-align: center;
    /* font-size: 50px; */
}
.about_us p {
    font-size: 3em;
    color: #fff;
}
.left_about {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 53px -25px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    position: relative;
    top: 25px;
}
.left_about h2 {
    color: #f44336;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.left_about p {
    font-size: 14px;
    line-height: 2;
    color: #a2a2a2;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{
    display: block;
}

.keep_reading {
    overflow: hidden;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

.text_field {
    position: absolute;
    top: 0;
    padding: 8px;
    background: rgba(255, 127, 0, 0.95) none repeat scroll 0 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    height: 100%;
}
.inner-text h3 {
    font-size: 15px;
    color: #fff;
    margin: 7px 0;
}
.inner-text span {
    font-size: 8px;
    color: #fff;
}
.inner-text {
    padding: 10px 10px 0;
    border: 1px solid #fff;
    height: 96%;
}
.inner-text:before{
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    transform: scale(0, 1);
}
.inner-text:after{
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}
.inner-text p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.content_crousel {
    position: relative;
}
.content_crousel:hover .text_field{
    opacity: 1;
}
.content_aboutus {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.content_aboutus h2 {
    margin: 0 0 20px;
    color: #fff;
}
.content_aboutus p{
     color: #fff;
}
section.bottom_about {
    background-color: #19263b;
    padding: 40px 0;
}

.right_data {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 53px -25px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    position: relative;
    top: -35px;
}
.right_data h3 {
    color: #f44336;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.right_data a {
    color: #01a0d8;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
}
.right_data p {
    font-size: 14px;
    line-height: 2;
    color: #a2a2a2;
}
.fellow-us a {
    padding: 0 15px;
}
.fellow-us li {
    display: inline-block;
}
.fellow-us ul{
    padding: 0;
}
.fellow-us h2{
    font-size: 14px;
    color: #a3d063;
    margin-bottom: 20px;
}
select.selectpicker {
    background: transparent;
    /* border: none; */
    /* -webkit-appearance: none; */
    line-height: 10px;
    color: #fff;
    padding: 3px 0;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    outline: none;
     font-size: 12px !important;
}
.profile_img_top{
    padding: 0;
}
.img_profile {
    height: 35px;
    width: 35px;
    background-color: #bdbdbd;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    display: flex;
    overflow: hidden;
}
.list-pg-inn-dp {
    overflow: hidden;
    padding: 20px;
}
.list-pg-inn-dp img.img_profile {
    height: 40px;
    width: 40px;
}
.list-pg-inn-dp p.user-name {
    font-size: 18px;
    position: relative;
    top: 7px;
    display: inline-block;
}
.section-Private {
    /* overflow: hidden; */
    padding: 22px 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}
.section-last-detail p {
    font-size: 14px;
    text-align: center;
}
.rply-content {
    padding: 0 8px;
    border-right: 1px solid #ddd;
}
i.fa.fa-tags {
    font-size:18px;
    margin: 0 10px 0 0;
    line-height: 15px;
    color: #01a0d8;
}
i.fa.fa-list-alt {
    font-size: 18px;
    margin: 0 11px 0 0;
    line-height: 15px;
    color: #01a0d8;
}
.img_profile img{
    width: 100%;
}
.mobile_profile .img_profile {
    height: 35px;
    width: 35px;
    background-color: #bdbdbd;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
    right: -22px;
}
.top_visits {
    overflow: hidden;
    width: 45%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 #ddd;
}
.top_visits p {
    font-size: 14px;
    color: #337ab7;
    margin-top: 10px;
}   
.top_visits .col-sm-4{
    padding: 10px 0;
    border-right: 1px solid #eaedef;
    text-align: center;
}

i.fa.fa-caret-down {
    margin-top: 10px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}
.nav a {
    color: #333 !important;
}
.drop_vailue ul {
    padding: 0;
}
.drop_vailue li {
    list-style: none;
    text-align: left;
}
.drop_vailue a {
    font-size: 12px;
    color: #fff;
}
.ts-menu-4 .chat_head i {
    font-size: 25px;
    margin-top: 3px;
    color: #ffffff !important;
}
.drop_vailue {
    background-color: rgb(1, 160, 216);
    padding: 5px;
    position: absolute;
    top: 41px;
    width: 24%;
    box-shadow: 0px 0px 53px -25px rgb(255, 255, 255);
    z-index: 999;
    border-radius: 5px;
    display: none;
}
.foot-social img {
    width: 25px;
}
.drop_vailue li a{
    color: #fff !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: inherit;
}
.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-dialog {
    width: 700px;
    height: auto !important;
    margin: auto;
    margin-top: 5px;
    max-width: 100%;
}
.kv-file-content img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: contain;
}
.add-popup .modal-dialog {
    width: 99%;
    height: auto !important;
    margin: auto;
    margin-top: 5px;
}
.share_buttons .social-share:last-child {
    margin:34px 5px 0 5px;
    width: 40px;
    float: left;
    height: 36px;
    border: 1px solid #ddd;
    padding: 7px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
}
.modal-body #radioid label {
    border: 1px solid #ddd;
    padding: 5px 11px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.modal-body h5 {
    font-size: 18px;
    color: #01a0d8;
}
.modal-body #radioid label:hover {
    border: 1px solid #F44336;
    background-color: #F44336;
    color: #fff;
}
.modal-header i {
    margin: 0 15px;
    font-size: 20px;
    display: block;
    color: #F44336;
}
.modal-footer .btn-primary {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}
.modal-footer {
    background-color: #e5e5e5;
}
.modal-header .close {
    margin-top: 0;
    height: 30px;
    width: 30px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 0;
    font-size: 20px;
}
.modal-header span {
    font-size: 20px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    box-shadow: 0 2px 12px 0 #bdbdbd;
}
.tooltip-inner {
    max-width: 200px;
    padding: 15px 45px;
    color: #152033;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 12px 0 #bdbdbd;
}
select.requiredValid {
    border: 1px solid #e2e2e5;
    width: 28%;
}
.jsonly span {
    color: #fff;
}
/*add_css_start*/
.add_google {
    width: 50%;
    margin: 50px auto;
    object-fit: cover;
    display: flex;
}
.add_google img {width: 100%;}
/*add_css_end*/
.modal-body .file-preview {
    width: 50%;
    border:none;
    padding: 0;
    margin: 0 auto;
    display: flex;
}
.modal-body .file-drop-zone{
    border:none;
    padding: 0;
    margin: 0 auto;
}
.btn-file span {
    color: #fff;
    padding: 0 4px;
}
.modal-body .krajee-default.file-preview-frame {
    margin: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 6px;
    float: left;
    text-align: center;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: flex;
    overflow: hidden;
}
.log-in-pop-right input[type="checkbox"]{
        width: auto;
    float: left;
    height: 26px;
}
.form-group.field-frontloginform-rememberme {
    display: inline-block;
    margin: 0;
}
.modal-body .field-frontusers-image{
    text-align: center;
}
.profile_img_top {
    padding: 0;
    float: right;
    margin: 0 !important;
}
.input-field.search_fiels1 {
    width: 30% !important;
    float: left;
    padding: 0;
    margin: 0;
}
.topnav a{
    font-size: 12px !important;
}
.input-field.search_file2 {
    width: 60% !important;
    float: left;
    padding: 0;
    margin: 0;
}
.input-field.search_file3 {
    width: 10% !important;
    float: left;
    padding: 0;
    margin: 0;
}
.search_file3 .waves-effect.waves-light.tourz-top-sear-btn {
    background-color: #01a0d8 !important;
    padding: 0px 11px;
    height: 38px;
    color: #fff;
    border-radius: 0 20px 20px 0;
}
.ts-menu .select2-container--default .select2-selection--single {
    height: 38px !important;
    border-radius: 20px 0 0 20px !important;
}
.ts-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.ts-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
.site-request-password-reset {
    width: 50%;
    margin: 33px auto;
    padding: 20px;
    box-shadow: 0 2px 12px 0 #ccc;
    background-color: #fff;
    border-radius: 10px;
}
section.reset_password {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #f2f2f2;
    background-size: cover;
    position: relative;
    padding: 20px 0;
}
.site-request-password-reset h1 {
    font-size: 16px;
    margin: 10px 0;
}
.site-request-password-reset p{
    font-size: 13px;
}
.cancel{
    font-size: 13px;
    color: #204d74;
    margin: 0 10px;
}
.list-pg-inn-sp h4 {
    font-size: 15px;
    font-weight: 400;
    color: #01a0d8;
    margin: 10px;
}
.policies {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.policies ul {
    padding: 0;
}
.policies li {
    list-style: none;
}
.policies h3 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #01a0d8;
}
.tablinks {
    background-color: #f2f2f2;
    border: none;
    padding: 9px 10px;
    width: 247px;
}
.terms_ch label#terms-error {
    position: absolute;
    bottom: -32px;
    font-size: 12px;
    color: red;
    left: 0;
}
.drop_vailue li {
    float: left;
    display: block;
    width: 100%;
}
.tablinks.active {
    background-color: #fff;
    border: none;
    outline: none;
}
.tabcontent .tz-mess ul li {
    display: block;
    overflow: hidden;
}
.tz-mess .chat_description p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: lighter;
}
.tz-mess .chat_description h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}
.tz-mess .chat_description h2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
    display: inline-block;
}
.img_pro {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
}


 .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    object-fit: contain;
    height: 350px;
}
.top_nav {
    background-color: #01a0d8;
    padding: 5px 0;
}
.select2-container--classic .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    /* background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    background-color: #fff;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #fff !important;
    border: none;
    border-left: 1px solid #fff !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: none !important;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: none !important;
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #c4c4c4 transparent transparent transparent !important;
}
.list-ser-img img{
    position: absolute;
}
.first_field .select2-selection--single{
    border-radius: 35px 0 0 35px !important;
}
button.hiring {
    background-color: transparent;
    color: #fff;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 16px;
    z-index: 999;
    position: relative;
}
.button_hiring {
    text-align: center;
}
.card_information {
    background-color: #fff;
    margin:30px 0;
    overflow: hidden;
}
.card_info {
    background-color: #f3f3f3;
    padding: 20px 10px;
    margin: 20px;
}
.card_information p {
    text-align: left;
    padding: 7px;
    margin: 0;
    font-size: 16px;
}
.arrow_accordion {
    text-align: center;
}
*{
    text-decoration: none !important;
    outline: none !important;
}
.card-body {
    background-color: #fff;
    margin: 10px;
    padding: 30px 0;
}
.card-body .row {
    margin: 20px 0;
    border-bottom: 1px dotted #ddd;
    padding: 14px 0;
    background-color: #f2f2f2;
    margin: 10px;
}
.topnav .selectpicker select {
    color: #2a2b33;
}





/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.goog-te-gadget img {
    display: none;
}
.skiptranslate  span{
    font-size: 12px;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    border: none !important;
}
.goog-te-gadget-simple {
    border: none !important;
    padding: 0 0 !important;
}
span.text {
    color: #666;
}





input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #caced1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #01a0d8;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.termscheck input[type="checkbox"] + label:before{
    display: none;
}
.termscheck input[type="checkbox"] + label:after{
    display: none;
}

.termscheck input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
label#terms-error {
    position: absolute;
    bottom: -15px;
    font-size: 12px;
}
.termscheck {
    position: relative;
}
.terms_ch {
    background-color: #01a0d8;
    padding: 10px 20px;
}
.terms_ch label{color: #fff;}
.termscheck label{color: #fff;}
.dir-hli-5 h4 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    font-size: 1.6rem;
    margin: 0;
    background: white;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: transparent !important;
    border-top: 1px solid #01a0d8 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #01a0d8 !important;
    color: #fff;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c4c4c4  transparent !important;
    border-width: 0 4px 5px 4px;
}
.hide_data {
    width: 40%;
    float: left;
    overflow: hidden;
}
.img_profile_dash {
    height: 200px;
    width: 50%;
}
.left_prifile_section {
    background-color: #fff;
    padding: 20px;
    height: 341px;
}
li.user_name {
    font-size: 18px;
    color: #fff;
    padding: 0 6px;
    font-weight: normal;
    text-transform: capitalize;
}
.chat_head img {
    position: relative;
    top: 7px;
}
.drop_vailue a {
    font-size: 14px !important;
}
.img_profile_dash {
    height: 200px;
    width: 200px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 50%;
}
.right_prifile_section {
    background-color: #eaedef;
    height: 340px;
    padding: 20px;
    background-color: #fff;
}
.content_profile_dash h2 {
    color: #333;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
.content_profile_dash h3 {
    color: #01a0d8;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
form#w0 {
    margin: 20px 0 0;
}
.right-text-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    text-align: center;
    font-size: 14px;
    color: #01a0d8;
    /* text-transform: capitalize; */
    width: 205px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 #ddd;
    padding: 20px;
}
.widget_azh_widget .col-sm-6{
    margin-bottom: 30px;
}
.summary {
    margin: 0;
    position: absolute;
    top: 54px;
    right: 45px;
    color: #fff;
}
.listings_here .summary {
    top: 30px;
}
.favourites_here .summary {
    top: 35px;
}
.content_profile_dash p {
    color: #333;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.content_profile_dash span {
    font-size: 18px;
    color: #333;
    padding: 16px 16px 0 0;
}

.ds-boar-title {
    background-color: #337ab7;
    padding: 10px;
}
.ds-boar-title .btn-primary {
    color: #337ab7;
    background-color: #ffffff;
    border-color: #01a0d8;
    position: relative;
    top: -4px;
    padding: 4px 6px;
    font-size: 12px;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #eaedef;
    max-width: 100%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
li.user_name {
    color: #bb1f1f;
}






.section-headline.centered.margin-top-10.margin-bottom-5 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.section-headline p {
    font-size: 30px;
    color: #01a0d8;
}
.section-headline span {
    font-size: 80px;
    color: #01a0d8;
    margin: 0 13px;
}
.section-headline h1 {
    font-size: 80px;
    color: #bb1f1f;
}
a.button.big.ripple-effect {
    background-color: #01a0d8;
    color: #fff;
    padding: 10px 40px;
    margin-top: 30px;
}
.site-error {
    background-color: #f1f1f1;
    padding: 30px 0;
}

/*contact-page*/

.banner-contact {
    background: url(../images/pop_bg.jpg);
    height: 170px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 62px;
    margin-bottom: 40px;
}
.banner-contact h1{color: #fff;}
.top-headings-contact{text-align: center;margin-bottom: 30px;}
.top-headings-contact p{margin-bottom: 10px;}
.top-headings-contact h2{margin-bottom: 10px;}
button.btn.btn-primary.submit-button {
    width: 150px;
    background-color: #01a0d8;
    border: 1px solid;
    padding: 12px 0;
    float: right;
    margin: 30px 0;
}
.contact-form-fields input {
    height: 46px;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}
.contact-form-fields textarea {
    height: 80px;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}
.email-address h3 {
    font-size: 16px;
    margin-top: 6px;
}
.email-address {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px 5px;
}
.email-address i.fa.fa-envelope {
    font-size: 50px;
    color: #01a0d8;
}
[name="printIframe"]{
    display: none;
}
/*for-printcss*/
 @media print {
    .pglist-p-com-ti h3{
        display: none;
        }
        .carousel-inner > .item > img, .carousel-inner > .item > a > img{
            object-fit: cover;
        }
        .visits_on_page{
            margin: 0;
        }
        .pg-list-1-left{border: 1px solid #ddd;}
        .com-padd .pg-list-1-left{border: none; margin-top:0; }
        .hide{display: block !important;}
        .breadcrumbs li a{padding: 0;}
        .breadcrumbs li{margin: 0 5px;}
        .list-pg-inn-sp{padding: 0;margin: 0;}
        .list-pg-inn-sp h4{margin-left: 0;}
        .pg-list-1-left h3{margin-bottom: 20px;}
        .list-rom-ami ul li{height: auto;}
        .list-room-type i{display: none;}
    }
/*for-printcss-end*/