html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
}

@font-face {
    font-family: 'GaramondNovaCond_Italic';
    src: url('../fonts/GaramondNovaCond_Italic.ttf') format('truetype');
}

.logo-font {
    font-family: 'GaramondNovaCond_Italic';
}

.spl-font {
    font-family: 'Oswald', sans-serif;
}

::selection {
    background: #00acfd;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

button:focus {
    outline: none;
}

.default-btn {
    background: #00acfd;
    border: 2px solid;
    border-color: #00acfd;
    color: #fff;
    border-radius: 0;
    transition: 0.4s ease-in-out;
}

.alt-default-btn {
    background: #656565;
    border: 2px solid;
    border-color: #656565;
    color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.default-btn:hover {
    color: #f92f79;
    background: #fff;
    border-color: #00acfd;
    transition: 0.4s ease-in-out;
}

.alt-default-btn:hover {
    color: #fc2e78;
    background: transparent;
    border-color: #00acfd;
    transition: 0.4s ease-in-out;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.spl-text {
    background: linear-gradient(to bottom right, #FFFFFF 0%, #FF1F5F 30%);
    -webkit-background-clip: text;
    font-family: 'GaramondNovaCond_Italic';
}

#form-show {}

.spl-anchor {
    font-size: 20px;
    color: #fc2e78;
    padding-bottom: 4px;
    position: relative;
    font-weight: 500;
}

.spl-anchor:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #00acfd;
    right: 0;
    bottom: 2px;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover::after {
    width: 100%;
    left: 0;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover {
    color: #00acfd;
    transition: 0.4s ease-in-out;
}

/*default-heading*/
.heading {
    border-bottom: 1px solid #bebdbd;
    display: inline-block;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width:767px) {
    .heading {
        font-size: 28px;
    }
}

@media only screen and (max-width:575px) {
    .heading {
        font-size: 26px;
    }
}


.darkcolor {
    color: #384141;
}

.heading > span {
    font-weight: 200;
}

.heading .divider-center {
    margin: 10px auto -2px;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    display: block;
    /*    background: #2576fd;*/
    background: linear-gradient(to right, #fc2e78, #00acfd);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00acfd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);
}

.form-control {
    border: 1px solid #00acfd;
    border-radius: 0;
    color: #f92f79;
    height: 40px;
}

.form-control::placeholder {
    color: #f92f79;
}



/*Back to top button*/
#button {
    display: inline-block;
    background: linear-gradient(to right, #fc2e78, #00acfd);
    box-shadow: 2px 3px 8px 0px rgb(0 72 106 / 59%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 12px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background: linear-gradient(to left, #fc2e78, #00acfd);
}

#button:active {
    background-color: #2576fd;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width:575px) {
    #button {
        bottom: 40px;
        right: 15px;
    }
}


/* Preloader */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    z-index: 1000;
}

#status {
    width: 260px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

#status img {
    width: 100%;
}



/*header-start*/
/*pre-header*/
.pre-header {
    /*    background-color: #fff;*/
    /*    padding: 13px 0;*/
    /*    background: linear-gradient(to left, #2576fd, #00acfdcc);*/
    background: linear-gradient(to right, #2576fd, #fc2e78);
}

.pre-header a,
.pre-header p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    /*    font-family: 'Dosis',
    sans-serif;*/
    transition: 0.3s ease-in-out;
}

.pre-header a:hover {
    color: #f053e8;
    transition: 0.3s ease-in-out;
}

.pre-header-form .form-group {
    margin-bottom: 0;
    padding: 13px 0;
    width: 150px;
    float: right;
}

.pre-header-form select.form-control:not([size]):not([multiple]) {
    height: 40px;
    color: #f92f79;
    padding: 0px.75rem;
}

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

    .pre-header a,
    .pre-header p {
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {
    .pre-header-form select.form-control:not([size]):not([multiple]) {
        border-radius: 12px;
        padding: 0 4px;
    }
}

@media only screen and (max-width:575px) {
    .pre-header-form select.form-control:not([size]):not([multiple]) {
        font-size: 14px;
        height: 38px;
    }

    .pre-header a,
    .pre-header p {
        font-size: 13px;
    }

    .pre-header-form .form-group {
        width: 90px;
    }
}

.header {
    top: 66px;
    background-color: #121212;
    position: fixed;
    width: 100%;
    z-index: 5;
    border-bottom: 2px solid #f92f79;
}

.header.sticky {
    /* border-bottom: 2px solid #00acfd; */
    border-bottom: 2px solid #00acfd;
    top: 0px;
}

.logo {
    width: 180px;
    transition: 0.3s ease-in-out;
}

.navbar {
    padding: 2px 0px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    font-size: 38px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar .navbar-nav .nav-link {
    color: #00acfd;
    /*    font-weight: 300;*/
    transition: 0.2s linear;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 31 95);
}

.header-right h6 {
    color: #00acfd;
}

.nav-item .default-btn {
    border-radius: 0;
    font-weight: 500;
    padding: 8px 8px;
    width: 102px;
    text-transform: uppercase;
    background: linear-gradient(to left, #ff2c76, #00acfd);
    position: relative;
    overflow: hidden;
    border: none;
}

.nav-item .default-btn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    left: -20px;
    top: -20px;
    transition: 0.4s ease
}

.nav-item .default-btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    right: -20px;
    bottom: -20px;
    transition: 0.4s ease
}

.nav-item .default-btn:hover::before {
    transform: translate(10px, 10px);
    opacity: 1;
    background-color: #f92f79;
    transition: 0.4s ease;
}

.nav-item .default-btn:hover::after {
    transform: translate(-10px, -10px);
    opacity: 1;
    background-color: #f92f79;
    transition: 0.4s ease;
}

.nav-item .default-btn:hover {
    background: #fff;
    color: #00acfd;
}



.nav-item .alt-default-btn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    left: -20px;
    top: -20px;
    transition: 0.4s ease
}

.nav-item .alt-default-btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    right: -20px;
    bottom: -20px;
    transition: 0.4s ease
}

.nav-item .alt-default-btn:hover::before {
    transform: translate(10px, 10px);
    opacity: 1;
    background-color: #00acfd;
    transition: 0.4s ease;
}

.nav-item .alt-default-btn:hover::after {
    transform: translate(-10px, -10px);
    opacity: 1;
    background-color: #00acfd;
    transition: 0.4s ease;
}

.nav-item .alt-default-btn {
    background: #656565;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    color: #fff;
    height: 40px;
    padding: 8px 8px;
    width: 102px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.nav-item .alt-default-btn:hover {
    background: #fff;
    color: #f92f79;
    border: none;
}



.nav-item {
    margin-left: 20px;
}

.dropdown-item {
    color: #00acfd;
    background-color: #3d3d3d;
}

.dropdown-menu {
    background-color: #3d3d3d;
    background-clip: padding-box;
    border: 2px solid rgb(255 31 95);
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #00acfd;
}

.header.sticky .logo {
    width: 150px;
}

.navbar-light .navbar-toggler {
    border-color: #00acfd;
    border-radius: 2px;
    border-width: 2px;
    padding: 5px 6px;
    color: #00acfd;
}

.navbar-light .navbar-toggler:focus {
    border-color: #00acfd !important;
    outline: none;
}

@media only screen and (max-width:991px) {
    .nav-item {
        margin: 12px 0px 12px 14px;
    }

    .logo {
        width: 150px;
    }

    .header {
        border-bottom: 2px solid #f92f79;
    }
}

@media only screen and (max-width:767px) {
    .header {
        background-color: #ffffff;
    }

    .logo {
        filter: drop-shadow(0px 0px 0px #004667);
    }

    .nav-item .default-btn {
        border: 1px solid #fff;
        border-radius: 12px;
        padding: 8px 6px;
        background: linear-gradient(to left, #ff2c76, #00acfd);
    }

    /*
    .nav-item .default-btn:hover {
        background: #fff;
        border: 1px solid #00acfd;
    }
*/

    .nav-item .default-btn:hover {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-color: #00acfd;
        background-image: linear-gradient(to right, #ff2c76, #00acfd);
        transition: 0.4s ease-in-out;
    }

    .nav-item {
        margin: 12px 0px 12px 15px;
    }
}

@media only screen and (max-width:575px) {
    .logo {
        width: 120px !important;
    }

    .nav-item {
        margin: 12px 0px 12px 6px;
    }

    .nav-item .default-btn {
        padding: 8px 6px;
        font-size: 13px;
        width: 71px;
    }
}

/*header-end*/

/*city-wrap-start*/

.city-wrap {
    margin-top: 76px;
    background: #000;
    border-top: 2px solid #f92f79;
}

.city-wrap span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.city-wrap .item a {
    color: #00acfd;
    transition: 0.3s ease-in-out;
}

.city-wrap .item a:hover {
    color: #f92f79;
    transition: 0.3s ease-in-out;
}

.city-wrap .owl-stage {
    padding-bottom: 0;
    /*    top: 12px;*/
}

.city-list {
    display: inline-block;
}

.city-list li {
    display: inline-block;
    padding: 0px 3px;
}

.city-list li a {
    color: #00acfd;
    transition: 0.4s ease-in-out;
}

.city-list li a:hover {
    background: linear-gradient(to left, #fc2e78, #00acfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out;
}

@media only screen and (max-width:1199px) {
    .city-wrap span {
        font-size: 16px;
        font-weight: 400;
    }

    .city-list li {
        display: inline-block;
        padding: 0px 1px;
        font-size: 14px;
    }
}

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

    .city-wrap span {
        font-size: 18px;
        font-weight: 500;
    }

    .city-list li {
        display: inline-block;
        padding: 3px 8px 0px 0px;
        font-size: 16px;
    }

    /*
    .city-wrap .owl-stage {
        top: 10px;
    }
*/
}

@media only screen and (max-width:991px) and (min-width:576px) {
    .city-wrap {
        margin-top: 68px;
        border-top: none;
    }
}

@media only screen and (max-width:767px) {
    .city-wrap {
        background-color: #121212 !important;
    }

    .city-wrap span {
        background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 0px;
    }

    .city-list li {
        padding: 4px 8px 0px 0px;
    }

    .city-list li a {
        color: #ffffff;
        font-size: 14px;
        transition: 0.4s ease-in-out;
    }

    /*
    .city-list li a:hover {
        background: linear-gradient(to left, #fc2e78, #00acfd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.4s ease-in-out;
    }
*/
}

@media only screen and (max-width:575px) {
    .city-wrap {
        margin-top: 0;
        background-color: #121212 !important;
        border-top: none;
    }

    .city-list li a {
        font-size: 14px;
    }

    .city-list li {
        padding: 2px 6px 0px 0px;
    }
}

/*city-wrap-end*/

/*filter-mobile-wrap-start*/

.filter-mobile-wrap .input-bg {
    height: auto;
    color: #495057;
    background-color: #fff;
    border: 1px solid #00acfd;
    padding: .375rem .75rem;
    border-radius: 0;
    margin-bottom: 1rem;
}

.filter-mobile-wrap .form-check-inline {
    margin: 2px 0;
}

.filter-mobile-wrap .form-check-label {
    color: #f92f79;
    margin-bottom: 0;
}

.primary-input-box {
    position: relative;
}

.form-control:focus {
    box-shadow: none;
}

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

    .mobile-hidden-form-wrap .form-control,
    .mobile-primary-form-wrap .form-control {
        border-radius: 12px;
        box-shadow: 2px 2px 6px 1px rgb(173 173 173 / 53%);
    }

    .filter-mobile-wrap .input-bg {
        border-radius: 12px;
        box-shadow: 2px 2px 6px 1px rgb(173 173 173 / 53%);
    }

    .default-btn.primary-form-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 12px;
        height: 40px;
        width: 40px;
        padding: 5px 11px;
        background: linear-gradient(to left, #ff2c76, #00acfd);
        border: none;
        transition: 0.4s ease-in-out;
    }

    .default-btn.primary-form-btn:hover {
        background: linear-gradient(to right, #ff2c76, #00acfd);
        color: #fff;
        transition: 0.4s ease-in-out;
    }

    .primary-form-btn i {
        font-size: 15px;
    }

    .mobile-hidden-form-wrap .spl-default-btn {
        border-radius: 12px;
        font-weight: 400;
        width: 140px;
        height: 40px;
        text-transform: uppercase;
        background: linear-gradient(to left, #ff2c76, #00acfd);
        box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 59%);
        border: none;
        transition: 0s ease-in-out;
        padding: 10px;
    }

    .mobile-hidden-form-wrap .spl-default-btn:hover {
        padding: 6px 8px;
        height: 40px;
        border: 2px solid;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-color: #ff2c76;
        background-image: linear-gradient(to left, #ff2c76, #00acfd);
        transition: 0s ease-in-out;
    }
}

@media only screen and (max-width:575px) {
    .filter-mobile-wrap {
        margin-top: 66px;
    }

    .spl-anchor {
        font-size: 18px;
        padding-bottom: 3px;
    }
}

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

    .mobile-primary-form-wrap h5,
    .mobile-hidden-form-wrap h5 {
        font-size: 15px;
    }
}

/*filter-mobile-wrap-end*/

/*banner-start*/

.banner-wrap {
    background-size: cover;
    height: 440px;
    background-position: unset;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 10%) -40%, rgb(0 0 0 / 13%) 100%);
}

.banner-text {
    padding-top: 125px;
}

.banner-text h1 {
    /* color: #00acfd; */
    font-size: 64px;
    line-height: 76px;
    margin-bottom: 2px;
    /*    background: linear-gradient(to right, #ffffff 10%, #008fdb 50%);*/
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .banner-text h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-text p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        color: #fff;
    }

    .banner-wrap {
        height: 380px;
    }

    .banner-text {
        padding-top: 95px;
    }
}

@media only screen and (max-width:767px) {
    .banner-wrap {
        background-position: top left;
    }
}

@media only screen and (max-width:575px) {
    .banner-text h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .banner-wrap {
        height: 260px;
    }

    .banner-text {
        padding-top: 50px;
    }
}

/*banner-end*/

/*escort-wrap-start*/
.escort-wrap {
    position: relative;
}

.escort-overlay {
    background: url(../images/carousel-bg.jpg);
    background-size: cover;
    opacity: 0.30;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
}

.description-wrap h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 4px;
}

.image-badges-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.badge-new {
    position: absolute;
    left: 7px;
    top: 40px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, #77c126 0, #4b8e2f 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
}

.badge-unverified {
    position: absolute;
    left: 7px;
    top: 82px;
    width: 48px;
    height: 48px;
    line-height: 12px;
    padding: 12px 0px;
    background-image: linear-gradient(180deg, #f1d119, #cc9505);
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    border-radius: 50%;
}

.badge-verified {
    position: absolute;
    left: 7px;
    /*    top: 124px;*/
    top: 82px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(to right, #004667, #00acfd);
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    border-radius: 50%;
}

.watermark-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.watermark-wrap .watermark {
    width: 90% !important;
    opacity: 0.75;
    margin: 0 auto;
}

.escort-box {
    padding: 0px;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #ede6e1;
    border-radius: 0px;
    transition: 0.4s ease;
}

.owl-stage {
    padding-bottom: 12px;
}

.escort-box:hover {
    background-color: #00acfd;
    box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 25%);
    /* background: linear-gradient(to bottom right, #FFFFFF 0%, #FF1F5F 30%); */
    transition: 0.4s ease;
    border: 1px solid #00acfd;
}

.escort-img-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    /*    border: 1px solid #ede6e1;*/
}

.escort-img-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a1c;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
}

.escort-box:hover .escort-img-box:after {
    opacity: 0;
}

.c-name {
    position: absolute;
    font-size: 24px;
    left: 10px;
    bottom: 52px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    transition: 0.4s ease;
}

.escort-box:hover .c-name {
    background: linear-gradient(to right, #fc2e78 30%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease;
}

.c-location {
    position: absolute;
    left: 10px;
    bottom: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    transition: 0.4s ease;
}

.escort-box:hover .c-location {
    color: #121212;
    transition: 0.4s ease;
}

.c-type {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    transition: 0.4s ease;
}

.escort-box:hover .c-type {
    background: linear-gradient(to right, #fc2e78 35%, #008fdb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease;
}

.carousel-img-box.escort-img-box .feature-img {
    height: 380px !important;
    max-height: initial;
    transition: 0.4s ease;
    /*    margin-top: 32px;*/
}

.carousel-overlay-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    background: hsla(0, 0%, 100%, .8);
    opacity: 0;
    z-index: 1;
    transition: 0.4s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f92f79;
}

.escort-box:hover .carousel-overlay-box {
    transform: translateY(-100%);
    opacity: 1;
    transition: 0.4s ease;
}

.escort-box:hover .feature-img {
    transform: scale(1.1);
    transition: 0.4s ease;
}

.escort-headline {
    position: relative;
    font-weight: 400;
}

.escort-headline:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 3px;
    background: #00acfd;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.available-span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    border-bottom: 1px solid transparent;
    background-color: #00acfdd1;
    z-index: 2;
    transition: 0.4s ease;
}

.feature-span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    border-bottom: 1px solid transparent;
    background-color: #f92f798f;
    z-index: 2;
    transition: 0.4s ease;
    background-color: #f92f798f;
    /*        background-color: #00000085;*/
}

