
/*global css start*/
@font-face {
    font-family: channel;
    src: url(../fonts/chant___.ttf);
}

@font-face {
    font-family: water;
    src: url(../fonts/Water-Regular.otf);
}
/
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/satisfy.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 
body{
    font-family: 'Poppins', sans-serif;
}

html body a, html body a:hover, i, button, input{
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
}

/*************** header css start ****************/

header {
    padding: 8px;
}
header .site-logo {
    display: flex;
}

header .site-logo img {
    height: 70px;
}

header .logo-text {
    display: flex;
    align-items: center;
}

header .logo-text h1 {
    margin: 0px;
    padding-left: 6px;
    font-size: 52px;
    line-height: 52px;
}

header .logo-text {
    display: flex;
    align-items: center;
}

header .help-menu {padding-top: 13px;}

header .cart-profile-section a {
    color: #fff;
    font-weight: 600;
    padding: 0 0;
}

.logo-help-menu {
    display: flex;
    align-items: center;
}

.help-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.help-menu ul li {
    padding-left: 30px;
}

.help-menu ul li a:not(footer .help-menu ul li a){
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.help-menu ul li a:hover,
.home-footer-menu ul li a:hover {
}

.cart-profile-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0px;
    padding: 5px 0 0!important;
}

.cart-profile-section > div {
    padding: 0 20px;
}

.cart-profile-section .site-cart {
    position: relative;
}

.cart-profile-section .notification-badge {
    width: 20px;
    display: block;
    margin: 0px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    top: -7px;
    right: 5px;
    background-color: #fecd08;
    border-radius: 50%;
    color: #363636;
}

.stories-btn .story-create-btn {
    background-color: #fbfbfb;
    border: none;
    color: #4aaa4f;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
}

.stories-btn .story-create-btn:hover{
    color: #087fde;
}

.profile-img {
    width: 44px;
    border-radius: 50%;
    height: 44px;
    border: 3px solid #0f9ad7;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.profile-img-c {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.profile-img img {position: relative;height: 50px;}

.camera-img {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 50%;
    position: relative;
}

.camera-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0f94d4;
    font-size: 20px;
}

header .cart-profile-section .camera-btn a:hover i {
    color: #4aaa54 !important;
}

.camera-img:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #feb608;
    top: 9px;
    left: 50%;
    border-radius: 50%;
}

.cart-profile-section i{
    font-size: 18px;
}

header .cart-profile-section a:hover, header .cart-profile-section a:hover i {
    /* color: #0f94d4; */
}

/**/
.cart-profile-section .site-cart img, .cart-profile-section .language img {
    width: 24px;
}

/**/
/*** profile header css ***/

.profile-page-header h1 {
    color: #0f94d4;
}

header.profile-page-header .help-menu ul li a:hover {
}

header.profile-page-header .help-menu ul li a:hover {
    color: #55aa4f;
}

.stories-btn .story-create-btn {
    background-color: #61bf66;
    color: #fff;
}

.stories-btn .story-create-btn:hover {
    background-color: #0f94d4;
    color: #fff;
}

/*************** header css end ****************/

/*************** homepage css start *****************/

.help-menu ul li a, .home-footer-menu ul li a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    display: inline-block;
    color: #fff;
}

.card-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 8px solid rgb(246 246 246 / 13%);
    border-radius: .25rem;
}

.stories-btne .story-explore-btn {
    background-color: #ffffff;
    border: none;
    color: #258b75;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}
.button_explore {
    cursor: pointer;
    margin: 11px;
    margin-left: 271px;
}

.banner-bg-img {
    width: 100%;
}

section.hero-bg {
background-image: url(../images/hero-bg.png);
    background-size: 100%!important;
    background-repeat: no-repeat;
    position: relative;
    background-color: #17293d;
    height: 100vh;
}

section.map-bg{
   background-image: url(../images/guide-map.jpg);
    background-size: 100%!important;
    background-repeat: no-repeat;
    position: relative;
    background-color: #17293d;
    height: 100vh;
}

.home-banner .banner-ttitle h1 {
    margin: 0px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.banner-middle {
    text-align: center;
    position: relative;
    top: 10%;
}

.banner-middle .banner-ttitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 300px;
}

.discovering-text {
    position: relative;
    top: -130px;
}

.discovering-text h1 {
    font-family: 'channel';
    color: #fff;
    letter-spacing: 40px;
    font-size: 150px;
    line-height: normal;
    margin: 0px;
}

.explore-section {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
}

.explore-section .card-home {
    justify-content: space-between;
    height: 84px;
    border-radius: 0;
}

.explore-section a {
    color: #000;
}

.card-home .row {
    width: 100%;
    margin: 0px;
}

.location-and-button {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
    position: relative;
}

.learn-unique {
    display: flex;
    align-items: center;
}

.location-and-button:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    background-color: #efefef;
    left: -25px;
}

.explore-section a span {
    background-color: #f0f0f0;
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    position: relative;
    margin-right: 15px;
}

.explore-section a span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.learn-unique a, .location a {
    display: flex;
    align-items: center;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}

.button-exp {
    padding-right: 10px;
}

.button-exp a {
    color: #fff;
    background-color: #0e83e0;
    border: none;
    border-radius: unset;
    padding: 15px 24px;
    font-size: 18px;
    font-weight: 500;
    min-width: 220px;
    display: inline-block;
    text-align: center;
}

.button-exp a:hover {
    background-color: #4aaa54;
}

/*********** footer css ***********/

.home-footer-menu {
    margin-top: 15px;
}

.home-footer-menu ul {
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

footer .help-menu li {
    padding-left: 0px;
    padding-right: 20px;
}

footer .help-menu li:last-child {
    padding: 0px;
}

.home-footer-logo h1 {
    margin: 0;
    color: #fff;
}

footer {
    background-color: #17293d;
    padding: 30px 15px;
}

.home-footer-menu ul li {
    margin-left: 15px;
}

.home-footer-menu ul li a {
    font-family: water;
    letter-spacing: 2px;
    font-weight: 400;
}

/**************** homepage css end *****************/

/**************** profile page css start *****************/

/**** page title css start ****/
section.page-title-section {
    background-color: #0f94d4;
    position: relative;
}

.page-title-section .title-img {
    padding: 0px 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/*.page-title-section .title-img img {
    position: absolute;
    bottom: 0px;
    right: 30px;
}*/

.page-title-section .title-img h1 {
    margin: 0px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
}
/**** page title css end ****/

/**** sidebar-profile css start ****/
.section-heading {
    position: relative;
    margin: 15px 0px 30px;
}

.section-heading p{
    font-size: 16px;
    color: #0f94d4;
    font-weight: 500;
    margin: 0px;
}

.section-heading i{
    color: #a0a0a0;
    padding-left: 10px;
}

.sidebar-profile {
    position: relative;
}

.sidebar-profile .user-profile-img {
    display: flex;
    justify-content: center;
}

.sidebar-profile .user-profile-img img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.sidebar-profile .user-edit-profile{
    position: absolute;
}
.sidebar-profile .edit-profile-btn {
    width: 40px;
    height: 40px;
    background-color: #0f94d4;
    border-radius: 50%;
    position: relative;
    transform: translate(75px, 105px);
    box-shadow: 2px 0px 6px #ccc;
}

.sidebar-profile .edit-profile-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

.sidebar-profile .side-username p{
    font-size: 24px;
    font-weight: 500;
    color: #223850;
    margin: 15px 0px 0px;
}

.sidebar-profile .user-country p{
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.sidebar-profile .user-age p {
    font-size: 15px;
    color: #148be9;
    font-weight: 500;
}

.sidebar-profile .rating-text {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-profile .user-posts-info {
    display: inline-flex;
    position: relative;
}

.sidebar-profile .user-posts-info {
    font-size: 15px;
    color: #8d8d8d;
    width: 100%;
    justify-content: center;
    margin: 30px 0px;
}

.sidebar-profile .user-posts-info > div {
    padding: 10px;
    width: 25%;
}

.sidebar-profile .user-posts-info .post-stats {
    font-weight: 600;
    font-size: 16px;
    color: #223850;
    display: block;
}

.sidebar-profile .user-posts-info  .user-post-likes {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.sidebar-profile .premium-and-sller-btn div {
    padding: 10px;
}

.sidebar-profile .go-premium-btn {
    padding: 15px 30px;
}

.sidebar-profile .go-premium-btn {
    background-color: #62bf67;
    border-radius: unset;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    min-width: 240px;
}

.sidebar-profile .become-seller-btn {
    background-color: #efefef;
    border-radius: unset;
    font-size: 15px;
    color: #0f94d4;
    font-weight: 500;
    min-width: 200px;
    padding: 15px;
}

.about-me-section {
    padding: 0px 15px;
    margin-bottom: 60px;
}

.about-me-section .about-me {
    border-top: 1px solid #efefef;
    margin-top: 35px;
    padding-top: 35px;
}

.sidebar-profile  .about-heading p {
    font-size: 18px;
    color: #0f94d4;
    font-weight: 500;
}

.sidebar-profile  .about-text p {
    font-size: 15px;
    color: #7d7c7c;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .25px;
}

/**** sidebar-profile css end ****/
/**** sidebar-profile-edit css start 1 ****/

.sidebar-country {
    /* display: flex; */
    /* text-align: initial; */
}
.full-username {
    display: flex;
    text-align: initial;
    margin-bottom: 15px;
}
.full-username input.full-name {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}
.age-input {
    /* margin-left: 10px; */
}
.full-username input.age {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.sidebar-country input.country {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.sidebar-country input.city {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
}
.save-cancel-btn {
    display: flex;
}
.post-like-seen-rating-btn {
    margin: 15px 0px 0px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}
.post-like-seen-rating {
    display: flex;
    justify-content: space-between;
}
.post-btn {
    background-color: #fbfbfb;
    border: none;
    color: white;
    background: #0f94d4;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border-radius: 4px;
}

.posts-activity-btns .btn-group-toggle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.posts-activity-btns .btn-group-toggle label {
    max-width: calc(25% - 5px);
    text-align: center;
    color: #fff;
    background-color: #0f94d4;
    border-color: #0f94d4;
    border-radius: 5px !important;
    outline: none;
    padding: 10px;
    font-size: 13px;
}

.posts-activity-btns .btn-group-toggle label.active {
    background-color: #0076ae !important;
    border-color: #0076ae !important;
    outline: none !important;
}

.posts-activity-btns .btn-group-toggle label:focus{
    border-color: transparent !important;
    outline: none !important;
}

.btn-light {
    background-color: #efefef;
    border: none;
    color: #0f94d4;
    background: white;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border-radius: 4px;
}

.cancel-save-btn {
    display: flex;
}
.save-cancel-btn {
    text-align: end;
}
.about-me-section-edit {
    padding: 23px 0px;
    margin-bottom: 60px;
    text-align: initial;
}

.about-me-border {
    background-color: #efefef;
    padding: 10px;
}
.about-smileys2 {
    text-align: end;
}

button.btn.save-btn {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

button.btn.cancel-btn {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #f2f2f2;
    padding: 16px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
}

.cancel-save-btn {display: flex;justify-content: flex-end;}

/**** sidebar-profile-edit css start  2****/

.left-section #edit-profile{
    cursor: pointer;
}
.sidebar-profile .user-profile-img {
    display: flex;
    justify-content: center;
}

.sidebar-profile .user-profile-img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.sidebar-profile .user-edit-profile{
    position: absolute;
}
.sidebar-profile .edit-profile-btn {
    width: 32px;
    height: 32px;
    background-color: #0f94d4;
    border-radius: 50%;
    position: relative;
    transform: translate(64px, 100px);
    box-shadow: 2px 0px 6px #ccc;
}

.sidebar-profile .edit-profile-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}

.sidebar-profile .side-username p{
    font-size: 24px;
    font-weight: 500;
    color: #223850;
    margin: 15px 0px 0px;
}

.sidebar-profile .user-country p{
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.sidebar-profile .user-age p {
    font-size: 15px;
    color: #148be9;
    font-weight: 500;
}

.sidebar-profile .rating-text {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -8px;
}

.sidebar-profile .user-posts-info {
    display: inline-flex;
    position: relative;
}

.sidebar-profile .user-posts-info {
    font-size: 15px;
    color: #8d8d8d;
    width: 100%;
    justify-content: center;
    margin: 30px 0px;
}

.sidebar-profile .user-posts-info > div {
    padding: 10px;
    width: 25%;
}

.sidebar-profile .user-posts-info .post-stats {
    font-weight: 600;
    font-size: 16px;
    color: #223850;
    display: block;
}

.sidebar-profile .user-posts-info  .user-post-likes {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.sidebar-profile .premium-and-sller-btn div {
    padding: 8px;
}

.sidebar-profile .go-premium-btn {
    padding: 15px 30px;
}

.sidebar-profile .go-premium-btn {
    background-color: #62bf67;
    border-radius: unset;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    min-width: 240px;
}

.sidebar-profile .become-seller-btn {
    background-color: #efefef;
    border-radius: unset;
    font-size: 15px;
    color: #0f94d4;
    font-weight: 500;
    min-width: 200px;
    padding: 15px;
}

.about-me-section {
    padding: 0px 15px;
    margin-bottom: 60px;
}

.about-me-section .about-me {
    border-top: 1px solid #efefef;
    margin-top: 35px;
    padding-top: 35px;
}

.sidebar-profile  .about-heading p {
    font-size: 18px;
    color: #223850;
    font-weight: 500;
}

.sidebar-profile  .about-text p {
    font-size: 15px;
    color: #7d7c7c;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .25px;
}


/**** sidebar-profile-edit css start  End ****/
/***************login button page start css ****************/

div#login-user .login-field input {
    background-color: #efefef;
    border: none;
    padding: 15px;
    width: 100%;
}
div#login-user .login-btn button {
    background-color: #62bf67;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    min-width: 240px;
    width: 100%;
    padding: 15px;
    border-style: unset;
}
.text-login h1 {
    text-align: center;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
    
}
div#login-user .login-icon {
    text-align: center;
}
 div#login-user i.fa.fa-sign-in {
    display: flex;
    justify-content: center;
    font-size: xxx-large;
    color: #008bd4;
}
div#login-user .modal-footer-login {
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
    background-color: #7da8ce36;
    border-radius: 0;
    height: 60px;
}
div#login-user .login-btn {
    padding: 16px;
}
div#login-user .email-field {
    padding: 15px;
}
div#login-user .password-field {
    padding: 15px;
}
div#login-user .text-log p {
    text-align: center;
    width: 100%;
}
div#socialSharing a span.fa-lg {
    border-radius: 50%;
    margin: 1%;
    color: #FFFFFF;
}
 
div#socialSharing a span.fa-lg i {
    font-style: normal;
}
 
div#socialSharing a span#facebook {
    background-color: #3b5998;
}
 
div#socialSharing a span#facebook:hover {
    background-color: #133783;
}
 
div#socialSharing a span#twitter {
    background-color: #1da1f2;
}
 
div#socialSharing a span#twitter:hover {
    background-color: #2582bb;
}
 
div#socialSharing a span#googleplus {
    background-color: #db4437;
}
 
div#socialSharing a span#googleplus:hover {
    background-color: #cf1808;
}
 
div#socialSharing a span#linkedin {
    background-color: #0077b5;
}
 
div#socialSharing a span#linkedin:hover {
    background-color: #02689d;
}

/***************login button page end  css ****************/
/***************sign up  button page start  css ****************/
div#signup .signup-field input {
    background-color: #efefef;
    border: none;
    padding: 15px;
    width: 100%;
}
div#signup .login-btn button {
    background-color: #62bf67;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    min-width: 240px;
    width: 100%;
    padding: 15px;
    border-style: unset;
}
div#signup .signup-icon {
    text-align: center;
}
div#signup .login-btn {
    padding: 16px;
}
div#signup .email-field {
    padding: 15px;
}
div#signup .password-field {
    padding: 15px;
}
div#signup .first-field {
    padding: 15px;
}div#signup .Last-field {
    padding: 15px;
}
div#signup .text-signup p {
    text-align: center;
    width: 95%;
}
.already {
    margin-left: 20px;
}
.modal-footer-signup {
    padding: 30px 0px;
    width: 96%;
    margin: 0px auto;
    text-align: center;
    background-color: aliceblue;
    border-radius: 17px;
}
div#signup i.fa.fa-sign-in {
    display: flex;
    justify-content: center;
    font-size: xxx-large;
    color: #008bd4;
}
.close-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
}
/***************sign up button page end  css ****************/

/**** middle section top css start ****/

.middle-section {
    border-right: 1px solid #e8e8e8;
}

.post-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.post-menu ul li {
    padding-right: 15px;
}

.post-menu ul li a {
    font-size: 14px;
}

.search-and-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
}
.search-and-setting .mid-nav-tabs a {
    border-bottom: 2px solid transparent;
}
.search-and-setting .search-field {
    width: calc(100% - 36px);
    position: relative;
    padding: 18px 15px;
}

.search-and-setting .search-field input[type="search"] {
    background-color: #efefef;
    border: none;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 13px;
}

.search-and-setting ul li.active a {
    border-bottom: 2px solid #0f94d4;
}

.setting-icon {
    width: 10%;
    padding: 18px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
}

.setting-icon {
    width: 40px;
    margin: -6px;
    padding: 14px;
    position: relative;
    height: 40px;
}

.setting-icon i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #61bf66;
}

.search-and-setting .search-field img {
    position: absolute;
    right: 30px;
    top: 8px;
}

.search-field i {
    position: absolute;
    top: 26px;
    right: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #0f94d4;
    cursor: pointer;
}

.middle-search {
    padding: 15px;
   
}

.middle-search {
    padding: 0px 15px;
   
}
/**** middle section top css end ****/

/**** middle section post card top css start ****/

.total-posts h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    color: #223850;
}

.post-card {
    border: 1px solid #efefef;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

.post-image img {
    border-radius: 20px 0px 0px 20px;
    max-width: 100%;
    height: 100%;
}

.author-info p.user-name {
    font-size: 18px;
    font-weight: 600;
    color: #223850;
}

.author-info .user-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.author-info .user-profile-img img {
    width: 50px;
}

.card-bottom-search .likes-and-views .author-info {width: 64%;}

/**.post-user-info {
    display: flex;
}*//

.publish-date {
    color: #8d8d8d;
    font-size: 13.5px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}
p.publish-date {
    margin: 0;
}
.publish-date .publish-location {
    color: #b1b2b6;
    font-weight: 400;
    padding-left: 5px;
}

.post-discription {
    font-size: 16px;
    color: #414141;
    display:flex;
   justify-content:space-between;
   align-items:center;
}

.post-location {
    color: #0f94d4;
    font-size: 15px;
}

.post-location .icon-l {
    padding-right: 7px;
}
#sell .username-and-location {
    width: 80%;
}
.username-and-location .user-name {
    margin: 0px;
    line-height: normal;
}

.username-and-location .user-name .publish-date {
    margin: 0px;
}

.author-info .user-profile-img {
    margin-right: 15px;
}

.edit-delete-btn {
    position: absolute;
    right: 36px;
    top:   32px;
}

.edit-delete-btn a {
    width: 24px;
    display: inline-block;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    line-height: 24px;
}

.edit-delete-btn a i {
    font-size: 14px;
}

.post-discription p {
    margin: 0px;
}

.card-bottom {
    display: flex;
    padding-top: 20px;
}

.card-bottom .likes-and-views {
    width: 70%;
    display: flex;
}

