@charset "UTF-8";
body {
    color: #73848e;
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    padding-right: 0px!important;
    overflow-x: hidden;
    background-color: #f5f5f5
}

@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: 400;
    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 {
    color: #2a2b33;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

p,
a,
li,
span,
label,
tr,
td,
th,
input {
    color: #636363;
    font-size: 15px;
    font-weight: 400
}

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
}

.com-padd {
    padding: 100px 0
}

@media (max-width:530px) {
    .com-padd {
        padding: 30px 0
    }
}

.com-padd-2 {
    padding: 50px 0
}

.com-padd-redu-top {
    padding-top: 50px
}

.com-padd-redu-bot {
    padding-bottom: 0
}

.com-padd-redu-bot1 {
    padding-bottom: 70px
}

.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
}

#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;
    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;
    background: url(../../img/images_new/banner2.jpg) no-repeat;
    background-size: cover
}

.dir-ho-tl ul {
    padding: 0;
    margin-bottom: 0
}

.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;
    margin-top: 0;
    margin-top: 5px
}

.dir-ho-tr ul {
    padding: 0;
    margin-top: 25px;
    float: right;
    text-align: right;
    width: 100%
}

@media (max-width:460px) {
    .dir-ho-tr ul {
        margin-top: 55px
    }
}

.dir-ho-tr ul li:nth-child(3) a {
    color: #fff;
    background-color: #30abd5;
    font-weight: 400;
    border-radius: 30px;
    padding: 6px 10px
}

.dir-ho-tr ul li:nth-child(3) a i {
    padding-right: 2px
}

.dir-ho-tr ul li a {
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 400;
    padding: 0!important
}

@media (max-width:400px) {
    .dir-ho-tr ul li a {
        font-size: 13px
    }
}

.bottomMenu {
    position: fixed;
    top: -2px;
    width: 100%;
    height: 80px;
    border-top: 1px solid #ffcd00;
    background: #ffcd00;
    -webkit-box-shadow: 0 0 10px -3px #ffcd00;
    -moz-box-shadow: 0 0 10px -3px #ffcd00;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .47);
    border-bottom: 1px solid #ffcd00;
    background: -webkit-linear-gradient(to right, #ffcd00, #ffcd00);
    background: linear-gradient(to right, #ffcd00, #ffcd00);
    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;
    z-index: 999
}

@media (max-width:768px) {
    .bottomMenu {
        height: auto
    }
}

.rtl .bottomMenu {
    right: 0
}

.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
}

.ts-menu {
    position: relative
}

.ts-menu-1 {
    float: left;
    width: 15%;
    margin-top: 15px
}

@media (min-width:1120px) {
    .ts-menu-1 {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .ts-menu-1 {
        width: 100%;
        text-align: center
    }
}

.ts-menu-1 a img {
    width: 100%;
    padding: 5px;
    margin-top: 0
}

@media (max-width:768px) {
    .ts-menu-1 a img {
        width: inherit;
        padding: 0 0 5px 0;
        width: 114.23px;
        height: 33px
    }
}

.ts-menu-2 {
    float: left;
    width: 4%;
    padding: 17px 12px 15px 12px
}

.ts-menu-2 a {
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.ts-menu-2 a i {
    color: #fff;
    padding: 5px
}

.ts-menu-3 {
    float: left;
    width: 64%;
    padding: 0 0 0 0
}

@media (max-width:1120px) {
    .ts-menu-3 {
        width: 70%
    }
}

@media (max-width:768px) {
    .ts-menu-3 {
        width: 100%
    }
}

.ts-menu-4 {
    float: left;
    margin-top: 7px
}

@media (max-width:1120px) {
    .ts-menu-4 {
        display: none
    }
}

.ts-menu-5 .btn,
.ts-menu-4 .btn {
    background-color: #333;
    height: 38px;
    padding: 0 15px;
    margin: 0;
    color: #fff
}

.ts-menu-5 .btn:hover,
.ts-menu-4 .btn:hover {
    background-color: #000;
    color: #fff
}

.ts-menu-5 {
    float: left;
    margin: 15px 0 0 5px
}

@media (max-width:1120px) {
    .ts-menu-5 {
        float: right;
        width: 11%;
        margin: 0
    }
}

@media (max-width:768px) {
    .ts-menu-5 {
        display: none
    }
}

@media (max-width:1120px) {
    .ts-menu-5 .btn {
        float: right;
        margin: 15px
    }
}

.rtl .ts-menu-5 {
    float: right;
    margin: 15px 4px 0 0
}

@media (max-width:1120px) {
    .rtl .ts-menu-5 {
        margin: 0
    }
}

.ts-menu-5 span {
    top: 15px;
    float: right;
    position: relative;
    cursor: pointer
}

.rtl .ts-menu-1,
.rtl .ts-menu-2,
.rtl .ts-menu-3,
.rtl .ts-menu-4 {
    float: right
}

@media (max-width:530px) {
    .rtl .ts-menu-1,
    .rtl .ts-menu-2,
    .rtl .ts-menu-3,
    .rtl .ts-menu-4 {
        float: inherit
    }
}

@media (max-width:530px) {
    .rtl .ts-menu-1 {
        float: left
    }
}

.top-search form ul {
    padding: 0
}

.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: 0
}

.top-search form ul li input[type="submit"] {
    background: url(../../img/images_new/search_bg1.png) no-repeat center center #263a78;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px
}

.top-links ul {
    float: right;
    padding-left: 0
}

.top-links ul li {
    display: inline-block
}

.top-links ul li a {
    color: #fff;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #1e3069;
    border-radius: 2px;
    font-size: 14px;
    background: #263a78;
    border-radius: 2px
}

.cat-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .5);
    margin-top: 16px;
    left: 0
}

.top-menu-ani {
    transition: all 0.5s ease
}

.cat-menu ul {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.cat-menu ul li {
    width: 100%;
    float: left;
    list-style-type: none;
    background: url(../../img/images_new/arrow.png) no-repeat center left;
    background-size: 10px
}

.cat-menu ul li:nth-child(5) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(10) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(15) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(20) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(25) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(30) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(35) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(40) {
    border-right: 0 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 h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #2d3c43;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 5px
}

.cat-menu h4 span {
    font-size: 18px
}

.com-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.com-title h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    font-size: 42px;
    text-transform: capitalize;
    color: #333
}

.com-title h2 span {
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.com-title p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0;
    color: #333
}

.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 ul {
    border-right: 0 solid #d6d6d6
}

.to-ho-hotel-con-23 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff
}

.to-ho-hotel-con-2 h4 {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0
}

.to-ho-hotel-con-3 ul {
    padding: 0;
    margin-bottom: 0
}

.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-ra dius: 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 i {
    color: #04abc0
}

.hot-list-left-part-rat {
    width: 25px;
    height: 25px;
    background-color: #04abc0;
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(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: 0 5px;
    display: none
}

.hot-page2-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, .79);
    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 ul {
    margin-bottom: 0;
    padding: 0
}

.hom-list-share ul li {
    float: right;
    list-style-type: none;
    display: inline-block;
    width: 25%
}

.rtl .hom-list-share ul li {
    float: left
}

.hom-list-share ul li a {
    display: block;
    border: 1px solid #ececec;
    margin: 2px;
    padding: 0 5px;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
    font-style: normal
}

@media (max-width:530px) {
    .hom-list-share ul li a {
        padding: 0
    }
}

.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, .82);
    bottom: 15px;
    padding: 3px 8px;
    margin: 0 0;
    right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 0
}

.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: #ffc107;
    color: #333;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px
}

.link-btn {
    background: #1ebef0;
    color: #333;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(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%
}

.dir-home-nav-bot {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    font-weight: 600
}

.dir-home-nav-bot ul {
    margin-bottom: 0
}

.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: 0 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: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78)
}

.dir-home-nav-bot ul li a i {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .44)
}

.dir-ani-btn {
    position: relative;
    background-color: #15b0f6;
    border: none;
    font-size: 28px;
    color: #FFF;
    padding: 2px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(14, 14, 13, .42);
    border-bottom: 1px solid #0793d2;
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .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
}

.dir-ho-t2l form ul {
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    border-radius: 0
}

.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(../.
 ./img/images_new/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: 0;
    outline: none
}

.dir-ho-t2l form ul li input[type="submit"] {
    color: #fff;
    font-weight: 600;
    padding: 17px;
    background-size: 30px;
    font-size: 18px;
    background: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78);
    text-transform: uppercase
}

.dir-v2-ho-t2l form ul li input[type="submit"] {
    color: #fff;
    font-weight: 600;
    padding: 15px;
    background-size: 30px;
    font-size: 18px;
    background: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78);
    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: 0 solid #eaeaea
}

.dir-ho-t-sp {
    padding: 75px 0 125px 0
}

@media (max-width:530px) {
    .dir-ho-t-sp {
        padding: 60px 0 45px 0
    }
}

.dir1-home-head:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .76) 14%, rgba(0, 0, 0, .35) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.dir-ho-t-tit h1 {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
    padding-top: 3%;
    font-size: 50px
}

.dir-ho-t-tit-2 h1 {
    padding-top: 10%
}

.dir-ho-t-tit p {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
    font-size: 20px
}

.home-tab-search ul li a {
    font-size: 16px
}

.home-tab-search ul li a i {
    margin-right: 8px
}

.dir-ho-t2r {
    padding: 45px 40px;
    position: relative;
    z-index: 999;
    background: rgba(0, 0, 0, .32)
}

.dir-ho-com-head {
    text-align: center;
    padding: 0 0 60px 0
}

.dir-ho-com-head h2 {
    font-size: 36px
}

.dir-ho-com-head p {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 15px;
    color: #989898
}

.dir-ho-best-list {
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 7px rgba(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: #fff;
    box-shadow: 0 6px 34px rgba(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, .72) 14%, rgba(0, 0, 0, .08) 35%);
    top: 0;
    bottom: 0;
    left: 0;
    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-size: 14px;
    color: #7a7a7a;
    text-transform: capitalize
}

.dir-ho-best-list a:hover {
    text-decoration: none
}

.dir-ho-best-list-btn {
    border: 1px solid #0793d2;
    -moz-box-shadow: #B7B8B8 0 1px 0 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, .3);
    font-weight: 700;
    color: #000;
    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: #333;
    right: 0;
    font-size: 14px;
    border-radius: 0;
    bottom: 0
}

.dir-ho-dis {
    font-size: 52px;
    color: #1cafdb;
    display: inline-block;
    margin-top: 18px
}

.web-app {
    background: url(../../img/images_new/city.png) no-repeat bottom center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-repeat-y: no-repeat
}

@media (max-width:530px) {
    .web-app {
        display: none
    }
}

.web-app:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, .68) 0%, rgba(255, 255, 255, .8) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.web-app-img img {
    width: 100%
}

.web-app-con h2 {
    font-weight: 100;
    font-size: 34px;
    color: #333
}

.web-app-con h2 span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.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 0
}

.web-app-con ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px
}

.web-app-con ul li i {
    color: #263a78;
    margin-right: 5px
}

.web-app-con form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 8px
}

.web-app-con form ul {
    padding: 0;
    margin: 0
}

.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: #263a78;
    background: linear-gradient(to bottom, #30abd5, #30abd5)
}

.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 {
    background: #1c1c1c
}

footer {
    color: #9a9a9a;
    font-weight: 300;
    padding: 90px 0 50px
}

@media (max-width:530px) {
    footer {
        padding: 50px 0
    }
}

footer h4,
footer .strong {
    color: #636363;
    font-weight: 400;
    font-size: 21px;
    font-style: normal
}

@media (max-width:530px) {
    footer h4,
    footer .strong {
        font-size: 27px
    }
}

footer h4 {
    margin-bottom: 15px
}

@media (max-width:530px) {
    footer h4 {
        margin-bottom: 5px
    }
}

footer .highlighted {
    color: #a0a0a0;
    font-size: 21px;
    vertical-align: -1px;
    font-style: normal
}

footer ul.two-columns li {
    width: 50%;
    float: left
}

footer ul.two-columns::after {
    content: "";
    display: table;
    clear: both
}

footer ul {
    padding: 0
}

footer ul li {
    list-style-type: none;
    background: url(../../img/images_new/arr.png) no-repeat center left;
    padding-left: 24px;
    background-size: 9px
}

footer ul li a {
    color: #636363;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-style: normal
}

footer ul li a:hover {
    color: #a0a0a0;
    padding-left: 4px
}

.foot-sec2 p {
    font-size: 15px;
    font-style: normal
}

@media (max-width:530px) {
    .foot-logo {
        padding: 0
    }
}

.foot-logo img {
    width: 100%;
    padding-bottom: 20px
}

@media (max-width:530px) {
    .foot-logo img {
        width: 50%
    }
}

@media (max-width:530px) {
    .rtl .foot-logo img {
        width: 80%;
        position: relative;
        right: -20px
    }
}

.foot-sec2 {
    padding-top: 50px
}

@media (max-width:530px) {
    .foot-sec2 {
        padding-top: 10px
    }
}

.foot-social ul {
    padding: 0
}

.foot-social ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    background: none;
    padding-left: 0
}

.foot-social ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0 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: #dd4b39
}

.foot-social ul li:nth-child(3) i {
    background: #1da1f2
}

.foot-social ul li:nth-child(4) i {
    background: #0077b5
}

.foot-social ul li:nth-child(5) i {
    background: #b00
}

.foot-social ul li:nth-child(6) i {
    background: #34af23
}

.foot-social ul li a:hover {
    padding-left: 0
}

.copy {
    background-color: #0b0b0b
}

.copy p {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    font-style: normal
}

.copy p a {
    color: #636363
}

.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: 0
}

.dir-foot ul li {
    list-style-type: none;
    background: url(../../img/images_new/f_p.png) 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: 0;
    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 i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    background: #ff c732;
    color: #343c42;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .44)
}

.dir-foo2 {
    position: relative;
    overflow: hidden
}

.dir-foo-cen img {
    float: left;
    padding-right: 15px
}

.dir-foo-cen h5 {
    font-size: 24px;
    color: #7d7d7d;
    margin-top: 14px
}

#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    position: fixed;
    background-color: #fff;
    display: none
}

#loading-animation {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    margin: -100px 0 0 -100px;
    background: url(../../img/images_new/loading.gif) center center no-repeat
}

.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 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
}

.dir-hr1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative
}

@media (max-width:992px) {
    .dir-hr1 {
        width: 85%
    }
}

.dir-hli {
    position: relative;
    overflow: hidden
}

.dir-hli a {
    text-decoration: none
}

.dir-hli ul {
    padding: 0
}

.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(0, 0, 0, .72) 14%, rgba(0, 0, 0, .08) 35%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.dir-hli-1 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.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, .79);
    display: none;
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px
}

.dir-hli-5 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    background: #000
}

.dir-hli-2 {
    padding: 15px;
    background: #f5f5f5;
    height: 60px
}

@media (max-width:768px) {
    .dir-hli-2 {
        padding: 10px
    }
}

.dir-hli-2 h4 {
    color: #273440;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dir-hli-2 h4 span {
    float: right;
    font-size: 12px;
    line-height: 20px
}

.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(../../img/images_new/list-p-bg.jpeg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed
}

.dir-alp-1 {
    background: #fbf7eb;
    margin-top: 0
}

.dir-alp-tit h1 {
    color: #fff;
    padding-top: 35px
}

.dir-alp-tit ol {
    background: none
}

.dir-alp-tit ol li a {
    color: #fff
}

.dir-alp-con {
    position: relative;
    overflow: hidden;
    background: #eaeaea;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .36)
}

.dir-alp-con-1 {
    background: #fff
}

.dir-alp-con-left {
    padding-left: 0px!important
}

.dir-alp-con-right {
    padding-bottom: 70px
}

.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 img {
    width: 24px;
    height: 24px;
    border-radius: 28px;
    border: 1px solid #fff
}

.list-left-near h5 {
    color: #20344c;
    font-size: 15px
}

.list-left-near span {
    color: #949fa9;
    font-size: 13px
}

.lln1 {
    width: 10%
}

.lln2 {
    width: 80%;
    padding: 0 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 div {
    float: left
}

.dir-alp-left-ner-notb {
    border-top: 0
}

.dir-alp-l3 ul {
    padding: 0
}

.dir-alp-l3 ul li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    padding-top: 8px
}

.dir-alp-l3 ul li:last-child {
    border-bottom: 0 solid #d4d4d4
}

.dir-alp-l3 ul li label {
    display: block;
    font-size: 14.5px!important;
    color: #20344c
}

.dir-alp-l-com h4 {
    background: #20344c;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px
}

.dir-alp-l-com1 form {
    padding-bottom: 8px
}

.dir-alp-l-com1 {
    padding: 15px;
    background: #fff;
    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: #fff
}

.dir-hom-pre ul {
    margin: 0;
    padding: 15px
}

.dir-hom-pre ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4
}

.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
}

.dir-lp-rat {
    padding: 6px 6px 15px 8px
}

.dir-alp-ri-p2 {
    padding: 15px 0
}

.dir-alp-ri-p2 h3 {
    color: #343c42;
    font-size: 22px
}

.dir-alp-ri-p2 ul {
    padding: 0;
    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(../../img/images_new/list-i1.png) 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(../../img/images_new/list-i2.png) no-repeat center left;
    background-size: 18px
}

.dir-alp-ri-p2 ul li:nth-child(3) {
    color: #979797;
    width: 50%;
    background: url(../../img/images_new/list-i3.png) 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-quot-btn {
    background: #ffb600;
    color: #333;
    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-bottom: 15px;
    background: #fff;
    margin-right: 15px
}

.dir-alp-r-list:hover {
    background: #fff;
    box-shadow: 0 2px 12px rgba(121, 121, 121, .33)
}

.dir-alp-r-cbb-rat {
    background: #44637d;
    position: absolute;
    padding: 4px 8px;
    right: -1px;
    border-radius: 1px;
    color: #fff;
    top: 0;
    font-weight: 600;
    font-size: 12px
}

.sa-list-pre-soci {
    right: 5px;
    position: absolute;
    bottom: 0
}

.sa-list-pre-soci ul {
    padding-top: 8px;
    margin-bottom: 0
}

.sa-list-pre-soci ul li {
    float: left;
    margin-right: 5px
}

.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: 0
}

.sa-list-pre-soci ul li:last-child i {
    background: #FFC107;
    color: #333
}

.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 i {
    font-size: 58px;
    color: #fff
}

.sa-pop-l1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600
}

.sa-pop-l2 {
    font-size: 50px;
    line-height: 54px;
    padding: 18px 0;
    border-top: 2px #fff;
    border-top-style: dashed;
    border-bottom: 2px #fff;
    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-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 0 14px 0
}

.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;
    -moz-box-shadow: #B7B8B8 0 1px 0 inset;
    -moz-border-radius: 3px;
    font-size: 16px;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #000;
    background-color: #fdc600;
    background-image: -moz-linear-gradient(top, #ef9f41, #f79623);
    background-image: -ms-linear-gradient(top, #ef9f41, #f79623);
    background-image: -o-linear-gradient(top, #ef9f41, #f79623);
    text-transform: uppercase
}

.dir-pr-p1 {
    background: url(../../img/images_new/list-p-bg.jpg) no-repeat center center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 25px;
    background-size: cover
}

.dir-pr-p1 ul {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.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(../../img/images_new/list-pre-i1.png) 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: 0 6px 15px 0
}

.dir-pr-p1-rev {
    float: right;
    position: relative;
    margin-top: 25px
}

.dir-pr-p2o {
    background: #1f4363
}

.dir-pr-p2 ul {
    margin-bottom: 0;
    padding: 0
}

.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(../../img/images_new/list-pre-i1.png) no-repeat left center;
    background-size: 25px
}

.dir-pr-p2 ul li:nth-child(2) {
    color: #fff;
    font-size: 16px;
    background: url(../../img/images_new/list-pre-i2.png) 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: #333;
    padding: 8px 6px;
    text-align: center;
    border-radius: 30px
}

.dir-p-p1-rev-btn {
    font-size: 14px;
    padding: 8px
}

.fb1 {
    background: #3b5998
}

.gp1 {
    background: #dd4b39
}

.tw1 {
    background: #1da1f2
}

.li1 {
    background: #0077b5
}

.yt1 {
    background: #cd201f
}

.wa1 {
    background: #34af23
}

.dir-pr-p3 {
    position: relative;
    overflow: hidden;
    background: #f3f3f3
}

.db-user-left {
    background: #161512;
    border: 1px solid #161512;
    box-shadow: 0 2px 12px rgba(150, 150, 150, .18)
}

.db-user-img img {
    width: 100%
}

.db-user-left-menu {
    padding: 15px
}

.db-user-left-menu ul {
    padding: 0;
    margin-bottom: 0
}

.db-user-left-menu ul li {
    display: block;
    padding: 4px 0
}

.db-user-left-menu ul li a {
    color: #c3c3c3;
    display: block;
    border-bottom: 1px solid #33322d;
    padding: 7px;
    font-size: 15px;
    text-transform: capitalize
}

.db-user-left-menu ul li a:hover {
    background: #335c82;
    color: #fff;
    transform: scale(1.1)
}

.db-user-left-menu ul li:last-child a {
    border-bottom: 0 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: 0 0 5px rgba(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-transitio n: all 0.5s ease;
    transition: all 0.5s ease
}

.dir-pr-p3-right {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 12px rgba(150, 150, 150, .18);
    padding: 20px
}

.dir-pr-tit-first {
    padding-top: 0px!important
}

.dir-pr-tit {
    padding-top: 25px;
    padding-bottom: 25px
}

.dir-pr-tit h2 {
    color: #343c42;
    font-size: 24px
}

.dir-pr-tit h2 span {
    color: #9c9d9e;
    font-size: 24px
}

.dir-pr-p3-right p {
    font-size: 16px;
    color: #343c42;
    line-height: 24px;
    display: inline-block
}

.dir-pr-p3-rp-com {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px
}

.dir-pr-p3-rp2 img {
    width: 100%
}

.dir-pr-p3-rp3 {
    position: relative;
    overflow: hidden
}

.dir-pr-p3-rp3 ul {
    padding: 0;
    margin-bottom: 0
}

.dir-pr-p3-rp3 ul li {
    background: url(../../img/images_new/pre-ser-i.png) no-repeat center left;
    background-size: 16px;
    padding-left: 40px;
    float: left;
    list-style-type: none;
    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;
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(0, 0, 0, .41);
    border-color: #9e9e9e;
    padding: 25px 10px;
    border-radius: 2px
}

.cbb3-pr-pr-sli-right-btn {
    position: absolute;
    right: 37px;
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(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-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: 0 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-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 iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.dir-pr-p3-rp6 {
    position: relative;
    overflow: hidden
}

.dir-pr-p3-rp6 ul {
    padding: 0
}

.dir-pr-p3-rp6 ul li {
    list-style-type: none
}

.stars {
    background: url(../../img/images_new/stars.png) 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(../../img/images_new/stars.png) 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 ul {
    margin-bottom: 0px!important
}

.sa-list-left-filter-1 ul li {
    border-bottom: 0px!important;
    padding: 8px 0 6px 0px!important
}

.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: 0 10px
}

.l-info-5 li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #c2c2c2
}

.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
}

.dir-pr-p3-rp7-left img {
    margin: 0 auto;
    display: table;
    padding-bottom: 10px
}

.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 img {
    height: inherit
}

.dir-pr-p8-rel-list {
    background: #fff;
    border: 0 solid #fff
}

.dir-p8-list-tit h2 {
    color: #fff;
    padding-left: 15px
}

.dir-p8-list-tit h2 span {
    color: #afc2d2
}

.dir-pr-p3-left-2 {
    background: #fff;
    margin-top: 25px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 12px rgba(150, 150, 150, .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: 0;
    margin-bottom: 0
}

.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: 0;
    border-bottom: 0 solid #e2e2e2
}

.dir-pr-p3-left-21 ul li span {
    float: right;
    background: #ffc51d;
    color: #333;
    font-weight: 600;
    padding: 0 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px
}

.dir-pr-p8-rp8 ul li {
    background: url(../../img/images_new/pre-pro-i.png) no-repeat center left;
    background-position: 5px;
    background-size: 16px
}

.list-featu ul {
    padding: 0
}

.list-featu ul li {
    list-style-type: none
}

.pricing {
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .11);
    transition: all 0.5s ease;
    margin-bottom: 20px
}

.pricing:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .3)
}

.pricing li:nth-child(1) {
    background: #19d3e8;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .82)
}

