
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

b {
    color: #fff;

}
.modal-open{
    overflow-y: auto;
    overflow-x: hidden;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

img {
    object-fit: cover
}

a, button {
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.regist .form-control{
    position: relative;
}
.regist .row{
    align-items: center;
}
.regist .nice-select:after{
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
}
.regist .form-control span{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}
.modal .showImg img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.form-control:focus, input:focus {
    outline: 0;
    box-shadow: none
}

a:focus, a:hover {
    text-decoration: none;
}
.page-div{
    display: flex;
    justify-content: center;
}
.al-cen {
    align-items: center
}

button {
    background: transparent;
    border: none;
}

button:focus {
    outline: none
}

ul {
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease-in-out
}

.owl-carousel {
    direction: ltr
}

.rate {
    color: #fff;
}

.rate .yy {
    color: red
}

.padd-0 {
    padding-left: 0;
    padding-right: 0
}
#showImg img{
    width: 100%;
}
.padd-5 {
    padding-left: 5px;
    padding-right: 5px
}


:focus {
    outline: none;
}
.place-details-info .details-info h6{
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}
.alert{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.text-left {
    text-align: left
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@font-face {
    font-family: "myFont";
    src: url(../fonts/Cairo-Regular.woff);

    src: url(../fonts/Cairo-Regular.ttf);
}

body {
    direction: rtl;
    text-align: right;
    font-family: "myFont";
    word-spacing: 2px;
    background: #fcfcfc;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown {
    display: inline-block;
}

.row {
    width: 100%;
}

.al-center {
    align-items: center
}

.sec-padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padd-b-0 {
    padding-bottom: 0px;

}

.form-control {
    border-radius: 0;
    border: none;
    min-height: 40px
}
.images {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.images .close:focus {
    outline: none;
}

.images .close {
    position: absolute;
    left: 20px;
    background: #1d1d1d;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    color: #9f9f9f;
    top: 20px;
}
/***/
.title {
    color: #000;
    font-size: 22px;

    font-weight: 600;
    margin-bottom: 30px
}

.title span {
    color: #BFA04F;
}

.res-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.res-title h5 {
    color: #BFA04F;
    margin: 0;
    background: #fcfcfc;
    width: auto;
    padding: 0 0 0 12px;
    display: inline-block;
}

.res-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #dadada;
}

.btn-2 {
    padding: 10px 43px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    margin: 0 10px;
    transition: all 1s ease-in-out
}

.dropdown-menu {
    padding: 0;
}

.btn-2:hover {
    color: #000;
    background: #fff;
}

.dropdown ul li a {
    width: 100%;
    justify-content: space-between;
    background: #f6f6f6;
    padding: 10px 5px;
    display: flex;
}


/*============================ start top header================================== */
.top-nav {
    position: relative;
    background: #f5f5f5
}

.top-img {
    object-fit: contain;
    height: 96px;
    width: auto;
    max-width: 100%;
}

.logo {
    position: relative;
}

.logo img {
    position: relative;

}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    width: 100%;
}
.fixed .logo{
    margin-top: 0;
}

.logo {
    margin-top: -41px;
}
.box-description .sharethis-inline-share-buttons {
    background: #bfa04f;
    border-radius: 50%;
    height: 38px;
    position: relative;
    top: 6px;
    width: 38px;
    padding: 9px 0;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    color: #707070;
    font-size: 14px;
}
.new-menu img{
    height: 25px;
    width: 25px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
}

.new-menu.show{
    display: flex;
    flex-wrap: wrap;
}
.cat-links span {
    padding:0 15px 0 0;
}
li.cat-links {
    width: 220px;
    margin:0 10px;
}
.top-header a {
    color: #707070;
    font-size: 14px;
}

.top-header .top-links {
    display: flex;
    justify-content: space-between;

}

.top-links a {
    padding: 0 10px;

}

.lang {
    border: 1px solid #333
}

.download-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-app a,.download-app a:hover{
    color:#000;
    font-size: 30px;
}
.download-app div:last-of-type a{
    margin: 0 10px;
}
.download-app div:last-of-type, .down{
    display: flex;
}
.download-app img {
    width: 125px;
}
.down img{
    width: 125px;
}


    /*============================ start header================================== */

.overlay {
    position: fixed;
    background-color: rgba(00, 00, 00, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    transform: scaleX(0);
    transition: all .5s ease-in-out
}

.nav-bar {
    background: #f9f9f9


}

nav.navbar {
    width: 100%;
    margin: 0;
    z-index: 10;
    padding: 0
}


nav.navbar .logo {
    display: inline-block;
}

nav.navbar .logo a:before {
    content: unset;
}

nav.navbar .toggle {
    display: none;
}

nav.navbar .toggle .fa {
    cursor: pointer;
}

nav.navbar > ul {
    width: 100%;
    margin: 0px 0;
    padding: 20px 0px;
    text-align: right;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: space-between;

}

nav.navbar > ul > li {
    display: inline-block;
    margin: 0 8px;
}


nav.navbar > ul li a {
    text-decoration: none;
    position: relative;
    padding: 10px 7px;
    font-size: 15px;
    color: #1c1c1c;
    text-transform: capitalize;
}

.header {
    position: relative;
    overflow: hidden;
}

.header-content img {
    height: 100%;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    padding-top: 110px;
}

.slider-overlay div {
    font-size: 28px;

}

/* ======================================================== */

.Prayer-times {
    text-align: center;

}

.Prayer-times img {
    width: auto;
    height: 72px;
    max-width: 100px;
    display: block;
    margin: 5px auto;
}

.Prayer-times h6 {
    font-size: 14px;
    margin: 16px 0;
    display: flex;
    justify-content: space-around;
    font-weight: 600;
    color: #333;
    padding: 10px;
    transition: all .5s ease-in-out
}

.Prayer-times h6:hover {
    color: #fff;
    background: #b29445;
}

/*============================ ================================== */

.advertisement img {
    width: 100%;
    max-height: 300px;
    height: 200px;
}

/*============================ ================================== */
/*============================ ================================== */

.boxes .box {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.boxes .box img {
    height: 300px;
    width: 100%;
}

.boxes .box h5 {
    position: absolute;
    bottom: -8px;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    background: #BFA04F;
    background: rgba(190, 160, 77, 0.8);

    font-size: 15px;
    left: 0;
}

.boxes .box .all-abs {
    position: absolute;
    height: calc(100% - 50px);
    background: rgba(00, 00, 00, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0px;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    transition: all .6s ease-in-out;
    transform: scale(0) rotate(-30deg);
}

.boxes .box:hover .all-abs {
    transform: scale(1) rotate(0deg);
}

/*============================ ================================== */
.places-box {
    position: relative;
    box-shadow: 0 0 7px #bbb;
    margin-bottom: 20px

}

.places-box img.star {
    position: absolute;
    top: 0;
    right: 10px;
    width: 38px;
    height: 50px;
}

.places-box .img-box {
    width: 100%;
    height: 250px;
    position: relative;
}

.places-box .img-box img {
    width: 100%;
    height: 100%;
}

.places-box .img-box .box-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #eee;
    transform: scale(0) rotate(-30deg);
    transition: all .5s ease-in-out;
}

.places-box .img-box .box-abs button,.places-box .img-box .box-abs a  {
    color: #eee;
    cursor: pointer;
}
.places-box a{
    color:#fff;
}

.places-box .img-box .box-abs button.red {
    color: #ff0000;
}

.places-box:hover .img-box .box-abs {
    transform: scale(1) rotate(0deg);

}

.places-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 5px;
    background: #bfa04f;
}

.places-content a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    opacity: .9;

}

/*============================ ================================== */
.home-tabs ul.nav {
    display: flex
}

.home-tabs ul.nav li {
    flex: 1
}

.home-tabs ul.nav li .nav-link {
    background: #eee;
    color: #777;
    font-weight: 600;
    font-size: 17px;
    border-radius: 0;
    padding: 15px 5px;
}

.home-tabs ul.nav li .nav-link.active {
    background: #bfa04f;
    color: #fff;
}

.home-tab-box {
    display: flex;
    margin-bottom: 30px
}

.home-tab-box .tab-img {
    height: 90px;
    width: 90px;
    margin-left: 10px;
    border-radius: 0;
}

.tab-title {
    display: flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px
}

.tab-parg {
    color: #000;
    opacity: .7;
    font-size: 14px;
    font-weight: 600
}
.all-form.regist{
    padding: 20px 5px;
}
/*============================================================== */
.all-form {
    text-align: center;
    display: table;
    margin: 20px auto;
    max-width: 100%;
    width: 350px;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 10px;
}

.all-form .form-title {
    color: #BFA04F;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px
}

.all-form .sub-title {
    color: #000;
    opacity: .5;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 21px;
}

.all-form .form-control {
    background: #f5f5f5;
    border-radius: 23px;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 11px;
    margin-bottom: 15px
}

.all-form button {
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 27px;
    padding: 11px;
    color: #BFA04F;
    margin-bottom: 15px;
    background: #000;
    font-weight: 600;
    font-size: 13px;
}

.all-form a[type="button"] {
    color: #fff;
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 27px;
    padding: 11px;

    margin-bottom: 15px;
    background: #000;
    font-weight: 600;
    font-size: 13px;
}

.all-form .btn2 {
    display: block;
    width: 100%;
    border: 1px solid #BFA04F;
    border-radius: 27px;
    padding: 11px;
    margin-bottom: 15px;
    background: #BFA04F;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

a.forget-password {
    font-size: 14px;

    color: #000;
    margin: 30px 0;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.all-form button.btn-underline {
    font-size: 14px;
    color: #000;
    margin: 0px 0;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    border: navajowhite;
    text-decoration: underline;
}

/*============================================================== */
.about-us .about-content {
    color: #000;
    opacity: .7;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;

}

.about-us .shad {
    box-shadow: 0 2px 3px #bbb;
    padding: 30px;
}

.about-box .about-content {
    opacity: .7;
    line-height: 26px;
    text-align: start;

}

.about-box .about-content span {
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    text-align: start;
    color: #000;
}

.about-box {
    display: flex;
    padding: 20px;
    box-shadow: 0 2px 3px #bbb;
    justify-content: center;
    margin: 20px 0;

}

.about-box img {
    width: auto;
    height: auto;
    max-width: 90px;
    object-fit: contain;
    margin: 0 20px
}

.rules .about-content {
    white-space: pre-line;
    opacity: .8;
    line-height: 26px;
    text-align: start;
    margin-bottom: 20px

}

.rules .btn-rules {
    background: #b29445;
    color: #fff;
    width: 200px;
    border: 1px solid #b29445;
    padding: 7px
}

.send-mail {
    box-shadow: 0 2px 3px #bbb;
    text-align: center;
    padding: 30px 20px;
}

.send-mail .form-group {
    display: flex;

}

.send-mail input {
    background: #eee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #eee;
}

.send-mail button {
    background: #000;
    color: #b29445;
    padding: 10px 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.send-mail-title {
    color: #b29445;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px

}

.rule-left-btn {
    width: 90%;
    display: block;
    margin: 30px auto;
    color: #fff;
    background: #BFA04F;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    padding: 10px;

}

/*============================ ================================== */

.contact-us {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.contact-us .form-group {
    position: relative;
}

.contact-us .form-group .form-control {
    padding: 0 40px;
    min-height: 50px;
    box-shadow: 0 3px 5px #ccc;
    font-size: 15px;
    color: #0071bb
}

.contact-us .form-group .form-control::placeholder {
    color: #A4A4A4

}

.contact-us .form-group i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #eee;
    text-align: center;
    height: 100%;
    /* display: flex; */
    line-height: 50px;
    align-items: center;
    justify-content: center;
    color: #a5a5a5
}

.contact-us .form-group textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 10px
}

.contact-us .prag {
    line-height: 30px;
    font-size: 14px;
    text-align: start;
    font-weight: 600;
    opacity: .8;
}

.contact-us-btn {
    width: 250px;
    height: 35px;
    background: #000;
    color: #BFA04F;
    font-weight: 600;
    max-width: 100%;

}

/*============================ start footer================================== */
.btn-add {
    width: 100%;
    display: block;
    margin: 30px auto;
    color: #fff;
    background: #BFA04F;
    border-radius: 20px;
    font-size: 14px;
    text-align: start;
    padding: 10px 30px;
}

.btn-add i {
    padding: 0 10px;
}

.question-box {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 16px;
    color: #161616;
    line-height: 31px;
}

.question-box .question-title {
    font-weight: 600;
    opacity: .9;
    margin-bottom: 10px;
}

.more-questions {
    text-decoration: underline;
    color: #BFA04F;
    margin: 10px;
    font-size: 16px;


}

.header-search {
    position: absolute;
    top: 50%;
    display: flex;
    width: 600px;
    /* left: 50%;
    transform: translateX(-50%); */
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 26px;
    overflow: visible;
    max-width: 100%;
    background: #f5f5f5;


}

.header-search input {
    padding: 7px 20px;
    background: #f5f5f5;
    border-radius: 26px;
}

.header-search button,
.header-search select {
    background: #312f32;
    color: #fff;
    padding: 15px 20px;
    width: 191px;
    border-radius: 26px;

}

.header-search .nice-select {
    border: navajowhite;
    font-size: 15px;
    width: 250px;
    text-align: center !important;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius:0;
    border-bottom-left-radius: 0;
    padding: 0 10px;
    background: #666;
}
.header-search button{
    padding: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #BFA04F;
    color:#fff;
    font-size: 16px;
    width: 150px
}
.nice-select {
    width: 100%;
    color: #000;
    text-align: center !important;
    float: none;

}

.nice-select .list {
    background-color: #4e4b4b;
    color: #fff;
    height: 200px;
    overflow-y: auto;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #968787;
}

.nice-select:after {
    right: unset;
    left: 12px;
}

.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 46%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.places-header {
    position: relative;
}

.places-header .over-lay {
    position: relative;
}

.places-header .over-lay::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .4);
}

.place-details-info {
    padding: 10px;
    box-shadow: 0 3px 5px #aaa;
    border-radius: 0px;
    position: relative;
}
.seen{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #bfa04f;
}

.places-header-title {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 64px;

}

.details-info {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 10px 0;
}

.details-info span {
    color: #aaa;
    margin: 0 10px
}

/*============================================================================== */

.setting-tab-nav {
    background: #000;
    text-align: center;
    height: 250px;
    width: 100%;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.setting-tab-nav .nav-pills .nav-link.active, .setting-tab-nav .nav-pills .show > .nav-link {
    color: #b29445;
}

.setting-tab-nav .nav-pills .nav-link {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: right;
    padding: 5px 10px;
    position: relative;
}

.setting-tab-nav .nav-pills .nav-link::before {
    position: absolute;
    top: 13px;
    right: -6px;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent
}

.setting-tab-nav .nav-pills .nav-link.active::before {
    background: #b29445;
}

.tab-settimg-content {
    background: #fcfcfc;
    box-shadow: 0 0 3px #aaa;
    min-height: 380px;
    border-radius: 18px;
    position: relative;
    right: -19px;
    padding: 7%;
    display: flex;
    flex-direction: column;

}

.tab-settimg-content h4 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    opacity: 1;
    color: #333;
    margin-bottom: 4px;
    padding: 15px;
    background: #f9f7f7;
}

.tab-settimg-content h4 button {
    position: absolute;
    left: 6px;
    color: #aaa;
    font-size: 19px;

}

.tab-setting-footer button {
    font-weight: 500;
    opacity: 1;
    font-size: 14px;
    margin: 20px;
    padding: 10px 26px;
    background: #BFA04F;
    color: #fff;
    border-radius: 18px;
}

.tab-setting-footer {
    display: flex;
    justify-content: center
}

.tab-setting-footer.t-left {
    justify-content: flex-end

}

.all-setting .all-form button {
    width: 50%;
    margin: 15px auto;
}

.all-setting .all-form {

    width: 100%;
    padding: 20px;
    border: none;
}

.fav-box {
    margin-bottom: 20px
}

.fav-box img {
    width: 100%;
    height: 200px;
    object-fit: inherit;
}

.fav-box .fav-box-content {
    height: 200px;
    background: #f9f7f7;
    padding: 20px
}

.fav-box-title {
    display: flex;
    position: relative;
    font-weight: 600

}

.fav-box-title h5 {
    font-weight: 600

}

.fav-box-title button {
    position: absolute;
    left: 0;
    color: #777
}

.place-suggestion .form-control {
    border: 1px solid #777;
    font-size: 14px;
    height: 40px;
    position: relative;
}
.place-suggestion .form-control span{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.place-suggestion .form-group label {
    font-weight: 600;
    color: #161616;
    opacity: .9;
}

.place-suggestion .select2-container--default .select2-selection--single{
    border-radius: 0;
    border-color: #777;
    height: 40px;
}
.place-suggestion .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 40px;
    line-height: 40px;
}
.place-suggestion .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.place-suggestion .select2-container{
    width: 100%!important;
}
.place-suggestion .form-group {
    margin-bottom: 20px;
    position: relative;
}
.place-suggestion .form-group p {
    position: absolute;
    top: 0;
    left: 0;
}
.place-suggestion .form-group label span {
    color: red
}

.red {
    color: #b70a15 !important;
}

.share-modal .modal-content {
    position: relative;
}

.share-modal .close,
.menu-modal .close {
    position: absolute;
    left: 0px;
    top: 0;
    width: 50px;
    line-height: 39px;
    height: 50px;
    padding: 5px;
    z-index: 9;
}

.share-modal .place-media,
.menu-modal .place-media {
    box-shadow: none;
}

.menu-modal img {
    width: 100%;
}

.menu-modal .modal-dialog {
    max-width: 65%;
}

.menu-modal .modal-content {
    background-color: rgba(255, 255, 255, 0.5);
}

.place-suggestion .sub-title {
    color: #777;
    font-weight: bold;
    opacity: .8;
    margin-bottom: 32px;
}

.place-suggestion textarea.form-control {
    height: 130px;
    resize: none;
}

/*.place-suggestion .row {*/
/*    margin-bottom: 50px*/
/*}*/
.place-suggestion .nice-select:after{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
#services-data{
    display: flex;
}
.add-btn {
    width: 50%;
    background: #BFA04F;
    color: #fff;
    padding: 8px;
    border: 1px solid #BFA04F;
}
.bordered-line::after{
    content: '';
    position: absolute;
    right: -20px;
    width: 2px;
    height: 100%;
    background:#bfa04f;
    top:50%;
    transform: translateY(-50%);
}
.suggestion-title {
    color: #BFA04F;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top:20px;
}
.images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 15px 0;
}
.upload-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    /* padding: 10px; */
    background: #fff;
    border: 2px solid #f5f5f5;
    box-shadow: 0 0 10px #ccc;
    line-height: 110px;
    text-align: center;
    position: relative;
    margin: 5px;
    background: #eee;
}

