body {
    padding: 0;
    margin: 0;
}


h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
}

h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #be206b;
}

h4 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #be206b;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #be206b;
    align-items: center;
    display: flex;
    justify-content: center;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

b,
strong {
    font-weight: 600;
}

.d-md-none {
    display: block;
}

@media only screen and (max-width:768px) {
    .d-md-none {
        display: none;
    }
}

.lightbox_modal #searchbar {
    margin-top: 10px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #be206b;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
}


/*Alert*/
.alert {
    background-color: #be206b !important;
    background: url(../../dashboard_assets/image/logo-dark.png) no-repeat 50%;
    background-position: 8px 5px;
    background-size: 120px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 18px;
    padding-left: 47px;
    padding-right: 40px;
    padding-top: 15px;
    margin: 0;
    border: 0;
    min-height: 30px;
    text-align: center;
    position: relative;
}

.alert .alert-content .carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 20px;
}

.alert .alert-content .carousel .carousel-inner .carousel-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.alert .alert-content .carousel .carousel-inner .carousel-item.active {
    display: block;
    animation: slideIn 0.5s ease-in-out forwards;
}

.lightbox_modal .lightboxcontent {
    background-color: #424166;
    width: 40%;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

@keyframes slideIn {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

.alert .alert-content .carousel .carousel-inner .carousel-item.hidden {
    animation: slideOut 0.5s ease-in-out forwards;
}

@keyframes slideOut {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}


.alert .close-alert-msg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: 0px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .alert {
        padding-top: 30px;
        min-height: 65px;
    }

    .alert .alert-content .carousel .carousel-inner {
        height: 50px;
    }
}

/* Modal */

/* Modal */

.trigger {
    text-align: center;
    padding: 7px 13px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 3rem;
    width: 60%;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    overflow-y: scroll !important;
}


.modal-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.close-button {
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 10px;
    border-radius: 5px;
    background: #be206b;
    color: #ffffff;
    padding: 3px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: 1s all;
}

.close-button:hover {
    color: #be206b;
    background: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


.modal-content .search {
    background: #be206b;
    width: 390px;
    height: 35px;
    font-size: 18px;
    border: none;
    color: #ffffff;
}

.modal-content #search_key {
    padding: 7px 0;
}

.modal-content .searchmodal {
    padding: 7px 19px 7px 12px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    border: none;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
    width: 390px;
    border: 1px solid #be206b;
    text-align: center;
}


.accordion-contents {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-single {
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
}

.accordion-single-title {
    border-top: 1px solid #efefef;
    padding: 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    margin: 0;
    text-align: left;
}

.accordion-single-title::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    padding: 0 25px;
}

.accordion-single-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.accordion-single-content .filterbtn {
    padding: 5px 0;
}

.accordion-single-content .filterbtn a {
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid #be206b;
    border-radius: 3px;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.accordion-single-item.is-open .accordion-single-content {
    max-height: 150px;
}

.accordion-single-content .row {
    display: flex !important;
    flex-wrap: wrap;
}


.accordion-single-item.is-open .accordion-single-title::after {
    transform: translateY(-50%) rotate(315deg);
}


@media only screen and (max-width: 1480px) {
    .modal-content {
        width: 70%;
    }
}

@media only screen and (max-width: 1280px) {
    .modal-content {
        width: 80%;
    }
}

@media only screen and (max-width: 1280px) {
    .modal-content {
        width: 80%;
    }
}

@media only screen and (max-width: 1110px) {
    .modal-content {
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .modal-content .search {
        width: 340px;
    }

    .modal-content .searchmodal {
        width: 340px;
    }
}

@media only screen and (max-width: 882px) {
    .modal-content .search {
        width: 300px;
    }

    .modal-content .searchmodal {
        width: 300px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .modal-content .row {
        display: block;
        padding-bottom: 0;
    }

    .modal-content {
        width: 95%;
        height: 90Vh;
    }

    .accordion-single-content .filterbtn {
        padding: 6px 0;
    }
}


@media only screen and (max-width:576px) {

    .modal-content .searchmodal {
        margin-bottom: 15px;
        width: 300px;
    }

    .modal-content .search {
        width: 300px;
    }
        .lightbox_modal .lightboxcontent {
        background-color: #424166;
        width: 80%;
        margin: auto;
        border-radius: 10px;
        padding: 20px;
        position: relative;
    }
}

@media only screen and (max-width:398px) {

    .modal-content .searchmodal {
        width: 220px;
    }

    .modal-content .search {
        width: 220px;
    }
}

/* Modal */


img {
    max-width: 100%;
}

header {
    background: #ffffff;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




#cookieConsent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    padding: 35px 15px;
    background-color: #ffffff;
    color: #615456;
    text-align: center;
    height: auto;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.terms_conditions {
    margin: auto;
    max-width: 290px;
}

#cookieConsent .alt-logo {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#cookieConsent .alt-logo .alt-logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    padding: 10px;
    border: 4px solid #be206b;
    border-radius: 50%;
}

#cookieConsent .alt-logo span {
    position: absolute;
    top: 7px;
    right: -14px;
    background-color: #be206b;
    color: #fff;
    padding: 7px 5px;
    border-radius: 50%;
    font-size: 14px;
}

#cookieConsent p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#cookieConsent p a {
    text-decoration: none;
    color: #d0958f;
}

.btnaccept {
    background: #be206b;
    color: #fff;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    bottom: 70px;
    left: 50%;
    margin-bottom: 3px;
    border-radius: 30px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.btndecline {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    bottom: 30px;
    left: 50%;
    cursor: pointer;
    color: #be206b;
    border: none;
    background: transparent;
}

@media only screen and (max-width:1400px) {
    #cookieConsent {
        width: 35%;
    }
}

@media only screen and (max-width:1200px) {
    #cookieConsent {
        width: 45%;
    }
}

@media only screen and (max-width:992px) {
    #cookieConsent {
        width: 55%;
    }
}