.card-bottom .post-rating {
    width: 40%;
    display: flex;
    padding: 0px 15px;
    justify-content: flex-end;
}

.card-bottom .likes-and-views p {
    margin: 0px;
    padding-right: 15px;
}

.card-bottom .post-rating label {
    margin: 0px;
}

.card-bottom .likes-and-views p img, 
.card-bottom .likes-and-views p i {
    margin-right: 5px;
}

.card-bottom .post-rating .rating {
    padding-right: 10px;
}

.post-user-info {
    padding-top: 20px;
    margin-bottom: 0px;
}

.post-card .post-discription {
    margin-bottom: 10px;
    padding: 24px 0 10px 0;
}

.edit-delete-btn a {
    margin-left: 5px;
}

.post-discription p {
    margin: 0px 0px 0px;
}

.post-menu ul li a {
    color: #0f94d4;
    font-weight: 500;
    padding: 25px 0px;
    border-bottom: 2px solid transparent;
}
.nav-tabs {
    border-bottom: none;
}
.post-menu ul {
    margin-top: 0px;
}

.post-menu ul li.active a {
    border-bottom-color: #0f94d4;
}

.place-type {
    color: #0f94d4;
    font-size: 17px;
    font-weight: 500;
}
.likes-and-views {
    color: #0f94d4;
    font-size: 17px;
    font-weight: 500;
}

.post-like i {
    color: #d337bb;
}

.post-views i {
    color: #72c676;
}
/**** middle section post card top css end ****/


/******* star rating css start ***********/

.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ddd; /* Personal choice */
}

.rating input {
    display: none;
}

.rating label {
   margin:0;
}

.rating label:hover,.rating label:hover ~ label,.rating input:checked + label,.rating input:checked + label ~ label {
    color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
    margin-bottom: 0!important;
}

/******* star rating css end ***********/


/******* pagination css start ***********/

.post-pagination {
    float: right;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: right;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 0px 15px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  font-size: 22px;
}

.pagination a.active {
    color: #6b6b6b;
    border: 1px solid #efefef;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination .total-pages {
    margin-left: 15px;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 500;
}

.pagination .prev-btn, .pagination .next-btn {
    background-color: #efefef;
}

.pagination .prev-btn {
    margin-right: 10px;
}

.pagination .next-btn {
    margin-left: 10px;
}

/******* pagination css end ***********/

/**** right-sidebar top css start ****/

.right-sidebar {padding-right: 15px;}

.right-sidebar ul {
    padding: 10px 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

.right-sidebar ul li {
    margin-right: 20px;
}

.right-sidebar ul li a {
    font-size: 16px;
}

.right-menu ul li.active a {
    border-bottom: 2px solid #0f94d4;
}

#sold {
    align-items: center;
    padding: 0px 0px 25px;
}

#purchased {
    align-items: center;
    padding: 0px 0px 25px;
}

.sold-property {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 0;
}

.property-img {
    overflow: hidden;
}

.property-img img {
    width: 100%;
}

.sold-tag {
    position: absolute;
    top: -3px;
    right: -2px;
}

.sold-tag p {
    color: #fff;
    position: absolute;
    top: 25px;
    right: 12px;
    font-weight: 600;
    transform: rotate(45deg);
    font-size: 14px;
    margin:0;
}

.property-info .property-mesume-detail {
    display: flex;
    justify-content:space-between;
}
.last-sold-tag .last-sold-text {
    margin:0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    color: #fff;
}

.last-sold-tag {
    width: 18%;
    position: relative;
    margin-top: -24px;
}

.property-info {
    padding:15px 0;
}

.property-info .mesume-name{
    color:#2f3742;
    font-weight:600;
    margin:0;
}

.property-info .mesume-km{
    color:#62bf67;
    font-weight:600;
    margin:0;
}

.property-mesume-add p{
     margin: 0;
    display: inline-block;
    font-size: 14px;
    padding-left: 7px;
    color: #25a3d6;
    
}

.property-ticket-info{
    display:flex;
    align-items:center;
    padding:0;
    justify-content:space-evenly;
}

.property-info .sold-price-text {
    width: 75%;
    padding: 5px 0 5px 20px;
}

.last-sold-tag .last-sold-text {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5px;
}

.last-sold-tag .last-sold-text span.sold-location {
    font-size: 12px;
    line-height: normal;
}

.property-info .sold-price-text p {
    margin: 0px;
}

.property-info .sold-price-text .ticket-name {
   color:#2f3742;
   font-weight:600;
}

.property-info .sold-price-text .km-text {
   color:#62bf67;
}

.property-info .sold-price-text p.guide-price {
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
    color: #223850;
}

.property-info .sold-price-text .sold-price {
    font-size: 14px;
    font-weight: 500;
}

.right-menu ul {
    padding: 0px;
}

.right-menu ul li a {
    padding: 25px 0px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
    border-bottom: 2px solid transparent;
}

.right-menu ul li.active a {
    color: #0f94d4;
}
.right-menu {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.right-menu ul {
    padding-left: 15px;
}


.sold-price span {
    color: #62bf67;
}

.guide-price {
    color: #223850;
}

.sold-price {
    color: #8d8d8d;
}

.edit-profile-quick label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.edit-profile-quick .full-input {
    width: 79%;
    margin-right: 10px;
}

.edit-profile-quick .age-input {
    width: 20%;
}

.edit-profile-quick input {
    width: 100%;
    display: block;
    outline: none;
    color: #616161;
}

.edit-profile-quick .sidebar-country {
    display: flex;
    justify-content: space-between;
}

.edit-profile-quick .sidebar-country .country-input,
.edit-profile-quick .sidebar-country .city-input {
    width: 49%;
}

.edit-profile-quick {
    padding: 15px;
}

.cancel-save-btn .cancel-profile-btn .cancel-btn {
    margin: 0px 15px 0px 0px;
    color: #a0a0a0;
    background-color: transparent;
    outline: none;
}

.cancel-save-btn .save-profile-btn .save-btn {
    border-radius: 0px;
}

/**** right-sidebar top css end ****/


/**************** profile page css end *****************/

.logo-text{
    font-family: 'channel';
    color: #fff;
}
.beach_place {
    display: flex;
}
/**/

/**************** Search Reasult  page css start *****************/
.icon-like-view {
    display: flex;
    margin-top: 15px;
}

.icon-like-view p {
    margin: 0px 10px 0px 0px;
}

.icon-like-view p img {
    margin-right: 5px;
    vertical-align: initial;
}

.card-bottom-search .likes-and-views .sold-ticket-section {
    width: 36%;
    margin: 0px;
    align-items: center;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
}

.story-buy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
}

.story-buy-section .story-price {
    margin: 0px;
}

.pricing-buttons {
    display: flex;
}

.pricing-buttons .set-price-free, .pricing-buttons .set-price-paid{
    width: 128px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

.pricing-inputs{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    padding-left: 50px;
}

.set-price-input {
    display: none;
}

.set-pricing-section {
    margin-bottom: 25px;
    display:none;
}

.model-set-section{
    display:block;
}

.additional-info-section {
    position: relative;
    margin-left: 15px;
}

.extra-info-text {
    position: absolute;
    width: 350px;
    right: 0px;
    top: 50px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 16px #ccc;
}

.extra-info-text:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    right: 5px;
}


.additional-info-section {
    position: relative;
    margin-left: 15px;
}

.extra-info-text {
    position: absolute;
    width: 350px;
    right: 0px;
    top: 50px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 16px #ccc;
}

.extra-info-text:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    right: 5px;
}

.pricing-buttons .active {
    border-color: #0f94d4;
}

.pricing-buttons .set-price-paid.active {
    position: relative;
}

.pricing-buttons .set-price-paid.active:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #0f94d4;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}


.set-price-input .price-field label {
    display: block;
}

.set-price-input .become-seller-btn {
    margin-right: 15px;
}

.price-field span {
    background-color: #efefef;
    padding: 11px 7px;
    color: #0caaf6;
    font-size: 16px;
    font-weight: 500;
}

.set-price-input .price-field .price-input {
    border: none;
    background-color: #efefef;
    padding: 10px 10px;
}

.set-price-input .currency-select {
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
    padding: 9.2px 6px;
}

.set-price-input .price-info {
    width: 30px;
    text-align: center;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 5px;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.pricing-buttons .set-price-free p, .pricing-buttons .set-price-paid p {
    margin: 8px 0px 0px;
}
.pricing-buttons .set-price-free {
    margin-right: 20px;
}

.become-seller-btn {
    background-color: #0f94d4;
    border: none;
    border-radius: unset;
    padding: 11px 30px;
}

.extra-info-text {
    display: none;
}

.additional-info-section:hover 
 .extra-info-text {
    display: block;
}

.card-bottom-search .likes-and-views .sold-ticket-section img {
    max-width: 30px;
}

.sold-ticket-section .sold-ticket-tag, .sold-ticket-section .buy-ticket-tag {
    margin: 0px 0px 0px 10px;
}

.page-search-section {
    background-image: url(../img/guid-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.explore-section-search {max-width: 70%;width: 100%;}
.explore-section-search .button-exp a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.map-location-radius {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
}

.map-radius {
    width: 250px;
    padding-right: 20px;
}
.map-radius div#slider {
    border: none;
    outline: none;
    background-color: #efefef;
}
.map-radius div#custom-handle {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    line-height: 21px;
    background-color: #a5e2ff;
    border: none;
    outline: none;
    color: #000;
    margin-top: -5px;
}

.map-radius p {
    margin: 15px 0px 0px;
}

.icon-map i {
    background-color: #efefef;
    font-size: 25px;
    padding: 8px;
    border-radius: 50%;
}
.search-title {
    text-align: center;
    color: white;
    font-style: italic;
}
.post-rating-search {
    display: flex;
    margin-bottom: -8px;
}

.card-bottom-search .likes-and-views {
    display: flex;
}

.card-bottom-search {
    position: relative;
    padding-bottom: 12px;
}

.card-bottom-search .edit-delete-btn {
    top: 5px;
    right: 0px;
}

.post-image-search img {
    border-radius: 20px 20px 0px 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.search-place-type img {
    width: 59px;
    position: relative;
    top: 0px;
    left: 0px;
}

.search-place-type {
    width: 15%;
    position: absolute;
    margin-top: -24px;
    right: 10px;
}
.place-icon {
    border-radius: 95px;
    background: #90e21e;
    padding: 0px;
    width: 54px;
    height: 54px;
    position: absolute;
}
.place-search-img p img {
    top: -15px;
}
.search-place-type1 img {
    width: 59px;
    position: relative;
    top: 0px;
    left: 0px;
}

.search-place-type1 {
    width: 13%;
    position: absolute;
    margin-top: -18px;
    right: 15px;
}

.search-place-type1 p {
    margin: 0px;
    position: absolute;
    top: 17px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.place-icon1 {
    border-radius: 95px;
    background: #21e6b2;
    padding: 20px;
    width: 54px;
    height: 54px;
    position: absolute;
}

.place-icon3 {
    border-radius: 95px;
    background: #49106a;
    padding: 0px;
    width: 54px;
    height: 54px;
    position: absolute;
}

.author-info p.user-name-search {
    font-size: 20px;
    font-weight: 600;
    color: #223850;
    margin-bottom: 18px;
}
.guide-price {
    font-size: 14px !important;
    font-weight: 500;
    color: #8d8d8d;
}

.post-rating-search .rating-text {
    line-height: 24px;
    font-size: 14px;
    margin-left: 8px;
}

.search-card {
    margin-top: 40px;
}

.profile-post-search-card{
    margin:0;
}

.post-location-search {
    color: #0f94d4;
    font-size: 15px;
    margin-bottom: 13px;
}

.name-user {
    position: relative;
    left: 10px;
    top: 6px;
    font-size: 14px;
}
.search-user-profile-img {
    display: flex;
    width: 222px;
}
.card-bottom-search .likes-and-views .icon-like-view {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-card .card-search-post {
    width: 100%;
}

.card-bottom-search .likes-and-views .icon-like-view p {
    margin: 0px;
    line-height: 11px;
}

.card-bottom-search .likes-and-views .icon-like-view .post-like {
    margin-right: 15px;
}

.card-bottom-search .likes-and-views .icon-like-view p img {
    margin-right: 5px;
}

.location-icon-goto {
   position: relative;
   text-align: right;
}
.middle-search-result {
    padding: 60px 30px 15px 30px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
}

.card-search-post {
    position: relative;
    box-shadow: 0px 0px 6px #ccc;
    margin-bottom: 25px;
    border-radius: 20px;
    width: 100%;
}

.card-search-post .post-user-info-search p {
    margin: 5px 0px;
    font-size: 18px;
}
.sold-ticket-section .buy-ticket-tag {
    color: #61bf66;
}

.story-buy-buttons {
    display: none;
}
.story-price {
    font-size: 20px;
    font-weight: 600;
    color: #ffc107;
}

.story-buy-btn {
    background-color: #0e83e0;
    border: none;
    border-radius: unset;
    padding: 6px 24px;
    font-weight: 600;
    font-size: 16px;
}
.sold-ticket-section .sold-ticket-tag {
    color: #ffc107;
}
.post-link:hover .story-buy-buttons {
    display: block;
}

.post-link:hover .card-bottom-search {
    display: none;
}


/**************** Search Reasult  Explore Section  css start *****************/
.explore-section-search {
    bottom: 30px;
}
.explore-section-search .card-home {
    justify-content: space-between;
    height: 90px;
    margin-bottom: 23px;
}
.explore-section-search a {
    color: #000;
}
.explore-section-search a span {
    background-color: #f0f0f0;
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    position: relative;
    margin-right: 10px;
}
.explore-section-search a span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-title-r {
    text-align: center;
    color: white;
    /*font-style: italic;*/
    /* font-family: Satisfy; */
}

.search-title-r h1 {
    font-size: 55px;
    line-height: normal;
    font-weight: 400;
    margin: 0px;
    padding: 88px 0px;
    text-transform: capitalize;
    font-weight: 600;
}
.search-keyword {
    color: #61bf66;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}
/**************** Search Reasult  page css end *****************/

/**************** tab profile page contacts and sell  tab css Start*****************/
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontents {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
#EditProfileDiv {
  display: none;
}
/**************** tab profile page contacts and sell tab css end*****************/


/**************** tab  Setting tab page  css end*****************/

#setting-btn {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    margin: 35px auto;
    width: 96%;
}

.setting-menu li.active a {
    border-bottom-color: #0f94d4;
    color: #0f94d4 !important;
}

#setting-btn .tab-pane {
    margin: 0px;
    padding: 15px;
    text-align: center;
    min-height: 150px;
}

.setting-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}
.form-field-section input, .form-field-section select {
    outline: none;
}
.tab-content>.active select.public {
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
    padding: 5px;
    height: 41px;
    max-width: 60px;
}

.form-field-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.general-telephone.form-field-section {
    margin: 0px;
}
.set-form-field{
    width: 49%;
}
.general-field-address.form-field-section .general-input.set-form-field {
    width: calc(100% - 60px);
}

.general-field-address.form-field-section .general-select.set-form-field {
    width: 74px;
}

.general-telephone.form-field-section .set-form-field {
    width: calc(100% - 60px);
}

.general-telephone.form-field-section .telephone-select.set-form-field, .form-field-section .phone-select.set-form-field {
    width: 25%;
}
.setting-menu ul li {
    padding-right: 0;
}

.setting-menu ul li a {
    font-size: 16px;
    margin-left: 5px;
}

.nav.nav-tabs li a {
    color: #95999d;
    font-weight: 500;

}

.setting-menu{
    background-color: #f4f4f4;
    padding: 0px;
}
.user-profile-img a {
    color: white
}

.general-user .user-profile-img {
    display: flex;
    padding: 30px 0px;
}

.user-edit-profile p {
    margin: 0px !important;
    position: relative;
    margin-bottom: 1rem;
    left: 0;
    padding-left: 36px;
    padding-right: 10px;
}
.avtar-change {
    background-color: #0f94d463;
    border: none;
    height: 40px;
    border-radius: 55px;
    width: auto;
    padding: 10px;
    transform: translate(-40px, 120px);
    position: relative;
    text-align: left;
}
.general-user .user-profile-img img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.general-user .edit-profile-btn {
    width: 40px;
    height: 40px;
    background-color: #0f94d4;
    border-radius: 50%;
    position: relative;
    transform: translate(-9px, -48px);
    box-shadow: 2px 0px 6px #ccc;
    top: 15px;
    border: 4px solid #00283c52;
}

.general-user .edit-profile-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
.general-field {
    display: flex;
}
.general-field-gender {
    display: flex;
}
.city-country{
    display: flex;
}
.tele-phone{
    display: flex;
}
.general-user .field-input{
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.general-user .input-gender {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.general-user .input-address{
   background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.general-field-address {
    width: 100%;
    margin-right: 10px;
}
.general-user .input-surname {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.general-user .input-name {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 13px;
}
.field-name {
    width: 50%;
    display: block;
    outline: none;
    color: #616161;
}
.field-surname {
    width: 50%;
    display: block;
    outline: none;
    color: #616161;
    margin-left: 10px;
}
.field-gender {
    width: 50%;
    display: block;
    outline: none;
    color: #616161;
}
.field-compleannoe {
    width: 50%;
    display: block;
    outline: none;
    color: #616161;
    margin-left: 10px;
}
.country-input {
    width: 50%;
}
.city-input {
    width: 50%;
    margin-left: 10px;
}
.field-phone {
    width: 49%;
}
.telephone {
    width: 50%;
}
.general-user .field-desc{
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}

.general-profile-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.general-user .cancel{
    background-color: #62bf67;
    border: none;
    color: #8c7975;
    background: #efefef;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    height: 54px;
}
.general-user .save {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    position: relative;
}
.general-user {
    margin-top: 25px;
}
.field-name label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.field-surname label {
    margin: 0px;
    color: #223850;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.general-field-gender label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.field-compleannoe label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.general-field-address label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.country-input label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.city-input label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.telephone label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.field-phone label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.setting-btn, button.public {
    background-color: #fbfbfb;
    border: none;
    color: white;
    background: #0f94d4;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border-radius: 4px;
}
a#setting-btn {
    cursor: pointer;
}

a#contents {
    cursor: pointer;
}

a#sell {
    cursor: pointer;
}
.nav > li > a {
    display: block;
}
.tab-content.active{
    display: block;
}

.tab-content.hide{
    display: none;
}
li .active
{
    list-style: none
}


/**************** tab  Setting tab page css end*****************/


/**************** tab  Setting menus page css start*****************/


.setting-menu ul li a {
    cursor: pointer;
    padding: 13px 15px;
    margin-left: 0;
    border-bottom: 2px solid transparent;
    font-size: 13px;
}
 
/**************** tab  Setting Additional menus page css start*****************/
.public-add {
    background-color: #fbfbfb;
    border: none;
    color: white;
    background: #0f94d4;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border-radius: 4px;
}
.additional-tab . {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}
.additional-tab .web-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 80%;
   
}.additional-tab .visit-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}.additional-tab .fav-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
   
}.additional-tab .category-field {
    background-color: #efefef;
    border: none;
    padding: 10px;

   
}.additional-tab .interested-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}.additional-tab .job-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}.additional-tab .quali-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
   
}
.additional-tab .fiscal-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    
}
.additional-tab .vat-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
   
}
.additional-tab .account-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
   
}
.additional-tab label {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.qual-job,
.web-fiscal-code,
.vat-account,
.fav-visit-location{
    display: flex;
    margin-bottom: 25px;
}
.inter-field{
    margin-bottom: 18px;

}
.additional-tab .cancel {
    background-color: #62bf67;
    border: none;
    color: #8c7975;
    background: #efefef;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}
.additional-tab .save {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    position: relative;
}
.cancel-save-account {
    display: flex;
    justify-content: space-between;
}
.cancel-save {
    /* display: flex; */
    display: flex;
    justify-content: space-between;
}
.web-site {
    display: flex;
}
.cancel-save {
    display: flex;
}

.additional-tab input {
    width: 100%;
    display: block;
    outline: none;
    color: #616161;
}
.Qual-fields {
    width: 49%;
}
.job-fields {
    width: 50%;
    margin-left: 10px;
}
.vis-field {
    width: 50%;
    margin-left: 10px;
}
.fav-visi-field {
    width: 50%;
}
.web-fields{
    width: 63%;
}
.public-add{
     width: 50%;
    margin-left: 10px;
}
.fis-field
{width: 50%;
    margin-left: 17px;

}
.account-fields {
    width: 50%;
    margin-left: 10px;
}

.vat-fields{
    width: 62%;
}
div#additional-user {
    
    top: 56px;
}
.cat-field {
    width: 87%;
}
.acc-btn {
    width: 15%;
}
.fis-btn {
    width: 14%;
}
.web-btn {
    width: 28%;
}
.category {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}.cat-btn {
    width: 12%;
    display: block;
}
button.public-add {
    display: block;
    width: 100%;
}
.web-fiscal-code {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.vat-account {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
select.job-field {
    width: 100%;
    display: block;
    outline: none;
    color: #616161;
}
.additional-tab .category-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
}
.category-field {
    width: 100%;
    display: block;
    outline: none;
    color: #616161;
}
/**************** tab  Setting Additional menus page css end*****************/
/********************Account tab start point css*****************/
.privacy-account,
.change-password {
    color: #0f94d4;
    margin-bottom: 25px;
    text-align: left;
}
.account-tab .password-field {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
    display: block;
    outline: none;
    color: #616161;
    
}
.interested {
    margin-bottom: 25px;
}
.cancel-acc {
    background-color: #62bf67;
    border: none;
    color: #8c7975;
    background: #efefef;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: non;
    margin-top: 20px;
}

.save-acc{
    border: none;
    color: #ffffff;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    margin-top: 20px;
}
.account-tab label {
    display: inline-block;
    margin-bottom: .5rem;
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-top: 18px;
}
.account-user-field .inter-field {
    margin: 0px;
    color: #223850;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.update {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    position: relative;
    margin-top: 20px;
}
.privacy {
    width: 45%;
    margin-bottom: 25px;
}
.put-btn {
    display: flex;
}

.update-btn {
    text-align: end;
}
/************* Account tab end css*******************/
/************* Update tab start css*******************/
.update-tab button {
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 15px 12px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    position: relative;
    margin-top: 20px;
    margin-right: 8px;
}
.update-tab .bacome-seller-btn {
    /* background-color: #62bf67; */
    /* border: none; */
    color: black;
    background: #efefef;
    /* padding: 16px 47px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* outline: none; */
    /* position: relative; */
    /* margin-top: 20px; */
    /* margin-right: 8px; */
}.update-tab .become-expert-btn {
    /* background-color: #62bf67; */
    /* border: none; */
    /* color: white; */
    background: #0f94d4;
    /* padding: 16px 47px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* outline: none; */
    /* position: relative; */
    /* margin-top: 20px; */
}
.btn-update {
    width: 100%;
    display: flex;
    justify-content: center;
}
.elimna-account-tab .elimna-btn{
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    margin-top: 32px;
    top: 200px;
    min-width: 180px;
}
.elimna-account-tab  {
    width: 100%;
    display: flex;
}
/************* Update account tab end css*******************/
/************* Create Storyaccount tab start css*******************/
.modal-content {
}
#createStoryModal .modal-dialog {
    max-width: 900px;
}
#createStoryModal .modal-dialog .modal-content, div#create-itenireries .modal-content, div#createaniteniries .modal-content {
    padding: 28px;
    background-image: url(../images/modal-bg.png);
    background-position: 234px 109%;
    background-repeat: no-repeat;
}
.text-logo{
    font-family: 'channel';
    color: #61bccd;
    margin-bottom: 25px;
}
.save-btn-cancel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-create-story p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
}