.pricing li:nth-child(2) {
    background: #05c6db;
    color: #333;
    font-size: 24px;
    padding: 25px 0;
    font-weight: 600;
    background: -webkit-linear-gradient(to bottom, #03c4da, #19d3e8);
    background: linear-gradient(to bottom, #03c4da, #19d3e8);
    text-shadow: 0 1px 0 rgba(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: #333;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .59)
}

.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
}

.price-start a {
    padding: 2px
}

.list-featu {
    position: relative;
    overflow: hidden
}

.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-pro li:nth-child(1) {
    background: #e3e819
}

.p-pro li:nth-child(2) {
    background: #d6da07;
    background: -webkit-linear-gradient(to bottom, #f9f609, #d3d807);
    background: linear-gradient(to bottom, #d9de06, #e3e819)
}

.p-ppro li:nth-child(1) {
    background: #aae819
}

.p-ppro li:nth-child(2) {
    background: #9cdd03;
    background: -webkit-linear-gradient(to bottom, #9adc00, #aae819);
    background: linear-gradient(to bottom, #9adc00, #aae819)
}

.p-listing {
    padding: 35px 0;
    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: 7px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px!important;
    font-weight: 400;
    color: #333
}

.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
}

.dir-pop-width {
    margin: 0 auto;
    width: 70%!important
}

.dir-pop-head {
    background: url(../../img/images_new/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-t op: -65px;
    padding: 30px 50px 25px 50px;
    border-radius: 5px;
    box-shadow: 0 2px 34px rgba(80, 80, 80, .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 label {
    color: #333;
    font-weight: 400;
    font-size: 15px
}

.dir-pop-com input,
textarea,
select {
    font-size: 15px
}

.dir-pop-foot {
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px
}

.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
}

.proj {
    margin-top: -50px;
    position: relative;
    z-index: 8
}

.slick-prev:before,
.slick-next:before {
    color: #636363!important
}

.hom-pro {
    background: #fff;
    text-align: center;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .07);
    border-radius: 2px;
    margin-bottom: 10px;
    height: 385px
}

.hom-pro:hover {
    background: #f3f2ee
}

.hom-pro h4 {
    padding-bottom: 15px
}

.hom-pro p {
    margin-bottom: 0;
    padding-bottom: 18px
}

.hom-pro a {
    padding: 4px 7px;
    border-radius: 30px;
    color: #253d52;
    font-size: 13px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 2px #237C9B;
    background-color: #30abd5;
    color: #fff
}

.sec-bg-white {
    background: #fff
}

.list-spac {
    margin: 15px;
    padding: 15px 0;
    margin-bottom: 15px!important
}

.list-spac-1 {
    border: 1px solid #e2e2e2
}

.home-list-pop {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 15px 0;
    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;
    height: 160px
}

@media (max-width:992px) {
    .home-list-pop {
        height: auto
    }
}

.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: 0 11px 9px -10px rgba(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%
}

@media (max-width:992px) {
    .home-list-pop img {
        width: 75%
    }
}

.home-list-pop-desc span {
    text-transform: uppercase;
    font-size: 12px
}

.home-list-pop-desc h3 {
    font-size: 20px;
    padding-bottom: 8px;
    color: #000;
    padding-top: 5px;
    margin-right: 22px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:530px) {
    .home-list-pop-desc h3 {
        margin: 0
    }
}

.home-list-pop-desc h4 {
    font-size: 15px;
    padding-bottom: 8px
}

.home-list-pop-desc p {
    margin-bottom: 0;
    font-style: normal
}

.home-list-pop-rat {
    position: absolute;
    background: #FFCD00;
    padding: 4px;
    font-weight: 600;
    color: #333;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.list-number {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px
}

.list-number ul {
    padding: 0
}

.list-number ul li {
    display: inline-block;
    float: left;
    width: 50%;
    color: #636363;
    font-size: 14px
}

.list-number ul li img {
    width: 18px;
    margin-right: 7px
}

.inn-list-pop-desc h3 {
    font-size: 24px
}

.inn-list-pop-desc p {
    font-size: 14px
}

.inn-list-pop-desc p b {
    color: #333
}

.home-dis {
    position: relative;
    overflow: hidden;
    background: #1C1C1C;
    padding: 70px 0
}

.home-dis-new {
    position: relative;
    overflow: hidden;
    background: #1C1C1C;
    padding: 20px 0;
    text-align: center;
    color: #FFF
}

.home-dis h2 {
    color: #fff;
    font-size: 46px;
    vertical-align: middle;
    text-align: center
}

.home-dis h2 span {
    color: #fdb714;
    font-size: 46px;
    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;
    color: #fff;
    vertical-align: middle
}

.home-dis:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    opacity: .2
}

.hom-cre-acc-left h3 {
    font-weight: 100;
    font-size: 34px
}

.hom-cre-acc-left h3 span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.hom-cre-acc-left h5 {
    font-weight: 500;
    font-size: 24px
}

.hom-cre-acc-left p {
    padding-top: 8px;
    font-size: 16px
}

.hom-cre-acc-left ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 50px
}

.hom-cre-acc-left ul li {
    padding-bottom: 30px;
    list-style-type: none
}

.hom-cre-acc-lef t ul li img {
    text-align: center;
    float: left;
    width: 50px
}

.hom-cre-acc-left ul li div {
    display: block;
    margin-left: 80px;
    margin-top: -10px
}

.hom-cre-acc-right form {
    border: 1px solid #ededed;
    background-color: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    padding: 35px 50px 35px 50px;
    background: #eaedef
}

.animate-lab {
    color: #9e9e9e;
    z-index: 9;
    font-size: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    position: absolute;
    pointer-events: none;
    margin-top: -35px;
    margin-left: 24px
}

.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;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.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;
    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;
    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
}

.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 .checkbox {
    padding: 10px 0
}

.sea-drop-com {
    background: #fff;
    display: none;
    position: relative;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, .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: 0
}

.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: 0;
    margin: 0
}

.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 textarea {
    margin-top: 0px!important
}

.show-review {
    color: #333;
    font-weight: 700;
    font-size: 23px
}

@media (max-width:768px) {
    .show-review {
        bottom: 7px;
        position: relative
    }
}

@media (max-width:530px) {
    .show-review {
        bottom: 7px;
        position: relative
    }
    font-size:15px!important
}

.list-rat-ch i {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
    padding: 3px 2px 2px 2px;
    border-radius: 0;
    font-size: 11px;
    vertical-align: text-top
}

.full-btn {
    width: 100%;
    font-size: 16px
}

.hom-cr-acc-check {
    padding: 15px 8px!important
}

.hom-cr-acc-check label {
    font-size: 12px;
    font-weight: 600;
    color: #8e8e8e
}

.list-pg-lt {
    width: 70%;
    float: left
}

.list-pg-rt {
    width: 30%;
    float: left;
    padding: 0 0 0 20px
}

.list-page-enq {
    margin-top: 60px;
    background: url(../../img/images_new/banner2.jpg) no-repeat;
    background-size: cover;
    position: relative
}

.li st-page-enq:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(32, 52, 76, .64) 14%, rgba(0, 0, 0, .55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    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: #000;
    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: 0 16px 40px -10px black;
    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;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.lpe-right label {
    top: 14px
}

.lpe-right textarea {
    height: 75px
}

.list-red-btn {
    background: #F44336;
    background: linear-gradient(to top, #ec3123, #f44336);
    color: #fff;
    height: 45px;
    line-height: 45px
}

.list-pagenat li a,
.pull-right li a {
    color: #333!important
}

.pg-list-1 {
    margin-top: 60px;
    background: url(../../img/images_new/banner4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 70px 0;
    width: 100%;
    box-sizing: content-box
}

.pg-list-prop {
    background: url(../../img/images_new/list-deta/prop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box
}

.pg-list-shop {
    background: url(../../img/images_new/list-deta/shop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box
}

.pg-list-auto {
    background: url(../../img/images_new/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, #131519 14%, rgba(0, 0, 0, .55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.pg-list-1-left {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden
}

.pg-list-1-left h3 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px
}

.pg-list-1-left p {
    color: #b7b7b7;
    font-size: 20px
}

.pg-list-1-left h4 {
    color: #b7b7b7;
    padding: 15px 0
}

.pag-p1-phone ul li {
    color: #b7b7b7;
    font-size: 16px;
    width: 33.33%;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden
}

.pag-p1-phone ul li i {
    width: 24px;
    height: 24px;
    font-size: 18px
}

.pg-list-1-right {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    overflow: hidden
}

.pg-list-1-right-p1 {
    padding-top: 20px
}

.pg-list-1-right-p1 ul li a {
    background: #fff;
    border: 1px solid #fff;
    color: #162336;
    padding: 12px 5px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-size: 14px
}

.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: 500;
    font-size: 18px;
    text-transform: uppercase
}

.pglist-p-com-ti h3 span {
    font-size: 24px;
    color: #828282;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.list-360 iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.list-tit-mar-0 {
    padding-top: 0px!important
}

.list-slider-nav {
    margin-top: 175%;
    position: absolute;
    background: #ffe500;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    color: #333
}

.list-slider-nav-rp {
    margin-right: 40px;
    position: initial
}

.list-page-com-p p {
    font-size: 15px;
    color: #828282;
    line-height: 24px
}

.share-btn {
    padding-bottom: 10px
}

.share-btn ul {
    margin-bottom: 0
}

.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: 600;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase
}

.share-btn ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px
}

.share-btn ul li i {
    padding-right: 3.75pt
}

.pg-list-ser ul li {
    padding: 8px
}

.pg-list-ser-p1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .71) 14%, rgba(0, 0, 0, .32) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.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);
    transfo rm: 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;
    width: 89.5%;
    margin-top: -35px
}

.pg-list-ser-p2 h4 {
    text-align: center;
    color: #fff;
    font-size: 20px
}

.list-pg-bg {
    background: #f7f8fa
}

.pglist-bg {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.list-pg-inn-sp {
    padding: 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: 0
}

.list-room-type ul li {
    display: inline-block;
    float: left;
    color: #636363;
    font-size: 14px
}

.list-room-type ul li img {
    width: 18px;
    border-radius: 40px
}

.list-room-deta h3 {
    font-size: 20px;
    color: #141f31;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.list-room-rati {
    padding: 10px 0 5px 0
}

.list-rom-ami ul li {
    padding-bottom: 6px;
    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
}

.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
}

.ltr .lp-ur-all-left {
    float: left;
    width: 20%;
    border-right: 4px solid #6b7f8a;
    padding-right: 20px
}

.lp-ur-all-left-1 {
    float: left;
    width: 100%
}

.lp-ur-all-left-11 {
    float: left;
    width: 50%;
    font-size: 13px;
    padding-right: 14px;
    color: #636363
}

.lp-ur-all-left-12 {
    float: left;
    width: 50%;
    height: 6px;
    background: #dadada;
    margin-top: 7px;
    border-radius: 0
}

.lp-ur-all-left-13 {
    width: 100%;
    background: #43a047;
    height: 6px;
    border-radius: 0
}

.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: 80%;
    padding: 2px 20px
}

.lp-ur-all-right h5 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px
}

.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
}

@media (max-width:530px) {
    .lp-ur-all-right p span {
        display: table
    }
}

.lp-ur-all-right p span i {
    font-size: 20px;
    vertical-align: text-top
}

.lp-ur-all-rat h5 {
    padding: 15px 0 5px 0;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.lp-ur-all-rat ul {
    margin-bottom: 0;
    padding: 0
}

.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
}

.lr-user-wr-img img {
    width: 42px
}

.lr-user-wr-con {
    float: left;
    width: 90%;
    display: inline-block;
    padding: 0 20px
}

.rtl .lr-user-wr-con {
    float: right
}

.lr-user-wr-con h6 {
    line-height: 36px;
    font-size: 18px
}

.rtl .lr-user-wr-con h6 {
    float: right;
    width: 100%;
    display: inline-flex
}

.lr-user-wr-con p {
    font-size: 14.4px;
    color: #21344c
}

.lr-revi-date {
    font-size: 13px!important;
    color: #828282!important;
    width: 100%;
    display: inline-block;
    margin: 0
}

.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
}

.rtl .lr-user-wr-con h6 span {
    float: left;
    margin-left: inherit;
    margin-right: 6px;
    padding: 0 4px
}

.lr-user-wr-con h6 span i {
    font-size: 10px;
    vertical-align: text-top
}

.lr-user-wr-con ul {
    padding: 0;
    position: relative;
    overflow: hidden
}

.lr-user-wr-con ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    padding-top: 0;
    border: 0
}

.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
}

.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;
    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: 12p x;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.list-pg-guar ul {
    margin-bottom: 0
}

.list-pg-guar ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0 5px 0
}

.list-pg-guar ul li:nth-child(1) {
    padding: 5px 0 5px 0
}

.list-pg-guar ul li:nth-child(3) {
    border-bottom: 0 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-btn {
    width: 100%;
    font-size: 14px;
    height: 45px;
    line-height: 45px
}

.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(../../img/images_new/profile-bg.jpg) no-repeat;
    height: 100px;
    background-size: cover
}

.pg-list-user-pro img {
    position: relative;
    margin-top: 72px;
    margin-left: 41%
}

.list-pg-upro {
    text-align: center;
    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 iframe {
    height: 180px;
    width: 100%;
    border: 0
}

.list-pg-oth-info ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0
}

.list-pg-oth-info ul li:last-child {
    border-bottom: 0 solid #e2e2e2;
    padding-bottom: 0
}

.list-pg-oth-info ul li span {
    float: right;
    text-align: right;
    background: #f7f8fa;
    border-radius: 5px;
    padding: 0 5px;
    border: 1px solid #e2e2e2
}

.green-bg {
    background: #55bf15!important;
    color: #fff
}

.list-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.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: .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, .82) 10%, rgba(84, 84, 84, .35) 50%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px
}

.list-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0 20px;
    display: block
}

@media (max-width:530px) {
    .list-mig-lc-con {
        margin-top: -70px;
        padding: 10px 10px 0 10px
    }
}

.list-mig-lc-con2 {
    margin-top: -90px
}

@media (max-width:530px) {
    .list-mig-lc-con2 {
        margin-top: -80px
    }
}

.list-mig-lc-con h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width:530px) {
    .list-mig-lc-con h5 {
        font-size: 16px
    }
}

.list-mig-lc-con h6 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -20px;
    border: 1px solid #fff;
    padding: 8px 10px 10px 10px;
    border-radius: 18px;
    margin-bottom: 5px
}

.list-mig-lc-con p {
    color: #c1c1c1
}

@media (max-width:530px) {
    .list-mig-lc-con p {
        font-size: 13px
    }
}

.list-mi-pr {
    top: 15px
}

.list-ri-spec-tit h3 {
    padding: 5px 20px 18px 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center
}

.list-ri-spec-tit h3 span {
    font-weight: 500;
    font-size: 18px
}

.inn-pag-ban {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    padding: 75px 35px;
    color: #fff;
    text-align: center
}

.inn-pag-ban h4 {
    font-size: 20px
}

.inn-pag-ban h2 {
    font-size: 50px
}

.inn-pag-ban h5 {
    font-size: 14px
}

.how-com {
    padding-top: 20px
}

.how-com ul {
    margin-bottom: 0
}

.how-com ul li {
    position: relative;
    overflow: hidden;
    padding-left: 95px;
    padding-bottom: 30px
}

.how-com ul li:last-child {
    padding-bottom: 0
}

.how-com ul li img {
    text-align: center;
    margin-left: -95px;
    position: absolute;
    color: #fff
}

.how-com ul li h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px
}

.how-com ul li p {
    margin-bottom: 0;
    font-size: 15px
}

.inn-page-bg {
    margin-top: 60px;
    background: url(../../img/images_new/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, .64) 14%, rgba(0, 0, 0, .55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.how-border {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 25px 25px 28px 25px
}

.p-about {
    background: #fff
}

.page-about img {
    width: 100%
}

.page-about span {
    display: inline-block;
    padding: 20px 0;
    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: 0;
    padding: 40px 0
}

.page-about-count {
    text-align: center;
    color: #fff;
    border-right: 1px solid #30485d
}

.page-about-count-no-bor {
    border: 0
}

.page-about-count span {
    font-size: 45px;
    color: #FFEB3B;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .62)
}

.page-about-count h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .62);
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px
}

.page-about-count p {
    color: #aba9a9
}

.con-page {
    background: url(../../img/images_new/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 ul {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0
}

.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: #fff;
    padding: 8px
}

.sh1 {
    background: #4c4c4c
}

.con-tit-top-o {
    margin-top: 0px!important
}

.cpn-pag-form form p {
    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;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.cpn-pag-form form textarea {
    height: 75px
}

.con-pag-map iframe {
    width: 100%;
    border: 0;
    margin-top: 15px
}

.con-com-mar-bot-o {
    margin-bottom: 0px!important
}

.cpn-pag-form label {
    top: 14px
}

.blog-single {
    border: 1px solid #e4e4e4;
    padding: 15px 0;
    margin-bottom: 20px
}

.blog-img img {
    width: 100%
}

.page-blog h3 {
    font-size: 28px
}

.page-blog span {
    font-size: 16px;
    padding: 12px 0;
    display: inline-block;
    color: #888
}

.page-blog p {
    padding-bottom: 10px
}

.page-blog a {
    width: 200px
}

.share-pad-bot {
    padding-bottom: 10px
}

.blog-comment h3 {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.pg-re-rat {
    padding: 1px 0 0 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-weight: 600
}

.pg-revi-re p span {
    color: #a0a0a0;
    padding-left: 5px
}

.span-none span {
    display: none
}

.list-grid-rig-pad {
    padding-right: 30px!important;
    padding-top: 30px
}

.cus-rev {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 30px
}

.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
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../img/images_new/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.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: 0
}

.rating>label {
    color: #ddd;
    float: right
}

.half {
    display: none!important
}

.pg-elem {
    border: 1px solid #e4e4e4;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 16px 25px -22px black;
    border-bottom: 2px solid #d6c492
}

.pg-elem h3 {
    padding-bottom: 10px
}

.pg-elem-inn {
    margin-top: 20px
}

.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 {
    di splay: block
}

.pg-ele-tab {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.tz {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #eaedef;
    padding: 100px 50px
}

.tz-l {
    float: left;
    width: 20%
}

.tz-2 {
    float: left;
    width: 58%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 2px 4px rgba(224, 224, 224, .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;
    box-shadow: 0 2px 4px rgba(224, 224, 224, .8);
    border-radius: 4px
}

.tz-l-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 2px 4px rgba(224, 224, 224, .8);
    border-radius: 4px
}

.tz-l-1 ul {
    padding: 0
}

.tz-l-1 ul li {
    color: #adadad;
    list-style-type: none;
    text-align: center;
    font-size: 14px
}

.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
}

.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: 0 2px 4px rgba(224, 224, 224, .8);
    border-radius: 4px
}

.tz-l-2 ul {
    padding: 0
}

.tz-l-2 ul li {
    border-bottom: 1px solid #eaedef;
    list-style-type: none
}

.tz-l-2 ul li:last-child {
    border-bottom: 0 solid #dcdcdc;
    padding: 12px 0 0 0
}

.tz-l-2 ul li a {
    color: #333;
    padding: 12px 0;
    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: 0;
    background: #253d52;
    padding: 15px;
    color: #fff
}

.tz-3 ul {
    margin-bottom: 0;
    padding: 20px;
    padding-left: 20px!important
}

.tz-3 ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0
}

.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: 0;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 0
}

.tz-3 ul li a p {
    padding-left: 40px;
    margin-bottom: 0;
    color: #969595;
    font-size: 12px;
    line-height: 18px
}

.tz-3 ul li:last-child {
    border-bottom: 0 solid #dcdcdc;
    padding: 12px 0 0 0
}

.tz-2-com h4 {
    margin: 0;
    background: #253d52;
    padding: 15px;
    color: #fff
}

.tz-2-main-com {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.tz-2-main-com img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eaedef;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px
}

.tz-2-main-com span {
    font-size: 24px;
    font-weight: 600
}

.tz-2-main-com h2 {
    color: #14addb;
    font-size: 72px
}

.tz-2-main-com ul {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0
}

.tz-2-main-com ul li {
    text-align: left;
    border-bottom: 1px solid #eaedef;
    padding: 12px 0;
    list-style-type: none;
    background: url(../../img/images_new/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 {
    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
}

.tz-2-main-2 {
    border: 1px solid #eaedef;
    padding: 20px
}

.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 form {
    padding: 35px 50px 35px 50px;
    background: #eaedef;
    margin-top: 15px
}

.tz2-form-com form input {
    border: 1px solid #e4e4e4;
    line-height: 44px;
    padding: 0 25px;
    background: #fff;
    font-size: 14px
}

.tz2-form-com form input[type="submit"] {
    padding: 0
}

.tz2-form-com form label {
    font-size: 14px;
    color: #646464
}

.full-btn {
    height: 45px;
    line-height: 45px;
    background: #30abd5;
    background: linear-gradient(to bottom, #30abd5, #30abd5);
    outline: none;
    font-size: 16px;
    display: block!important;
    color: #fff;
    font-weight: 600;
    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: 0;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    padding: 0
}

.tz2-form-pay ul li {
    background: none;
    padding: 5px 0 12px 0
}

.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: 400;
    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 .75rem
}

.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 h2 {
    font-size: 32px;
    color: #14addb;
    padding-bottom: 10px
}

.tz-db-table table tr {
    color: #969595
}

.tz-db-table table tr td {
    font-size: 15px;
    color: #333;
    padding: 14px 14px 14px 0
}

.tz-db-table table tr th {
    font-size: 16px;
    color: #333;
    padding: 14px 14px 14px 0
}

.db-list-com {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.db-list-rat {
    background: #ffe500;
    padding: 4px;
    font-weight: 600;
    color: #333;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-ststus {
    background: #76cce6;
    padding: 4px;
    font-weight: 600;
    color: #333;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-ststus-na {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #333;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-edit {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #333;
    right: 15px;
    top: 0;
    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 .75rem
}

.tz-up-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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
}

.tz-mess ul {
    margin-bottom: 0
}

.tz-mess ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0 10px 0
}

.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: 0 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: #4CAF50
}

.hid-msg {
    position: relative;
    overflow: hidden;
    margin-left: 72px;
    display: none
}

.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;
    tra nsition: all 0.5s ease
}

.hide-box {
    display: none
}

.hide-box label {
    left: 18px;
    top: 12px
}

.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
}

.tz-register {
    background: url(../../img/images_new/face.jpg) #e6e6e6;
    position: relative;
    overflow: hidden;
    padding-top: 50px
}

.tz-register::before {
    content: '';
    position: absolute;
    background: rgba(33, 48, 59, .52);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px
}

.tz-login {
    background: url(../../img/images_new/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, .21);
    top: 0;
    bottom: 0;
    left: 0;
    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: 0 4px 20px rgba(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: 0;
    font-size: 18px!important
}

.tz-regi-form h4 {
    margin-top: 0;
    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: 0
}

.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: 0;
    margin: 0
}

.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
}

.tz-2-admin {
    width: 100%;
    margin: 0
}

.tz-2-main-admin {
    width: 25%
}

.sb1 {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .22)
}

.sb1 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.sb1-2 {
    float: right
}

.sb1-2 button {
    background: #2d3a40;
    border: 0;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px;
    border-radius: 0
}

.sb2 {
    background: #fff;
    margin-top: 59px
}

.sb2-1 {
    float: left;
    width: 20%;
    background: #fff;
    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: #fff
}

.sb2-12 ul {
    padding: 10px 0;
    margin: 0;
    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: 0 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: 0;
    margin-top: 0;
    font-size: 14px
}

.sb2-12 ul li h5 span {
    display: block;
    font-size: 12px;
    color: #989fa2;
    padding-top: 3px
}

.sb2-13 {
    background: #fff
}

.sb2-13 ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    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: 0
}

.sb2-13 ul li {
    list-style-type: none
}

.sb2-13 ul li a {
    display: block;
    font-size: 13.5px;
    padding: 10px 0;
    border-bottom: 1px solid #e3e8ea;
    padding: 12px 20px;
    background: #fff
}

.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: 12p x;
    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: 0
}

.sb2-2-1 table {
    width: 100%
}

.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
}

.left-sub-menu ul li {
    list-style-type: none
}

.left-sub-menu ul li:last-child {
    border-bottom: 0 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: 0;
    margin-bottom: 0
}

.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:hover {
    background: #4b5a61!important
}

.my-acc:focus {
    background: #4b5a61!important
}

.tab-inn {
    padding: 25px
}

.tab-posi {
    position: relative;
    overflow: hidden
}

.top-menu-sty {
    width: 250px!important
}

.my-btn {
    color: #fff;
    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, .15);
    box-shadow: none;
    border-radius: 30px;
    height: 36px;
    font-weight: 600;
    width: 100%
}

.app-search input {
    border: 0px!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: #333
}

.top-not-cen {
    margin: 0 auto;
    display: table;
    padding-top: 5px
}

.btn-noti {
    width: 35px;
    height: 23px;
    top: 18px;
    display: initial!important;
    color: #333;
    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: 0 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
}

.inn-title {
    padding: 20px 15px 10px 15px;
    background: #253d52
}

.inn-title h4 {
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
    background: none;
    padding-left: 0;
    padding-top: 0
}

.txt-danger {
    color: #ea6c41
}

.inn-title p {
    color: #929292;
    margin-bottom: 0;
    display: none
}

.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 {
    ba ckground: #fff;
    border: 1px solid #e3e8ea;
    margin-bottom: 40px
}

.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: 0
}

.tab-inn table thead {
    background: #abbaab;
    background: -webkit-linear-gradient(to bottom, #e3e6e3, #afbcaf);
    background: linear-gradient(to bottom, #e3e6e3, #afbcaf)
}

.split-row {
    width: 100%;
    position: relative;
    display: block
}

.table-desi i {
    background: #8BC34A;
    color: #fff;
    padding: 5px 6px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    margin-right: 10px
}

.txt-success i {
    color: #fff;
    margin-right: 10px
}

.txt-danger {
    color: #ea6c41
}

.table-desi tbody tr td {
    color: #929292;
    padding: 15px 8px 12px 8px!important
}

.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: 0
}

.ad-inn-page th {
    padding: 12px!important
}

.ad-inn-page td {
    padding: 15px!important
}

.ad-tab-inn {
    padding: 0
}

.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: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.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;
    width: 100%;
    font-size: 15px;
    background: #fff
}

.atab-menu {
    display: inline-block;
    cursor: pointer
}

.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: 0
}

.db-mak-sett-save {
    margin-top: 25px;
    padding: 0 25px 25px 25px
}

.list-img img {
    width: 28px;
    height: 28px;
    border-radius: 50px
}

.invoice {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #eaedef
}

.invoice:hover {
    box-shadow: 0 0 50px 7px rgba(150, 150, 150, .8)
}

.invoice-1 {
    padding: 50px
}

.invoice-1-logo {
    margin-bottom: 60px
}

.invoice-1-logo span {
    float: right;
    text-transform: uppercase;
    font-size: 50px;
    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-right {
    float: left;
    padding: 20px;
    background: #fdfae9;
    border-radius: 4px;
    width: 100%
}

.invoice-1-add-right ul {
    margin-bottom: 0
}

.invoice-1-add-right ul li span {
    float: left;
    width: 50%;
    color: #343c42
}

.invoice-1-tab table th {
    text-transform: uppercase
}

.invo-sub {
    font-weight: 700;
    font-size: 24px!important
}

.invoice-2 {
    background: #fdfae9;
    padding: 50px
}

.invoice-price th {
    text-transform: uppercase
}

#invo-date {
    font-weight: 700;
    font-size: 28px
}