@media only screen and (max-width:576px) {
    #cookieConsent {
        width: 75%;
    }
}

@media only screen and (max-width:414px) {
    #cookieConsent {
        width: 90%;
    }
}


/* Cookies */


header ul {
    list-style: none;
}

.container {
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
}

header .row {
    max-width: 100%;
    margin: auto;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
}

.logo span {
    position: absolute;
    top: 37px;
    left: 0;
    color: #424166;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.navbar .main-menu {
    display: flex;
}

.main-menu li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
}

.adpostbtn {
    background: #be206b;
    color: #ffffff !important;
    padding: 5px 15px;
    border-radius: 30px;
    transition: .5s all;
}

.adpostbtn:hover {
    transform: scale(1.1);
    letter-spacing: 2px;
    background: #be206b;
    color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);
}

.menu-btn {
    display: none;
    cursor: pointer;
}

.toggler-icon {
    width: 20px;
    height: 3px;
    margin: 3px 0;
    background: black;
    display: block;
}

.row-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

.row-content p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
}

.main-menu .hide {
    display: none;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .navbar {
        padding: 14px;
    }

    .main-menu .hide {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 42px;
        right: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        background-color: #ffffff;
        transition: 0.5s all ease;
        display: none;
        align-items: center;
        transform: translateX(-800px);
        padding: 30px 0;
        z-index: 999;
    }

    .main-menu.show {
        transform: translateX(0px);
        transition: 0.5s all ease;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);
    }

    .main-menu li a {
        margin-bottom: 10px;
        display: block;
    }

    .menu-btn {
        display: block;
        position: absolute;
        color: white;
        padding-top: 18px;
        right: 30px;
        font-size: 2rem;
    }
}

/* *********************************************************************************************************************** */

.regions {
    padding: 57px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20331460220807074) 0%, rgba(255, 128, 202, 0.5590568991268383) 100%);
    position: relative;
}


