
/*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: Fontrue;
    src: url(../fonts/Fontrue.otf);
}

@font-face {
    font-family: Barcelony;
    src: url(../fonts/Barcelony.ttf);
}

@font-face {
    font-family: Sniglet-Regular;
    src: url(../fonts/Sniglet-Regular.ttf);
}

@font-face {
    font-family: Manuale-Medium;
    src: url(../fonts/Manuale-Medium.ttf);
}

@font-face {
    font-family: Harshita;
    src: url(../fonts/Harshita.otf);
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

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

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-VariableFont_slnt,wght.ttf);
  }

  .sw-cta{
			--bg1:#5b8cff;   /* azzurro/indaco brillante */
			--bg2:#2dd4bf;   /* turchese/menta */
			--ring: rgba(255,255,255,.16);
			--glow: rgba(37, 211, 197, .25);
		  }

		  /* ====== Base look & article spacing ====== */
		  .sw-cta{
			position:relative;
			display:flex; align-items:center; justify-content:space-between;
			gap:1rem; width:100%; max-width:720px;
			padding:1rem 1.25rem; border-radius:999px;
			text-decoration:none; color:#fff;
			background:linear-gradient(90deg,var(--bg1),var(--bg2));
			box-shadow:0 10px 28px rgba(0,0,0,.14), inset 0 0 0 1px var(--ring);
			overflow:hidden;
		  }
		  /* leggera texture/glow colorata per “più colore” */
		  .sw-cta::before{
			content:""; position:absolute; inset:-20%;
			background:radial-gradient(80% 60% at 85% 20%, var(--glow), transparent 60%);
			pointer-events:none;
		  }
		  .sw-cta--article{
			margin: clamp(14px,2vw,22px) auto clamp(18px,2.6vw,28px);
			clear: both;
		  }

		  .sw-cta__text{line-height:1.08; min-width:0}
		  .sw-cta__top{
			display:block; font-weight:900;
			font-size:clamp(17px,3.5vw,24px);
			white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
		  }
		  .sw-cta__bottom{
			display:block; opacity:.96;
			font-size:clamp(13px,2.8vw,16px);
			white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
		  }

		  .sw-cta__stores{display:flex; gap:.6rem; flex-wrap:wrap; align-items:center}
		  .sw-cta__badge-img{
      height: 56px;
      width: 130px;
      display:block;
      filter: drop-shadow(0 2px 6px rgba(0,0,0,.18));
			border-radius:.25rem; /* nessuna modifica grafica al badge, solo raggio visivo */
		  }

		  /* ====== Responsiveness ====== */
		  @media (max-width: 820px){
			.sw-cta{flex-wrap:wrap; row-gap:.7rem}
			.sw-cta__stores{width:100%}
		  }
		  @media (max-width: 520px){
			.sw-cta{padding:.9rem 1.05rem; gap:.8rem}
			.sw-cta__stores{justify-content:flex-start}
		  }

  div.footertop-bg > div.footer-bg{
    background: url("../images/adv/footer-bg.png") no-repeat center center;
    background-position: bottom;
  }


div.heart > a {
    color: #223850 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

img.vatnumber, img.cf{
 width: 20px !important;
}

span#add_content_video{
    cursor: pointer;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #000;

}

span#add_content_video > img{
     width: 28px;
     height: 28px;
}

.max_characters{
    float: right;
}



label#upload_result_general, label#upload_result_your_profile{
    width: 110px !important;
}

.resetbutton{
    border: none;
    background: transparent;
    }

.resetbutton:focus {outline:0;}

#gopremium, #becomeseller{
    width:144px;
    height:199px;
}

#gopremium{
    background-image: url('../images/gopremium.png');
}

#becomeseller{
    background-image: url('../images/becomeseller.png');
}
.user-photo-card-content{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#cookie-policy{
    position: fixed;
    width: 20%;
    height: auto;
    z-index: 9999;
    background: #000 !important;
    color: #fff !important;
    display: none;
    bottom: 0px;
    left: 10px;
    font-size: 10px;
    opacity: 0.8;
}

#accept-cookies{
    font-size: 10px;
}

img.plan_trip{
    width: 75px;
    margin-right: 10px
}

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

#additional-user{
    background-color: #fff;
}

.container_banner{

    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.container_banner::before {
    content: "";
    background-image: url('../images/banner-background.jpeg');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* opacity: 0.75; */
}

div#openModalplanTrip{
    cursor: pointer;
}

.img_banner {
    position: relative;
    margin-right: -55%;
  }

/***** color icon plain trip **/

.icon-clock-o{
    color:#90deb4;
}
.icon-bed{
    color:#c94962;
}

.icon-suitcase{
    color:#f16764;
}

.icon-globe{
    color:#441e2d;
}

.icon-maps{
    color:#471c2d;
}

.icon-plane{
    color:#5ab8b8;
}

.icon-train{
    color:#90deb4;
}

.icon-bus{
    color:#f16764;
}

/*************** 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: #000;
    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;
}

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

.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 {
    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;
    min-height: 100vh;
}

section.hero-bg-01{
    background-image: url(../images/Layer-64-copy.png);
}

section.hero_bg_first{
    background-image: url(../images/Layer-66.png);
}

section.hero_bg_second{
    background-image: url(../images/Layer-67.png);
}

section.hero_bg_third{
    background-image: url(../images/Layer-69.png);
}

section.hero_bg_fourth{
    background-image: url(../images/Layer-68.png);
}

section.hero_bg_fifth{
    background-image: url(../images/Layer-69_1.png);
}

section.hero_bg_six{
    background-image: url(../images/Layer-72.png);
}

section.hero_bg_seventh{
    background-image: url(../images/Layer-73.png);
}

section.hero_bg_eight{
    background-image: url(../images/Layer-74.png);
}

section.hero_bg_nine{
    background-image: url(../images/Layer-78.png);
}



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;
	font-family: 'Poppins';
}

.home-banner .banner_ttitle_fourth h1{
    font-family: 'Sniglet-Regular';
    font-size: 40px;
    font-weight: 400;
}

.home-banner .banner_ttitle_fifth h1, .home-banner .banner_ttitle_six h1{
    font-family: 'RobotoCondensed-Regular';
}

.banner-middle {
    text-align: center;
    position: relative;
    top: 10%;
}

.banner-middle .banner-ttitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 250px;
}

.discovering-text {
    position: relative;
    top: -130px;
}

.discovering-text h1 {
    font-family: 'channel';
    color: #fff;
    letter-spacing: 0;
    font-size: 100px;
    line-height: normal;
    margin: 0px;
}

.discovering-text.leterSpace h1{
    letter-spacing: 40px;
}

.discovering-text-01 h1{
    font-family: 'Fontrue';
}
.discovering_text_seventh h1, .discovering_text_six h1, .discovering_text_third h1{
    font-family: 'Fontrue';
}
.discovering_text_nine h1, .discovering_text_eight h1{
    font-family: 'Fontrue';
}

.discovering_text_first h1{
    font-family: 'Barcelony';
}

.discovering_text_second h1, .discovering_text_fifth h1{
    font-family: 'Cervanttis';
	font-size:100px;
}

.discovering_text_fourth h1{
    font-family: 'Harshita';
	font-size:100px;
}


.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,
.button-exp button{
    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: #096a83;
    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: #8fd1f0;
    position: relative;
}


.new-ite-inner .travel-article-list .dropdown{
    bottom: 50px !important;
}

.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,
#general-user .user-profile-img img{
    width: 150px;
    height: 150px;
    border-radius: 15%;
    filter: brightness(0.9);
    overflow: hidden;
    position: relative;
    /* border: 1px solid #0f94d4; */
}

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

.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 .bacome-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 ****/

.full-username {
    display: flex;
    text-align: initial;
    margin-bottom: 15px;
}
.full-username input.full-name {
    background-color: #efefef;
    border: none;
    padding: 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: 15%;
    filter: brightness(0.9);
    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;
}