#invo-tot {
    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: 0
}

.tz-invo-full1 {
    width: 100%;
    margin: 0
}

.db-v2-list-form-inn-tit h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 0 8px;
    margin-top: 40px
}

.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 ul {
    margin-bottom: 0
}

.cat-v2-hom-list ul li {
    float: left;
    width: 20%;
    text-align: center
}

.cat-v2-hom-list ul li a {
    background: #fff;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 28px 20px 20px 20px;
    border-radius: 2px;
    color: #273440;
    font-size: 16px;
    font-weight: 600
}

.cat-v2-hom-list ul li a:hover {
    background: #263a78;
    color: #fff
}

.cat-v2-hom-list ul li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.v3-top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #fff;
    z-index: 99;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .47);
    border-bottom: 1px solid #ececec
}

.v3-menu {
    padding: 10px 0;
    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: 0
}

.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-co ntent {
    overflow: auto
}

#dropdown2 {
    left: 162px!important
}

#dropdown3 {
    left: 184px!important
}

.ed-sub-menu:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: 0;
    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: 8px 0
}

.v3-top-ri ul {
    margin-bottom: 0;
    float: right
}

.rtl .v3-top-ri ul {
    padding: 0
}

.v3-top-ri ul li {
    float: left
}

.v3-top-ri ul li a {
    font-size: 15px;
    color: #58585A;
    border: 1px solid #58585A;
    font-weight: 400;
    padding: 6px 10px;
    margin-left: 7px
}

@media (max-width:1235px) {
    .v3-top-ri ul li a {
        font-size: 13px
    }
}

@media (max-width:1120px) {
    .v3-top-ri ul li a {
        font-size: 15px
    }
}

.v3-top-ri ul li a i {
    margin-right: 5px
}

.v3-mob-top-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #fff;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .47);
    border-bottom: 1px solid #ececec
}

.v3-mob-m-1 {
    float: left
}

.v3-mob-m-2 {
    float: right;
    padding: 8px 15px
}

#v3-mob-menu-btn {
    width: auto;
    float: initial
}

.v3-list-ql {
    position: relative;
    z-index: 0;
    text-align: right;
    bottom: 30px
}

.v3-list-ql-inn ul {
    margin-bottom: 0
}

.v3-list-ql-inn ul li {
    display: inline-block;
    background-color: #fff;
    padding: 7px 0;
    margin: 0 1px;
    -webkit-box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, .47);
    -moz-box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, .47);
    box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, .47);
    cursor: pointer
}

.v3-list-ql-inn ul li a {
    color: #479dd2;
    padding: 0 15px
}

@media (max-width:1120px) {
    .v3-list-ql-inn ul li a {
        font-size: 13px
    }
}

.v3-list-ql-inn ul li a i {
    margin-right: 5px
}

.v3-list-ql-inn ul li:hover {
    background: #fbfbfb
}

.v3-list-ql-inn ul li a:hover,
.v3-list-ql-inn .active-list a {
    background: #fbfbfb
}

.list-check-out-inn {
    border: 1px solid #dcdcdc;
    margin: 0
}

.list-check-out-inn ul li b {
    color: #000
}

.chec-out-pay {
    border: 1px solid #dcdcdc;
    padding: 20px
}

.chec-out-pay h5 {
    font-size: 20px
}

.chec-out-pay label {
    margin-right: 15px
}

.v4-pri-bg {
    background: url(../../img/images_new/banner5.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100px
}

.v4-pril-inn {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.v4-pril-inn-top {
    background: #222;
    color: #eee;
    padding: 40px;
    color: #ECF0F1;
    text-align: center
}

.v4-pril-inn-top h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400
}

.v4-pril-inn-top p {
    margin: 0
}

.v4-pril-price {
    margin: 0
}

.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: 0;
    background: #222;
    text-align: center
}

.v4-pril-inn-bot ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 35px
}

.v4-pril-inn-bot ul li {
    color: #fff;
    line-height: 45px;
    padding: 0 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: 700;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    background-color: #FBA507;
    font-size: 15px
}

#search-what {
    background: url(../../img/images_new/icon/search.png) no-repeat right 3px center #fff;
    border: 0;
    height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    background-size: 15px;
    font-size: 14px;
    z-index: 99;
    position: relative;
    color: #333;
    background-color: #fff
}

@media (max-width:710px) {
    #search-what {
        margin-bottom: 5px
    }
}

#select-search {
    background: #fff;
    border: 0;
    height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 99;
    position: relative;
    color: #333
}

#top-search-what {
    background: url(../../img/images_new/icon/search.png) no-repeat right 3px center #fff;
    border: 0;
    height: 38px;
    border-radius: 2px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-size: 15px;
    background-color: #fff;
    z-index: 99
}

@media (max-width:530px) {
    #top-search-what {
        margin: 0 0 5px 0
    }
}

#top-select-search {
    background: #fff;
    border: 0;
    height: 38px;
    border-radius: 2px;
    padding: 0 10px 0 28px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0
}

.rtl #top-select-search,
.rtl #top-search-what {
    padding: 0 28px 0 10px
}

.rtl #top-search-what {
    background: url(../../img/images_new/icon/search.png) no-repeat left 3px center #fff;
    background-size: 15px
}

.rtl #top-select-search {
    background-position-x: 98%
}

.tourz-top-sear-btn {
    height: 38px;
    line-height: 38px;
    outline: none;
    display: block!important;
    background: url(../../../../img/images_new/search_bg1.png) no-repeat center center #333;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px;
    width: 100%
}

.tourz-top-sear-btn:hover {
    background-color: #000
}

.tourz-top-search-form {
    margin-top: 15px
}

@media (max-width:768px) {
    .tourz-top-search-form {
        margin-top: 5px
    }
}

@media (max-width:530px) {
    .tourz-top-search-form {
        margin-top: 0
    }
}

.tourz-search-form input[type="submit"] {
    background: none!important
}

.tourz-search-1 {
    padding: 150px 0 100px 0;
    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: 0
}

.tourz-search-form label {
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    right: 15px;
    left: 23px;
    top: -3px;
    z-index: 999
}

.tourz-search-form .input-field {
    float: left
}

.tourz-search-form .input-field:nth-child(1) {
    width: 55%
}

@media (max-width:530px) {
    .tourz-search-form .input-field:nth-child(1) {
        width: 100%;
        margin: 0
    }
}

.tourz-search-form .input-field:nth-child(2) {
    width: 25%
}

@media (max-width:530px) {
    .tourz-search-form .input-field:nth-child(2) {
        display: none;
        width: 85%;
        margin: 0
    }
}

.tourz-search-form .input-field-submit {
    width: 14%;
    float: left
}

@media (max-width:710px) {
    .tourz-search-form .input-field-submit {
        float: inherit
    }
}

.tourz-search:before {
    content: '';
    background: #141E30;
    background: linear-gradient(to right, rgba(36, 59, 85, .55), rgba(20, 30, 48, .82));
    background: linear-gradient(to right, rgba(36, 59, 85, .55), rgba(20, 30, 48, .82));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.tourz-search-form div {
    margin: 0 5px
}

@media (max-width:530px) {
    .tourz-search-form div {
        margin: 0
    }
}

.tourz-sear-btn {
    height: 40px;
    line-height: 39px;
    outline: none;
    display: block!important;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    background: #FFCD00;
    text-transform: uppercase;
    z-index: 99
}

.tourz-sear-btn:hover,
.tourz-sear-btn:focus {
    background-color: #333;
    color: #fff
}

tourz-sear-btn-blue {
    width: 90px;
    height: 40px;
    line-height: 39px;
    outline: none;
    display: block!important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #30ABD5;
    text-transform: uppercase
}

.tourz-hom-ser {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 5px
}

.tourz-hom-ser ul {
    margin-bottom: 0;
    margin: 0 auto;
    display: table;
    padding: 0
}

.tourz-hom-ser ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 25%;
    padding: 0 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;
    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-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)
}

.profile-btn:hover {
    color: #fff
}

.autocomplete-content li img {
    float: left;
    width: 26px!important;
    height: 26px!important;
    left: 0;
    top: 15px
}

.tourz-top-search-form label {
    top: 10px
}

.tourz-top-search-form div:nth-child(1) {
    width: 55%
}

.tourz-top-search-form div:nth-child(2) {
    width: 25%
}

.tourz-top-search-form div:nth-child(3) {
    width: 9%
}

@media (max-width:768px) {
    .tourz-top-search-form div:nth-child(3) {
        float: right;
        width: 14%
    }
}

@media (max-width:530px) {
    .tourz-top-search-form div:nth-child(3) {
        display: none;
        width: 13%
    }
}

@media (max-width:530px) {
    .rtl .tourz-top-search-form div:nth-child(3) {
        margin: 0 5px 0 0
    }
}

.email-tem {
    background: #efefef;
    position: relative;
    overflow: hidden
}

.email-tem-inn {
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    background: #fff
}

.email-tem-main {
    background: #fdfdfd;
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .8);
    margin-bottom: 50px;
    border-radius: 10px
}

.email-tem-head {
    width: 100%;
    background: #006df0 url(../../img/images_new/mail/bg.png) repeat;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0
}

.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 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 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: 0 10px
}

.email-tem-foot p {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 13px
}

.email-point {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 20px
}

.email-point-left {
    float: left;
    width: 20%
}

.email-point-left img {
    width: 100%;
    padding: 0 20px 0 0
}

.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 ul {
    margin-bottom: 0
}

.email-list ul li {
    display: block;
    font-size: 14px
}

.log-in-pop {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%
}

.log-in-pop-left {
    float: left;
    width: 40%;
    background: url(../../img/images_new/login.jpg) no-repeat center center;
    padding: 11% 6%;
    color: #fff;
    height: 100%;
    bottom: 0;
    background: #728294 url(../../img/images_new/mail/bg.png) repeat
}

.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 0
}

.log-in-pop-left p {
    color: #fff
}

.log-in-pop-left h4 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #525f6d;
    padding-top: 15px
}

.log-in-pop-left ul {
    margin-bottom: 0
}

.log-in-pop-left ul li {
    margin-bottom: 5px
}

.log-in-pop-left ul li a {
    display: block;
    background: #3F51B5;
    color: #fff;
    padding: 12px;
    border-radius: 2px
}

.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: 50px
}

.log-in-pop-right h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.log-in-pop-right a {
    color: #333
}

.log-in-pop-right form label {
    font-size: 14px!important;
    font-weight: 200;
    left: 15px;
    top: 14px
}

.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
}

.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
}

.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 p label {
    left: 1px;
    top: 10px;
    color: #727070
}

.new_color {
    color: #FFF!important
}

.white_txt {
    color: #B7B7B7!important;
    margin-top: 70px;
    font-size: 14px
}

.key_style {
    color: #FFF!important;
    font-size: 12px;
    height: auto;
    text-align: left;
    margin-top: 20px
}

@media (max-width:992px) {
    .key_style {
        padding: 0 25px
    }
}

.key_btn {
    float: right
}

@media (max-width:992px) {
    .key_btn {
        padding: 0 25px
    }
}

.div_span {
    display: none;
    font-size: 11px
}

.send_number ul {
    padding: 0
}

.send_number ul li {
    float: left;
    display: inline-block
}

.send_number ul li:nth-child(1) {
    width: 10%
}

.send_number ul li:nth-child(2) {
    width: 60%;
    background: #fff
}

.send_number ul li:nth-child (3) {
    width: 30%
}

.send_number ul li:nth-child(1) input {
    padding: 5px 10px;
    line-height: 28px;
    background: #fff
}

.send_number 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: #263a78;
    background: linear-gradient(to bottom, #30abd5, #30abd5)
}

.download_app {
    float: left;
    display: inline-block
}

.web-app-con .send_number {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 8px
}

.send_number ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px
}

#customBtn {
    display: inline-block;
    width: 190px;
    border-radius: 5px;
    white-space: nowrap
}

#customBtn:hover {
    cursor: pointer
}

span.label {
    font-weight: 700
}

span.icon {
    background: url(../../img/images_new/google_one.jpg) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 42px
}

.services {
    display: none
}

.services li {
    width: 100%
}

.services li:hover {
    background-color: #b9b9b9
}

.services li a.ui-state-active {
    background-color: #b9b9b9
}

.services li.selected {
    background-color: #b9b9b9
}

.topKeyword-color {
    color: #636363
}

.topKeyword-color-white {
    color: white
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background-color: #FFF;
    z-index: 999
}

.ui-autocomplete .ui-menu-item a {
    color: #333;
    font-size: 12px;
    background-color: transparent;
    padding: 2px 25px;
    display: block
}

.ui-autocomplete .ui-autocomplete-category span {
    background-color: #eee;
    color: #333;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 3px 25px
}

.rtl .ui-autocomplete .ui-autocomplete-category span {
    text-align: right
}

.ui-autocomplete-category:first-child {
    margin-top: 5px
}

html .ui-autocomplete {
    width: 1px;
    text-transform: capitalize;
    border-top: 2px solid #333;
    z-index: 999999
}

html .ui-autocomplete .ui-state-focus {
    background: #eee;
    border-radius: 5px
}

html .ui-autocomplete li div {
    display: none
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-menu-item .ui-menu-item-wrapper {
    width: 100%
}

.ui-menu-item-text-en {
    text-align: left
}

.ui-menu-item-text-ar {
    text-align: right
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    cursor: pointer;
    background-size: cover;
    text-decoration: none
}

.ui-state-active {
    background-color: #FFCD00
}

.rtl .ui-widget-content {
    direction: ltr
}

.rtl .tourz-search-form .input-field {
    float: right
}

.content-en {
    direction: ltr!important
}

.content-ar {
    direction: rtl!important
}

.rtl #search-what {
    background: url(../../img/images_new/icon/search.png) no-repeat left 3px center #fff;
    background-size: 12px
}

.search-what-top-label {
    padding-left: 18px
}

.loading-search-img-en {
    position: absolute;
    top: 8px;
    display: none;
    width: 27px;
    right: 22px;
    z-index: 999
}

.loading-search-img-ar {
    position: absolute;
    top: 7px;
    display: none;
    width: 27px;
    left: 18px;
    z-index: 999
}

@media (min-width:768px) {
    .container {
        width: 100%!important
    }
}

.custom-modal {
  max-height: 100%;
  background: transparent;
  overflow: hidden !important;
  box-shadow: none;
  width: 100%;
  display: none;
  z-index: 9999999 !important; }
  .custom-modal .carousel-indicators {
    display: none; }

.advSearch-container {
    width: 70%;
    margin: 0 auto !important; }

@media screen and (max-width:992px) {
    .advSearch-container {
        width: 96%
    }
}

.advSearch-container .row {
    margin: 0 auto
}

.advSearch-container div {
    margin-top: -30px;
    right: 10px
}

@media screen and (max-width:768px) {
    .advSearch-container div {
        margin-top: 0
    }
}

.advancedSearch-word {
    font-size: 13px;
    float: right;
    color: #333
}

.advancedSearch-word:hover {
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .advancedSearch-word {
        display: none
    }
}

.advSearchContainer .advancedSearch-word {
    color: #fff
}

.advanced-search-error-message {
    float: left;
    color: #ffcd00;
    margin-left: 10px
}

@media screen and (max-width:768px) {
    .advanced-search-error-message {
        margin-left: 10px
    }
}

.advanced-search-error-message-header {
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-top: -10px;
    width: 30rem
}

@media screen and (max-width:768px) {
    .advanced-search-error-message-header {
        margin-left: 15px
    }
}

.advSearch-modal .modal-footer {
    border-top: 0;
    background-color: transparent!important;
    padding: 0
}

.advSearch-modal .modal-footer .btn {
    border-radius: 0;
    background-color: #3c3c3c;
    font-size: 17px;
    text-transform: uppercase
}

.advSearch-modal .modal-footer .btn: hover {
    background: linear-gradient(to bottom, #3c3c3c, #313131);
    color: #fff
}

.advSearch-modal .modal-footer img {
    width: 20px;
    margin-top: -3px
}

.advSearch-modal .modal-content {
    background-color: #e5e5e5;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: auto
}

.advSearch-modal .modal-content .modal-body {
    padding: 0
}

@media (max-width:768px) {
    .advSearch-modal .modal-content .modal-body {
        overflow-y: auto;
        max-height: 500px
    }
}

.advSearch-modal .modal-content .modal-body .row {
    margin-bottom: 10px;
    margin: 0
}

.advSearch-modal .searchByContent {
    padding: 0;
    border-right: 1px solid grey
}

@media (max-width:768px) {
    .advSearch-modal .searchByContent {
        border-right: none
    }
}

.advSearch-modal #nav-tabs-wrapper {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    background-color: #e5e5e5
}

.advSearch-modal #nav-tabs-wrapper li {
    margin: 7px 0
}

.advSearch-modal #nav-tabs-wrapper li a {
    color: #000;
    font-size: 13px;
    padding: 10px 30px;
    margin-right: 0
}

.advSearch-modal #nav-tabs-wrapper li.active {
    -webkit-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, .24);
    -moz-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, .24);
    box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, .24)
}

.advSearch-modal #nav-tabs-wrapper li.active a {
    background: linear-gradient(to right, #ffcd00, #ffcd00);
    border-radius: 0
}

.advSearch-modal .searchByWord {
    padding: 20px;
    text-align: center
}

.advSearch-modal .advSearchContent {
    margin-top: 50px
}

.advSearch-modal .select-wrapper input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: gray;
    font-weight: 600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
    border: 1px solid #CCC;
    cursor: pointer
}

.advSearch-modal .select-wrapper .caret {
    margin: auto -10px;
    cursor: pointer;
    color: #ffcd00;
    z-index: 1;
    font-size: 0;
    width: 10px;
    border-top: 8px dashed
}

.advSearch-modal input {
    background-color: #fff
}

.advSearch-modal .form-horizontal .control-label {
    color: #000
}

.advSearch-modal .dropdown-content li {
    min-height: 35px
}

.advSearch-modal .dropdown-content li a,
.advSearch-modal .dropdown-content li span {
    font-size: 13px
}

.advSearch-modal .categoryIndexContent {
    padding: 0
}

.advSearch-modal .categoryIndexContent .btn {
    border-radius: 0;
    font-size: 12px;
    float: right;
    text-transform: capitalize;
    margin-right: -25px;
    padding: 0 10px
}

.advSearch-modal .categoryIndexContent .btn:hover {
    border-color: #385b79;
    background: linear-gradient(to bottom, #1e4f79, #385b79)
}

.advSearch-modal .phoneInputs {
    padding: 0
}

.advSearch-modal .phoneInputs div:first-child {
    padding-right: 0
}

.advSearch-modal .form-horizontal .control-label {
    text-align: start
}

.advSearch-modal .input-field {
    margin-top: 0
}

.advSearch-modal .form-horizontal .form-group {
    margin-bottom: 0
}

.advSearch-modal .select-wrapper input {
    margin: 0 0 15px 0;
    height: 30px
}

.advSearch-modal .tab-content .tab-pane {
    padding: 15px 15px 15px 0
}

.advSearch-modal .searchForContainer {
    padding: 0 0 0 15px
}

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.nav-tabs-dropdown:before {
    content: "\e114";
    position: absolute;
    right: 30px
}

@media screen and (min-width:769px) {
    #nav-tabs-wrapper {
        display: block!important
    }
}

@media screen and (max-width:768px) {
    .nav-tabs-dropdown {
        display: block
    }
    #nav-tabs-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center
    }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
    }
    .nav-tabs-horizontal>li {
        float: none
    }
    .nav-tabs-horizontal>li + li {
        margin-left: 2px
    }
    .nav-tabs-horizontal>li,
    .nav-tabs-horizontal>li>a {
        background: transparent;
        width: 100%
    }
    .nav-tabs-horizontal>li>a {
        border-radius: 4px
    }
    .nav-tabs-horizontal>li.active>a,
    .nav-tabs-horizontal>li.active>a:hover,
    .nav-tabs-horizontal>li.active>a:focus {
        color: #fff;
        background-color: #428bca
    }
}

.content-widget {
    width: 100%!important;
    background: #FFF;
    padding: 20px 20px 10px 20px;
    color: #777;
    font-size: 12px
}

@media (max-width:600px) {
    .content-widget {
        padding: 15px 15px 10px 15px
    }
}

.advSearch-header {
    margin: 3px 0 5px 0!important;
    width: 100%!important;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #58585A;
    padding: 0
}

.advSearch-header:hover {
    text-decoration: underline
}

.notHome-header {
    display: block!important
}

.search-btns {
    padding: 0;
    width: 20%;
    float: left
}

.search-btns i {
    margin-right: 5px
}

.search-btns:hover i {
    margin-right: 10px
}

.rtl .search-btns {
    float: right
}

.rtl .search-btns i {
    margin-right: inherit;
    margin-left: 5px
}

.rtl .search-btns:hover i {
    margin-right: inherit;
    margin-left: 10px
}

.search-results-new .menu-order-btn {
    font-size: 15px
}

.wrapper.search-results-new {
    background-color: #77777785;
    background-position: top;
    background-size: 100% auto;
    padding: 20px 0;
    margin-top: 70px
}

.wrapper.search-results-new .showResults {
    font-size: 14px
}

.wrapper.search-results-new .showResults strong {
    font-size: 18px
}

@media (max-width:768px) {
    .wrapper.search-results-new .showResults strong {
        font-size: 16px
    }
}

.wrapper.search-results-new .showResults span {
    color: #fff
}

@media (max-width:768px) {
    .wrapper.search-results-new .showResults span {
        font-size: 13px
    }
}

.wrapper.search-results-new .row {
    margin: 0
}

.wrapper.search-results-new .container-widget {
    background-color: #000000b3;
    padding: 15px 0 0 0
}

@media (max-width:530px) {
    .wrapper.search-results-new .container-widget {
        padding: 10px 0 0 0
    }
}