.upload-img i {
    font-size: 21px;
    color: #403e3e;
    font-style: normal;
    line-height: 30px;
    position: absolute;
    bottom: 35%;
    left: 36%;
}

.upload-img input {
    position: absolute;
    opacity: 0;
    z-index: 99;
}
.upload-img {
    width: 100px;
    position: relative;
}
.upload-img img {
    width: 100%;
    height: 100px;
    border: 1px solid #dadada;
    border-radius: 20px;
}
.uploaded-block {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
}

.uploaded-block img {
    width: 100px;
    height: 100px;

    margin: 0;
}
.gallery .images img ,.imgs .images img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.img-block {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.upload-img input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100px;
    height: 100px;
    right: 0;
}
.uploaded-block .close {
    position: absolute;
    top: -8px;
    color: #FFF;
    background: #BFA04F;
    font-size: 18px;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
}
.gallery .images , .imgs .images {
    width: 140px;
    height: 140px;
    z-index: 99;
    padding: 15px;
}
.gallery , .imgs  {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.block-img .images-upload-block {
    display: block;
}

.block-img .upload-img {
    display: table;
    margin: 5px auto;
}

.block-img .uploaded-block {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.map-link {
    width: 100%;
    padding: 7px;
    color: #BFA04F;
    background: #000;
    display: block;
    text-align: center;
}

.all-places select {
    border: 2px solid #eee;
    margin: 10px 0;
    height: auto;
}

.all-places li {
    list-style-type: none;

}

.all-places ul {
    border: 1px solid #eee;

}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    max-height: 45px
}

.all-places li .search-for-places {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px 15px;
    color: #999;
    text-align: start;
    transition: all .5s ease-in-out

}

.all-places li .search-for-places:hover,
.all-places li .search-for-places:active {
    color: #fff;
    background: #b29445

}

.title-right {
    color: #b29445;
    font-weight: 600;
    opacity: .9;
}

.place-header-nav {
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    font-size: 16px

}

.breadcrumb a {
    color: #BFA04F;
}

.place-header-nav .nav-tabs .nav-link {
    color: #999;
    font-size: 20px;
    border: none;
}

.place-header-nav .nav-tabs .nav-item.show .nav-link,
.place-header-nav .nav-tabs .nav-link.active {
    border: none;
    color: #b29445;
}

.owl-hash-nav img {
    border-radius: 20px;
    margin-bottom: 3px;
    height: 84px;

}

.owl-hash-nav ul {
    padding: 5px 10px;
    background: #eee;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 17px;
}

.owl-hash-nav ul li {
    list-style-type: none
}

.owl-hash-nav ul li a {
    display: block;
    opacity: .4;
}

.owl-hash-nav ul li a.active {
    opacity: 1;
}

.owl-hash .slider-item img {
    display: block;
    width: 100%;
    height: 453px;
    object-fit: inherit;
}
.sharethis-inline-share-buttons .st-btn[data-network='sharethis']{
    background-color: transparent!important;
}
.sharethis-inline-share-buttons .st-btn > img{
    height: 29px!important;
    width: 35px!important;
}
.st-image-share-buttons{
    display: none!important;
}
.st-btn:hover,.st-btn{
    top:unset!important;
}

.place-media {
    padding: 10px;
    display: flex;
    font-size: 32px;
    color: #666;
    box-shadow: 0 2px 5px #bbb;
    margin: 30px 0;
}

.place-media a {
    color: #707070;
    padding: 0 25px;
}

.place-media a:hover {
    color: #b29445
}

.box-description {
    box-shadow: 0 2px 5px #bbb;
    padding: 10px;
    margin: 30px 0;

}

.box-description h5 {
    display: flex;
    justify-content: space-between;
    color: #BFA04F;
}

.box-description h5 button {
    color: #707070
}

.box-description p {
    color: #161616;
    font-size: 14px;
    line-height: 30px;
    max-height: 300px;
    overflow: hidden;
}

.place-details .send-mail {
    padding: 65px 20px
}

.servies-icons {
    box-shadow: 0 2px 5px #bbb;
    padding: 10px;
    margin: 30px 0;
    text-align: center;

}

.servies-icons h5 {
    text-align: center;
    color: #BFA04F
}

.servies-icons img {
    margin: 5px 14px;
}

.menu-link {
    background: #000;
    color: #BFA04F;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 29px;
}

.link {
    color: #fff;
    background: #BFA04F;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 29px;
    margin-bottom: 30px
}

.place-details .rate-box {

    padding: 30px;
    background: #fff;
}

.place-details .rate-box .rate {
    margin-bottom: 10px
}

.mr-m-30 {
    margin-top: 30px
}

.blog-box {
    margin: 15px 0
}

.blog-box .blog-img img {
    width: 100%;

}

.blog-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

.blog-title h5 {
    color: #0071bb;
    font-size: 15px
}

.blog-title span {
    color: #aaa
}

.blog-parg {
    line-height: 30px;
    color: #161616;
    text-align: justify;
    font-size: 16px
}

.blog-parg span {
    font-weight: 600;
    opacity: .9;
    display: block
}

.blog-box a {
    color: #b29445;
    font-weight: 700;
    opacity: .9;
    font-size: 17px;
    margin: 10px 0;
    display: block;
}

.blog-footer {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    color: #999;
}

.important-news-box {
    display: flex;
    margin-bottom: 20px
}

.important-news-box .blog-img img {
    width: 70px;
    height: 70px;
    margin: 3px
}

.important-news-box .blog-parg {
    height: 45px;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    text-align: start
}

.top-places {
    background: #000;

}

.top-places .title {
    color: #fff
}

.top-places img {
    margin: 10px;
    border-radius: 50%;
    height: 160px;
    width: 94% !important;
}

.top-places h5 {
    color: #fff;
    text-align: center;
    font-size: 14px
}

.top-places .owl-carousel .owl-dots.disabled,
.top-places .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 36%;
    color: #fff;
    left: -12px;
    width: 102%;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
}