.story-text .light-text {
    margin: 0px;
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 400;
}

.title-cs, .story-text, .fields-cs, .popup-location-field {
    margin-bottom: 25px;
}
.create-story-content label {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 4px;
}

.create-story-content input, .create-story-content textarea{
    outline: none;
}
.title-fiel-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}

.story-field-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.location-public-field {
    display: flex;
}
.location-field-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.category-field-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.language-field-cs{
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 100%;
}
.story-cs {
    display: flex;
    justify-content: space-between;
}
.public-cs {
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
    padding: 10px;
    max-width: 50px;
    height: 40px;
}
.category-fields {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    width: 63%;
}
.language-cs-fields {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    width: 53%;
}
.cancel-btn {
    background-color: #62bf67;
    border: none;
    color: #000;
    background: #efefef;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    height: 54px;
}
.save-btn{
    background-color: #62bf67;
    border: none;
    color: white;
    background: #62bf67;
    padding: 16px 47px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    position: relative;
}
.fields-cs {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.text-logo h1{
    font-size: 52px;
}
.title-create-story h1{
    font-size: 28px;
    font-weight: bold;
}

.category-fields .category-cs {
    width: 67%;
}

.category-fields .cs-category-field {
    width: 25%;
}

.language-cs-fields .language-cs {
    width: 80%;
}

.language-cs-fields .language-cs-select {
    width: 29%;
}

.language-cs-fields .language-cs-select .public-cs,
.category-fields .cs-category-field .public-cs {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.map {
    margin-bottom: 25px;
}

.Create-story-bg .map{
    display:none;
}

.model-set-map.map{
    display:block;
}

.map img {
    width: 100%;
}


.add-image-cs label {
    width: 160px;
    height: 130px;
    background: #efefef;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.add-image-cs input[type="file"] {
    visibility: hidden;
}

.add-image-cs label .files-text {
    height: 100%;
    width: 100%;
    border: 2px dashed #0f94d4;
    padding-top: 25px;
}

.add-image-cs .add-more-img {
    position: absolute;
    right: -80px;
    background-color: #0f94d4;
    color: #fff;
    width: 65px;
    height: 100%;
    font-size: 36px;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
}

.modal-footer {
    padding: 30px 0px;
    width: 96%;
    margin: 0px auto;
}

.modal-footer .save-btn-cancel {
    margin: 0px;
    width: 100%;
}

.modal-footer .save-btn-cancel button{
    outline: none;
}

.popup-add-img > label {
    margin-bottom: 7px;
}

.story-text textarea {
    height: 140px;
}

.title-create-story {
    margin-bottom: 25px;
}
.list-text p {
    font-weight: 600;
}
/************* Create Story tab end css*******************/
/************* become seller tab start css*******************/

#becomeSellerModal .modal-dialog {
    max-width: 700px;
}
#becomeSellerModal .modal-dialog .modal-content {
    padding: 28px;
}
#becomeSellerModal .title-fiel-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    width: 91%;
}

#becomeSellerModal .terms-content {
    background-color: #eff8f0;
    color: #44a64a;
    font-style: italic;
    padding: 20px;
}
#becomeSellerModal .paypal-cs {
    display: flex;
    justify-content: flex-end;
}
#becomeSellerModal .paypal-cs p {
    position: relative;
    top: 12px;
    right: 15px;
}
.list-text ol {
    list-style: none;
    counter-reset: li;
    padding-left: 20px;
}

.list-text li:before {content: "."counter(li);color: #49a94f;display: inline-block;width: 1em;margin-left: -1.5em;margin-right: 0.5em;text-align: right;direction: rtl;font-weight: 600;}

.list-text li {
    counter-increment: li;
    font-weight: 500;
}
/***********switch*******/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-toggle p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 4px;
    margin-right: 7px;
    font-weight: 500;
}
.switch-toggle {
    display: flex;
    justify-content: flex-end;
}

/**/
/************* become seller tab end css*******************/

/************* Travel Story Page CSS*******************/

.home-header {
    padding: 0px 8px;
}

.home-header .help-menu {
    margin: 0px;
}

.home-header .help-menu a {
    padding: 24px 0px 25px;
    display: inline-block;
    font-weight: normal;
    color: #fff!important;
}

.home-header .help-menu #travalStudent {
    border-bottom: 4px solid transparent;
}

.home-header .help-menu #travalStudent.active {
    border-bottom: 4px solid #fff;
}

.home-header .help-menu #travelBloggers {
    border-bottom: 4px solid transparent;
}

.home-header .help-menu #travelBloggers.active {
    border-bottom: 4px solid #fff;
}

.travel-student-section {
    background-color: #fff;
    padding: 75px 30px;
    border-radius: 20px;
    background-image: url(../images/travel-student-border.png);
    background-repeat: no-repeat;
    background-position: center;
}

.story-banner {
    padding: 0px 30px 0px;
    z-index: 99;
    position: absolute;
    top: 87px;
    display: none;
}

.travel-heading {
    color: #3e5064;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 15px;
}

.travel-description p {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 400;
    line-height: 1.7;
}

.travel-student-section .col-sm-4 {
    padding: 0px 130px;
}

.travel-img {
    margin-bottom: 25px;
}
.story-middle .travel-img {
    margin-top: 50px;
}

/***************** post detail page css start *****************/

.detail-section {
    padding-left: 35px;
}

.map-section {
    padding-right: 0px;
    padding-left: 25px;
}

.map-section img {
    width: 100%;
}

.post-heading-section h4 {
    font-size: 35px;
    font-weight: 600;
    color: #0f94d4;
}

.post-heading-section p {
    font-size: 14px;
    color: #292929;
    font-weight: 500;
}

.post-content-img p {
    font-size: 20px;
    font-weight: 500;
    color: #148be9;
}

.post-content-text p {
    font-size: 16px;
    color: #292929;
    font-weight: 400;
}

.post-content-section .custum-text {
    color: #61bf66;
}

.post-slider-section {
    margin-bottom: 25px;
}

.post-content-section {
    margin-top: 40px;
}

.post-intro-img {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #eaf5fd;
    color: #fff;
    border-radius: 50%;
}
.post-nav-btns {
    margin-bottom: 20px;
}
.comment-btn {
    background-color: #148be9;
    color: #fff;
}