.regions::after {
    position: absolute;
    content: '';
    background: url(../images/lovely-couple-bed.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: -9;
}

.regions .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.regions #category {
    width: 550px;
}

.regions #search_key {
    width: 550px;
}

.regions #state,
#cities,
#areas {
    width: 320px;
}


.regions .search {
    background: #be206b;
    width: 145px;
    height: 45px;
    font-size: 18px;
    border: none;
    color: #ffffff;
}

.select_different_things {
    padding: 10px 19px 10px 12px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    border: none;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1200px) {

    .regions #state,
    #cities,
    #areas {
        width: 280px;
    }

    .regions #category {
        width: 480px;
    }

    .regions #search_key {
        width: 480px;
    }

    .regions .row {
        padding: 0 20px 25px 20px;
    }
}

@media only screen and (max-width: 1050px) {

    .regions #state,
    #cities,
    #areas {
        width: 210px;
    }

    .regions #category {
        width: 380px;
    }

    .regions #search_key {
        width: 380px;
    }

}

@media only screen and (max-width: 840px) {

    .regions #state,
    #cities,
    #areas {
        width: 180px;
    }

    .regions #category {
        width: 340px;
    }

    .regions #search_key {
        width: 340px;
    }

}

@media only screen and (max-width: 768px) {

    .regions #state,
    #cities,
    #areas {
        width: 340px;
        margin-bottom: 5px;
    }

    .regions #category {
        width: 340px;
        margin-bottom: 5px;
    }

    .regions #search_key {
        width: 309px;
        margin-bottom: 5px;
    }

    .regions .row {
        display: block;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .regions::after {
        height: 390px;
    }

    .regions .search {
        margin-top: 15px;
    }


}

/* ************************************************************************************* */

.popular_services {
    background: #ffffff;
    padding: 35px 0;
}

.popular_services .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: start;
    align-items: center;
    padding-bottom: 25px;
}


.service-main {
    width: 30%;
    margin: 10px 15px;
}

.service-imgbox {
    height: 292px;
    overflow: hidden;
    border-radius: 20px;
}

.service-imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.service-main:hover .service-imgbox img {
    transform: scale(1.1);
    transition: 1s;
}

.service-main:hover .btn img {
    transform: translatex(5px);
    transition: 1s;
}

.service-info {
    padding: 25px 20px;
    border-radius: 20px;
    background: #ffffff;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: -90px;
}

.service-info .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #be206b;
    position: absolute;
    right: 20px;
    bottom: 15px;
    padding: 5px;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-info .btn img {
    width: 20px;
}

.service-info h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #424166;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

.service-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.service-info-ul ul {
    padding: 0 0 0 20px;
    padding-right: 0px;
    margin: 0;
    padding-right: 35px;
}

.service-info-ul ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #424166;
}