.new-place {
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 17px;
    background: #BFA04F;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

.new-place a {
    color: #fff;
}

.more-details {
    background: #f6f6f6;
    margin: 20px 0;

}

.more-details img {
    width: 80%;
    display: block;
    margin: 10px auto;
}

.more-details .subscribe {
    color: #fff;
    width: 200px;
    margin: 20px auto 0 auto;
    display: block;
    padding: 10px;
    border-radius: 30px;
    background: #000;
    text-align: center;
}

.bord-t {
    border-top: 1px solid #eee
}

.top-footer {
    background: #000;
    color: #fff;
    line-height: 36px;
}

.top-footer a {
    color: #fff;

}

.top-footer a:hover {
    margin: 0 10px;
}

.check_box {
    opacity: 0;
}

.check_box + label {
    opacity: .7;
    cursor: pointer;

}

.check_box + label img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin: auto;
    max-width: 100%;

}

.check_box:checked + label {
    opacity: 1;
}

.lines {
    position: relative;
}

.child:nth-child(even) .line-item {
    justify-content: flex-end;
}

.line-item {
    position: relative;
    text-align: center;
    height: 220px;
    display: flex;
    flex-direction: column;
}

.line-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.line-item img:
    /*============================ start footer================================== */
.footer {
    background: #1c1c1c;
    padding: 10px 0;
    color: #fff;
}