.escort-box:hover .available-span,
.escort-box:hover .feature-span {
    color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
    transition: 0.4s ease;
}

.escort-text-box {
    padding: 15px 15px;
}

.escort-text-box p {
    margin-bottom: 6px;
    min-height: 80px;
    font-size: 14px;
    line-height: 20px;
}

.carousel-overlay-box .default-btn {
    width: 130px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    color: #f92f79;
}

@media only screen and (max-width:1199px) {
    .escort-headline {
        font-size: 28px;
    }
}

@media only screen and (max-width:991px) {
    .carousel-img-box.escort-img-box .feature-img {
        height: 310px !important;
    }
}

@media only screen and (max-width:767px) {
    .escort-headline:after {
        bottom: -15px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 4px;
    }

    .escort-box {
        border-radius: 12px;
        border: none;
        box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 59%);
    }

    .badge-new {
        left: 5px;
        top: 38px;
        width: 38px;
        height: 38px;
        line-height: 39px;
        font-weight: 600;
        font-size: 13px;
    }

    .badge-unverified {
        left: 5px;
        top: 80px;
        width: 38px;
        height: 38px;
        line-height: 10px;
        padding: 11px 0px;
        background-image: linear-gradient(180deg, #f1d119, #cc9505);
        font-weight: 500;
        font-size: 9px;
    }

    .badge-verified {
        left: 5px;
        /* top: 124px; */
        top: 80px;
        width: 38px;
        height: 38px;
        line-height: 39px;
        background: linear-gradient(to right, #004667, #00acfd);
        font-weight: 400;
        font-size: 9px;
    }

    .carousel-img-box.escort-img-box .feature-img {
        height: 240px !important;
        margin-top: 0;
    }

    .feature-span {
        font-size: 14px;
        padding: 6px 0px;
        font-weight: 600;
        color: #ffffff;
        border-bottom: 1px solid white;
        background-color: #f92f798f;
        /*        background-color: #00000085;*/
    }

    .available-span {
        font-size: 14px;
        padding: 6px 0px;
        font-weight: 600;
        color: #ffffff;
        border-bottom: 1px solid white;
        background-color: #00acfdd1;
        /*        background-color: #00000085;*/
    }

    .escort-box:hover .available-span,
    .escort-box:hover .feature-span {
        color: #fff;
        border-bottom: 1px solid #fff;
        z-index: 2;
        transition: 0.4s ease;
    }

    .carousel-overlay-box .default-btn {
        width: 110px;
        font-size: 15px;
        border-radius: 30px;
    }

    .escort-box .watermark-wrap {
        transform: translateY(20px);
    }

    .watermark-wrap .watermark {
        width: 90% !important;
        opacity: 0.65;
        margin: 0 auto;
    }

    .escort-wrap {
        background: linear-gradient(to left, #fc2e78, #00acfd);
    }

    .escort-wrap .darkcolor {
        color: #ffffff;
    }

    .escort-wrap .heading {
        border-bottom: 1px solid #ffffff;
    }

    .escort-wrap .heading .divider-left,
    .escort-wrap .heading .divider-center {
        height: 4px;
        width: 70px;
        display: block;
        background: #2576fd;
        background: linear-gradient(to right, #fc2e78, #2576fd);
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #171717;
    }

    .escort-box:hover {
        background-color: #00acfd;
        box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 25%);
        border: none;
    }

    .c-name {
        display: none;
    }

    .c-location {
        bottom: 35px;
    }

    .c-type {
        bottom: 15px;
    }
}

@media only screen and (max-width:575px) {
    .escort-text-box p {
        min-height: 60px;
    }

    .hidden-btn-wrap.escort-btn-wrap .spl-default-btn {
        width: 210px;
        font-size: 18px;
    }

    .escort-headline {
        font-size: 20px;
    }

    .c-location {
        font-size: 14px;
    }

    .c-type {
        bottom: 18px;
        font-size: 13px;
    }
}

@media only screen and (max-width:480px) {
    .carousel-img-box.escort-img-box .feature-img {
        height: 280px !important;
    }
}

@media only screen and (max-width:360px) {
    .carousel-img-box.escort-img-box .feature-img {
        height: 220px !important;
    }
}

/*escort-wrap-end*/

/*filter-wrap-start*/

.filter-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    position: relative;
    overflow: hidden;
}

.filter-wrap .default-btn:hover {
    background: transparent;
}

.filter-wrap .heading {
    position: relative;
    z-index: 2;
}

.filter-wrap .darkcolor {
    color: #ffffff;
}

.filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1212125c;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
    color: #f92f79;
}

.filter-form .form-check-label {
    margin-bottom: 0;
    color: #f92f79;
}

.filter-wrap input:active,
.filter-wrap input:focus,
.filter-wrap select:focus {
    border-color: #00acfd;
}

.filter-wrap input:active,
.filter-wrap input:focus,
.filter-wrap select:focus {
    outline: 0;
    box-shadow: none;
}

.input-bg {
    height: 40px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #00acfd;
    padding: 0 .75rem;
    border-radius: 0;
    margin-bottom: 1.8rem;
}

.filter-form .form-group {
    margin-bottom: 1.8rem;
}

.filter-form button {
    width: 100%;
}