div.contentInfoUser{
    height: auto;
    /* overflow: auto; */
    margin-bottom: 20px;
    padding-bottom: 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-address p{
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.sidebar-profile .user-gender p,
.sidebar-profile .user-telephone p,
.sidebar-profile .user-education p,
.sidebar-profile .user-email p,
.sidebar-profile .user-job p,
.sidebar-profile .user-website p,
.sidebar-profile .user-categories p,
.sidebar-profile .user-visited_places p,
.sidebar-profile .user-prefered_places p,
.sidebar-profile .user-cf p,
.sidebar-profile .user-piva p,
.sidebar-profile .user-paypal_account p
{
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    margin: 0px 10px 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,
.sidebar-profile .login-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  .about-text textarea {
    border: 1px solid grey;
    background-color: transparent;
    width: 100%;
}

/**** sidebar-profile-edit css start  End ****/
/***************login button page start css ****************/

div#forget-password .login-field input,
div#login-user .login-field input {
    background-color: #efefef;
    border: none;
    padding: 15px;
    width: 100%;
}

div#forget-password .login-btn button,
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-partners h1,
.text-login h1 {
    text-align: center;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;

}
div#signup .login-icon,
div#login-user .login-icon {
    text-align: center;
}
 div#supportModal i.fa.fa-envelope,
 div#notcontents i.fa.fa-info-circle,
 div#changelanguageModal i.fa.fa-globe,
 div#forget-password i.fa.fa-key,
 div#partnersModal i.fa.fa-users,
 div#login-user i.fa.fa-sign-in {
    display: flex;
    justify-content: center;
    font-size: xxx-large;
    color: #008bd4;
}
.margin-left{
    margin-left: 25%;
}
div#supportModal .modal-footer-support,
div#notcontents .modal-footer-support,
div#forget-password .modal-footer-forget-password,
div#partnersModal .modal-footer-partners,
div#alert-user .modal-footer-alert,
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#forget-password .login-btn,
div#login-user .login-btn {
    padding: 16px;
}
div#forget-password .email-field,
div#login-user .email-field {
    padding: 15px;
}
div#login-user .password-field {
    padding: 15px;
}

div#forget-password .text-log p,
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#apple {
    background-color: #000;
}

div#socialSharing a span#pinterest {
    background-color: #db4437;
}

div#socialSharing a span#amazon {
    background-color: rgb(84, 82, 82);
}

div#socialSharing a span#googleplus:hover {
    background-color: #cf1808;
}

div#socialSharing a span#apple:hover {
    background-color: rgb(40, 39, 39);
}

div#socialSharing a span#pinterest:hover {
    background-color: #cf1808;
}

div#socialSharing a span#amazon:hover {
    background-color: rgb(100, 99, 99);
}

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

#closetravelBloggers{
    position:absolute;
    right: 25px;
    top:25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}
/***************sign up button page end  css ****************/

/**** middle section top css start ****/

.middle-section {
    border-right: 1px solid #e8e8e8;
    border-left: 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 {
    /* padding: 18px 0px; */
    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;
    /* border-bottom: 1px solid #e8e8e8; */
}

.middle-search {
    padding: 0px 15px;
    /* border-bottom: 1px solid #e8e8e8; */
}
/**** 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;
    background: #fff;
}

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

.username-and-location .user-name a:hover {
    text-decoration: underline;
}

.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;
    align-items: center;
}

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

/******* star rating css end ***********/


/******* pagination css start ***********/

.post-pagination {
    float: right;
    display: 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;
    /* border: 1px solid #efefef;
    margin-bottom: 15px; */
    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: 35px;
    right: 12px;
    font-weight: 600;
    transform: rotate(45deg);
    font-size: 14px;
    margin:0;
}

.property-info .property-mesume-detail {
    display: flex;
    justify-content:space-between;
}

.property-info.property-info-profile{
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.last-sold-tag .last-sold-text {
    margin: 0px;
    /* width: 75px; */
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    color: #fff;
}

.last-sold-tag {
    width: 18%;
    position: relative;
    margin-top: -24px;
}

.property-info-profile .last-sold-tag{
    width:80px;
}

.property-info {
    /* padding: 0px 15px 15px; */
    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-left: 15px; */
    padding: 5px 0 5px 20px;
}

.property-info-profile .sold-price-text{

    padding:0;
}

.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: #efefef; */
    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;
    z-index: 999999;
    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(../images/search-bg.png); */
    background-image: url(../img/AdobeStock_95461491.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.explore-section-search {max-width: 70%;width: 100%;}
.explore-section-search .button-exp a,
.explore-section-search .button-exp button {
    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: 10px 10px 0px 0px;
    display: block;
    width: 100%;
    height: 420px !important;
    object-fit: cover !important;
    object-position: top !important;
}

.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: 8px 30px; */
    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: 10px; */
    padding: 5px;
    height: 41px;
    max-width: 60px;
}
select.public_2,
.tab-content>.active select.public_2 {
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

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

.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: 70%;
    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;

}
.category-field,
.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: 60%;
    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: none;
    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,
.update-tab .become-btn {
    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: 20px;
    top: 200px;
    min-width: 180px;
}
.elimna-account-tab  {
    width: 100%;
    display: flex;
}
/************* Update account tab end css*******************/
/************* Create Storyaccount tab start css*******************/
#ViewIsVisitAndGo .modal-dialog,
#eatbuyModal .modal-dialog,
#storyEditor .modal-dialog,
#createStoryModal .modal-dialog,
#addMovieContentModal .modal-dialog{
    max-width: 900px;
}

#addMovieContentModal .modal-dialog .modal-content,
#createStoryModal .modal-dialog .modal-content,
#create-itenireries .modal-dialog .modal-content,
#storyEditor .modal-dialog .modal-content,
#createaniteniries .modal-dialog .modal-content {
    padding: 28px;
    background-image: url(../images/modal-bg.png);
    background-position: 234px 109%;
    background-repeat: no-repeat;
}

#eatbuyModal .modal-dialog .modal-content{
    padding: 28px;
    background-image: url(../images/modal-eatbuy.png);
    background-position: 0px 101%;
    background-repeat: no-repeat;

}

#eatbuyModal .modal-footer button{
  padding: 15px;
  width: 140px;
  border-radius: 30px;
}

.text-logo{
    font-family: 'channel';
    color: #61bccd;
    margin-bottom: 25px;
}
.save-btn-cancel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-go-buy p,
.title-eat-buy p ,
.title-create-story p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
}
.title-eat-buy p span{
    color:#61bccd;
    font-weight: bold;
}

.title-cs .light-text{
    position: relative;
    float: right;
}

.story-text .light-text, .title-cs .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: 86%; */
    width: 100%;
}

.paypal_field-cs{
    background-color: #efefef;
    border: none;
    padding: 10px;
}

.education-fiel-cs{
    background-color: #efefef;
    border: none;
    padding: 10px;
}

.job-fiel-cs{
    background-color: #efefef;
    border: none;
    padding: 10px;
}

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

.select_privacy{
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
}

.public-cs {
    background-color: #0f94d4;
    border-color: #0f94d4;
    color: #fff;
    /* padding: 10px; */
    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;
}

.view-go-buy h1,
.title-eat-buy h1,
.title-create-story h1{
    font-size: 28px;
    font-weight: bold;
}

.category-fields .category-cs {
    width: 90%;
}


.public-cs{
    padding:0 50px;
}

.category-fields .category-ds{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

 .category-fields .category-cs label{
    width:100%;
}

.category-fs{
    display: inline-flex;
    align-items: center;
}

.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-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: 18px;
    font-weight: 600;
    display: block;
}

.category-fields .category-cs .category-cds .cs02 {
    font-size: 16px;
    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: 20%;
    border-radius: 0;
    padding:15px 0;
}

.table thead th {
    color: #000;
    opacity: 0.5;
    border: none;
}

.table tbody th {
    border: none;
    padding: .40em .75rem;
}