.wrapper.search-results-new .breadCrumb-newSearchResults h1 {
    font-size: 15px
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb {
    background-color: #000000b3;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 10px 15px
}

@media (max-width:768px) {
    .wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb {
        padding: 3px 15px;
        margin-bottom: 5px
    }
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb li:before {
    content: '>>';
    color: #fff
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb li:first-child:before {
    content: ''
}

.wrapper.search-results-new .breadCrumb-newSearchResults li a {
    color: #fff
}

.wrapper.search-results-new .breadCrumb-newSearchResults li span {
    color: #fff
}

.wrapper.search-results-new .tabs-widgetContent {
    margin-bottom: 15px
}

@media (max-width:530px) {
    .wrapper.search-results-new .tabs-widgetContent .row.mar-bot-15 {
        margin-bottom: 10px!important
    }
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs {
    border: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .branches-filter {
    padding: 0;
    display: inline
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .branches-filter label {
    padding: 0 0 0 25px;
    font-size: 13px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters {
    padding: 0;
    text-align: right
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li {
    display: inline
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a {
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    color: #343c42
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:hover {
    background-color: #e0e0e0
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:focus,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:hover {
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a i {
    margin: 0 3px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a {
    border: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a:hover,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a:focus {
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li:last-child {
    margin: 0
}

.wrapper.search-results-new .tabs-widgetContent .allBranches-btn {
    background-color: grey!important;
    color: #fff;
    width: 210px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    line-height: 1.6;
    height: 34px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs>li.active>a,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs>li.active>a:hover,
.wrapper.search-results-new .ta bs-widgetContent .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    height: 39px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .main-filters-content {
    position: absolute;
    overflow-x: hidden;
    padding-left: 2px;
    max-height: 110px;
    overflow-y: auto
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .more-label-filters {
    padding: 0px!important;
    color: #14addb;
    font-size: 13px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside {
    margin-bottom: 10px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside label.openFilterOptions {
    padding: 0px!important;
    font-size: 13px;
    cursor: pointer
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside label.openFilterOptions:hover {
    text-decoration: underline
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container {
    padding-left: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container p {
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    color: #343c42;
    border-bottom: 1px solid #80808047;
    padding: 0 0 5px 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .sort-types .sort-active,
.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .filter-types .sort-active {
    color: #343c42;
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .sort-types span,
.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .filter-types span {
    font-size: 13px;
    color: #14addb;
    margin-bottom: 5px;
    cursor: pointer;
    display: table;
    opacity: 1;
    position: relative
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .more-container {
    margin-top: 130px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children {
    margin: -5px 10px 5px 10px;
    display: none
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children p {
    margin-bottom: -6px;
    border-bottom: none;
    padding: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children p label {
    font-size: 11px;
    margin-bottom: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:after,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked + label:after {
    top: 0;
    transform: scale(.8)
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked + label:before,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:before,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:after {
    top: 0;
    transform: scale(.8)
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #19a1ca;
    background-color: #14addb
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .submitFilters-container {
    text-align: right
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .submitFilters-container input {
    background-color: #ffcd00;
    padding: 0 20px;
    font-size: 12px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .tab-pane {
    display: block
}

.wrapper.search-results-new .tabs-widgetContent [type="radio"]:checked + label:after,
.wrapper.search-results-new .tabs-widgetContent [type="radio"].with-gap:checked + label:after {
    border: 2px solid #19a1ca;
    background-color: #14addb
}

.wrapper.search-results-new .tabs-widgetContent label {
    padding-left: 25px;
    font-size: 13px;
    text-transform: lowercase
}

.wrapper.search-results-new .searchResultsDiv {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.wrapper.search-results-new .searchResultsDiv:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 11px 9px -10px rgba(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
}

.wrapper.search-results-new .searchResultsDiv:hover .offer {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -15px
}

.wrapper.search-results-new .searchResultsDiv:hover .wrapper.search-results-new .searchResultsDiv {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.wrapper.search-results-new .searchResultsDiv .logo-container {
    text-align: center
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .logo-container {
        text-align: inherit;
        padding: 0
    }
}

.wrapper.search-results-new .searchResultsDiv .logo-container img {
    height: 100%;
    width: 100%;
    max-width: 125px;
    max-height: 125px;
    cursor: pointer
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .logo-container img {
        max-width: 53px;
        max-height: 53px
    }
}

.wrapper.search-results-new .searchResultsDiv .rating-container {
    text-align: center;
    margin-top: 1%;
    padding: 0
}

@media (max-width:768px) {
    .wrapper.search-results-new .searchResultsDiv .rating-container {
        width: 100%!important;
        margin-top: 0
    }
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .rating-container {
        display: none
    }
}

.wrapper.search-results-new .searchResultsDiv .companyTitle {
    font-size: 18px;
    cursor: pointer;
    margin: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #636363
}

.wrapper.search-results-new .searchResultsDiv .companyTitle span {
    float: right
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .companyTitle {
        font-size: 14px
    }
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .companyTitle strong {
        font-weight: 700
    }
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container {
    padding: 0
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .otherCategories,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .otherKeywords {
    cursor: pointer!important;
    color: #337ab7!important
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container span {
    padding: 0;
    font-size: 14px
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font span,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font a {
    font-size: 13px;
    color: #636363;
    cursor: initial
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font span:hover,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font a:hover {
    text-decoration: none
}

.wrapper.search-results-new .searchResultsDiv .desc-style {
    color: #54b95b;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer
}

.wrapper.search-results-new .searchResultsDiv .desc-style:hover {
    text-decoration: none
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .desc-style {
        font-size: 11px
    }
}

.wrapper.search-results-new .searchResultsDiv .mapIt {
    color: #14addb;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700
}

@media (max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .mapIt {
        font-size: 11px;
        font-weight: 700
    }
}

.wrapper.search-results-new .listPhones span {
    display: inline;
    font-size: 13px
}

.wrapper.search-results-new .listPhones span:after {
    content: attr(number) ", ";
    white-space: pre
}

.wrapper.search-results-new .listPhones span:nth-last-child(2):after,
.wrapper.search-results-new .listPhones span:last-child:after {
    content: " "
}

.wrapper.search-results-new .listPhones.noPseudo span::after {
    content: none
}

.wrapper.search-results-new .otherPhones {
    color: #337ab7;
    font-size: 12px!important;
    cursor: pointer
}

.wrapper.search-results-new .actionButtons-div a {
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    padding: 5px;
    color: #3e4c56;
    box-sizing: border-box;
    margin: 4px 4px 0 0;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    backgrou nd-color: #fff
}

.wrapper.search-results-new .actionButtons-div a:hover {
    color: #fff;
    background-color: #636363;
    border: 1px solid #676767
}

@media (max-width:768px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 12px;
        padding: 5px 0
    }
}

@media (max-width:600px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 0;
        width: 100%
    }
}

@media (max-width:530px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 0;
        width: 100%
    }
}

@media (max-width:600px) {
    .wrapper.search-results-new .actionButtons-div a i {
        font-size: 20px;
        margin: 0;
        padding: 3px
    }
}

.wrapper.search-results-new .pg-list-1-right-p1 {
    padding: 0
}

.phone-spans {
    color: #333
}

.title.phone-spans {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.menu-order-btn {
    background: #4bb5e9!important;
    color: #3e4c56;
    font-size: 11px;
    padding: 0 1rem;
    font-weight: 600
}

.banner.search-result-banner {
    text-align: center;
    margin-bottom: 15px
}

.banner.search-result-banner img {
    width: inherit;
    height: auto
}

@media (max-width:992px) {
    .banner.search-result-banner img {
        width: 100%;
        max-height: 290px
    }
}

.companyTitleDiv {
    padding: 0 0 0 15px
}

@media (min-width:992px) {
    .companyTitleDiv {
        margin: 0 0 0 15px;
        width: 60%
    }
}

.rtl .companyTitleDiv {
    margin: 0 15px 0 0
}

.tooltip_templates {
    display: none
}

.tooltip-container {
    display: none;
    padding: 10px;
    border: 1px solid #80808047;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 300%!important
}

.tooltip-container .content label {
    font-size: 12px
}

.close-tooltip {
    cursor: pointer
}

.tooltip-footer {
    border-top: 1px solid lightgrey;
    text-align: right;
    padding: 0
}

.apply-btn {
    margin-top: 10px;
    height: 30px;
    background-color: #ffcd00;
    color: #333;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    text-transform: uppercase
}

.apply-btn:hover {
    color: #fff;
    background-color: #636363;
    border: 1px solid #676767
}

.letters-container {
    width: 500px!important
}

.letters-content span {
    display: initial!important;
    text-decoration: none!important;
    margin: 0 2px;
    font-weight: 700
}

.unActive-letter {
    color: #808080!important;
    cursor: not-allowed!important
}

.close-container {
    padding: 0;
    text-align: right
}

.filter-tooltip-container {
    overflow-y: overlay;
    height: 230px!important;
    padding-bottom: 15px!important
}

.ui-menu-item {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #80808029
}

.ui-menu-item:last-child {
    border-bottom: none
}

@media (max-width:991px) {
    .ads-container {
        display: none
    }
}

.ads-container .map-widget {
    margin-bottom: 15px
}

.ads-container img {
    width: 100%!important;
    vertical-align: initial!important
}

.ads-container .VTOVR img {
    border: 5px solid #777
}

.ads-container .textContent {
    background: #fff;
    color: #464646;
    display: block;
    font-size: 12px;
    margin-bottom: 15px
}

.ads-container .textContent img {
    border: 1px solid #777;
    height: 40px
}

.ads-container .textContent .content {
    padding: 15px
}

.ads-container .textContent .content h6 {
    display: block;
    font-weight: 700;
    width: 100%;
    font-size: 15px
}

.ads-container .textContent .content p {
    clear: both;
    width: 100%;
    font-size: 12px
}

.ads-container .textContent .content ul {
    display: inline;
    line-height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.ads-container .textContent .content ul li {
    color: #40adee;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
    width: 32%
}

.ads-container .textContent .content ul li:before {
    background: black;
    content: "";
    display: block;
    font-size: 20px;
    height: 26px;
    margin: 0 -10px;
    position: absolute;
    width: 1px
}

.ads-container .textContent .content ul li:first-child:before {
    width: 0
}

.ads-container .textContent .content ul li a {
    font-size: 12px;
    color: #337ab7
}

.company-details {
    height: auto;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .47);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .47);
    box-shadow: 3px 9px 4px -9px rgba(0, 0, 0, .47)
}

@media (max-width:1024px) {
    .company-details {
        padding: 15px
    }
}

@media (max-width:992px) {
    .company-details {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .company-details {
        margin-top: 33px
    }
}

@media (max-width:543px) {
    .company-details {
        padding: 15px 0
    }
}

.company-details .row {
    margin-bottom: 10px
}

.company-details .main_compInfo_Img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2
}

@media (max-width:992px) {
    .company-details .main_compInfo_Img {
        height: 100%
    }
}

.company-details .companyName {
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block
}

@media (max-width:530px) {
    .company-details .companyName {
        font-size: 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: -6px
    }
}

.company-details .addthis_toolbox {
    display: inline-block
}

.company-details .addthis_toolbox .fa-share-alt {
    background-color: #1da1f2;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    font-size: 16px;
    margin: 0 10px
}

.company-details .companyLogo {
    padding: 0
}

.company-details .companyLogo img {
    width: 100%;
    max-width: 125px;
    max-height: 125px
}

.company-details .des-address {
    color: #333; }
.company-details .address, .company-details .more-description {
    font-size: 14px; }

@media (max-width: 1024px) {
    .company-details {
        padding: 15px; } }
@media (max-width: 992px) {
    .company-details {
        margin-top: 0; } }
@media (max-width: 768px) {
    .company-details {
        margin-top: 33px; } }
@media (max-width: 543px) {
    .company-details {
        padding: 15px 0; } }
@media (max-width: 992px) {
    .company-details .main_compInfo_Img {
        height: 100%; } }
@media (max-width:530px) {
  .company-details .companyName {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -6px;
    width: 90%; } }
@media (max-width:530px) {
    .company-details .address, .company-details .more-description {
        font-size: 9px; }
	  .company-details .address{
    font-size: 9px;
    margin: 0;
    min-height: 41px;
}

	 }
.addthis_profile {
    padding-left: 21px!important
}

.company-details .social-links ul {
    padding: 0
}

.company-details .social-links ul li {
    list-style-type: none;
    float: right;
    padding-right: 10px;
    background: none;
    padding-left: 0
}

.company-details .social-links ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0 solid #828284;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    color: #fff
}

.company-details .social-links ul li:first-child {
    padding-right: 0
}

.company-details .share-div {
    color: #fff;
    padding: 0
}

.company-details .share-social-links {
    margin: 62px 0 15px 0
}

.company-details .bottom-details {
    padding: 0
}

.company-details .bottom-details .qrCode-other-container div {
    padding: 0
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div {
    margin-top: 10px
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .main_keywords span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .main_categories span {
    color: #333
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .keyword,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .keyword span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherKeywords,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .category,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .category span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherCategories,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .categories .category a {
    font-size: 12px;
    color: #000!important
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherKeywords,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherCategories {
    cursor: pointer
}

.company-details .bottom-details .qrCode-other-container .openHours {
    font-size: 11px;
    margin: 0;
    color: #333;
    text-align: center
}

.company-details .bottom-details .qrCode-other-container .openNow-btn {
    color: green;
    text-transform: capitalize;
    width: 100%
}

.company-details .bottom-details .bottom-buttons-3 {
    padding: 0;
    margin-right: 5px
}

@media (max-width:992px) {
    .company-details .bottom-details .bottom-buttons-3 {
        margin-bottom: 5px;
        padding: 0 3px;
        margin-right: 0
    }
}

.company-details .bottom-details .bottom-buttons-3:hover .btn {
    background-color: #636363;
    border: 1px solid #676767;
    text-decoration: none;
    color: #fff
}

.company-details .bottom-details .bottom-buttons-3:hover i {
    color: #fff;
    margin-right: 5px
}

.company-details .bottom-details .btn {
    border-radius: 2px;
    text-transform: capitalize;
    color: #162336;
    background-color: #fff;
    padding: 0 4px;
    font-size: 13px
}

.company-details .bottom-details .btn i {
    font-size: 15px
}

.company-details .pg-list-1-right-p1 ul li a {
    padding: 4px 0
}

@media (max-width:992px) {
    .company-details .qrCode-div {
        margin-top: 10px
    }
}

.padding_0 {
    padding: 0!important
}

.share-container {
    padding: 0
}

@media (max-width:992px) {
    .share-container {
        margin-top: 0
    }
}

.Breadcrumb_Div {
    margin: 0
}

.Breadcrumb_Div .breadcrumb {
    padding: 0 1px;
    background: transparent
}

.Breadcrumb_Div .breadcrumb li:before {
    color: green;
    content: ">>";
    padding: 0
}

@media (max-width:543px) {
    .Breadcrumb_Div .breadcrumb li:before {
        font-size: 11px
    }
}

.Breadcrumb_Div .breadcrumb li:first-child:before {
    content: ""
}

.Breadcrumb_Div .breadcrumb li a {
    font-size: 14px;
    text-decoration: underline
}

@media (max-width:543px) {
    .Breadcrumb_Div .breadcrumb li a {
        font-size: 12px
    }
}

.Breadcrumb_Div .breadcrumb li a:hover {
    color: #636363
}

@media (max-width:543px) {
    .Breadcrumb_Div .breadcrumb li.active span {
        font-size: 12px
    }
}

.addthis_toolbox .at-icon-wrapper {
    display: none
}

.addthis_toolbox .addthis_button_compact {
    color: #333;
    font-size: 14px
}

.sidebar-nav .addthis_toolbox .addthis_button_compact {
    color: #939393;
    font-size: 13px
}

.pagination-container {
    text-align: center
}

.pagination-container .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    margin: 0 2px
}

.pagination-container .pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination-container .pagination li.active {
    background-color: #14addb
}

.pagination-container .pagination li.active a {
    color: #fff
}

.pagination-container .pagination li a {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 14px
}

.pagination-container .pagination li a:hover {
    transition: all 0.5s ease;
    background: #0000001f;
    color: #fff;
    font-weight: 700
}

.pagination-container .pagination li a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background: transparent;
    color: #1E2A30
}

.pagination-container .pagination li span {
    background-color: transparent;
    color: #fff
}

.margin-top-10 {
    margin-top: 10px
}

.hoursOpening .open span {
    color: green
}

.hoursOpening {
    background-color: #333;
    width: 100%;
    display: block;
    height: 36px;
    border-radius: 2px;
    padding: 7px 0;
    text-align: center;
    cursor: pointer
}

.hoursOpening:hover {
    text-decoration: none
}

.rating-bar {
    width: 0;
    line-height: 2;
    background-color: #1a1a1a;
    outline: none;
    -moz-transition: background-color 0.5s linear 0s;
    -webkit-transition: background-color 0.5s linear 0s;
    transition: background-color 0.5s linear 0s
}

.width-custom {
    width: 10%;
    float: left;
    margin: 0 2px
}

.width-custom .rating-bar,
.width-custom-profile .rating-bar {
    height: 25px;
    width: 17px;
    text-align: center
}

.rtl .width-custom {
    float: right
}

.free-new-profile .company-details {
    top: 47px;
    margin-bottom: 70px
}

@media (max-width:992px) {
    .free-new-profile .company-details {
        top: 70px
    }
}

@media (max-width:992px) {
    .free-new-profile .addthis_toolbox {
        padding: 0
    }
}

.free-new-profile .form-inline,
.free-new-profile #branches,
.free-new-profile .form-inline,
.free-new-profile #branches2 {
    float: left
}

.rtl .free-new-profile .form-inline,
.rtl .free-new-profile #branches,
.free-new-profile .form-inline,
.free-new-profile #branches2 {
    float: left
}

.free-new-profile .content-widget {
    border: 1px solid #dedede
}

.free-new-profile .company-details .social-links ul li:nth-child(1) i {
    background: #3b5998
}

.free-new-profile .company-details .social-links ul li:nth-child(2) i {
    background: #3b5998
}

.free-new-profile .company-details .social-links ul li:nth-child(3) i {
    background: #1da1f2
}

.free-new-profile .company-details .social-links ul li:nth-child(4) i {
    background: #0077b5
}

.free-new-profile .company-details .social-links ul li:nth-child(5) i {
    background: #b00
}

.free-new-profile .company-details .social-links ul li:nth-child(6) i {
    background: #3f729b
}

.free-new-profile .company-details .social-links ul li:nth-child(7) i {
    background: grey
}

.free-new-profile .category-text {
    margin-top: 20px
}

.free-new-profile .company-details .bottom-details {
    margin-top: 0
}

.free-new-profile .activeFacility,
.free-new-profile .unActiveFacility {
    font-size: 11px;
    margin: 5px 0
}

.free-new-profile .activeFacility {
    color: #333
}

.free-new-profile .unActiveFacility {
    color: #777
}

.activeSign {
    color: #40adee;
    margin-left: -12px;
    top: 1px
}

.adsImages {
    height: auto;
    cursor: pointer;
    position: relative;
    width: 100%
}

@media (max-width:992px) {
    .adsImages {
        margin: 0 auto
    }
}

.ad1 {
    content: url(/static/site/img/cruises.jpg)
}

.ad2 {
    content: url(/static/site/img/hot_offer_1.jpg)
}

.ad3 {
    content: url(/static/site/img/hotels.jpg)
}

.imagesDiv {
    padding: 20px 5px
}

.imagesDiv,
.closed-alsoRecommendedDiv {
    background-color: #e0ece5
}

.alsoRecommendedItem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer
}

.contentTitle {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px 0
}

.contentText {
    color: #333;
    padding: 0
}

.free-new-profile .share-container {
    margin-top: 0
}

@media (max-width:992 px) {
    .free-new-profile .share-container {
        margin-top: 15px
    }
}

.free-new-profile .details-content {
    padding: 0
}

.free-new-profile .menu-order-free {
    margin-right: 30px
}

.rtl .free-new-profile .menu-order-free {
    margin-right: inherit;
    margin-left: 30px
}

.advertiser-new-profile {
    background: #ECF0F3;
    padding: 75px 0 20px
}

.advertiser-new-profile .content-widget {
    border: 1px solid #dedede
}

.advertiser-new-profile .profileMap,
.advertiser-new-profile .largeMapContainer,
.advertiser-new-profile .main_compInfo {
    display: none
}

.advertiser-new-profile .container_compInfo {
    z-index: 9999
}

.advertiser-new-profile .container_compInfo .ProfilePage #videos .carousel-slider img {
    max-height: 150px;
    max-width: 220px;
    padding: 30px
}

.advertiser-new-profile .container_compInfo .ProfilePage #photos .carousel {
    width: 80%;
    margin: 0 auto
}

.advertiser-new-profile .container_compInfo .ProfilePage .companyName-email {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 700
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .row {
    margin: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field input,
.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field 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;
    margin: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field textarea {
    height: 100px;
    border-radius: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field label {
    left: 30px;
    top: 4px;
    font-size: 12px;
    color: #333
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    color: #26a69a;
    opacity: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn {
    margin-top: 15px!important
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn .col-xs-12 {
    padding: 0 10px;
    height: 50px
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn input {
    background-color: #479dd2;
    border-color: #3a9dda;
    border-radius: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
    padding: 0 15px 0 0
}

@media (max-width:991px) {
    .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
        padding: 0
    }
}

.advertiser-new-profile .social-links li:nth-child(1) i {
    background: #3b5998
}

.advertiser-new-profile .social-links li:nth-child(2) i {
    background: #1da1f2
}

.advertiser-new-profile .social-links li:nth-child(3) i {
    background: #0077b5
}

.advertiser-new-profile .social-links li:nth-child(4) i {
    background: #b00
}

.advertiser-new-profile .social-links li:nth-child(5) i {
    background: grey
}

.advertiser-new-profile .company-details .bottom-details .bottom-buttons-3 a i {
    margin-right: 5px
}

.advertiser-new-profile .company-details .bottom-details .bottom-buttons-3:hover a i {
    margin-right: 10px
}

.advertiser-new-profile .popover-content {
    font-size: 12px
}

.pglist-p3 a:hover {
    text-decoration: none
}

.v3-list-ql .v3-list-ql-inn ul li a:hover {
    text-decoration: none
}

.main-div {
    padding: 0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 15px
}

.title-div {
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8
}

.title-div-new .title {
    margin: 0;
    font-size: 18px;
    color: #333
}

#ld-rer .title-div .title {
    float: left
}

.rtl #ld-rer .title-div .title {
    float: right
}

.title-div.sub-title {
    padding: 15px 15px 0 15px;
    border-bottom: none
}

.title-div.sub-title p {
    margin: 0;
    color: #333
}

.content-div {
    padding: 15px;
    color: #333
}

.lp-ur-all-rat ul li:last-child {
    border-bottom: none
}

.payment_div {
    margin-top: 10px;
    font-weight: 700;
    color: #333
}

.keywords .keyword a,
.categories .category a {
    color: #777;
    font-size: 12px;
    cursor: pointer
}

.keywords .key-content:after,
.categories .cat-content:after {
    content: "|"
}

.keywords .key-content:last-child:after,
.categories .cat-content:last-child:after {
    content: ""
}
.openingHours .days-div {
    padding: 0px; }
.openingHours .days-div p {
    font-size: 12px;
    font-weight: 700;
    color: #333
}

.openingHours .hours {
    padding: 0px; }
.openingHours .hours p {
    font-size: 12px;
    color: #777; }
.openingHours .days-div p:last-child, .openingHours .hours p:last-child {
    margin: 0px; }

.listDot {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 53px
}

.listDot a {
    display: list-item;
    line-height: 25px;
    font-size: 12px;
    color: #777
}

@media (max-width:530px) {
    .listDot {}
}

.carousel {
    height: auto
}

#photos .carousel img {
    margin: 0 auto
}

@media (max-width:530px) {
    #photos .carousel img {
        max-height: 350px
    }
}

.carousel .list-slider-nav {
    margin-top: 0;
    top: 50%;
    color: #bfbfbf !important;
    background-color: black;
    padding: 9px;
    border-radius: 2px; }

.carousel-control {
    background-image: none!important;
    opacity: 1
}

.carousel .list-slider-nav-rp {
    position: absolute;
    margin-right: 0
}

.owl-carousel {
    margin-bottom: 0
}

.owl-carousel .owl-item {
    padding: 25px
}

@media (max-width:530px) {
    .owl-carousel .owl-item {
        padding: 15px 0
    }
}

@media (max-width:530px) {
    .owl-carousel .owl-item p {
        font-size: 12px;
        text-align: center;
        margin: 0 2px
    }
}

#videos .modal-content {
    text-align: center
}

.owl-carousel .owl-item img {
    max-height: 150px;
    max-width: 220px;
    padding: 30px;
    width: inherit;
    display: inherit
}

#brands .owl-carousel img {
    max-height: 120px;
    min-height: 130px;
    max-width: 170px;
    padding: 10px
}

.details-content {
    z-index: 2;
    position: relative
}

@media (max-width:1024px) {
    .details-content {
        width: 100%!important
    }
}

.rtl {
    direction: rtl
}

.rtl .right {
    float: left!important
}

.rtl .left {
    float: right!important
}

.rtl .align-left {
    text-align: right
}

.rtl .align-right {
    text-align: left
}

.rtl .text-right {
    text-align: left
}

.rtl .text-left {
    text-align: right
}

.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12,
.rtl .col-md-1,
.rtl .col-md-2,
.rtl .col-md-3,
.rtl .col-md-4,
.rtl .col-md-5,
.rtl .col-md-6,
.rtl .col-md-7,
.rtl .col-md-8,
.rtl .col-md-9,
.rtl.col-md-10,
.rtl .col-md-11,
.rtl .col-md-12,
.rtl .col-sm-1,
.rtl .col-sm-2,
.rtl .col-sm-3,
.rtl .col-sm-4,
.rtl.col-sm-5,
.rtl .col-sm-6,
.rtl .col-sm-7,
.rtl .col-sm-8,
.rtl .col-sm-9,
.rtl .col-sm-10,
.rtl .col-sm-11,
.rtl.col-sm-12 {
    float: right
}

.rtl .navbar-search .navbar-right {
    float: left!important
}

.rtl .navbar-brand {
    padding: 15px 0 15px 15px
}

.rtl .pagination>li>a,
.rtl .pagination>li>span {
    float: right
}

@media (min-width:768px) {
    .rtl .hotOffer .modal-dialog {
        width: 860px
    }
}

.rtl .pull-right {
    float: left!important
}

.rtl .pull-left {
    float: right!important
}

body.rtl {
    font-family: Droid Arabic Naskh!important
}

.rtl section>.container>h4 {
    font-size: 23px
}

.rtl .search-results .offer {
    right: auto;
    left: 0
}

.rtl .navbar-search .input-group .search-input {
    border-radius: 0 15px 15px 0;
    padding: 0 20px 0 0
}

.rtl .navbar-search .navbar-left {
    float: right!important
}

.rtl .navbar-search .btn-primary {
    border-radius: 15px 0 0 15px;
    margin: 0 5px 0 0
}

.rtl .download-apps .sony img {
    left: 0;
    right: auto
}

.rtl .download-apps .iphone img {
    left: auto
}

.rtl .download-apps .more {
    margin: 0 0 0 5px
}

.rtl .footer-promote-nav li {
    margin: 0 0 0 45px
}

.rtl .main-hero .outline-input-group .search-input {
    border-radius: 0 15px 15px 0;
    padding: 0 20px 0 0
}

.rtl .main-hero h2 {
    font-size: 33px
}

.rtl .main-hero .input-group {
    margin-left: 5px
}

.rtl .main-hero .btn-lg {
    border-radius: 15px 0 0 15px
}

.rtl .quick-links .trending_search_img {
    margin: 0 0 5px 15px
}

.rtl .nearby-location-item {
    text-align: right
}

.rtl .nearby-location-item .address {
    direction: rtl
}

.rtl .nearby-location-item .share a.share-link {
    text-align: left;
    background: url(../img/share.png?3) 40px 5px no-repeat
}

.rtl .content-widget.occasion {
    background-position: 0 0
}

.rtl .content-widget .image-placeholder {
    margin: 0 0 0 15px
}

.rtl #occasion.content-widget .occasionRows .row .info {
    direction: ltr;
    text-align: right
}

.rtl .filter .filter-column {
    margin: 0 0 2px 0
}

.rtl .hot-offer .divTableCell {
    direction: rtl
}

.rtl .campaign-item .text span {
    direction: rtl
}

.rtl .customer-care img {
    left: 0
}

.rtl .customer-care-section .be-online img,
.rtl .customer-care-section .find-customers img {
    margin: 0 -15px 0 0
}

.rtl .be-online .text-content,
.rtl .find-customers .text-content {
    margin: 13px -35px 0 0
}

.rtl .download-apps .download-content .iphone img {
    margin: 0 -65px 0 0
}

.rtl .selectboxit-text {
    text-inden t: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right
}

.rtl .selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    left: 0;
    right: auto
}

.rtl .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: right
}

.rtl .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    text-align: right
}

.rtl .advanced-search-block h4 {
    margin: 35px 35px 35px 0
}

.rtl .advanced-search-block .field label {
    text-align: right;
    padding: 0 0 0 46px;
    float: right
}

.rtl .advanced-search-block .advancedSearchButton {
    background: #e5e5e5 url(../img/ar/advanced-search-button.png) center no-repeat
}

.rtl .selectboxit-container .selectboxit-options {
    text-align: right
}

.rtl .singleReview .userImage {
    width: 50px;
    height: 50px;
    background-color: #E0E0E0;
    border-radius: 5px;
    margin-right: 0
}

.ratingPin {
    margin-bottom: 15px
}

.ratingPin span {
    position: absolute;
    top: 30%
}

.ratingPin img {
    margin-top: 3%
}

.rtl .ratingPin_img {
    transform: rotate(180deg)
}

.rtl .dirShare_div {
    padding: 0 2px 0 0
}

.rtl .align_KeyCat {
    bottom: 0;
    position: absolute;
    left: 17px;
    right: inherit;
    width: 247px;
    padding: 0
}

.rtl .phonesPlaceHolder {
    margin-right: -10px
}

.rtl .newIcons {
    margin-right: 10px
}

.rtl .phone_active {
    background: url(../img/phone_h_triangle.png);
    display: none;
    height: 8px;
    position: absolute;
    right: 74px;
    top: -8px;
    width: 13px
}

.rtl .main_icon {
    margin-right: 8px
}

.rtl .mainImg {
    width: 655px!important;
    height: 248px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.3s ease;
    left: -1%;
    margin-bottom: 15px
}

.rtl .textHover {
    opacity: 0;
    background: #fff;
    top: -70px;
    right: 4%;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.5s
}

.rtl #adPage.largeMapContainer #largeMap .gmnoprint {
    right: initial!important;
    left: 0px!important
}

.close_btn,
.largeMapContainer .mapToolBar .mapButton,
.getDir-free {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    background-color: #40adee;
    z-index: 10;
    font-size: 12px;
    right: 10px;
    top: 90px;
    position: fixed;
    font-weight: 100
}

.rtl .close_btn {
    left: 10px
}

.largeMapContainer .mapToolBar .mapButton {
    opacity: 1;
    padding: 0 2rem;
    z-index: 30
}

.rtl .largeMapContainer .mapToolBar .mapButton {
    right: inherit;
    left: 10px
}

.getDir-free {
    left: 10px;
    top: 10px;
    position: relative
}

.rtl .getDir-free {
    left: inherit;
    right: 10px
}

.rtl .starIcon {
    position: absolute;
    margin-right: 14px;
    transform: rotate(108deg);
    margin-top: 1px
}

.rtl #star1 {
    margin-top: 5px;
    margin-right: 13px
}

.rtl .col-xs-offset-4 {
    margin-right: 33.33333%
}

.customRight {
    text-align: right;
    margin-top: 5%
}

.rtl .customRight.right {
    float: left!important;
    text-align: left
}

.rtl #textArea_counter.right {
    float: left
}

.rtl #Offer_btn1 {
    margin-right: -4px;
    margin-left: 0px!important
}

.rtl #Offer_btn2 {
    margin-right: 4px;
    margin-left: 0px!important
}

.rtl .read_btn {
    margin-right: -5px;
    margin-left: 0px!important;
    background-color: #e3e3e3
}

.rtl .writeReviewBtn_reviewPanel {
    margin-right: 5px;
    margin-left: 0px!important
}

.rtl .faq.col-xs-1 {
    margin-right: -1px;
    margin-left: 0
}

.rtl #blueGray_Img {
    transform: rotate(147deg);
    margin-top: 3px
}

.rtl .ProfilePage .col-xs-8 {
    padding-left: 5px;
    padding-right: 15px
}

.rtl .ProfilePage .col-xs-4 {
    padding-right: 5px;
    padding-left: 15px
}

.rtl .hotOffer_img {
    background: url(../img/hot_offer_ar.png);
    position: absolute;
    width: 102px;
    top: -9px;
    right: 531px;
    height: 53px
}

.rtl .review_total {
    font-size: 15px;
    color: inherit;
    top: -3px;
    position: relative;
    margin-right: 20px
}

.rtl .bar_gray {
    background-color: #f2f2f2;
    width: 68px;
    height: 12px;
    margin: 10px -27px 10px 0
}

.rtl .half_yellowStar {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH"
}

.rtl .progress_review {
    overflow: hidden;
    height: 11px;
    width: 68px;
    background-color: #f2f2f2;
    border-radius: 1px;
    box-shadow: none;
    margin: 12px -27px 0 0
}

.rtl .progress_review .progress-bar {
    background-color: #40adee!important;
    float: right
}

.rtl #phone-view {
    left: -7px;
    text-align: right;
    margin-bottom: 1px
}

.rtl #photos .owl-wrapper {
    left: 0
}

.rtl #photos .owl-carousel .owl-item {
    float: left
}

.rtl #menus .owl-wrapper {
    left: 0
}

.rtl #menus .owl-carousel .owl-item {
    float: left
}

.rtl #printedAds .owl-wrapper {
    left: 0
}

.rtl #videos .owl-wrapper {
    left: -30px!important
}

.rtl #videos .owl-carousel .owl-item {
    float: right
}

.rtl .floating-menu {
    font-si ze: 11px;
    background: #fff;
    padding: 5px;
    width: 109px;
    height: auto;
    z-index: 100;
    position: fixed;
    top: 116px;
    left: 12px;
    direction: ltr
}

.rtl .floatingItem {
    border-radius: 3px;
    background: #40adee;
    height: 28px!important;
    width: 87px!important;
    margin-right: 1px;
    margin-bottom: 6px
}

.rtl .otlob-text {
    margin-right: 72px;
    padding-top: 10px
}

.rtl .otlob-logo {
    background: url(../img/otlob.png);
    height: 40px;
    width: 97px;
    margin-top: -36px;
    margin-right: 165px
}

.rtl .second_div .col-xs-offset-2 {
    margin-right: 8.66667%!important
}

.rtl .home-list-pop .home-list-pop-desc {
    float: left
}

.rtl .home-list-pop h3 {
    padding-left: 15px;
    margin-right: unset;
    margin-left: 22px
}

.rtl .home-list-pop .home-list-pop-img {
    float: right
}

.rtl .home-list-pop .home-list-pop-desc .home-list-pop-rat {
    left: 15px;
    right: unset
}

.rtl .social-media-links {
    float: right
}

.rtl .input-field.col label {
    right: 30px
}

.rtl .key_btn {
    float: left
}

.rtl .key_style {
    text-align: right
}

.rtl .popular-categories .dir-ho-cat {
    float: left
}

.rtl footer .footer-links ul li {
    list-style-type: none;
    background: url(../../img/images_new/arr.png) no-repeat center right;
    padding-right: 24px;
    background-size: 9px
}

.rtl .advSearchContainer {
    padding: 0 44px
}

.rtl .advancedSearch-word {
    float: left;
    font-size: 11px
}

.rtl #message-search {
    float: right
}

.rtl .advSearch-modal .searchByContent {
    border-left: 1px solid grey;
    border-right: inherit
}

@media (max-width:768px) {
    .rtl .advSearch-modal .searchByContent {
        border-left: none
    }
}

.rtl .advSearch-modal .select-wrapper .caret {
    left: 8px;
    right: inherit
}

.rtl .advSearch-modal .categoryIndexContent .btn {
    float: left;
    margin-left: -25px;
    margin-right: inherit
}

.rtl .advSearch-modal .phoneInputs div:first-child {
    padding-left: 0;
    padding-right: 15px
}

.rtl .advSearch-modal ul {
    padding: 0
}

.rtl .advSearch-modal .tab-content .tab-pane {
    padding: 15px 0 15px 15px
}

.rtl .advSearch-modal .searchForContainer {
    padding: 0 15px 0 0
}

.rtl .search-results-new .searchResultsDiv .companyTitle span {
    float: left
}

.rtl .search-results-new .searchResultsDiv .mapIt {
    font-size: 13px
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs {
    padding-right: 0
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .filters {
    text-align: left
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .filters li a {
    font-size: 12px
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .branches-filter label {
    padding: 0 25px 0 0
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:checked + label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"].with-gap:checked + label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:not(:checked) + label:before,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:not(:checked) + label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:checked + label:before {
    right: 0
}

.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:not(:checked) + label:after,
.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked + label:after {
    right: 0
}

.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked + label:before {
    right: 10px
}

.rtl .search-results-new .tabs-widgetContent .tab-content label {
    padding-left: inherit;
    padding-right: 25px
}

.rtl .pagination-container .fa-angle-left,
.rtl .pagination-container .fa-angle-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .owl-carousel {
    padding: 0
}

.rtl .owl-carousel .owl-item {
    float: right
}

.rtl .advertiser-new-profile .company-details-advertiser .social-links ul li {
    float: right
}

.rtl .v3-list-ql-inn ul li {
    float: left;
    margin: 0 2px
}

.rtl .company-details .social-links ul li {
    float: left
}

.rtl .activeSign {
    margin-right: -12px;
    margin-left: inherit
}

.rtl .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
    padding: 0 0 0 15px
}

@media (max-width:1200px) {
    .rtl .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
        padding: 0
    }
}

.rtl .sortBy-container p {
    text-align: right
}

.rtl .submitFilters-container {
    text-align: left!important
}

.rtl .close-container,
.rtl .tooltip-footer {
    text-align: left
}

.rtl .show-reviwe {
    margin-right: inherit;
    margin-le ft: 10px
}

.two-words {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis
}

.companyTitle {
    color: inherit
}

.col-md-9 .company_address {
    padding: inherit;
    margin: inherit;
    font-size: 14px;
    display: contents;
    cursor: pointer
}

.col-md-9 .company_address:hover {
    text-decoration: none;
    color: #636363
}

@media (max-width:530px) {
    .col-md-9 .company_address {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0
    }
}

.rtl .col-md-9 .company_address {
    font-size: 13px
}

.onlyOne {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis
}

@media (max-width:530px) {
    .onlyOne {
        width: 100%
    }
}

.moreLink {
    font-size: 12px;
    padding: 0;
    position: absolute;
    bottom: 0
}

.autocomplete-content {
    margin-top: unset;
    position: absolute;
    max-height: 300px;
    width: 90%
}

.background-star {
    background: #ffcd00
}

.otherKeywords,
.otherCategories,
.otherPhones {
    color: #40adee!important;
    font-size: 12px!important
}

.faq {
    counter-reset: my-badass-counter
}

.faq dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter
}

.faq {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq>dt {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #b3b2b2;
    font-size: 14px;
    margin: 4px 10px
}

.starIcon {
    position: absolute;
    margin-left: -15px;
    transform: rotate(108deg);
    margin-top: 1px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.largeMapContainer {
    display: none;
    margin-top: 60px
}

.largeMapContainer #largeMap {
    height: 700px!important
}

.largeMapContainer #largeMapDirections {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 5px 10px;
    width: 290px
}

.largeMapContainer .mapToolBar {
    height: 0;
    position: absolute;
    width: 100%
}

.largeMapContainer .mapToolBar .mapButton:HOVER {
    opacity: .95
}

.largeMapContainer .mapToolBar .mapKey {
    background-color: #c9c9c9;
    border-radius: 10px;
    box-shadow: 0 4px 5px #545454;
    display: block;
    float: right;
    opacity: .8;
    padding: 5px 2px 5px 10px;
    position: absolute;
    right: 0;
    top: 100px;
    transition: all 0.5s ease 0s;
    z-index: 11
}

.rtl .largeMapContainer .mapToolBar .mapKey {
    left: 10px;
    right: inherit
}

.largeMapContainer .mapToolBar .mapKey:hover {
    opacity: .9
}

.largeMapContainer .mapToolBar .mapKey .square {
    display: inline-block;
    height: 3px;
    margin: 0 0 2px;
    width: 10px
}

#adPage.largeMapContainer #largeMap {
    border: none;
    height: 700px!important
}

#adPage.largeMapContainer .mapToolBar {
    width: 100%
}

#adPage.largeMapContainer .mapToolBar .mapButton {
    display: none
}

#adPage.largeMapContainer .mapToolBar .getDirections {
    border-radius: 1px;
    display: inline-block;
    font-size: 12px;
    line-height: 2.3em;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-color: white;
    position: relative;
    z-index: 10;
    font-size: 12px;
    transition: all 0.2s ease 0s;
    margin-left: 10px;
    top: 10px;
    padding: 15px;
    width: 317px
}

#adPage.largeMapContainer .mapToolBar .getDirections .row {
    margin-bottom: 0
}

#adPage.largeMapContainer .mapToolBar .getDirections .form-control {
    font-size: 12px
}

.rtl #adPage.largeMapContainer .mapToolBar .getDirections {
    margin-right: 10px;
    top: 10px
}

#adPage.largeMapContainer .mapToolBar .mapKey {
    display: none
}

.cities-select {
    width: 100%
}

.cities-select.select-wrapper input.select-dropdown,
.areas-select.select-wrapper input.select-dropdown,
.mob-branches .select-wrapper input.select-dropdown {
    border-bottom: 0;
    height: 32px;
    background-color: #fff;
    padding: 0 5px;
    margin-bottom: 0
}

.areas-select {
    width: 100%
}

.search-results-new .listPhones {
    margin-top: 10px;
    display: inline-table
}

.search-results-new .listPhones span {
    display: inline;
    font-size: 13px
}

#Send_number {
    height: 55px
}

.send {
    height: 56px
}

.input-field label:not(.label-icon).active {
    opacity: 0
}

.tourz-top-search-form label {
    top: 0;
    height: auto
}

.search-what-top-label {
    padding: 0px!important;
    left: 15px!important
}

.rtl .search-what-top-label {
    right: 15px!important
}

.big-map {
    height: 100%;
    width: 100%
}

.big-map .map-container {
    width: 100%;
    height: 700px
}

.big-map .buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 555;
    background -color: #fff
}

.rtl .big-map .buttons {
    left: 10px;
    right: inherit
}

.big-map .content-widget {
    text-align: left;
    width: 400px;
    margin-bottom: 0
}

.big-map .content-widget .btn-full {
    width: 400px
}

.largeMapContainer #largeMapDirections {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 5px 10px;
    width: 290px
}

.largeMapContainer .mapToolBar .mapButton:HOVER {
    opacity: .95
}

#adPage.largeMapContainer {
    border: none;
    width: 100%;
    margin: -20px 0 0
}

#adPage.largeMapContainer .mapToolBar {
    width: 100%
}

#adPage.largeMapContainer .mapToolBar .mapButton {
    display: none
}

#adPage.largeMapContainer .mapToolBar .mapKey {
    display: none
}

.sidebar .map-widget .map-container {
    height: 271px
}

.map-widget .buttons {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.map-widget .buttons .btn-map-primary {
    width: 85%
}

.btn-map-primary {
    color: #2880B9;
    background: rgba(255, 255, 255, .9);
    padding-left: 20px;
    padding-right: 20px
}

.btn-map-primary:hover,
.btn-map-primaryfocus {
    background: #2880B9;
    color: #FFF
}

.btn-map-primary img {
    margin: 0 10px
}

.btn-map-primary.reverse {
    color: rgba(255, 255, 255, .9);
    background: #2880B9
}

.btn-map-primary.reverse:hover,
.btn-map-primary.reversefocus {
    color: #2880B9;
    background: #FFF
}

.btn-map-primary.reverse img {
    margin: 0 10px
}

.wrapper {
    background-color: #f0f0f0
}

.wrapper .x {
    position: fixed;
    bottom: 0;
    z-index: 101;
    margin-bottom: 163px;
    margin-left: 0;
    padding-left: -11px;
    padding-right: 10px;
    opacity: .5
}

.wrapper .x:hover {
    opacity: 1
}

.wrapper .x_ar {
    left: 0;
    margin-left: 15px;
    -webkit-animation-name: move_ar;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_ar;
    -moz-animation-duration: .8s;
    -o-animation-name: move_ar;
    -o-animation-duration: .8s;
    animation-name: move_ar;
    animation-duration: .8s
}

.wrapper .x_en {
    right: 0;
    -webkit-animation-name: move_en;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_en;
    -moz-animation-duration: .8s;
    -o-animation-name: move_en;
    -o-animation-duration: .8s;
    animation-name: move_en;
    animation-duration: .8s
}

.wrapper .go {
    position: fixed;
    bottom: 0;
    z-index: 101;
    margin-bottom: 35px;
    padding-right: 70px
}

.wrapper .go_en {
    right: 0;
    -webkit-animation-name: move_en;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_en;
    -moz-animation-duration: .8s;
    -o-animation-name: move_en;
    -o-animation-duration: .8s;
    animation-name: move_en;
    animation-duration: .8s
}

.wrapper .go_ar {
    margin-left: 44px;
    left: 0;
    -webkit-animation-name: move_ar;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_ar;
    -moz-animation-duration: .8s;
    -o-animation-name: move_ar;
    -o-animation-duration: .8s;
    animation-name: move_ar;
    animation-duration: .8s
}

.wrapper .text_Bubble {
    position: fixed;
    width: 190px;
    bottom: 0;
    z-index: 101;
    margin-bottom: 72px;
    color: white;
    text-align: center;
    margin-left: 10px;
    padding-right: 25px
}

.map-results {
    height: 100%;
    padding-top: 81px
}

.map-results .pagination-nav {
    width: 400px;
    margin: 0 -16px
}

.nearby-location-item img.map-image {
    width: 100%;
    border-top: 1px solid #4cb4d9
}

.content-widget .showMap {
    background: #40adee url(../img/showMap.png?3) no-repeat scroll 50% 50%;
    border-radius: 5px;
    display: block;
    height: 33px;
    width: 117px
}

.content-widget .showMap.un-active {
    background-color: #e5e5e5
}

.content-widget.company-data .showMap {
    width: 100%
}

.content-widget .btn-full {
    line-height: 28px;
    height: 40px;
    width: 700px;
    margin: 15px -15px -20px -20px
}

.ProfilePage .content-widget {
    background: #FFF;
    margin-bottom: 15px;
    width: 100%!important;
    color: #777;
    font-size: 12px
}

.content-widget.occasion {
    background-position: 100% 0;
    background-repeat: no-repeat
}

.rtl .content-widget.occasion {
    background-position: 0 0
}

.paid .content-widget {
    width: 1000px
}

.content-widget.sponsor {
    background: #eefff0;
    margin-top: 13px
}

.content-widget .bordered-line {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 10px 20px;
    margin: 20px -20px 30px -20px
}

.content-widget .bordered-line ul {
    margin: 0
}

.content-widget .image-placeholder {
    margin: 0 15px 0 0
}

.rtl .content-widget .image-placeholder {
    margin: 0 0 0 15px
}

.content-widget .occasion img {
    width: 80px
}

.map-search-results {
    background: #ECF0F3;
    max-height: 690px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll
}

.map-float {
    float: right
}

.rtl .map-float {
    float: left
}

.map-search-results .list-pagenat {
    margin: 0 auto
}

.map-search-results .content-widget {
    border: 2px solid #fff;
    width: 370px;
    cursor: pointer
}

.m ap-search-results .content-widget.active,
.map-search-results .content-widget:hover {
    border: 2px solid #23527c
}

.map-search-results .content-widget.active {
    transition: border 0.3s ease-in-out 0.5s
}

.map-search-results .content-widget.active h4,
.map-search-results .content-widget:hover h4 {
    color: #2880B9;
    text-decoration: underline
}

.map-search-results .content-widget.active .btn-full,
.map-search-results .content-widget:hover .btn-full {
    border: 2px solid #2880B9;
    border-top: 0;
    line-height: 29px
}

.map-search-results .content-widget .btn-full {
    width: 370px
}

.mapContainer {
    border: 1px solid #a2a2a2;
    margin-bottom: 15px;
    width: 1000px;
    position: relative
}

.profileMap {
    cursor: pointer
}

.content-widget .content-image img {
    max-width: 100%;
    max-height: 100%
}

.mapContainer img {
    height: 200px;
    width: 100%
}

.mapContainer .showMapLayer {
    background: url(../img/mapAdvertiser.png);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.mapContainer .showMapLayer span {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    margin: 76px auto;
    position: relative;
    text-align: center;
    width: 250px
}

.search-results .mapIt:before {
    content: url(../img/mapIt.png?3);
    display: inline-block;
    width: 15px
}

.search-results .mapIt {
    color: #54b95b;
    text-decoration: underline;
    white-space: nowrap
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.pagination-nav {
    background-color: #ecf0f3!important
}

.map-call-btn {
    border: 1px solid #757474;
    background-color: #808080!important;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px
}

.map-call-btn:hover {
    background-color: #636363;
    border: 1px solid #676767;
    color: #fff
}

.map-call-btn i {
    margin-right: 5px;
    font-size: 1.1rem
}

.rtl .map-call-btn i {
    margin-right: inherit;
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.search-companies-map .row {
    margin-bottom: 7px
}

.search-companies-map .categories span,
.search-companies-map .keywords span {
    font-size: 12px
}

.phone {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0px!important
}

.rtl .phone {
    float: left
}

.mar-bot-0-row {
    margin-bottom: 0px!important
}

.first-letter {
    color: #14addb;
    font-size: 13px
}

.rtl .bottom-buttons-3 a i,
.rtl .companyContacts a i,
.rtl .search-btns i {
    margin-right: inherit;
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.width-custom-profile {
    float: left;
    margin: 0 2px
}

.rtl .width-custom-profile {
    float: right
}

.overmouse {
    cursor: pointer
}

.top_cat_more_btn {
    background-color: #30ABD5;
    width: 90px;
    height: 30px;
    padding-top: 8px;
    font-size: 12px;
    color: white
}

.home-dis-new h2 {
    color: white
}

#show_branches .disabled {
    display: none
}

.mar-top-10 {
    margin-top: 10px
}

.mar-top-5 {
    margin-top: 5px!important
}

.location-columns {
    display: none
}

.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked + label:before,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:before,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:after,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked) + label:after,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked + label:after {
    right: 0
}

.location-container {
    width: 200px
}

.big-div-width-filter {
    width: 500px
}

#videoPlayer {
    width: 100%
}

.slick_slider_home {
    direction: initial
}

.modal-header {
    padding: unset;
    border: none; }

.modal {
    top: 0% !important; }

#carousel-example-generic img {
margin:10% auto; }
  @media (max-width: 530px) {
    #carousel-example-generic img {
      margin: 0 auto; } }

.modal-title {
    font-size: 20px;
    color: #333
}

@media (min-width:768px) {
    .printed_Ads .modal-dialog {
        width: 50%
    }
}

.results_infos {
    padding: 15px 0 0 0;
    float: left
}

@media (max-width:530px) {
    .results_infos {
        padding: 0
    }
}

.right.results_infos {
    text-align: right
}

@media (max-width:992px) {
    .right.results_infos {
        text-align: left;
        right: 0;
        padding: 0
    }
}

.rtl .right.results_infos {
    text-align: left;
    left: 10px
}

@media (max-width:992px) {
    .rtl .right.results_infos {
        text-align: right
    }
}

.right.showResults {
    float: right
}

.listing_free_header {
    text-align: right
}

.rtl .listing_free_header {
    text-align: left
}

@media (max-width:600px) {
    .rtl .listing_free_header {
        text-align: inherit;
        left: 15px
    }
}

.listing_free_header a {
    color: #fff!important;
    font-weight: 400!important;
    border-radius: 30px!important;
    padding: 6px 10px!impor tant
}

.lang_switch span {
    padding: 0;
    color: #fff
}

.rtl .lang_switch {
    text-align: left
}

@media (max-width:580px) {
    .rtl .dir-ho-tr {
        float: left
    }
}

.top_trending_title {
    padding-right: 25px!important
}

.fa-viber {
    content: url(https://icons.simplesvg.com/fa-brands:viber.svg?color=white&height=16);
    vertical-align: -.125em
}

.jobsHeader {
    margin-top: 96px
}

.keyword_search {
    margin-top: 102px
}

.advanced-search-close {
    text-align: right;
    padding: 15px
}

.advanced-search-close::before {
    cursor: pointer
}

.rtl .advanced-search-close {
    text-align: left;
    left: 10px
}

.notHome-header .ts-menu-5 .btn,
.notHome-header .ts-menu-4 .btn {
    font-size: 13px
}

.rtl .notHome-header .ts-menu-5 .btn,
.rtl .notHome-header .ts-menu-4 .btn {
    font-size: 10px
}

.animated-divs-location {
    border: 1px solid #80808047;
    float: left;
    margin: 0 2px!important;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, .35);
    -moz-box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, .35);
    box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, .35);
    -moz-box-shadow: 9px 9px 6px -10px rgba(122, 120, 122, .35);
    text-align: center;
    min-height: 200px
}