.description-overlay-2 {
    background: url(../images/bg-spllll.jpg);
    background-size: cover;
    background-position: left;
    opacity: 0.75;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
}

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

    .filter-form .form-check-label {
        margin-bottom: 0;
        color: #00acfd;
        font-size: 15px;
    }

    .filter-form .form-control {
        border: 1px solid #00acfd;
        border-radius: 0;
        color: #00acfd;
        height: 40px;
        font-size: 15px;
    }
}

/*filter-wrap-end*/

/*premium-wrap-start*/
.premium-wrap {}

.premium-card {
    overflow: hidden;
    border: 1px solid #00acfd;
    position: relative;
    box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 25%);
}

.premium-card .classification-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.premium-card .available-tag {
    position: absolute;
    width: 120px;
    right: 10px;
    top: 7px;
    opacity: 0.90;
}

.premium-card .featured-tag {
    position: absolute;
    width: 120px;
    right: 10px;
    top: 7px;
    opacity: 0.90;
}

.premium-card .premium-tag {
    position: absolute;
    width: 120px;
    right: 10px;
    top: 7px;
    opacity: 0.90;
}

.premium-card .available-text {
    position: absolute;
    font-size: 12px;
    color: #fff;
    right: 20px;
    top: 17px;
}

.premium-card .featured-text {
    position: absolute;
    font-size: 12px;
    color: #fff;
    right: 36px;
    top: 17px;
}

.premium-card .premium-text {
    position: absolute;
    font-size: 12px;
    color: #fff;
    right: 36px;
    top: 17px;
}

.premium-card .badge-new {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, #77c126 0, #4b8e2f 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
}