.table td, .table th {
    border: none;
}

.table .al01 {
    text-align: right;
    padding-right: 0;
}

.save-btn-cancel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px 0;
}

.category-fields .cs-category-field {
    width: 25%;
}


.language-cs-fields .language-cs {
    width: 100%;
}

.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-eat-buy ,
.title-create-story {
    margin-bottom: 25px;
}
.list-text p {
    font-weight: 600;
}
/************* Create Story tab end css*******************/
/************* become seller tab start css*******************/

#becomeExpertModal .modal-dialog,
#becomePremiumModal .modal-dialog,
#becomeBusinessModal .modal-dialog,
#becomeSellerModal .modal-dialog {
    max-width: 700px;
}
#becomeExpertModal .modal-dialog .modal-content,
#becomePremiumModal .modal-dialog .modal-content,
#becomeBusinessModal .modal-dialog .modal-content,
#becomeSellerModal .modal-dialog .modal-content {
    padding: 28px;
}
#becomeSellerModal .paypal-fiel-cs {
    background-color: #efefef;
    border: none;
    padding: 10px;
    /* width: 80%;     */
}

#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;
    background-color: #fff;
}

.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;
    /* width: 120px; */
    padding: 8px 15px;
    min-width: 136px;
    margin-left: 10px;
}

.post-button-section button.btn {
    color: #fff;
}

.post-button-section .detail-blue-btn {
    background-color: #148be9;
    /* width: 120px; */
    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-tumblr {
    background-color: #314358;
}

a.social-reddit {
    background-color: #f73e17;
}

a.social-mix{
    background-color: #d9f3db;

}

a.social-facebook {
    background-color: #2d5b95;
}

a.social-telegram {
    background-color: #54a9ea;
}

a.social-twitter {
    background-color: #00a3ed;
}

a.social-linkedin {
    background-color: #0078b2;
}

a.social-pinterest {
    background-color: #cf1316;
}

a.social-amazon {
    background-color: rgb(84, 82, 82);
}

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

div#changecreditcardModal > div.modal-dialog > div.modal-content >div.modal-header > div.close-icon > a.closeModal,
div#login-user > div.modal-dialog > div.modal-content > div.modal-body > div.close-icon > a.closeModal,
div#forget-password > div.modal-dialog > div.modal-content > div.modal-body > div.close-icon > a.closeModal,
div#partnersModal > div.modal-dialog > div.modal-content > div.modal-body > div.close-icon > a.closeModal,
div#signup > div.modal-dialog > div.modal-content > div.modal-body > div.close-icon > a.closeModal,
div#supportModal > div.modal-dialog > div.modal-content > div.modal-body > div.close-icon > a.closeModal,
div#siteTravel > div.modal-dialog > div.modal-content > div.modal-header > div.close-icon > a.closeModal
{
    background-image:url('../img/crose.png');
    background-repeat: no-repeat;
}

/***************** 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 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: 40px;
  }

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


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

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


  .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%;height:192px;}

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





  }

  .published_profile_table th {
    padding: 15px 10px;
    background: #efefef;
    border-right: 1px solid #cbcbcb!important;
    color: #223850!important;
    opacity: 1!important;
    font-size: 15px;
}

.published_profile_table th input {
    width: 20px;
    height: 20px;
}

.published_profile_table table {
    font-size: 15px;
    border: 1px solid #efefef!important;
    border-radius: 12px;
    overflow: hidden;
    display: table;
}


.published_profile_table table tr {
    border-bottom: 1px solid #eee;
}
.published_profile_table table tr td {
    vertical-align: middle;
    padding: 10px;
    font-size: 12px;
}

.action a {
    background: #efefef; color:#0f94d4;
    margin: 0 5px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.action {
    display: flex;
}

.img_thumb {
    display: flex;
    align-items: center;
}

.img_thumb img {
    max-width: 200px;
    /* height: 50px; */
    margin-right: 10px;
    border-radius: 5px;
}

.img_thumb a {
    color: #0f94d4;
    line-height: 1.3;
    font-size: 14px;
}

.profile-contents-placeholder .ph-item  {
    width: 100%;
    max-width: 300px;
}

div#contents  {
    background: #f7f9fb;
    padding: 20px 20px;
    border-radius: 20px 20px 0px 0px;
    border-bottom:1px solid #f7f9fb;
}

.mid-nav-tabs-2 {
    float: right;
}

/* profile user content new style */

.profile_banner {
    background-size: 100% 100% !important;
    background: url(../images/profile_banner.png);
    min-height: 112px;
    background-position: left;
       padding-top: 70px !important;
    padding-bottom: 40px !important;
}
@media(max-width: 667px){
    .profile_banner {
        background-size: unset !important;
    padding: 20px 25px !important;
    min-height: unset;
    background-position: center;
}

.search-field i {
    top: 25%;

}


}

@media only screen and (max-width: 767px) {
    .profile_banner {
    padding: 20px 25px !important;
}
}

.p-space-1 {
    padding-left: 10px;
    padding-right: 10px;
}

div#contents .post-card {
    padding: 0 0px 0 15px;
    border-radius: 10px;
    overflow: hidden;
}

#contents .p-space {
    padding-left: 0px;
    padding-right: 12px;
}

#contents .post-image {
    height: 100%;
}

div#contents .post-image img {
    border-radius: 0px;
}

img {object-fit: cover;}

div#contents .post-user-info {
    padding-top: 12px;
}
#contents .post-user-info {
    margin-bottom: 0px;
}
.post-user-info {
    padding-top: 20px;
    margin-bottom: 0px;
}


@media (max-width: 1500px) {
    .author-info .user-profile-img {
        margin-right: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .author-info p.user-name, .likes-and-views p {
        font-size: 13px;
    }

    p.publish-date, .post-discription .post-location p, #contents .rating {
        font-size: 13px;
    }

    .post-discription p {
        font-size: 14px;
    }
}

#contents .post-user-info .edit-delete-btn {
    margin-top: -10px;
    right: 25px;
}

#contents .post-card .post-discription {
    margin-bottom: 0px;
    padding: 16px 0 10px 0;
    display: block;
}

.post-discription p {
    margin: 0px 0px 0px;
    padding-bottom: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #414141;
    font-weight: 500;
    font-family: "Poppins";
}

.post-discription .post-location p {
    color: #0f94d4;
    font-size: 16px;
    font-weight: 400;
}

#contents .card-bottom {
    padding-top: 2px;
    padding-bottom: 10px;
}

.likes-and-views p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #0f94d4;
    font-weight: 500;
    font-family: "Poppins";
}

#contents .card-bottom .likes-and-views {
    width: 100%;
    display: flex;
}

.published_profile_table table {
    border-radius: 0px;
    border: 0px solid #efefef!important;
}

.published_profile_table table tr {
    /* border-bottom: 1px solid #eee; */
    border-bottom: 0px solid #eee;
}

.my-ads .published_profile_table th {
    padding: 6px 10px;
    font-size: 16px;
    color: #223850;
    font-weight: 600;
    font-family: "Poppins";
}

.my-ads .published_profile_table th {
    padding: 6px 10px;
    background: #fff;
    align-items: center;
    vertical-align: middle;
}

.published_profile_table th input {
    margin-left: 10px;
}

.my-ads .published_profile_table table tr td {
    color: #767f88;
    font-weight: 600;
}

.published_profile_table table tr td:nth-child(2) {
    min-width: 200px;
}

.my-ads .published_profile_table table tr td {
    color: #767f88;
    font-weight: 500;
    font-family: "Poppins";
    font-size: 16px;
}

.my-ads .published_profile_table table tr td input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.published_profile_table .main-img img {
    width: 100%;
    max-width: 100%;
    height: 72px;
    margin-right: 0px;
}

.published_profile_table table tr td a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #0f55d4;
    font-weight: 500;
    font-family: "Poppins";
}

.btn-td button.active-btn {
    background: #d0eed2;
    color: #04970b;
    border: 0;
}

