@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.greystar {
    color: #b5b5b5 !important;
}

.footer .footer-top {
    padding: 50px 0 30px;
}

.footer .footer-bottom .copyright {
    padding: 20px 0px;
    text-align: center;
}

.bannergallery-section .gallery-widget img
/*.padLeft70{
    padding-left: 50px;
}*/

.footer-contact-info span {
    margin: 0 0 2px;
    font-weight: 700;
    color: #fff;
}

.footer .footer-widget ul {
    list-style: none;
    padding-left: 0px;
}

.footer .footer-menu ul li {
    display: list-item;
}

.social-icon ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.footer {
    margin: 0px;
    background-color: #3AB7B4;
}

.testimonial-info {
    border: 2px solid #ebebeb;
    box-shadow: none !important;
}

.testimonials-section .rightimg {
    background: transparent;
}

.navbar-brand.logo img {
    width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    left: -15px;

}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: end;
}

/*.fixed .navbar-brand.logo img {
    width: 85px;
}*/

.header .main-menu-wrapper .main-nav>li {
    margin-right: 25px;
}

.main-menu-wrapper {
    margin-right: 0px;
}

.search-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 190px;
    font-size: 14px;
}

.search-box .select2-container--default .select2-selection--single {
    min-width: 160px;
}

.search-box .group-img input {
    min-width: 280px;
}

.category-links h5 {
    margin-bottom: 0px !important;
}

.category-links img {
    margin-bottom: 15px;
}

.testimonials-section .owl-carousel .owl-item .testi-img {
    border: 3px solid rgb(78 184 179);
}

.featured-slider .bloglist-content .blogfeaturelink {
    margin-top: 0px;
}

/*.banner-section{
    background: #fff;
}*/

.category-section {
    /*background: #f5f5f5;*/
}

.featured-section {
    background: #fff;
}

.footer-logo img {
    width: 125px;
}

.featured-slider1 img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.category-section .category-links {
    margin-bottom: 0px;
    background: transparent;
    border: none;
}

.card {
    background: transparent;
    box-shadow: none !important;
}

.banner-imgs img {
    max-width: 410px;
}

.banner-imgs {
    position: relative;
    right: 0;
    bottom: 0;
}

.main-banner-1 {
    animation: bouncing alternate infinite 1s;
}

.banner-seven .home-banner .banner-imgs img {
    max-width: 390px;
}

.banner-seven .home-banner .section-search {
    padding-top: 50px;
}

.banner-seven {
    background: #3AB7B4;
}

.header .header-navbar-rht .nav-item .header-reg {
    color: #ffffff;
    font-weight: 600;
    padding: 0px 8px;
}

.banner-section h1 {
    margin-bottom: 60px;
}

.header.header-four .header-navbar-rht li>a.header-login {
    padding: 10px 15px;
    font-weight: 700;
}

.banner-seven .home-banner .search-box.search-box-seven .select2-container--default .select2-selection--single {
    min-width: 165px;
}

.banner-seven .home-banner .search-box .form-control {
    border: 1px solid #e3e3e3;
    color: #000;
}

.search-btn .btn-primary {
    padding: 12px 20px;
}

.form-set {
    margin-bottom: 0;
}

.header.header-four .header-navbar-rht li>a.header-login {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #EB5E80;
    border-radius: 50px;
}