.animated-divs-location p {
    border-bottom: none!important;
    cursor: pointer
}

.animated-divs-location .content {
    text-align: start
}

.animated-divs-location .content span {
    float: left;
    margin: 0 5px 0 0!important;
    width: 32%
}

.animated-divs-location .p-rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 40%;
    text-transform: uppercase;
    position: absolute
}

#red-bg .p-rotate {
    left: 5%
}

.rtl #red-bg .p-rotate,
.rtl #left-bg .p-rotate {
    left: 35%
}

.animated-divs-location #area_content,
.animated-divs-location #district_content {
    display: none
}

.rtl .animated-divs-location .content span {
    margin: 0 0 0 5px!important;
    float: right
}

.rtl .animated-divs-location {
    -webkit-box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, .35);
    -moz-box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, .35);
    box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, .35);
    -moz-box-shadow: -9px 9px 6px -10px rgba(122, 120, 122, .35)
}

.left-bg {
    width: 80%
}

.center-bg,
.right-bg {
    width: 8%
}

.loading-location {
    display: none;
    position: absolute;
    margin: 0 50px!important
}

[type="radio"]:disabled:not(:checked) + label,
[type="radio"]:disabled:checked + label {
    cursor: not-allowed
}

.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container {
    padding-right: 0;
    padding-left: 15px
}

.rss-item {
    text-align: center;
    display: block;
    background-color: white;
    border: 1px solid transparent;
    float: right;
    margin: 15px;
    width: 30%;
    padding: 10px;
    cursor: pointer
}

@media (max-width:1190px) {
    .rss-item {
        width: 29%
    }
}

@media (max-width:768px) {
    .rss-item {
        width: auto;
        margin: 0 100px 10px 100px
    }
}