@media only screen and (max-width: 992px) {
    .popular_services .row {
        display: block;
        padding: 10px;
    }

    .service-main {
        width: 80%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 576px) {
    .service-main {
        width: 100%;
        margin: 30px auto;
    }
}

.content-sec {
    padding: 30px 0;
    padding-bottom: 0;
    text-align: center;
}

.content-sec p {
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.ads {
    padding: 30px 0;
}

.ads h2 {
    color: #be206b;
}

.ads .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: start;
    align-items: center;
    padding-bottom: 25px;
}


.ads .btn {
    background: #be206b;
    color: white;
    border-radius: 5px;
    transition: all 300ms;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 1px solid white;
}

.ads .btn:hover {
    transform: scale(1.1);
    letter-spacing: 2px;
    background: white;
    color: #be206b;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);
}

.ads .headimg {
    width: 30px;
    padding-right: 10px;
}

.ads .callgirls,
.massage,
.maleescorts,
.transsexual,
.adultmeetings,
.videochat {
    width: 25%;
    padding: 5px 20px;
    margin: 0 15px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.ads1 {
    padding: 30px 0;
}

.ads1 h2 {
    color: #be206b;
}

.ads1 .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: start;
    align-items: center;
    padding-bottom: 25px;
}

.ads1 .heading {
    width: 30px;
    padding-right: 10px;
}


.ads1 .callgirls1,
.massage1,
.maleescorts1,
.transsexual1,
.adultmeetings1,
.videochat1 {
    width: 100%;
    padding: 5px 20px;
    margin: 0 15px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.ads1 .callgirls1 a,
.massage1 a,
.maleescorts1 a,
.transsexual1 a,
.adultmeetings1 a,
.videochat1 a {
    text-decoration: none;
    cursor: pointer;
}

.ads1 .callgirls1 a h5,
.massage1 a h5,
.maleescorts1 a h5,
.transsexual1 a h5,
.adultmeetings1 a h5,
.videochat1 a h5 {
    margin: 5px auto !important;
}

@media only screen and (max-width: 768px) {
    .ads .row {
        display: block;
    }

    .ads .callgirls,
    .massage,
    .maleescorts,
    .transsexual,
    .adultmeetings,
    .videochat {
        width: 60%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 576px) {
    .popular_services .row {
        display: block;
        padding: 10px;
    }

    .ads .callgirls,
    .massage,
    .maleescorts,
    .transsexual,
    .adultmeetings,
    .videochat {
        width: 60%;
        margin: 30px auto;
    }
}

/* City Page */

.lightbox_modal .info-btn {
    font-size: 15px;
    color: #ffffff;
    background: #be206b;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
}

.lightbox_modal {
    padding: 0 15px;
}

.lightbox_modal h4 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}

.lightbox_modal h6 {
    font-size: 15px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.lightbox_modal .row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
}

.lightbox_modal .row::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.lightbox_modal .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.lightbox_modal .row>.column {
    padding: 0 5px;
}

.lightbox_modal .row:after {
    content: "";
    display: table;
    clear: both;
}

.lightbox_modal .column {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 160px;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.lightbox_modal .column figure {
    margin: 0;
}

.lightbox_modal .column .top {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100px;
}

.lightbox_modal .column .bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100px;
    backdrop-filter: blur(12px);
}

.lightbox_modal .column figcaption p {
    margin: 0;
    padding: 5px 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.lightbox_modal .column img {
    height: 160px;
    max-width: 100%;
}

.lightbox_modal .column figcaption img {
    width: 30px;
    height: 20px;
}

@keyframes transition {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lightbox_modal .lightboxmodal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 40px 25px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .43);
}


.lightbox_modal .lightboxcontent .lightboxmodal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1140px;
}

.lightbox_modal .close {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.lightbox_modal .close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}


.page {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Actual code */

.carousel-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;

    .list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .item {
        color: #888;
        width: 100%;
        display: inline-flex;
        justify-content: center;
        padding: 24px 0;
        cursor: pointer;
        transition: transform 0.125s ease;

        &:active {
            transform: scale(0.95);
        }

        &:active,
        &.active {
            color: #444;
            font-weight: 600;
        }
    }

    .progress {
        width: 100%;
        height: 12px;
        background: #be206b;
        outline: none;
        margin: 10px 0px;
        transition: all 20s ease;
    }

    .progress::-webkit-progress-value {
        background: #ffffff;
    }
}

.page-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    &:not(.active) {
        display: none;
    }
}

.carousel-tabs .list {
    display: none;
}

.carousel-tabs p {
    color: #ffffff;
}

.modal_btn {
    text-align: center;
    margin-top: 35px;
}

.find_out_more {
    background: #be206b;
    color: #ffffff;
    padding: 10px 35px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: 2px solid #be206b;
    transition: all .4s;
}

.find_out_more:hover {
    background: white;
    color: #be206b;
    border: 2px solid #be206b;
}

.modal_img {
    max-width: 600px;
    height: auto;
    margin: auto;
    padding-top: 20px;
}

/* City Page */


/* Current Date */