.detail-section .post-prev-next {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.detail-section .post-prev-next a {
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 500;
}

.detail-section .post-prev-next a .fa-long-arrow-left {
    margin-right: 5px;
}

.detail-section .post-prev-next a  .fa-long-arrow-right {
    margin-left: 10px;
}

.detail-section .author-info {
    display: flex;
}

.detail-section .author-info p {
    margin: 0px;
}

.detail-section .author-info .user-profile-img {
    border-radius: 0px;
}

.detail-section .card-bottom {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.detail-section .card-bottom .post-rating {padding: 0px;width: 100%;}

.detail-section .card-bottom .post-rating p {
    margin-right: 15px;
    margin-bottom: 0px;
}

.border-div {
    border-top: 1px solid #9dbee9;
    padding-bottom: 25px;
    margin-top: 25px;
}

.lSPager.lSpg {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.detail-page-slide {
    width:100%;
}
.detail-page-slide ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.detail-page-slide li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.detail-page-slide img {
    display: block;
    height: auto;
    max-width: 100%;
}
.detail-page-slide ul li img {
    width: 100%;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff !important;
    border: 3px solid #148be9 !important;
    height: 18px !important;
    width: 18px !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff !important;
    height: 15px !important;
    width: 15px !important;
}

.post-comment-editer {
    margin-top: 60px;
}

.post-button-section {
    margin-top: 15px;
}

.post-button-section .detail-green-btn {
    background-color: #61bf66;
    padding: 8px 15px;
    min-width: 136px;
    margin-left: 10px;
}

.post-button-section button.btn {
    color: #fff;
}

.post-button-section .detail-blue-btn {
    background-color: #0f94d4;
    padding: 8px 15px;
    min-width: 136px;
    margin-left: 10px;
}

.post-share-section {
    text-align: right;
}

.post-share-section a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #148be9;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
}

.post-share-section p {
    margin: 0px 0px 5px;
}
a.social-facebook {
    background-color: #2d5b95;
}

a.social-twitter {
    background-color: #00a3ed;
}

a.social-linkedin {
    background-color: #0078b2;
}

a.social-pinterest {
    background-color: #cf1316;
}

a.social-envelope {
    background-color: #888888;
}
.post-content-img {
    display: flex;
}

.post-content-img .post-intro-img {
    margin-right: 15px;
}

.post-comment-section {
    /* background-color: #eaf5fd; */
    padding: 15px 0;
    border-radius: 15px;
    /* border-bottom: 2px solid #0e83e0; */
    margin-bottom: 0;
}

.post-comment-section input[type="text"] {
    border: none;
    background-color: transparent;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    outline: none;
    line-height: 2;
}
.post-comment-section .user-profile {
    display: flex;
    align-items: center;
}

.post-comment-section .user-profile .profile-img {
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile .profile-img {
    margin-right: 15px;
}

.single-comment {
    width: calc(100% - 40px);
}

.comment-btns {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0 0 0;
}

.login-cancel-btn{
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff!important;
    padding: 3px 5px;
    border-radius: 100px;
    position: relative;
    top: 0px;
    right: -15px;
    margin: 3px;
}

/***************** post detail page css end *****************/

/*chat css*/

.profile-activity .bg-white {
  background-color: #fff;
}

.profile-activity .friend-list {
  list-style: none;
margin-left: -40px;
}

.profile-activity .friend-list li {
  border-bottom: 1px solid #eee;
}

.profile-activity .friend-list li a img {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 100px;
  border: 2px solid #0f94d4;
}

 .profile-activity .friend-list li a {
  position: relative;
  display: block;
  padding: 15px 0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.profile-activity .friend-list li.active a {
}

.profile-activity .friend-list li a .friend-name, 
.profile-activity .friend-list li a .friend-name:hover {
  color: #777;
}

.profile-activity .friend-list li a .last-message {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #454545!important;
}

.profile-activity .friend-list li a .time {
  position: absolute;
  top: 10px;
  right: 8px;
  color: #aeaeae!important;
}

.profile-activity small, .small {
  font-size: 85%;
}

.profile-activity .friend-list li a .chat-alert {
  position: absolute;
  right: 8px;
  top: 32px;
  font-size: 12px;
  padding: 3px 5px;
  width: 22px;
  background: #25a3d6;
  text-align: center;
  color: #fff;
  height: 22px;
  border-radius: 50%;
}

.profile-activity .chat-message {
  padding: 60px 20px 115px;
}

.profile-activity .chat {
    list-style: none;
    margin: 0;
}

.profile-activity .chat-message{
    background: #f9f9f9;  
}

.profile-activity .chat li img {
  width: 45px;
  height: 45px;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
}

.profile-activity img {
  max-width: 100%;
}

.profile-activity .chat-body {
  padding-bottom: 20px;
}

.profile-activity .chat li.left .chat-body {
  margin-left: 70px;
  background-color: #fff;
}

.profile-activity .chat li .chat-body {
  position: relative;
  font-size: 11px;
  padding: 10px;
  border: 1px solid #f1f5fc;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.profile-activity .chat li .chat-body .header {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f5fc;
}

.profile-activity .chat li .chat-body p {
  margin: 0;
}

.profile-activity .chat li.left .chat-body:before {
  position: absolute;
  top: 10px;
  left: -8px;
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-left: 1px solid #f1f5fc;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.profile-activity .chat li.right .chat-body:before {
  position: absolute;
  top: 10px;
  right: -8px;
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-right: 1px solid #f1f5fc;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.profile-activity .chat li {
  margin: 15px 0;
}

.profile-activity .chat li.right .chat-body {
  margin-right: 70px;
  background-color: #fff;
}

.profile-activity .chat-box {
/*
  position: fixed;
  bottom: 0;
  left: 444px;
  right: 0;
*/
  padding: 15px;
  border-top: 1px solid #eee;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.profile-activity .primary-font {
  color: #3c8dbc;
}

.profile-activity a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0;
}

/**===============================style-css=================================**/

.detail-page {
    padding: 0;
}

.detail-page .sv-slider {
    display: flex;
    align-items: self-start;
    align-content: flex-end;
    flex-wrap: wrap;
}

.detail-page .sv-slider img {border-radius: 10px;}

.detail-page .sv-slider .owl-carousel {
    flex: 0 0 77%;
    max-width: 77%;
    padding-right: 24px;
}

.detail-page .sv-slider .owl-thumbs {
    flex: 0 0 23%;
    padding-left: 0;
    max-width: 23%;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item {
    border: none;
    background: transparent;
    padding: 0px 0 21px 0;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item:last-child {
    padding-bottom: 0;
}
.detail-page .sv-slider .owl-thumbs button.owl-thumb-item:focus {
    outline: none;
}
.detail-page .sv-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: 20px;
}

.detail-page .sv-slider .owl-nav button.owl-next {
    right: 40px;
    left: auto;
}

.detail-page .sv-slider .owl-nav button i {
    color: #fff;
    font-size: 24px;
}

.detail-page .sv-slider .owl-nav button:focus {
    outline: none;
}.detail-info {
    padding: 32px 0;
    border-bottom: 1px solid #ededed;
}

.ratong-row-outer {
    font-size: 13.5px;
    color: #b1b3b7;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ratong-row-outer label {
    margin-bottom: 0;
}

.ratong-row-outer .rating {
    padding-left: 10px;
}

.author-info {display: flex;}

.profile-left-cnt h2 {
    font-size: 28px;
    font-weight: 700;
    color: #415469;
}

.username-and-location .user-name {
}

.post-button-section .fabourite {
    font-size: 13.5px;
    color: #b1b3b7;
    padding-right: 10px;
}

.post-button-section .fabourite img {
    margin-right: 10px;
    filter: grayscale(1);
    opacity: 0.4;
}

.post-share-section {
    padding-bottom: 10px;
}

.configuration-outer {
    padding: 32px 0;
}

.config-row {
    display: flex;
    justify-content: space-between;
}

.config-grid {
    display: flex;
}

.config-grid figure {
    margin: 0;
    max-width: 40px;
    margin-right: 10px;
}

.config-grid h5 {
    font-size: 13px;
    color: #b1b3b7;
    margin: 0;
    line-height: 1.4;
}

.config-grid strong {
    color: #415469;
    font-size: 14px;
}
.descripton-outer {
    padding: 24px 0;
}

.descripton-outer .left-bar h4 {
    font-size: 18px;
    color: #0f94d4;
    padding: 0 0 10px 0;
}

.descripton-outer .left-bar p {
    font-size: 13.5px;
    color: #6e6e6e;
    line-height: 1.7;
}
 .btn.comment-btn.green-btn {
    background-color: #61bf66;
    padding: 8px 15px;
    min-width: 136px;
    margin-left: 10px;
    font-size: 14px;
}

.btn.cancel-comment {color: #646464;font-size: 15px;}

.descripton-outer .left-bar .suggestion-count {
    margin-bottom: 15px;
    color: #0f94d4;
    font-weight: 600;
}

.comment-section {
    padding-top: 24px;
    margin-top: 60px;
    border-top: 2px solid #ededed;
}
.btn.comment-btn.green-btn:hover {
    color: #fff;
}.comment-list .comment-list {
    display: flex;
}
.comment-list-outer .comment-list {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.comment-list-outer ul {padding-left: 0;}

.comment-list-outer .comment-list figure {
    margin: 0;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 0;
    max-width: 40px;
}

 
.comment-list-outer .comment-list figure img {
    height: 100%;
}

.comment-list-outer .comment-list h3 {
    font-size: 14px;
    color: #223850;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-list-outer .comment-list h3 .comment-date {
    font-weight: normal;
    color: #bdbec2;
}


.container-fluid.wrapper-md {
    padding: 0 50px;
    max-width: 1599px;
    width: 100%;
}
.right-map-bar img {
    width: 100%;
}

.comment-list-outer .comment-list .figcaption {
    padding-left: 15px;
}

 
.guid-map-outer .map-puter {max-width: 100%;margin: 15px 0;}

.guid-map-outer {
    padding: 24px 0;
}

.guid-map-outer .right-map {
    color: #0f94d4;
}
.btn.btn-buynow {
    background: #0f94d4;
    color: #fff;
    margin-left: 10px;
}

.buy-ticket {font-weight: bold;color: #0f94d4;font-size: 16px;}

.post-button-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.post-button-section {flex-wrap: wrap;}
#setting-btn input,#setting-btn select {
    height: 36px;
}


/**====================mobile-pages-design=====================**/

.Competitions-section {
    padding: 20px 0;
    text-align: center;
}

p {}

.Competitions-section p .blue-text {
    font-weight: 600;
}

.Competitions-section p {
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

.Competitions-section .join-btn {
    margin: 15px 0;
}

.skyblue-btn {
    background: #25a3d6;
    border: transparent;
    border-radius: 0;
    min-width: 170px;
    padding: 10px;
}

.how-it-work {
    padding: 10px 0;
}

.how-it-work h4 {
    color: #25a3d6;
}

.active-contant > h6 {
    background: #d9f3db;
    line-height: 3;
    margin: 0 -15px;
    padding: 20px;
    color: #3d9e43;
    text-align: left;
    font-size: 16px;
}

.active-list {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.active-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.list-contant {
    text-align: left;
    padding-left: 15px;
    color: #415469;
}

.active-list li figure {
    max-width: 35%;
    flex: 0 0 35%;
}

.list-contant h6 {
    line-height: 1.4;
    font-size: 14px;
}

.active-list li figure img {
    width: 100%;
}

.sectionhead h3 {
    margin-bottom:0;
    font-weight: 600;
    font-size: 20px;
}

.md-btn-width {
    border: transparent;
    border-radius: 0;
    min-width: 140px;
    padding: 10px;
}

.mobilebtn-bottom {
    justify-content: space-between;
    display: flex;
    padding: 15px 0;
}

.joinnow-section {
    padding: 36px 0;
}

.info-list li {list-style: none;font-size: 15px;padding: 15px 0;color: #787878;font-weight: 500;line-height: 1.6;}

.info-list ol {
    padding: 0;
}

.sectionhead p {
    font-weight: 600;
    padding: 10px 0;
}

.info-list li span {
    color: #0f94d4;
}
.active-list li a {
    color: #3d5064;
}

.ticket-timing .opening-text p{
    margin:0;
    padding-bottom:5px;
}

.timing-table{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex:0 0 100%;
}

.closed-times{
    padding-top:15px;
}

.closed-times p{
    opacity:0.7;
    margin:0;
    font-size:13px;
}

.closed-times span{
    padding-left:15px;
    color:#fbb70e;
}

.back-close-btns{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

 
.back-close-btns .back-btn, .back-close-btns .close-btn {
    border-radius: 5px;
    padding: 10px 20px;
    width: 100px;
    font-size: 14px;
    font-weight: 600; 
}

.back-close-btns .back-btn{
     background: #62bf67;
     color: #fff;
}

.back-close-btns .close-btn {
    background: #efefef;
    color: #25a2d8;
}

.back-btn a {
    color: #6f6f6f;
}

.back-btn a i {
    padding-right: 10px;
}

section.active-contste-section .figure-part {
    padding: 20px 0 15px 0;
}

section.active-contste-section .figure-part img {
    width: 100%;
}

.prize-prt-list figure {
    float: left;
    width: 70px;
    margin-right: 15px;
}

.prize-prt-list .prize-detail {
    margin-left: 86px;
}

.prize-detail p {
    font-size: 14px;
    color: #6f6f6f;
    padding: 15px 0;
    margin: 0;
}

.prize-prt-list {
    margin-bottom: 20px;
}

.prize-detail .skyblue-btn {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.prix-info-in {
    padding: 24px 0 50px 0;
    text-align: center;
}

.prix-info-in strong.blue-text {
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.prix-info-in p {
    color: #787878;
    padding: 10px 0;
}

.post-share-section {
    padding: 10px 0 0 0;
}

strong.sign-up-pont {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    color: #25a3d6;
    font-size: 18px;
}

.small-btn {
    padding: 15px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #8d8d8d;
}

.prix-info-in .post-share-section.pos-share-new {
    text-align: center;
}

.prize-detailpage h5 {
    font-weight: bold;
    color: #415469;
}

.prize-detailpage h5 span {
    color: #62bf67;
}

.prize-detailpage strong {
    padding: 10px 0 15px 0;
    display: inline-block;
    color: #25a3d6;
    font-weight: 500;
    font-size: 18px;
}

.prize-detailpage p {
    color: #6f6f6f;
    line-height: 1.8;
}

.prize-detailpage strong span {
    color: #415469;
    font-weight: 700;
}

.active-contste-section {
    padding-bottom: 15px;
}

.accept-competitions-section {
    text-align: center;
    padding: 40px 0 24px 0;
    margin-top: 20px;
    position: relative;
}

.accept-competitions-section:before {
    height: 124px;
    background: #0f94d4;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.accept-competitions-section .user-profile-img img {
    border: 5px solid #fff;
}

.accept-competitions-section .premium-and-sller-btn {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.profile_tabs-contant .nav-link {
    font-size: 13px;
    padding: 15px 0px;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 5px;
}

.profile_tabs-contant .nav-link.active {
    border-bottom: 2px solid #0f94d4;
}

.profile_tabs-contant .nav-item:first-child a {
    margin-left: 0;
}

.profile_tabs-contant .nav-item:last-child a {
    margin-right: 0;
}

.profile_tabs-contant {
    text-align: left;
}
 .albm-list-part ul {
    padding: 0;
    list-style: none;
}

.albm-list-part li, .active-content-part li .content-list-outer {
    display: flex;
    align-items: center;
    padding: 15px 0;
    list-style: none;
}

.albm-list-part li figure.albm-pic,.active-content-part .albm-pic {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    flex: 0 0 80px;
    overflow: hidden;
    margin-bottom: 0;
}

.albm-list-part li .albm-pic img, .active-content-part li .albm-pic img {
    width: 100%;
    min-height: 100%;
}

.albm-list-part li strong.albm-name {
    font-size: 15px;
    font-weight: 600;
    color: #415469;
}

.profile_tabs-contant ul.nav.nav-tabs {
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin: 0 -15px;
    padding: 0 20px;
}
 
.accept-competitions-section .sidebar-profile .btn {
    font-size: 13px;
    min-width: 130px;
}
 

.active-content-part ul {
    padding: 0;
    list-style: none;
}

.active-content-part li .content-list-outer {align-items: flex-start;}
 

.active-content-part li .btn.green-btn {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin: 5px 0 15px 0;
    padding: 10px;
    height: 43px;
}

.active-content-part > li {
    border-bottom: 1px solid #eee;
}

.profile_tabs-contant .tab-pane li {
    border-bottom: 1px solid #eee;
    /* margin: 0 -15px; */
    padding: 0 15px;
}
 

.content-right-part p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.4;
    margin: 0;
}

.content-right-part strong.albm-name {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    line-height: 1.4;
}

.active-content-part li {
    padding: 15px 0;
}

.active-content-part li:last-child {
    border: none;
}

.earning-left {
    display: flex;
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 15px 10px;
}

.info-name h6 {
    font-size: 16px;
    font-weight: 600;
    color: #415469;
    margin: 0;
}

 
section.accept-competitions-detailfix.mobile-contant p {
    color: #a0a0a0;
    font-size: 13px;
}

.earning-left figure,.earning-left p {
    margin: 0;
}

.info-name {
    padding-left: 8px;
}

.reword-point {
    background: #62bf67;
    padding: 18px 19px;
    color: #fff;
    height: 100%;
}

.reword-point span {
    font-size: 14px;
    display: block;
    padding-bottom: 0;
    font-weight: 500;
}


.reword-point strong {
    font-weight: bold;
    font-size: 32px;
    height: 100%;
}


.reword-point span small {
    display: block;
}

.earning-part {
    padding: 10px 0 15px 0;
}

.path-textbox {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.path-textbox input {
    flex-grow: 1;
    margin-right: 12px;
    border: 1px dotted #ddd;
    background: #fafafa;
    padding: 10px;
    color: #757575;
    font-size: 14px;
}

.socil-shareing strong {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #25a3d6;
    font-size: 20px;
    font-weight: 600;
}

.socil-shareing {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.about-contant {
    margin: 32px 0;
}

.accept-competitions-detailfix .btn {
    width: 100%;
    margin: 10px 0;
}

.socil-shareing a img {
    max-width: 92px;
}


.accept-competitions-detailfix .figure-part img {
    width: 100%;
}

.accept-competitions-detailfix .figure-part {
    padding: 15px 0;
    margin-top: 10px;
}

.chat-contant .nav.nav-tabs {
    align-items: center;
}

.chat-contant .nav.nav-tabs .back-point img {
    max-width: 20px;
    margin-right: 10px;
}

.chat-contant .nav.nav-tabs .add-point {
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    color: #475a6f;
}

.friend-name strong {
    color: #415469;
    font-size: 15px;
}

.profile_tabs-contant .tab-pane li:last-child {
    border: none;
}

.profile-activity .friend-list li.active a img {
    border-color: #62bf67;
}
 
.chat-header {
    display: flex;
    background: #dcf0f8;
    margin: 0!important;
    justify-content: flex-start!important;
    position: relative;
    padding: 15px;
    align-items: center;
}
 
 .chat-header .clearfix {
    display: flex;
    align-items: center;
}
 
.chat-header .clearfix .img-circle {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 100px;
    border: 2px solid #62bf67;
    margin: 0 10px;
}

.chat-header .friend-name p {
    margin: 0;
    font-size: 14px;
    color: #969696;
}

.chat-header .dropdown {
    position: absolute;
    right: 10px;
    top: 24px;
}

.chat-header .dropdown span i {color: #000;font-size: 8px;}
 .chat-message {
    padding: 20px;
    text-align: center;
    position: relative;
}

.date-top {
    text-align: center;
    margin-top: 0;
    color: #adadad;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

 .date-top:after {background: #adadad;width: 100%;height: 1px;position: absolute;content: "";left: 0;right: 0;}

.date-top span {
    position: relative;
    top: -10px;
    background: #f9f9f9;
    padding: 0 10px;
    z-index: 2;
    color: #adadad;
}

.chat li .chat-body p {
    margin: 0;
    color: #45586c;
    font-weight: 600;
    font-size: 12px;
    background: #f2f6f9;
    padding: 10px;
}

.chat li.left .chat-body {
    border: none;
    margin-left: 50px;
    text-align: left;
    background: transparent;
    box-shadow: none;
}

.chat li.left .chat-body:before {
    display: none;
}

.chat li .chat-body .header strong {color: #919191;font-size: 12px;font-weight: 500;}

.chat li .chat-body .header .pull-right.text-muted {
    float: none;
    font-size: 13px;
    padding-left: 7px;
    color: #919191!important;
}

.chat {
    padding: 0;
}

.chat li.right .chat-body {
    background: transparent;
    border: none;
    text-align: right;
    box-shadow: none;
}

.chat li.right .chat-body:before {
    display: none;
}

.chat li {
    padding: 10px 0;
    margin: 0;
}

.chat li span.chat-img.pull-right {
    display: none;
}

.chat li.right .chat-body {
    margin-right: 0;
}

.chat li.right {
    float: right;
    width: 90%;
    clear: both;
    padding-right: 10px;
}

.chat li.left {
    float: none;
    max-width: 90%;
    clear: both;
}

.chat-message {
    background: transparent;
    border: none;
    box-shadow: none;
}

.chat-box {
    border: none;
    clear: both;
}

.chat-box.bg-white .input-group {
    background: #f1f1f4;
    border-radius: 50px;
    padding: 3px 15px;
    border: none;
    font-size: 12px;
    height: auto;
    border: none!important;
}

.chat-box.bg-white .input-group input {
    border: none!important;
    background: transparent;
}

.chat-box.bg-white .input-group .btn {background: transparent;border: none;color: #415469;font-weight: 600;font-size: 14px;}


.right .dropdown {
    position: absolute;
    right: -20px;
    top: 12px;
}


.chating-page.add-descover .profile_tabs-contant .tab-pane li .descover-btn.deselect,section.chating-page.add-descover .profile_tabs-contant .tab-pane li .descover-btn.select {
    background: #eee;
    border: none;
    font-size: 13px;
    width: auto;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 7px 15px;
    color: #adadad;
}

.chating-page.add-descover .profile_tabs-contant .tab-pane li {
    position: relative;
}

section.chating-page.add-descover .profile_tabs-contant .tab-pane li .descover-btn.select {
    background: #25a3d6;
    color: #fff;
}

section.chating-page.add-descover .friend-list li {
    padding-right: 90px;
}

.chat-contant .nav.nav-tabs .add-point.active {
    /* color: #25a3d6; */
    /* border-bottom: 2px solid; */
    /* padding: 15px 0; */
}
 
.searchbar-top {
    background: #f1f1f4;
    padding: 10px 15px;
    margin: 15px 15px 10px 15px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
}

.searchbar-top input {
    border: none;
    background: transparent;
}

.searchbar-top .search-btn {
    border: none;
    padding: 0;
}

.chating-page.add-descover .nav-link.active {
    border: transparent;
    color: #415469!important;
}

.search-count {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    background: #0f94d4;
    padding: 20px 15px;
    color: #fff;
}

.search-count select {
    max-width: 40px;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding:0;
}

.col-md-8.guide-page-middle-section {
    padding: 0;
}

.map-outer img {
    width: 100%;
}

.guid-search-list-outer {
    padding: 28px 0;
}

.guid-search-list-outer {
    height: 624px;
    overflow-y: scroll;
}

.guid-search-list-outer .card figure {margin: 0;}

.guid-search-list-outer .card figure img {width:100%;}

.guid-search-list-outer .card .card-detail {
    padding: 15px;
}

.guid-search-list-outer .card .card-detail .btn {min-width: 130px;font-size: 14px;color: #ffff;}

.guid-search-list-outer .card .card-detail .btn i {
    color: #fff;
    margin-left: 6px;
}
 

.card-detail h5 {
    font-size: 18px;
    color: #223850;
    font-weight: 600;
}

.card-detail h5 span {
    color: #0f94d4;
    display: block;
}

.card-detail p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #858585;
}

.guid-search-list-outer .card {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.search-count select option {
    color: #000;
}
.guid-search-list-outer ul {
    padding: 0;
}


.btn-row.fav-detail-btn .btn {
    font-size: 14px;
    color: #fff;
    margin-top: -20px;
    float: right;
    margin-right: 20px;
}

.detail-point {
    list-style: none;
}
 

.detail-point li {
    padding: 10px 0 10px 23px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

.detail-point li:before {
    background: #62bf67;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    top: 17px;
    left: 5px;
    border-radius: 100px;
}

.fav-pic-row {
    display: flex;
    justify-content: space-between;
}

.fav-pic-row-space{
   margin:0 10px;
}

.favourite-list-outer {
    padding: 24px 24px 50px 24px;
}

.favourite-list-outer figure img {
    width: 100%;
}

.favourite-list-outer .card{
    margin:20px 0;
}
 

.favourite-list-outer 
 .card-detail {
    padding: 0 15px;
}

.favourite-list-outer .card-detail .btn {
    color: #fff;
    font-size: 13px;
    min-width: 116px;
    margin: 0 2px;
}

.favourite-list-outer .card-detail .btn i {
    margin-left: 10px;
}

.btn-row {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.map-bg-btn{
    position: absolute;
    bottom: 0;
    
}

.map-bg-btn .btn{
    color:#fff;
}

.map-bg-btn .skyblue-btn{
    margin-right: 55px;
}


}

 .btn-row.fav-detail-btn .btn span,.guid-search-list-outer .card .card-detail .btn span,.favourite-list-outer .card-detail .btn span {
    padding-left: 8px;
}

.btn-row.fav-detail-btn .btn span img,.guid-search-list-outer .card .card-detail .btn span img,.favourite-list-outer .card-detail .btn span img {
    max-width: 16px;
}

.favourite-list-outer .btn-row {
    display: flex;
    justify-content: space-between;
}
.nav.mid-nav-tabsnone-tabs {width: 300px;}

.Create_need-help{
    background: #fff;
    margin:  0 15px;
    height:100%;
    position: relative;
    z-index: 999;
}

.Create_need-help .content{
    padding:30px 0px;
}

.Create_need-help h3{
    font-size: 22px;
    font-weight: 600;
    color: #3e5064;
    line-height: 1.2;
    margin: 0;
    padding: 15px 21px;
}

.Create_need-help p{
    font-size: 15px;
    font-weight: 400;
    color: #8d8d8d;
    line-height: 1.5;
    margin: 0;
}

.Create_need-help .need_img img{
    display: block;
    margin: 0 auto;
}



/**====================responsive-part===============================**/


/*chat css*/
@media screen and (min-width: 1200px) and (max-width: 1370px){

    header .logo-text h1 {
        font-size: 30px;
    }

.home-footer-menu ul {
    padding-left: 0;
}

    header .site-logo img {
        height: 36px;
    }

    header .cart-profile-section {
        /* padding: 8px 0px; */
    }

    .logo-help-menu .logo-text {
        margin-top: 0px;
    }

    section.hero-bg .banner-middle {
        top: 0px;
    }

    section.hero-bg .banner-middle .glo-logo img {
        width: 30%;
    }

    .banner-middle .banner-ttitle {
        width: 100%;
        bottom: 215px;
    }

    .home-banner .banner-ttitle h1 {
        font-size: 34px;
    }
    .discovering-text{
        top: -90px;
    }
    .discovering-text h1 {
        font-size: 100px;
    }

    section.hero-bg.img-fluid {
        background-size: cover;
        background-position: center;
    }
    .sold-property {
        width: 100%;
    }
    .last-sold-tag {
        width: 27%;
    }

    .property-info .sold-price-text {
        width: 60%;
    }

    .property-info .sold-price-text p.guide-price {
        font-size: 10px;
    }

    .property-info .sold-price-text .sold-price {
        font-size: 11px;
    }
    .post-like-seen-rating .post-btn, .post-like-seen-rating .btn-light {
        font-size: 13px;
    }
    .travel-student-section .col-sm-4 {
        padding: 0px 50px;
    }

    .travel-student-section {
        padding: 75px 30px;
        background-size: 50%;
    }
    .travel-img img {
        max-width: 50%;
    }

    .travel-img {
        margin-bottom: 10px;
    }

    .travel-heading {
        padding: 0px;
    }

    .story-middle .travel-img {
        margin-bottom: 0px;
    }

    .story-banner {
        padding: 0px 30px;
    }
    .story-first .travel-img img {
        max-width: 28%;
    }
    .logo-help-menu .logo-text {
        margin-top: 0px;
    }
}

/**/
@media only screen and (min-width: 768px){
    .hidden-desktop{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    
    .nav.mid-nav-tabsnone-tabs {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}
    .hidden-mobile {
        display: none;
    }
    .home-header {
        display: none;
    }
    .explore-section {
        position: absolute;
        /* bottom: 0; */
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .banner-middle {
    }

    section.hero-bg {
        background-size: cover;
    }

    .banner-middle .banner-ttitle {
        position: absolute;
        transform: initial;
        width: 100%;
        top: 200px;
        left: 0;
        right: 0;
    }

    .home-banner .banner-ttitle h1 {
        font-size: 25px;
    }

    .discovering-text {
        position: relative;
        top: -20px;
    }

    .discovering-text h1 {
        font-size: 65px;
        letter-spacing: 9px;
    }

    .explore-section .card-home {
        height: auto;
        display: block;
        flex: none;
        margin: 0;
        padding: 10px 0px 0px;
        border: unset;
        border-radius: unset;
    }

    .location-and-button {
        display: block;
        justify-content: normal;
        padding: 10px 0px 0px;
    }

    .button-exp {
        position: relative;
        display: block;
        padding: 15px 0px 0px;
        height: auto;
        /* margin-top: 20px; */
        text-align: center;
    }

    .location {
        display: block;
        padding: 10px;
    }

    .learn-unique {
        padding: 10px;
    }

    .help-menu ul {
        flex-direction: column;
        justify-content: left;
        flex-wrap: wrap;
    }

    footer {
        text-align: center;
    }

    footer .help-menu.float-right {
        text-align: center !important;
        float: none !important;
    }

    footer .help-menu ul li {
        padding: 10px;
    }

    .help-menu.menu-border-bottom {
        /*border-bottom: 1px solid #ccc !important;*/
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .help-menu.float-right.custom-margin {
        margin-bottom: 60px;
    }

    footer .site-logo.logo-text h1 {
        font-size: 50px;
    }
   
    .home-footer-menu ul {
        display: block;
    }

    .home-footer-menu.float-right {
        float: none !important;
    }

    /******** mobile header *********/

    .mobile-header .humberger-icon span {
        border: 2px solid #fff;
        width: 36px;
        display: block;
        margin-left: 0;
        border-radius: 10px;
    }

    .humberger-icon {
        width: 20%;
    }

    .mobile-logo {
        margin-top: -5px;
    }

    .header-right-circle {
        width: 50px;
        justify-content: center;
        display: flex;
    }

    header.mobile-header-section .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-header .humberger-icon span:nth-child(2) {
        margin: 6px 0px;
        width: 28px;
    }
    .mobile-header-section .menu-close-icon {
        display: none;
    }
    .mobile-logo .logo-text h1 {
        font-size: 28px;
        padding: 0px;
    }
    .home-footer-menu ul {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }

    .home-footer-menu ul li {
        margin: 0px;
        width: 49%;
        display: inline-block;
        padding: 7px 0;
    }

    .mobile-links {
        background-color: #fff;
        border-radius: 13px;
        position: absolute;
        z-index: 99;
        left: 8px;
        width: 96%;
        display: none;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }
    .mobile-header-section.active .mobile-links{
        display: block;
    }
    .mobile-links ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-links ul li {
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
    }

    .mobile-links ul li:last-child {
        width: 100%;
        padding: 30px 0px;
        border:none;
        border-right: none !important;
    }

    .mobile-links ul li:nth-child(odd) {border-right: 1px solid #ccc;}

    .mobile-links ul li a {
        padding: 15px;
        display: inline-block;
    }
    .mobile-links ul li a span {
        font-size: 15px;
        font-weight: 500;
        color: #415469;
        padding-top: 10px;
        display: inline-block;
    }

    .mobile-links ul li a span:nth-child(1) {
        display: block;
        position: relative;
    }

    .mobile-links ul li:last-child a {
        font-size: 17px;
        color: #fff;
        background-color: #62bf67;
        padding: 20px 30px;
    }
    .mobile-header-section.active .humberger-icon {
        display: none;
    }

    .mobile-header-section.active .menu-close-icon {
        display: block;
        width: 20%;
    }
    .mobile-header-section.active .menu-close-icon img {
        padding: 9px 0px 8px;
        border-bottom: 4px solid #fff;
        margin-left: 12px;
    }

    .menu-flag {
        width: 50px;
        border-radius: 50%;
        height: 50px;
        border: 3px solid #0f94d4;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        text-align:center;
        justify-content: center;
    }
    .mobile-links ul li .notification-badge {
        width: 20px;
        display: block;
        margin: 0px;
        text-align: center;
        height: 20px;
        font-size: 14px;
        line-height: 0px;
        font-weight: 600;
        position: absolute;
        background-color: #fecd08;
        border-radius: 50%;
        color: #363636;
    }
    .mobile-links ul li:nth-child(3) .notification-badge {
        top: 4px;
        right: 13px;
    }

    .mobile-links ul li:nth-child(6) .notification-badge {
        top: 16px;
        right: 11px;
    }

    .location-and-button:before {
        left: 0px;
        height: 2px;
        width: 100%;
        top: 5px;
    }
    .explore-section .mobile-width {
        /* padding: 0px; */
    }

    #button_explore {
        width: 100%;
        display: block;
        position: relative;
        top: 12px;
    }
    .profile-page .mobile-header .humberger-icon span{
        border-color: #62bf67;
    }
    
    .map-location .mobile-header .humberger-icon span {
         border-color: #62bf67;
    }

    .profile-page .mobile-logo .logo-text h1 {
        color: #0f94d4;
    }
    
    .map-location .mobile-logo .logo-text h1 {
        color: #0f94d4;
    }
    .profile-page .mobile-header-section.active .menu-close-icon img {
        border-color: #fff;
    }

    .profile-page .mobile-links {
        box-shadow: 0 0px 5px 0px #aaaaaa;
    }
    .page-title-section .title-img h1 {
        font-size: 28px;
        padding: 30px 0;
    }
    
    .page-title-section .fav-list_title-img h1 {
        font-size: 36px;
        padding: 30px 0;
    }

    .page-title-section .title-img {
        padding: 0px;
        text-align: center;
    }
    
    .page-title-section .fav-list_title-img {
        padding: 0px;
        text-align: center;
        flex-wrap:wrap;
        justify-content:center;
    }
    .post-image img {
        border-radius: 20px 20px 0px 0px;
    }

    .post-user-info {
        padding: 20px 15px 0px;
    }

    .post-discription {
        padding: 0px 20px;
    }

    .card-bottom {
        padding: 0px 20px;
    }

    .card-bottom .likes-and-views {width: 100%;justify-content: left;padding: 5px 0px;}

    .card-bottom .post-rating {
        width: 100%;
        justify-content: left;
        padding: 5px 0px;
    }

    .card-bottom {
        display: block;
    }
    .post-pagination {
        float: none;
        justify-content: center;
        display: flex;
    }
    .last-sold-tag .last-sold-text {
        /* width: 55px; */
    }

    p.user-name-search {
        width: 80%;
    }

    #sell .post-discription {
        padding: 0px;
    }
    .search-place-type1 p {
        top: 16px;
        width: 60px;
    }
    .search-and-setting .search-field {
        padding: 0px 15px 0px 0px;
    }
    .privacy {
        width: 100%;
    }

    .cancel-acc {
        padding: 16px 35px;
    }

    .save-acc {
        padding: 16px 40px;
    }
    .btn-update {
        display: block;
    }

    button.become-btn {
        padding: 15px 30px !important;
    }

    button.become-expert-btn {
        padding: 15px 38px !important;
        display: block;
        left: 5px;
    }
    .btn-update {
        display: block;
    }

    button.become-btn {
        padding: 15px 30px !important;
    }

    button.become-expert-btn {
        padding: 15px 38px !important;
        display: block;
        left: 5px;
    }

    div#additional-user {
        padding: 20px 10px !important;
    }

    .cat-field {width: calc(100% - 74px);}

    .cat-btn {
        width: 74px;
    }

    select.public {
        padding: 9px !important;
    }

    .fav-visi-field {
        width: 100%;
    }

    .vis-field {
        width: 100%;
        margin: 0px;
        padding-top: 20px;
    }

    .fav-visit-location {
        display: block;
    }

    .web-fields {
        width: 100%;
    }

    .web-fiscal-code {
        display: block;
    }

    .fis-field {
        width: calc(100% - 74px);
        margin: 0px;
        padding-top: 20px;
        float: left;
    }

.fis-btn {
    width: 74px;
}

    .additional-tab .web-field {
        width: calc(100% - 74px);
    }

.web-btn {
    width: 74px;
}
    .vat-account {
        display: block;
    }

    .vat-fields {
        width: 100%;
    }

    .account-fields {
        width: 68%;
        margin: 0px;
        padding-top: 20px;
    }
    div#general-user {
        padding: 30px 15px !important;
        /* display: inline-block; */
        text-align: center;
    }

    .user-profile-img {
    }

    .general-user .user-profile-img {
        display: block;
    }

    .avtar-change {
        transform: translate(165%, -130%);
        background: none;
    }

    .user-edit-profile p {
        display: none;
    }

    .general-telephone.form-field-section {
        display: block;
    }

    .telephone.form-field-section {
        width: 100%;
    }

    .field-phone.form-field-section {
        width: 100%;
    }

    .general-field-address.form-field-section {
        width: 79%;
    }
    .right-sidebar {padding-right: 0px;}
    .post-button-col{
        display: block;
        text-align: center;
    }
    .post-share-section {
        text-align: center;
        padding-top: 20px;
    }
    .story-buy-buttons {
        display: inline-block;
        padding-top: 6px;
        width: 50%;
    }

.story-buy-section .story-price {
    font-size: 14px;
}

.story-buy-section {
    padding-left: 10px;
    justify-content: flex-end;
}
    .page-search-section .explore-section-search {
        padding: 5px;
        margin: 0px;
        max-width: 100%;
    }

    .page-search-section .explore-section-search .card-home {
        height: 100%;
        border-radius: 0;
    }
    .post-menu.font-weight-bold {
        display: block;
        text-align: center;
    }

    .map-location-radius {
        width: 100%;
    }
    .search-card .post-discription {
        padding: 0px;
    }
    .search-card .post-discription {
        padding: 0px;
    }

.card-bottom-search {
    float: left;
    width: 50%;
}

.card-bottom-search .likes-and-views .author-info {
    width: 100%;
}

.name-user {
    left: 4px;
    font-size: 12px;
    top: 0;
    position: initial;
    padding: 10px 0 0 5px;
}

.story-buy-btn {
    font-size: 11px;
    margin-left: 7px;
    padding: 5px 15px;
}

    .search-title-r h1 {
        padding: 0px;
        font-size: 32px;
        margin-bottom: 10px;
    }
    .profile-page .menu-flag{
        width: 40px;
        border-radius: 50%;
        height: 40px;
        border: 3px solid #0f94d4;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        background-color: #efefef;
        justify-content: center;
        margin-left: 10px;
    }

/*.profile-page .menu-flag img {
    width: 16px;
}*/
    .create-story-mob .Create-story-bg {
        padding: 0px 20px 20px;
    }

    .create-story-mob .pricing-inputs {
        padding: 0px;
        align-items: center;
        margin-top: 20px;
        flex-direction: column;
    }

    .create-story-mob .set-price-input .become-seller-btn {
        margin: 0px;
        width: 100%;
    }
    .create-story-mob .price-field-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-top: 15px;
    }

    .create-story-mob .price-field-section .price-field {
        width: 60%;
    }
    .create-story-mob .price-input-field {
        position: relative;
    }

    .create-story-mob .price-input-field span {
        position: absolute;
        background: transparent;
    }

    .create-story-mob .set-price-input .price-field .price-input {
        padding-left: 20px;
        width: 100%;
    }

    .create-story-mob .additional-info-section {
        height: 37px;
    }
    .create-story-mob .cancel-btn {
        width:100px;
    }

    /*.create-story-mob .save-btn {
        width:100px;
    }*/
    .extra-info-text {
        width: 300px;
    }

    .profile-post-page {
        position: relative;
        margin-bottom: 100px;
    }

    .profile-post-page .profile-post-title {
        height: 75px;
        background-color: #0f94d4;
    }

    .profile-post-page .post-profile {
        text-align: center;
        position: absolute;
        top: 30px;
        left: 0px;
        width: 100%;
    }

    .profile-post-page .post-profile .post-profile-img {
        width: 90px;
        height: 90px;
        margin: 0px auto;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #fff;
    }

    .profile-post-page .post-profile h3 {
        font-size: 22px;
        margin: 0px;
    }

    .profile-page-post .middle-search .search-field {
        padding: 15px 0px;
        width: 100%;
    }

    .profile-page-post .middle-search .search-field i {
        right: 15px;
    }
    .add-story-btn {
        border-radius: unset;
        background-color: #62bf67;
        color: #fff;
        float: right;
    }

    .create-story-btn-section {
        width: 100%;
        padding: 25px;
    }
    .Create-story-map {
        background-image: url(../images/maps/Map_view.png);
        background-size: cover;
        height: 100vh;
        display: block;
        width: 100%;
    }
    .alert-content {
        display: block;
        text-align: center;
    }

    .alert-content .alert-text {
        color: #383838;
        font-size: 23px;
        font-weight: 600;
    }

    .alert-content .alert-disc {
        font-size: 18px;
        color: #787878;
        font-weight: 400;
    }

    .login-signup-btns {
        display: flex;
        justify-content: space-between;
        padding: 20px 20px;
    }

    .login-signup-btns .modal-login {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 8px 25px;
        background-color: #62bf67;
        border: unset;
    }

    .login-signup-btns .signup-btn {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 8px 20px;
        background-color: #0f94d4;
        border: unset;
    }
    .need-help-content {
        display: block;
        text-align: center;
    }
    .need-help-content .alert-text {
        color: #383838;
        font-size: 26px;
        font-weight: 600;
    }

    .need-help-content .alert-disc {
        font-size: 18px;
        color: #787878;
        font-weight: 400;
    }
    .need-help-pop-2 .need-help-content .alert-text {
        font-size: 22px;
    }
    .need-help-pop-2 .need-help-content .alert-disc {
        font-size: 15px;
    }

    .my-profile .title-img {height: 90px;}
    .my-profile .left-section.text-center {
        top: -50px;
    }

    .my-profile .sidebar-profile .user-profile-img img {
        width: 120px;
        height: 120px;
        border: 3px solid #fff;
    }

    .my-profile .sidebar-profile .edit-profile-btn {
        width: 25px;
        height: 25px;
        transform: translate(45px, 80px);
    }

    .my-profile .sidebar-profile .edit-profile-btn i {
        font-size: 15px;
    }

    .story-detail .post-heading-section h4 {
        font-size: 20px;
        color: #223850;
    }

    .story-detail .post-heading-section p {
        font-size: 13px;
        color: #969696;
    }
    .story-detail .post-content-text p {
        font-size: 15px;
        color: #8d8d8d;
    }

    .story-detail .buy-this-content {
        font-size: 18px;
        color: #25a3d6;
        font-weight: 500;
    }
    .story-detail .btn.book-ticket-btn {
        border-radius: unset;
        background-color: #62bf67;
        color: #fff;
        float: right;
    }

    .story-detail .btn.buy-story-btn {
        border-radius: unset;
        background-color: #25a3d6;
        color: #fff;
    }

    .story-detail .story-price-text {
        color: #feb608;
        font-size: 20px;
        font-weight: 500;
        float: right;
        margin: 0;
    }

    .story-detail .map-btn p {
        color: #7e8089;
        font-size: 20px;
        font-weight: 500;
    }
    .story-detail .book-buy-btns {
        width: 100%;
        display: inline-block;
        margin: 30px 5px;
    }

    .story-detail .map-add-btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 30px 5px;
    }

    .story-detail .map-btn img {
        width: 50px;
        height: 28px;
    }

    .story-detail .map-btn {
        display: flex;
        justify-content: space-between;
    }
    .story-detail .post-heading-section {
        display: flex;
        justify-content: space-between;
    }
    .story-detail .story-price {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .story-detail .buy-btn {
        width: 100%;
        display: inline-block;
    }
    .story-detail-section {
        padding: 0px 20px;
    }
    .story-detail .card-bottom {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    .story-detail .post-views-div {
        display: flex;
    }

    .story-detail .post-views {
        padding: 0px 10px 0px 0px;
        margin: 0;
    }

    .story-detail .post-like {
        margin: 0;
        padding: 0;
    }

    .story-detail .km-div p {
        padding: 0;
        margin: 0;
    }
}


/**===================detail-page-responsive===================**/

@media only screen and (min-width: 1900px)  {
.detail-page .sv-slider {
    align-items: self-start;
    align-content: flex-end;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* align-items: stretch; */
}
.detail-page .sv-slider .owl-carousel {
    flex: 0 0 77%;
    max-width: 77%;
    padding-right: 24px;
    -ms-flex: 0 0 77%;
}
.detail-page .sv-slider .owl-thumbs {
    flex: 0 0 23%;
    padding-left: 0;
    max-width: 23%;
    -ms-flex: 0 0 23%;
}
 
.detail-page .sv-slider .owl-thumbs button.owl-thumb-item {
    height: 33.333%;
    padding: 4% 0;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item img {width: 100%;/* height: 100%; */}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item:first-child { padding-top: 0;}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item:first-child {}

 
 
 
 

}


@media only screen and (max-width: 1199px) and (min-width: 992px)  {
.post-button-section .detail-green-btn,.post-button-section .detail-blue-btn {
    min-width: 120px;
}	
	
.profile-page .middle-section select.public {
    font-size: 13px;
    max-width: 74px;
    width: 74px;
    height: 38px;
}	
	 
.travel-student-section .col-sm-4.story-first,.travel-student-section .col-sm-4.story-middle {
    padding: 0 15px;
}

.travel-student-section .col-sm-4:last-child {
    padding: 0 15px;
}
	
	
	
	
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
    
    .travel-student-section .col-sm-4.story-first,.travel-student-section .col-sm-4.story-middle {
    padding: 0 15px;
}

.travel-student-section .col-sm-4:last-child {
    padding: 0 15px;
}


.container-fluid.wrapper-md {
    padding: 0 20px;
}
.detail-page .sv-slider .owl-thumbs button.owl-thumb-item {
    padding: 0px 0 15px 0;
}

.detail-page .sv-slider .owl-carousel {
    padding-right: 15px;
}
.post-button-section .detail-green-btn,.post-button-section .detail-blue-btn {
    min-width: 90px;
    font-size: 12px;
    margin-left: 5px;
    padding: 8px 10px;
}	

.post-button-section .fabourite {
    font-size: 12px;
    padding-right: 0;
}

.config-grid {
    padding: 0 10px;
    align-items: flex-start;
}

.config-grid strong {
    font-size: 12px;
}

.config-grid figure {
    /* margin-right: 0; */
}

.config-grid figure {
    max-width: 32px;
}

.config-grid h5 {
}

.descripton-outer .left-bar p {
    font-size: 12px;
}

.profile-left-cnt h2 {
    font-size: 24px;
}

.comment-section {
    margin-top: 36px;
}

section.page-body.my-iteneraries .search-and-setting {flex-direction: column;}
 



}


/**===============max-width-media-query========================**/

@media only screen and (max-width: 767px)  {
    
    .travel-student-section .col-sm-4.story-first,.travel-student-section .col-sm-4.story-middle {
    padding: 0 15px;
}

.travel-student-section .col-sm-4:last-child {
    padding: 0 15px;
}
.travel-student-section .row {
    flex-direction: column;
}

.travel-student-section .row .col-sm-4 {flex: 0 0 100%;max-width: 100%;}

.travel-student-section {
    background-image: none;
}
	
.detail-page .sv-slider .owl-carousel {
    padding-right: 15px;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item {
    padding-bottom: 10px;
}

.detail-page .sv-slider img {
    border-radius: 5px;
}	
	.container-fluid.wrapper-md {
    padding: 0 24px;
}

.comment-section {
    margin-top: 36px;
}

.profile-left-cnt h2 {
    font-size: 24px;
}

.config-grid {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 20px 0;
}

.config-row {
    flex-wrap: wrap;
    justify-content: start;
}

.descripton-outer {
    padding-top: 0;
}
	.post-share-section {
    text-align: right;
    margin-top: 0;
    padding: 0;
}
	.configuration-outer {
    padding: 24px 0;
}
	
.container-fluid.home-banner .discovering-text h1 {
    font-size: 44px;
    letter-spacing: 9px;
}	
	
.cstm-forms .account-fields {
    flex: 0 0 100%;
    max-width: calc(100% - 74px);
}	
	
#setting-btn #update-user button {
    font-size: 12px;
    padding: 10px 20px!important;
    width: 100%;
    margin: 5px 0;
}	
.list-point-work:before {
    background-size: 300px 94%;
}	
	
	
	
	
}


 

@media only screen and (max-width: 575px)  {
	
.detail-page .sv-slider .owl-thumbs {
    display: none;
}

.detail-page .sv-slider .owl-carousel {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.detail-page .sv-slider .owl-nav button {
    right: 15px!important;
    margin-right: 0!important;
}

.page-title-section .title-img img{
    max-width:80px;
}

.page-title-section .fav-list_title-img img{
    max-width:100%;
}
	
.profile-left-cnt h2 {
    font-size: 20px;
}

.author-info p.user-name {
    font-size: 15px;
}

.post-share-section {
    margin-top: 0;
    text-align: center;
}

.post-button-section .btn,.post-button-section .fabourite {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

 

.author-info {padding-bottom: 10px;}

.author-info {
}

.author-info {}

/*.author-info .username-and-location {
    width: calc(100% - 100px);
}*/

.profile-left-cnt {
}

.profile-left-cnt {
}

.post-rating.new-design {
    text-align: center!important;
}

.ratong-row-outer {padding-left: 15px;}

.profile-left-cnt {
    max-width: 240px;
    margin: auto;
}

.config-grid {
    flex: 0 0 50%;
    max-width: 50%;
}
section.page-body.my-iteneraries .search-and-setting {flex-direction: column;}

.qr-code-img {
  flex:0 0 40%;
}

.timing-table table{
    flex:0 0 60%;
}

.timing-table table tr{
    font-size:11px;
    font-weight:700;
}
	
	
	
	
}
	
	
@media screen and (min-width: 1600px) {
	
 *{font-size:100vc;}	
	
	
}	
	
	
	
/**==============================new-pages-css========================**/	
/**==============new-pages-css====================**/	

.search-guid-banner-part {
    position: relative;
}
 .banner-content-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    top: 30%;
    text-align: center;
    color: #fff;
}

.banner-content-caption h1 {font-size: 68px;font-weight: 600;text-transform: capitalize;line-height: 1.2;margin-bottom: 15px;}

.custom-btn,.custom-btn:hover {
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0e83e0;
    margin-right: 10px;
}

.custom-btn img {
    max-width: 20px;
    margin-right: 10px;
}

.banner-btn {
    padding: 15px 0 0 0;
}
.cart-profile-section .stories-btn {
    padding-left: 10px;
}
.green-btn {
    background-color: #62bf67;
}

.search-guid-how-it-work {
    padding: 54px 0 0 0;
}
.blue-text {
    font-weight: 700;
    color: #3d5064;
}
.section-title.article p {color: #828282;}

.detail-box {
    list-style: none;
    padding-left: 0;
    flex-grow: 1;
}

.list-point-work li {
    list-style: none;
}

.list-point-work {
    padding: 24px 0;
    position: relative;
    z-index: 2;
    padding-left: 64px;
    padding-bottom: 80px;
}

 
.list-point-work li {
    padding: 15px 0 10px 0;
    display: flex;
}

.list-point-work li h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.list-point-work li p {font-size: 13px;color: #828282;line-height: 1.4;}

.how-it-work-left {
    padding-bottom: 0;
    position: relative;
}

.list-point-work:before {content: "";background: url('../img/leftborderd.png');background-repeat: no-repeat;width: 100%;position: absolute;left: 0;background-position: bottom;background-position-y: 37px;z-index: 1;top: 0;bottom: 0;background-position-x: -3px;background-size: 300px 100%;}
 .list-point-work li figure img {
    max-width: 32px;
}
.home-footer-menu ul li a {
    padding: 0 10px;
}

.help-menu li:first-child a {
    padding-left: 0!important;
}
 .list-point-work li:last-child {
    padding-bottom: 0;
}

.list-point-work ul {
    margin-bottom: 0;
    padding-left: 0;
}

figure.right-lg-pic {
    /* margin-right: -20px; */
    position: relative;
    /* right: -20px; */
}

.travel-article {
    padding: 50px 0 0 0;
}

.travel-article-list {
    margin: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.travel-article-list figure {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.rount-add span {
    display: none;
    padding-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.rount-add .btn-round {
    background: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    color: #0e83e0;
    font-size: 24px;
    font-weight: 600;
}

.rount-add {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.rount-add:hover span {
    display: block;
}

.travel-article-list:hover button.btn-round {
    background: #fecd08;
    color: #162a3f;
}

.travel-article-list figure:after {
    background: #0000001f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}

.travel-article-list .title-travel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
}
#travelarticle .owl-nav .owl-prev,#destinations .owl-nav button.owl-prev,#destinations2 .owl-nav button.owl-prev,#destinations3 .owl-nav button.owl-prev {
    display: none;
}

#travelarticle .owl-nav,#destinations .owl-nav,#destinations2 .owl-nav,#destinations3 .owl-nav{
    position: absolute;
    top: -64px;
    right: 5px;
    font-size: 30px;
}

.owl-nav button:hover,.owl-nav button:focus {
    background: transparent!important;outline:none;
    color: #000!important;
}
.explore-section-search .card-home input {
    flex-grow: 1;
    width: calc(100% - 50px);
    border: none;
    font-size: 18px;
    padding-left: 8px;
}

.learn {
    width: 100%;
    padding-right: 22px;
}

.location {
}

.location {
    width: calc(100% - 220px);
}

.explore-section-search .card-home input:focus {
    outline: none;
}
.travel-destinations {
    padding: 30px 0;
}

.travel-article-list .title-travel.none-absolute {
    position: relative!important;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 32px);
    display: block;
    padding: 0!important;
    text-align: left!important;
    color: #3e5064!important;
    font-size: 18px!important;
    line-height: 1;
    padding-right: 30px!important;
    cursor: pointer;
}

.travel-article-list  small {
    color: #8997a6;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    line-height: 2;
}
.sm-title {
    padding: 0;
}

.all-redirect {
    display: inline-block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 10px 0px 10px;
}

.all-redirect span.dbider-shape {
    flex-grow: 1;
    background: #ededed;
    margin-right: 10px;
}

.all-redirect .custom-btn {
    padding: 12px 30px;
    margin-right: 0;
}
.my-iteneraries .row.middle-search {
    height: 76px;
}

.my-iteneraries .right-map {
    height: 76px;
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #0f94d4;
    padding: 15px 32px;
    display: inline-block;
    line-height: 2.5;
}

.right-section.map-sidebar {
    padding: 0;
}

.map-puter {
    max-width: 80%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin: 40px 32px;
}

.map-puter img {max-width: 100%;}

.map-puter .map-title {
    display: block;
    background-color: #325376;
    padding: 010px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    font-family: Sofia;
}

.post-menu.font-weight-bold .nav-link, .post-menu.font-weight-bold .nav-link:hover,.post-menu.font-weight-bold .nav-link:focus {
    border-color: transparent;
    background: transparent;
    color: #000;
}

.post-menu.font-weight-bold .nav-link.active {
    color: #0f94d4;
}
.dots-toggle {
    border: none;
    background: transparent;
    width: 32px;
}

.dots-toggle span {
    display: block;
    line-height: 0;
    padding: 1px;
}

.dots-toggle span i {
    font-size: 5px;
    color: #bdbdbd;
}

.dropdown-toggle.dots-toggle::after {
    display: none;
}.tab-content .travel-article-list {
    margin: 0 0 32px 0;
    border-radius: 0!important;
    overflow: visible;
}

.tab-content .travel-article-list img {
    width: 100%;
}

.tab-content .travel-article-list figure {
    overflow: visible!important;
}
 
section.page-body.my-iteneraries #setting-btn {
    border-radius: 0;
    border: none;
}.travel-article-list .dropdown {
    position: absolute;
    /* z-index: 9; */
    right: 0;
    bottom: 0;
}

.dots-toggle:focus {
    outline: none;
}
 .travel-article-list .dropdown .dropdown-menu {
    left: auto!important;
    right: -19px!important;
    background: #f2f2f2;
    padding: 0;
    border-radius: 0;
    top: 0px!important;
}

.travel-article-list .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    line-height: 1;
    color: #3e5064;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    font-size: 13px;
}section.page-body.my-iteneraries .tab-pane {
    margin: 35px auto;
    width: 96%;
}
 .search-and-setting .custom-btn.blue-btn.search-inti-btn {
    font-size: 15px;
    padding: 10px 35px;
    margin:0;
}
.owl-carousel .title-travel.none-absolute {
    padding-right: 0!important;
}
.itenerariesdetail-modal .modal-body {
    padding: 0;
    border-radius: 50px;
}

.itenerariesdetail-modal {
}

.itenerariesdetail-modal .banner-slider {
}

.itenerariesdetail-modal .modal-dialog {
    border-radius: 13px!important;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
}

.iteni-detail {
    padding: 32px;
}

#iteneries-slider .owl-nav, #iteneries-slider2 .owl-nav,#iteneries-halfdetail .owl-nav {padding:0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 24px;
    color: #ffff;
    margin-top: -30px;
}

#iteneries-slider .owl-nav .owl-next, #iteneries-slider2 .owl-nav .owl-next,div#iteneries-halfdetail .owl-next {
    float: right;
}

#iteneries-slider .owl-nav .owl-prev, #iteneries-slider2 .owl-nav .owl-prev,#iteneries-halfdetail .owl-nav .owl-prev {
    float: left;
}


/***=====ite-detail============**/

#iteneries-slider button.owl-dot span,#iteneries-slider2 button.owl-dot span {
    width: 32px;
    height: 5px;
    margin: 0 3px;
    background: #e3e3e3;
}

#iteneries-slider button.owl-dot,#iteneries-slider2 button.owl-dot {
    margin: 0;
}

#iteneries-slider button.owl-dot.active span,#iteneries-slider2 button.owl-dot.active span {background: #0e83e0;}

.rating-count {
    display: flex;
    justify-content: flex-end;
}

.rating-count .rating {
    padding-left: 20px;
    position: relative;
    padding-right: 30px;
}

.rating-count .rating .post-like {
    position: absolute;
    right: 0;
    color: #000;
}

#iteneries-slider figure {
    margin: 0;
}

.view-bar {
    text-align: right;
    justify-content: flex-end;
}

.right-bar-rating p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.right-bar-rating p img {
    margin-right: 5px;
}

.text-contant p {
    font-size: 13px;
    color: #787878;
}

.text-contant {
    padding: 20px 0;
}

.ite-intro h4 {
    font-weight: bold;
    color: #3e5064;
    margin: 0;
}

.ite-intro small {
    font-size: 15px;
    color: #8997a6;
}

.ite-intro small img {margin-right: 6px;}

.row.marketing-bottom .btn.detail-green-btn {
    background: #62bf67;
    min-width: 150px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}

.marketing-bottom {
    margin-bottom: 24px;
}

.map-outer h4 {
    font-size: 18px;
    color: #3e5064;
    font-weight: 600;
}

.map-outer figure {
    margin: 0;
}

.itenerariesdetail-modal .close {
    position: absolute;
    right: 0;
    padding: 10px;
    color: #fff;
    z-index: 999;
    font-weight: normal;
    opacity: 1;
}

div#createaniteniries .modal-dialog,#create-itenireries .modal-dialog,#master-trip .modal-dialog {
    max-width: 740px;
}

div#createaniteniries .modal-dialog .modal-body,#create-itenireries .modal-dialog .modal-body {
    padding: 0 10px;
}

.title-create-story.popup-header h1 {
    color: #0f94d4;
}

.title-create-story.popup-header {
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 0;
    margin: 15px 0 0 0;
}

.title-create-story.popup-header:after {
    width: 80px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #62bf67;
}
.top-popup-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-popup-head .traveler img {
    max-width: 124px;
    position: relative;
    top: 0;
}
 
#createaniteniries .category-fields {
    flex: 0 0 64%;
    max-width: 64%;
}

#createaniteniries 
 .language-cs-fields {
    flex: 0 0 36%;
    max-width: 36%;
}

div#createaniteniries .modal-dialog .modal-body {
    font-size: 13px;
}

.modal {
    overflow-y: scroll;
    width: calc(102%);
}

#create-itenireries .title-create-story.popup-header {
    margin-top: 24px;
}

.smallcustome-search-bar {
    background-color: #f0f0f0;
    padding: 5px 5px 5px 15px;
    margin: 24px 0 10px 0;
}

.smallcustome-search-bar #button_explore {
    font-size: 14px;
    padding: 10px 15px;
    height: 40px;
}
 
.smallcustome-search-bar .learn,.smallcustome-search-bar .location {
    display: flex;
    align-items: center;
}

.smallcustome-search-bar .learn span img {
    width: 14px;
}

.smallcustome-search-bar .learn span,.smallcustome-search-bar .location span {max-width: 20px;margin-right: 6px;flex: 0 0 20px;}

.smallcustome-search-bar .learn input,.smallcustome-search-bar .location input {flex-grow: 1;border: none;font-size: 13px;padding: 10px;background: transparent;}
 
.smallcustome-search-bar .learn input:focus, .smallcustome-search-bar .location input:focus {
    outline: none;
}
.smallcustome-search-bar .location span img {
    width: 12px;
}

.smallcustome-search-bar .learn input:focus, .smallcustome-search-bar .location input:focus {
    outline: none;
    border: transparent;
}

#create-itenireries .location-and-button:before {
    background: #b9b9b9;
    width: 1px;
}
 .trip-result-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.trip-result-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #616161;
}

.itet-km-price img {
    max-width: 140px;
}.kilomiter {
    display: inline-block;
    background: #fff;
    padding: 4px 12px;
    border-radius: 100px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    margin: 10px;
    left: 0;
    font-size: 12px;
}
.travel-article-list.trip-outer figure {
    position: relative;
}
.km-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
}

.km-detail small {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}

.km-detail .rating {
    flex: 0 0 50%;
    text-align: right;
    max-width: 50%;
    padding: 0px 40px 0 0;
    position: relative;
    top: 4px;
}

.km-detail .rating span.post-like {
    color: #3e5064;
    font-size: 15px;
    position: absolute;
    right: 0;
    font-weight: 600;
}

.km-detail .rating span.post-like:after {content: ")";}

.km-detail .rating span.post-like:before {content: "(";}

#master-trip .modal-content {padding: 28px 0;}

.select-trip-time label {
    font-size: 14px;
    color: #8997a6;
    padding-right: 10px;
}

.select-trip-time select {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 10px;
    color: #3e5064;
}
#master-trip .modal-body {
    padding: 0;
}
 #master-trip .top-popup-head {
    padding: 0 32px;
}

.select-trip-time {
    padding: 0 32px 15px;
}

#master-trip .save-btn-cancel {
    padding: 0 24px;
}

#master-trip .modal-footer {
    padding-bottom: 0;
    border: none;
}


 


header.home-header .row {
    align-items: center;
}

header .cart-profile-section > a {
    padding-right: 10px;
    font-weight: normal!important;
    font-size: 15px;
}

.cart-profile-section > div.camera-btn {
    padding: 0;
}
 
header.home-header .stories-btn .story-create-btn {
    background: #fff;
    color: #61bf66;
    padding: 10px 15px;
}

.search-guid-banner-part img {
    width: 100%;
}


.home-header .cart-profile-section {
    padding-top: 20px;
}

 
.card-bottom .post-rating span.rating-text {
    color: #0f94d4!important;
}

.edit-delete-btn i {
    color: #0f94d4;
   
}

.edit-delete-btn a {
    width: 24px;
    height: 24px;
} 

.edit-delete-btn .post-link{
    display:none;
}

.profile-page input,.profile-page label {
    font-size: 13px;
}

.profile-page label {
    font-size: 14px;
} 
.profile-page  textarea {
    text-align: left;
    font-size: 13px;
}

.add-image-cs{
    display:flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.add-text{
    background: #efefef;
    padding: 10px;
    text-align: center;
    margin:0 5px;
}

.add-text span{
    font-size:15px;
}

.add-plus{
    background: #0f94d4;
    padding: 20px;
    text-align: center;
}

.add-plus span{
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.profile-page .description label {display: inline-block;width: 100%;text-align: left;font-weight: 500;}
 
 .goto-location,.map-radius p {
    font-weight: 600;
    color: #888888;
    font-size: 14px;
}

.middle-search-result h3 {
    font-weight: bold;
}

.search-card .icon-like-view {
    display: none;
}
 .modal .modal-dialog {
}

.modal .modal-dialog h1:not(.text-logo h1) {
    font-size: 28px;
    font-weight: 700;
    padding: 0 0 10px 0;
}


.modal-content{
    border-radius:30px;
    border:none;
}

.modal .modal-dialog .modal-content {
    /* padding: 5px; */
}

.modal .modal-dialog .login-cancel-btn {
    background: #008bd4;
}
 .modal-dialog .login-with-text {
    color: #1da1f2;
}

div#login-user .modal-footer-login p {
    margin: 0!important;
    font-size: 13px;
}
 #signup .modal-footer-signup {
    border-radius: 0;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
}.text-login {
    text-align: center;
}

.text-login img {
    margin: 10px 0;
    max-width: 36px;
}
 #login-user .modal-dialog .modal-content {
    border-radius: 15px!important;
}
.explore-section-search {
    max-width: 84%;
    width: 100%;
}  
 .home-footer-menu.float-right li a {
    font-size: 18px;
}
 
 .man-img span.trp-count {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #feb608;
    top: -3px;
    left: -7px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: normal;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #000;
}

.man-img {
    position: relative;
}

.man-img img {
    max-width: 30px;
}

.home-header .man-img img {
    filter: brightness(100);
}
 .nav.mid-nav-tabs {flex-shrink: 0;}
 .user-edit-profile p {
    font-size: 14px;
}
 .modal-footer .save-btn-cancel .custom-btn {
    font-size: 16px;
    margin-right: 0;
    padding: 10px 20px;
}

.modal-footer .save-btn-cancel .custom-btn i {
    margin-right: 6px;
}
 .profile-page .middle-section select.public {
    font-size: 12px;
    max-width: 74px;
    width: 74px;
    height: 38px;
    padding: 8px 4px!important;
}
 
.detail-green-sucesss-btn {
    background: #ecfdea;
    border: 2px solid #61bf66;
    font-size: 13px;
    margin-right: 10px;
}

.btn.detail-gray-light-btn {
    font-size: 13px;
    background: #efefef;
    color: #6d6d6d;
} 

.chat-contant .nav.nav-tabs {
    background: #dcf0f8;
    margin: 0!important;
    justify-content: flex-start!important;
    position: relative;
}

.profile_tabs-contant ul.nav.nav-tabs .nav-link.active {
    background: transparent;
    border: transparent;
}

.profile_tabs-contant ul.nav.nav-tabs .nav-link {
    padding: 24px 15px;
    color: #415469;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

 .guid-search-head {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}

.guide-page-section {
    background: #f6f6f6;
}

 .guide-page-section .row {
    margin: 0;
}

.guid-search-head .search-bar {flex: 0 0 70%;max-width: 70%;}

.guid-search-head .ctg-select {
    flex: 40%;
    max-width: 30%;
    border-left: 1px solid #dedede;
    padding-left: 24px;
}

.guid-search-head .search-bar button {
    border: none;
    width: 39px;
    background: transparent;
}

.guid-search-head .search-bar input {
    border: none;
    flex-grow: 1;
    width: calc(100% - 50px);
    background: transparent;
}

.guid-search-head .ctg-select select {
    background: transparent;
    border: navajowhite;
    padding:0;
}









 
  
 
 
 
/**====================================responsive-designing===============================**/
 
 @media only screen and (max-width: 1199px) and (min-width: 992px)  {
 
 .cart-profile-section .site-cart img, .cart-profile-section .language img {
    width: 24px;
    max-width: 24px;
}
 .sm-title {
    padding: 0;
}
 
 .how-it-work-left:before {}
 
.help-menu ul li a {
    font-size: 12px;
    padding: 0 6px;
}

.list-point-work li p {
    margin-bottom: 0;
}
.section-title.article p {
    font-size: 14px;
}
.list-point-work{}
.banner-content-caption h1 {
    font-size: 54px;
}

.container-fluid.wrapper-md {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
}

header .site-logo img {
    height: auto;
    max-width: 80px;
}

header .logo-text h1 {
    font-size: 28px;
}

.cart-profile-section > div {
    padding: 0 10px;
}

.stories-btn .story-create-btn {
    padding: 10px 15px;
    font-size: 12px;
    margin-right: 10px;
}

.help-menu ul li {
    padding-left: 20px;
}

.help-menu ul li a:not(footer .help-menu ul li a) {
    font-size: 13px;
}

header .help-menu {
    padding-top: 5px;
}

 .search-title-r h1 {
    font-size: 36px;
    padding: 50px 0;
}
 
 .my-iteneraries .row.middle-search .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.my-iteneraries .row.middle-search .col-md-9 {
    max-width: 70%;
    flex: 0 0 70%;
}
 
 .last-sold-tag img {
    width: 70px;
    max-width: 70px;
}

.last-sold-tag {
    margin-top: -40px;
    width: 70px;
}

.last-sold-tag .last-sold-text {
    bottom: auto;
    top: 28px;
}
 
 .post-card .post-discription {
    padding-top: 10px;
    margin: 0;
    font-size: 13px;
    padding-bottom: 10px;
}

.card-bottom {
    padding-top: 0;
    flex-wrap: wrap;
}

.card-bottom {
}

.card-bottom .likes-and-views {
    width: 100%;
}

.card-bottom .post-rating {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.edit-delete-btn {
    top: -15px;
    right: 10px;
}

.sidebar-profile .go-premium-btn {
    min-width: 100%;
}
 
 .setting-menu ul li a {
    font-size: 12px;
    padding: 8px;
}
 .home-banner .banner-ttitle h1 {
    font-size: 24px;
}

.discovering-text h1 {
    font-size: 74px;
    letter-spacing: 21px;
}

.discovering-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.explore-section .card-home {
    margin-bottom: 10px;
}

section.hero-bg {
    background-size: cover;
    background-position: center;
}
 
 
 
 
 
 }
 
 
 
 
  
 
/**====================================responsive-designing===============================**/
 
 @media only screen and (max-width: 991px) and (min-width: 768px)  {
 
 .cart-profile-section .site-cart img, .cart-profile-section .language img {
    width: 24px;
    max-width: 24px;
}
 .sm-title {
    padding: 0;
}
 
 .how-it-work-left:before {
    /* background-size: 45% auto!important; */
    background-position-y: 120px;
    background-position-x: -20px;
}
 
.help-menu ul li a {
    font-size: 11px;
    padding: 0 10px;
}

.help-menu ul li {
    padding: 0;
}

.list-point-work li p {
    margin-bottom: 0;
}
.section-title.article p {
    font-size: 14px;
}
.list-point-work{padding-bottom: 130px;padding-top: 0;}

.list-point-work li {
    padding-top: 0;
    margin-bottom: 20px;
}

.list-point-work:before {
    background-size: 250px 100%;
    background-position-y: 0;
}
header .logo-text h1 {
    font-size: 18px;
    line-height: 1;
}

header .site-logo img {
    max-width: 64px;
    height: auto;
}

header .logo-text {
    max-width: 180px;
    flex: 0 0 180px;
    padding-right: 10px;
}

.help-menu ul li:not(footer .help-menu ul li) {
    padding-left: 10px;
}

.help-menu ul li a:not(footer .help-menu ul li a) {
    font-size: 12px;
}

header .help-menu {
    padding-top: 0;
}

.cart-profile-section > div {
    padding: 0 5px;
}

.stories-btn .story-create-btn {
    font-size: 11px;
    padding: 10px 8px;
}

.user-profile .profile-img {
    margin-right: 0;
    width: 40px;
    height: 40px;
}

.cart-profile-section .stories-btn {
    padding-left: 0;
}

.cart-profile-section > div.camera-btn {
    padding-left: 8px;
}

.man-img img {
    max-width: 24px;
}

.cart-profile-section .notification-badge {
    right: -5px;
}

.profile-page-header 
  .row {
    align-items: center;
    display: flex;
}
 

.banner-content-caption h1 {
    font-size: 36px;
}

.home-footer-menu ul {
    padding-left: 0;
}

.home-footer-menu.float-right li a {
    font-size: 12px;
    padding: 0;
}

.home-footer-logo h1 {
    font-size: 24px;
}

body {
    overflow-x: hidden;
}
 
.search-title-r h1 {
    font-size: 36px;
    padding: 50px 0;
}

.container-fluid.wrapper-md.explore-section-search {
    padding: 0;
}

.explore-section-search .button-exp a {min-width: 100px;font-size: 14px;}

.button-exp {
}

.button-exp a {
    display: inline-block;
    width: 100%;
}

.location {
    width: calc(100% - 160px);
}

.explore-section-search .card-home input {
    font-size: 13px;
}

.search-and-setting {
    display: block;
}

.search-and-setting .search-field {
    width: 100%;
    padding: 10px;
}

.my-iteneraries .row.middle-search {
    height: auto;
    padding: 10px;
}

.search-and-setting .nav.mid-nav-tabs {
    justify-content: flex-end;
}

.row.middle-search .col-md-3,.row.middle-search .col-md-9 {
    max-width: 50%;
    flex: 0 0 50%;
}

.search-and-setting .search-field i {
    top: 20px;
    right: 20px;
}
 

.travel-article-list .title-travel.none-absolute {
    font-size: 14px!important;
}

.travel-article-list small {
    font-size: 14px;
}

.dropdown-menu.show {
    display: block!important;
    transform: translate(0)!important;
    position: absolute!important;
}

.last-sold-tag img {
    width: 70px;
    max-width: 70px;
}

.last-sold-tag {
    margin-top: -40px;
    width: 70px;
}

.last-sold-tag .last-sold-text {
    bottom: auto;
    top: 22px;
    width: 70px;
}
  
  .profile-page .search-and-setting {
    display: flex;
}

 

body.profile-page .middle-section {
    border: none;
}
 

.profile-page.for-mobile .title-img {
    opacity: 0;
}

body.profile-page .left-section {margin-top: -80px;}

body.profile-page .left-section .section-heading {
    display: none;
}

.sidebar-profile .user-profile-img img {
    border: 5px solid #fff;
}

.premium-and-sller-btn {
    display: flex;
    justify-content: center;
}
  
  .sidebar-profile .btn {
    padding: 14px;
    height: 50px;
}
  
 .category .cat-field {
    width: calc(100% - 74px);
}

.category .cat-field select.category-field {
    height: 38px;
}

.search-card .col-md-3 {
    flex: 50%;
    max-width: 50%;
}

.home-banner .banner-ttitle h1 {
    font-size: 24px;
}

.discovering-text h1 {
    font-size: 74px;
    letter-spacing: 21px;
}

.discovering-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.explore-section .card-home {
    margin-bottom: 10px;
}

section.hero-bg {
    background-size: cover!important;
    background-position: center!important;
}

header.home-header.hidden-mobile .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
}
 
.home-header .cart-profile-section {
    padding-top: 0!important;
}

.card-home .learn-unique a,.card-home .location a {
    font-size: 13px;
}

.card-home #button_explore {
    min-width: 160px;
    font-size: 14px;
}
.btn.btn-buynow {
    background: #0f94d4;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    padding: 8px;
}

.explore-section-search .card-home {
    height: 70px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}
  
 div.newsearch-tab h3 {
    font-size: 12px;
    }

.newsearch-tab span.iconbox img {
    width: 40px;
}

div.ss-box {
    width: 90%;
    }


div.map-list-view li img {
    width: 32px;
    }
  
 
 }
 
 

 @media screen and (max-width: 767px) {

 .banner-content-caption h1 {
    font-size: 36px;
}
 .profile-page .mobile-logo .logo-text h1 {
    font-size: 32px;
    line-height: 1;
}

.humberger-icon {
    width: auto;
}

.mobile-logo {
    width: auto;
}
 header {
    padding: 10px 15px;
}
 
 
 footer .help-menu ul li {
    padding: 0;
}
  
 .help-menu.float-right {
    border-top: 1px solid #314862;
    padding-top: 15px;
    margin-top: 15px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
 
 footer .help-menu ul li a {
    padding: 8px 0;
}

footer .site-logo.logo-text h1 {
    font-size: 36px;
}


footer .row {
    flex-direction: column;
}

footer .row .col-sm-6 {
    max-width: 100%;
}
.page-search-section {
    background-size: cover;
    padding: 15px;
}

.page-search-section .explore-section-search .card-home .row {
    flex-wrap: wrap;
}

.page-search-section .explore-section-search .card-home .row .col-sm-5,.page-search-section .explore-section-search .card-home .row .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.location {
    width: 100%;
    padding: 15px 18px  0 18px;
}

.learn {padding: 10px 18px  0 18px;}

.card-home {
    border: none;
}

.page-search-section .container-fluid.wrapper-md {
    padding: 0;
}

.explore-section-search .card-home input {
    font-size: 14px;
}

.page-title-section .title-img img {
    max-width: 80px;
} 

.page-title-section .fav-list_title-img img {
    max-width:100%;
} 

.modal-dialog {
    max-width: calc(100% - 40px)!important;
    margin: 20px!important;
}

.modal {
    width: 100%;
}

.trip-grid .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.smallcustome-search-bar .row {
    flex-direction: column;
}

.smallcustome-search-bar .col-sm-5.learn-unique,.smallcustome-search-bar .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: calc(100% - 10px);
}

.smallcustome-search-bar .col-sm-7 .button-exp {
    padding: 0;
}

.smallcustome-search-bar .col-sm-7 {
    padding: 0;
}

.smallcustome-search-bar {
}

.map-puter {
    max-width: 100%;
    margin: 20px 15px;
}

.my-iteneraries .right-map {
    border: 1px solid #ddd;
    width: calc(100% - 30px );
    margin: 15px 15px 0 15px;
    height: auto;
    padding: 0 15px;
}

.middle-section {
    border: none;
}

.my-iteneraries .row.middle-search {
    height: auto;
    padding: 10px 0;
}

.post-menu ul li a {
    padding: 10px 0;
}


section.page-body.my-iteneraries #setting-btn {
    margin-right: 0;
    width: 100%;
}

 
  .profile-page .search-and-setting {
    display: flex;
}

 

body.profile-page .middle-section {
    border: none;
}
 

.profile-page.for-mobile .title-img {
    opacity: 0;
}

body.profile-page .left-section {margin-top: -80px;}

body.profile-page .left-section .section-heading {
    display: none;
}

.sidebar-profile .user-profile-img img {
    border: 5px solid #fff;
}

.premium-and-sller-btn {
    display: flex;
    justify-content: center;
}
  
  .sidebar-profile .btn {
    padding: 14px;
    height: 50px;
    min-width: 140px;
}
 
.last-sold-tag {
    width: 60px;
   
}

.profile-page .post-image img {
    width: 100%;
}

.post-card .post-discription {
    padding: 10px 15px;
    margin: 0;
}

.profile-page .card-bottom {
    padding: 0 15px 15px;
}
.general-field-address.form-field-section {
    width: 100%;
}

.general-telephone.form-field-section .telephone-select.set-form-field, .form-field-section .phone-select.set-form-field {
    width: auto;
}
.profile-page.for-mobile .nav.nav-tabs li a {
    font-size: 13px;
    padding: 8px;
}

.profile-page.for-mobile .nav.nav-tabs {
    justify-content: center;
}

 .search-card .col-md-3 {
    /* flex: 50%; */
    /* max-width: 50%; */
}

.search-place-type .card-bottom-search {
    float: left;
    width: 50%;
}

.card-bottom-search .likes-and-views .sold-ticket-section {
    display: none;
}
 
.home-banner .banner-ttitle h1 {
    font-size: 21px;
}

.discovering-text h1 {
    font-size: 74px;
    letter-spacing: 21px;
}

.discovering-text {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
}

.explore-section .card-home {
    margin-bottom: 10px;
}

section.hero-bg {
    background-size: cover!important;
    background-position: center!important;
    height: 850px;
}
 
 .card-home .row {
    /* flex-direction: column; */
}

.card-home .row .col-sm-5.learn-unique {
    flex: 0 0 100%;
    max-width: 100%;
}

.card-home .row .col-sm-7.location-and-button {
    flex: 0 0 100%;
    max-width: 100%;
}

.card-home .learn-unique a, .card-home .location a {
    font-size: 14px;
}
 
 
 
 
 
 
 
 
 
 }
 
 
  
 
 
 /**====================================responsive-designing===============================**/
 
 @media screen and (max-width: 575px) {

.banner-content-caption h1 {
    font-size: 16px;
}
 .how-it-work-left:before {
    background-size: 320px 90%;
    background-position-x: 0;
}

.how-it-work-left {
    padding-bottom: 36px;
}

.list-point-work ul {
    padding-left: 5px;
}
 
 .container-fluid.wrapper-md {
    padding: 0 15px;
}
.home-footer-menu.float-right li a {
    font-size: 14px;
    padding: 0 3px;
}
 .custom-btn, .custom-btn:hover {
    padding: 6px 10px;
    border: none;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    /* background: #0e83e0; */
    margin-right: 0;
}
.banner-btn {
    padding: 0px 0 0 0;
}
 .banner-content-caption{top:20%;}
 .search-guid-how-it-work {
    padding: 36px 0 0 0;
}
  
 .search-title-r h1 {
    padding: 0px;
    font-size: 21px;
    margin-bottom: 10px;
} 
  
  .sm-title {
    font-size: 20px;
}
  
  
/**==============modal-popup==================**/

.category-fields {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100%!important;
}

.language-cs-fields {
    width: 100%;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

.fields-cs {
    flex-direction: column;
}

.category-fields .category-cs {
    width: 100%;
}

.category-fields .cs-category-field {
    width: 57px;
    margin-left:10px;
}

.language-cs-fields .language-cs {
    width: 100%;
}

.language-cs-fields .language-cs-select {
    width: 57px;
    margin-left:10px;
}

#createStoryModal .modal-dialog .modal-content, div#create-itenireries .modal-content, div#createaniteniries .modal-content {
    padding: 15px;
}
 

.modal {
    padding: 0!important;
}

.text-logo h1 {
    font-size: 36px;
}

h1 {
}

.create-story-content {
    width: 100%;
}

.cancel-btn,.save-btn {
    padding: 10px 20px;
    height: 40px;
    font-size: 14px;
}
  
  
  .right-bar-rating {
    text-align: left;
}

.rating-count {
    justify-content: flex-start;
}

.right-bar-rating p {
    justify-content: flex-start;
    margin-right: 10px;
    font-size: 14px;
}

.right-bar-rating {
    display: flex;
    padding-top: 15px;
}

.modal .post-share-section {text-align: left;padding: 20px 0 0 0;}

.post-share-section.pos-share-new a {
    margin-right: 5px;
}

.iteni-detail {
    padding: 24px;
}

.modal-footer .save-btn-cancel .custom-btn {
    font-size: 13px;
    padding: 10px 15px;
}
  
 .rating-count .rating {padding-left: 5px;}  
  
 
  
  
  .all-redirect .custom-btn {
    padding: 12px 20px;
    margin-right: 0;
    font-size: 13px;
}
  
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    margin: 10px 0;
}
  .all-redirect {
    padding: 10px 0 0;
}
  
   
  .modal-footer .save-btn-cancel {
    flex-direction: column;
}

.modal-footer .save-btn-cancel .cancel-cs,.modal-footer  .save-cs {
    margin: 5px 0;
    width: 100%;
}

.modal-footer .save-btn-cancel .cancel-cs .custom-btn, .modal-footer .save-cs .custom-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
}
   
  .modal-footer .save-btn-cancel button {
    width: 100%;
}
  
  .top-popup-head .traveler img {
    display: none;
}

.title-create-story.popup-header {
    margin-bottom: 24px;
}.smallcustome-search-bar .learn,.smallcustome-search-bar .location {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
}
  .trip-grid .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
}

.travel-article-list figure img {
    width: 100%;
}

.trip-result-title {
    flex-direction: column;
}

.km-detail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
}