.footer .row {
    align-items: center;
    color: #a7a7a7;
}

.footer a {
    color: #bfa04f;
}

.footer .footer-media a {
    margin: 0 5px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    color: #a7a7a7;
}

.footer .footer-media a:hover {
    color: #bfa04f;
    transform: translateY(-10px) rotateY(360deg)
}

.fixed-footer {
    background: #b29445;
    padding: 12px 0;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    z-index: 10;
    display: none
}

.fixed-footer a {
    display: block;
    color: #fff
}

.footer2 {
    background: #2e2e2e;
    padding: 10px 0;
    color: #949494;
    font-size: 14px


}

.footer2 a {
    color: #949494;
    padding: 0 10px;
    transition: all .4s ease-in-out;
}

.footer2 a .fa {
    font-size: 20px
}

.footer2 a:hover {
    color: #fff
}


.topheader, .logo img, .top-img, .top-nav {
    transition: all .5s ease-in-out;

}

.logo img {
    object-fit: contain;
    width: 70%;
}

.h-w {
    display: none !important
}


.mapss {
    position: relative;
}

.mapss #map {
    width: 100%;
    height: 400px;
}

.mapss .map-abs {
    height: auto;
    width: 250px;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 100px;
    background: #fff;
    padding: 20px;
    z-index: 100;

}