.btn-td .btn {
    border-radius: 24px;
    padding: 2px 14px;
    font-weight: 500;
}

.published_profile_table .edit-delet-td a {
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.published_profile_table .edit-delet-td img {
    height: 28px;
}

.published_profile_table .edit-delet-td img {
    width: auto;
    height: auto;
}

.row.subscription-no, .posts-section .total-posts {
    padding: 0 20px;
}

.row.subscription-no {
    margin-left: 0px;
    margin-right: 0px;
}

.subscription-no .box {
    padding-left: 5px;
    padding-right: 5px;
}

.subscription-no .inner-box {
    border-radius: 4px;
}

.subscription-no .bg-1 {
    background: #d3fbd6;
    padding: 15px;
}

.subscription-no .item-1 .tittle {
    background-image: url(../images/arrow-left-bg.png);
}

.subscription-no .tittle {
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 62%;
    color: #fff;
    margin-left: -15px;
    padding-left: 15px;
}

.subscription-no .inner-box .tittle p {
    color: #fff;
    font-size: 16px;
}

.subscription-no .inner-box p {
    margin: 10px 0px;
    padding: 5px 0px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #223850;
    font-weight: 500;
    font-family: "Poppins";
}

.subscription-no .bg-1 .btn-primary {
    background-color: #4c81ff;
    border-color: #4c81ff;
}

.subscription-no a {
    font-size: 13px;
    padding: 2px 8px;
}

.subscription-no span {
    font-size: 12px;
    font-weight: 500;
}

.subscription-no span.date {
    color: red;
}

@media (max-width: 640px) {
    .subscription-no .inner-box {
        margin-bottom: 15px;
    }
}

.subscription_btn {
    margin-top: 30px;
    margin-bottom: 21px;
}

.subscription_btn a {
    background: #4b81ff;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    text-transform: capitalize;
}

.subscription_btn a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 24px;
}

.card-search-post {
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ccc;
}

.search-place-type1 {
    width: 58px;
}

.search-place-type1 img {
    width: 80px!important;
}

.search-place-type1 p {
    font-size: 17px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.profile-page #sell .username-and-location {
    width: 100%;
}

#sell .username-and-location {
    width: 80%;
}

.card-search-post .post-user-info-search p strong {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #223850;
    font-weight: 600;
    font-family: "Poppins";
}

.card-search-post .post-user-info-search p {
    font-size: 15px;
    margin-right: 0;
    width: 100%;
}

.post-rating-search .rating-text {
    font-size: 15px;
    letter-spacing: 0px;
    color: #8d8d8d;
    font-weight: 500;
    font-family: "Poppins";
    margin-left: 8px;
}
/* profile user content new style */

div.post-share-section.pos-share-new > a.social-whatsapp {
    background-color: #25D366;
}


  /**====================responsive-part===============================**/


  /*chat css*/
@media screen and (min-width: 1200px) and (max-width: 1370px){

   header .logo-text h1 {
        font-size: 24px;
    }

 .home-footer-menu ul {
      padding-left: 0;
    }

    header .site-logo img {
        height: 36px;
    }

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

	    .banner-middle .banner_ttitle_second {
        bottom: 270px;
    }

    .banner-middle .banner_ttitle_third {
        bottom: 140px;
    }

    .banner-middle .banner_ttitle_fourth {
        bottom: 120px;
    }

    .banner-middle .banner_ttitle_fifth {
        bottom: 310px;
    }

	.home-banner .banner-ttitle h1 {
        font-size: 34px;
		font-weight: 500;
    }

	.home-banner .banner_ttitle_first h1{
        font-family: 'Manuale-Medium';
        font-size: 46px;
    }

    .home-banner .banner_ttitle_first h1 {
        font-size: 28px;
        line-height: 1.5;
        font-family: 'Manuale-Medium';
        font-weight: 400;
    }

    .home-banner .banner_ttitle_second h1{
        font-family: 'Sniglet-Regular';
        font-size: 40px;
        font-weight: 400;
    }

    .home-banner .banner_ttitle_fifth h1{
        font-size: 50px;
        font-weight: 400;
    }



    .discovering-text{
        top: -50px;
    }

    .discovering_text_second{
        top: -90px;
    }

    .discovering_text_fourth{
        top: -10px;
    }

    .discovering_text_fifth{
        top: -130px;
    }

	.discovering-text h1 {
        font-size: 107px;
        font-weight: 400;
    }

   .discovering_text_first h1 {
        font-size: 86px;
        font-weight: 400;
    }

    .discovering_text_second h1 {
        font-size: 90px;
        font-weight: 400;
    }

    .discovering_text_third h1 {
        font-size: 60px;
        font-weight: 400;
    }

    .discovering_text_fourth h1 {
        font-size: 72px;
        font-weight: 400;
    }


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

}

#searchText:focus, #searchGoo:focus {
    box-shadow:none;
 }
 #searchText,#searchGoo{
     border: none !important;
 }

 form#search{
     width: 100% !important;
 }

 #facebook{
     color:#3b5998;
 }

 #twitter{
    color:#1da1f2;
}

#linkedin{
    color:#0077b5;
}

#googleplus, #pinterest{
    color:#db4437;
}

#sw-map{

    width:685px;
    height:820px;
}

#divLoading{display : none;}
#divLoading.show
{
display : block;
position : fixed;
z-index: 9999;
background-image : url('/static/images/loader.gif');
background-color:#ffffff;
opacity : 0.5;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}

.uploadImg,
.uploadImgGeneral{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label[for=uploadImgUser],
label[for=uploadImgUserGeneral]{
  cursor: pointer;
}

i.fa-eye{
    cursor: pointer;
}

div.dropdown-menu{
background-color:#fff;
}
a.dropdown-item{
    color:#212529 !important;
    font-size:small;
}

.or{
    margin-left: 30px;
}

.contentRecaptcha{
    padding-left: 15px !important;
}

#invalid-recaptcha{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    display: none;
}

.pac-container {
    z-index: 10000 !important;
}

#galleryItin div img,
#gallery div img{
    position: relative;
    float: left;
    width: 150px;
    height: 100px;

}

#galleryItin div i,
#gallery div i{
    position: relative;
    float: left;
    color: red;
    margin-right: 8px;
    cursor: pointer;
}

.space{
    width: 330px;
}
.top{
    margin-top: 10px;
}

img#PreviewImg{
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    display: none;
}

img#map_is_visit{
    margin-bottom: 20px;
    cursor: pointer;
}

#map-visit-and-go{
    width: 98%;
    height: 600px;
    padding: 10px;
}

img#imagemapVisitGo{
    animation:  pulse 1s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

@keyframes pulse {
    from { opacity: 1; }
    50% { opacity: 0.4; }
    to { opacity: 1; }
  }

  .marker {
    background-image: url('/static/images/icons/maps/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }

  .mapboxgl-popup {
    max-width: 200px;
  }

  .mapboxgl-popup-content {
    width: 190px !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }

  .search-card .col-md-3 {
    max-width : 50%
}

body > section.page-search-section > div:nth-child(1) > div {
    height : 199px
}

body > header > div > div {
    height : 75px
}

body > section:nth-child(4) > div > div.row.middle-search-result {
    padding: 20px 30px 15px 30px;
}

  body > section > div > div > div:nth-child(2) > div.sv-slider > div.owl-thumbs {
    max-height : 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

#react-root > div > div.search-card > div > div {
    justify-content: center;
}

#sw-map > div.map-switcher-container > div {
    position: absolute;
    bottom: 26px;
    right: 17px;
    width: 255px;
    text-align: center;
    background-color: white;
    height: 56px;
    padding-top: 15px;
}

.container-fluid.wrapper-md {
    padding: 0 50px;
    max-width: 1599px;
    width: 100%;
}

.container-fluid.wrapper-md {
    padding: 0 20px;
}

.container-fluid.wrapper-md {
    padding: 0 24px;
}

.container-fluid.wrapper-md {
    padding: 0 15px;
    /* max-width: 100%; */
    width: 100%;
}

.container-fluid.wrapper-md.explore-section-search {
    padding: 0;
}

.page-search-section .container-fluid.wrapper-md {
    padding: 0;
}
.container-fluid.wrapper-md {
    padding: 0 15px;
}

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


/**/
@media only screen and (min-width: 768px){
    .hidden-desktop{
        display: none;
    }
}
@media only screen and (max-width: 767px){

    .published_profile_table table {
        width: 650px;
    }

    .published_profile_table {
        overflow-x: auto;
    }

     #map-visit-and-go{
         height: 225px !important;
     }

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

   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 #62bf67;
        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;
    }

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

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

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


}


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