.date_time .row {
    padding: 5px 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.display-date {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.display-date1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #be206b;
}

.display-time {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.display-time:hover {
    background: #ffd868;
    box-shadow: 0 0 30px#ffd868;
    color: #272727;
    cursor: pointer;
}


/* Current Date */

/* middle-main */

img {
    max-width: 100%;
    height: auto;
}

.middle-main .middle-left .newpost {
    text-align: end;
}

.middle-main .newpost img {
    width: 30px;
    height: 30px;
}

.middle-left {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 3px dotted #be206b;
    margin: 0px 0 30px 150px;
    position: relative;
    padding-left: 130px;
}

.middle-right {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 3px dotted #be206b;
    margin: 0px 150px 30px 0;
    position: relative;
    padding-right: 130px;
}

.middle-left .iamges-box {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    border: 4px solid #be206b;
}

.middle-right .iamges-box {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    border: 4px solid #be206b;
}

.middle-left .iamges-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle-right .iamges-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.image-head {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
}

h3.image-head a {
    color: #be206b;
    text-decoration: none;
}

h4.image-cont {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}

h4.image-cont a {
    color: #272727;
    text-decoration: none;
}

.info {
    display: flex;
}

.info-btn {
    font-size: 15px;
    color: #be206b;
    background: #fcfcfc;
    /*background: #DADADA;*/
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 0 5px rgb(0 0 0 / 85%);
}

.info-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-btn {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.middle-girl {
    padding: 35px 15px;
}



@media screen and (max-width:999px) {
    .middle-left {
        margin: 120px 0 30px 0px;
        padding-top: 50px !important;
        padding: 10px;
    }

    .middle-left .iamges-box {
        top: -90px;
        width: 150px;
        height: 150px;
        left: 50%;
        transform: translateX(-50%);

    }

    .middle-right {
        margin: 120px 0 30px 0px;
        padding: 10px;
        padding-top: 50px;
    }

    .middle-right .iamges-box {
        top: -90px;
        width: 150px;
        height: 150px;
        left: 50%;
        transform: translateX(-50%);

    }

    .middle-main .middle-right .newpost {
        text-align: end;
    }

    .info-btn {
        padding: 5px 10px;
    }
}

@media screen and (max-width:767px) {
    .mob-hide {
        display: none;
    }
}

/* middle-main */


/* ads_in_bangalore */
.ads_in_bangalore {
    padding: 0 0 30px 0;
}

.adsbtn {
    background-color: white;
    padding: 0 18px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #be206b;
    letter-spacing: 2.8px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    margin: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.adsbtn span {
    z-index: 1;
    text-align: center;
}

.adsbtn span a {
    text-decoration: none;
    color: #be206b;
}

.adsbtn:before,
.adsbtn:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    background-color: #be206b;
}

.adsbtn:before {
    left: 0;
}

.adsbtn:after {
    right: 0;
}

.adsbtn:hover a {
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
    color: #ffffff;
}


.adsbtn:hover:before,
.adsbtn:hover:after {
    width: 51%;
}

@media only screen and (max-width: 525px) {
    .adsbtn {
        min-width: 320px;
        padding: 0 20px;
        font-size: 13px;
        letter-spacing: 1.8px;
    }
}

/* ads_in_bangalore */

/* find_escorts_bangalore */

.backdrop_filter {
    padding: 30px 10px;
    backdrop-filter: blur(20px);
}

.find_escorts_bangalore h1 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore h2 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore h3 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore h4 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore h5 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore h6 {
    text-align: left;
    margin-bottom: 0;
    color: #be206b;
    font-weight: 700;
}

.find_escorts_bangalore p strong {
    color: #424166;
    font-weight: 700;
}

.find_escorts_bangalore p {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #424166;
}


/* find_escorts_bangalore */

/* conatct */
.contact-banner {
    background: url(../images/contact-banner.jpg);
    background-size: cover;
    background-position: right center;
    padding: 40px 0;
    position: relative;
}

.contact-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff42;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
}

.con-head {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #be206b;
    position: relative;
    z-index: 1000;
    font-family: Arial, Helvetica, sans-serif;
}

.contct-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #f9d3cf;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 7px #b4b4b4;
}

.contact-main {
    padding: 60px 0;
}

.contct-box p {
    display: inline-block;
    font-size: 16px;
    color: #615456;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.contct-box a {
    font-size: 20px;
    font-weight: 700;
    color: #615456;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    margin-left: 11px;
}

.contct-box a img {
    width: 18px;

    margin-right: 11px;
}

/* conatct */


/* about */
.about-me {
    padding: 40px 0;
}

.about-me h4 {
    text-align: left;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}

.about-main {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.about-main1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    margin: 10px 10px 60px 10px;
    border-radius: 10px;
}
.about-left {
    width: 30%;

}

.about-left img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.user-profile {
    width: 300px;
    height: 300px;
}

.user-profile img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.about-right {
    width: 70%;
    padding-left: 20px;
}

.about-right h3 {
    text-align: left;
    color: #373737;
    margin-bottom: 20px;
}

.about-rightone h3 {
    text-align: left;
    color: #373737;
    margin-bottom: 20px;
}

.about-centerone h3 {
    text-align: left;
    color: #373737;
    margin-bottom: 20px;
}

.about-leftone h3 {
    text-align: left;
    color: #313131;
    margin-bottom: 20px;
}

.about-left h3 {
    text-align: left;
    color: #313131;
    margin-bottom: 20px;
}

.about-right p {
    font-size: 16px;
    color: #615456;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}

.about-leftone {
    width: 33.33%;
}

.about-centerone {
    width: 33.33%;
    padding-left: 20px;
}

.about-rightone {
    width: 33.33%;
    padding-left: 20px;
}

.about-mee {
    padding: 0 15px;
}

.about-mee p {
    font-size: 16px;
    color: #615456;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: justify;
}

.about-mee .small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.about-right p.small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
}

.about-left p {
    font-size: 16px;
    color: #615456;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}

.about-left p.small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
}

.about-leftone p.small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
}