.mapss .map-abs .map-info {
    display: flex;
    padding: 0 20px;
    margin-bottom: 15px;


}


.mapss .map-abs .map-info i {
    color: #b29445;
    margin: 0 10px
}


.mapss .map-abs .map-info h5 {
    font-size: 15px;
    color: #989898;
}

.mapss .map-abs .map-info h4 {
    font-size: 16px;
    color: #b29445;
}
/*
===============================
    start contact us edit
===============================
*/
/*.icon-span{*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background-color: #2e2e2e;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.icon-span img{
    width: 30px;
}
.contactUsLink{
    color: #2e2e2e;
    transition: .4s all ease;
    text-decoration: none !important;
    margin: 0 15px;
    font-size: 16px;
}
.contactUsLink:hover{
    color: #e4c573 !important;
    transform: translateX(10px);
}
.links-contact ul li{
    list-style: none;
    margin: 20px 0;
    background-color: #0000002b;
    padding: 5px;
    border-radius: 5px;
}
.links-contact ul li:hover.links-contact ul li div img{
    transform: rotate(180deg);
}
.links-contact{
    /*border: 1px solid #d5d5d5;*/
    border-radius: 5px;
    /*box-shadow: 2px 2px 4px #a9a9a9;*/
    padding: 30px;
    width: fit-content;
    margin: auto;
}