.discovering_text_first {
    top: 30%;
}

}

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

    .published_profile_table table {
        width: 100%;
    }

    .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 {
    max-width: 32px;
}

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

.discovering-text h1 {
    font-size: 74px;
    letter-spacing: 21px;
}

}


/**===============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;
}

.container-fluid.home-banner .discovering_text_first h1 {
    font-size: 35px;
    letter-spacing: 0;
}

.container-fluid.home-banner .discovering_text_second h1 {
    font-size: 35px;
    letter-spacing: 0;
}

.container-fluid.home-banner .discovering_text_third h1 {
    font-size: 30px;
    letter-spacing: 0;
}

.container-fluid.home-banner .discovering_text_fourth h1 {
    font-size: 40px;
    letter-spacing: 0;
}

.container-fluid.home-banner .discovering_text_fifth h1 {
    font-size: 40px;
    letter-spacing: 0;
}

.container-fluid.home-banner .discovering_text_six h1, .container-fluid.home-banner .discovering_text_eight h1, .container-fluid.home-banner .discovering_text_nine h1  {
    font-size: 37px;
    letter-spacing: 0;
}

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

    #cookie-policy{
        width: 100% !important;
        font-size: 12px;
        right: 0;
        bottom: 0;
    }

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

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




}


/* div.footertop-bg div img{
    width: 100% !important;
} */



/**==============================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 {
    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;
    border-bottom: 1px solid #e8e8e8;
}

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

.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 {
    max-height: 210px;
    overflow: hidden!important;
    border-radius: 10px;
    margin-bottom: 35px;
}

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 {
    padding: 10px 18px;
}
.owl-carousel .title-travel.none-absolute {
    padding-right: 0!important;
}
.itenerariesdetail-modal .modal-body {
    padding: 0;
    border-radius: 50px;
}

.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: #61bf66;
    color: #fff;
    padding: 10px 15px;
}

.search-guid-banner-part img {
    width: 100%;
    max-height: 800px;
}


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

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


.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 .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 {
    padding-right: 10px;
}

.button-exp a {
    display: inline-block;
    width: 100%;
}

.location {
    width: calc(100% - 160px);
}

.explore-section-search .card-home input {
    font-size: 13px;
}

.explore-section-search .card-home {
    height: 70px;
}


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



 }

 div#viewMapVideo,
 div#viewMapPlace{
    width: 730px;
    height: 259px;
 }

 div#viewMapItin{
    width: 100%;
    height: 259px;
 }


/**====================================responsive-designing===============================**/

 @media screen and (max-width: 767px) {

    div#viewMapVideo,
    div#viewMapPlace{
        width: 100%;
        height: 259px;
     }

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

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

div#addMovieContentModal .modal-dialog .modal-content,
div#createStoryModal .modal-dialog .modal-content,
div#create-itenireries .modal-dialog .modal-content,
div#createaniteniries .modal-dialog .modal-content,
div#storyEditor .modal-dialog .modal-content {
    padding: 15px;
}


.modal {
    padding: 0!important;
}

.text-logo h1 {
    font-size: 36px;
}

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

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

 }

 @media screen and (max-width: 575px) and (min-width: 340px)  {
    .search-card .col-md-3 {
        max-width: 50%;
        padding: 2%;
    }

    .search-place-type {
        margin-top: 70%;
        right: 22%;
    }

    .ph-item {
        max-width: 45%;
    }
 }


 .user-profile .dropdown.show .dropdown-menu{
     padding: 10px !important;


 }

form.info_additional_user > div.category > div.cat-field > div > select#categories{
    height: 155px;

 }

 .ph-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     margin-top: 20px;
 }

 .iconRed {
    color: #B0171F;




}

.iconYellow
{
    color: #FFA500;
}

.home-banner .banner_ttitle_second h1 {
    font-size: 25px;
    line-height: 1.5;
    font-family: 'Sniglet-Regular';
    font-weight: 400;
}

.owl-thumbs {
    max-height: 104vh;
    overflow-y: auto;
}

.owl-thumbs:active::-webkit-scrollbar-thumb,
.owl-thumbs:focus::-webkit-scrollbar-thumb,
.owl-thumbs:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
.owl-thumbs::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.owl-thumbs::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media only screen and (max-width: 1280px){


    .published_profile_table table {
        width: 650px;
        font-size: 13px;
    }

    .published_profile_table {
        width: 100%;
        overflow-x: auto;
    }


    }

    /** start new css */
form#search .input-group-prepend {
    margin: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
}
form#search .input-group.mb-2 {
    margin-bottom: 0 !important;
}
.explore-section .card-home {
    justify-content: space-between;
    height: 75px;
    border-radius: 0;
}

.middle-search-result {
    border: 0;
}
.page-search-section .container-fluid.wrapper-md form#search {
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.map-radius {
    padding-right: 0;
}
.search-card .place-icon img.img-fluid {
    width: 100% !important;
    max-width: 100%;
}
.search-card .place-icon {
    background: unset;
    width: unset;
    height: unset;
}

.search-card .card-search-post {
    height: 100%;
}

.search-card .card-search-post .post-image-search {
    max-height: 480px;
    overflow: hidden;
}

.search-card .col-md-3 {
    margin-bottom: 15px;
}

#closetravelBloggers {
    top: 10px;
    right: 24px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}


header.mobile-header-section.hidden-desktop {
    padding: 0 15px !important;
}
.adverties .sticky {
    background: #355184;
}
footer {
    background-color: #096a83 !important;
    padding: 30px 15px;
}

@media(max-width:1199px){
    .discovering_text_second h1 {
    font-size: 75px;
    font-weight: 400;
    letter-spacing: 1px;
}

}




@media(max-width:767px){
    .mobile-header-section.active .mobile-links {
    max-height: 100vh;
    overflow-y: scroll;
}

.mobile-header-section.active .mobile-links ul {
    padding-bottom: 30px !important;
}
    .adverties h1 {
    font-size: 45px;
}
    .location-and-button:before {
    top: 0;
}
.explore-section .card-home {
    margin-top: -158px;
    padding: 0;
}

.card-home .row .col-sm-7.location-and-button .location {
    background: white;
}

form#search .learn {
    padding: 0 !important;
}

.card-home .row .col-sm-7.location-and-button {
    padding-top: 0;
}

.explore-section .card-home form#search {
    background: #fff;
}

.button-exp button {
    width: 100%;
}

.button-exp {
    padding-top: 0;
}
}

/** end new css */



/* / --home-page-start-- / */

form#search .input-group-prepend {
    margin: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    border: 0px;
}
form#search .input-group.mb-2 {
    margin-bottom: 0 !important;
}
.explore-section .card-home {
    justify-content: space-between;
    height: 75px;
    border-radius: 0;
}

/* -- home-page-End -- */


/* / --search-page-start--- / */

.search-title-r h1 {
    font-weight: 500;
    font-family: 'Satisfy';
}
.explore-section-search form#search {
    margin-top: 30px;
}


.middle-search-result {
    border: 0;
    position: relative;
}
.middle-search-result:after {
    height: 1px;
    display: block;
    width: 100%;
    background: #dadada;
    border-bottom: 0px white;
    content: '';
}