.about-centerone p.small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
}

.about-rightone p.small-p {
    display: inline-block;
    background: #e8e7e7;
    border-radius: 4px;
    border: 1px solid #615456;
    color: #be206b;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 5px;
}

.about-left .contact-me {
    text-align: center;
    padding: 10px 0;
}

.about-left .contact-me .contact_btphn {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #be206b;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    margin-right: 5px;
}

.about-left .contact-me .contact_btphn img {
    box-shadow: none;
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.about-left .contact-me .contact_btwhatsapp {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #25d366;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}

.about-left .contact-me .contact_btwhatsapp img {
    box-shadow: none;
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.about-img {
    line-height: 0;
    border-radius: 5px;
    margin: 0 5px;
}

.backbtn a {
    text-decoration: none;
    color: #be206b;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .about-main {
        display: block;
        text-align: center;
    }

    .about-main1 {
        display: block;
        text-align: center;
    }

    .about-main1 .user-profile{
        height: 100px;
    }

    .about-main1 .user-profile img{
        width: 100px;
        height: 100px;
    }
    .about-left {
        width: 100%;

    }

    .about-right {
        width: 100%;
    }

    .about-leftone {
        width: 100%;

    }

    .about-centerone {
        width: 100%;

    }


    .about-rightone {
        width: 100%;
    }


    .about-img {
        margin-bottom: 10px;
    }
}


/* about */

/* Breadcrumbs */
.breadcrumb {
    padding: 15px 0;
}

.breadcrumb ul {
    padding: 10px 0 10px 15px;
}

.breadcrumb ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.breadcrumb ul .breadlink::before {
    position: absolute;
    content: '>';
    left: -11px;
    top: 0;
    background: transparent;
    color: #be206b;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #be206b;
    padding: 5px 15px;
    border: 1px solid #be206b;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.breadcrumb img {
    margin-bottom: -5px;
}

@media only screen and (max-width:575px) {
    .breadcrumb ul li a {
        font-size: 13px;
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Breadcrumbs */

/* alerts */

.alertbox {
    border: 1px solid #be206b;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin: 0 15px;
}

.alertbox p {
    text-align: left;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #be206b;
}

.alertbox ul li {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #585858;
}


.terms_condi {
    padding: 20px 0;
}

.terms_condi p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    margin: 20px 15px;
}

.contact_share .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact_share .contact-me {
    display: flex;
    justify-content: start;
    align-items: center;
}

.contact_share .contactme {
    padding: 0 15px;
    width: 50%;
}

.contact_share .sharead {
    padding: 0 15px;
    width: 50%;
}

.contact_share .sharead h5 {
    margin: 0;
    justify-content: left;
}

.contact_share .contact-me .contact_btntel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #be206b;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    margin-right: 5px;
}

.contact_share .contact-me .contact_btnwhat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #25d366;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}

.contact_share .contact-me {
    padding: 25px 0;
}

.contact_share .share_ad {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 25px 0;
}

.contact_share .share_ad .share_twi {
    margin-right: 35px;
}

.contactme h5 {
    margin: 0;
    justify-content: left;
}

.sharead h5 {
    margin: 0;
}

.tips-sec {
    margin: 10px auto;
}

.tips-sec .tipsbox {
    background-color: #be206b !important;
    background: url(../images/logo-tips.png) no-repeat 77%;
    background-position: 8px 5px;
    background-size: 120px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 18px;
    padding-left: 47px;
    padding-right: 40px;
    padding-top: 15px;
    margin: 10px;
    border: 0;
    border-radius: 10px;
    min-height: 30px;
    text-align: center;
    position: relative;
}

.tips-sec .tipsbox .tips-content .carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 20px;
}

.tips-sec .tipsbox .tips-content .carousel .carousel-inner .carousel-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.tips-sec .tipsbox .tips-content .carousel .carousel-inner .carousel-item.active {
    display: block;
    animation: slideIn 0.5s ease-in-out forwards;
}

@keyframes slideIn {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

.tips-sec .tipsbox .tips-content .carousel .carousel-inner .carousel-item.hidden {
    animation: slideOut 0.5s ease-in-out forwards;
}

@keyframes slideOut {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@media only screen and (max-width: 575px) {

    .contact_share .contactme {
        width: 100%;
    }

    .contact_share .sharead {
        width: 100%;
    }

    .contact_share .row {
        display: block;
    }

    .tips-sec .tipsbox {
        padding-top: 30px;
        min-height: 70px;
    }

    .tips-sec .tipsbox .tips-content .carousel .carousel-inner {
        overflow: visible;
        height: 20px;
    }

}

/* ******************************************************************************************************* */

/* ******************************************************************************************************* */

.adpost form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    padding: 0 35px;
}

.adpost p {
    color: #be206b;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
}

.adpost hr {
    margin: 0 25px;
    color: #be206b;
}

form .adlocation {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

form .adtext {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

form .number {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 25px;
}

form .personalinfo {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    padding: 25px;
}

.leftcol {
    flex: 50% !important;
    max-width: 47%;
    box-sizing: border-box;
}

.rightcol {
    flex: 50% !important;
    max-width: 47%;
    box-sizing: border-box;
    margin-left: 36px;
}

.adpost input {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.adpost select {
    width: 100%;
    padding: 10px 0 10px 10px;
}

#textarea {
    width: 97.4%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 25px;
}

.postlink {
    margin: 0 25px;
}

#postlink {
    max-width: 97.4%;
    box-sizing: border-box;
    margin: 7px 25px;
}

#imageInput {
    opacity: 0;
    z-index: 1;
}

.uploadimg {
    background: url(../images/upload.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #be206b;
}

.submit {
    text-align: center;
    padding: 25px 0;
}

.submit #submitbtn {
    padding: 10px 30px 10px 30px;
    background-color: #be206b;
    border: solid 1px #be206b;
    border-radius: 5px;
    color: #ffffff;
    transition: all .4s;
    width: 180px !important;
}

.submit #submitbtn:hover {
    background: #ffffff;
    border: solid 1px #be206b;
    color: #be206b;
}


@media only screen and (max-width:670px) {
    .leftcol {
        flex: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .rightcol {
        flex: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: 0;
    }

    #postlink {
        max-width: 100%;
    }

    #textarea {
        width: 100%;
    }

    form .adlocation {
        padding: 0;
    }

    form .adtext {
        padding: 0;
    }

    form .number {
        padding: 25px 0;
    }

    form .personalinfo {
        padding: 25px 0;
    }

    #postlink {
        margin: 0;
    }

    .postlink {
        margin: 0;
    }

    #textarea {
        margin: 0;
    }

    .adpost input {
        margin-bottom: 10px;
    }

    .adpost select {
        margin-bottom: 10px;
    }
}