.rss-item img {
    width: 100%
}

.rss-index-gallery {
    direction: rtl
}

.rss-title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    min-height: 33px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rss-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 5px
}

.search-background-img:before {
    background-repeat: no-repeat;
    background-attachment: fixed
}

.numberOfResults {
    color: #fff;
    font-size: 14px
}

@media (max-width:768px) {
    .numberOfResults {
        font-size: 13px;
        margin-top: 2px;
        font-weight: 100
    }
}

.play_custom {
    position: relative;
    top: 140px;
    left: 44%;
    z-index: 1;
    color: #333
}

.rtl .play_custom {
    right: 195px
}

.ratingStars.active {
    font-size: 22px;
    color: #ffcd00
}

@media (max-width:1190px) {
    .ratingStars.active {
        font-size: 17px
    }
}

@media (max-width:768px) {
    .ratingStars.active {
        font-size: 22px
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px
}

@media (max-width:1190px) {
    .glyphicon {
        font-size: 17px
    }
}

@media (max-width:768px) {
    .glyphicon {
        font-size: 22px
    }
}

.mar-bot-15 {
    margin-bottom: 15px!important
}

.search-background-img:before {
    background-repeat: no-repeat;
    background-attachment: fixed
}

.numberOfResults {
    color: #fff
}

.fa-youtube {
    background-color: #bb0000!important
}

.fa-linkedin {
    background-color: #0077b5!important
}

.fa-twitter {
    background-color: #1da1f2!important
}

#overlay {
    background: rgba(0, 0, 0, .61);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}

.bold-text {
    font-weight: 700;
    color: #333;
    font-size: 13px
}

.autoSuggest-icons {
    position: absolute;
    margin: 6px
}

.rtl .autoSuggest-icons {
    right: 0
}

.popover {
    padding: 15px!important
}

.rtl .wrapper.search-results-new .searchResultsDiv .cat-key-container span {
    font-size: 12px
}

.select-wrapper span.caret {
    font-size: 0;
    color: #ffcd00;
    z-index: 9
}

.rtl .select-wrapper span.caret {
    margin-right: 100%!important
}

.rtl .lp-ur-all-left {
    float: right;
    width: 21%;
    border-left: 4px solid #6b7f8a;
    padding-right: 20px
}

.rtl .lp-ur-all-right {
    float: right;
    width: 60%;
    padding: 2px 20px
}

.rtl .lr-user-wr-img {
    float: right;
    display: inline-block
}

.stars-value {
    margin-left: 3rem
}

.search_class_iframe {
    padding-left: 10%;
    padding-right: 10%
}

.sponsor-div-btn {
    margin-top: 40px!important
}

.sponsor-div-btn span {
    background-color: green;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin: -28px 10px;
    position: absolute
}

.errorMsg {
    color: red!important;
    display: none;
    font-size: 12px!important;
    margin: 0
}

.waves-button-input {
    display: block;
    width: 73px;
    height: 38px;
    margin-top: -7px;
    margin-left: -7px
}

@media (max-width:530px) {
    .waves-button-input {
        width: 47px
    }
}

.rtl .waves-button-input {
    margin-left: inherit;
    margin-right: -7px
}

.not-active-button {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.priceRange {
    color: #40adee;
    margin-left: -12px
}

.rtl .priceRange {
    margin-right: -12px;
    margin-left: 0
}

.mar-0 {
    margin: 0px!important
}

.writeReviewBtn {
    float: right;
    background-color: #4aa0d6
}

.writeReviewBtn:hover {
    background-color: #4aa0d6
}

.rtl .writeReviewBtn {
    float: left
}

@media (min-width:992px) {
    .wrapper.search-results-new .col-lg-9 {
        width: 77.5%
    }
}

@media (min-width:992px) {
    .wrapper.search-results-new .col-lg-3 {
        width: 22.5%
    }
}

.free-new-profile .free-details-custom-width {
    padding: 0
}

@media (max-width:992px) {
    .free-new-profile .free-details-custom-width {
        width: 100%
    }
}

.free-new-profile .free-content .sendMail-btn input {
    background-color: #479dd2;
    border-color: #3a9dda;
    border-radius: 0;
    margin-left: -14px
}

.free-new-profile .free-content .message .input-field input,
.free-new-profile .free-content .message .input-field 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;
    margin: 0
}

.free-new-profile .free-content .message .input-field textarea {
    height: 100px;
    border-radius: 0
}

.free-new-profile .free-content .message .input-field label {
    left: 30px;
    top: 4px;
    font-size: 12px;
    color: #333
}

.free-new-profile .free-ads-custom-width {
    padding: 0 15px 0 0
}

@media (max-width:992px) {
    .free-new-profile .free-ads-custom-width {
        width: 100%
    }
}

.powered-by-alam {
    font-size: 18px;
    color: #333;
    margin: 0 0 0 10px
}

.offer {
    position: absolute;
    right: -10px;
    margin-top: 24px
}

.rtl .offer {
    right: inherit;
    left: -10px
}

.search-custom-width-82 {
    width: 82%;
    padding: 0 0 0 15px
}

@media (max-width:768px) {
    .search-custom-width-82 {
        width: 80%
    }
}

@media (max-width:530px) {
    .search-custom-width-82 {
        padding: 0 0 0 10px;
        width: 85%
    }
    .search-custom-width-82 p {
        margin-bottom: 5px
    }
}

@media (max-width:530px) {
    .rtl .search-custom-width-82 {
        padding: 0 10px 0 0
    }
}

.search-custom-width-18 {
    width: 18%
}

@media (max-width:768px) {
    .search-custom-width-18 {
        width: 20%;
        padding: 0
    }
}

@media (max-width:530px) {
    .search-custom-width-18 {
        width: 15%;
        padding: 0
    }
}

.rtl .wrapper.search-results-new .searchResultsDiv:hover .offer {
    right: inherit;
    left: -15px
}

@media (max-width:992px) {
    .home-list-pop-img {
        text-align: center
    }
}

@media (max-width:710px) {
    .home-main-header.tourz-search-form .input-field:nth-child(1),
    .home-main-header.tourz-search-form .input-field:nth-child(2),
    .home-main-header .input-field-submit,
    .home-main-header .tourz-sear-btn {
        width: 100%
    }
}

.rtl .listPhones {
    display: inline-block
}

.business-description {
    font-size: 14px;
    padding: 0;
    color: #333
}

@media (max-width:530px) {
    .business-description {
        font-size: 11px
    }
}

@media (max-width:530px) {
    .desktop-resolution {
        display: none
    }
}

.mobile-resolution {
    padding: 80px 0 20px;
    display: none
}

@media (max-width:530px) {
    .mobile-resolution {
        display: block
    }
}

@media (max-width:767px) {
    .mobile-resolution {
        display: block
    }
}

@med ia (max-width:892px) {
    .mobile-resolution {
        display: block
    }
}

.mobile-resolution .company-details {
    position: fixed;
    z-index: 9;
    top: 58px;
    margin-bottom: 0;
    box-shadow: none;
    min-height: 130px; }

.mobile-resolution .company-details .bottom-details {
    margin-top: 0
}

.mobile-resolution .tab-content .tab-pane {
    padding: 15px
}

.mobile-resolution .tab-content .tab-pane .content-widget {
    margin-bottom: 30px
}

.mobile-resolution #tab_default_1 {
    padding: 0
}

.mobile-resolution .company-details .share-div .addthis_toolbox {
    padding: 5px 0
}

.mobile-resolution .company-details .social-links ul li {
    float: right;
    padding-left: 10px;
    padding-right: 0
}

.rtl .mobile-resolution .company-details .social-links ul li {
    float: left;
    padding-left: 0;
    padding-right: 10px
}

.mobile-resolution .companyTitleDiv {
    margin: 0;
    padding: 0 0 0 5px
}

.mobile-resolution .bottom-buttons-3 {
    margin: 15px 0
}

.rtl .mobile-resolution .bottom-buttons-3 {
    float: right
}

.mobile-resolution .bottom-buttons-3 .btn {
    font-size: 15px;
    padding: 0;
    background-color: #333;
    color: #f5f5f5;
    border: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0;
    height: 42px;
    line-height: 42px
}

.mobile-resolution .bottom-buttons-3 .btn i {
    font-size: 20px;
    margin: 0 3px;
    color: #ffcd00
}

.mobile-resolution .bottom-buttons-3 .btn.disabled {
    color: #fff!important;
    opacity: .8
}

.mobile-resolution .mobile-fixed-btn {
    position: fixed;
    bottom: 0;
    z-index: 998;
    background-color: #B7B7B7
}

.mobile-resolution .company-details .companyLogo img {
    width: 90%;
    border: 2px solid #e1e1e1
}

.mobile-resolution .row .col.s12 {
    padding: 0
}

.mobile-resolution .input-field.col label {
    left: 1.5rem
}

.mobile-resolution .owl-carousel img {
    min-height: inherit!important;
    max-width: 170px!important;
    padding: 10px!important
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

@media (max-width:530px) {
    .mobile-resolution .owl-carousel img {
        max-width: 130px;
        width: 100%
    }
}

.mobile-resolution .play_custom {
    top: 44%;
    left: 49px;
    font-size: 30px
}

@media (max-width:530px) {
    .mobile-resolution .play_custom {
        left: 39%;
        font-size: 40px;
        top: 115px
    }
}

.rtl .mobile-resolution .play_custom {
    right: 49px
}

.mobile-resolution .rss-item {
    width: auto
}

.tabbable-line > .nav-tabs {
  border: none;
  position: fixed;
  width: 100%;
  z-index: 8;
  padding: 0;
 left: 0;
  height: 45px; 
 display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    min-width: auto;
    max-width: none;
     background-color: #fff;
    }


@media (max-width: 530px) {
    .list-tabs-sticky, .scroller-sticky {
        top: 230px !important; } }
@media (max-width: 445px) {
    .list-tabs-sticky, .scroller-sticky {
        top: 230px !important; } }
@media (max-width: 370px) {
    .list-tabs-sticky, .scroller-sticky {
        top: 230px !important; } }
.rtl .tabbable-line > .nav-tabs {
    right: 0px; }

.tabbable-line > .nav-tabs > li {
    height: 40px;
    text-align: center;
    background-color: #fff; }

.rtl .tabbable-line > .nav-tabs > li {
    float: right; }

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0; }
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6; }
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #ffcd004f; }
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333; }
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6; }
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px; }
.tabbable-line > .nav-tabs > li.active {
    position: relative;
    background-color: #b7b7b7;
    border-bottom: none; }
.tabbable-line > .nav-tabs > li.active > a {
    color: #333333;
    background-color: #B7B7B7;
    height: 40px; }
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040; }
.tabbable-line > .tab-content {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
    background-color: white;
    padding-bottom: 80px; }

@media (max-width: 530px) {
    .tabbable-line > .tab-content {
        margin-top: 220px; } }
@media (max-width: 445px) {
    .tabbable-line > .tab-content {
        margin-top: 220px; } }
@media (max-width: 370px) {
    .tabbable-line > .tab-content {
        margin-top: 220px; } }
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0; }

/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent; }
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0; }
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf; }
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d; }
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px; }

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none
}

.toggled #sidebar-wrapper {
    width: 220px
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px
}

.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 45px 0 0 0;
    padding: 0 15px;
    list-style: none
}

.rtl .sidebar-nav {
    padding: 0 0 0 15px!important
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #313334
}

.sidebar-nav li i {
    height: auto;
    margin: 0 3px
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 5px;
    background-color: #282828;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.rtl .sidebar-nav li:before {
    left: inherit;
    right: 0
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.sidebar-nav li a {
    display: block;
    color: #939393;
    text-decoration: none;
    padding: 10px;
    font-size: 13px
}

.sidebar-nav li a:hover {
    transition: all .5s ease
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #404040;
    text-decoration: none;
    background-color: transparent
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none
}

.hamburger {
    position: fixed;
    top: 13px;
    z-index: 9999;
    display: block;
    width: 26px;
    height: 20px;
    margin-left: 5px;
    background: transparent;
    border: none
}

@media (min-width:768px) {
    .hamburger {
        display: none
    }
}

.rtl .hamburger {
    margin-right: 5px;
    margin-left: inherit
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
    background-color: transparent
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open {
    margin-left: 36%;
    width: 20px;
    height: 20px
}

.rtl .hamburger.is-open {
    margin-right: 35%
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin: 7px 0
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #939393
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.73, 1, .28, .08)
}

.hambu rger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.rtl .companyContacts.appear a {
    unicode-bidi: plaintext;
    text-align: right
}

.rtl .companyContacts.appear a i {
    float: right;
    margin-top: 4px
}

.companyContacts a {
    position: relative;
    z-index: 1050;
    display: inherit;
    color: #333;
    padding: 15px;
    border-bottom: 1px solid #b3b3b3
}

.nav-up {
    display: none
}

@media (min-width:768px) {
    .nav-up {
        display: block
    }
}

@media (max-width:768px) {
    .additional-Info {
        display: none
    }
}

@media (max-width:530px) {
    .cat-key-container,
    .moreLink,
    .find-home,
    .filters-main-container,
    .phonesPlaceHolder_v2,
    .proj.mar-bot-red-m30 {
        display: none
    }
}

@media (max-width:600px) {
    .search-call-desktop,
    .latlng-desktop {
        display: none!important
    }
}

.search-call-mob,
.latlng-mob {
    display: none!important
}

@media (max-width:600px) {
    .search-call-mob,
    .latlng-mob {
        display: block!important
    }
}

.menu-icon {
    display: none
}

@media (max-width:600px) {
    .menu-icon {
        display: block
    }
}

@media (max-width:768px) {
    .top-search-main {
        width: 100%
    }
}

@media (max-width:768px) {
    .search-buttons-mobile {
        padding: 0;
        width: 100%!important
    }
}

@media (max-width:768px) {
    .additionalBar {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:530px) {
    .additionalBar .aboutUs {
        width: 100%
    }
}

.ad-details-container {
    padding: 15px;
    background-color: #fff;
    height: 72px
}

.ad-details-container a {
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.ad-details-container a:first-child {
    font-size: 18px;
    white-space: nowrap
}

.ad-details-container a:nth-child(2) {
    font-size: 12px;
    display: -webkit-box;
    max-height: 17px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.rtl .ad-details-container a {
    text-align: right
}

.ad-btn-container .btn {
    width: 100%;
    height: 72px;
    background-color: #266ba6;
    padding: inherit
}

.ad-btn-container .btn i {
    color: #fff;
    margin-top: 10%
}

.ad-btn-container .btn:hover {
    background-color: #054479
}

.ad-btn-container .btn:hover i {
    color: #fff
}

.ad-btn-container .btn a {
    color: #fff
}

.ad-btn-container i {
    font-size: 30px
}

.share-mobile a {
    font-size: 0px!important
}

.share-mobile i {
    color: #fff;
    font-size: 15px!important
}

.mobile-resolution .tab-content iframe {
    width: 100%
}

.mobile-resolution .tab-content iframe html {
    overflow: hidden!important
}

.free-new-profile.mobile-resolution .companyTitleDiv {
    width: 91%;
    padding: 0
}

.free-new-profile.mobile-resolution .company-details .des-address {
    margin: -9px 0 0 0
}

@media (max-width:1024px) {
    .mobile-ads {
        margin: 5px auto 0 auto!important;
        width: 556px
    }
}

@media (max-width:992px) {
    .mobile-ads {
        width: 100%
    }
}

@media (max-width:530px) {
    .mobile-ads {
        width: 100%
    }
}

@media (min-width:1024px) {
    .mobile-ads {
        display: none
    }
}

.priorityPlacement {
    background-color: #e5e5e5
}

.priorityPlacement .companyTitle,
.priorityPlacement .company_address {
    color: #333
}

@media (max-width:530px) {
    .wrapper.search-results-new .container {
        width: 100%!important
    }
}

@media (max-width:768px) {
    .wrapper.search-results-new {
        margin-top: 125px
    }
}

@media (max-width:530px) {
    .wrapper.search-results-new {
        margin-top: 91px
    }
}

@media (max-width:768px) {
    .share-social-links .more-description {
        margin-top: 5px
    }
}

.mobile_profile_ads {
    max-width: 100%!important
}

.tripadvisorRating {
    padding: 0;
    margin-top: 5px
}

@media (min-width:768px) {
    .not-mobile-width {
        width: 80%;
        left: 20%
    }
}

@media (min-width:768px) {
    .rtl .not-mobile-width {
        width: 80%;
        left: inherit;
        right: 20%
    }
}

#ads-carousel img {
    padding: 0px!important
}

#ads-carousel .owl-carousel .owl-item {
    padding: 0
}

@media (min-width:992px) {
    .distance {
        display: none
    }
}

@media (max-width:1300px) {
    .row-padding-custom {
        padding: 0 35px
    }
}

@media (max-width:992px) {
    .row-padding-custom {
        padding: inherit
    }
}

.dir1-home-head {
    z-index: inherit
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

@media (max-width:530px) {
    .slick-next {
        right: 12px
    }
}

.color-alert {
    margin-left: 44rem;
    color: #fff
}

.branches-container-ar {
    width: 100%;
    margin-left: 380px
}

#alertMessage {
    display: none;
    height: 90px;
    background-color: #266ba6;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.rtl #alertMessage {
    height: 87px
}

.alertMessage-close {
    position: absolute;
    top: 0;
    height: 15px;
    width: 15px;
    color: #fff;
    padding: 0 0 0 2px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    z-index: 1000
}

.ltr .alertMessage-close {
    right: 0
}

.rtl .alertMessage-close {
    left: 0
}

#alertMessage .color-alert p {
    color: #fff
}

#alertMessage .color-alert a {
    color: #fff
}

.alertMessage-close span {
    color: #fff
}

.alertMessage-profile {
    top: 85px!important
}

.pagination-related-categories .pagination-container .pagination li a,
.pagination-related-categories .pagination-container .pagination li span {
    color: #333!important
}

.pagination-related-categories .pagination-container .pagination li.active a {
    color: #fff!important
}

.abcRioButtonLightBlue {
    width: max-content!important;
    height: max-content!important
}

.topPadding15 {
    padding-top: 15px
}

.signInPanel {
    text-align: -webkit-center
}

#review_rating_error_message {
    display: none;
    text-align: center;
    color: indianred
}

#toast-container {
    top: 15%;
    left: 1%;
    z-index: 654464654
}

.rtl #toast-container {
    right: 1%;
    left: unset!important
}

#toast-container .toast {
    width: fit-content;
    height: fit-content
}

.toast {
    top: 60px;
    float: left!important
}

.rtl .toast {
    float: right!important
}

.gSignin_toast_img img {
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    margin-top: 3px
}

.rtl .gSignin_toast_img img {
    float: left
}

.top-review {
    text-align: center
}

.rtl .continue_web {
    text-decoration: underline;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500
}

.popIphoneImage {
    width: 55%;
    float: right
}

@media (min-width:400px) {
    .popIphoneImage {
        margin-right: 20px
    }
}

@media (min-width:500px) {
    .popIphoneImage {
        margin-right: 35px
    }
}

.popIphoneImage img {
    width: 100%
}

.star_rate {
    text-align: center
}

.star_rate img {
    width: 55%
}

.rtl .star_rate img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.popCloseClass span {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 25px;
    color: #333
}

.rtl .popCloseClass span {
    left: 13px;
    right: inherit
}

.popLogo {
    margin-top: 15px;
    text-align: center
}

.popLogo img {
    width: 65%
}

.rtl #AppModal .continue_web {
    text-decoration: underline;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500
}

.rtl #AppModal .btn_app {
    background-color: #02a8f4;
    color: #ffF;
    box-shadow: 2px 3px 8px #888;
    font-size: 16px
}

#AppModal .image_app_div {
    float: right
}

#AppModal .modal .modal-content {
    margin: unset!important;
    padding: unset!important
}

#AppModal .modal-body .row {
    margin-right: unset!important;
    margin-bottom: unset!important
}

#AppModal .modal-body .test_app div,
h1,
h3 {
    font-weight: unset!important;
    font-style: initial!important
}

.popup_modal_header {
    color: #fff;
    margin: 0;
    padding: 0
}

.popup_modal_header span {
    color: #fff;
    font-size: 13px
}

.test_app_h1_header1 {
    font-size: 10vw
}

.test_app_h1_header2,
.test_app_h3_header {
    font-size: 5vw
}

.test_app_div {
    font-size: 4vw;
    color: #2a2b33
}

.test_app_continue_web {
    margin: 10px 0 15px 0
}

.years-ago-ar {
    padding-right: 600px;
    font-size: medium
}

.years-ago-ar-profile {
    padding-right: 100px;
    font-size: medium
}

.years-ago-en-profile {
    padding-left: 100px;
    font-size: small
}

.years-ago-font-profile {
    color: #fff;
    font-weight: 400
}

.profile-phone-en {
    direction: ltr
}

.profile-phone-ar {
    direction: rtl
}

.company-since-en,
.established-in-en {
    text-align: center;
    margin-top: 5px;
    padding: 0
}

.company-since-en p,
.established-in-en p {
    color: #333;
    font-weight: 700
}

.company-since-ar,
.established-in-ar {
    text-align: center;
    margin-top: 5px;
    padding: 0
}

.company-since-ar p,
.established-in-ar p {
    color: #fff
}

.first-p-since {
    margin: 0;
    font-size: 15px;
    font-weight: 700
}

.second-p-since {
    font-size: 15px
}

.first-p-established {
    font-size: 15px;
    margin: 0;
    text-align: justify
}

.second-p-established {
    font-weight: 700
}

.fa-info-circle {
    color: #14addb
}

.additional-right-info p {
    text-align: center
}

.years-search {
    color: #54b95b
}

.years-search span {
    font-weight: 700;
    color: #54b95b
}

.rtl .menu-btn-fixed {
    left: inherit;
    right: 0
}

.share-mobile-div {
    padding: 15px 0 0 0
}

.txt-align-inherit {
    text-align: inherit
}

.txt-align-right {
    text-align: right
}

.closed-business {
    opacity: .7;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    cursor: not-allowed;
    text-align: center;
    top: 0;
    left: 0
}

.closed-business p {
    margin-top: 5%
}

@media (max-width:530px) {
    .closed-business p {
        margin-top: 10%
    }
}

.closed-business p .first-span-yellow {
    color: yellow
}

.closed-business p .first-span-white {
    color: #fff
}

.closed-business p span {
    font-s ize: 50px
}

@media (max-width:530px) {
    .closed-business p span {
        font-size: 21px
    }
}

@media (max-width:530px) {
    .closed-business p .closed_business_img {
        transform: scale(.8)
    }
}

.search-keywords {
    font-weight: 700
}

.ltr .closed-recommended {
    margin-left: 35px
}

.rtl .closed-recommended {
    margin-right: 35px
}

.closed-recommended-title {
    font-size: 18px;
    cursor: pointer;
    margin: inherit;
    font-weight: 700;
    color: #636363
}

.closed-recommended-address {
    padding: inherit;
    margin: inherit;
    font-size: 14px;
    display: contents;
    cursor: pointer
}

.closed-recommended-address:hover {
    text-decoration: none;
    color: #636363
}

.closed-recommended p {
    margin: 0 0 5px
}

.closed-recommended .business-description,
.closed-recommended .closed-recommended-address {
    color: #636363a8;
    cursor: inherit
}

.closed-recommended-logo {
    height: 100%;
    width: 100%;
    max-width: 125px;
    max-height: 125px;
    cursor: pointer
}

.closed-contentTitle {
    background-color: #ffcd00;
    padding: 5px 20px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.closed-alsoRecommendedItem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 9px;
    width: 49%;
    height: 200px
}

@media (max-width:530px) {
    .closed-alsoRecommendedItem .cat-key-container {
        display: block
    }
}

.closed-alsoRecommendedItem .cat-key-font .category,
.closed-alsoRecommendedItem .otherCategories {
    color: #636363a8!important;
    cursor: pointer
}

@media (max-width:400px) {
    .closed-alsoRecommendedItem {
        height: 300px!important
    }
}

@media (max-width:340px) {
    .closed-alsoRecommendedItem {
        height: 250px!important
    }
}

@media (min-width:341px) and (max-width:386px) {
    .closed-alsoRecommendedItem {
        height: 180px!important
    }
}

@media (min-width:510px) {
    .closed-alsoRecommendedItem {
        height: 230px!important
    }
}

@media (min-width:674px) {
    .closed-alsoRecommendedItem {
        height: 215px!important
    }
}

@media (min-width:747px) {
    .closed-alsoRecommendedItem {
        height: 200px!important
    }
}

.closed-mapIt {
    margin: 0 20px;
    color: #14addb;
    text-decoration: underline;
    cursor: pointer
}

.closed-mapIt:hover {
    color: #14addb
}

.allCategoriesRow {
    padding: 10px;
    background-color: #ffffffb3;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, .2);
    box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, .2)
}

.allCategoriesRow:hover {
    background-color: #ffffff42
}

.allCategoriesRow a {
    font-weight: 700
}

.allCategoriesRow a:hover {
    text-decoration: none
}

.related-categories-container {
    margin-top: 60px
}

@media (max-width:768px) {
    .related-categories-container {
        margin-top: 90px
    }
}

.lettersDiv span {
    margin: 0 5px;
    cursor: pointer
}

.lettersDiv span:hover {
    text-decoration: underline;
    font-weight: 700
}

.lettersDiv .active {
    color: #14addb;
    text-decoration: underline
}

#treeview {
    width: 100%!important
}

.dx-treeview .dx-treeview-search {
    display: none
}

.dx-theme-generic-typography {
    padding: 10px;
    border-radius: 3px
}

.related-cat-filters {
    margin-top: 40px
}

.moreBusinessesForClosed {
    background-color: #53a5d2;
    float: right;
    display: block;
    height: 42px;
    border-radius: 2px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer
}

.moreBusinessesForClosed:hover {
    text-decoration: none
}