.middle-search-result:before {
    height: 3px;
    display: block;
    width: 125px;
    background: #0f94d4;
    border-bottom: 0px white;
    content: '';
    position:absolute;
    bottom: 14px;
}

.page-search-section .container-fluid.wrapper-md form#search {
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.map-radius {
    padding-right: 0;
}
.search-card .place-icon img.img-fluid {
    width: 100% !important;
    max-width: 100%;
}
.search-card .place-icon {
    background: unset;
    width: unset;
    height: unset;
}

.search-card .card-search-post {
    height: 100%;
    border-radius: 10px;
}

.search-card .card-search-post .post-image-search {
    max-height: 480px;
    overflow: hidden;
}

.search-card .col-md-3 {
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.username-and-location .user-name-search {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* max-width: 200px; */
    padding-top: 8px;
}

.post-discription .post-location-search p {
    color: #0f94d4;
    margin-top: 10px;
}

.likes-and-views p {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #8d8d8d;
    font-weight: 600;
    text-transform: uppercase;
}

.card-search-post .card-bottom-search {
    padding-bottom: 0px;
}

.card-search-post .post-image-search img {
    border-radius: 10px 10px 0px 0px;
}

.descripton-outer .left-bar h4 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.descripton-outer .left-bar .contant-part-outer p {
    font-size: 18px;
    color: #6e6e6e;
    font-family: 'Poppins';
}

.left-bar .comment-section {
    border-top: 6px solid #ededed;
    padding-top: 45px;
}

.right-map-bar img#imageViewMap {
    border-radius: 10px;
}

.detail-page .sv-slider .owl-stage-outer .sv-slider-item {
    max-height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

.detail-page .sv-slider .owl-nav button {
    top: 40%;
    }

/* / --search-page-start end-- / */

.adverties .hero_banner {
    padding-bottom: 120px;
}

#closetravelBloggers {
    top: 10px;
    right: 24px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}

div#login-user .login-field input, div#signup .signup-field input {
    height: 50px;
    font-weight: 600;
}

div#login-user .text-log p, div#signup .text-signup p {
    width: 100%;
}

.modal-footer-login a.signup-btn, #signup .modal-footer-signup a.modal-login {
    font-weight: 600;
    color: #1da1f2;
}

.login-cancel-btn {
    top: 4px;
    right: -8px;
}

div#signup .login-btn button,
div#login-user .login-btn button {
    padding: 16px;
}


/* / ---Header--Footer--start-- / */

header.mobile-header-section.hidden-desktop {
    padding: 0 15px !important;
    background-color: #fff;
}
.adverties .sticky {
    background: #355184;
}
footer {
    background-color: #096a83 !important;
    padding: 30px 15px;
}

@media(max-width:1199px){
.discovering_text_second h1 {
    font-size: 75px;
    font-weight: 400;
    letter-spacing: 1px;
}

}


/* / mobile / */


@media(max-width:767px) {

header {
    padding: 12px 15px;
}

.mobile-header .humberger-icon {
    height: auto;
}
body > header > div > div {
    height: auto;
}

.mobile-header-section.active .mobile-links {
    max-height: 100vh;
    overflow-y: scroll;
}

.mobile-header-section.active .mobile-links ul {
    padding-bottom: 30px !important;
}
    .adverties h1 {
    font-size: 45px;
}
    .location-and-button:before {
    top: 0;
}
.explore-section .card-home {
    margin-top: -158px;
    padding: 0;
}

.card-home .row .col-sm-7.location-and-button .location {
    background: white;
}

form#search .learn {
    padding: 0 !important;
}

.card-home .row .col-sm-7.location-and-button {
    padding-top: 0;
}

.explore-section .card-home form#search {
    background: #fff;
}

.button-exp button {
    width: 100%;
}

.button-exp {
    padding-top: 0;
}
.explore-section .mobile-width .card-home {
    margin-bottom: -65px;
}
.explore-section .mobile-width {
    padding-left: 0;
    padding-right: 0;
}

.card-home .location-and-button .button-exp button {
    min-width: 100%;
}
.card-home .learn {
    padding: 10px 18px 0 8px;
}

.mobile-header-section.active .menu-close-icon img {
    margin-left: 5px;
}

.menu-close-icon{
    width:31px;
    height:30px;
    background-image:url('../images/icons/menu-close-icon.png');
    background-repeat: no-repeat;
}

.menu-close-icon.green{
    width:31px;
    height:30px;
    background-image:url('../images/icons/menu-close-icon-green.png');
    background-repeat: no-repeat;
}

.mobile-links ul li a span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding-top: 16px;
    }

.page-search-section .search-title-r h1 {
    font-size: 50px;
   }
.page-search-section .explore-section-search .card-home {
    margin-bottom: -3px;
}
.wrapper-md .detail-info {
    text-align: center;
}
.right-auther-cnt .post-button-section {
   justify-content: center;
}
.author-info p.user-name {
    font-size: 22px;
}
.descripton-outer .img_banner {
    margin-right: 0;
}


}


@media(max-width:591px) {

div.search-card .col-md-3 {
    max-width: 100%;
   }


}

.sidebar-profile .user-posts-info span {
    font-weight: 600;
}

div#general-user .info_general label {
    font-weight: 600;
}

.search-card .card-search-post .post-image-search {
    max-height: initial;
    overflow: initial;
}

.general-user .cancel {
    color: #223850;
    font-weight: 600;
}

div#additional-user select#categories {
    margin-right: 10px;
}

#setting-btn input {
    margin-right: 8px;
}

form.reset_password .change-password {
    margin-bottom: 25px;
    margin-top: 20px;
}

div#update-user .btn-update {
    justify-content: space-between;
}

header .logo-text h1 {
    font-size: 45px;
}

.profile-page-header .help-menu {
    margin-top: -25px;
}

.profile-page-header .help-menu ul li {
    padding-left: 26px;
}

.detail-page .sv-slider .slider-image img {
    min-height: 500px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 480px;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item {
    /* max-height: 170px;
    margin-bottom: 0px;
    overflow: hidden; */
    width: 100%;
    height: 273px;
    flex-shrink: 0;
    margin-bottom: 0px;
}

.detail-page .sv-slider .owl-thumbs button.owl-thumb-item img {
    width: 100%;
    height: 273px;
    flex-shrink: 0;
    margin-bottom: 0px;
}

.detail-page .sv-slider .owl-stage-outer .sv-slider-item {
    max-height: 500px;
}




@media(max-width: 767px) {

.modal .modal-dialog h1:not(.text-logo h1) {
    font-size: 20px;
    font-weight: 600;
    }

div#general-user .form-field-section {
    display: block;
    justify-content: normal;
    align-items: normal;
    }

div#general-user .general-field .set-form-field {
    width: 100%;
}

div#general-user .general-field .set-form-field {
   margin-left: 0;
    margin-top: 25px;
}

div#additional-user .category .cat-field {
    width: 100%;
}

.story-banner {
    padding: 0px 4px 0px;
    top: 50px;
}

#partnersModal .close-icon {
    margin-top: -8px;
    margin-right: 8px;
    }
.sidebar-profile .side-username p {
    font-weight: 600;
}

.popup-area-2 .modal h3 {
    font-size: 20px;
    line-height: 30px;
}
.popup-area-2 .box-area.left-part {
    padding: 0;
    padding-left: 0px;
    margin-left: 0;
}

.popup-area-2 .modal-dialog, .popup-area-2 .modal.show .modal-dialog,
.popup-area .modal-dialog, .popup-area .modal.show .modal-dialog {
    width: 100%;
    left: 45%;
    }

.popup-area-2 .stories-btn {
    text-align: center;
    margin-bottom: 50px;
}

.popup-area .stories-btn .story-create-btn {
    padding: 16px 10px;
    font-size: 16px;
}

.published_profile_table .subscription_btn {
    margin-top: 0px;
    margin-bottom: 21px;
    display: inline-flex;
}

.popup-location-field .form-control {
    font-size: 16px;
}