/* ******************************************************************************************************* */

/* ******************************************************************************************************* */

.viewpost {
    padding: 30px 0;
}

.viewpost h4 {
    color: #ffffff !important;
    font-size: 20px;
    margin: 5px 0;
}

.viewpost p {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 3px 0;
}

.viewpost .viewpostcont {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding: 0 10px;
}

.viewpost .viewpostcont .card {
    flex: 33.33%;
    max-width: 31%;
    box-sizing: border-box;
    padding: 0px;
    background: #fff;
    margin: 10px;
    border: 2px solid #be206b;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.viewpost .viewpostcont .card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0 ;
}

.viewpost .viewpostcont .card h4 {
    background-color: #be206b;
    margin-top: -10px !important;
    padding: 5px;
    z-index: 99;
}

.viewpost .viewpostcont .card p {
    color: #444;
    line-height: 1;
    padding: 5px;
    z-index: 99;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
.viewpost .viewpostcont .card p span{
    font-weight: 600;
}


@media only screen and (max-width:768px) {
    .viewpost .viewpostcont .card {
        flex: 50%;
        max-width: 45%;
    }
}

@media only screen and (max-width:490px) {
    .viewpost .viewpostcont .card {
        flex: 100%;
        max-width: 90%;
    }

    .viewpost .viewpostcont .card img {
        width: 490px;
    }
}

/* ******************************************************************************************************* */

footer {
    text-align: left;
    padding: 30px 20px 20px 10px;
    border-top: 2px solid #be206b;
}

footer .logo a {
    color: #424166;
}

footer .logo {
    padding-bottom: 20px;
}

footer p {
    text-align: center;
    color: #424166;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

footer h5 {
    margin: 20px 0;
    margin-bottom: 10px;
    text-align: left;
    justify-content: start;
}

footer a.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #424166;
    text-decoration: none;
    border-right: 2px solid #424166;
    padding-right: 10px;
    padding-left: 10px;
}

footer a.btn:first-child {
    padding-left: 0px;
}

footer a.btn:last-child {
    border-right: none;
    padding-right: 0;
}

footer a.btn .help-img {
    height: 35px;
    margin-bottom: -13px;
}

footer a.btn .glob-img {
    height: 10px;
    margin-right: 10px;
}

footer a.btn-icon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #424166;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}

footer .btn-icon img {
    width: 25px;
}

footer a.btn-icon2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}

footer .btn-icon2 img {
    width: 25px;
}

.bg-top {
    background-color: #be206b;
    height: 50px;
    padding: 20px 5px;
    position: absolute;
    right: 10%;
    width: 50px;
    text-align: center;
}

.bg-top .up-arrow {
    height: 30px;
    width: 30px;
}

.bg-top a {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    footer {
        text-align: center;
    }

    footer h5 {
        margin: 20px 0;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center;
    }
}