.moreBusinessesForClosed a:hover {
    text-decoration: none
}

.moreBusinessesForClosed .open span {
    color: white
}

.arrow_box {
    padding: 10px;
    position: relative;
    background: #ffcd00;
    border: 4px solid #ffcd00;
    width: fit-content;
    z-index: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 5px 0 #9898988c;
    -moz-box-shadow: 0 6px 5px 0 #9898988c;
    box-shadow: 0 6px 5px 0 #9898988c
}

.arrow_box:after {
    left: 100%;
    top: 16%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 24px 0 24px 35px;
    border-color: transparent transparent transparent #ffcd00
}

.rtl .moreBusinessesForClosed {
    float: left
}

.footer-appModal {
    text-align: center
}

.test_app {
    position: absolute;
    float: left;
    margin-top: 60px;
    padding: 10px;
    left: 8px
}

@media (min-width:400px) {
    .test_app {
        left: 25px
    }
}

@media (min-width:500px) {
    .test_app {
        left: 35px
    }
}

.mar-top-20 {
    margin-top: 20px
}

.mar-top-30 {
    margin-top: 30px
}

#copyable_company_info {
    display: none
}

#copyCompanyInfo {
    display: none;
    color: black
}

.mobile-resolution .writeReviewForm .modal-content {
    margin: 0
}

.mobile-resolution .writeReviewForm .modal .modal-footer {
    height: auto
}

.mobile-resolution .writeReviewForm .text-center.topPadding15 {
    margin-top: 10px;
    padding: 15px
}

.margin-top15 {
    margin-top: 15px
}

.modal-footer {
    background-color: #fff!important
}

.input-field label {
    font-size: .9rem
}

.locationiconara {
    padding-left: 13px;
    float: right;
    color: #00bfff;
    font-size: 16px
}

.locationiconen {
    padding-right: 13px;
    color: #00bfff;
    font-size: 16px
}

.not-found-areas-div {
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: -4px 0 0 0 #c55321
}

.rtl .not-found-areas-div {
    box-shadow: 4px 0 0 0 #c55321
}

.not-found-areas-text {
    Color: #c55321;
    font-size: 14px
}

.alsoServing {
    color: #1c8acc
}

.common-category-btn-edit {
    background-color: #ffcd00;
    padding: 15px 60px
}

@media (max-width:768px) {
    .common-category-btn-edit {
        padding: 15px
    }
}

.common-category-btn-edit span {
    color: #333;
    font-weight: 700;
    font-size: 17px;
    top: 4px;
    position: relative
}

.common-category-btn-edit span strong {
    font-size: 20px;
    font-weight: 700
}

.common-category-btn-edit .btn {
    background-color: #333;
    border-radius: 3px;
    float: right
}

.rtl .common-category-btn-edit .btn {
    float: left
}

@media (max-width:530px) {
    .footer-contact {
        margin-bottom: 40px
    }
}

.footer-contact img {
    position: relative;
    top: -5px;
    cursor: pointer
}

.footer-contact .v1 {
    border-left: 1px solid #a0a0a0;
    height: 32px;
    margin: 0 15px;
    display: inline-block;
    top: 8px;
    position: relative
}

.footer-contact span,
.footer-contact a {
    color: #a0a0a0
}

.footer-contact a.cust-care {
    text-decoration: underline
}

.footer-contact .highlighted:hover {
    text-decoration: none
}

.mar-bot-10 {
    margin-bottom: 10px
}

.rtl .footer-contact img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media (min-width:768px) {
    .rtl .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: inherit
    }
}

@media (min-width:768px) {
    .rtl .col-sm-offset-0 {
        margin-right: 0!important
    }
}

.bold {
    font-weight: 700
}

#open_in_app_modalBtn {
    text-transform: unset
}

.rtl #open_in_app_modalSpn {
    padding-right: 10px
}

.rtl #open_in_app_modalSpn .more-businesses {
    float: right;
    margin-right: 40px;
    padding: 10px 15px;
    background-color: #469F46;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75)
}

@media (max-width:530px) {
    .rtl #open_in_app_modalSpn .more-businesses {
        float: unset;
        text-align: center;
        margin-right: inherit;
        padding: 10px 15px;
        background-color: #469F46;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: block;
        cursor: pointer;
        -webkit-box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83);
        -moz-box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83);
        box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83)
    }
}

.rtl #open_in_app_modalSpn .rtl .more-businesses {
    float: left;
    margin-right: inherit;
    margin-left: 72px
}

@media (max-width:530px) {
    .rtl #open_in_app_modalSpn .rtl .more-businesses {
        float: unset;
        margin-right: inherit;
        margin-left: inherit
    }
}

.rtl #open_in_app_modalSpn .more-businesses span {
    color: #fff
}

.rtl #open_in_app_modalSpn .more-businesses span:first-child {
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px
}

@media (max-width:530px) {
    .rtl #open_in_app_modalSpn .more-businesses span:first-child {
        font-size: 22px
    }
}

.rtl #open_in_app_modalSpn .more-businesses i {
    font-size: 25px;
    margin-left: 3px
}

@media (max-width:530px) {
    .rtl #open_in_app_modalSpn .more-businesses i {
        font-size: 27px
    }
}

.rtl #open_in_app_modalSpn .distance-row {
    background-color: #ffcd00;
    text-align: right;
    width: 102%;
    right: 1%;
    position: relative;
    -moz-box-shadow: 1px -1px 10px -2px rgba(138, 136, 138, .65);
    box-shadow: 1px -1px 10px -2px rgba(138, 136, 138, .65)
}

.rtl #open_in_app_modalSpn .distance-row span {
    font-weight: 700
}

.rtl #open_in_app_modalSpn .rtl .distance-row {
    text-align: left;
    left: 1%;
    right: inherit
}

.rtl #open_in_app_modalSpn .rtl .more-businesses i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH"
}

.rtl #open_in_app_modalSpn .rtl .container-common-category .fa-times {
    right: inherit;
    left: 10px
}

.rtl #open_in_app_modalSpn .uber-careem-btns {
    padding: 5px
}

.rtl #open_in_app_modalSpn .uber-careem-btns .col-xs-6 {
    padding: 0
}

.rtl #open_in_app_modalSpn .uber-careem-btns .col-xs-6 .btn {
    border-radius: 0;
    height: 42px;
    box-shadow: none
}

.rtl #open_in_app_modalSpn .uber-careem-btns .col-xs-6 .btn img {
    height: 85%;
    left: 0;
    top: 5px;
    position: absolute
}

. rtl #open_in_app_modalSpn .uber-careem-btns .col-xs-6 .btn span {
    color: #fff;
    font-weight: 700;
    font-size: 3.3vw;
    left: 10px;
    position: inherit;
    vertical-align: -webkit-baseline-middle
}

.rtl #open_in_app_modalSpn .uber-careem-btns .uber-btn {
    padding-right: 2px
}

.rtl #open_in_app_modalSpn .uber-careem-btns .uber-btn .btn {
    background-color: #333
}

.rtl #open_in_app_modalSpn .uber-careem-btns .careem-btn {
    padding-left: 2px
}

.rtl .careem-btn {
    direction: ltr
}

.rtl #open_in_app_modalSpn .uber-careem-btns .careem-btn .btn {
    background-color: #38B54F
}

.rtl #open_in_app_modalSpn .rtl .uber-careem-btns .btn img {
    left: inherit;
    right: 0
}

.rtl #open_in_app_modalSpn .rtl .uber-careem-btns .btn span {
    left: inherit;
    right: 10px
}

.rtl #open_in_app_modalSpn .rtl .uber-careem-btns .uber-btn {
    padding-left: 2px;
    padding-right: 0
}

.rtl #open_in_app_modalSpn .rtl .uber-careem-btns .careem-btn {
    padding-right: 2px;
    padding-left: 0
}

.mar-top {
    margin-top: 80px
}

.carousel-indicators {
    width: 100%;
    left: inherit;
    margin-left: inherit
}

.title_QA {
    background-color: #ffcd00;
    font-size: 16px;
    color: #333;
    padding: 3px 5px
}

.slick-div {
    padding: 0 40px
}

.details_QA {
    font-size: 13px
}

.slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    font-size: 20px
}

.slick-next:before {
    -webkit-box-shadow: -1px 1px 2px 0 #8a8a8a;
    -moz-box-shadow: -1px 1px 2px 0 #8a8a8a;
    box-shadow: -1px 1px 2px 0 #8a8a8a
}

.slick-prev:before {
    -webkit-box-shadow: 1px 1px 2px 0 #8a8a8a;
    -moz-box-shadow: 1px 1px 2px 0 #8a8a8a;
    box-shadow: 1px 1px 2px 0 #8a8a8a
}

.claim-business a {
    background-color: #479dd2;
    border-radius: 0
}

#show_brands .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 30%;
    width: 100%
}

#show_brands .owl-carousel .owl-nav button {
    position: absolute
}

#show_brands .owl-carousel .owl-nav button span {
   color: #ffcd00;
    background-color: #ffcd00;
    padding: 5px 10px;
    border-radius: 2px
}

#show_brands .owl-carousel .owl-nav button.owl-prev {
    left: 0
}

#show_brands .owl-carousel .owl-nav button.owl-next {
    right: 0
}

#show_brands .owl-carousel .owl-dots {
    display: none
}

.send-btn-container {
    bottom: 3px;
    position: absolute;
    right: 0;
    padding: 0
}

.rtl .send-btn-container {
    right: inherit;
    left: 0; }

.menus-carousel, .products-carousel, .brands-carousel {
    padding: 10px 0;
    margin: 20px 0
}

.products-carousel .slick-slide {
    width: 150px !important; }
.products-carousel .slick-slide img {
    width: 130px!important;
    height: 130px;
    cursor: pointer; }

@media (max-width: 530px) {
    .products-carousel .slick-slide {
        width: 100%; } }
.slick-slide {
    width: 100%; }
.slick-slide img {
    display: block !important;
    width: 200px;
    height: fit-content; }

@media (max-width:530px) {
    .slick-slide img {
        max-height: 350px;
        width: 100%
    }
}

@media (max-width:530px) {
    .slick-slide a {
        width: 100%
    }
}

.slick-prev:before {
    content: '◄';
    font-size: 12px
}

.slick-next:before {
    content: '►';
    font-size: 12px
}

.slick-arrow:before {
    color: #ffffff!important;
    background-color: #ffcd00;
    padding: 10px;
    border-radius: 2px
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0
}

.brands-carousel .slick-next {
    right: -21px
}

.brands-carousel .slick-prev {
    left: -18px
}

.slick-arrow {
    z-index: 8
}

.slick-arrow:before {
    opacity: 1
}

.brands-carousel {
    padding: 0;
    margin: 20px 0
}

.brands-carousel div p {
    display: inline-block
}

.social-links-new {
    display: inline-block
}

.social-links-new li {
    display: inline-block
}

@media (max-width:530px) {
    .social-links-new li {
        margin: 0 5px
    }
}

.fa-facebook, .fa-facebook-square {
    color: #3b5998 !important;
}
.fa-twitter, .fa-twitter-square {
    color: #00aced !important;
}
.fa-instagram {
    color: #517fa4 !important;

}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #bb0000 !important;

}
.fa-linkedin, .fa-linkedin-square {
    color: #007bb6 !important;
}
.social-links-new .fa-facebook-square:hover {
    color: #4267B2
}

@media (max-width:530px) {
    .social-links-new .fa-facebook-square {
        color: #4267B2
    }
}

.social-links-new .fa-youtube-play:hover {
    color: red
}

@media (max-width:530px) {
    .social-links-new .fa-youtube-play {
        color: red
    }
}

.social-links-new .fa-twitter-square:hover {
    color: #2CAAE1
}

@media (max-width:530px) {
    .social-links-new .fa-twitter-square {
        color: #2CAAE1
    }
}

.social-links-new .fa-linkedin-square:hover {
    color: #007BB6
}

@media (max-width:530px) {
    .social-links-new .fa-linkedin-square {
        color: #007BB6
    }
}

.rtl .social-links-new {
    padding-right: 0
}

.read-reviews {
    right: 0;
    position: absolute
}

.rtl .read-reviews {
    right: inherit;
    left: 0
}

.btn-bookNow {
    color: #fff!important;
    background-color: #479dd2!important
}

.btn-bookNow:hover {
    background-col or: #4095ca!important;
    color: #fff!important
}

.contacts-btns {
  padding: 0; }
.contacts-btns .col-xs-3{
  padding: 0 5px;}
@media (max-width: 370px) {
  .contacts-btns .col-xs-3 {
    padding: 0 2px;
  }
}
  .contacts-btns .btn {
    background-color: #ffcd00;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    text-transform: none;
    padding: 0 15px;
    box-shadow: none;
    letter-spacing: -1px
}

.contacts-btns .btn:hover {
    background-color: #e4b805;
    color: #000!important
}

.contacts-btns .btn i {
    font-size: 17px;
    left: -5px;
    position: relative
}

@media (max-width:1200px) {
    .contacts-btns .btn i {
        left: 0;
        font-size: 12px
    }
}

@media (max-width:991px) {
    .contacts-btns .btn i {
        font-size: 17px;
        left: -5px
    }
}

@media (max-width:1200px) {
    .contacts-btns .btn {
        padding: 0 4px
    }
}





@media (max-width:768px) {
    .logo-container img {
        border: 2px solid #e1e1e1;
        margin-left: -17px
    }
}

@media (max-width:1200px) {
    .logo-container img {
        border: 2px solid #e1e1e1;
        margin-left: -3px
    }
}

@media only screen and (device-width:768px) {
    .logo-container img {
        border: 2px solid #e1e1e1;
        margin-left: -12px
    }
}

.rtl .contacts-btns {
    padding-left: 0;
    right: -16px
}

.rtl .contacts-btns .btn i {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    left: 5px; }
@media (max-width: 530px) {
  .rtl .contacts-btns {
    padding: 0;
    text-align: start;
    left: 0;
  }
}

.opening-hours-container {
    padding: 0;
    position: absolute;
    top: 0; }
.opening-hours-container span {
    color: #333;
    float: right;
    position: relative;
    /* font-size: 13px; */
    bottom: -37px;
    text-decoration: underline; }
.opening-hours-container a {
    text-decoration: underline;
    cursor: pointer;
    color: #333; }
.opening-hours-container .collapse.in {
    float: right;
    bottom: -37px; }
.opening-hours-container .card {
    padding: 15px;
    z-index: 1000;
    position: absolute; }
    @media (max-width: 530px) {
      .opening-hours-container .card {
        padding: 0;
        text-align: start;
        left: 0; } }

@media (max-width: 992px) {
  .opening-hours-container {
    margin: 10px 0; } }
@media (max-width: 530px) {
    .opening-hours-container {
        margin: 0;
        text-align: right; } }
@media (max-width: 1051px) {
    .opening-hours-container span {
        font-size: 13px; } }
@media (max-width: 991px) {
    .opening-hours-container span {
        bottom: -27px; } }
@media (max-width: 767px) {
    .opening-hours-container span {
        bottom: -10px
    }
}

@media (max-width:530px) {
    .opening-hours-container span {
        color: #1da1f2;
        font-weight: 700;
        bottom: 0;
        margin: 0 5px;
        font-size: 15px; } }
@media (max-width: 530px) {
    .opening-hours-container a {
        color: #1da1f2;
        text-decoration: underline;
        font-size: 12px !important; } }
@media (max-width: 530px) {
  .opening-hours-container .collapse.in {
    bottom: 0; } }
.list-tabs .opening-hours-container {
    right: 0
}

.rtl .opening-hours-container {
    text-align: left;
    left: 0
}

.rtl .opening-hours-container span {
    float: left
}

.rtl .opening-hours-container .collapse.in {
    float: left;
    
}

.photos-gallery-container {
    padding: 0 0 0 15px
}

.photos-gallery-container .photos-gallery {
    padding: 5px;
    background-color: #F0F0F0;
    height: 243px; }
    @media (max-width: 530px) {
      .photos-gallery-container .photos-gallery {
        height: auto; } }
    .photos-gallery-container .photos-gallery div {
      display: inline-block;
      width: 29.9%;
      margin: 2px; }
      @media (max-width: 530px) {
        .photos-gallery-container .photos-gallery div {
          width: auto;
          margin: 0;
          padding: 0; } }
    .photos-gallery-container .photos-gallery img {
      width: 100%;
      margin: 2px;
      height: 70px; }
    .photos-gallery-container .photos-gallery .last-img-layer {
      position: relative;
      cursor: pointer; }
      .photos-gallery-container .photos-gallery .last-img-layer .text-last-img {
        position: absolute;
        top: 40%;
        color: #fff;
        font-weight: 700;
        left: 9%;
        text-transform: capitalize; }
      .photos-gallery-container .photos-gallery .last-img-layer .layer {
        background-color: #333;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 95%;
        opacity: 0.7;
        margin: 2px; }

@media (max-width: 991px) {
  .photos-gallery-container .photos-gallery div.openDynamicSlider {
    display: inline-block;
    width: 20%;
    margin: 2px; } }
@media (max-width: 530px) {
  .photos-gallery-container .photos-gallery div.openDynamicSlider {
    display: inline-block;
    width: 23%;
    margin: 2px; } }
@media (max-width: 377px) {
  .photos-gallery-container .photos-gallery div.openDynamicSlider {
    display: inline-block;
    width: 22%;
    margin: 2px; } }
@media (max-width: 530px) {
  .carousel-inner > .item.active {
    transform: translate3d(0px, 0, 0px);
    } }

@media (max-width:991px) {
    .photos-gallery-container {
        padding: 20px 0 0 0
    }
}

.rtl .photos-gallery-container {
    padding: 0 15px 0 0
}

.rtl .photos-gallery-container .photos-gallery .last-img-layer .layer {
    left: inherit;
    right: 0
}

.modal-actions {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  padding: 10px !important;
  background: transparent;
  border: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1; }
  .modal-actions:hover {
    color: #fff;
    opacity: 1; }
  .modal-actions:focus {
    background-color: transparent; }

.modal-body-title {
    font-size: 16px;
    font-weight: 700
}

.modal-body img {
    height: 100%; 
       width: auto}
.modal-body .slick-track {
    width: 100%; }
.modal-body .slick-slide {
    width: 100%; }
.modal-body .slick-slide div {
    width: 100%; }
.modal-body .slick-slider {
    height: 100%; }
.modal-body .slick-slider .slick-track, .modal-body .slick-slider .slick-list {
    height: 100%; }
.modal-body .slick-track .slick-slide div, .modal-body .slick-div {
    height: 100%; }

@media (max-width: 768px) {
  .modal-body img {
    width: auto; } }
.modal-body-img {
    width: 100%;
    height: 88%;
    object-fit: cover; }

.carousel-control .list-slider-nav {
  font-size: 20px;
  position: relative;
  transform: translateY(-50%); }
.carousel-control .fa-angle-right:before {
  content: '►'; }
.carousel-control .fa-angle-left:before {
  content: '◄'; }
@media (max-width: 530px) {
  .carousel-control {
    display: block; } }

.product-title {
    font-size: 14px;
    color: #333
}

.product-desc {
    font-size: 13px;
    color: #777
}

.videos-container .slick-slide img {
    width: 100%;
    top: -45px;
    position: relative
}

.videos-container .slick-slider .slick-track,
.videos-container .slick-list.draggable {
    max-height: 300px
}

.videos-container .layer {
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
    opacity: .2
}

.videos-container .slick-arrow {
    top: 54%
}

.printedAds-carousel .slick-next,
.videos-container .slick-next {
    right: 12px
}

.printedAds-carousel .slick-prev,
.videos-container .slick-prev {
    left: 0
}

.rtl .printedAds-carousel .slick-next,
.rtl .videos-container .slick-next {
    right: 0
}

.rtl .printedAds-carousel .slick-prev,
.rtl .videos-container .slick-prev {
    left: 12px
}
.show_photos, .menus-carousel-singleItem, .show_Menu, .show_products, .hiddenMobPhotoCarousel {
  display: none; }
}

.menus-carousel .slick-slide {
    width: 180px!important
}

.menus-carousel img {
    width: 160px;
    height: 245px
}

#carousel-example-generic {
    height: 100%
}

#carousel-example-generic .carousel {
    height: 100%; }
    #carousel-example-generic .carousel .carousel-inner {
      height: 100%;
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 530px) {
        #carousel-example-generic .carousel .carousel-inner {
          width: 100%;
    height: auto;
    top: 20%; } }

.Q_AND_A .slick-next {
    right: -3px
}

.Q_AND_A .slick-prev {
    left: -15px
}

.rtl .Q_AND_A .slick-next {
    right: -5px
}

.rtl .Q_AND_A .slick-prev {
    left: -3px
}

.slick-dots {
    display: none!important
}

.sticky {
    position: fixed;
    top: 0!important;
    width: 100%;
    z-index: 99;
    margin-top: 75px
}

@media (max-width:768px) {
    .sticky {
        margin-top: 120px
    }
}

.sticky_compInfo {
    margin-top: 315px
}

@media (max-width:991px) {
    .sticky_compInfo {
        margin-top: 350px
    }
}

@media (max-width:768px) {
    .sticky_compInfo {
        margin-top: 420px
    }
}

.stars-sticky {
    float: right;
    top: -35px
}

.list-onScroll {
    padding: 0;
    text-align: inherit;
    bottom: 0;
    display: none
}

.list-onScroll .v3-list-ql-inn {
    margin-top: 35px
}

.list-onScroll .v3-list-ql-inn ul li {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0 1px;
    box-shadow: none;
    cursor: pointer
}

.list-onScroll .v3-list-ql-inn ul li a {
    padding: 0
}

.list-onScroll .v3-list-ql-inn ul li a i {
    color: #333;
    font-size: 20px;
    margin-right: 4px
}

@media (max-width:991px) {
    .list-onScroll {
        top: 15px
    }
}

.companyName-sticky {
    width: 95%
}

@media (max-width:768px) {
    .companyName-sticky {
        width: 90%
    }
}

.companyName-sticky .row {
    margin-bottom: 0
}

@media (max-width:768px) {
    .companyName-sticky .companyName {
        width: 80%
    }
}

.email-input {
    padding: 0 0 0 15px!important
}

.logo-container-sticky {
    width: 5%
}

@media (max-width:768px) {
    .logo-container-sticky {
        width: 10%
    }
}

.logo-container-sticky img {
    width: 35px;
    height: 35px
}

.contacts-btns-sticky {
    width: 50%
}

@media (max-width:991px) {
    .contacts-btns-sticky {
        width: 100%
    }
}

.opening-hours-container-sticky {
    width: 25%; }
.opening-hours-container-sticky .collapse.in {
    float: right; }

@media (max-width:991px) {
    .opening-hours-container-sticky {
        width: 100%
    }
}

@media (max-width:530px) {
    .opening-hours-container-sticky {
        width: 50%; } }
.topRight-details-sticky {
    width: 100%
}

.ratingStars-new {
    text-align: right
}

.rtl .ratingStars-new {
    text-align: left
}

.free-new-profile .v3-list-ql {
    display: none
}

.free-content-sticky {
    padding: 435px 0 0 0
}

.free-website {
    display: inline-block
}

.free-website a {
    color: #333
}

.list-tabs {
    min-width: 3000px
}

.list-tabs li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle; }

.scroller {
    cursor: pointer;
    padding-top: 11px;
    background-color: transparent;
    z-index: 223;
    position: fixed;
      display: none;
}

@media (max-width: 530px) {
  .scroller {
    top: 246px; } }
@media (max-width: 445px) {
  .scroller {
    top: 242px; } }
@media (max-width: 370px) {
  .scroller {
    top: 242px; } }

.scroller-right {
  float: right;
  right: 3px; }

.rtl .scroller-right {
  display: none; }

.scroller-left {
  float: left;
  left: 3px; }

.ltr .scroller-left {
  display: none; }

.scrollable-row {
    margin: 10px 0 0 0!important
}

.branchesWord-mob {
    color: #1da1f2;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px
}

.uber-careem-btns .careem-uber-text {
    color: #333;
    margin: 0 5px 0 0
}

.uber-careem-btns .careem-uber-text i {
    margin: 0 5px 0 0
}

.uber-careem-btns .uber-btn a {
    background-color: #333;
    padding: 0;
    width: 75px;
    border-radius: 0
}

.uber-careem-btns .uber-btn a img {
    width: 50%
}

.uber-careem-btns .careem-btn a {
    background-color: #48A240;
    padding: 0;
    width: 75px;
    border-radius: 0
}

.uber-careem-btns .careem-btn a img {
    width: auto
}

.uber-careem-btns .careem-btn a span {
    text-transform: initial;
    color: #fff;
    margin: 0 0 0 -4
}

.uber-careem-btns .or-class {
    margin: 0 15px;
    color: #333
}

.rtl .uber-careem-btns .careem-uber-text,
.rtl .uber-careem-btns .careem-uber-text i {
    margin: 0 0 0 5px
}

.top-details {
    background-color: #fff
}

.new-height {
    height: 59%!important
}

.margin-top61 {
    margin-top: 61px
}

.company-details-mob-sticky {
    top: -30px!important
}

.tabbable-panel {
    background-color: white
}

.tabbable-panel-sticky {
    margin-top: 190px;
    background-color: white
}

.tab-content-sticky {
    margin-top: 111px!important
}

@media (max-width:370px) {
    .tab-content-sticky {
        margin-top: 176px!important
    }
}

@media (max-width:530px) {
    #send_Mail .form-control {
        background-color: #fff;
        border: 0;
        border-radius: 0;
        margin-bottom: 0
    }
}

#show_video li {
    list-style: none
}

.multi-img {
    padding: 0 15px
}

@media (max-width:530px) {
    .slick-track {
        float: left
    }
}

.modal-backdrop {
    z-index: 970
}

.modal {
  background-color: transparent;
  max-height: 100%; }
  .modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0; }
    .modal .modal-content .modal-body {
      height: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 0; }