.detail-page .sv-slider .owl-carousel .owl-item img {
    min-height: 300px;
    overflow: hidden;
}


}


@media screen and (max-width: 591px) {

.card-search-post .search-place-type {
    margin-top: -24px;
    right: 10px;
}

.location-and-button .location {
    padding: 15px 18px 0 12px;
}

.profile-page .middle-search .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }

}


search-and-setting .custom-btn.blue-btn.search-inti-btn {
    font-size: 15px;
    }

.bottom_action a.cancel_btn {
    box-shadow: inset 0 0 30px #f5caca;
    }

img.check {
    margin-top: -13px;
    }




@media only screen and (max-width: 991px) and (min-width: 768px) {

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

    .home-header .help-menu a {
            padding: 32px 0px 25px;
        }

    #addMovieContentModal .modal-dialog,
    #createStoryModal .modal-dialog {
        width: 90%;
        }

    #addMovieContentModal .create-story-content ,
    #createStoryModal .create-story-content {
        width: 100%;
    }

    div#viewMapVideo,
    div#viewMapPlace {
        width: 100%;
        }

    .location-icon-goto {
        width: 140px;
    }

    header.profile-page-header .logo-text h1 {
        font-size: 20px;

    }

    header.profile-page-header  .site-logo img {
        height: 30px;
    }


    .stories-btn .story-create-btn {
        padding: 10px 2px;
        font-size: 8px;
    }

    .descripton-outer .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        }

    div.contentInfoUser .user-categories {
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }

    .adverties h1 {
        font-size: 46px;
    }


}


div.search-card .card-search-post .post-image-search {
    max-height: 480px;
    overflow: hidden;
}

.titlegrp img.check {
    margin-top: -11px;
}


@media only screen and (min-width: 2000px) and (max-width: 2400px) {

div.adverties .hero_banner {
    padding-bottom: 10%;
   }

.home_page .explore-section .card-home {
    margin-bottom: -20px;
}

#contents .card-bottom .likes-and-views {
    width: 90%;
    }

#contents .card-bottom .post-rating {
    width: 52%;
}

img.add-link {
    margin-top: -15px;
   }



}



@media only screen and (max-width: 992px) and (min-width: 768px) {

div.help-menu ul li a {
    padding: 0 2px;
}

.cart-profile-section .site-cart {
   padding-left: 10px;
}

.middle-search-result .map-location-radius {
    width: 100%;
    justify-content: space-between;
}



}




@media screen and (max-width: 767px) {

.crate-ad-form .titlegrp.for_group.first_text_grp {
    flex: 0 0 100%;
    max-width: 100%;
}

#general-user .form-field-section .field-gender , #general-user .set-form-field {
    width: 100%;
}

div#general-user .form-field-section .set-form-field {
    margin-left: 10px;
}

.general-user .general-field-gender .field-compleannoe {
    width: 100%;
    }

#contents .post-card .post-discription {
    padding: 16px 0 10px 15px;
    }

#contents .post-discription p {
    font-size: 16px;
    font-weight: 600;
}

section.popup-area-2 .modal h3 {
    font-size: 20px;
    line-height: 30px;
}

section.popup-area .stories-btn .story-create-btn {
    padding: 16px 10px;
    font-size: 16px;
}

section.popup-area-2 .modal-dialog, section.popup-area-2 .modal.show .modal-dialog,
section.popup-area .modal-dialog, section.popup-area .modal.show .modal-dialog {
    width: 100%;
    left: 45%;
    top: 60%;
}

div.story-banner {
    padding: 0px 4px 0px;
    top: 50px;
}

div#closetravelBloggers {
    top: 26px;
    right: 18px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}

}


@media screen and (max-width: 591px) {

.post-menu ul li {
    padding-right: 8px;
}

.post-menu ul li a {
    font-size: 12px;
}

ul.mid-nav-tabs-2 li a {
    font-size: 12px;
}

div.story-banner {
    padding: 0px 4px 0px;
    top: 50px;
}

div#closetravelBloggers {
    top: 26px;
    right: 18px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}


.crate-ad-form .titlegrp.for_group.first_text_grp {
    flex: 0 0 100%;
    max-width: 100%;
}

#general-user .form-field-section .field-gender , #general-user .set-form-field {
    width: 100%;
}

div#general-user .form-field-section .set-form-field {
    margin-left: 10px;
}

.general-user .general-field-gender .field-compleannoe {
    width: 100%;
    }

#contents .post-card .post-discription {
    padding: 16px 0 10px 15px;
    }

#contents .post-discription p {
    font-size: 16px;
    font-weight: 600;
}

section.popup-area-2 .modal h3 {
    font-size: 20px;
    line-height: 30px;
}

section.popup-area .stories-btn .story-create-btn {
    padding: 16px 10px;
    font-size: 16px;
}

section.popup-area-2 .modal-dialog, section.popup-area-2 .modal.show .modal-dialog,
section.popup-area .modal-dialog, section.popup-area .modal.show .modal-dialog {
    width: 100%;
    left: 45%;
    top: 60%;
}

div.story-banner {
    padding: 0px 4px 0px;
    top: 50px;
}

div#closetravelBloggers {
    top: 26px;
    right: 18px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}


}


.detail-page .sv-slider .owl-thumbs {
    max-height: 500px;
    /* overflow: hidden; */
}


@media only screen and (min-width: 2000px) and (max-width: 2400px) {

.modal.show .modal-dialog {
    width: 100%;
     position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
   }

#signup .modal-dialog {
    max-width: 650px;
}

#partnersModal .modal-dialog {
    top: 65%;
    max-width: 900px;
}

#createaniteniries .modal-dialog {
    top: 68%;
    max-width: 900px;
}

#addMovieContentModal .modal-dialog,
#createStoryModal .modal-dialog {
    top: 82%;
    max-width: 900px;
}

div.search-card .card-search-post .post-image-search {
    max-height: 480px;
    overflow: hidden;
}

#partnersModal .modal-dialog ul li {
    font-size: 22px;
}

.supportModal .login-cancel-btn {
    top: 10px;
    right: -5px;
   }



}

@media only screen and (min-width: 2000px) and (max-width: 2400px) {

.home_page div.explore-section div.card-home {
    margin-bottom: 0;
}

.story-banner {
     top: 20%;
   }
.story-banner #closetravelBloggers {
    top: 28px;
    right: 45px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}

}


.home-header .help-menu a:hover {
    background-image: url('../images/menu-hover-black.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 48px;
}

.profile-page-header .help-menu ul li a:hover {
    background-image: url('../images/menu-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 48px;
}

body.home_footer .explore-section .card-home {
    margin-top: -152px;
}

body.home_footer .home-banner .banner-middle {
    top: -160px;
}

body.home_footer .footertop-bg {
    position: relative;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

body.home_footer .footertop-bg>div {
    position: absolute;
    top: -114px;
    left: 0;
    transform: translate(31%, -20px);
}

body.home_footer .help-menu.float-right.custom-margin {
    margin-bottom: 0;
}



@media only screen and (min-width: 2000px) and (max-width: 2400px) {

body.home_footer .footertop-bg>div {
    top: -132px;
    }

}


.explore-section .card-home form#search .form-control {
    background-color: transparent;
}

.adverties .btn-signup {
    width: 325px;
}
.adverties .btn-signup:hover {
    box-shadow: 325px 0 0 #099110 inset;
    color: #fff;
}

.search-and-setting .custom-btn.blue-btn.search-inti-btn {
    font-size: 14px;
}

.tab-content .travel-article-list figure img {
    /* height: 300px;
    overflow: hidden; */
    object-fit: cover;
}


#contents .card-bottom .post-rating {
    width: 50%;
    display: block;
    padding: 0px 5px;
    justify-content: flex-end;
}

@media only screen and (min-width: 2401px) and (max-width: 5000px) {


.home_page .explore-section .card-home {
    margin-bottom: -20px;
}

#contents .card-bottom .likes-and-views {
    width: 90%;
    }

#contents .card-bottom .post-rating {
    width: 52%;
}