.km-detail .rating {
    flex: 0 0 100%;
    max-width: 100%;
}

.km-detail small {
    flex: 0 0 100%;
    max-width: 100%;
}

div#createaniteniries .modal-dialog .modal-body, #create-itenireries .modal-dialog .modal-body {
    padding: 0;
}
.modal .save-cs .save-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}


.select-trip-time {
    padding: 15px;
    flex-wrap: wrap;
    display: flex;
}
 
.select-trip-time label {
    flex: 0 0 100%;
    max-width: 100%;
}

.select-trip-time select {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

#master-trip .top-popup-head {
    padding: 0 15px;
}
.search-and-setting {
    flex-direction: column;
}

.search-and-setting .search-field {
    padding: 0 0 10px;
    width: calc(100% - 44px);
}

.search-and-setting .nav.mid-nav-tabs {
    width: 100%;
}
 

.profile-page .search-and-setting {
    display: flex;
    padding: 10px 0;
}

.profile-page .search-and-setting {display: flex;flex-direction: row;align-items: center;}

.profile-page .search-and-setting .nav.mid-nav-tabs {
    max-width: 50px;
    width: auto;
    margin-top: -8px;
    margin-right: 5px;
}

.profile-page .middle-search {
    padding: 0;
}

.profile-page #sell .username-and-location {
    width: 100%;
}
 