.header.header-four .header-navbar-rht li>a.header-login i {
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.header.header-seven.fixed {
    background-color: #F6F7FC;
}

/*.fixed li a {
    color: #000 !important;
}*/

/*.fixed li.active a {
    color: #3AB7B4 !important;
    border-color: #3AB7B4 !important;
}*/

/*.fixed li a.header-login {
    border-color: #3AB7B4 !important;
}*/

.fixed li a.header-login:hover {
    background-color: #3AB7B4 !important;
}

/*.fav-item .fav-icon:hover {
    background-color: transparent;
    color: #fff;
}
.fav-item .fav-icon.selected {
    background-color: transparent;
    color: #fff;
}

.fav-item .fav-icon {
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    color: #EB5E80;
}*/

.imgOuter {
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: 1s;
}

.categories-content:hover .imgOuter {
    border: 2px solid #3AB7B4;
}

.imgOuter img {
    margin: 0px;
}

.category-section .category-links:hover {
    background: #3AB7B4;
}

.grid-view .card .ratings span {
    background: #EB5E80;
    font-weight: 700;
}

.grid-view .card .amount-details .validrate {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.popular-locations .location-content .view-detailsbtn {
    background: #EB5E80;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 8px 18px -8px rgba(19, 16, 34, .15);
    margin-top: 30px;
}

.header .main-menu-wrapper .main-nav>li.active>a {
    display: block;
    color: #EB5E80;
}

.header .header-navbar-rht .nav-item .header-login:hover {
    background-color: #EB5E80;
    border: 1px solid transparent !important;
    box-shadow: inset 0 70px 0 0 #EB5E80;
    color: #ffffff;
    border-radius: 50px;
}

.banner-seven .home-banner p {
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
    max-width: 497px;
    font-size: 17px;
    line-height: 28px;
}

.banner-seven .home-banner .banner-imgs {
    position: absolute;
    bottom: auto;
    right: 90px;
    top: 75px;
}

.location-img img {
    width: 180px;
    height: 175px;
    object-fit: cover;
}

.popular-locations .location-content a {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 8px;
    line-height: 22px;
}

.section-heading h2 .title-right {
    margin-right: 0px;
}

.footer .social-icon ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
}

.latestad-section {
    padding: 55px 0 40px;
}

.banner-seven .home-banner {
    padding: 0px 0 90px;
}

.category-section {
    padding: 55px 0 40px;
}

.featured-section {
    padding: 55px 0px;
}

.popular-locations {
    padding: 55px 0px;
}

main {
    margin-top: 164px;
    width: 100%;
    min-height: calc(100vh - 367px);
    background: #f9fafc;
}

.header .main-menu-wrapper .main-nav>li.active>a {
    display: block;
    color: #fff;
    border-bottom: 3px solid #EB5E80;
}

.header .header-nav .main-nav>li>a {
    line-height: 30px;
    color: #ffffff;
}

.header .header-nav .main-nav>li>a:hover {
    color: #EB5E80;
}

.login-content .login-wrap {
    overflow: visible !important;
}

.login-content .login-wrap {
    border-radius: 3px;
}

.login-header h3 {
    font-size: 30px;
    margin: 0px 0px 10px;
    color: #fff;
    font-weight: 800;
}

.login-header {
    margin-bottom: 0;
    padding: 25px 30px;
    background: #3AB7B4;
    text-align: left;
    color: #fff;
}

.register-link {
    margin: 15px 0;
}

.login-content .login-wrap p {
    font-size: 15px;
    font-weight: 600;
}

.login-btn {
    margin-top: 15px !important;
}

.login-content .login-wrap .login-btn {
    font-weight: 700;
    text-transform: uppercase;
}

.login-wrap label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.group-img {
    display: flex;
    align-items: center;
}

.group-img select.contrycode {
    max-width: 90px;
    padding: 6px 15px;
    height: auto;
    min-height: 52px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0;
    text-align: center;
}

.group-img .codenumber {
    border-radius: 0px 5px 5px 0px;
    padding: 6px 15px 6px 20px;
}

.register-link .forgot-link {
    margin-left: 0px;
    text-decoration: underline;
}

.btn-google {
    border: 1px solid #777;
}

.social-login a {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.btn-facebook {
    margin-top: 5px !important;
    font-weight: 600;
    color: #fff !important;
    font-size: 15px;
}

.login_social {
    width: 100%;
    background: none;
    padding: 10px 0px;
}

.login_social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_social li {
    margin: 0px 20px;
}

.login_social li img {
    width: 35px;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-field input {
    height: 45px;
    width: 50px;
    border-radius: 3px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #3AB7B4;
    border-color: #3AB7B4;
}

.forgot_text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
}

.login-content .login-wrap .login-btn:hover {
    color: #3AB7B4 !important;
}

.header .header-navbar-rht .nav-item .header-reg {
    color: #ffffff;
    font-weight: 600;
}

.fixed .header-login {
    color: #fff !important;
}

.banner-section {
    padding: 25px 0 0;
}

.login-content .login-wrap {
    max-width: 100%;
}

.featured-section a.browse-btn {
    background: #3AB7B4;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 40px;
    border-color: #3AB7B4;
    font-size: 13px;
}

.popular-locations a.browse-btn {
    background: #ffffff;
    color: #3AB7B4 !important;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 40px;
    border-color: #ffffff;
}

.latestad-section a.browse-btn {
    background: #3AB7B4;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 40px;
    border-color: #3AB7B4;
    font-size: 13px;
}

.bannergallery-section .gallery-widget {
    width: 100%;
}

.bannergallery-section .gallery-widget img {
    height: 300px;
    width: 100%;
}

.showphotos a {
    background: #fff;
    border-radius: 4px;
    padding: 10px 45px;
    font-weight: 700;
    border-radius: 50px;
    background: white;
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.3s ease;
    display: block;
}

.showphotos a:hover {
    color: #3AB7B4;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25);
}

.details-main-wrapper {
    background: #f5f5f5;
    padding: 30px 0px;
}

.details-description .authordetails h5 {
    font-size: 30px;
}

.details-description .average-rating {
    margin: 0;
    color: #374b5c;
    font-size: 16px;
    margin-top: 10px;
}

.details-description .rate-details h2 {
    font-size: 40px;
    color: #0d233e;
    font-weight: 700;
}

.category-section a.browse-btn {
    background: #3AB7B4;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 40px;
    border-color: #3AB7B4;
    font-size: 13px;
}

.blog-img img.featured {
    position: absolute;
    left: -6px;
    top: -3px;
    z-index: 999;
    width: 97px;
    transform: none;
}

.group-img select {
    /*appearance: auto;*/
    height: auto;
    background: url('https://pimpampuff.com/public/assets/images/icon/caret_down_ico.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.bloglist-content .blog-location-details {
    margin-top: 15px !important;
}

.owl-carousel .blog-location-details {
    margin-top: 25px !important;
}


.new input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.new label {
    position: relative;
    cursor: pointer;
}

.new label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #3AB7B4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.new input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #3AB7B4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.new label a {
    color: #3AB7B4;
    text-decoration: underline;
}

.login_social h5 {
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.login_social h5:before {
    content: '';
    border-bottom: 1px solid #d5d5d5;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
}

.login_social h5 span {
    position: relative;
    background: #fff;
    padding: 0 15px;
}

.popular-locations .section-heading h2 {
    justify-content: start;
}

.popular-locations .section-heading p {
    text-align: left;
}

.details-description .callnow a {
    padding: 14px 15px;
    font-weight: 700;
}

.details-description .descriptionlinks ul li a {
    color: #000;
    font-weight: 600;
}

.details-description .average-rating {
    font-weight: 700;
}

.details-main-wrapper .card p {
    line-height: 25px;
    font-size: 16px;
    text-align: left;
}

.sidebarauthor-details {
    display: block;
}

.grid-view .blog-location-details {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
}

.feather-thumbs-up {
    position: relative;
    top: -2px;
}

.details-main-wrapper .card p {
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

.sideauthor-info p.authorname {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sideauthor-info p {
    text-align: center !important;
}

.sideauthor-info p.authorname a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    color: #3AB7B4;
}

.details-main-wrapper .sideauthor-img {
    margin: 0;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 14px;
}

.details-main-wrapper .sideauthor-img img {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    /*border: 2px solid #3AB7B4;*/
    padding: 1px;
}

.sideauthor-info h5 {
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.sideauthor-info h5 i {
    color: #FF9800;
    margin-right: 0px;
}

.details-main-wrapper .rightsidebar .card .statistics-list li {
    background: #f9fafc;
    margin: 0 0 1px;
    padding: 7px;
    border-radius: 10px;
}

.details-description {
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.rightsidebar {
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.breadcrumb-bar {
    background: #3AB7B4;
    padding: 170px 0 90px;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.breadcrumb-bar .breadcrumb-title {
    font-size: 30px;
}

.breadcrumb-bar::before,
.breadcrumb-bar:after {
    display: none;
}

.breadcrumb-bar .breadcrumb-item::before {
    display: none;
}

.categorieslist-section {
    padding: 60px 0px;
}

.categories-content img {
    width: 110px;
}

.categorieslist-section h6 {
    color: #0d233e;
    margin: 0px 0 20px;
    font-size: 16px;
}

.categories-content p.viewBtns {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    color: #3AB7B4;
    padding: 0;
    border: none;
    background: transparent;
}

.categories-content a:hover p,
.categories-content a:hover h6 {
    color: #fff;
}

.categories-content a:hover {
    background: #3AB7B4;
}

/*.sideauthor-img{*/
/*    background: url('../images/circleImg.png');*/
/*}*/

.price-range-slider {
    width: 100%;
    padding: 0px;
    margin-bottom: 35px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
    outline: none !important;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #06b9c0;
}

.grid-view .bloglist-content .blogfeaturelink {
    margin-top: 0px;
}

/*.grid-view .fav-item{
    padding: 10px;
    height: 100%;
}*/

.grid-view .card-body {
    position: relative;
    padding: 15px 10px;
}

/*.grid-view .fav-item {
    width: auto;
    padding: 0px;
    left: auto;
    right: -7px;
    top: -7px;
}*/

.grid-view .featured-text {
    background: #FAB549;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 9px;
    position: absolute;
    bottom: 13px;
    font-size: 12px;
    font-weight: 600;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.filter-content.looking-input input {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}


.looking-input [type="radio"]:checked,
.looking-input [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.looking-input [type="radio"]:checked+label,
.looking-input [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.looking-input [type="radio"]:checked+label:before,
.looking-input [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.looking-input [type="radio"]:checked+label:after,
.looking-input [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3AB7B4;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.looking-input [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.looking-input [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login-content .login-wrap .form-set {
    margin: 0 0 25px;
}

textarea {
    resize: none;
}

.login-wrap label strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

#files {
    line-height: 44px;
    overflow: hidden;
    border: 1px solid #000;
    margin-bottom: 25px;
    width: 100%;
}

.banner-seven .home-banner .banner-bg-img .bg-three {
    position: relative;
}

.header {
    background: #3AB7B4;
    z-index: 99999999;
    box-shadow: none;
}

.header.fixed {
    background-color: #3AB7B4;
    ;
    box-shadow: none;
}

.bg-two img {
    width: 16px;
    position: relative;
    left: 72px;
    top: 18px;
    z-index: 99;
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.bg-three img {
    width: 16px;
    position: absolute;
    right: 72px;
    top: 18px;
    z-index: 99;
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.bg-one img {
    width: 16px;
    position: absolute;
    right: 72px;
    top: 18px;
    z-index: 99;
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.section-heading h2 span {
    background: none;
    color: #0d233e;
}

.details-main-wrapper .rightsidebar .card,
.details-main-wrapper .listings-sidebar .card {
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 10px;
}

.popular-circleimg img {
    width: 16px;
    position: absolute;
    right: 72px;
    top: -60px;
    z-index: 99;
    display: inline-block;
    animation: bouncing alternate infinite 1s;
}

.categories-content a:before {
    background: transparent;
}

.grid-view .card h6 {
    padding-right: 35px;
    font-size: 16px;
}

.details-main-wrapper .rightsidebar .card .statistics-list li {
    font-size: 14px;
    background: transparent;
}

.yellow_color a {
    color: #FAB549 !important;
}

.yellow_color i {
    color: #FAB549 !important;
}

.pink_color a {
    color: #EB5E80 !important;
}

.pink_color i {
    color: #EB5E80 !important;
}

.green_color a {
    color: #3AB7B4 !important;
}

.green_color i {
    color: #3AB7B4 !important;
}

.sideauthor-info h5 i:last-child {
    color: #3AB7B4;
    margin-right: 0px;
}

.details-description .average-rating {
    margin-top: 0px;
}

.rating {
    justify-content: space-between;
    margin-top: 30px;
}

.rating strong {
    float: right;
}

.header .header-nav {
    height: auto;
}

.popular-locations .location-content .view-detailsbtn {
    background: #4eb7b2;
}

.footer-bottom {
    background: #34a9a6;
}

.footer .footer-menu ul li a {
    color: #ffffff !important;
}



.topQRcode {
    display: block;
    text-align: center;
    background: #fff;
    padding: 10px 10px 5px;
    border-radius: 15px;
    transform: rotate(12deg);
    box-shadow: 3px 3px 11px #696666;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 16px 16px 12px;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    /*top: 90px;*/
    /*right: 80px;*/
    position: relative;
    transform: rotate(0deg);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
    /*    animation: bouncing alternate infinite 1s;*/
}

.topQRcode i.fa-times-circle {
    position: absolute;
    right: -7px;
    top: -6px;
    color: #ed5880;
}

.cta-content .cta-btn {
    display: flex;
}

.topQRcode img {
    display: block;
    text-align: center;
    margin: auto;
    width: 75px;
}

.topQRcode strong {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    color: #111;
    font-family: "Object Sans", sans-serif;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 51, 153);
    margin-top: 5px;
    display: block;
    color: #EB5E80;
    text-decoration: none;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 0;
}

.cta-img {
    text-align: center;
}

.cta-btn a {
    margin-right: 15px;
    display: inline-block;
    /*width: 160px;*/
}

.banner-seven .home-banner .banner-bg-img .bg-two {
    z-index: 999999;
}

img.featureImg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100px !important;
    transform: none !important;
    height: auto !important;
}

.header .header-navbar-rht .nav-item .header-reg:hover {
    color: #ffffff;
}

.header .header-navbar-rht>li.d-nonefile {
    display: none;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #3AB7B4;
    border-radius: 50%;
    outline: none;
    width: 50px;
    height: 50px;
    padding: 0;
    font-weight: 400;
    font-size: 25px;
}

.close:hover {
    background: #3AB7B4;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(50, 33, 58, 0.9);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 12px;
    height: 70px;
    padding: 10px 2rem;
    background: #3AB7B4;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    color: white;
    border: none;
    font-weight: 600;
}

.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213A;
}


.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 70px;
    font-size: 28px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: none;
    transition: border 0.3s;
    border-radius: 0;
    width: 100%;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #00A896;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}

.placeholder {
    background-color: transparent;
    opacity: 1.0;
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*.search-btn {
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    padding: 0.75rem;
    display: inline-block;
    background: white;
}*/
.search-btn:hover {
    color: #00A896;
}

.search-btn i {
    margin-left: 0.5rem;
}

.d-nonefile .search-btn {
    background: transparent;
}

.search-box.addtransform {
    transform: scale(1) !important;
}

.gallery-content img {
    width: 100%;
}

.footer-logo img {
    width: 140px;
}

.banner-seven .home-banner .search-box form {
    margin-bottom: 0px;
}


.upload__box {
    padding: 5px 6px;
    border: 1px dashed #3AB7B48c;
    border-radius: 10px;
}

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

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.upload__img-box {
    width: 96px;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ababab;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.upload__btn img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0;
}

.upload__img-wrap {
    background: url('../images/bgImg.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.removeBG {
    background: #fff !important;
}

.my_space_down {
    margin-bottom: 20px;
}

.my_space_down .filter-content {
    margin-bottom: 3px !important;
}

.select_option {
    width: 100%;
    background: #ededed;
    padding: 25px 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.select_option ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.select_option li {
    display: block;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #FAB549;
    padding: 35px 55px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
}

.select_option li span {
    display: block;
    font-size: 25px;
    font-weight: 800;
}

.select_option li strong {
    display: block;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 7px;
    color: #000;
}

li.myactive {
    background: #FAB549;
    border-color: #FAB549;
    color: #fff;
}

li.myactive strong {
    color: #fff;
}

.boostadd {
    min-height: 60px;
    padding: 11px 15px;
    background: url('../images/rightIco.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.boostadd {
    cursor: pointer;
}

.myfield_outer {
    margin-top: 0px;
    text-align: center;
}

.ratings .sideauthor-img {
    position: relative;
    margin: 0;
}

.ratings .sideauthor-img img {
    border-radius: 50px;
    width: 47px;
    height: 47px;
}

.ratings img.circle_frame {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0;
    border: none;
    width: 49px !important;
    height: 52px;
    top: -1px;
    transform: none;
}

.myfield_outer h5 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

.myfield_outer h5 i {
    color: #FF9800;
    margin-right: 0px;
}

.myfield_outer h5 i:last-child {
    color: #3AB7B4;
    margin-right: 0px;
    margin-left: -7px;
    font-size: 15px;
    position: relative;
    top: 1px;
}

/*.selected i{
    font-size: 14px !important;
}

.fav-icon i{
    font-size: 23px;
}*/
.mylikes li.fav-item {
    width: 27px;
    height: 27px;
}

div#map {
    border-radius: 10px;
}

li.pink_color.fav-item a.fav-count {
    padding-left: 3px;
}

.grid-view .fav-item {
    width: auto;
    padding: 0px;
    left: auto;
    right: 0px;
    top: 8px;
    background: none;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fav-item .fav-icon {
    width: 35px;
    height: 35px;
    background: transparent !important;
    border-radius: 50%;
    color: #e45b82;
    font-size: 18px;
}

.fav-item a {
    top: 30px !important;
    right: 10px !important;
}

.fav-item .fav-icon:hover {
    background-color: #e5e5e5;
    color: #fff;
}

.fav-item img {
    max-width: 100% !important;
    width: 18px !important;
    border-radius: 0px !important;
    height: 35px;
}

/*.selected .unfillHeart{*/
/*    display: none !important;*/
/*}*/

.unfillHeart {
    margin: 0px !important;
}

/*.pink_color img:hover{*/
/*    content: url("../images/newFHeart.svg");*/
/*}*/

/*.unfillHeart:hover{*/
/*    content: url("../images/newFHeart.svg");*/
/*}*/

.selected .fillHeart {
    display: block !important;
}

.owl-carousel.featured-slider.grid-view .owl-item .bloglist-content .fav-icon img {
    border-radius: 0%;
}

.callnow a img {
    width: 22px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.details-description .callnow a {
    background: #3AB7B4;
    color: #fff;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #3AB7B4 !important;
    text-align: center;
    display: block;
    border-radius: 50px;
}

.details-description .callnow a:hover .beforeHover {
    display: none !important;
}

.details-description .callnow a:hover .afterHover {
    display: inline !important;
}

.myfeature_tags .card {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0px;
}

.myfeature_tags .blog-widget {
    background: #fff;
    padding: 5px;
    border: 1px solid #FAB549;
    border-radius: 22px;
    margin: 10px 0px;
    margin: 0px;
    box-shadow: 0px 0px 4px 0px #FAB549;
}

strong.mydate {
    background: #3AB7B4;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
}

.grid-view.featured-slider .blog-img {
    border-radius: 20px;
}

.featured-slider.grid-view .card {
    border-radius: 20px;
}

.statistic-details .icons img {
    width: 17px;
}

.profile-userlink {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

.header .has-arrow .dropdown-toggle::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}


.profile_sec {
    width: 100%;
    background: none;
    padding: 15px 0px;
}

.sidebar_menu {
    width: 100%;
    background: none;
    padding: 0px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}

.overRating .review-details .rating div {
    margin-right: 10px;
}

.sidebar_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.sidebar_menu li {
    float: none;
    text-align: left;
    margin-bottom: -1px;
}

.sidebar_menu li a {
    padding: 12px 25px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
}

.sidebar_menu li a img {
    margin-right: 7px;
    transform: scale(0.6);
}

.sidebar_menu li.active a {
    background: #3AB7B4;
    color: #fff;
    border-left-color: #EB5E80;
}

.active .activeShow {
    display: block !important;
}

.active .defualtShow {
    display: none !important;
}


.myauth_sec {
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 10px 25px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.profile_inside {
    width: 100%;
    padding: 25px 0px;
}

.profile-img {
    display: block;
    text-align: center;
}

.profile-form .group-img select {
    padding: 6px 15px 6px 40px;
}

.profile-form .new label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 0px;
}

.profile-form .new {
    margin-top: 10px;
}

.profile-form .new label:before {
    padding: 8px;
}

.profile-form .new input:checked+label:after {
    top: 3px;
    left: 9px;
    width: 4px;
    height: 11px;
    border: solid #3AB7B4;
    border-width: 0 2px 2px 0;
}

.settings-upload-img {
    position: relative;
}

.settings-upload-img:before {
    content: '';
    width: 91%;
    height: 91%;
    z-index: 99;
    /* background-image: url(../images/imgFrame.png); */
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    top: 2px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.settings-upload-img img {
    border-radius: 50%;
    width: 173px;
    height: 180px;
    margin-bottom: 40px;
    position: relative;
    top: 8px;
    left: -4px;
}


.myauth_sec h1 {
    font-size: 25px;
    margin-top: 0;
    display: flex;
    width: 100%;
    padding: 15px 0px 0px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
}

.profile_inside .card {
    box-shadow: 0px 0px 3px #d7d7d7;
}

.profile_inside .grid-view .card-body {
    padding: 15px 5px;
}

.card-dropdown li.dropdown.has-arrow a.pageviews-link {
    border: none;
    padding: 0;
    width: auto;
    display: inline-block;
    min-width: auto;
}

.card-dropdown li.dropdown.has-arrow a.pageviews-link.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
}

.dropdown-item input {
    /* width: 100%; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.profile_inside .grid-view .blog-location-details {
    color: #000000;
    font-size: 14px;
    margin: 0 0 15px;
}

.profile_inside .grid-view .blog-location-details b {
    font-size: 13px;
    margin-left: 10px;
}

.dash-widget-info h6 {
    font-size: 17px;
    font-weight: 600;
    color: #0d233e;
    margin: 0 0 15px;
}

.dashboard-details {
    width: 100%;
    padding: 35px 0px;
}

.dashcard-img img {
    width: 80px;
}

h3.goldColor {
    color: #ff9800;
}

.card.dash-cards .card-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.dash-cards {
    padding: 24px;
    text-align: center;
    margin: 0 0 24px;
    border: 0;
    box-shadow: 3px 5px 13px rgba(222, 226, 231, .44);
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    min-height: 135px;
}

.review-details h6 {
    margin-bottom: 10px;
    position: relative;
}

.review-details .rating {
    margin-top: 0px;
    width: 100%;
}

.review-details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rating i {
    font-size: 15px;
    margin: 0 3px 0 0;
}

.review-details .rating div {
    margin-right: 0px;
    margin-bottom: 0;
}

.review-details p {
    font-size: 13px;
    padding-right: 50px;
    margin-bottom: 0;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.filter-content .custom_check .checkmark::after {
    left: 2px;
    top: -2px;
}

.theiaStickySidebar .btn-primary {
    background-color: transparent;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 5px;
    padding: 10px 34px;
    color: #3AB7B4;
}

.theiaStickySidebar .btn-primary:hover {
    background-color: #3AB7B4;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 70px 0 0 #3AB7B4;
    color: #fff;
}

.amenities .search-btn .btn.btn-reset {
    color: #3AB7B4;
    padding: 0;
    border-radius: 0;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
    border: none;
    background: transparent !important;
}

.amenities .search-btn .btn.btn-reset:hover {
    color: #000 !important;
}

.owl-prev,
.owl-next {
    border: 1px solid #5fbcb7;
    color: #5fbcb7;
}

.blog-image-eight :hover img,
.blog-image img:hover,
.blog-img img:hover,
.venue-image img:hover,
.recommended-widget img:hover,
.blog-widget img:hover,
.blog-widget .img-blk:hover img,
.recommended-widget .img-blk:hover img,
.venue-image:hover img,
.blog-img:hover img {
    transform: none;
}

.login-content .login-wrap p {
    max-width: 100%;
}

.details-main-wrapper .card-header h4 {
    font-size: 20px;
    margin: 0 0 0 12px;
    min-height: auto;
    line-height: 34px;
}

.search-box-seven .btn-primary {
    background-color: #fff;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 70px 0 0 #fff;
    color: #3AB7B4;
}

.search-box-seven .btn-primary:hover {
    background-color: #3AB7B4;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 5px;
    padding: 12px 20px;
    color: #fff;
}

.login-wrap .btn-primary {
    background-color: #fff;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 70px 0 0 #fff;
    color: #3AB7B4;
}

.login-wrap .btn-primary:hover {
    background-color: #3AB7B4;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 5px;
    padding: 12px 20px;
    color: #fff !important;
}

.login-content .login-wrap .login-btn:hover {
    color: #ffffff !important;
}

.details-main-wrapper .card {
    margin: 15px 0px;
    border: 1px solid #e3e3e3;
}

.blog-location-details .location-info i {
    font-size: 17px;
    margin-top: -1px;
}

.location-info:last-child {
    margin-right: 0;
    font-size: 14px;
}

/*.blog-location-details .mystatus{
    background: #f3b74e;
    color: #000;
    padding: 4px 10px;
    border-radius: 3px;
}*/

.profile_inside .grid-view .blog-location-details b {
    font-size: 14px;
    margin-left: 6px;
    font-weight: 500;
    color: #d5325a;
}

.review-list li {
    width: 49%;
    border: 1px solid #f3f3f3;
    align-items: center;
}

.review-list {
    display: flex;
    justify-content: flex-start;
}

.ratings-content {
    margin-bottom: 30px;
}

.details-main-wrapper .star-ratings i {
    font-size: 18px;
}

.details-main-wrapper .ratings-info i {
    color: #ffa800;
    font-size: 18px;
}

.recommended-tabs-blk .tabs-style {
    flex-wrap: wrap;
    justify-content: center;
}

.recommended-tabs-blk ul li a {
    min-width: 190px;
    justify-content: center;
    font-weight: 600;
    border-radius: 10px;
    border-color: #5fbbb7;
    font-size: 16px;
}

.recommended-tabs-blk ul li a.active {
    border: 1px solid #3AB7B4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    background: #3AB7B4;
    color: #fff;
}

.dashcard-img {
    display: none;
}

.modal-backdrop {
    z-index: 99999999;
}

.modal {
    z-index: 99999999999;
}

.groupBtn {
    width: 100%;
    text-align: center;
}

.groupBtn a.browse-btn {
    border-color: #3AB7B4;
    color: #3AB7B4;
    margin: 25px 3px 0;
    font-weight: 700;
    border-radius: 50px;
    padding: 7px 28px;
    font-size: 14px;
    min-width: 90px;
}

.modal_inside {
    padding: 20px 0px;
    position: relative;
}

.modal_inside h5 {
    text-align: center;
    margin-bottom: 25px;
}

.modal_inside ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.modal_inside li {
    float: none;
    display: block;
}

.modal_inside .browse-btn {
    border: 1px solid #000;
    color: #000;
    border-radius: 6px;
    margin: 25px 0 0;
    padding: 7px 28px;
    display: inline-block;
    font-weight: 600;
}

.modal_inside li [type="radio"]:checked,
.modal_inside li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.modal_inside li [type="radio"]:checked+label,
.modal_inside li [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal_inside li [type="radio"]:checked+label:before,
.modal_inside li [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.modal_inside li [type="radio"]:checked+label:after,
.modal_inside li [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3AB7B4;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modal_inside li [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.modal_inside li [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal.show .modal-dialog {
    transform: none;
    min-width: 300px;
}

.modal_inside p {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    max-width: 250px;
    margin: auto;
}

.modal.show {
    vertical-align: middle;
    /*display: flex !important;*/
    align-items: center;
}

.descriptionlinks h5 {
    text-align: right;
    font-size: 17px;
}

.descriptionlinks h5 b {
    color: #EB5E80 !important;
    font-weight: 600;
}

.fixed .dropdown-menu {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.fav-item a {
    font-weight: 400;
}

.blog-widget {
    position: relative;
}

/*.blog-widget:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 205px;*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    left: 0;*/
/*    z-index: 9999;*/
/*    background: #000;*/
/*}*/

.modal_inside img.cross {
    position: absolute;
    right: -27px;
    top: -27px;
    cursor: pointer;
}

.terms-content {
    width: 100%;
    padding: 55px 0px;
}

select.mycaret {
    background: url(../images/downcaret.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    appearance: none;
}

.picsOuter {
    position: relative;
}

/* .picsOuter .editProOuter {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 41px;
    right: 14px;
    z-index: 9999999;
    overflow: hidden;
} */
.picsOuter .editProOuter {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 45px;
    right: 35px;
    z-index: 9999999;
    overflow: hidden;
}

.picsOuter .editProOuter input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

img.editProfile {
    width: 100%;
}

/* .settings-upload-img{
    width: 172px;
} */

.settings-upload-img {
    width: 206px;
}





.grid-view .blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}

.grid-view .fav-item.newtags {
    background: #0000008c;
    color: #fff;
    padding: 3px 13px;
    margin-top: 0px;
    margin-right: 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    width: auto;
}

.rate-details h5 {
    margin-bottom: 0;
    margin-top: 40px;
    color: #3AB7B4;
}

.rate-details h5 span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3AB7B4;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.details-main-wrapper .rightsidebar .card h4,
.details-main-wrapper .listings-sidebar .card h4 {
    margin-bottom: 15px;
}

.details-main-wrapper .rightsidebar .card,
.details-main-wrapper .listings-sidebar .card {
    padding-bottom: 15px;
}

.blog-location-details .location-info img {
    width: 14px !important;
    margin-right: 5px;
    opacity: 0.8;
}

.list-content .grid-view .card {
    border-radius: 20px;
}

.ck.ck-editor__editable_inline>:last-child {
    min-height: 180px;
}

.mylikes {
    display: flex;
    justify-content: end;
    margin-top: 0px;
    margin-bottom: 20px;
}

.mylikes li {
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
}

.mylikes li i {
    display: block;
    text-align: center;
    width: 35px;
    font-size: 25px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 4px;
    font-size: 19px;
}

.fancybox-container {
    z-index: 9999999999;
}

.overSlider {
    position: absolute;
    right: 20px;
    top: 20px;
}

.overSlider ul {
    display: flex;
}

.overSlider ul li {
    margin-left: 15px;
}

.overSlider .newtags {
    background: #00000094;
    padding: 3px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.listgrid-sidebar .card {
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}

.myfeature_tags {
    border: none !important;
}

.myfeature_tags.new .col-md-3 {
    padding: 0 7px;
}

.myNew_tags .col-md-3 {
    padding: 0 7px;
}

.mylistgrid .col-lg-3 {
    padding: 0 7px;
}

.mylistgrid .card {
    margin-bottom: 10px !important;
}

.fav-item .fav-icon.selected {
    background-color: #e5e5e5;
    color: #fff;
}

.profile_inside .grid-view .blog-location-details.mgtop25 {
    margin-top: 35px !important;
}

.recent-slider.myfeature_tags .blog-widget {
    margin: 10px 0px;
}

.mtop35 .blog-location-details {
    margin-top: 35px !important;
}

.mtop35 .card {
    margin: 0px 0px 15px !important;
}

.mtop35 {
    padding: 55px 0px;
}

.recommended-tabs-blk li {
    width: 100%;
}

.details-main-wrapper .ratings-info {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.myfavorite li {
    width: auto;
}

.review-details .fav-item {
    top: -4px;
}

.review-profile .review-img {
    position: relative;
}

.review-img img.circle_frame {
    position: absolute;
    left: -3px;
    top: -5px;
    width: 90px;
    height: 97px;
}

.details-main-wrapper .review-details h6 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #374b5c;
    text-align: left;
}

/*.details-main-wrapper .review-list li{
    background: transparent;
}*/

.profileDetailsSec {
    background: #f9fafc !important;
}

.profileDetailsSec .review-list li {
    border: none;
}

.profileDetailsSec .review-box {
    margin-bottom: 0px !important;
}

.profileDetailsSec ul.mylikes {
    margin-top: 0;
    margin-bottom: 0;
}

.profileDetailsSec ul.mylikes li {
    border: none;
    width: auto;
    padding: 0px;
    margin-bottom: 0px;
}

.profileDetailsSec ul.mylikes li:nth-child(2) {
    margin-left: 19px;
}

.profile_sec .card {
    padding: 0px;
}

.overRating .review-details h6 {
    margin-bottom: 5px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overRating .review-details h6 a.viewBtns {
    font-size: 14px;
    text-decoration: underline;
    color: #3AB7B4;
}

.overRating .review-details .rating div {
    font-size: 13px;
    font-weight: 700;
}

.overRating .review-details .rating i {
    font-size: 13px;
}

.overRating .review-details .rating-star {
    margin-bottom: 5px !important;
}

.overRating .review-details p {
    padding: 0px;
    min-height: 39px;
}

.overRating .review-list li {
    background: transparent;
    margin: 0 0 24px;
    padding: 25px 25px;
    border-radius: 10px;
    border-color: #e3e3e3;
}

.overRating .review-details h5 {
    margin-bottom: 0;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    /* margin-top: -5px; */
}

.details-main-wrapper .review-list li:nth-child(2) {
    margin-left: 20px;
}

.profile_sec .rightsidebar {
    margin-top: 0px;
    height: 100%;
}

.profile_sec .rightsidebar .card {
    height: 100%;
    border-left: 1px solid #f7f7f7;
}

.mySendBtns:hover .imgBlue {
    display: none !important;
}

.mySendBtns:hover .imgWhite {
    display: inline !important;
}

.list-content {
    position: relative;
    padding: 20px 0px;
}

.col45width {
    width: 45%;
}

.col10width {
    width: 10%;
    padding: 0px;
    text-align: center;
    align-items: self-end;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
}

.paddRight {
    padding-right: 0px;
}

.paddLeft {
    padding-left: 0px;
}

/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*input[type=number] {*/
/*    -moz-appearance: textfield;*/
/*}*/

.input-group-text i {
    color: #33b9b3;
}

.filter-content label {
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.filter-content input {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    height: auto;
    line-height: normal;
    min-height: auto;
}

.card .filter-content.amenities h4 {
    padding-bottom: 10px;
}

.search-box .search-input {
    width: 100%;
}

.header-nav .search-btn .btn-primary {
    min-width: auto;
    color: #fff !important;
    box-shadow: inset 0 70px 0 0 #ed5880 !important;
    border-color: #ed5880 !important;
    border-radius: 0px 10px 10px 0px;
}

.header-nav .search-input {
    margin-right: 0px;
}

.header-nav .search-box .group-img input {
    border-radius: 50px;
    height: 50px !important;
    min-height: 50px;
    padding-left: 45px;
    padding-right: 150px;
}

.header-nav .search-box .group-img img {
    position: absolute;
    width: 22px;
    left: 15px;
}

.header-nav .search-box .group-img a.openwith_icon {
    position: absolute;
    right: 8px;
    top: 6px;
    background: #ed5880;
    color: #fff;
    border-radius: 50px;
    padding: 7px 25px;
}

/*.header-nav .search-box .group-img a.openwith_icon:hover {*/
/*    background-color: #eb5e808f;*/
/*    box-shadow: inset 0 70px 0 0 #eb5e806b;*/
/*    color: #ffffff;*/
/*}*/

.header-nav .search-box .group-img a.openwith_icon:hover {
    background-color: #fff;
    border: 1px solid #374b5c;
    box-shadow: inset 0 70px 0 0 #fff;
    color: #374b5c;
}

.header-nav .search-box .group-img a.openwith_icon:hover {
    background-color: #EB5E80;
    border: 1px solid #EB5E80 !important;
    box-shadow: inset 0 70px 0 0 #EB5E80;
    color: #ffffff;
}

.header-nav .search-btn .btn-primary {
    padding: 17px 20px;
    height: 50px;
}

#showAfter300 form {
    margin-bottom: 0px;
}

.categories-content a {
    border: none;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    display: block;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.popular-locations .location-content a {
    margin-bottom: 30px;
}

.footer .footer-menu ul li {
    line-height: 30px;
}

.footer .footer-menu ul li a b {
    display: block;
}

.footer .footer-menu ul li a span {
    padding-left: 15px;
    margin-top: 0px;
    display: block;
    max-width: 240px;
    line-height: 20px;
}

.header-nav .search-box-seven {
    width: 485px !important;
    max-width: 700px;
}

.forMobileView .category-section {
    padding: 10px 0px;
}

.forMobileView .category-section .category-links {
    padding: 0px;
    background: transparent !important;
    color: #000 !important;
}

.forMobileView .category-section ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: calc(100vw - 150px);
    /*overflow: auto;*/
    white-space: nowrap;
}

.forMobileView .category-section ul li {
    padding-left: 25px;
    /* width: calc(127% - 10px); */
    /* width: 238px; */
    /* min-width: 120px; */
}

.forMobileView .category-section .category-links:hover h5 {
    color: #31b8b4 !important;
}

.forMobileView .owl-carousel.owl-drag .owl-item {
    width: auto !important;
    padding: 0 15px;
}

.forMobileView .card {
    margin-bottom: 0px;
}


.forMobileView .category-links h5 {
    color: #000000 !important;
    font-weight: 500;
}

.fixednav {
    position: fixed;
    left: 0;
    right: 0;
    top: 124px;
    background: #fff;
    z-index: 999;
    transition: 0.5s;
}

/*.categories-content a:hover {
    background: transparent;
}*/

.owl-dots {
    display: none;
}

/*.categories-content a:hover p, .categories-content a:hover h6 {
    color: #111;
}*/

.page-item:last-child .page-link {
    border-radius: 10px;
    color: #31b8b4;
    box-shadow: none;
}

.page-item .page-link {
    border-radius: 10px;
    color: #31b8b4;
    box-shadow: none;
    transition: 0.5s;
}

.page-item .page-link:hover {
    background: #31b8b4;
    color: #fff;
}


.sideActive {
    position: fixed;
    width: 23%;
    left: 15px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.myallslider .theiaStickySidebar .card {
    padding: 25px !important;
    border: none !important;
}

.blog-widget {
    padding: 5px;
}

.search-box .group-img i {
    position: absolute;
    top: 16px;
    left: 17px;
    color: #4abcb8;
    top: 15px;
    font-size: 20px;
}

.movim_banner {
    width: 100%;
    background: none;
    padding: 0px;
}

.movim_banner img {
    width: 100%;
    display: block;
    height: 420px;
    object-fit: cover;
}

.movim_paragraph {
    width: 100%;
    background: #fff;
    padding: 70px 0px;
}

.movim_paragraph h4 {
    text-align: center !important;
    margin-bottom: 30px;
    font-size: 27px;
    color: #333;
}

.movim_paragraph p {
    text-align: justify;
    margin: auto;
    line-height: 26px;
}

.movim_rightside {
    width: 100%;
    background: #fff;
    /* padding: 40px 0px; */
}

.movim_rightside h4 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 25px;
    color: #333;
    line-height: 35px;
    padding-right: 20px;
}

.movim_rightside p {
    text-align: justify;
    margin: auto;
    line-height: 26px;
}

.movim_rightside img {
    width: 245px;
}

.movim_downloaded {
    width: 100%;
    background: #F3F2F3;
    padding: 120px 0px;
}

.movim_downloaded h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 21px;
    color: #333;
}

.movim_downloaded p {
    text-align: center;
    max-width: 63%;
    margin: auto;
    margin-top: 25px;
    line-height: 26px;
}

.movim_downloaded img {
    margin: 0px 10px;
}

.historial_banner {
    width: 100%;
    background: none;
    padding: 0px;
}

.historial_banner img {
    width: 100%;
    display: block;
    height: 510px;
    object-fit: cover;
}

.histopara {
    background: #31b8b4;
}

.histopara h4,
.histopara p {
    color: #fff;
}

/* .que_pimpampuff{
    padding: 100px 0px;
} */

.que_pimpampuff img {
    width: 415px;
}

.threebox_sec {
    width: 100%;
    background: #fff;
    padding: 20px 0px 60px;
}


.threebox_sec.nuestro_sec {
    background: #eb5e80;
    padding: 50px 50px;
}



.threebox_sec h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 27px;
    color: #333;
}

.threebox_sec.nuestro_sec h4 {
    color: #FFF;
}

.threebox_inside {
    width: 100%;
    background: none;
    padding-top: 35px;
}

.threebox_inside img {
    width: 80px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    object-fit: contain;
}

.threebox_inside h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
}

.threebox_inside p {
    text-align: justify;
    margin: auto;
    line-height: 26px;
    font-size: 15px;
    padding: 0px 15px;
}

.threebox_sec.nuestro_sec p {
    color: #FFF !important;
}




.nuestro_sec h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-section {
    background-size: cover;
}

.ayuda_listings {
    width: 100%;
    background: none;
    padding: 90px 0px;
}

.ayuda_listings h4 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
}

.ayuda_listings .leftside ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.ayuda_listings .leftside li {
    text-align: left;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.ayuda_listings h5 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
}

.ayuda_listings .rightside ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.ayuda_listings .rightside li {
    text-align: left;
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.ayuda_listings .rightside li img {
    width: 10px;
    margin-right: 4px;
}

.ayuda_listings .rightside li img.last_ico {
    position: absolute;
    right: 0;
    top: 6px;
    width: 7px;
}

.pagination {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 20px 0px;
}

.pagination li {
    margin: 0 4px;
}

.page-link {
    padding: 5px 15px;
    border-radius: 3px;
    color: #333;
}

.page-item .page-link {
    border-radius: 5px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #31b8b4;
    border-color: #31b8b4;
}

.categories_models {
    width: 100%;
    /* background: url(https://img.freepik.com/premium-vector/modern-sale-banner-with-text-space-areas_1014445-904.jpg); */
    padding: 0px;
    height: calc(100vh - 168px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    position: fixed;
    top: 158px;
    z-index: 9999;
    background: #f5f5f5;
    max-width: 413px;
    padding-left: 100px;
    left: -100%;
    transition: 1s !important;
}

.categories_slide {
    left: 0% !important;
}

/*.categories_models:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    background: #000000c9;*/
/*}*/

.categories_models .container {
    padding: 0px;
}

.overlay_category {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0px 30px;
    position: relative;
    height: 100%;
    padding-left: 0px;
    overflow: auto;
}

.overlay_category button.browse-btn {
    background: #3AB7B4;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px;
    width: 100%;
    border-color: #3AB7B4;
    max-width: 240px;
}

.overlay_category ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block !important;
    text-align: left;
}

.overlay_category li {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
}

.overlay_category li a {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.overlay_category li a:hover {
    color: #3AB7B4;
}

.overlay_category li a img {
    margin-right: 10px;
    width: 30px;
}

.overlay_category h5 {
    text-align: left;
    margin-bottom: 25px;
}

.overlay_category li a i {
    margin-right: 12px;
}

.overlay_category li a i.fa-chevron-right {
    float: right;
    position: absolute;
    right: 15px;
}

.overlay_category h5 img {
    width: 13px !important;
}

.login-content {
    padding: 120px 0px 70px;
}

.login-content .login-wrap {
    min-height: 52px !important;
}

.category-section h6 {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.owl-carousel .owl-item {
    padding: 5px 0px;
}

.details-main-wrapper .card.gallery-section {
    padding-bottom: 25px;
}

.referals_sec {
    width: 100%;
    background: none;
    padding: 25px 0px;
}

.referals_sec img {
    width: 270px;
    display: block;
    margin: auto;
}

.referals_sec h2 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.referals_sec h2 strong {
    display: block;
    margin-top: 10px;
    font-size: 35px;
}

.profile_inside h4 {
    margin-bottom: 15px;
    text-align: left;
    font-size: 20px;
}

.profile_inside p {
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
}

.referal_card {
    width: 100%;
    background: #E8748D;
    padding: 0px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px dashed #fff;
    margin: 40px 0px;
}

.referal_card input {
    background: transparent !important;
    height: auto;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px;
}

.referal_card a.referal_copy {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
    font-weight: 600;
}

.profile_inside h3 {
    margin-bottom: 15px;
    text-align: left;
    margin-top: 35px;
    font-size: 22px;
}

.profile_inside ul.referallist {
    margin: 0px;
    padding-left: 20px;
    list-style: disc;
    text-align: left;
}

.profile_inside .referallist li {
    text-align: left;
    font-size: 16px;
    display: list-item;
    line-height: 30px;
}

.profile_inside button {
    background: #31b8b4;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
}

.profile_inside button img {
    margin-left: 8px;
    width: 18px;
}

.categories_models {
    overflow: auto;
}

.rightsidebar {
    margin-top: 15px;
}

.forMobileView .category-section .category-links:hover,
.forMobileView .category-links h5:hover {
    color: #00b8b4 !important;
}

.active_row a {
    color: #3AB7B4 !important;
}

.nomarginR {
    margin-right: 0px !important;
}

.profile_sec .rightsidebar .card {
    height: 100%;
    border: 1px solid #efeeee !important;
}

.sideauthor-img {
    position: relative;
}

.sideauthor-img img.authorSize {
    border-radius: 50%;
    width: 115px;
    height: 115px;
}

.sideauthor-info h5 {
    text-align: left;
    font-size: 18px;
}

.sideauthor-info p.authorname {
    justify-content: start;
    font-size: 22px;
    margin-bottom: 15px;
}

.details-main-wrapper .card p {
    text-align: left !important;
}


.imgBoxOuter {
    position: relative;
}

.imgBoxOuter img.overframe {
    position: absolute;
    left: -1px;
    top: 0px;
    width: 42px;
    height: 45px;
}

.grid-view .blog-location-details.location_blog {
    margin-top: 10px !important;
    margin-bottom: 5px;
    font-weight: 500;
}


.mtop35 {
    padding: 35px 0px;
}


.toggle_control {
    display: none;
}


.sidebarauthor-details.align-items-center .sideauthor-info h5 {
    text-align: center;
}

.sideauthor-info p.authorname {
    justify-content: center !important;
}

/*.details-main-wrapper .card p{*/
/*    text-align: center !important;*/
/*}*/

.bloglist-content .blog-location-details {
    margin-top: 0px !important;
}

.card.dash-cards {
    min-height: 185px;
    background: transparent;
}

.footerline {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3ab7b4;
    padding: 15px 0px;
    /*border-top: 1px solid #d5d5d5;*/
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    display: none;
}

.footerline h5 {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.footerline h5 img {
    width: 30px;
    position: absolute;
    left: 10px;
    top: -14px;
}

.footerline h5 img.closeLine {
    left: auto;
    right: 0;
    width: 13px;
    top: 1px;
    display: none;
}

/*.myauth_sec{*/
/*    padding: 0px;*/
/*}*/

.fancybox-button--zoom {
    display: none !important;
}

.inputBtn {
    position: absolute;
    right: 7px;
    background: #ed5880;
    border-radius: 50px;
    overflow: hidden;
}

.nav-item.inputBtn a.header-login {
    background: #ed5880 !important;
    border-color: transparent !important;
    padding: 7px 20px !important;
    font-size: 14px;
}

.grid-view .blog-img {
    border-radius: 20px;
}

.footerline button {
    font-size: 12px;
    border: none;
    padding: 9px 12px;
    font-weight: 500;
    border-radius: 7px !important;
    border-radius: 7px;
    color: #EB5E80;
    background: #fff;
}

.footerline button.fillbtn {
    color: #fff;
    background: #EB5E80;
}

.footerline center {
    margin-top: 15px;
}

.details-main-wrapper .card .authordetails p {
    text-align: left !important;
}

.dropdown .dropdown-list {
    position: absolute;
    overflow: auto;
    z-index: 9;
    top: 52px;
    left: 0;
    width: 100%;
    max-height: 250px;
    padding: 0;
    display: none;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
}

.dropdown .dropdown-list::-webkit-scrollbar {
    width: 7px;
}

.dropdown .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.dropdown-list li {
    display: none;
    padding: 12px 30px;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #f3f3f3;
}

.dropdown-list li:hover {
    background-color: #ed5880;
    color: #fff;
}

.not-found {
    cursor: default;
}

.onlybystore {
    width: 100%;
    background: transparent;
    padding-top: 50px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}

.onlybystore ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.onlybystore li {
    float: none;
    display: block;
    margin-right: 10px;
}

.onlybystore li a.browse-btn {
    background: #3AB7B4;
    color: #fff !important;
    font-weight: 700;
    padding: 8px 15px;
    margin-top: 0px;
    border-color: #3AB7B4;
    border-radius: 50px;
}

.popular-locations {
    background: #3AB7B4;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.popular-locations .section-heading h2 {
    color: #fff;
}

/*.popular-locations .section-heading p{*/
/*    color: #fff;*/
/*}*/

.popular-locations a.browse-btn {
    background: #fff !important;
    color: #3AB7B4 !important;
    font-weight: 700;
    padding: 13px 20px;
    margin-top: 40px;
    border-color: #ffffff;
}

.owl-carousel .owl-item img.centerpic {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-top: -15px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    padding: 2px;
    object-fit: cover;
}

.popular-locations .location-content a {
    margin-bottom: 30px;
    text-align: center;
    font-size: 17px;
    display: block;
}

.popular-locations .location-content p {
    text-align: center;
    margin-bottom: 0px;
}

.popular-locations .location-info-details {
    background: #31b8b4;
}

.notoquise_card .location-info-details {
    background: #fff !important;
}

.popular-locations .location-content a {
    color: #fff !important;
}

.location-img img {
    max-width: 160px;
}

.popular-locations .location-content p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff !important;
}

.notoquise_card .location-content a {
    color: #000 !important;
}

.notoquise_card .location-content p {
    color: #000 !important;
}





/*Chat window css start from here*/


.message-area {
    /*height: 100vh;*/
    overflow: hidden;
    padding: 30px 0 0px;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    /*height: 90vh;*/
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 350px;
    float: left;
    padding: 15px;
}

.modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 362px);
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #cccccc30;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    padding-right: 50px;
}

.chat-list h3 span {
    font-size: 11px;
    float: right;
    position: absolute;
    right: 0;
    color: #31b8b4;
    font-weight: 600;
}

.chat-list p {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 15px;
    left: 45px;
    height: 13px;
    width: 13px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-list p img {
    width: 15px;
    margin-left: 3px;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #cccccc30;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 9px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #31b8b4 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 9px;
    background: #31b8b4;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 5px;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5;
    color: #222;
    background: #f5f5f5;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #cccccc69;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #26b9b4;
    padding: 12px 12px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 13%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.header .header-navbar-rht .nav-item .header-login {
    font-size: 13px;
}

.no-data {
    padding: 0px !important;
}

.no-data img {
    width: 100% !important;
    min-width: 380px;
}


@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

.msg-body {
    padding: 0px 15px;
}

.chat-lists {
    padding-top: 0px;
}

.chat-list img.userpics {
    width: 65px;
    height: 65px;
    object-fit: contain;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}

.chat-list h6 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}

.chat-list a {
    padding: 15px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.chat-list a.d-flex {
    margin-bottom: 0px;
}

.user_pic_outer img.profileFrame {
    width: 50px;
    height: 50px;
}

.user_pic_outer img.profileFrame {
    width: 84px;
    height: 84px;
    position: absolute;
    left: -9px;
    top: 5px;
}

.chat-list h3 strong.sold_product {
    font-weight: 500;
}

.chat-list h3 strong.sold_product del {
    /*text-decoration-color: #ef5180;*/
    /*text-decoration-thickness: 2px;*/
    text-decoration: none;
    background-image: url('../images/icon/soldline.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.chat-list h3 strong.sold_product b img {
    /*font-size: 15px;*/
    /*color: #ef5180;*/
    /*font-weight: 700;*/
    /*font-family: 'Encode Sans';*/
    /*font-style: italic;*/
    margin-left: 5px;
    width: 27px;
    margin-top: -7px;
}

.chat-list h6 img {
    width: 18px;
}

.msg-search {
    position: relative;
}

.msg-search i {
    position: absolute;
    left: 15px;
}

.msg-search input#inlineFormInputGroup {
    padding-left: 40px;
    border-radius: 50px;
}

.chat-header {
    margin-bottom: 20px;
}

.msg-head img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
}

.moreoption {
    height: 100%;
}

.modal-dialog-scrollable .changebgcolor {
    background: #F5F5F5;
}

.msg-body ul li.sender p {
    background: #ffffff;
}

.msg-body ul li.sender:before {
    border-color: transparent transparent #ffffff transparent;
}

.chatlist .modal-dialog-scrollable .modal-body {
    max-height: fit-content;
}

img.centerpic {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-top: -15px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    padding: 2px;
    object-fit: cover;
}

.filter-content.amenities li {
    text-align: left;
}

.promoted_profiles {
    position: relative;
}

.promoted_profiles .location-img {
    width: 220px;
    height: 100%;
    display: flex;
}

.promoted_profiles .location-img a {
    display: block;
    width: 100%;
}

.promoted_profiles .location-img a img {
    width: 100%;
    height: 175px;
}

/*.popular-locations .promoted_profiles .location-content{width: 100%;}*/
.popular-locations .location-info-details {
    height: 100%;
}

.popular-locations .location-content a {
    font-size: 15px;
}

.popular-locations .promoted_profiles .location-content img.centerpic {
    width: 80px;
    height: 80px;
}

.popular-locations .location-content p {
    font-size: 14px;
}

.section-heading h2 {
    font-size: 30px;
}

.onlybystore li a.browse-btn {
    font-size: 12px;
}

.chat-list p {
    position: relative;
}

.chat-list p span.counting {
    position: absolute;
    right: -7px;
    top: -5px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed5880;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
}

.chatImg {
    position: relative;
    display: inline-block;
}

.chatImg span.counting {
    position: absolute;
    right: -7px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed5880;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding-top: 3px;
    top: -5px;

}

button,
a.browse-btn {
    border-radius: 50px !important;
}

.page-item .page-link {
    border-radius: 50px !important;
}

.banner-seven .home-banner .search-box {
    height: auto !important;
}

.category-section a h5 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.feature_gap .card {
    margin: 20px 0px;
}

.feature_gap {
    margin-bottom: 35px;
}

.mysidebar {
    position: fixed;
    left: 0;
    top: 166px;
    z-index: 999999;
    width: 330px;
}

.mysidebar .sideActive {
    left: -351px;
    max-height: calc(100vh - 168px);
}

.listings-sidebar,
.rightsidebar {
    border-radius: 0px;
    max-height: calc(100vh - 168px);
    overflow: auto;
    width: 330px !important;
    transition: 0.5s;
}

.listings-sidebar .card h4,
.rightsidebar .card h4 {
    font-size: 17px;
}

.filter-content label {
    font-size: 14px;
}

.hiddenSidebar {
    left: 0px !important;
}

.popular-locations a.browse-btn {
    font-size: 14px;
}

.mystores .location-info-details {
    margin-bottom: 0px;
}

.mystores .card {
    border: none !important;
}

.banner-seven .home-banner .search-box {
    border-radius: 50px;
}

.banner-seven .home-banner .search-box .form-control {
    border-radius: 50px;
}

.search-box-seven .btn-primary {
    margin-top: 3px;
}

.mpopular_store .card {
    margin-bottom: 0px;
}

.mpopular_store .location-info-details {
    margin-bottom: 0px;
}

.mpopular_store a.browse-btn {
    background: #3AB7B4 !important;
    color: #fff !important;
}

.filterControl {
    background: transparent;
    color: #3AB7B4;
    padding: 6px 15px;
    margin-top: 0px;
    border: 1px solid #3AB7B4;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.filterControl span.counting {
    position: absolute;
    right: -9px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed5880;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding-top: 0px;
    top: -7px;
}

.filterControl:hover {
    background: #3AB7B4 !important;
    color: #fff !important;
}

.filterControl:hover .fillFilter {
    display: none !important;
}

.filterControl:hover .fillFilterNot {
    display: inline !important;
}

.mpopular_store .grid-view .card {
    border: none !important;
}

.details-main-wrapper .rightsidebar {
    max-height: fit-content;
    overflow: hidden;
}



.status_btn {
    text-align: center;
    width: 100%;
}

.status_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1fb8b4;
    font-weight: 500;
}

.status_btn a img {
    width: 22px;
    margin-right: 5px;
}

.status_btn h2 img {
    width: 22px;
    margin-left: 5px;
}

.status_btn h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status_btn a i {
    font-size: 15px;
    margin-left: 8px;
}

.verification_card {
    width: 100%;
    background: none;
    padding: 15px 25px;
}

.show_drops {
    visibility: visible !important;
    opacity: 1 !important;
}

#LoginFirst .groupBtn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
}

#LoginFirst p {
    text-align: center;
    margin-top: 25px;
}

#LoginFirst .btn-primary {
    border-radius: 5px;
    padding: 7px 15px;
    border-radius: 25px;
    font-weight: 600;
}

.mainimg {
    height: 220px;
    object-fit: cover;
}

.no-data {
    width: 100%;
    /*background: #f5f5f5;*/
    padding: 50px 0px;
}

.no-data img {
    width: 310px !important;
    display: block;
    margin: auto;
    padding: 50px 0;
}

.details-main-wrapper .review-profile .review-img img {
    height: 100%;
    width: 100%;
}

.details-main-wrapper .review-profile .review-img img.circle_frame {
    height: 92px;
    width: 86px;
    position: absolute;
    top: -1px;
    left: 0;
}

.overRating .review-details .rating p i {
    color: #FF9800;
    margin-right: -2px;
    font-size: 12px;
}

.details-main-wrapper .review-details {
    width: 100%;
}

.review-list .review-box {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 15px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.details-main-wrapper .review-details {
    margin-left: 15px;
}

.details-main-wrapper .review-details h6 {
    font-size: 17px;
}

.overRating .review-details h6 a.viewBtns {
    font-size: 13px;
}

.trollycard {
    position: relative;
}

.trollycard img {
    width: 41px;
    height: auto;
    margin-top: 0px;
}

.trollycard span {
    position: absolute;
    right: 3px;
    color: #fff;
    font-size: 8px;
    top: 0px;
    right: -7px;
    background: #fa547f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

.dashboard-details .rightsidebar {
    width: 100% !important;
}

.sideauthor-info p.authorname {
    justify-content: start !important;
}

.sidebarauthor-details.align-items-center .sideauthor-info h5 {
    text-align: left;
}

.review-profile .review-img img {
    border-radius: 50px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.review-img img.circle_frame {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 90px;
    height: 97px;
}

.review-details {
    margin-left: 18px;
    width: 100%;
}

.nodata_found {
    padding: 50px 24px;
    width: 100%;
}

.nodata_found p {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}

.nodata_found img {
    width: 43px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

.sideauthor-info strong {
    display: flex;
    align-items: center;
    gap: 12px;
}

.details-main-wrapper .card p.userfav-count {
    text-align: center !important;
}

.fav-item a {
    top: 30px !important;
    right: 7px !important;
}

.bloglist-content .fav-item a {
    right: 0px !important;
}

a.fav-count {
    width: 27px;
    text-align: center;
}

.bannergallery-section .gallery-widget img {
    height: 370px;
    width: 370px;
    margin: auto;
    display: block;
    object-fit: cover;
}

.mylikes {
    /*align-items: center;*/
}

.details-main-wrapper .card .sideauthor-info h5,
.details-main-wrapper .card .sidebarauthor-details .sideauthor-info p.authorname {
    text-align: center !important;
    justify-content: center !important;
}

.blog-widget .blog-img img {
    height: 190px;
    object-fit: cover;
}

.no_data {
    max-width: 500px;
    margin: auto;
    padding: 40px 0;
}

.no_data img {
    display: block;
    margin: 0px auto 25px;
    width: 200px;
}

.no_data p {
    text-align: center;
}

.forMobileView .category-section .data_overflow::-webkit-scrollbar {
    width: 20px;
    height: 5px;
}

/* Track */
.forMobileView .category-section .data_overflow::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey; */
    border-radius: 5px;
}

.forMobileView .category-section .data_overflow::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 5px;
}

/* Handle on hover */
.forMobileView .category-section .data_overflow::-webkit-scrollbar-thumb:hover {
    background: #3AB7B4;
}

.data_overflow {
    overflow: auto;
}

.details-description .about-details {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.descriptionlinks {
    border-top: 1px solid #dee2e7;
    margin: 30px 0 0px;
    padding: 15px 0 0px;
}

.details-main-wrapper {
    position: relative;
}

.details-main-wrapper .card .authordetails p i {
    margin-right: 5px;
    font-size: 17px;
    position: relative;
    top: 2px;
}

#categoriesBtn {
    display: flex;
    align-items: center;
}

#categoriesBtn img {
    margin-right: 5px !important;
}

.selectCheck_option {
    width: 100%;
    background: #ededed;
    padding: 25px 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.selectCheck_option ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.selectCheck_option li {
    display: block;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #31b8b4;
    padding: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

.checkBtn.active {
    background: #31b8b4;
    border-color: #31b8b4;
    color: #fff;
}

.selectCheck_option li.disabled_active {
    opacity: 0.5;
    pointer-events: none;
}

.selectCheck_option input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    cursor: pointer;
}

#promoteProfile_modal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

#promoteProfile_modal img {
    width: 300px;
    display: block;
    margin: auto;
}

#promoteProfile_modal .modal-body {
    padding-bottom: 35px;
    text-align: center;
}

.selectCheck_option li label {
    margin-bottom: 0px;
}

.location-info-details .location-img,
.location-info-details .location-content {
    width: 50%;
}

.location-img img {
    margin: auto;
    object-fit: cover;
}

.promoted_profile {
    position: relative;
    width: 98px;
    height: 98px;
    margin: auto;
}

.promoted_profile:before {
    /* background-image: url(../public/pink_profile.png); */
    /*background-image: url(https://pimpampuff.com/public/yellow_profile.png);*/
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    top: 0px;
    left: 2px;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.status_btn a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.status_btn a img {
    width: 22px !important;
    margin-left: 5px;
}

#Show-MyAds1 .col-lg-3.col-md-3.width50 {
    margin-bottom: 15px;
}

/*.H9lube {*/
/*    display: none !important;*/
/*}*/
.text-lights {
    color: #fff;
}

.btn-primary:hover .text-lights {
    color: #000;
}

p.Expire {
    display: flex;
    gap: 5px;
    align-items: center;
}

span.time {
    color: #eb5e80;
    font-size: 14px;
    margin: 0;
}

.location-info:last-child {
    margin-right: 0;
    font-size: 12px;
}

.fancybox-container {
    z-index: 999999999999 !important;
}

#loginAlert_modal p.text-center {
    font-size: 18px;
    padding-top: 20px;
    /*color:#fff;*/
}

#loginAlert_modal .modal-header,
#LoginFirst .modal-header {
    border-bottom: none;
}

#loginAlert_modal .btn-primary,
#LoginFirst .btn-primary {
    background-color: #fff;
    border: 1px solid #3AB7B4;
    color: #3AB7B4;
}

#loginAlert_modal .btn-primary:hover,
#LoginFirst .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #3AB7B4;
    box-shadow: inset 0 70px 0 0 #3AB7B4;
    color: #fff;
}

.text-lights {
    color: #3AB7B4;
}

.negocios_list {
    margin-left: 20px;
}

.negocios_list li {
    list-style-type: disc;
    color: #fff;
    margin: 5px 0px;
}

#LoginFirst {
    overflow: hidden;
}

#LoginFirst .modal-dialog {
    transform: none;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.logged_icons {
    display: none;
}

h4.conexi_txtliner {
    background: linear-gradient(90deg, #30B8B4, #EB5E80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
}



@media screen and (min-width: 1201px) and (max-width: 1500px) {
    .promoted_profile {
        width: 58px;
        height: 58px;
    }

    .location-img img {
        height: 210px;
    }

    .overRating .review-details h5 {
        margin-top: 10px;
    }

    .header-nav .search-box-seven {
        width: 50%;
        max-width: 700px;
    }

    .forMobileView .category-section {
        padding: 13px 0px;
    }

    .forMobileView .category-links h5 {
        font-size: 14px;
    }

    .sideActive {
        width: 23%;
    }

    .grid-view .fav-item.newtags {
        font-size: 10px;
        margin-right: 5px;
        margin-top: -3px;
        padding: 3px 10px;
    }

    .card .filter-content.amenities h4 {
        font-size: 16px;
    }

    .filter-content label {
        font-size: 13px;
    }

    .filter-content input {
        font-size: 12px;
    }

    .profile_inside .grid-view .blog-location-details {
        color: #000000 !important;
        font-size: 12px !important;
        margin: 0 0 10px !important;
    }

    .grid-view .card h6 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .location-info:last-child {
        margin-right: 0;
        font-size: 12px;
    }

    .blog-location-details .location-info img {
        width: 12px !important;
    }

    .blog-location-details .location-info i {
        font-size: 14px;
        margin: 0 3px 0 0;
    }

    .categories_models {
        padding-left: 3%;
        max-width: 340px;
        height: calc(100vh - 139px);
        top: 131px;
    }

    .login-content .login-wrap {}

    .category-section h6 {
        font-size: 14px;
        position: relative;
        top: 2px;
    }

    .sidebar_menu li a {
        padding: 7px 15px;
        font-size: 14px;
    }

    .sidebar_menu li a img {
        margin-right: 3px;
    }

    .fav-item .fav-icon {
        width: 27px;
        height: 27px;
    }

    .fav-item img {
        max-width: 100% !important;
        width: 17px !important;
        border-radius: 0px !important;
    }

    .profile_inside .grid-view .blog-location-details b {
        font-size: 12px;
        margin-left: 0px;
    }

    .fav-item a {
        top: 30px !important;
        right: 6px !important;
    }

    img.featureImg {
        width: 85px !important;
    }

    .listgrid-sidebar .col-md-3 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .footer .footer-menu ul li a {
        font-size: 13px;
    }

    .myform_control_area {
        display: block !important;
    }

    .sideauthor-img img.author_frame {
        left: -5px !important;
        width: 125px !important;
        height: 133px !important;
        top: -6px !important;
    }

    .sideauthor-img img.authorSize {
        border-radius: 50%;
        width: 110px;
        height: 110px;
    }


    .navbar-brand.logo img {
        width: 75px;
    }

    .user_pic_outer img.profileFrame {
        width: 70px;
        height: 70px;
        position: absolute;
        left: -8px;
        top: 9px;
    }

    .chat-list img.userpics {
        width: 55px;
        height: 55px;
        object-fit: contain;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
    }

    .promoted_profiles .location-img {
        width: 135px;
        height: 100%;
        display: flex;
    }

    .promoted_profiles .location-img a {
        display: block;
    }

    .promoted_profiles .location-img a img {
        width: 100%;
        height: 100%;
    }

    .popular-locations .promoted_profiles .location-content {
        width: 100%;
    }

    .popular-locations .location-info-details {
        height: 100%;
        padding: 5px 15px;
    }

    .popular-locations .location-content a {
        font-size: 15px;
        line-height: 17px;
    }

    .popular-locations .promoted_profiles .location-content img.centerpic {
        width: 70px;
        height: 70px;
    }

    .popular-locations .location-content p {
        font-size: 12px;
    }

    .fixednav {
        top: 91px;
    }

    main {
        margin-top: 140px;
    }

    .msg-head img {
        width: 55px;
        height: 55px;
    }

    .location-img img {
        width: 130px;
    }

    .location-img img {
        height: 160px;
    }

    .location-content center img {
        width: 55px !important;
        height: 55px !important;
        margin-bottom: 10px !important;
    }

    .section-heading {
        margin: 0 0 35px;
    }

    .popular-locations a.browse-btn {
        padding: 9px 20px;
        font-size: 13px;
    }

    /*.ratings img.circle_frame{width: 38px !important;height: 39px;}*/
    /*.ratings .sideauthor-img img.circle_frame {border-radius: 50px; width: 37px !important; height: 38px; left: -2px;}*/
    /*.ratings .sideauthor-img img {border-radius: 50px; width: 35px; height: 35px;}*/
    .myfield_outer h5 {
        margin-top: 5px;
    }

    .page-item .page-link {
        font-size: 14px;
    }

    .cta-content p {
        margin: 0 0 25px;
        font-size: 14px;
    }

    .footer .footer-bottom .copyright p {
        font-size: 13px;
    }

    .footer .footer-menu ul li {
        line-height: 25px;
    }

    .footer-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .social-icon img {
        width: 90px !important;
    }

    .promoted_profiles_card .location-img {
        width: 220px !important;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .message-area {
        padding: 0px;
    }

    .message-area .col-12 {
        padding: 0px;
    }

    .modal-dialog-scrollable .modal-body {
        max-height: calc(100vh - 322px);
    }

    .mysidebar {
        top: 140px;
    }

    .mysidebar .sideActive {
        left: -351px;
        max-height: calc(100vh - 140px);
        width: 330px;
    }

    .listings-sidebar,
    .rightsidebar {
        left: -351px;
        max-height: calc(100vh - 140px);
        width: 330px;
    }

    .amenities .search-btn .btn.btn-reset {
        font-size: 15px;
    }

    .theiaStickySidebar .btn-primary {
        font-size: 15px;
    }

    .section-heading {
        margin: 0 0 30px;
    }

    .categories-content img {
        width: 80px;
    }

    @media screen and (min-width: 1310px) and (max-width: 1500px) {
        .categories_models {
            padding-left: 7%;
        }
    }


}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .sideauthor-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header .navbar-header .navbar-brand img {
        width: 55px;
        left: 0px;
    }

    .footer .footer-menu ul li a {
        font-size: 13px;
    }

    .header-nav .search-box-seven#showAfter300,
    /*.forMobileView.fixednav{display: none !important;}*/

    /*.header .navbar-header #mobile_btn{position: absolute; right: 0; left: auto; pointer-events: none;}*/
    .header .navbar-header #mobile_btn .bar-icon span {
        background-color: #fff;
        width: 24px;
    }

    .header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
        width: 17px;
        display: block;
    }

    .header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
        width: 10px;
        margin-bottom: 0;
        display: block;
    }

    .header .navbar-header #mobile_btn .bar-icon {
        display: flex;
        width: 31px;
        flex-flow: column;
    }

    .header .navbar-header {
        justify-content: start;
        width: auto;
    }

    .banner-seven .home-banner .section-search {
        padding-top: 0;
    }

    main {
        margin-top: 95px !important;
    }

    .banner-seven .home-banner p {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .search-box .group-img input {
        min-width: 100%;
    }

    .banner-seven .home-banner .search-btn .btn-primary {
        margin-top: 15px;
    }

    .banner-seven .home-banner {
        padding: 0px 0 40px;
    }


    .section-heading h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 0;
    }

    .section-heading p:last-child {
        margin-bottom: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-heading {
        margin-bottom: 0px;
    }

    .category-section a.browse-btn {
        font-size: 12px;
    }

    .popular-locations .location-info-details {
        padding: 10px;
        display: block !important;
    }

    .location-img {
        margin-bottom: 15px;
        width: 100% !important;
    }

    .popular-locations .location-content {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .location-info-details .location-img img {
        width: 100%;
    }

    .popular-locations .location-content a {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .featured-section {
        padding: 30px 0px;
    }

    .cta-btn img {
        width: 120px;
    }

    .cta-content p {
        font-size: 14px;
    }

    .menu-logo img {
        width: 90px;
    }

    .header-nav .search-box-seven {
        width: 65% !important;
        max-width: 700px;
        display: flex !important;
        background: transparent !important;
        height: auto !important;
        opacity: 1.0 !important;
        align-items: center;
        gap: 8px;
    }

    .search-box .search-input {
        width: 100%;
    }

    .header-nav .search-box .group-img input {
        border-radius: 50px;
        height: 38px !important;
        min-height: 38px;
        padding-left: 15px;
        padding-right: 75px;
        font-size: 12px;
    }

    .search-box .group-img i {
        top: 13px;
        right: 65px;
        color: #fff;
        top: 11px;
        font-size: 14px;
        left: auto;
        z-index: 999;
    }

    .header-nav .search-box .group-img a.openwith_icon {
        position: absolute;
        right: 8px;
        top: 6px;
        background: #ed5880;
        color: #fff;
        border-radius: 50px;
        padding: 6px 13px;
        font-size: 10px;
        font-weight: 600;
    }

    .section-search .search-box {
        display: none !important;
    }

    .forMobileView .category-section ul {
        display: none;
    }

    .fixednav {
        top: 77px;
    }

    .header .header-navbar-rht .nav-item .header-login {
        font-size: 13px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .logged_icons {
        display: block;
    }

    .logged_icons a {
        background: #ed5880;
        /* padding: 4px 8px; */
        font-size: 15px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logged_icons img {
        width: 15px;
    }

    .logged_icons i {
        font-size: 13px;
        color: #fff;
        margin-top: 2px;
    }

    .header .header-navbar-rht .nav-item .header-login:hover {
        border-radius: 5px;
    }

    .categories_models {
        top: 107px;
        z-index: 99999;
        background: #f5f5f5;
        max-width: 413px;
        padding-left: 18px;
        height: 100%;
    }

    .overlay_category {
        padding: 15px 0px 15px;
        position: relative;
        height: 100%;
        padding-left: 0px;
    }

    .overlay_category li a {
        font-size: 14px;
    }

    .overlay_category li {
        margin-bottom: 12px;
    }

    .overlay_category h5 img {
        right: 15px !important;
        top: 18px !important;
    }

    .owl-prev,
    .owl-next {
        width: 35px;
        height: 35px;
    }

    .myorder2 {
        order: 2 !important;
    }

    .myorder1 {
        order: 1 !important;
    }

    .ayuda_listings {
        padding: 40px 0px;
    }

    .ayuda_listings h4.textcenter {
        text-align: center;
        margin-bottom: 20px;
    }

    .ayuda_listings .row {
        margin-top: 0px !important;
    }

    .ayuda_listings .leftside li {
        font-size: 16px;
    }

    .ayuda_listings .rightside li {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ayuda_listings h5 {
        font-size: 18px;
    }

    .ayuda_listings .leftside ul {
        margin-bottom: 35px;
    }

    .ayuda_listings .rightside li img {
        margin-right: 4px;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .ayuda_listings .rightside li img.last_ico {
        left: auto;
    }

    .footer-title {
        margin-bottom: 8px;
        text-align: center;
    }

    .header .navbar-header .navbar-brand {
        margin-left: 40px;
    }

    .banner-seven .home-banner h1 {
        margin-bottom: 10px;
    }

    .category-section a.browse-btn {
        margin-top: 0px;
    }

    .latestad-section {
        padding: 40px 0px !important;
    }

    .latestad-section a.browse-btn {
        font-size: 14px;
        margin-top: 10px;
    }

    .grid-view .fav-item.newtags {
        font-size: 12px;
    }

    .notshowMobile {
        display: none !important;
    }

    .popular-locations {
        padding: 30px 0px;
    }

    .popular-locations .section-heading h2 {
        justify-content: start;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .popular-locations a.browse-btn {
        font-size: 13px;
        margin-top: 0px;
    }

    .featured-section a.browse-btn {
        font-size: 13px;
        margin-top: 30px;
    }

    .cta-content p {
        text-align: justify;
    }

    .cta-section h3 {
        font-size: 23px;
    }

    .footer-logo img {
        width: 110px;
        display: block;
        margin: auto;
    }

    .footer .footer-bottom .copyright {
        padding: 15px 0px;
        text-align: center;
    }

    .footer .footer-menu ul li {
        line-height: 23px;
        text-align: center;
    }

    .categories_models {
        padding-bottom: 130px;
    }

    .overlay_category button.browse-btn {
        font-size: 14px;
        font-weight: 600;
    }

    .main-menu-wrapper {
        display: block !important;
    }

    .header .main-menu-wrapper .menu-header {
        height: auto;
        background: #3AB7B4;
        padding: 10px 15px;
        margin-bottom: 30px;
    }

    .header .main-menu-wrapper .menu-header .menu-close {
        font-size: 25px;
        color: #ffffff;
    }

    .menu-logo img {
        width: 70px;
    }

    .main-menu-wrapper .header-navbar-rht {
        padding: 30px 10px;
        display: block;
    }

    .header .header-navbar-rht>li {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .header.header-four .header-navbar-rht li>a.header-login {
        width: 100%;
        display: block;
        border-radius: 5px;
    }

    .header .header-navbar-rht>li:last-child {
        padding-right: 0;
        background: #31b8b4;
        padding: 5px 0px;
        border-radius: 20px;
    }

    .header .header-navbar-rht>li.addbgchange {
        padding-right: 0;
        background: #31b8b4;
        padding: 5px 0px;
        border-radius: 20px;
    }

    .header .header-navbar-rht>li:last-child img {
        width: 25px;
    }

    .login-content {
        padding: 40px 0px;
    }

    .login-header h3 {
        font-size: 25px;
    }

    .login-header {
        padding: 20px 20px;
    }

    .login-content .login-wrap {
        padding: 25px 20px;
        box-shadow: none !important;
    }

    .login-content .login-wrap .login-btn {
        margin-top: 0px !important;
    }

    .login-content .login-wrap .login-btn {
        font-weight: 600;
        padding: 0px -12px;
        font-size: 14px;
    }

    .login-content .login-wrap p {
        font-size: 12px;
    }

    .login_social li img {
        width: 25px;
    }

    .login-header p {
        font-size: 14px;
    }

    .otp-field input {
        height: 35px;
        width: 30px;
    }

    .forgot_text {
        font-size: 13px;
        text-align: right;
    }

    .login-wrap label {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .group-img input {
        padding: 10px 15px 10px 15px;
        min-height: auto;
        font-size: 14px;
    }

    .login-content .login-wrap .form-set {
        margin-bottom: 15px;
    }

    .group-img select.contrycode {
        max-width: 70px;
        padding: 10px 9px;
        height: auto;
        min-height: 45px;
    }

    .group-img .codenumber {
        padding: 11px 14px;
    }

    .new label {
        font-size: 13px;
        padding-left: 25px;
    }

    .new {
        margin-bottom: 20px;
    }

    .new label:before {
        padding: 8px;
        position: absolute;
        left: 0;
    }

    .new input:checked+label:after {
        top: 2px;
        left: 7px;
    }

    .breadcrumb-bar {
        padding: 15px 0px;
    }

    .breadcrumb-bar .breadcrumb-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .categorieslist-section {
        padding: 40px 0px;
    }

    .categories-content a {
        padding: 10px 0px;
    }

    .categories-content img {
        width: 85px;
    }

    .imgOuter {
        margin-bottom: 10px;
    }

    .categories-content {
        margin-bottom: 0px;
    }

    .pagination li {
        margin: 0 2px;
    }

    .page-item .page-link {
        font-size: 11px;
        padding: 5px 8px;
        min-width: 28px;
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-radius: 5px;
    }

    .listings-sidebar .card h4,
    .rightsidebar .card h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sideActive {
        width: 92%;
        left: auto;
        right: auto;
        z-index: 9999;
    }

    /*.sideActive form{display: none;}*/

    .mylistgrid {
        margin-top: 90px;
    }

    .sideActive h4 a {
        width: 100%;
        display: block;
    }

    .filter-content label {
        font-size: 13px;
    }

    .filter-content input {
        font-size: 13px;
    }

    .form-control,
    .filter-content .custom_check {
        font-size: 13px;
    }

    .filter-content .custom_check .checkmark {
        top: 0;
    }

    .amenities .search-btn .btn {
        font-size: 14px;
    }


    .myform_control_area {
        margin-top: 15px;
        border-top: 1px solid #d7d7d7;
        padding-top: 15px;
    }

    .bannergallery-section .gallery-widget img {
        height: 240px;
    }

    .showphotos {
        position: absolute;
        right: 0;
        bottom: -60px;
        text-align: center;
        z-index: 999;
    }

    strong.mydate {
        border-radius: 5px;
        font-size: 12px;
        display: block;
        text-align: center;
        max-width: 170px;
        margin: auto;
        margin-bottom: 20px;
    }

    .details-main-wrapper .rightsidebar .card h4,
    .details-main-wrapper .listings-sidebar .card h4 {
        font-size: 16px;
    }

    .details-main-wrapper .card-header h4 {
        font-size: 16px;
    }

    .details-main-wrapper .card .bar-icon {
        margin-top: 10px;
    }

    .details-main-wrapper .card .bar-icon span {
        margin-bottom: 4px;
        width: 17px;
    }

    .mylikes {
        margin-top: 0px;
    }

    .login-wrap .btn-primary {
        border-width: 2px;
    }

    .myallslider .theiaStickySidebar .card {
        padding: 15px !important;
        border: none !important;
        margin-bottom: 0 !important;
    }

    .myfeature_tags,
    .myNew_tags {
        padding-top: 20px;
    }

    .movim_banner img {
        height: 130px;
    }

    .movim_paragraph {
        padding: 40px 0px;
    }

    .movim_paragraph h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .movim_paragraph p,
    .movim_rightside p {
        font-size: 14px;
    }

    .movim_rightside h4 {
        font-size: 19px;
        padding-right: 0;
    }

    .movim_downloaded {
        padding: 45px 0px;
    }

    .movim_downloaded p {
        max-width: 100%;
        font-size: 14px;
    }

    .movim_downloaded h4 {
        margin-bottom: 10px;
    }

    .movim_downloaded img {
        width: 95px;
    }

    .movim_rightside img {
        width: 245px;
        height: 200px;
        object-fit: cover;
        margin-top: -40px;
        margin-bottom: 50px;
    }

    .historial_banner img {
        height: auto;
    }

    .que_pimpampuff {
        padding: 45px 0px;
    }

    .que_pimpampuff img {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .threebox_sec h4 {
        font-size: 18px;
        margin-top: 30px;
    }

    .threebox_inside {
        padding-top: 0px;
    }

    .main-menu-wrapper .header-navbar-rht {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px !important;
    }

    .profile-userlink img {
        width: 40px !important;
    }

    .header .header-navbar-rht>li .dropdown-menu .dropdown-item {
        transform: none;
        visibility: visible;
        opacity: 1;
        padding: 7px 10px;
    }

    .header .header-navbar-rht>li .dropdown-menu {
        top: 130% !important;
    }

    .upload__btn img {
        width: 100%;
        height: auto;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .filter-content.looking-input input {
        font-size: 13px;
    }

    .select_option ul {
        display: block;
    }

    .select_option li {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .upload__img-wrap {
        margin-top: 20px;
    }

    .recent-slider {
        padding-top: 0px;
    }

    .featured-slider.grid-view .card {
        max-width: 320px;
        margin: 5px auto;
    }

    .popular-locations .location-info-details {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }


    .sidebar_menu li a {
        padding: 6px 10px;
        font-size: 14px;
    }

    .sidebar_menu {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .myauth_sec h1 {
        font-size: 20px;
    }

    .profile-form .group-img i {
        color: #3AB7B4;
        top: 10px;
        left: 10px;
    }

    .profile-form .group-img input {
        padding: 10px 35px;
    }

    .profile-form label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .profile-form .new label:before {
        padding: 6px;
        margin-top: 2px;
    }

    .profile-form .form-set {
        margin-bottom: 15px;
    }

    .form-group.new {
        margin-bottom: 5px;
    }

    .pass-group span {
        font-size: 12px !important;
    }

    .profile_inside button {
        padding: 8px 23px;
        font-size: 13px;
    }

    .profile_sec .myfeature_tags {
        padding-top: 15px;
    }

    .profile_sec .myauth_sec h1 {
        font-size: 17px;
    }

    .myfeature_tags .card {
        margin-bottom: 20px;
    }

    .modal.show .modal-dialog {
        transform: none;
        min-width: 75%;
    }

    .width50 {
        width: 50%;
        padding: 0px 3px;
    }

    .fixednav {
        opacity: 1.0 !important;
    }

    /*.listings-sidebar .card h4 {text-align: right;}*/
    /*.listings-sidebar .card h4 span{display: none;}*/


    .toggle_control {
        position: fixed;
        right: 0;
        z-index: 999999;
        top: 86px;
        cursor: pointer;
        display: block;
    }

    /*.sideActive{display: none;}*/

    .footer .footer-top {
        padding: 30px 0 30px;
    }

    .feature_gap {
        margin-top: 20px;
    }

    .myfeature_tags .blog-widget {
        border-radius: 13px;
    }

    .grid-view.featured-slider .blog-img {
        border-radius: 10px;
    }

    img.featureImg {
        width: 75px !important;
    }

    .grid-view .fav-item.newtags {
        font-size: 8px;
        padding: 0px 5px;
        margin-top: 3px;
        margin-right: 5px;
        font-weight: 400;
    }

    .grid-view .card-body {
        padding: 15px 5px;
    }

    .grid-view .blog-location-details.location_blog {
        margin-top: 7px !important;
        margin-bottom: 5px;
        font-weight: 300;
    }

    .location-info:last-child {
        font-size: 10px;
    }

    .blog-location-details.location_blog .location-info:last-child {
        display: none;
    }

    .location-info.mystatus {
        display: block !important;
    }

    .grid-view .blog-location-details {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .blog-location-details .location-info i {
        font-size: 13px;
    }

    .grid-view .card h6 {
        margin-bottom: 7px;
        font-size: 11px;
        padding-right: 16px;
    }

    .featured-slider.grid-view .card {
        border-radius: 13px;
    }

    .grid-view .fav-item {
        right: -2px;
        top: 5px;
    }

    .fav-item a {
        font-size: 11px !important;
    }

    .blog-widget {
        padding: 3px;
    }

    .ratings img.circle_frame {
        width: 31px !important;
        margin: auto;
        height: 34px !important;
    }

    .ratings .sideauthor-img img {
        border-radius: 50px;
        width: 30px;
        height: 30px;
        margin: auto !important;
        left: -1px;
    }

    .blog-location-details .location-info:last-child {
        display: block;
    }

    .mylistgrid {
        margin-top: 0px;
    }

    .widthhalf {
        width: 50%;
        padding: 0px 3px !important;
    }

    .nomarginR {
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    .myfield_outer h5 {
        margin-top: 5px;
    }

    .grid-view .card .amount-details .validrate {
        font-size: 17px;
    }

    .list-content .grid-view .card {
        border-radius: 12px;
        height: 322px;
    }

    .grid-view .blog-img {
        border-radius: 15px;
    }

    .myauth_sec {
        padding: 0px 15px;
    }

    .profile_inside .grid-view .blog-location-details {
        color: #000000;
        font-size: 9px;
        margin: 0 0 10px;
    }

    .profile_inside .grid-view .blog-location-details2 {
        display: block;
    }

    .profile_inside .grid-view .blog-location-details b {
        font-size: 11px;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .profile_sec .myfeature_tags {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .profile_sec .blog-widget {
        height: 295px;
    }

    .footerline {
        display: block;
    }

    .footer-widget {
        text-align: center
    }

    .social-icon {
        justify-content: center;
    }

    .popular-locations .location-content p {
        font-size: 9px;
    }

    .owl-carousel .owl-item img.centerpic {
        width: 65px;
        height: 65px;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .location-img img {
        height: 110px;
    }

    .popular-locations .location-content a {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 17px;
        min-height: 40px;
    }

    .location-info:last-child {
        font-size: 10px;
        display: none;
    }

    .inputBtn {
        border-radius: 50px;
        top: 4px;
        /* padding: 0px 15px; */
        padding-left: 20px;
    }

    .header .header-navbar-rht {
        display: block;
    }

    .nav-item.inputBtn a.header-login {
        min-width: auto !important;
        padding: 4px 6px !important;
        font-size: 13px;
    }

    .header.header-four .header-navbar-rht li>a.header-login {
        border-color: #EB5E80;
        border-radius: 20px
    }

    .onlybystore li a.browse-btn {
        font-size: 9px;
        padding: 7px;
    }

    .onlybystore li a.browse-btn img {
        width: 16px !important;
    }

    .popular-locations a.browse-btn {
        margin-left: 0px !important;
        padding: 10px 20px;
    }

    .review-img img.circle_frame {
        position: absolute;
        left: -3px;
        top: -2px;
        width: 54px !important;
        height: 58px !important;
    }

    .details-main-wrapper .review-profile .review-img img {
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

    .details-main-wrapper .review-profile .review-img img.circle_frame {
        top: -2px;
        left: -2px;
    }

    .overRating .review-details h6 {
        display: block;
        text-align: center;
    }

    .footerline .container-fluid {
        max-width: 380px;
    }

    .footer .footer-menu ul li a span {
        margin-left: auto;
        margin-right: auto;
    }

    .onlybystore li {
        margin-right: 10px !important;
    }

    .filterControl {
        font-size: 10px !important;
    }

    .onlybystore {
        padding-top: 40px !important;
    }

    .onlybystore li a img {
        width: 16px !important;
    }

    .filterControl span.counting {
        font-size: 8px;
        padding-top: 3px;
        width: 21px;
        height: 21px;
    }

    .location-info:last-child {
        display: block;
    }

    .location-details {
        margin-top: 25px;
    }

    .promoted_profiles .location-img {
        width: 100%;
        height: 110px;
    }

    .popular-locations .promoted_profiles .location-content img.centerpic {
        width: 55px;
        height: 55px;
        margin-top: 0px;
    }

    .latestad-section a.browse-btn,
    .featured-section a.browse-btn {
        margin-left: 0px !important;
    }

    .mysidebar {
        max-width: 100%;
        top: 77px;
    }

    .listings-sidebar,
    .rightsidebar {
        max-width: 100% !important;
    }

    .mysidebar .sideActive {
        max-height: calc(100vh - 77px);
    }

    .featured-slider .onlybystore {
        padding-top: 0px !important;
    }

    .list-content .onlybystore {
        padding-top: 0px !important;
    }

    .myallslider .onlybystore {
        padding-top: 20px !important;
    }

    .location-img img {
        max-width: 100%;
    }

    .topQRcode {
        display: none !important;
    }

    .mainimg {
        height: 100px;
        object-fit: cover;
    }

    .bloglist-content .fav-item a {
        right: -1px !important;
    }

    .fav-item a {
        top: 22px !important;
    }

    .bannergallery-section {
        margin-top: 170px;
    }

    .bannergallery-section .gallery-slider .gallery-widget {
        width: 100% !important;
    }

    .details-main-wrapper .card {
        margin: 15px 0px 0px;
    }

    .details-description {
        margin-top: 80px !important;
    }

    .rightsidebar {
        width: 100% !important;
    }

    .blog-widget .blog-img img {
        height: 145px;
    }

    .details-description .rate-details {
        width: 100% !important;
    }

    .mylikes {
        justify-content: center;
    }

    .details-main-wrapper .card .authordetails p {
        text-align: left !important;
    }

    .grid-view .fav-item {
        height: 20px;
    }

    .select_option li {
        width: 100% !important;
    }

    .select_option li p {
        justify-content: center;
    }

    .selectCheck_option li {
        margin-right: 5px;
        padding: 5px 5px;
        font-size: 13px;
    }

    .promoteProfile_sec2 ul li {
        width: 100% !important;
    }

    .search_input {
        top: -95px !important;
    }

    .search_input input {
        width: 155px;
        min-height: 40px !important;
    }

    .recommended-tabs-blk ul li a {
        min-width: 135px;
    }

    .myFavorite_div {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .recommended-tabs-blk {
        margin: 30px 0 30px;
    }

    .myFavorite_div span {
        width: 100%;
    }

    .recommended-tabs-blk .tabs-style {
        justify-content: center;
    }

    .filter-content .group-img i {
        color: #4abcb8 !important;
        top: 10px !important;
        font-size: 19px !important;
    }

    .review-list li {
        width: 100%;
    }

    .promoted_profile {
        width: 64px;
        height: 70px;
    }

    .owl-carousel .owl-item img.centerpic {
        width: 65px;
        height: 66px;
    }

    .no_data {
        padding: 40px 15px;
    }

    .no_data img {
        width: 165px;
    }

    .no_data p {
        font-size: 14px;
    }

    .details-description .authordetails h5 {
        font-size: 16px !important;
        text-align: left !important;
    }

    .details-main-wrapper .details-description.card p {
        font-size: 12px;
        text-align: left !important;
    }

    .details-main-wrapper .details-description.card .authordetails p i {
        margin-right: 5px;
        font-size: 15px;
    }

    .details-description .rating {
        text-align: left !important;
        justify-content: start !important;
        margin-top: 0px;
    }

    .details-description .mylikes {
        margin-top: 0;
        position: absolute;
        top: 9px;
        right: 6px;
    }

    .details-description .mylikes li {
        margin-left: 0px;
        font-size: 10px;
        text-align: center;
    }

    .details-description .fav-item a {
        top: 5px !important;
        position: relative;
    }

    .details-description .fav-item img {
        height: 24px;
    }

    .details-description .mylikes li {
        margin-left: 0px;
        font-size: 10px;
        text-align: center;
    }

    .details-description .mylikes li i {
        font-size: 18px !important;
        margin-bottom: 0;
    }

    .details-description .rate-details h2 {
        font-size: 22px !important;
        text-align: left;
    }

    .details-description .rate-details h5 {
        margin-bottom: 0;
        margin-top: 10px;
        text-align: left;
    }

    .details-description .mylikes li.fav-item {
        width: 18px;
        height: 18px;
    }

    .details-description .rate-details {
        margin-top: 0px;
    }

    .details-description.card .container {
        padding: 0;
    }

    .imgBoxOuter {
        margin-top: -3px;
    }

    .imgBoxOuter img.overframe {
        left: 0px;
        height: 44px;
    }

    .settings-upload-img:before {
        left: 7px;
    }

    .location-content a img {
        width: 15px;
    }

    .popular-locations .location-content a {
        min-height: 15px;
    }

    .promoted_profiles .location-img {
        height: 110px;
    }

    .popular-locations .promoted_profiles .location-content img.centerpic {
        width: 65px;
        height: 65px;
        margin-top: 0px;
    }

    .promoted_profiles .location-img a img {
        width: 100%;
        height: 115px;
    }

    .chatlist .modal-dialog-scrollable .modal-body {
        max-height: calc(100vh - 465px) !important;
        min-height: calc(100vh - 465px) !important;
    }

    .chatbox {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        border: 1px solid #f3f3f3;
    }

    .chat-icon {
        display: none;
    }

    .send-box button {
        width: 25%;
        padding: 0px 0px;
    }
}

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

    .header .navbar-header .navbar-brand img {
        width: 60px;
        left: 0px;
    }

    .footer .footer-menu ul li a {
        font-size: 13px;
    }

    .header-nav .search-box-seven#showAfter300,
    /*.forMobileView.fixednav{display: none !important;}*/

    /*.header .navbar-header #mobile_btn{position: absolute; right: 0; left: auto; pointer-events: none;}*/
    .header .navbar-header #mobile_btn .bar-icon span {
        background-color: #fff;
        width: 24px;
    }

    .header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
        width: 17px;
        display: block;
    }

    .header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
        width: 10px;
        margin-bottom: 0;
        display: block;
    }

    .header .navbar-header #mobile_btn .bar-icon {
        display: flex;
        width: 31px;
        flex-flow: column;
    }

    .header .navbar-header {
        justify-content: start;
        width: auto;
    }

    .banner-seven .home-banner .section-search {
        padding-top: 0;
    }

    main {
        margin-top: 77px;
    }

    .banner-seven .home-banner p {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .search-box .group-img input {
        min-width: 100%;
    }

    .banner-seven .home-banner .search-btn .btn-primary {
        margin-top: 15px;
    }

    .banner-seven .home-banner {
        padding: 0px 0 40px;
    }

    .section-heading h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 0;
    }

    .section-heading p:last-child {
        margin-bottom: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-heading {
        margin-bottom: 0px;
    }

    .category-section a.browse-btn {
        font-size: 12px;
    }

    .popular-locations .location-info-details {
        padding: 10px;
        display: block !important;
    }

    .location-img {
        margin-bottom: 15px;
    }

    .popular-locations .location-content {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .location-info-details .location-img img {
        width: 100%;
    }

    .popular-locations .location-content a {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .featured-section {
        padding: 30px 0px;
    }

    .cta-btn img {
        width: 120px;
    }

    .cta-content p {
        font-size: 14px;
    }

    .menu-logo img {
        width: 90px;
    }

    .header-nav .search-box-seven {
        width: 60% !important;
        max-width: 700px;
        display: block !important;
        background: transparent !important;
        height: auto !important;
        opacity: 1.0 !important;
    }

    .search-box .search-input {
        width: 100%;
    }

    .header-nav .search-box .group-img input {
        border-radius: 50px;
        height: 38px !important;
        min-height: 38px;
        padding-left: 15px;
        padding-right: 75px;
        font-size: 12px;
    }

    .search-box .group-img i {
        top: 16px;
        right: 75px;
        color: #fff;
        top: 11px;
        font-size: 14px;
        left: auto;
        z-index: 999;
    }

    .header-nav .search-box .group-img a.openwith_icon {
        position: absolute;
        right: 8px;
        top: 6px;
        background: #ed5880;
        color: #fff;
        border-radius: 50px;
        padding: 6px 13px;
        font-size: 10px;
        font-weight: 600;
    }

    .section-search .search-box {
        display: none !important;
    }

    .forMobileView .category-section ul {
        display: none;
    }

    .fixednav {
        top: 72px;
    }

    .header .header-navbar-rht .nav-item .header-login {
        font-size: 13px;
        margin-left: 0px;
    }

    .categories_models {
        top: 107px;
        z-index: 99999;
        background: #f5f5f5;
        max-width: 413px;
        padding-left: 18px;
        height: 100%;
    }

    .overlay_category {
        padding: 15px 0px 15px;
        position: relative;
        height: 100%;
        padding-left: 0px;
    }

    .overlay_category li a {
        font-size: 14px;
    }

    .overlay_category li {
        margin-bottom: 12px;
    }

    .overlay_category h5 img {
        right: 15px !important;
        top: 18px !important;
    }

    .owl-prev,
    .owl-next {
        width: 35px;
        height: 35px;
    }

    .myorder2 {
        order: 2 !important;
    }

    .myorder1 {
        order: 1 !important;
    }

    .ayuda_listings {
        padding: 40px 0px;
    }

    .ayuda_listings h4.textcenter {
        text-align: center;
        margin-bottom: 20px;
    }

    .ayuda_listings .row {
        margin-top: 0px !important;
    }

    .ayuda_listings .leftside li {
        font-size: 16px;
    }

    .ayuda_listings .rightside li {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ayuda_listings h5 {
        font-size: 18px;
    }

    .ayuda_listings .leftside ul {
        margin-bottom: 35px;
    }

    .ayuda_listings .rightside li img {
        margin-right: 4px;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .ayuda_listings .rightside li img.last_ico {
        left: auto;
    }

    .footer-title {
        margin-bottom: 8px;
    }

    .header .navbar-header .navbar-brand {
        margin-left: 40px;
    }

    .banner-seven .home-banner h1 {
        margin-bottom: 10px;
    }

    .category-section a.browse-btn {
        margin-top: 0px;
    }

    .latestad-section {
        padding: 40px 0px !important;
    }

    .latestad-section a.browse-btn {
        font-size: 14px;
        margin-top: 10px;
    }

    .grid-view .fav-item.newtags {
        font-size: 12px;
    }

    .notshowMobile {
        display: none !important;
    }

    .popular-locations {
        padding: 40px 0px;
    }

    .popular-locations .section-heading h2 {
        justify-content: start;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .popular-locations a.browse-btn {
        font-size: 13px;
        margin-top: 0px;
    }

    .featured-section a.browse-btn {
        font-size: 13px;
        margin-top: 30px;
    }

    .cta-content p {
        text-align: justify;
    }

    .cta-section h3 {
        font-size: 23px;
    }

    .footer-logo img {
        width: 110px;
        display: block;
        margin: auto;
    }

    .footer .footer-bottom .copyright {
        padding: 15px 0px;
        text-align: center;
    }

    .footer .footer-menu ul li {
        line-height: 23px;
    }

    .categories_models {
        padding-bottom: 130px;
    }

    .overlay_category button.browse-btn {
        font-size: 14px;
        font-weight: 600;
    }

    .main-menu-wrapper {
        display: block !important;
    }

    .header .main-menu-wrapper .menu-header {
        height: auto;
        background: #3AB7B4;
        padding: 10px 15px;
        margin-bottom: 30px;
    }

    .header .main-menu-wrapper .menu-header .menu-close {
        font-size: 25px;
        color: #ffffff;
    }

    .menu-logo img {
        width: 70px;
    }

    .main-menu-wrapper .header-navbar-rht {
        padding: 30px 10px;
        display: block;
    }

    .header .header-navbar-rht>li {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .header.header-four .header-navbar-rht li>a.header-login {
        width: 100%;
        display: block;
        border-radius: 5px;
    }

    .header .header-navbar-rht>li:last-child {
        padding-right: 0;
        background: #31b8b4;
        padding: 5px 0px;
        border-radius: 5px;
    }

    .header .header-navbar-rht>li.addbgchange {
        padding-right: 0;
        background: #31b8b4;
        padding: 5px 0px;
        border-radius: 5px;
    }

    .header .header-navbar-rht>li:last-child img {
        width: 25px;
    }

    .login-content {
        padding: 40px 0px;
    }

    .login-header h3 {
        font-size: 25px;
    }

    .login-header {
        padding: 20px 20px;
    }

    .login-content .login-wrap {
        padding: 25px 20px;
        box-shadow: none !important;
    }

    .login-content .login-wrap .login-btn {
        margin-top: 0px !important;
    }

    .login-content .login-wrap .login-btn {
        font-weight: 600;
        padding: 10px 25px;
        font-size: 14px;
    }

    .login-content .login-wrap p {
        font-size: 12px;
    }

    .login_social li img {
        width: 25px;
    }

    .login-header p {
        font-size: 14px;
    }

    .otp-field input {
        height: 35px;
        width: 30px;
    }

    .forgot_text {
        font-size: 13px;
        text-align: right;
    }

    .login-wrap label {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .group-img input {
        padding: 10px 15px 10px 15px;
        min-height: auto;
        font-size: 14px;
    }

    .login-content .login-wrap .form-set {
        margin-bottom: 15px;
    }

    .group-img select.contrycode {
        max-width: 70px;
        padding: 10px 9px;
        height: auto;
    }

    .group-img .codenumber {
        padding: 11px 14px;
    }

    .new label {
        font-size: 13px;
        padding-left: 25px;
    }

    .new {
        margin-bottom: 20px;
    }

    .new label:before {
        padding: 8px;
        position: absolute;
        left: 0;
    }

    .new input:checked+label:after {
        top: 2px;
        left: 7px;
    }

    .breadcrumb-bar {
        padding: 15px 0px;
    }

    .breadcrumb-bar .breadcrumb-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .categorieslist-section {
        padding: 40px 0px;
    }

    .categories-content a {
        padding: 10px 0px;
    }

    .categories-content img {
        width: 85px;
    }

    .imgOuter {
        margin-bottom: 10px;
    }

    .categories-content {
        margin-bottom: 0px;
    }

    .pagination li {
        margin: 0 2px;
    }

    .page-item .page-link {
        font-size: 14px;
        padding: 5px 11px;
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-radius: 5px;
    }

    .listings-sidebar .card h4,
    .rightsidebar .card h4 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sideActive {
        width: 92%;
        left: auto;
        right: auto;
        z-index: 9999;
    }

    .sideActive form {
        display: none;
    }

    .mylistgrid {
        margin-top: 90px;
    }

    .sideActive h4 a {
        width: 100%;
        display: block;
    }

    .filter-content label {
        font-size: 13px;
    }

    .filter-content input {
        font-size: 13px;
    }

    .form-control,
    .filter-content .custom_check {
        font-size: 13px;
    }

    .filter-content .custom_check .checkmark {
        top: 0;
    }

    .amenities .search-btn .btn {
        font-size: 14px;
    }


    .myform_control_area {
        margin-top: 15px;
        border-top: 1px solid #d7d7d7;
        padding-top: 15px;
    }

    .bannergallery-section .gallery-widget img {
        height: auto;
    }

    .showphotos {
        position: absolute;
        right: 0;
        bottom: -60px;
        text-align: center;
        z-index: 99;
    }

    strong.mydate {
        border-radius: 5px;
        font-size: 12px;
        display: block;
        text-align: center;
        max-width: 170px;
        margin: auto;
        margin-bottom: 20px;
    }

    .details-main-wrapper .rightsidebar .card h4,
    .details-main-wrapper .listings-sidebar .card h4 {
        font-size: 16px;
    }

    .details-main-wrapper .card-header h4 {
        font-size: 16px;
    }

    .details-main-wrapper .card .bar-icon {
        margin-top: 10px;
    }

    .details-main-wrapper .card .bar-icon span {
        margin-bottom: 4px;
        width: 17px;
    }

    .mylikes {
        margin-top: 0px;
    }

    .login-wrap .btn-primary {
        border-width: 2px;
    }

    .myallslider .theiaStickySidebar .card {
        padding: 15px !important;
        border: none !important;
        margin-bottom: 0 !important;
    }

    .myfeature_tags,
    .myNew_tags {
        padding-top: 70px;
    }

    .movim_banner img {
        height: 130px;
    }

    .movim_paragraph {
        padding: 40px 0px;
    }

    .movim_paragraph h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .movim_paragraph p,
    .movim_rightside p {
        font-size: 14px;
    }

    .movim_rightside h4 {
        font-size: 19px;
        padding-right: 0;
    }

    .movim_downloaded {
        padding: 45px 0px;
    }

    .movim_downloaded p {
        max-width: 100%;
        font-size: 14px;
    }

    .movim_downloaded h4 {
        margin-bottom: 10px;
    }

    .movim_downloaded img {
        width: 95px;
    }

    .movim_rightside img {
        width: 245px;
        height: 200px;
        object-fit: cover;
        margin-top: -40px;
        margin-bottom: 50px;
    }

    .historial_banner img {
        height: auto;
    }

    .que_pimpampuff {
        padding: 45px 0px;
    }

    .que_pimpampuff img {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .threebox_sec h4 {
        font-size: 18px;
        margin-top: 30px;
    }

    .threebox_inside {
        padding-top: 0px;
    }

    .main-menu-wrapper .header-navbar-rht {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px !important;
    }

    .profile-userlink img {
        width: 40px !important;
    }

    .header .header-navbar-rht>li .dropdown-menu .dropdown-item {
        transform: none;
        visibility: visible;
        opacity: 1;
        padding: 7px 10px;
    }

    .header .header-navbar-rht>li .dropdown-menu {
        top: 130% !important;
    }

    .upload__btn img {
        width: 100%;
        height: auto;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .filter-content.looking-input input {
        font-size: 13px;
    }

    .select_option ul {
        display: block;
    }

    .select_option li {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .upload__img-wrap {
        margin-top: 20px;
    }

    .recent-slider {
        padding-top: 0px;
    }

    .featured-slider.grid-view .card {
        max-width: 320px;
        margin: auto;
    }

    .popular-locations .location-info-details {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }


    .category-section .col-md-2 {
        width: 100%;
    }

    .width50 {
        width: 33.33% !important;
        margin-top: 15px;
    }

    .profile_inside .myfeature_tags {
        padding-top: 0px;
    }

    .width100 {
        width: 100% !important;
    }

    .sidebar_menu {
        margin-bottom: 25px;
    }




}


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

    .header .navbar-header .navbar-brand img {
        width: 105px;
    }

    .header-nav .search-box-seven {
        width: 325px !important;
        max-width: 700px;
    }

    main {
        margin-top: 119px !important;
    }

    .width50 {
        width: 33.33%;
    }

    .category-section h6 {
        white-space: nowrap;
        overflow: hidden;
        max-width: 128px;
        font-weight: 600;
        font-size: 13px
    }

    .fixednav {
        top: 117px;
    }

    .category-section a h5 {
        font-size: 13px;
    }

    .forMobileView .category-section ul li {
        padding-left: 25px;
    }

    .category-section .category-links {
        width: auto;
    }

    .myfeature_tags .card {
        margin-bottom: 15px
    }

    .popular-locations .location-content a {
        line-break: anywhere;
    }

    .categories_models {
        top: 151px;
    }

    .category-section .col2Manage {
        width: 20%
    }

    .category-section h6 {
        max-width: 100%;
    }

    .category-section .col10Manage {
        width: 80%;
    }

    .looking-input [type="radio"]:checked+label,
    .looking-input [type="radio"]:not(:checked)+label {
        padding-left: 20px;
        line-height: 17px;
    }

    .sidebar_menu li a {
        padding: 6px 10px;
        background: #fff;
        color: #000;
        font-size: 15px;
        font-weight: 600;
        border: 1px solid #efefef;
        display: flex;
        align-items: center;
    }

}


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

    .myform_control_area {
        display: block !important;
    }


}