img.add-link {
    margin-top: -15px;
   }


.adverties.page .throw_flow {
    margin-top: -3%;
}

.login-cancel-btn {
    top: 10px;
    right: -5px;
   }

.modal.show .modal-dialog {
    width: 100%;
     position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
   }

#signup .modal-dialog {
    max-width: 650px;
}

#partnersModal .modal-dialog {
    top: 50%;
    max-width: 900px;
}

#createaniteniries .modal-dialog {
    top: 68%;
    max-width: 900px;
}

#addMovieContentModal .modal-dialog,
#createStoryModal .modal-dialog {
    top: 82%;
    max-width: 900px;
}

div.search-card .card-search-post .post-image-search {
    max-height: 480px;
    overflow: hidden;
}

#partnersModal .modal-dialog ul li {
    font-size: 22px;
}

.supportModal .login-cancel-btn {
    top: 10px;
    right: -5px;
   }

.story-banner {
     top: 30%;
     left: 2%;
   }

.home_page div.explore-section div.card-home {
    margin-bottom: 0;
}

.story-banner {
     top: 20%;
   }
.story-banner #closetravelBloggers {
    top: 28px;
    right: 45px;
    width: 30px;
    height: 30px;
    background-image: url('../img/crose.png');
    background-repeat: no-repeat;
}

body.home_footer .footertop-bg>div {
    top: -132px;
    }

.adverties .btn-signup {
    width: 325px;
}
.adverties .btn-signup:hover {
    box-shadow: 325px 0 0 #099110 inset;
    color: #fff;
}

.home-banner .banner-middle {
    top: 100%;
}


}


@media screen and (max-width: 767px) {


.hero_connent .box-inner h5 {
    font-size: 10px;
}

.hero_connent .box-inner img {
    width: 80px;
}


}

#gallery{
    border: 1px solid gainsboro;
    padding: 10px;
    overflow: auto;
    white-space: nowrap;
}

#gallery > div {
    display: inline-block;
}

span.shifts{
    font-size: 12px;
}

.search-card .card-search-post {
    border-bottom: 6px solid #1b92ca;
}

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

.bg-banner h1 {
    padding-top: 35px;
    padding-bottom: 70px;
}

section .bg-banner {
    background: url(../images/profile_banner.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    }

    section.new-iteneraries-look {
        background: #fbfbfb;
    }

    /*------- 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-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;
}

.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--------- */

/*------- 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: 10px;
    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;
    width: 120px;
}
.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-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;
}

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



}

img#logo-24{
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --------22-12-21--------- */

 @media only screen and (max-width: 600px), only screen and (min-width: 600px){

    div.footertop-bg > div.footer-bg{
        margin-top:80px;
      }

        div.footertop-bg > div.footer-bg > div.dwn-app{
            height: 200px;
            width: 350px;
            margin: auto;
            border-radius: 12.944px;
            background: url("../images/Rectangle277.png") no-repeat center center;
            background-position: bottom;
            padding: 8px;
          }

          div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > span.plan{
            color: #FFF;
            font-family: Inter;
            font-size: 22.518px;
            font-style: normal;
            font-weight: 400;
            line-height: 169.601%;
        }

          div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > span.get-sw{
            color: #FFF;
            font-family: Inter;
            font-size: 12.259px;
            font-style: normal;
            font-weight: 100;
            line-height: 169.601%;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > ul.list-inline > li > img#googlestore,
        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > ul.list-inline > li > img#applestore{

            width: 81.611px;
            height: auto;
            flex-shrink: 0;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > a > img.iPhone15Pro{
            width: 120px;
            margin-left: 230px;
            margin-top: -350px;



        }

        .try-our-free-app {
            width: 119.476px;
            height: 30.896px;
            flex-shrink: 0;
            color: #FFF;
            text-align: center;
            font-family: Poppins;
            font-size: 9.482px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 8px;


        }

        .try-our-free-app:hover {
            color: #FFF;
        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_distance > svg{
            width: 33.167px;
            height: 36.942px;
            flex-shrink: 0;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row > div.col > h4.description{
            color: #5DADDE;
            font-family: Poppins;
            font-size: 18.964px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_duration > svg,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_type > svg,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_hosting > svg{
            width: 39.801px;
            height: 39.801px;
            flex-shrink: 0;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_distance,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_duration,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_type,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_hosting{
            color: #5DADDE;
            font-family: Inter;
            font-size: 14.328px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.num_distance,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.num_duration,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.category_type,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.lang_hosting{
            color: #B9C2C7;
            font-family: Inter;
            font-size: 11.94px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-12 > h2.buy-unique{
            color: #000;
            font-family: Poppins;
            font-size: 20.191px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

     small.see-more-contents-viator{
            color: #000;
            font-family: Poppins;
            font-size: 16.818px;
            font-style: normal;
            font-weight: 300;
            line-height: 20.227px;
            display: inline-block;
        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-12 > p.fill-tour{
            color: #000;
            font-family: Poppins;
            font-size: 8.076px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        img#logo-24 {
            height: 50px;
            margin-top: 15px;
        }


    }


    @media only screen and (min-width: 992px), only screen and (min-width: 1200px) {

        div.footertop-bg > div.footer-bg{
            margin-top:180px;
          }


        div.footertop-bg > div.footer-bg > div.dwn-app{
          height: 300px;
          width: 1084.714px;
          margin: auto;
          border-radius: 12.944px;
          background: url("../images/Rectangle277.png") no-repeat center center;
          background-position: bottom;
          padding-top: 32.42px;
          padding-left: 63px;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > span.plan{
            color: #FFF;
            font-family: Inter;
            font-size: 34.518px;
            font-style: normal;
            font-weight: 700;
            line-height: 169.601%;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > span.get-sw{
            color: #FFF;
            font-family: Inter;
            font-size: 17.259px;
            font-style: normal;
            font-weight: 300;
            line-height: 169.601%;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > ul.list-inline > li > img#googlestore,
        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > ul.list-inline > li > img#applestore
        {

            width: 100%;
            height: auto;
            flex-shrink: 0;
        }

        div.footertop-bg > div.footer-bg > div.dwn-app > div.container > div.row > div.col-md-6 > a > img.iPhone15Pro{
            width: 100%;
            margin-left: 0px;
            margin-top: -120px;
            display: block !important;
        }


        .try-our-free-app {
            width: 189px !important;
            height: 48.875px !important;
            flex-shrink: 0;
            fill: #81DD0D;
            backdrop-filter: blur(25px);
            color: #FFF;
            text-align: center;
            font-family: Poppins;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 10px;


        }

        .try-our-free-app:hover {
            color: #FFF;
        }


        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_distance > svg{
            width: 52.468px;
            height: 58.439px;
            flex-shrink: 0;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row > div.col > h4.description{
            color: #5DADDE;
            font-family: Poppins;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_duration > svg,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_type > svg,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.icon_hosting > svg{
            width: 62.961px;
            height: 62.961px;
            flex-shrink: 0;


        }


        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_distance,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_duration,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_type,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.text_hosting{
            color: #5DADDE;
            font-family: Inter;
            font-size: 22.666px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;


        }



        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.num_distance,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.num_duration,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.category_type,
        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-8 > div.row.row-cols-4 > div.col > ul > li > span.lang_hosting{
            color: #B9C2C7;
            font-family: Inter;
            font-size: 18.888px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;


        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-12 > h2.buy-unique{
            color: #000;
            font-family: Poppins;
            font-size: 50px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        small.see-more-contents-viator{
            color: #000;
            font-family: Poppins;
            font-size: 26.818px;
            font-style: normal;
            font-weight: 400;
            line-height: 40.227px;
        }

        section.detail-page > div.container-fluid.wrapper-md > div.row > div.col-md-12 > p.fill-tour{
            color: #000;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        }

        .hr-details{
            width: 100%;
            height: 3px;
            background: #000;
        }