.about-me-section {
    padding: 0px 15px;
    margin-bottom: 32px;
}

.post-discription p {
    margin: 0px 0px 0px;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.card-search-post .post-user-info-search p {
    font-size: 15px;
    margin-right: 0;
    width: 100%;
}

.post-user-info .edit-delete-btn {
    margin-top: -34px;
}

section.page-body.my-iteneraries .search-and-setting .nav.mid-nav-tabs {
    width: auto;
    max-width: initial;
    margin-top: 5px;
} 
 
.page-body.my-iteneraries .search-field {
    width: 100%;
}

.page-body.my-iteneraries .search-and-setting {
    justify-content: flex-start;
}

section.page-body.my-iteneraries .search-and-setting .nav.mid-nav-tabs .see_all_destination-link {
    width: 100%;
    display: inline-block;
    width: 100%;
}

.search-place-type1 img {
    width: 80px!important;
}

.search-place-type1 {
    width: 58px;
}

  .search-card .col-md-3 {
    flex: 100%;
    max-width: 100%;
}
  
  div#login-user .login-btn {
    padding: 15px 0;
}

div#login-user .password-field {
    padding: 10px 0;
}

div#login-user .email-field {
    padding: 10px 0;
}
  
  
  .discovering-text {
}

 
  .buy-ticket {
    flex: 0 0 100%;
    max-width: 100%; 
    text-align: center;
} 