#modalView .modal-content {
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0; }

@media (max-width: 992px) {
  .modal {
    width: 100%; } }
.modal-dialog {
  width: 50%;
  margin: 25vh auto; }
  @media (max-width: 768px) {
    .modal-dialog {
      width: 85% !important; } }

#modalView .modal-dialog {
  width: 100% !important;
  margin: 25vh auto;
  height: 100%; }

.modal-header {
    position: relative;
    z-index: 9;
    background-color: #ffcd00;
    padding: 15px;
    border: 0
}

.modal-header .close {
    opacity: 1;
    text-shadow: none
}

.modal-header .close span {
    color: #333;
    font-size: 25px;
    font-weight: 700
}

.modal-header .modal-title {
    display: inline-block
}

.rtl .modal-header {
    left: 0
}

.rtl .modal-header .close {
    float: left
}

#callModal .modal-body {
    padding: 0 15px
}

#dirModal .modal-body {
    text-align: center;
    padding: 0
}

#dirModal .googleDiv {
    font-size: 23px;
    color: #333;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px
}

#dirModal .googleDiv a {
    color: #57a8ce;
    font-size: 14px
}

#dirModal .uber-careem-btns .careem-uber-text {
    margin: 0;
    font-size: 12px;
    color: #333;
    padding: 20px
}

#dirModal .uber-careem-btns .uber-btn a img {
    width: 75%;
    margin-bottom: 10px
}

#dirModal .uber-careem-btns .or-class {
    font-size: 17px
}

#dirModal .uber-careem-btns .btn {
    padding: 5px;
    width: 80px
}

#dirModal .uber-careem-btns .careem-btn a img {
    margin: 0 -4px 8px 0
}

.share-dropbtn {
    display: block;
    margin: 2px;
    padding: 0 5px;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
    font-style: normal
}

.share-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 110px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.share-dropdown-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    margin-top: -4px
}

.share-dropdown-content a:hover {
    background-color: #ddd
}

.logo-container img {
    border: 2px solid #e1e1e1
}

.share-dropdown:hover .share-dropdown-content {
    display: block;
    margin-left: -71px
}

.new-height {
    height: 59%!important
}

.margin-top61 {
    margin-top: 61px
}

.modal-header-free-mobile {
    padding: 9px!important
}

.uber-btn-mobile a {
    background-color: #000;
    padding: 0;
    width: 98%;
    border-radius: 0;
    text-transform: initial
}

.uber-btn-mobile a img {
    width: 20%
}

.careem-btn-mobile a {
    background-color: #48A240;
    padding: 0;
    width: 100%;
    border-radius: 0;
    text-transform: initial
}

.careem-btn-mobile a img {
    width: 12%
}

.careem-btn-mobile a span {
    text-transform: initial;
    color: #fff;
    margin: 0 0 0 -4
}

.padding_1 {
    padding: 1px !important;
    padding-bottom: 1px !important;
    padding-top: 10px !important; }

#AppModal .modal-body button {
    background-color: #54b95b;
    color: white;
    font-weight: 700;
    font-size: 70%;
    border-radius: 0;
    padding: 0 12px;
    width: auto;
    box-shadow: 0px 0px #020202;
    border-bottom: 2px solid #607D8B;
    box-shadow: 2px 0px #607D8B; }

.rtl #AppModal .modal-body button {
    border-bottom: 2px solid #607D8B;
    box-shadow: 2px 0px #607D8B; }

#AppModal .modal-body a {
    background-color: #54b95b;
    color: white;
    font-weight: 700;
    font-size: 70%;
    border-radius: 0;
    padding: 0 12px;
    width: auto;
    box-shadow: 0px 0px #020202;
    border-bottom: 2px solid #607D8B;
    box-shadow: 2px 0px #607D8B; }

.rtl #AppModal .modal-body a {
    border-bottom: 2px solid #607D8B;
    box-shadow: 2px 0px #607D8B; }

.footer-appModal {
    text-align: center; }

#AppModal {
    overflow-y: auto!important;
    display: block;
    height: fit-content;
    width: auto;
    background-color: unset!important;
    z-index: 999!important;
    margin-top: 0;
    box-shadow: none
}

#AppModal .modal-dialog {
    margin: 0;
    width: 100%!important
}

.popCloseClass {
    padding: 15px
}

#AppModal .modal-body {
    background-color: #57a8ce;
    padding: 10px;
    height: 62px
}

#AppModal .modal-content {
    padding: 0;
    border-radius: 0;
    border: none;
    position: relative
}

.btn_app {
    background-color: #4bb5e9;
    color: #ffF;
    font-size: 15px
}

.btn_app .span {
    color: #ffcf0b
}

.btn:hover,
.btn:focus {
    color: #ffF;
    text-decoration: none
}

.continue_web {
    text-decoration: underline;
    font-size: 15px;
    font-style: initial;
    font-weight: 500
}

#AppModal .Download_app {
    font-style: initial
}

#AppModal .modal-close {
    color: #fff;
    padding: 0;
    padding-top: 10px
}

.modal {
    -webkit-overflow-scrolling: auto
}

.rtl #AppModal .continue_web {
    text-decoration: underline;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500
}

.rtl #AppModal .btn_app {
    background-color: #02a8f4;
    color: #ffF;
    box-shadow: 2px 3px 8px #888;
    font-size: 16px
}

#AppModal .image_app_div {
    float: right
}

#AppModal .modal .modal-content {
    margin: unset!important;
    padding: unset!important
}

#AppModal .modal-body .row {
    margin-right: unset!important;
    margin-bottom: unset!important
}

.closed_business_img {
    padding-bottom: 35px
}

.rtl .products-carousel {
    direction: ltr
}

.rtl .single-item-slick {
    direction: ltr
}

.ltr .opening-hours-container-sticky {
    width: 40%
}

.ltr .opening-hours-container {
    right: 1rem
}

.more-businesses {
    margin-right: 40px;
    padding: 10px 15px;
    background-color: #469F46;
    display: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 0 0 #B8B8B8
}

@media (max-width:530px) {
    .more-businesses {
        float: unset;
        text-align: center;
        margin-right: inherit;
        padding: 10px 15px;
        background-color: #469F46;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: block;
        cursor: pointer;
        -webkit-box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83);
        -moz-box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83);
        box-shadow: 1px -2px 3px 1px rgba(66, 110, 66, .83)
    }
}

.rtl .more-businesses {
    margin-right: inherit;
    margin-left: 72px
}

@media (max-width:530px) {
    .rtl .more-businesses {
        float: unset;
        margin-right: inherit;
        margin-left: inherit
    }
}

.more-businesses span {
    color: #fff
}

.more-businesses span:first-child {
    text-decoration: underline;
    font-weight: 700;
    font-size: 23px
}

.rtl .more-businesses span:first-child {
    text-decoration: underline;
    font-weight: 100;
    font-family: 'droid arabic naskh';
    font-size: 23px
}

@media (max-width:530px) {
    .more-businesses span:first-child {
        font-size: 15px
    }
    .rtl .more-businesses span:first-child {
        font-size: 15px
    }
}

.more-businesses i {
    font-size: 25px;
    margin-left: 3px
}

@media (max-width:530px) {
    .more-businesses i {
        font-size: 27px
    }
}

.rtl .more-businesses i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH"
}

@media (max-width:530px) {
    .container-common-category {
        display: none;
        position: fixed;
        bottom: 74px;
        padding: 0 5px;
        z-index: 999
    }
}

.container-common-category .fa-times {
    position: fixed;
    right: 10px;
    font-size: 17px;
    color: #fff;
    bottom: 100px
}

.rtl .container-common-category .fa-times {
    right: inherit;
    left: 10px
}

.container-common-category .fa-times {
    position: fixed;
    right: 10px;
    font-size: 17px;
    color: #fff;
    bottom: 100px
}

.rtl .container-common-category .fa-times {
    right: inherit;
    left: 10px
}

#container-common-category {
    text-align: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: #4aa0d6;
    margin: 0 auto;
    margin-top: 25px
}

.onlyOne_sm_closed {
    white-space: unset!important
}

.profile-btns {
    width: 23%!important;
    background: #ffcd00!important;
    border: 3px solid #f9ca0c!important;
    margin: 3px;
    text-align: center;
    cursor: pointer
}

.profile-btns .menu-order-btn {
    padding: unset!important
}

@media (max-width:400px) {
    .profile-btns {
        width: 30%!important
    }
}

@media (min-width:674px) {
    .profile-btns {
        width: 18%!important;
        border: 8px solid #f9ca0c!important
    }
}

.sm_business_block_bottom {
    bottom: -10px;
    position: absolute;
    width: 100%
}

.explore_sm_icon {
    color: white;
    font-size: 20px!important
}

.explore_sm_text {
    text-decoration: underline;
    font-size: 18px!important
}

.closed-alsoRecommendedItemMobile {
    width: 100%!important
}

.moreBusinessesForClosedMobile {
    background-color: #469f46
}

.closed-business-mobile p {
    margin-top: 20%
}

.closed-business-mobile p span {
    font-size: 33px
}

.blue-smb {
    background: #479dd2!important;
    border: 3.3px solid #479dd2!important;
    width: 23%!important
}

@media (max-width:400px) {
    .blue-smb {
        width: 85%!important
    }
}

@media (min-width:674px) {
    .blue-smb {
        width: 22%!important;
        border: 8.3px solid #479dd2!important
    }
}

.smb-order-btn {
    background: #479dd2!important;
    border: 1px solid #479dd2!important;
    color: white!important
}

.mobile-resolution-closed .mobile-resolution-closed-company-details {
    position: relative;
    margin-bottom: 15px;
    top: 0px!important
}

@media (max-width:530px) {
    .tabbable-line-closed>.tab-content-closed {
        margin-top: 0px!important
    }
}

.company-details-closed {
    top: 0px!important;
    margin-top: 34px!important
}

@media (max-width:530px) {
    .company-details-closed {
        margin-top: 10px!important
    }
}

@media (MIN-width:768px) {
    .company-details-closed {
        margin-top: 0px!important
    }
}

.fa-instagram:hover {
    color: #3f729b
}

.fa-whatsapp:hover {
    color: #075E54
}

.vezeetaBtn {

    background-color: #479dd2 !important;
    color: #fff !important;
    width: 100%;
     }
     @media only screen and (min-width: 1025px) {

     .vezeetaBtn {

    background-color: #479dd2 !important;
    color: #fff !important;
  width: auto;
     }
}
   .whatsAppLink {

     background-color: #33d366 !important;

     color: white;
   }

.opening-hours-current-day {
    background-color: #fbcd00!important
}

.prod-details {
    margin-bottom: 10px
}

.company-details-closed-dsktp {
    top: -11px!important;
    margin-bottom: -2px!important
}

.company-details-closed-dsktp {
    top: -11px!important;
    margin-bottom: -2px!important
}

.closed-sign-dsktp {
    margin-top: 2%!important
}

.closed-recommended-logo {
    height: 80px!important;
    width: 70px!important;
    max-width: 89px!important;
    max-height: 89px!important
}

@media (max-width:600px) {
    .menu-icon-closed {
        display: inline!important
    }
}

.right-closed {
    float: right!important
}

.left-closed {
    float: left!important
}

.closed-contentTitle-closed-bsns {
    width: 250px!important
}

.rtl .closed-contentTitle-closed-bsns {
    width: 150px!important
}

.closed-recommended-address {
    overflow: hidden!important;
    white-space: nowrap!important;
    display: block!important
}

.closed-busniess-logo {
    width: 108px;
    height: 103px
}

.business-description-closed {
    font-size: 15px!important
}

@media (max-width:510px) {
    .business-description-closed {
        font-size: 11px!important
    }
}

.ltr .closed-recommended {
    margin-left: 35px
}

.rtl .closed-recommended {
    margin-right: 35px
}

.claim-business {
    font-size: 14px
}

#claim-business_error_message {
    display: none;
    text-align: center;
    color: indianred
}

.distance-row {
    background-color: #ffcd00;
    text-align: right;
    position: relative;
    -moz-box-shadow: 1px -1px 10px -2px rgba(138, 136, 138, .65);
    box-shadow: 1px -1px 10px -2px rgba(138, 136, 138, .65)
}

.mobile-nav-tabs {
    max-width: fit-content
}

.mobile-nav-tabs li {
    height: 45px!important
}

.rtl .company-details-mob .profile-share-dropdown-content {
   
       margin-right: -72px;
}

.update-business {
    padding-bottom: 30px!important
}

.tabs-margin {
  top: 318px !important; }

.scroller-margin {
    margin-top: 10px!important
}

.myMobHeaderMargin {
    top: 118px!important
}

.myMobHeaderMarginOnScroll {
    top: 31px!important
}

.tabs-margin-on-scroll {
    top: 240px!important
}

.scroller-margin-on-scroll {
    margin-top: 63px!important
}

.scroller-icon-margin {
  margin-top: 50px !important; }

.scroller-icon-margin-downloadApp {
  margin-top: 63px !important; }

.scroller-icon-margin-on-scroll {
  margin-top: 66px !important; }
}

@media (max-width:409px) {
    #videos .slick-slide {
        min-width: 25%!important
    }
}

.newReviews {
    text-decoration: underline
}

.report-incorrect-data {
    background-color: #4aa0d6
}

.report-incorrect-data:hover {
    background-color: #4aa0d6
}

.add-bulleted a {
    list-style-type: square;
    margin-left: 1rem
}

.rtl .add-bulleted a {
    margin-right: 1rem
}

@media (max-width:530px) {
    .closed-business-mobile-text p {
        margin-top: 15%
    }
}

.closed_cta_buttons {
    color: grey!important
}

.rtl .advertiser_goToByScroll {
    display: flex;
    flex-direction: row;
    float: left
}

.mobile_modal_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%
}

.second-p-established {
    font-weight: 700
}

.established-in-en {
    text-align: left!important
}

.established-in-ar {
    text-align: right!important
}

.established-in-ar p {
    color: #000000!important
}

.writeReviewBtnDsktop {
    background-color: unset!important
}

.rtl .advertiser_goToByScroll {
    display: flex;
    flex-direction: row;
    floa t: left
}

.fa-share-alt {
    font-size: 10px!important
}

.careem-ride-results {
    background-color: green;
    width: auto;
    height: 48px
}

.ride_type {
    margin-left: 8px;
    color: white
}

.ride-price {
    color: white;
    float: right;
    margin-right: 8px
}

.ride_type {
    margin-left: 8px;
    color: white;
    margin-bottom: 5px
}

#pleaserotate-container {
    width: 400px!important
}

#pleaserotate-graphic {
    width: 200px!important;
    margin-left: 100px!important
}

.rtl #pleaserotate-graphic {
    margin-right: 100px!important
}

#pleaserotate-message small {
    font-size: 0.9em!important;
    opacity: 0.9!important
}

.ltr #pleaserotate-message {
    font-size: 1.201em!important
}

.rotateFixedMargin {
    margin-top: 0px!important
}

.rotateFixedMarginHeader {
    top: 60px!important
}

.rotateFixedMarginHeaderScroll {
    top: -30px!important
}

.nav_tabs_ulScroll {
    top: 245px!important
}

.openingHours .hours p:hover {
    text-decoration: underline; }

.morecontent span {
    display: none;
    font-size: 14px;
    padding: 0;
    color: #000
}
/*#slider_left, #slider_right {*/
/*display: none !important; }*/

.rtl .slick-slider {
    direction: ltr!important
}

.phoneNumberPopUp {
    display: inline-block;
    font-size: 13px;
    color: #333
}

.owl-carousel,
.bx-wrapper {
    direction: ltr
}

.owl-carousel .owl-item {
    direction: rtl
}

.padding-top55 {
    padding: 55px
}

.hom-pro img {
    padding-bottom: 20px;
    height: initial!important;
    width: fit-content!important;
    display: inline!important
}

.show_branches_SRP {
    font-weight: bold: bold
}

.firstLetter {
    font-family: none
}

.claim_busines {
    max-height: 90vh;
    !important
}

.claimcontent {
    max-height: 95vh!important;
    overflow: scroll;
}

.dialog {
    margin: 2.5vh auto!important;
}

.fa-whatsapp {
    color: green !important
}

.modal-overlay {
    
    z-index: 999 !important;}
.modalContentPhotos{
   background-color: #000000b8 !important;
 }

.getMorePics {
    bottom: 40px;
  color: #eee;
  font-size: 14px;
  left: 0;
  position: relative;
  right: 0;
  text-align: right;
  z-index: 1080;
  opacity: 0.5;
  background-color: black;
  width: 100%; }
.thumbnailNo{
  color: #eee;
  position: relative;
  top: 8px;}
.getMorePics-open {
  bottom: 45px;
  margin-top: -95px; }
  @media (max-width: 530px) {
    .getMorePics-open {
      margin-top: -55px; } }
.rtl .getMorePics{
  text-align: left;
}
.rtl i.right {
  margin-right: 15px;
}
.morePicsGrid {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    transition: bottom .25s ease; }

.morePicsGrid-open {
    bottom: 100px; }

.morePics {
    background-color: black;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    height: 100px; }
.morePics .item {
    width: 20px; }

.morePics-open {
  transform: translate3d(0, 0, 0);
  margin-top: -100px; }
  @media (max-width: 530px) {
    .morePics-open {
      margin-top: -60px; } }

.modalCloseContainer {
  position: absolute;
  background-color: black;
  opacity: 0.5;
  z-index: 9; }

.center-slider .slick-track {
  min-width: 100% !important; }
  .center-slider .slick-track .slick-slide {
    width: 120px !important;
    border: 2px solid grey;
    margin: 5px 2px 0 2px;
    text-align: center;
    height: 90px; }
    .center-slider .slick-track .slick-slide div {
      width: auto !important; }
  .center-slider .slick-track:hover {
    cursor: pointer; }
.center-slider .slick-slide img {
  height: 85px;
  width: 100px; }

@media (max-width: 530px) {
  .center-slider .slick-slide img {
    height: 46px;
    width: auto;
    max-width: 70px; } }
.synced-slick-current {
  border: 2px solid #ffcd00 !important; }

.menus-thumbnails, .photo-thumbnails, .thumbnails {
  display: none; }

.center-slider .slick-list {
  padding: 0 50px; }
  @media (max-width: 530px) {
    .center-slider .slick-list {
      padding: 0; } }

@media (max-width: 530px) {
  .center-slider .slick-track .slick-slide {
    width: 82px !important;
    height: 50px; } }
.imgX:nth-child(2) {
  zoom: 150%; }

.imgX:nth-child(3) {
  zoom: 1.8; }

.imgX:nth-child(4) {
  zoom: 0.2; }

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 250px;
  height: 250px; }

.fillHeight {
  height: -webkit-fill-available !important;
  margin: 0 auto !important; }
.owl-carousel .owl-prev span:before{content:'◄';color:#fff}
.owl-carousel .owl-next span:before{content:'►';color:#fff}
#show_brands .owl-carousel.owl-rtl{direction:rtl;padding:0}
.chevron-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 25px solid #B7B7B7;
  font-size: 0; }

.chevron-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #B7B7B7;
  font-size: 0; }

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
/*coronaVirus notes styles*/
.coronaWarning{
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: #dedede;
  padding: 15px;
  right: 0;
  margin: 20px;
  border-radius: 15px !important;
  box-shadow: 5px 5px 6px -3px rgba(153,153,153,1) !important;
  -webkit-box-shadow: 5px 5px 6px -3px rgba(153,153,153,1) !important;
  color: #000000;
  width: 320px;
  font-weight: 500;
  display: none;
  float: right;
}
.rtl .coronaWarning{
float:left !important;
left: 0 !important;
    right: auto;
     -webkit-box-shadow: -4px 5px 6px -2px rgba(153,153,153,1) !important;  
box-shadow: -4px 5px 6px -2px rgba(153,153,153,1) !important;  
}
.coronaWarning .fa-times{
  float: right;
      cursor: pointer;
}
.rtl  .coronaWarning .fa-times{
  float: left;
      cursor: pointer;
     
}
.coronaWarning .titlecorona{
    text-align: center;
    margin-top: 15px;
    color: #333333 ;
    font-size: 18px ;
    font-weight: bold ;
    padding-top:20px;
    padding-bottom:9px;
}
.coronaWarning .mainMsg{
     font-size: 15px;
    padding: 10px 7px;
    text-overflow: inherit;
    display: flow-root;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}
.coronaWarning .subMsg{
      font-size: 13px;
    text-align: center;
    color: #333333;
    
     margin-bottom: 25px;
}
.subMsgred{
 font-size: 13px;
    text-align: center;
    color: #333333;
    
     margin-bottom: 25px;
}
.coronaTel{
  display: inline-grid;
}
.coronaTel a {
  color: #DD4747;
  font-weight: 700;
  font-size: 15px;
  
}
.titleall{
font-size:17px !important;}
.coronaWarning .fa-medkit{
  color: #DD4747;
  font-size: 20px;
  margin: 0 3px;
}
.coronaWarning .btn-danger{
         font-size: 16px;
    border-radius: 15px;
    text-decoration: underline;
    background: #DD4747;
    border: 1px solid #DD4747;
    font-weight: bold;
    text-transform: none;
    width: 280px;
}
.coronaWarning .moreInfo{
  font-size: 15px;
  text-align: center;
}
.coronaWarning .fa-handshake{
  color: #51A96E;
  font-size: 20px;
  bottom: -3px;
  position: relative;
  margin: 0 1px;
}
.coronaWarning .stayPositive{
  background-color: #51A96E;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
   
    border-radius: 25px;
    padding-top:4px;
     margin-bottom: 7px;
     height:30px;
     
    
    
}
.coronaWarning .sendMailTo{
    color: #30ABD5;
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
    /* color: #333333; */
}
.coronaWarning .fa-check-square{
  color: #30ABD5;
  font-size: 20px;
  margin: 0 3px;
}

.coronaWarning .staySafe{
font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #30abd5;
    border-radius: 25px;
    color: white;
    height: 30px;
    padding-top: 4px;
}
.padding_o{
    padding: 0px !important;
}
.margin_0{
    margin: 0 !important;
}
  .listTabs-scroll-1{
    top: 310px;
  }
.listTabs-scroll-2{
  top: 250px;
}
.listTabs-scroll-3{
  top: 282px;
}
.listTabs-scroll-4{
  top: 220px;
}
.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #636363;
  overflow: hidden;
}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #ffcd00;
}
.rtl .full-stars {
left: 7px;
}
.rtl  .free-new-profile .company-details-mob .full-stars {
    left: -3px;
}
.empty-stars:before, .full-stars:before {
  content:"\2605\2605\2605\2605\2605";
  font-size: 25px;
}
.empty-stars:before {
  -webkit-text-stroke: 1px #636363;
}
.full-stars:before {
  -webkit-text-stroke: 1px #ffcd00;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
  .full-stars {
    color: #ECBE24;
  }
}
.panorama {
  width: 600px;
  height: 400px;
  margin: 0 auto !important;
  margin-top: 152px !important;
}

#category-near-me {
  background-color: #d5d5d5;
  margin-top: 1%;
  margin-bottom: -2%;
  width: 65%;
}

@media only screen and (device-width: 768px) {
  

#category-near-me {
 
  width: 100%;
}
.contacts-btns {
width:77%;

}
.new-report-incorrect-data {
font-size: 10px !important;
}
#category-near-me span {
font-size: 25px !important;
}
.categories-popup-container {
   display: none;
}
 #categories-popup-container {
     display: none;
}
.contacts-btns .btn {
    padding: 0 4px;
    width: 19%;
}
.free-new-profile .company-details{
    top: 46px;
}
#category-near-me-image{
margin-top: -2% !important;
}

.rtl .new-report-incorrect-data {
    left: -44px !important;
}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px)and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
 {

#category-near-me {
   
    width: 78%;
}
}
    
.ltr #category-near-me{
  margin-left: -2%;
}

.rtl #category-near-me{
  margin-right: -2%;
}
#category-near-me span{
  color: #333333;
  font-size: 27px;
}
.ltr  #category-near-me span{
  color: #333333;
  font-size: 20px !important;
}
.iframe{
    width: 100%;
}
.ltr #category-near-me{
  padding-left: 2%;
}
.rtl #category-near-me{
  padding-right: 2%;
}
#category-near-me-image{
  margin-top: -3%;
    height: 52px;
    margin-left: 19px;
    /* margin-right: 1%; */

}
#category-near-me-button{
  color: #ffffff !important;
    border: none;
    background-color: #4aa0d6 !important;
    border-radius: 10px !important;
    font-size: 24px;
    margin-left: 7%;
    /* margin-right: 4%; */
    margin-bottom: 7px;
margin-top: 7px;

}
#category-near-me-button:focus{
    outline: none !important ;
}
 .new-report-incorrect-data{
  position: absolute;
  padding-left: 13px !important;
  padding-right: 13px !important;
  font-size: 17px;

}
.rtl .new-report-incorrect-data{
  left: 0;
}
.ltr .new-report-incorrect-data{
  right: 0;
}
#new-v3-list-ql{
  display: block !important;
}


.ltr #categories-popup{
  margin-left: -8% !important;
}
.rtl #categories-popup{
  margin-right: -8% !important;
}
 .cat-content:after {
  content: "|"; }

#updated-list-icon{
  margin-top: -5px !important;
}
.ltr #updated-list-icon{
  margin-right: 2px;
}
.rtl #updated-list-icon{
  margin-left: 2px;
}
.new-more-businesses-mob-near-me {
  background-color: #d5d5d5 !important;
  box-shadow: 1px -2px 3px 1px #d5d5d5 !important;
  border: none;}

.new-more-businesses-mob-near-me a span{
  font-size: 13px !important;
  color: #333333 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.new-more-businesses-mob-near-me img{
  height: 30px;
}
#container-common-category-near-me-mobile .fa-times {
  color: #333333 !important;
}
.rtl .whatsapp{
    padding: 0px 14px !important;
}