/*
===============================
    end contact us edit
===============================
*/



@media (max-width: 575px) {

    .owl-hash-nav img {
        border-radius: 14px;
        margin-bottom: 3px;
        height: 49px;
    }

    .owl-hash-nav ul {
        padding: 5px 0px;
        background: #eee;
        border-radius: 10px;
        display: flex;
    }

    .owl-hash .slider-item img {

        height: 260px;
        border-radius: 20px;
    }


    .fav-box {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .tab-settimg-content {

        right: 0;
    }

    .place-header-nav {
        display: block;
    }

    .all-form {

        border: 1px solid #aaa;
        border-radius: 10px;
        width: 100%;
    }

    .h-w {
        display: block
    }

    .title {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .home-tabs ul.nav {
        display: block;
    }

    .places-box .img-box {
        width: 100%;
        height: 220px;
        position: relative;
    }

    .header-content img {
        height: 300px;
    }

    .tab-title {
        display: flex;
        font-size: 13px;
    }

    .more-details img {
        width: 80%;
        display: none;

    }

    .new-place {
        border-radius: 0;
        display: block;
        justify-content: space-between;
        padding: 7px;
        background: #BFA04F;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .about-box {
        display: block;
        padding: 10px;

        margin: 10px 0;
        text-align: center;
    }

    .h-m {
        display: none !important;
    }

    .fixed-footer {
        display: block;
    }

    .logo {
        margin-bottom: 1px;
    }

    .body-content {
        padding-bottom: 50px
    }

    nav.navbar {
        height: 60px;
        line-height: 60px;
    }

    nav.navbar .toggle {
        display: block;
        color: #BFA04F;
        font-size: 30px;
    }

    nav.navbar ul {
        margin: 0;
        line-height: 50px;
        padding: 40px 15px;
        display: block;
        background-color: #312f32;
        position: fixed;
        width: 260px;
        height: 100%;
        top: 0;
        transform: scaleX(1);
    }

    nav.navbar ul li {
        display: block;
        margin: 0px;
    }

    .h-w {
        display: block !important;
    }

    .top-footer {
        display: none;

    }

    nav.navbar ul li a {
        color: #fff;
        font-size: 14px;
    }

    nav.navbar .toggle {
        text-align: left;
    }

    nav.navbar ul.ulDir {
        right: 0;
        transition: all .5s ease-in-out
    }

    nav.navbar ul {
        text-align: right;
        right: -100%;
        transform-origin: right;
    }

    nav.navbar ul li.lang {
        margin-right: 10px;
    }

    .navbar {
        padding: 0px 0;
    }


    .logo img {
        height: 85px;
    }


}

@media (min-width: 576px) and (max-width: 768px) {

    nav.navbar {
        height: 60px;
        line-height: 60px;
    }

    nav.navbar .toggle {
        display: block;
        color: #BFA04F;
        font-size: 30px;
    }

    nav.navbar ul {
        display: block;
        margin: 0;
        line-height: 50px;
        padding: 40px 15px;
        background-color: #312f32;
        position: fixed;
        width: 260px;
        height: 100%;
        top: 0;
        transform: scaleX(1);
    }

    nav.navbar ul li {
        display: block;
        margin: 10px;
    }

    nav.navbar ul li a {
        color: #fff;
        font-size: 14px;
    }

    nav.navbar .toggle {
        text-align: left;
    }

    nav.navbar ul.ulDir {
        right: 0;
        transition: all .5s ease-in-out
    }

    nav.navbar ul {
        text-align: right;
        right: -100%;
        transform-origin: right;
    }

    nav.navbar ul li.lang {
        margin-right: 10px;
    }

    .navbar {
        padding: 0px 0;
    }

    .header-caro {
        padding: 100px 0px 150px 0px;
        clear: both;
    }

    nav.navbar ul li a:hover, nav.navbar ul li a:hover:before {
        color: #fff;
    }


}

/* Start Media Query */

/*Small Screen*/

@media (min-width: 769px) and (max-width: 991px) {
    nav.navbar ul li {
        margin: 0 6px;
    }

    nav.navbar ul li a {
        font-size: 15px;
    }

    nav.navbar ul li a:hover, nav.navbar ul li a:hover:before {
        color: #fff;
    }

    nav.navbar ul {
        display: block
    }


}

/*Medium Screen*/

@media (min-width: 992px) and (max-width: 1199px) {
    nav.navbar ul li {
        margin: 0 6px;
    }

    nav.navbar ul li a, .ul-top li a {

        font-size: 14px;
    }

    nav.navbar ul li a {

        padding: 10px 5px;
    }

    nav.navbar ul {
        display: block;
        text-align: center;
    }
}

/*Smat Phone And Tablet*/


/*============================ start preloader================================== */

.layer-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0071bb;
    top: 0;
    left: 0;
    z-index: 999;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*============================ end preloader================================== */
.dropdown-menu {
    border-top: 3px solid #BFA04F;
    border-radius: 0;
    top: 120%
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 30%;
    width: 0px;
    height: 0px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #BFA04F;
}
.term-link:hover{
    text-decoration: underline;
    color:#BFA04F!important;
}
.new-menu:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 90%;
}

.new-menu {
    width: 963px;
    left: 0;
    right: 0;
    background: #f5f5f5
}

.header-search select {
    background: #312f32;
    color: #fff;
    padding: 8px 20px;
    width: 191px;
    border: none;
}

.new-menu a {
    border-radius: 5px;
    border: 2px solid #ced4da;
    color: #777 !important;
    background: #f5f5f5;
    display: block!important;
    text-align: center;
    margin:10px 0;

}

.add-btn:hover {
    background: #fff;
    color: #BFA04F;
}

.top-footer a:hover {
    color: #BFA04F;
}

a:hover {
    color: #fff;
}

.form-n {
    width: 100%;
}

.form-n textarea {
    resize: none;
    min-height: 150px;
}

.all-form.form-n .nice-select {
    padding: 0 15px;
}

.all-form.form-n .nice-select.open .list {
    width: 100%;
}

.all-form.form-n #map {
    width: 100%;
    height: 400px;
}

.form-n a.form-control i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #b91f1f;
}

.all-form.form-n a.form-control {
    text-align: right;
    position: relative;
}

.all-form.form-n .nice-select:after {
    border-bottom: 2px solid #161616;
    border-right: 2px solid #161616;
}

.footer {
    padding: 10px;
    background-color: #2e2e2e;
}
.box-description .sharethis-inline-share-buttons img{
    top:unset!important;
    vertical-align:unset!important;
    height: 23px !important;
    width: 20px !important;
}