.post-button-section .btn {
    margin: 5px 0;
}
  
  .qual-job, .web-fiscal-code, .vat-account, .fav-visit-location{margin-bottom:15px;}
  
  .additional-tab .cancel,.additional-tab .save {
    padding: 10px 20px;
}


/**==============modalbuy_tickets==================**/
.category-fields .category-ds{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.category-fs{
    display:inline-flex;
    align-items:center;
}

.category-fields .category-cs label{
    width:100%;
}

.category-cs .category-fs .cs01{
    font-size:35px;
    font-weight:500;
    margin:0;
}

.category-fields .category-cs .cs02{
    line-height:1.2;
    padding-left:5px;
    margin:0;
}

.category-fields .category-cs .Fi01{
    font-size:18px;
    font-weight:600;
    display:block;
}

.category-fields .category-cs .Fi02{
    font-weight:400;
    color:#000;
    opacity:0.5;
}

.category-fields .category-cs .category-es{
    display:inline-flex;
    align-items:center;
}

.category-fields .category-cs .category-es img{
    max-width:20px;
}

.category-fields .category-cs .category-cds{
    text-align:center;
    border:1px solid #ccc;
    border-radius:4px;
    margin:0 7px;
    line-height:1;
    padding:7px;
}

.category-fields .category-cs .category-cds .cs01{
    font-size:11px;
    font-weight:600;
    display:block;
}

.category-fields .category-cs .category-cds .cs02{
    font-size:12px;
    font-weight:400;
    opacity:0.5;
}

.category-fs01 p{
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px 10px 10px 10px;
    width:90px;
    margin:0;
}

.category-es01 span{
    width: 37px;
    height: 37px;
    border: 2px solid #ccc;
    border-radius: 100%;
    text-align: center;
    margin:0 5px;
    padding:6px 0;
}

.add-btn{
    display:flex;
    justify-content:flex-end;
    margin:15px 0;
}

.add-btn .btn{
    width:100px;
    border-radius:0;
}

.table thead th{
    font-size:12px;
    color:#000;
    opacity:0.5;
    border:none;
}

.table tbody th{
    border:none;
    padding:.40em .75rem;
}

.table tbody th p{
   font-size:12px;
   margin:0;
}

.table tbody th p span{
   font-weight:400;
   opacity:0.5;
   display:block;
}

.table tbody td p{
    font-size:12px;
    font-weight:600;
    margin:0;
}

.table tbody td p span{
    font-weight:400;
    opacity:0.5;
    display:block;
}

.table .al01{
    text-align:right;
    padding-right:0;
}

.table td, .table th{
    border:none;
}
  
  
 }