.premium-card .badge-unverified {
    position: absolute;
    left: 7px;
    top: 49px;
    width: 48px;
    height: 48px;
    line-height: 12px;
    padding: 12px 0px;
    background-image: linear-gradient(180deg, #f1d119, #cc9505);
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    border-radius: 50%;
}

.premium-card .badge-verified {
    position: absolute;
    left: 7px;
    top: 49px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(to right, #004667, #00acfd);
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    border-radius: 50%;
}

.premium-img-wrap {
    overflow: hidden;
    position: relative;
}

.premium-img-wrap .premium-img {
    transition: 0.4s ease;
    height: 375px;
}

.premium-card:hover .premium-img {
    transform: scale(1.1);
    transition: 0.4s ease;
}

.p-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: 0.4s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
    background: linear-gradient(to right, #fc2e78 35%, #008fdb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-location {
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
    color: #121212;
    position: relative;
    z-index: 2;
}

.p-text {
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
    color: #121212;
    opacity: 1;
    height: 38px;
    position: relative;
    z-index: 2;
}

.p-type {
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s ease;
    color: #121212;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.premium-description {
    padding: 0px 10px 12px 10px;
    position: relative;
    transition: 0.4s ease;
    margin-bottom: -52px;
}

.premium-card:hover .premium-description {
    transform: translateY(-64px);
    transition: 0.4s ease;
}

.premium-description:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100px;
    top: -22px;
    transform: rotate(-8deg);
    right: -50%;
    background-color: #fff;
    border-top: 1px solid transparent;
    transition: 0.6s ease;
}

.premium-card:hover .premium-description:after {
    transform: rotate(0deg);
    border-top: 1px solid #00acfd;
    transition: 0.6s ease;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.premium-description .spl-default-btn {
    position: relative;
    z-index: 2;
    font-weight: 500;
    border-radius: 0;
    margin-top: 8px;
}

.premium-btn-wrap.escort-btn-wrap .spl-default-btn {
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 59%);
    padding: 8px 15px;
    border: 2px transparent;
    text-transform: capitalize;
}

.premium-list {
    padding: 3px 10px;
    /*    background-color: #00acfd;*/
    /*    background: linear-gradient(to right, #2576fd, #00acfd);*/
    background: linear-gradient(to right, #fc2e78, #00acfd);
}

.premium-list li {
    display: inline-block;
    padding-right: 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.premium-list li i {
    color: #fff;
}

.premium-list-cover {
    border: 1px solid #00acfd;
    overflow: hidden;
    box-shadow: 2px 3px 10px 1px rgb(192 192 192 / 65%);
}

.premium-list-description {
    padding: 6px 10px;
}

.premium-list-description .premium-list-texts {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    height: 100px;
    overflow: hidden;
}

.premium-list-description .p-name {
    font-size: 22px;
    height: 26px;
    overflow: hidden;
    font-weight: 500;
    transition: 0.4s ease;
    color: #121212;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.premium-list-description .p-type {
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
    color: #00acfd;
    opacity: 1;
    position: relative;
    z-index: 2;
    margin: 2px 0;
}

.premium-list-img {
    height: 188px;
}

.premium-list-img-wrap .classification-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.premium-list-img-wrap .available-tag {
    position: absolute;
    width: 85px;
    right: 3px;
    top: 4px;
    opacity: 0.90;
}

.premium-list-img-wrap .featured-tag {
    position: absolute;
    width: 85px;
    right: 3px;
    top: 4px;
    opacity: 0.90;
}

.premium-list-img-wrap .premium-tag {
    position: absolute;
    width: 85px;
    right: 3px;
    top: 4px;
    opacity: 0.90;
}

.premium-list-img-wrap .available-text {
    position: absolute;
    font-size: 9px;
    color: #fff;
    right: 6px;
    top: 12px;
}

.premium-list-img-wrap .featured-text {
    position: absolute;
    font-size: 9px;
    color: #fff;
    right: 20px;
    top: 12px;
}

.premium-list-img-wrap .premium-text {
    position: absolute;
    font-size: 9px;
    color: #fff;
    right: 22px;
    top: 12px;
}



/*premium-wrap-end*/

/*find-escort-start*/

.find-escort-wrap {
    background-color: #f3f3f3;
}

.premium-wrap p {
    margin-top: 25px;
}

.premium-wrap .premium-list-texts p {
    margin-top: 0;
    margin-bottom: 0;
}

.pinkish {
    color: #00acfd;
}

.search-bar {
    margin-top: 20px;
    padding: 15px 15px;
    /* border: 1px solid #00acfd; */
    box-shadow: 1px 3px 10px 1px rgb(11 11 11 / 49%);
}

.search-bar h5 {
    margin-bottom: 12px;
    font-weight: 500;
}

.search-bar .default-btn {
    width: 100%;
    border-radius: 0;
}

.search-bar input {
    height: 40px;
}

.search-bar input:active,
.search-bar input:focus {
    border-color: #00acfd;
}

.search-bar input:active,
.search-bar input:focus {
    outline: 0;
    box-shadow: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: linear-gradient(to left, #ff2c76, #00acfd);
    -webkit-text-fill-color: white;
    border-radius: 0px;
    border: 1px solid #fff;
}

.nav-pills .nav-link {
    border-radius: 0px;
    font-size: 16px;
    padding: 9px 14px;
    background: linear-gradient(to right, #fc2e78 35%, #008fdb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #00a9f9;
}


@media only screen and (max-width:1199px) {
    .premium-img-wrap .premium-img {
        height: 308px;
    }

    .premium-list-img {
        height: 160px;
    }

    .premium-list-description .p-name {
        font-size: 20px;
    }

    .premium-list-description .p-type {
        font-size: 14px;
        font-weight: 500;
        margin: 1px 0;
    }

    .premium-list-description .premium-list-texts {
        font-size: 12px;
        line-height: 16px;
        height: 78px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .premium-list-img {
        height: 116px;
    }

    .premium-list-img-wrap .available-tag {
        position: absolute;
        width: 72px;
        right: 0px;
        top: 0px;
        opacity: 0.90;
    }

    .premium-list-img-wrap .featured-tag {
        position: absolute;
        width: 72px;
        right: 0px;
        top: 0px;
        opacity: 0.90;
    }

    .premium-list-img-wrap .premium-tag {
        position: absolute;
        width: 72px;
        right: 0px;
        top: 0px;
        opacity: 0.90;
    }

    .premium-list-img-wrap .available-text {
        position: absolute;
        font-size: 8px;
        color: #fff;
        right: 1px;
        top: 7px;
    }

    .premium-list-img-wrap .featured-text {
        position: absolute;
        font-size: 8px;
        color: #fff;
        right: 14px;
        top: 7px;
    }

    .premium-list-img-wrap .premium-text {
        position: absolute;
        font-size: 8px;
        color: #fff;
        right: 16px;
        top: 7px;
    }

    .premium-list-description .p-name {
        font-size: 16px;
        line-height: 22px;
        height: 24px;
        max-width: 55%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .premium-list-description .p-type {
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        margin: 4px 0;
        float: right;
    }

    .premium-list-description .premium-list-texts {
        font-size: 11px;
        line-height: 17px;
        height: 54px;
    }

    .premium-list {
        padding: 0px 10px;
    }

    .premium-list li {
        display: inline-block;
        padding-right: 5px;
        font-size: 10px;
        color: #fff;
    }

    .premium-list-description {
        padding: 5px 10px;
    }
}

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

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        /*        background-color: #00acfd;*/
        border-radius: 12px;
        border: 1px solid #fff;
    }

    .nav-pills .nav-link {
        border-radius: 12px;
        font-size: 15px;
        padding: 9px 14px;
        color: #00acfd;
        border: 1px solid #00a9f9;
    }

    .premium-img-wrap .premium-img {
        height: 355px;
    }

    .find-escort-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .find-escort-wrap p {
        margin-top: 20px;
    }

    .search-bar {
        margin-top: 10px;
    }

    .find-escort-wrap .form-group {
        margin-bottom: 10px;
    }

    .premium-card {
        border: none;
        border-radius: 12px;
        box-shadow: 2px 5px 9px 0px rgb(0 107 156 / 60%);
    }

    .premium-description .spl-default-btn {
        border-radius: 30px;
    }

    .premium-description:after {
        transform: rotate(-8deg);
        border-top: none;
        height: 110px;
        top: -12px;
        transition: 0.6s ease;
    }

    .premium-card:hover .premium-description:after {
        transform: rotate(-8deg);
        border-top: none;
        border-top: none;
        transition: 0.6s ease;
    }

    .premium-description {
        transform: translateY(-52px);
    }

    .premium-card:hover .premium-description {
        transform: translateY(-52px);
    }

    .premium-btn-wrap.escort-btn-wrap .default-btn {
        border-radius: 12px;
        font-weight: 400;
        text-transform: uppercase;
        background: linear-gradient(to right, #00618e, #00acfd);
        border: none;
        transition: 0.4s ease-in-out;
        padding: 10px;
        width: 210px;
    }

    .premium-btn-wrap.escort-btn-wrap .default-btn:hover {
        color: #fff;
        background: linear-gradient(to left, #00618e, #00acfd);
    }

    .premium-list-img {
        height: 202px;
        width: 101%;
    }

    .premium-list-cover {
        border: 0px solid #00acfd;
        border-radius: 12px;
        /*        box-shadow: 2px 3px 10px 1px rgb(155 152 152 / 65%);*/
        box-shadow: 2px 5px 9px 0px rgb(0 107 156 / 60%);
    }

    .premium-list {
        padding: 4px 10px;
    }

    .premium-list li {
        padding-right: 8px;
        font-size: 13px;
        color: #fff;
    }

    .premium-list-description {
        padding: 6px 10px;
    }

    .premium-list-description .p-name {
        font-size: 22px;
        line-height: 26px;
    }

    .premium-list-description .p-type {
        font-size: 16px;
        margin: 2px 0;

    }

    .premium-list-description .premium-list-texts {
        font-size: 14px;
        line-height: 18px;
        height: 108px;
        overflow: hidden;
    }

    .pagination {
        border-radius: 12px;
    }

}

@media only screen and (max-width:575px) {
    .search-bar .default-btn {
        width: 130px;
    }

    .find-escort-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .find-escort-wrap p {
        margin-top: 10px;
    }

    .search-bar {
        margin-top: 0px;
    }

    .premium-description:after {
        width: 250%;
        height: 150px;
    }

    .premium-img-wrap .premium-img {
        height: 355px;
    }

    .premium-list-img {
        height: 190px;
        width: 100%;
    }

    .premium-list-description .p-name {
        font-size: 20px;
    }

    .premium-list-description .p-type {
        font-size: 16px;
        margin: 2px 0;
    }

    .premium-list {
        padding: 2px 10px;
    }

    .premium-list-description {
        padding: 4px 10px;
    }

    .featured-multi-grid-wrap .premium-img-wrap .premium-img {
        height: 250px;
    }

    .featured-multi-grid-wrap .premium-description {
        margin-bottom: 0px;
        transform: translateY(0px);
    }

    .featured-multi-grid-wrap .premium-description:after {
        top: -10px;
    }

    .featured-multi-grid-wrap .premium-card:hover .premium-description {
        transform: translateY(0px);
    }

    .premium-wrap .nav-item {
        margin: 10px 3px 0px;
    }

    .premium-list-img {
        height: 202px;
        width: 100%;
    }
}

@media only screen and (max-width:414px) {
    .premium-list-description .premium-list-texts {
        font-size: 11px;
        line-height: 15px;
        height: 76px;
    }

    .premium-list-img {
        height: 160px;
    }

    .premium-list li {
        font-size: 11px;
        line-height: 15px;
        padding-right: 5px;
    }

    .premium-list-description {
        padding: 2px 10px;
    }

    .premium-list-description .p-name {
        font-size: 17px;
    }

    .premium-list-description .p-type {
        font-size: 13px;
        margin: 0px 0;
    }

    .featured-multi-grid-wrap .premium-img-wrap .premium-img {
        height: 230px;
    }

    .featured-multi-grid-wrap .premium-description:after {
        top: -6px;
    }

    .featured-multi-grid-wrap .p-name {
        font-size: 20px;
    }

    .featured-multi-grid-wrap .p-location {
        font-size: 14px;
    }

    .featured-multi-grid-wrap .p-type {
        font-size: 14px;
    }

    .featured-multi-grid-wrap .badge-new {
        left: 5px;
        top: 7px;
        width: 30px;
        height: 30px;
        line-height: 31px;
        font-weight: 600;
        font-size: 9px;
    }

    .featured-multi-grid-wrap .badge-unverified {
        left: 5px;
        top: 31px;
        width: 30px;
        height: 30px;
        line-height: 8px;
        padding: 9px 0px;
        background-image: linear-gradient(180deg, #f1d119, #cc9505);
        font-weight: 500;
        font-size: 7px;
    }

    .featured-multi-grid-wrap .badge-verified {
        left: 5px;
        top: 31px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: linear-gradient(to right, #004667, #00acfd);
        font-weight: 400;
        font-size: 6.5px;
    }

    .featured-multi-grid-wrap .premium-card .available-tag {
        width: 85px;
        right: 5px;
    }

    .featured-multi-grid-wrap .premium-card .featured-tag {
        width: 85px;
        right: 5px;
    }

    .featured-multi-grid-wrap .premium-card .premium-tag {
        width: 85px;
        right: 5px;
    }

    .featured-multi-grid-wrap .premium-card .available-text {
        font-size: 9px;
        right: 9px;
        top: 15px;
    }

    .featured-multi-grid-wrap .premium-card .featured-text {
        font-size: 9px;
        right: 22px;
        top: 15px;
    }

    .featured-multi-grid-wrap .premium-card .premium-text {
        font-size: 9px;
        right: 22px;
        top: 15px;
    }

    .featured-multi-grid-wrap .premium-img-wrap .premium-img {
        height: 190px;
    }

    .featured-multi-grid-wrap .p-name {
        font-size: 18px;
    }

    .featured-multi-grid-wrap .p-location {
        font-size: 12px;
    }

    .premium-description .default-btn {
        font-size: 12px;
    }
}

@media only screen and (max-width:320px) {
    .premium-list-img {
        height: 150px;
    }

    .premium-list li {
        font-size: 11px;
        line-height: 15px;
    }

    .premium-list {
        padding: 0px 10px;
    }

    .premium-list-description .premium-list-texts {
        font-size: 11px;
        line-height: 15px;
        height: 61px;
    }

    .featured-multi-grid-wrap .premium-img-wrap .premium-img {
        height: 160px;
    }

    .featured-multi-grid-wrap .p-type {
        font-size: 12px;
    }
}

/*find-escort-end*/

/*description-wrap-start*/
.description-wrap {
    background-color: #f3f3f3;
    overflow: hidden;
}

.description-overlay {
    background: url(../images/description-bg.png);
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.10;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
}

.description-wrap h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
}

@media only screen and (max-width:767px) {
    .description-wrap {
        background: linear-gradient(to right, #fc2e78, #00acfd);
    }

    .description-wrap .darkcolor {
        color: #ffffff;
    }

    .description-wrap p {
        color: #fff;
    }

    .description-wrap .heading .divider-left,
    .description-wrap .heading .divider-center {
        height: 4px;
        width: 70px;
        display: block;
        background: #2576fd;
        background: linear-gradient(to right, #fc2e78, #2576fd);
    }

    .description-wrap .heading {
        border-bottom: 1px solid #ffffff;
    }
}

/*description-wrap-end*/

/*footer-start*/

.footer-wrap {
    /*    background-color: #111;*/
    /*    border-top: 2px solid #00a0eb;*/
}

.logo-footer {
    width: 160px;
}

.footer-heading {
    display: inline-block;
    /* padding-bottom: 4px; */
    font-size: 14px;
    line-height: 20px;
    /*    font-weight: 400;*/
    /* border-bottom: 1px dashed #00a0eb; */
    color: #009ce5;
    text-transform: capitalize;
}

.top-footer h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.top-footer h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #00a0eb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top-footer p {
    color: #c0c0c0;
    line-height: 22px;
    margin: 0 auto 16px auto;
}

.footer-list-1 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.footer-list-2 li a {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    background: linear-gradient(to left, #fc2e78, #00acfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.footer-list-1 li,
.footer-list-2 li {
    display: inline-block;
    padding: 0px 4px;
}

.footer-list-1 li a {
    background: linear-gradient(to right, #fc2e78 25%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out;
}

.footer-list-1 li a:hover {
    background: linear-gradient(to left, #fc2e78 25%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-in-out;
}

.footer-list-2 li a:hover {
    background: linear-gradient(to right, #fc2e78, #00acfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*    border-bottom: 1px solid #00a0eb;*/
    transition: 0.4s ease-in-out;
}

.footer-list-1 li a span {
    color: #000;
}

.footer-bottom-wrap {
    /*    background-color: #00a0eb;*/
    background-color: #121212;
}

.bottom-footer {
    background-color: #000;
}

.bottom-footer p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width:1199px) {
    .footer-list-1 li a {
        font-size: 16px;
        line-height: 22px;
    }
}

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

    .footer-list-1 li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-list-2 li a {
        font-size: 22px;
        line-height: 30px;
    }

    .logo-footer {
        width: 130px;
    }

    .footer-heading {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-list-1 li {
        display: inline-block;
        padding: 0px 2px;
    }

    .footer-list-2 li {
        display: inline-block;
        padding: 0px 1px;
    }

    .p-name {
        font-size: 22px;
        line-height: 32px;
    }
}

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

    .footer-list-1 li,
    .footer-list-2 li {
        padding: 0px 8px;
        line-height: 16px;
    }

    .bottom-footer p {
        background: linear-gradient(to right, #fc2e78 40%, #008fdb 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    .logo-footer {
        width: 150px;
    }
}

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

    .footer-list-1 li {
        display: block;
        padding: 0px 0px 8px 0px;
    }

    .footer-list-2 li {
        padding: 0px 6px 0px 6px;
    }

    .footer-list-1 li a {
        font-size: 14px;
    }

    .footer-list-2 li a {
        font-size: 30px;
    }

    .footer-heading {
        display: inline-block;
        font-size: 16px;
        line-height: 22px;
    }

    .logo-footer {
        width: 150px;
    }
}

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

/*footer-end*/

/*modal-style-start*/
.bd-example-modal-lg.show {
    background: radial-gradient(circle, rgb(0 0 0 / 12%) -40%, rgb(19 19 19 / 75%) 100%);
    overflow-y: hidden;
    padding-right: 0;
}

.bd-example-modal-lg .modal-content {
    background-color: #000;
    border: none;
}

.bd-example-modal-lg .btn {
    text-transform: uppercase;
    font-weight: 600;
}

.modal-dialog {
    margin: 95px auto;
}

.modal-logo {
    width: 190px;
}

.modal-heading h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adult-only-modal .modal-header {
    border-top: 2px solid #0093e1;
    border-bottom: none;
    padding: 10px 15px;
    border-radius: 0;
}

.modal-description p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 2px;
}

.modal-description h5 {
    color: #00acfd;
    font-weight: 500;
    font-size: 16px;
}

.modal-description ul li {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}

@media only screen and (max-width:991px) {
    .adult-only-modal .modal-dialog {
        max-width: 740px;
    }

    .bd-example-modal-lg.show {
        padding-left: 0px !important;
    }

    .modal-img {
        height: 100%;
    }

    .modal-img img {
        height: inherit;
    }
}

@media only screen and (max-width:767px) {
    .modal-dialog {
        max-width: 530px;
        margin: 70px auto;
    }

    .modal-description p,
    .modal-description ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .modal-description h5 {
        margin-bottom: 2px;
        font-size: 16px;
    }

    .modal-heading h5 {
        font-size: 40px;
        background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .adult-only-modal .modal-header {
        padding: 5px 15px;
        border-top: 4px solid #0093e1;
    }

    .modal .modal-content {
        /*        background-color: #fff;*/
        border-radius: 12px !important;
        overflow: hidden;
        background: url(../images/bg-spllll.jpg);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }

    .adult-only-modal .modal-dialog {
        max-width: 540px;
    }

    .bd-example-modal-lg .btn {
        border-radius: 12px;
    }

    .bd-example-modal-lg.show {
        background: radial-gradient(circle, rgb(169 169 169) -40%, rgb(19 19 19 / 75%) 100%);
    }

    .alt-default-btn {
        background: #ffffff;
        border-color: #ffffff;
        color: #00acfd;
    }

    .adult-only-modal .alt-default-btn:hover {
        background: transparent;
    }

    .alt-default-btn:hover {
        background: #fff;
    }

    .default-btn:hover {
        background: #ffffff;
    }

    .mobile-primary-form-wrap h5,
    .mobile-hidden-form-wrap h5 {
        background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

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

    .modal-description p,
    .modal-description ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .modal-heading h5 {
        font-size: 36px;
    }

    .adult-only-modal .modal-dialog,
    .modal-dialog {
        margin: 90px auto;
        max-width: 400px;
    }

}

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

    .modal-description h5 {
        font-size: 13px;
    }

    .adult-only-modal .modal-dialog,
    .modal-dialog {
        margin: 50px auto;
        max-width: 310px;
    }

    .modal-description p,
    .modal-description ul li {
        font-size: 11px;
        line-height: 17px;
    }
}

/*modal-style-end*/




/********************
   my profile page
********************/

/*city-wrap-start*/

@media only screen and (max-width:575px) {
    .city-wrap.city-wrap-other {
        margin-top: 66px;
    }
}

/*city-wrap-end*/

/*profile-header*/

.profile-header.header {
    border-bottom: 2px solid #298dfd;
}

.profile-header.header.sticky {
    border-bottom: 2px solid #f92f79;
}

/*profile-header*/

/*profile-banner*/

.profile-banner.banner-wrap {
    margin-top: 78px;
    background-size: cover;
    height: 240px;
    background-position: unset;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.profile-banner .banner-text {
    padding-top: 70px;
}

.profile-banner .banner-text h1 {
    /* color: #00acfd; */
    display: inline-block;
    font-size: 70px;
    line-height: 90px;
}

/*profile-banner*/

/********************
     my profile
********************/

/*my-profile-top-start*/
.my-profile-img-wrap {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 3px 1px 9px 3px #b3b3b3;
}

/*my-profile-top-end*/
.cover-photo {
    height: 230px;
    background-size: cover;
    background-position: bottom;
}

.profile-pic-div {
    margin-top: -75px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    border: 5px solid #fff;
    /* box-shadow: 1px 3px 10px 0px #ffffff75; */
    box-shadow: 2px 2px 10px 0px #404040c7;
}

.my-profile-left {
    background-color: #00acfd;
    height: 100%;
    position: relative;
}

.profile-holder-details {
    color: #fff
}

.profile-holder-details h5 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 6px;
}

.profile-holder-details span {
    font-size: 18px;
}

.profile-holder-details span i {
    color: #f00;
}

.profile-pic-div img {
    height: inherit;
}


.my-profile-bottom-left .my-profile-list li a {
    color: #fff;
    background-color: transparent;
    display: block;
    position: relative;
    font-weight: 500;
    padding: 12px 10px;
    transition: 0.3s ease-in-out;
    /*    background-image: linear-gradient(to right, rgb(255, 0, 90), rgb(31, 203, 255));*/
}


.my-profile-bottom-left .my-profile-list li a:hover {
    background-image: linear-gradient(to right, #ff2c76, #00acfd);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.my-profile-bottom-left .my-profile-list li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 30px;
    transform: translate(0px, 0px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.my-profile-bottom-left .my-profile-list li a:hover::after {
    transform: translate(15px, 0px);
    transition: 0.45s ease-in-out;
    opacity: 1;
}

.my-profile-bottom-left .my-profile-list li a.active {
    background-image: linear-gradient(to right, #ff2c76, #00acfd);
}

.my-profile-bottom-left .my-profile-list li a.active:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 30px;
    transform: translate(15px, 0px);
    opacity: 1;
}

.my-profile-social-list {
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
*/
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.my-profile-social-list li {
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin: 0px 8px;
    text-align: center;
    background-image: linear-gradient(to right bottom, #ff2c76, #0095e4, #ff2c76);
    transition: 0.4s ease-in-out;
}

.my-profile-social-list li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 41px;
    transition: 0.4s ease-in-out;
}

.my-profile-social-list li a:hover {
    transform: scale(1.2);
    transition: 0.4s ease-in-out;
}

.my-profile-social-list li:hover {
    background-image: linear-gradient(to right bottom, #0095e4, #ff2c76, #0095e4);
    transition: 0.4s ease-in-out;
}

/*viber-icon*/

@font-face {
    font-family: 'fa-viber';
    src: url('../fonts/fa-viber.eot?-3dwksg');
    src: url('../fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
        url('../fonts/fa-viber.ttf?-3dwksg') format('truetype'),
        url('../fonts/fa-viber.woff?-3dwksg') format('woff'),
        url('../fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
}

/*viber-icon*/


.my-profile-right h5 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #00acfd;
    display: inline-block;
}

.my-profile-right h5.modal-title {
    border-bottom: none;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
}

.my-profile-right-wrap {
    /* border: 1px solid #ccc; */
    /* border: 2px solid #00acfd; */
    /* background-color: #e5e5e5; */
    /* background: linear-gradient(
150deg, rgb(254 45 119) 0%, rgb(0 172 253) 100%); */
    padding: 16px 15px;
    box-shadow: 2px 2px 9px 0px #00679e;
}

.profile-hist {
    background-color: #bbbbbb61;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 15px;
}

.profile-hist h5 {
    margin-bottom: 14px;
}

.profile-hist .dosis {
    color: #ff005a;
    margin-left: 4px;
}

.profile-hist p {
    line-height: 18px;
}

.my-profile-right h2 {
    padding-bottom: 6px;
    border-bottom: 2px solid #ff005a;
    display: inline-block;
}

.my-profile-right label {
    font-size: 13px;
    margin-bottom: 0;
}

.my-profile-right .default-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 8px;
    margin: 0px 1px;
    border: 2px solid;
    border-color: #ffffff;
    background: linear-gradient(to right, #ff2c76, #00acfd);
    transition: 0.4s ease-in-out;
}

.my-profile-right .default-btn:hover {
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #00acfd;
    background-image: linear-gradient(to right, #ff2c76, #00acfd);
    transition: 0.4s ease-in-out;
}

.my-profile-right .alt-default-btn {
    border-radius: 0;
    font-weight: 500;
    background: #121212;
    border-color: #ffffff;
    font-size: 16px;
    padding: 6px 8px;
    margin: 0px 1px;
    transition: 0.4s ease-in-out;
}

.my-profile-right .alt-default-btn:hover {
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #ff2c76;
    background-image: linear-gradient(to left, #ff2c76, #00acfd);
    transition: 0.4s ease-in-out;
}

.credit-span {
    font-size: 19px;
    line-height: 30px;
    /*    color: #00acfd;*/
    color: #121212;
    font-weight: 400;
}

.credit-span i {
    background-image: linear-gradient(to right, #ff2c76, #00acfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my-profile-right-bottom {
    /*    border-bottom: 1px solid #00acfd;*/
}

.my-profile-right-bottom h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    /*    color: #fff;*/
}

.my-profile-right-bottom h6 a {
    color: #00acfd;
}

.my-profile-right-bottom h6 a:hover {
    text-decoration: underline;
}

.my-profile-right-bottom .spl-p-tag {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fd2d77;
}

.my-profile-right-gallery h6 {
    display: inline-block;
    padding-bottom: 2px;
    /*    color: #fff;*/
    font-size: 18px;
    border-bottom: 2px solid #f92f79;
}

.profile-gallery-img {
    height: 163px;
    overflow: hidden;
    position: relative;
}

.profile-gallery-img img {
    height: inherit !important;
}

.profile-gallery-img i {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #ffffff;
    font-size: 18px;
    background-color: #00acfd;
    padding: 4px 5px;
}

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

    /*    profile-left*/

    .profile-pic-div {
        margin-top: -70px;
        width: 140px;
        height: 140px;
    }

    .profile-holder-details h5 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .profile-holder-details span {
        font-size: 16px;
    }

    .my-profile-bottom-left .my-profile-list li a {
        font-size: 14px;
    }

    .my-profile-social-list li {
        height: 32px;
        width: 32px;
    }

    .my-profile-social-list li a {
        height: 32px;
        width: 32px;
        line-height: 33px;
    }

    /*    profile-left*/

    /*    profile-right*/

    .credit-span {
        font-size: 20px;
        line-height: 24px;
    }

    .my-profile-right .default-btn {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 8px;
        margin: 0px 0px;
    }

    .my-profile-right .alt-default-btn {
        font-size: 14px;
        padding: 6px 8px;
        margin: 0px 0px;
    }

    .profile-gallery-img {
        height: 130px;
        position: relative;
    }

    /*    profile-right*/
}

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

    /*    profile-banner*/
    .profile-banner.banner-wrap {
        margin-top: 70px;
        background-size: cover;
        height: 240px;
        background-position: unset;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }

    .profile-banner .banner-text {
        padding-top: 75px;
    }

    .profile-banner .banner-text h1 {
        /* color: #00acfd; */
        display: inline-block;
        font-size: 60px;
        line-height: 80px;
    }

    /*    profile-banner*/

    .credit-span {
        padding-left: 2px;
    }

    .profile-gallery-img {
        height: 128px;
        position: relative;
    }
}

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

    /*    profile-banner*/

    .profile-banner.banner-wrap {
        margin-top: 72px;
    }

    /*    profile-banner*/

    /*    profile-header*/
    /*
    .nav-item .default-btn {
        border: 2px solid #fff;
        padding: 7px 6px;
        background: linear-gradient(to right, #ff2c76, #00acfd);
    }

    .nav-item .default-btn:hover {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-color: #00acfd;
        background-image: linear-gradient(to right, #ff2c76, #00acfd);
        transition: 0.4s ease-in-out;
    }
*/

    .nav-item .alt-default-btn:hover::before,
    .nav-item .default-btn:hover::before {
        background-color: transparent;
        opacity: 0;
    }

    .nav-item .alt-default-btn:hover::after,
    .nav-item .default-btn:hover::after {
        background-color: transparent;
        opacity: 0;
    }

    .nav-item .alt-default-btn {
        border: 1px solid #fff;
        border-radius: 12px;
        padding: 8px 6px;
        width: 102px;
        color: #fff;
        text-transform: uppercase;
        background-color: #121212;
    }

    .nav-item .alt-default-btn:hover {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: 1px solid #ff2c76;
        background-image: linear-gradient(to left, #ff2c76, #00acfd);
        transition: 0.4s ease-in-out;
    }

    /*    profile-header*/

    /*    profile-banner*/
    .profile-banner .banner-text {
        padding-top: 75px;
    }

    .profile-banner .banner-text h1 {
        display: inline-block;
        font-size: 48px;
        line-height: 50px;
    }

    /*    profile-banner*/

    /*    profile-left*/
    .my-profile-left {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .profile-pic-div {
        margin-top: -80px;
        width: 170px;
        height: 170px;
    }

    .profile-holder-details h5 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .profile-holder-details span {
        font-size: 20px;
    }

    .my-profile-bottom-left .my-profile-list li a {
        font-size: 20px;
        padding: 14px 10px;
    }

    .my-profile-bottom-left .my-profile-list li a.active:after {
        font-size: 30px;
        right: 25px;
    }

    .my-profile-bottom-left .my-profile-list li a:after {
        font-size: 30px;
        right: 25px;
    }

    .my-profile-social-list li {
        height: 50px;
        width: 50px;
        margin: 0px 10px;
        border-radius: 12px;
    }

    .my-profile-social-list li a {
        color: #fff;
        display: block;
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 51px;
        transition: 0.4s ease-in-out;
    }

    .my-profile-overlay {
        background: url(../images/description-bg.png);
        background-attachment: fixed;
        background-size: cover;
        opacity: 0.10;
        position: absolute;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: auto;
    }

    /*    profile-left*/

    /*    profile-right*/
    .my-profile-right h5 {
        font-size: 32px;
        line-height: 36px;
        background-image: linear-gradient(to right, #ff2c76, #00acfd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .credit-span {
        font-size: 26px;
        line-height: 32px;
        font-weight: 500;
        padding-left: 0px;
    }

    .my-profile-right-wrap {
        border-radius: 12px;
    }

    .my-profile-right .default-btn,
    .my-profile-right .alt-default-btn {
        font-size: 16px;
        padding: 7px 8px;
        border-radius: 12px;
        color: #fff;
    }

    .my-profile-right-gallery h6 {
        padding-bottom: 4px;
        font-weight: 600;
    }

    .profile-gallery-img {
        height: 145px;
        position: relative;
    }

    /*    profile-right*/
}

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

    /*    profile-header*/
    .nav-item .default-btn {
        padding: 8px 6px;
        font-size: 11px;
        width: 71px;
    }

    .nav-item .alt-default-btn {
        padding: 8px 6px;
        width: 71px;
        font-size: 11px;
        color: #fff;
        height: auto;
    }

    /*    profile-header*/

    /*    profile-banner*/

    .profile-banner.banner-wrap {
        height: 200px;
        margin-top: 67px;
    }

    .profile-banner .banner-text {
        padding-top: 60px;
    }

    .profile-banner .banner-text h1 {
        font-size: 36px;
        line-height: 55px;
    }

    /*    profile-banner*/

    /*    profile-left*/
    .profile-pic-div {
        margin-top: -70px;
        width: 160px;
        height: 160px;
    }

    .my-profile-bottom-left .my-profile-list li a {
        font-size: 18px;
    }

    .my-profile-social-list li {
        margin: 0px 8px;
    }

    /*    profile-left*/

    /*    profile-right*/

    .my-profile-right h5 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 2px;
    }

    .credit-span {
        font-size: 24px;
        line-height: 30px;
    }

    .my-profile-right .default-btn,
    .my-profile-right .alt-default-btn {
        padding: 7px 0px;
        margin: 2px 0px;
        width: 125px;
        color: #fff;
    }

    .profile-gallery-img {
        height: 230px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

    .profile-gallery-img i {
        right: 4px;
        top: 4px;
        border-radius: 7px;
    }

    /*    profile-right*/

}

@media only screen and (max-width:414px) {
    .profile-banner .banner-text h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media only screen and (max-width:374px) {
    .profile-banner .banner-text h1 {
        font-size: 32px;
        line-height: 34px;
    }
}




/********************
     my profile
********************/

/********************
   my profile page
********************/

/********************
   buy credits page
********************/

.ad-credit-heading {
    font-size: 20px;
    font-weight: 500;
}

.discount-coupon {
    width: 70px;
}

.discount-span {
    color: #00acfd;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
}

.profile-right-wrap .my-profile-right-top {
    border: 2px solid #f92f79;
}

.profile-right-wrap .my-profile-right-middle {
    border: 2px solid #00acfd;
}

.profile-right-bottom h6 {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #f92f79;
}

.spl-default-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 8px;
    border: 0px solid;
    border-radius: 0px;
    color: #fff;
    background: linear-gradient(to left, #ff2c76, #00acfd);
}

.spl-default-btn:hover {
    padding: 6px 8px;
    border: 2px solid;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #ff2c76;
    background-image: linear-gradient(to left, #ff2c76, #00acfd);
}

.buy-credit-form .form-control::placeholder {
    color: #ff2c76;
}

.buy-credit-form .form-control {
    color: #ff2c76;
}

.buy-credit-form .form-control:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.buy-credit-form select.form-control:not([size]):not([multiple]) {
    height: 40px;
    color: #f6317b;
}

@media only screen and (max-width:1199px) {
    .ad-credit-heading {
        font-size: 19px;
        font-weight: 500;
    }

    .discount-coupon {
        width: 55px;
    }

    .discount-span {
        color: #00acfd;
        margin-left: 0px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width:991px) {
    .ad-credit-heading {
        font-size: 15px;
        font-weight: 500;
    }

    .discount-coupon {
        width: 40px;
    }

    .discount-span {
        margin-left: 0px;
        font-size: 12px;
    }

    .profile-right-wrap .credit-span {
        font-size: 17px;
        padding-left: 0;
        line-height: 24px;
    }

    .profile-right-wrap .default-btn {
        font-size: 12px;
        font-weight: 500;
        padding: 6px 8px;
        margin: 0px 0px;
    }

    .profile-right-bottom h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    .profile-right-wrap .my-profile-right-top {
        border-radius: 12px;
    }

    .profile-right-wrap .my-profile-right-middle {
        border-radius: 12px;
    }

    .ad-credit-heading {
        font-size: 18px;
        font-weight: 500;
    }

    .discount-coupon {
        width: 55px;
    }

    .discount-span {
        margin-left: 5px;
        font-size: 18px;
    }

    .buy-credit-form .form-control {
        border-radius: 12px;
    }

    .spl-default-btn {
        border-radius: 12px;
    }
}

@media only screen and (max-width:575px) {
    .profile-right-wrap .credit-span {
        font-size: 20px;
        padding-left: 0;
        line-height: 26px;
    }
}

@media only screen and (max-width:414px) {
    .ad-credit-heading {
        font-size: 14px;
        font-weight: 600;
    }

    .discount-coupon {
        width: 45px;
    }

    .discount-span {
        margin-left: 5px;
        font-size: 17px;
    }

    .profile-right-bottom h6 {
        font-size: 13px;
        font-weight: 600;
    }
}

@media only screen and (max-width:374px) {
    .ad-credit-heading {
        font-size: 16px;
        font-weight: 600;
    }

    .profile-right-wrap .default-btn {
        padding: 7px 0px;
        margin: 2px 0px;
        width: 110px;
        color: #fff;
    }

    .profile-right-bottom h6 {
        font-size: 11px;
    }
}

/********************
   buy credits page
********************/

/************************
   profile details page
************************/

/*personal-img-box*/

.personal-img-box,
.service-modal-box {
    border: 2px solid #00acfd;
}

.personal-img-box h6,
.service-modal-box h6 {
    font-size: 22px;
}

.personal-img-box input {
    border: 2px solid #00acfd;
    color: #f92f79;
    font-weight: 500;
}

.profile-image-box {
    border: 2px solid #ff2d77;
    height: 95px;
    width: 85px;
}

.personal-img-box .fa-user {
    font-size: 35px;
    line-height: 90px;
    background-image: linear-gradient(to right, #ff2c76, #00acfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*personal-img-box*/

/*personal-details-box*/

.personal-details-box,
.service-details-box {
    border: 2px solid #f92f79;
}

.profile-details-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 0px;
    /*    color: #fe2c76;*/
    font-weight: 500;
}

.profile-details-wrap .form-control::placeholder,
.intl-tel-input input::placeholder {
    color: #ff2c76;
}

.profile-details-wrap select.form-control:not([size]):not([multiple]) {
    height: 40px;
    color: #ff2c76;
}

.profile-details-wrap .form-control:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.intl-tel-input input {
    width: 100% !important;
    border: 1px solid #00acfd !important;
    width: 100% !important;
    height: 40px !important;
}

.intl-tel-input input:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd !important;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.cke_chrome {
    border: 1px solid #00acfd !important;
}

.cke_top {
    border-bottom: 1px solid #f92f79 !important;
}

.cke_bottom {
    border-top: 1px solid #f92f79 !important;
}

.social-img-div {
    position: absolute;
    height: 40px;
    width: 41px;
    right: 15px;
    bottom: 0;
    border: 1px solid #00acfd;
    pointer-events: none;
    overflow: hidden;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 6px;
    border-top: 4px solid #00acfd;
}

.service-modal.bd-example-modal-lg .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.service-modal .modal-header {
    border-top: 2px solid #0093e1;
    border-bottom: 1px solid #f92f79;
    border-radius: 0;
    background-color: #f7f6f6;
}

.service-modal .modal-footer {
    border-top: 1px solid #f92f79;
    border-bottom: 2px solid #00acfd;
}

.service-modal .close {
    opacity: 1;
    text-shadow: none;
}

.service-modal .close span {
    color: #f92f79;
}

.service-modal .form-check-input {
    margin-top: 0.2rem;
}

.service-modal .modal-title {
    background: linear-gradient(to left, #f92f79 25%, #008fdb 50%);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.service-modal .form-check-label {
    margin-bottom: 0;
    font-size: 15px;
    /* background: linear-gradient(to right, #f92f79 25%, #008fdb 50%); */
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #00acfd;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.service-modal.bd-example-modal-lg.show {
    overflow-y: auto;
}

@media only screen and (min-width:1024px) {
    .service-modal .modal-lg {
        max-width: 1000px;
    }

}

@media only screen and (max-width:991px) {
    .profile-details-wrap label {
        font-size: 13px;
    }

    .personal-img-box h6,
    .service-modal-box h6 {
        font-size: 21px;
    }
}

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

    .personal-img-box,
    .service-modal-box,
    .personal-details-box,
    .service-details-box {
        border-radius: 12px;
    }

    .personal-img-box input {
        border-radius: 12px;
    }

    .profile-image-box {
        border-radius: 12px;
    }

    .profile-details-wrap label {
        font-size: 16px;
    }

    .profile-details-wrap .form-control {
        border-radius: 12px;
    }

    .cke_top {
        border-top-right-radius: 12px !important;
        border-top-left-radius: 12px !important;
    }

    .cke_bottom {
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }

    .cke_chrome,
    .cke_editor1,
    .cke_inner {
        border-radius: 12px !important;
    }

    .intl-tel-input input,
    .intl-tel-input input[type=text],
    .intl-tel-input input[type=tel] {
        border-radius: 12px;
    }

    .social-img-div {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .service-modal .modal-header {
        border-top: none;
        background-color: transparent;
    }

    .service-modal .modal-footer {
        border-bottom: none;
    }

    .service-modal.bd-example-modal-lg .modal-content {
        border-radius: 12px;
    }

    .service-modal .modal-header {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    .service-modal .modal-footer {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

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

    .personal-img-box h6,
    .service-modal-box h6 {
        font-size: 20px;
    }

    .personal-img-box input {
        font-weight: 400;
        font-size: 10px;
    }

    .profile-image-box {
        height: 70px;
        width: 60px;
    }

    .personal-img-box .fa-user {
        font-size: 25px;
        line-height: 70px;
    }

    .service-modal .form-check-label {
        font-size: 11px;
        font-weight: 500;
    }

}

@media only screen and (max-width:414px) {
    .service-modal .modal-dialog {
        margin: 50px auto;
        max-width: 310px;
    }
}

/*personal-details-box*/

/************************
   profile details page
************************/

/**************************
   feature-available page
**************************/

.premium-carousel-modal-box p {
    color: #00acfd;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.available-modal-box p {
    color: #f92f79;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
}

.featured-availble-right-wrap .profile-right-bottom {
    border: 2px solid #f92f79;
}

.featured-img,
.premium-f-img {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.featured-img {
    border: 1px solid #f92f79;
}

.premium-f-img {
    border: 1px solid #00acfd;
}

.featured-premium-ad-wrap {
    background-color: #f6f8fb;
}

.featured-premium-ad-wrap .modal-content {
    border: none;
    border-radius: 4px;
}

.featured-premium-heading-div {
    background-color: #03a9f4;
}

.featured-premium-heading-div h3,
.featured-premium-heading-div h6 {
    color: #fff;
}

.featured-box {
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 25%);
    border-radius: 0px;
    overflow: hidden;
}

.featured-box h4 {
    background-color: #f92f79;
    color: #fff;
    padding: 8px 0;
}

.premium-box h4 {
    background-color: #00acfd;
}

.premium-box .featured-box-inner h6 {
    color: #f92f79;
}

.featured-box-inner {
    padding: 10px 20px 18px 20px;
}

.premium-box .btn {
    background-color: #00acfd;
    border-color: #00acfd;
}

.premium-box .featured-ad-options:hover {
    background-color: #f6f8fb;
    border-color: #00acfd;
    transition: 0.3s ease-in-out;
}

.premium-box .featured-ads-benefits-list i {
    color: #00acfd;
}

.premium-box .featured-ad-modal .modal-header {
    background-color: #00acfd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.featured-box-inner h6 {
    color: #f92f79;
}

.featured-ad-modal .modal-header {
    background-color: #f92f79;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.featured-ad-modal .modal-header h5 {
    color: #fff;
    border-bottom: none;
    font-size: 26px;
}

.featured-ad-modal .modal-header {
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.featured-ad-modal .modal-content {
    border-radius: 0;
}

.premium-ad-options.featured-ad-options {
    border: 2px solid #00acfd;
    border-radius: 0;
    padding: 14px 0px;
}

.premium-ad-options {
    border: 2px solid #f92f79;
    border-radius: 0;
    padding: 14px 0px;
}

.modal .premium-ad-options.featured-ad-options h6,
.modal .premium-ad-options h6 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.premium-ad-options.featured-ad-options i,
.premium-ad-options i {
    font-weight: 600;
}

.premium-ad-options.featured-ad-options:hover {
    border-color: #f92f79;
    transition: 0.3s ease-in-out;
}

.premium-ad-options:hover {
    border-color: #00acfd;
    transition: 0.3s ease-in-out;
}

.featured-premium-footer-div {
    background-color: #03a9f4;
}

.featured-premium-footer-div .btn {
    background-color: #00acfd;
    border-color: #00acfd;
    display: inline-block;
    margin-right: 20px;
}

.featured-btn {
    background-color: #f92f79;
    border: 2px solid #f92f79;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    font-size: 18px;
    transition: 0.4s ease-in-out;
}

.featured-btn:hover {
    background-color: #fff;
    color: #f92f79;
    transition: 0.4s ease-in-out;
}

.premium-btn {
    background-color: #00acfd;
    border: 2px solid #00acfd;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    font-size: 18px;
    transition: 0.4s ease-in-out;
}

.premium-btn:hover {
    background-color: #fff;
    color: #00acfd;
    transition: 0.4s ease-in-out;
}

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal label {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 0px;
    /* color: #fe2c76; */
    font-weight: 500;
}

.modal .form-control {
    border: 1px solid #00acfd;
    border-radius: 0;
    color: #fe2c76;
    height: 40px;
}

.modal .form-control:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.modal .form-control::placeholder {
    color: #ff2c76;
}

.modal select.form-control:not([size]):not([multiple]) {
    height: 40px;
    color: #ff2c76;
}

.modal-body h6 {
    color: #00acfd;
}

.modal sup {
    font-weight: 700;
    font-size: 16px;
    vertical-align: sub;
    color: #f92f79;
}

@media only screen and (max-width:767px) {
    .featured-availble-right-wrap .profile-right-bottom {
        border-radius: 12px;
    }

    .featured-box {
        border-radius: 12px;
    }

    .featured-btn,
    .premium-btn {
        border-radius: 12px;
    }

    .featured-ad-modal .modal-header {
        background-color: transparent;
        border-bottom: 1px solid #f92f79;
    }

    .premium-box .featured-ad-modal .modal-header {
        background-color: transparent;
        border-bottom: 1px solid #00acfd;
    }

    .my-profile-right .premium-box .modal-header h5 {
        background-image: linear-gradient(to left, #ff2c76, #00acfd);
    }

    .premium-ad-options.featured-ad-options,
    .premium-ad-options {
        border-radius: 12px;
    }

    .premium-ad-options.featured-ad-options i,
    .premium-ad-options i {
        font-weight: 600;
        color: #fff;
    }

    #exampleModalF .close {
        color: #f92f79;
        text-shadow: 0 1px 0px #fff;
        opacity: 1;
    }

    #exampleModalP .close {
        color: #00acfd;
        text-shadow: 0 1px 0px #fff;
        opacity: 1;
    }

    .modal-body h6 {
        color: #ffffff;
    }

    .modal .featured-ad-options h6 {
        color: #f92f79;
    }

    .modal label {
        color: #00acfd;
    }

    .modal .form-control {
        border-radius: 12px;
    }
}

@media only screen and (max-width:575px) {
    .featured-box-inner {
        padding: 0px 10px 12px 10px;
    }

    .featured-premium-footer-div .btn {
        margin-right: 0;
    }
}

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

    .featured-box-inner h6 {
        min-height: 0;
        font-size: 14px;
    }
}

/**************************
   feature-available page
**************************/



/***************
   login page
***************/

.login-wrap {
    /*
    background: rgb(166, 192, 254);
    background: linear-gradient(150deg, rgba(166, 192, 254, 1) 0%, rgba(246, 128, 132, 1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
*/
    /*    color: white;*/
    /*    background: linear-gradient(to right, #fc2e78, #00acfd);*/
    /*    margin-top: 76px;*/
    border-top: 2px solid #f92f79;
}

.login-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: 500;
}

.login-wrap .spl-default-btn {
    text-transform: uppercase;
}

.content__inputs .form-control:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.content__input--form {}

.login-background {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    /*    background-color: #f00;*/
    border-radius: 0;
    padding: 30px 30px;
    position: relative;
    border: 8px solid #00acfd;
}

.login-background h5 span {
    font-weight: 600;
}

.login-background h5 a {
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}

.login-background h5 a:hover {
    background: linear-gradient(to left, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}

.right-border {
    position: relative;
}

.right-border:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #00acfd;
    right: 0;
    top: 0;
}

.login-background h6 {
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-background .content__submit h6 {
    top: -15px;
    position: relative;
}

.login-background h5 {
    font-weight: 400;
    font-size: 18px;
    color: #121212;
    margin-bottom: 1rem;
}

.login-background:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 75px;
    left: 10%;
    top: -8px;
    background-color: #fff;
    transform: skewX(45deg);
    transition: 0.8s ease-in-out;
}

.login-background:hover:before {
    left: 80%;
    background-color: #fc2e78;
    transition: 0.8s ease-in-out;
}

.login-background:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 75px;
    left: 80%;
    bottom: -8px;
    background-color: #fff;
    transform: skewX(45deg);
    transition: 0.8s ease-in-out;
}

.login-background:hover:after {
    left: 10%;
    background-color: #fc2e78;
    transition: 0.8s ease-in-out;
}

.content__submit .button {
    height: 40px;
    width: 320px;
    border: none;
    border-radius: 0;
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
}

.google-p {
    position: absolute;
    right: 70px;
    top: 10px;
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
}

.sign-up {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.content__submit .google-button {
    /*
    display: flex;
    flex-direction: row;
    align-items: center;
*/
    background-color: #4385F5;
    position: relative;
    /*    color: white;*/
}

.google-button__google-icon {
    background-color: white;
    background-image: url("https://img.icons8.com/color/50/000000/google-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    height: 100%;
    width: 60px;
    border: 1px solid #4385f5;
    border-radius: 0px;
    cursor: pointer;
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
            supported by Chrome, Edge, Opera and Firefox */
}

.content__submit--line {
    width: 320px;
    margin: 25px 0 20px 0;
    height: 1px;
    background-color: #ff2c76;
}

@media only screen and (max-width:1199px) {
    .login-background {
        padding: 15px 20px;
    }

    .login-background h6 {
        font-size: 22px;
    }
}

@media only screen and (max-width:991px) {
    .login-background {
        padding: 10px 15px;
    }

    .login-background h6 {
        font-size: 16px;
    }

    .login-background .content__submit h6 {
        top: 0;
    }

    .login-background h5 {
        font-size: 16px;
    }

    .google-button__google-icon {
        background-size: 25px;
        width: 40px;
    }

    .google-p {
        right: 55px;
    }

    .content__submit .button {
        width: 100%;
    }

    .content__submit--line {
        width: 100%;
    }

    .login-wrap {
        /*        margin-top: 68px;*/
        border-top: 2px solid #f92f79;
    }
}

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

    .form-control {
        border-radius: 12px;
    }

    .sign-up {
        border-radius: 12px;
    }

    .content__submit .button {
        border-radius: 12px;
    }

    .google-button__google-icon {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .login-background h6 {
        font-size: 24px;
    }

    .login-background h5 {
        font-size: 18px;
    }

    .login-background {
        padding: 5px 20px;
        border-radius: 12px;
    }

    .right-border:after {
        display: none;
    }

    .google-p {
        right: 140px;
        top: 9px;
        font-size: 18px;
    }

    .google-button__google-icon {
        background-size: 30px;
        width: 50px;
    }

}

@media only screen and (max-width:575px) {
    .login-wrap {
        margin-top: 65px !important;
        border-top: 2px solid #f92f79;
    }
}

@media screen and (max-width: 414px) {
    .login-background {
        padding: 0px 15px;
    }

    .login-background h6 {
        font-size: 18px;
    }

    .login-background h5 {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .google-p {
        right: 50%;
        transform: translateX(50%);
        top: 9px;
        font-size: 18px;
    }

    .login-background:before {
        width: 70px;
        left: 10%;
    }

    .login-background:hover:before {
        left: 70%;
    }

    .login-background:after {
        width: 70px;
        left: 70%;
    }

    .login-background:hover:after {
        left: 10%;
    }

    .content__submit--line {
        margin: 20px 0 15px 0;
    }
}

@media screen and (max-width: 376px) {
    .login-background h6 {
        font-size: 17px;
    }

    .login-background h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .google-p {
        right: 42%;
        transform: translateX(50%);
        top: 10px;
        font-size: 16px;
    }

    .login-background h6 {
        font-size: 15px;
    }

    .login-background h5 {
        font-size: 14px;
    }
}

/***************
   login page
***************/


/***************
   signup page
***************/

.video-play-button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(to left, #ff2c76, #00acfd);
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    margin-left: 10px;
}

.video-play-button span {
    position: absolute;
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 12px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    padding: 0;
    top: 0;
    left: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-play-button:hover {
    background: linear-gradient(to right, #ff2c76, #00acfd);
    transition: 0.3s ease-in-out;
}

.signup-wrap {}

.signup-wrap-top.login-background,
.signup-wrap-bottom.login-background {
    padding: 20px 15px;
}

.rate-form-wrap {
    border: 2px solid #fe2c77;
    padding: 10px 15px;
    height: 100%;
}

.services-row-wrap {
    padding: 10px 0px;
    border: 2px solid #fe2c77;
}

.services-row-wrap .form-check-input {
    margin-top: .2rem;
}

.rate-form-wrap h4,
.services-row-wrap h4 {
    padding-bottom: 2px;
    background: linear-gradient(to right, #fc2e78 10%, #008fdb 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.signup-wrap-bottom .signup-social-list {
    padding-top: 10px;
    padding-bottom: 0px;
}

.signup-social-list li {
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-right: 15px;
    text-align: center;
    background-image: linear-gradient(to right bottom, #ff2c76, #0095e4, #ff2c76);
    transition: 0.4s ease-in-out;
}

.signup-social-list li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 41px;
    transition: 0.4s ease-in-out;
}

.signup-social-list li a:hover {
    transform: scale(1.2);
    transition: 0.4s ease-in-out;
}

.signup-social-list li:hover {
    background-image: linear-gradient(to right bottom, #0095e4, #ff2c76, #0095e4);
    transition: 0.4s ease-in-out;
}

.signup-wrap .login-background h5,
.sp {
    color: #00acfd;
    font-size: 17px;
}

.signup-wrap .rate-form-wrap h5 {
    text-decoration: underline;
}

.signup-wrap .form-control:focus {
    color: #ff2c76;
    background-color: #fff;
    border: 2px solid #00acfd;
    outline: 0;
    box-shadow: inset 1px 1px 5px 0px rgb(8 168 249 / 39%);
}

.signup-outer-heading {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #fe2c77;
    display: inline-block;
}

hr.form-divider {
    width: 100%;
    margin: 16px 15px;
    border: 0;
    border-top: 1px solid #fe2c77;
}

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

.signup-wrap sup {
    font-weight: 700;
    font-size: 16px;
    vertical-align: sub;
    color: #f92f79;
}

.radio-div input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 1px;
}

@media only screen and (max-width:1199px) {
    .radio-div label {
        display: block;
    }

    .signup-wrap .services-row-wrap label {
        font-size: 14px;
    }
}

@media only screen and (max-width:991px) {
    .video-wrap {
        justify-content: center;
    }

    .signup-wrap.login-wrap label {
        font-size: 15px;
    }

    .rate-form-wrap h4,
    .services-row-wrap h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {
    .radio-div label {
        display: inline-block;
    }

    .services-row-wrap,
    .rate-form-wrap {
        border-radius: 12px;
    }

    .signup-social-list li {
        margin-right: 20px;
        border-radius: 12px;
    }

    .signup-wrap .login-background h5,
    .sp {
        font-size: 16px;
    }

    .signup-wrap.login-wrap label {
        font-size: 16px;
    }

    .signup-wrap .services-row-wrap label {
        font-size: 14px;
    }

    .signup-wrap-top.login-background,
    .signup-wrap-bottom.login-background {
        padding: 15px 15px;
    }

    .signup-outer-heading {
        font-size: 28px;
        line-height: 32px;
        background-image: linear-gradient(to right, #ff2c76, #00acfd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rate-form-wrap {
        padding: 15px 15px;
    }

    .signup-wrap-bottom .signup-social-list {
        padding-top: 0;
        padding-bottom: 0px;
    }

}

@media only screen and (max-width:575px) {
    .signup-outer-heading {
        font-size: 26px;
        line-height: 30px;
    }

    .signup-wrap .login-background h5,
    .sp {
        font-size: 13px;
        line-height: 17px;
    }

    h4 {
        font-size: 16px;
    }

    signup-wrap .services-row-wrap label {
        font-size: 13px;
    }

    .signup-social-list li {
        margin-right: 15px;
        margin-left: 0px;
    }

    .spl-default-btn {
        width: 100%;
    }

    .video-play-button {
        margin-left: 0;
    }

    hr.form-divider {
        margin: 12px 15px;
    }

    .rate-form-wrap h4,
    .services-row-wrap h4 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 0;
    }

    .signup-wrap.login-wrap label {
        font-size: 14px;
    }

    .sp {
        padding-right: 5px;
    }

}

@media only screen and (max-width:374px) {
    .signup-wrap .services-row-wrap label {
        font-size: 10px;
        line-height: 16px;
        margin-left: -4px;
    }

    .services-row-wrap h4 {
        font-size: 13px;
        line-height: 17px;
    }

    .sp {
        padding-right: 0px;
    }
}

/***************
   signup page
***************/

/*************************
    escort details page
*************************/

.outer {
    margin: 0 auto;
    border: 1px solid #00acfd;
    padding: 20px 15px 10px 15px;
    /* max-width: 800px; */
}

#big .item {
    background: #ffffff;
    overflow: hidden;
    padding: 0px 0px;
    margin: 0px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    height: 450px;
    /*border: 2px solid #fe2c76;*/
    position: relative;
}

#big .item:after {
    content: "EscortsAndBodyrubs";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 31px;
    width: 280px;
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
}

#big.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: -webkit-fill-available;
    border: 2px solid #fe2c76;
}

#thumbs.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: -webkit-fill-available;
}

#thumbs .item {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #fe2c76;
    height: 120px;
    line-height: 70px;
    padding: 0px;
    margin: 0px 15px 0px 0px;
    color: #FFF;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 4px 5px 0px rgb(2 99 143 / 60%);
    position: relative;
}

#thumbs .item:after {
    content: "EscortsAndBodyrubs";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 11px;
    width: 75px;
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    border: 1px solid #00acfd;
    box-shadow: 2px 3px 5px 1px rgb(252 46 121 / 50%);
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    width: 40px;
    line-height: 28px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 0px;
    background: linear-gradient(to left, #ff2c76, #00acfd);
    color: #fff;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}

#big.owl-theme .owl-next:hover,
#big.owl-theme .owl-prev:hover {
    background: linear-gradient(to right, #ff2c76, #00acfd);
    transition: 0.3s ease-in-out;
}

#big.owl-theme .owl-next .fa,
#big.owl-theme .owl-prev .fa {
    font-weight: 700;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.details-description-wrap {
    border: 1px solid #fe2c76;
    padding: 20px 15px 20px 15px;
}

.details-btn-wrap h5,
.details-availability-wrap h5,
.details-description-wrap h5,
.details-contact-wrap h5 {
    background: linear-gradient(to left, #fc2e78 25%, #008fdb 50%);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.details-description-wrap h6 span {
    color: #00acfd;
}

.prev-next-box .spl-default-btn {
    font-weight: 500;
    width: 120px;
}

.prev-next-box {
    padding: 15px 0px;
    border: 1px solid #fe2c76;
}

.details-contact-wrap {
    border: 1px solid #00acfd;
    padding: 10px 15px 10px 15px;
}

.details-contact-wrap button {
    font-size: 18px;
}

.details-contact-wrap i {
    font-weight: 600;
}

.details-text-wrap,
.details-btn-wrap,
.details-availability-wrap {
    border: 1px solid #fe2c76;
    padding: 10px 15px 10px 15px;
}

.details-text-wrap h6,
.details-availability-wrap h6 {
    font-size: 15px;
}

.border-right-spl {
    position: relative;
}

.border-right-spl:after {
    position: absolute;
    content: "";
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 1px;
    background-color: #fe2c76;
}

.details-availability-wrap.details-rate-wrap {
    border: 1px solid #00acfd;
    padding: 10px 15px 10px 15px;
}

.details-btn-wrap .alt-default-btn {
    border-radius: 0;
    font-weight: 500;
    background: #121212;
    border: 2px solid #121212;
    font-size: 16px;
    padding: 6px 8px;
    transition: 0s ease-in-out;
}

.details-btn-wrap .alt-default-btn:hover {
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #00acfd;
    background-image: linear-gradient(to left, #ff2c76, #00acfd);
    transition: 0s ease-in-out;
}

.details-btn-wrap a {
    font-size: 18px;
    display: inline-block;
}

.report-modal .modal-body h6,
.call-modal .modal-body h6 {
    color: #00acfd;
    font-size: 18px;
    text-decoration: underline;
}

.call-modal .modal-body h4 {
    color: #f92f79;
    font-size: 20px;
}

.call-modal .modal-footer h6 {
    background: linear-gradient(to left, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.call-modal-form a span {
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.call-modal-form a span:hover {
    background: linear-gradient(to left, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.number-anchor {
    text-align: center;
    display: block;
    background: linear-gradient(to right, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0px;
    border: 1px solid #00acfd;
    transition: 0.3s ease-in-out;
}

.number-anchor:hover {
    background: linear-gradient(to left, #fc2e78 20%, #008fdb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 2px 3px 5px 1px rgb(252 46 121 / 50%);
    transition: 0.3s ease-in-out;
}

.report-modal-form textarea {
    height: auto !important;
}

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

    .details-text-wrap h6,
    .details-availability-wrap h6 {
        font-size: 14px;
    }

    .border-right-spl:after {
        right: 1px;
    }
}

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

    .details-text-wrap h6,
    .details-availability-wrap h6 {
        font-size: 13px;
    }

    .border-right-spl:after {
        right: 2px;
    }

    #thumbs .item {
        margin: 0px 3px 0px 3px;
    }

    .details-description-wrap h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    .number-anchor {
        border-radius: 12px;
    }

    .report-modal-form textarea {
        background-color: #ffffff0d;
    }

    .report-modal-form textarea:focus {
        background-color: #ffffff0d !important;
    }

    .details-btn-wrap .alt-default-btn {
        border-radius: 12px;
    }

    .border-right-spl:after {
        right: 34px;
    }

    .details-text-wrap h6,
    .details-availability-wrap h6,
    .details-description-wrap h6 {
        font-size: 17px;
    }

    .prev-next-box,
    .outer,
    .details-description-wrap,
    .details-contact-wrap,
    .details-btn-wrap,
    .details-availability-wrap,
    .details-text-wrap {
        border-radius: 12px;
    }

    #big.owl-theme .owl-next,
    #big.owl-theme .owl-prev {
        border-radius: 12px;
    }

    #thumbs.owl-carousel .owl-item img {
        width: 100%;
    }

    #big .item,
    #big.owl-carousel .owl-item img,
    #thumbs.owl-carousel .owl-item img,
    #thumbs .item {
        border-radius: 12px;
    }
}

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

    .report-modal .modal-body h6,
    .call-modal .modal-body h6 {
        text-decoration: none;
    }

    .details-city-wrap.city-wrap {
        margin-top: 68px;
        background-color: #121212 !important;
        border-top: none;
    }
}

@media only screen and (max-width:414px) {
    .border-right-spl:after {
        right: 20px;
    }

    #big.owl-theme .owl-next,
    #big.owl-theme .owl-prev {
        border-radius: 12px;
        display: none;
    }

    #thumbs .item {
        height: 95px;
    }

    #big .item:after {
        height: 26px;
        width: 240px;
        font-size: 22px;
        line-height: 26px;
    }

    #thumbs .item:after {
        height: 8px;
        width: 45px;
        font-size: 5px;
        line-height: 8px;
        font-weight: 400;
    }

    #thumbs .item {
        margin: 0px 2px 0px 2px;
    }

    .details-text-wrap h6,
    .details-availability-wrap h6,
    .details-description-wrap h6 {
        font-size: 16px;
    }

    #big.owl-carousel .owl-item img {
        border: 0px solid #fe2c76;
    }
}

@media only screen and (max-width:374px) {
    .border-right-spl:after {
        right: 8px;
    }
}

/*************************
    escort details page
*************************/