/*------- 18-12-2021 ---------*/


.search-card .card-search-post {
    border-bottom: 6px solid #1b92ca;
    border-radius: 20px 20px 8px 8px;
    background: #fff;
}

body {
   background-color: #f5f5f7;
}

.sold-property .sold-tag {
    position: absolute;
    top: -3px;
    right: 14px;
}

div.property-info-profile .last-sold-tag {
    width: 75px;
    margin-top: -25px;
    margin-left: -2px;
}

div.last-sold-tag .last-sold-text {
    font-size: 14px;
    line-height: 15px;
}

div.property-info .sold-price-text {
    width: 70%;
}

div.property-info .sold-price-text .sold-price {
    font-size: 14px;
}

.new-search-result {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-search-result:before {
    height: 3px;
    display: block;
    width: 125px;
    background: #0f94d4;
    border-bottom: 0px white;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 45%;
    transform: translate(0px, 0px);
}


.place-map-itineraries img {
    width: 180px;
}

.new-search-result .tb-space {
    padding: 30px 20px 30px;
    border-right: 1px solid #ccc;
}

.new-search-result .tb-space:last-child {
    border-right: 0px solid #dadada;
}

.new-search-result .card-bottom-search {
    display: block;
}

.new-search-result .story-buy-buttons, .search-new-result .card-bottom-search {
    display: none;
}


.view-sight-btn a.vsb-btn {
    background: #65bc6d;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.bottom-search.view-sight-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.view-sight-box .search-user-profile-img {
    display: flex;
    width: auto;
}

.view-sight-box .name-user p {
    color: #8d8d8d;
    font-weight: 600;
}

.post-location-search {
    font-size: 15px;
    margin-bottom: 10px;
    color: #8d8d8d;
    font-weight: 600;
    margin-top: 15px;
}

.post-rating-search .rating-text {
    color: #8d8d8d;
    font-weight: 500;
}

.sold-property .sold-tag {
    position: absolute;
    top: -5px;
    right: -5px;
}
.last-sold-tag {
    margin-top: -52px;
    margin-left: -3px;
}

.search-place-type {
    right: 20px;
}

.page-new-iti {
    border-radius: 30px;
    background-color: #fff;
    padding: 1rem;
}

.search-map-card {
    display: flex;
    justify-content: space-between;
}
.search-location-map.search-area {
   /*  display: flex;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 27px 20px; */
} 

.search-map-result .new-search-result:before {
    left: 0px;
   }

.search-title-r h1 {
    font-weight: 500;
     font-family: 'Poppins';
     font-size: 38px; 
}

.travel-article-list.trip-outer figure img {
    width: 100%;
}

.search-and-setting .custom-btn.blue-btn.search-inti-btn {
    padding: 10px 18px;
   
}




@media (max-width: 767px) {

.search-map-card {
    display: block;
    justify-content: initial;
}
.search-location-map.search-area {
    /* display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 27px 20px; */
    } 
.place-map-itineraries.tb-space {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 0px solid #ccc;
}

.new-search-result .tb-space {
    border-right: 0px;
}

.new-search-box .explore-section-search div.card-home {
    height: auto;
    margin-top: 18px;
}

div.ss-box {
    width: 90%;
    margin: 0px auto 0px;
    padding: 0 15px;
}

div.newsearch-tab h3 {
    font-size: 13px;
    letter-spacing: 0;
}

div.newsearch-tab .iconbox img {
    width: 36px;
}

.map-list-view li img {
    width: 30px;
}

.km-view-ul {
    text-align: center;
}

.middle-search-result h3 {
    font-size: 20px;
}

.place-map-itineraries img {
    width: 230px;
}

.new-search-result .tb-space {
    padding: 30px 20px 10px;
}

.search-new-layout .page-search-section {
    padding: 50px 0px;
}

div.tripresult-area .trip-result-title h5 {
    font-size: 18px;
    }

div.map-list-view a, div.map-list-view li {
    font-size: 14px;
    }

.modal div.title-create-story.popup-header h1 {
    font-size: 18px;
    }

div.newtrip-grid .km-detail {
    margin-top: 35px;
}

div.km-detail .rating {
    top: -26px;
}

.full-search-area div.ss-box {
    width: 98%;
    margin: 0px auto 0px;
    padding: 0 10px;
}

div.fullsearch-tabing .nav-tabs .nav-item {
    width: 100%;
}



}



/* --------22-12-21--------- */

body.search-new-layout {
    background-color: #f0f5fe;
}

.search-new-area {
    background-image: url(../images/search-bg-01.jpg);
}

.new-search-box .explore-section-search .card-home {
    margin-top: -45px;
    border-radius: 16px;
    filter: drop-shadow(0px 9px 27px rgba(39,187,248,0.16));
    }

.new-search-box .explore-section-search .button-exp a {
    border-radius: 14px;
    background-color: #367bff;
}

.ss-box {
    width: 80%;
    margin: 0px auto 0px;
}

.newsearch-tab h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #3e5064;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0px;
    padding: 20px 0px;
    margin-bottom: -2px;
}

.newsearch-tab .search-keyword {
    color: #3e5064;
}
.sr-location a{
    color: #3e5064;
}

.newsearch-tab .iconbox img { width: 60px; }

.ss-box .newsearch-tab {
    border-bottom: 2px dotted #d4ddec;
}

.newsearch-tab .sr-location {
    border-bottom:  3px solid #1879e7;
}
.tripresult-area {
    margin: 30px 0px 20px;
}

.tripresult-area .trip-result-title h5 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #888888;
    font-weight: 600;
    font-family: "Poppins";
    }


.map-list-view a, .map-list-view li {
    font-size: 18px;
    letter-spacing: 0px;
    color: #3e5064;
    font-weight: 500;
    font-family: "Poppins";
}

.map-list-view li {
    margin: 0px 10px;
}

.map-list-view li select {
    font-size: 18px;
    letter-spacing: 0px;
    color: #77828e;
    font-weight: 500;
    }

.newtrip-grid .travel-article-list {
    margin: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-bottom: 16px;
}

.newtrip-grid .travel-article-list.trip-outer figure {
    position: relative;
    border-radius: 12px;
}

.newtrip-grid .travel-article-list.trip-outer figure img {
    width: 100%;
    border-radius: 12px;
    height: 225px;
    object-fit: cover;
    overflow: hidden;
}

.lr-space {
    padding-left: 5px;
    padding-right: 5px;
}

.newtrip-grid .rount-add {
    right: 22px;
    top: 22px;
    }

.newtrip-grid .rount-add .btn-round {
    background: #fecd08;
    color: #fff;
    }

.newtrip-grid .travel-article-list .title-travel.none-absolute {
    bottom: -30px;
}

.newtrip-grid .km-detail {
    margin-top: 28px;
}

.newtrip-grid .km-detail small {
    font-weight: 600;
}

.newtrip-grid span.tittlename {
    right: -26px;
    top: -10px;
    position: absolute;
    font-size: 21px;
    color: #0f94d4;
    font-weight: 700;
    }

img.iconname {
    top: -10px;
    position: relative;
}


footer {
    background-color: #355184;
    padding: 30px 15px;
}

div.footertop-bg div img {
    width: 100% !important;
    margin-top: 30px;
}

#place_itenireries .modal-dialog {
    max-width: 700px;
}

#place_itenireries .modal-body {
    padding: 2rem;
}

div.newsearch-tab:before {
    display: none;
}


.full-search-card {
    display: flex;
    justify-content: center;
}

.full-search-content img.iconname {
    top: -10px;
    position: relative;
    width: 28px;
}

.full-search-content .newtrip-grid .travel-article-list.trip-outer figure {
    position: relative;
    border-radius: 12px;
}

.full-search-content .travel-article-list figure:after {
   border-radius: 12px;
}

.full-search-content .newtrip-grid .travel-article-list {
    margin: 0;
    border-radius: 10px!important;
    margin-bottom: 20px;
}

.full-search-content .newtrip-grid .travel-article-list.trip-outer figure img {
    height: 200px;
}

.map-list-view li img {
    width: 40px;
}

.fullsearch-tabing .sr-location {
    border-bottom: 0px solid #1879e7;
}

.fullsearch-tabing .nav-tabs .nav-link.active {
    color: #3e5064;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0;
    border-bottom: 3px solid #1879e7!important;
}

.fullsearch-tabing .nav-tabs .nav-item {
    margin-bottom: -3px;
    width: 50%;
}

.fullsearch-tabing .nav-tabs .nav-link {
    border-bottom: 3px solid transparent!important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px!important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}

.fullsearch-tabing .nav-tabs .nav-link:focus, .fullsearch-tabing .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.full-search-area .tripresult-area {
    margin: 30px 0px 30px;
}

.full-search-content .search-card {
    margin-top: 0px;
}





@media only screen and (min-width: 1920px) and (max-width: 5000px) {

.modal.show .modal-dialog {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}

#place_itenireries .modal-dialog {
    max-width: 1200px;
    top:70%;
}


}





#map_list_toggle  .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

#map_list_toggle  .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#map_list_toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #24b2eb;
  -webkit-transition: .4s;
  transition: .4s;
}

#map_list_toggle  .slider:before {
position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 28px;
    bottom: -3px;
    background-color: #1879e7;
  -webkit-transition: .4s;
  transition: .4s;
}
#map_list_toggle input:checked + .slider:before {
    left: -25px;
}
#map_list_toggle  input:checked + .slider {
  background-color: #2196F3;
}

#map_list_toggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#map_list_toggle  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#map_list_toggle .slider.round {
  border-radius: 34px;
}

#map_list_toggle .slider.round:before {
  border-radius: 50%;
}




div#staticBackdrop .modal-content {
    padding: 28px;
    background-image: url(../images/modal-bg.png);
    background-position: 234px 109%;
    background-repeat: no-repeat;
    z-index: 9999;
    }
    div#staticBackdrop .m-removebg {
    background-image: none;
    background: transparent;
}

div#staticBackdrop .card, div#staticBackdrop fieldset {
    background: transparent;
}

.popupclose .close {
    position: absolute;
    right: 20px;
    top: 12px;
    opacity: 1;
}

div#staticBackdrop .trip-grid {
    max-height: calc(78vh);
    overflow-y: scroll;
    overflow-x: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.map-list-view .trip-grid.newtrip-grid {
    /* max-height: calc(105vh);
    overflow-y: scroll;
    overflow-x: hidden; */
}

.search-area .trip-grid.newtrip-grid::-webkit-scrollbar {
    /* width: 5px; */
    }
    
.search-area .trip-grid.newtrip-grid::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background: #61c7f8; */
    }

.newtrip-grid .lr-space {
        padding-left: 15px;
        padding-right: 15px;
    }

span.arm {
    font-size: 10px;
    color: blue;
}

section.new-iteneraries-look {
    background: #fbfbfb;
}

.new-ite-inner .travel-article-list figure {
    max-height: 210px;
    overflow: hidden!important;
    border-radius: 10px;
    margin-bottom: 35px;
}

.new-ite-inner .travel-article-list .title-travel.none-absolute {
    bottom: 15px;
}

.new-ite-inner .travel-article-list figure img {
    object-fit: cover;
}

.new-ite-inner .travel-article-list .dropdown {
    bottom: 100px;
}

.mapview {
    /* border-radius: 10px; */
}
.mapview img {
    width: 100%;
    border-radius: 10px;
}
.my-iteneraries .new-ite-inner .middle-search {
    height: 76px;
    border-bottom: 1px solid #e8e8e8;
}

.new-ite-inner .travel-article-list .dropdown .dropdown-menu {
    right: 16px!important;
}


.buy-ticket .btn.btn-buynow {
    background: #0f94d4;
    color: #fff;
    margin-left: 10px;
    padding: 8px 15px;
    min-width: 136px;
}
.map-list-view li select.newbg {
    color: #000;
    background: #fff!important;
    border: 1px solid #ddd!important;
}


section .bg-banner {
    background: url(../images/profile_banner.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    }

.bg-banner h1 {
    padding-top: 35px;
    padding-bottom: 70px;
}

.rount-add .bg-orange {
    background: #fecd08;
    color: #fff;
}



@media only screen and (max-width: 991px) and (min-width: 768px) {
section.page-body.new-iteneraries-look .search-and-setting {
    flex-direction: initial;
    }
.new-iteneraries-look .search-and-setting .custom-btn.blue-btn.search-inti-btn {
    padding: 10px 6px;
}
.new-iteneraries-look .search-and-setting .custom-btn.blue-btn.search-inti-btn {
    font-size: 12px;
    padding: 10px 5px;
    margin: 0;
}
.new-search-result .post-menu.font-weight-bold.tb-space {
    width: 34%;
    }
.middle-search-result h3 {
    font-size: 15px;
    }

.middle-search-result p {
    font-size: 14px;
    }


}


@media(max-width: 767px){
    .map_view{
            display: block !important;
        }
    .search_card .lr-space {
        padding: 0 15px;
        }

    .info-div {
        position: absolute;
        left: 152px;
        top: 35px;
    }
    .new-ite-inner .travel-article-list figure {
        max-height: 145px;
        border-radius: 5px;
        margin-bottom: 0px;
        max-width: 135px;
        display: inline-block;
    }
    .info-div p {
        font-size: 13px;
    }

    .new-ite-inner div#setting-btn {
        margin-top: 100px;
    }
    .new-ite-inner .rount-add {
        display: none;
    }
.new-ite-inner .travel-article-list .title-travel.none-absolute {
    bottom: 135px;
    width: calc(100% - -46px);
    font-size: 15px!important;
    text-align: center!important;;
}
.new-ite-inner .travel-article-list .dropdown {
    display: none;
}
.new-ite-inner .tab-content .travel-article-list {
    margin: 0 0 0px 0;
}

.new-ite-inner .mapview {
    margin-top: 60px;
}

.new-ite-inner ul.nav.nav-tabs {
    display: inline-flex;
    justify-content: center;
    background: #efefef;
    padding: 7px 8px;
}
.new-ite-inner .nav.nav-tabs li a {
    padding: 5px 8px;
    
}
.new-ite-inner .post-menu.font-weight-bold .nav-link.active {
    background: #fff;
    border-radius: 7px;
}

.new-ite-inner .search-field i {
    top: 11px;
}


.map-list-view li select.newbg {
    margin-bottom: 16px;
    }



}


@media screen and (max-width: 575px) {

    .snr-page .search-card .col-md-3 {
        flex: 50%;
        max-width: 50%;
    }
    .snr-page .card-search-post .post-user-info-search p {
        font-size: 12px;
        }
    .snr-page .card-search-post .post-rating-search {
        display: block;
    }
    .snr-page.card-search-post .post-location-search {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .snr-page .card-search-post .bottom-search.view-sight-box {
        display: block;
        justify-content: center;
        text-align: center;
    }
    .snr-page .post-discription {
        justify-content: left;
    }

    .snr-page .search-place-type .place-icon, .snr-page .search-place-type .place-icon3 {
        width: 32px;
        height: 32px;
        right: -15px;
        top: 15px;
    }
    .snr-page .search-place-type img {
        width: 30px;
    }
    .snr-page .post-location-search {
        margin-top: 10px;
    }

    .new-ite-inner .travel-article-list .title-travel.none-absolute {
        width: calc(100% - -92px);
        }
    
    }



.fullradis {
    width: 70%;
}

.sss .rount-add {
    right: 12px;
    top: 10px;
}

.fullradis .location-icon-goto {
    position: relative;
    width: 160px;
}

.wightbg {
    background-color: #fff;
}