body {
    background: #fff;
    color: #646363;
    font-family: Oswald, sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.full {
    width: 100%;
    float: left;
    position: relative;
}

h1, h2, h3 {
    font-weight: 900;
}

a {
    color: #ff69b4;
    text-decoration: none !important;
}

a:hover {
    color: red;
}

iframe {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

.btn {
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.btn-lg {
    padding: 10px 50px;
    font-size: 1.25rem;
    font-weight: 500;
}

.form-control, .form-select {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dedede;
    border-radius: 0;
}

header {
    width: 100%;
    float: left;
    background: #002d57;
    background-size: cover;


}

.logo {
    width: 100%;

    text-align: center;
    padding: 10px 0;
    max-width: 410px;
    margin: 0 auto;
}

.social {
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: right;
}

.social a img {
    padding: 0 0 0 5px;
}

.social a:hover img {
    filter: brightness(0) invert(1);
}

.log {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.log, .log a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar {
    background: #ff69b4;
    padding: 0;
    width: 100%;
}

.navbar-nav .nav-link {
    padding: 15px 20px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}

.navbar-nav .nav-item .nav-link:hover:after, .navbar-nav .nav-item.active .nav-link:after {
    content: '';
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/menuhvr-5e3e205cc1914ce8dd1c61852adf1f56.jpg") no-repeat center;
    height: 2px;
}

.banner {
    width: 100%;
    float: left;
    display: table;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 130px;
}

.banner_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}

.banner h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.banner h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 400;
}

.banner h4 a:first-child {
    border-left: none;
}

.banner h4 a {
    color: #fff;
    padding: 0 15px;
    border-left: 2px #fff solid;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-pink {
    background: #ff69b4;
    color: #fff;
}

.wauto {
    width: auto;
}

.banner .form-control {
    height: 45px !important;
    border-radius: 7px;
    color: #ff69b4;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.banner .form-control option {
    color: #707070;
    font-weight: 300;
    font-size: 16px;
}

.banner .btn {
    padding: 10px 15px;
    border-radius: 7px;
}

.body {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.body h2 {
    color: #282828;
    font-size: 38px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.model-girl {
    width: 25%;
    float: left;
    padding: 6px;
    border: 8px #fff solid;
}

.model-girl {
    width: 25%;
    float: left;
    padding: 6px;
    border: 8px #fff solid;
    position: relative;
    background: #fff;
    transition: .3s;
}

.imageWrap {
    float: left;
    width: 100%;
}

.model-girl:hover {
    transform: scale(1.25, 1.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 2;
}

.girl_image {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.girl_image img {
    width: 100%;
    height: auto;
    min-width: 48px;
    min-height: 48px;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 100%;
}

.girl_image span {
    background: #d10f69;
    color: #fff;
    text-transform: uppercase;
    width: 120px;
    box-shadow: #000 0 -1px 5px;
    position: absolute;
    bottom: -10px;
    left: -45px;
    padding: 5px 5px 20px 5px;
    text-align: center;
    transform: rotate(45deg);
    font-size: 14px;
}

.girl_image .caption {
    display: table;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out .5s;
}

.girl_image .caption_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.model-girl h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 5px 0;
    width: 100%;
    float: left;
}

.model-girl h3 span {
    color: #ff69b4;
}

.model-girl .Male h3 span {
    color: #2db0ee;
}

.model-girl h3 i {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #acacac;
    margin-top: 5px;
}

.model-girl h3 i.active {
    background: #6cbd45;
}

.model-girl:hover .girl_image .caption {
    bottom: 0;
}

.hList {
    display: flex;
    flex-wrap: wrap;
}

footer {
    width: 100%;
    float: left;
    background: #000;
    padding: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
}

.footer_left a {
    color: #fff;
}

.footer_left {
    float: left;
    margin: 5px 0;
}

.footer_left p {
    margin: 0 0 5px 0;
}

.footer_left p a {
    color: #fff;
    padding: 0 12px;
    border-left: 1px #fff solid;
}

.footer_left p a:first-child {
    border-left: none;
    padding-left: 0;
}

.footer_right {
    float: right;
    margin: 20px 0;
}

.footer_right a img {
    padding: 0 0 0 5px;
}

.footer_right a:hover img {
    filter: brightness(0) invert(1);
}

.login {
    /*width: 100%;
    float: left;
    background: url(../images/loginbg.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 100%;
    position: absolute;
    display: table;
    */
}

.login_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 6px #fff solid;
    padding: 15px 5px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.login .nav-pills .nav-link.active {
    border-color: #ff69b4;
    background-color: transparent;
}

.login .tab-content {
    padding: 20px 15px;
}

.login .tab-content .form-control,
.login .tab-content .form-select {
    border-radius: 0;
    height: 42px;
}

.login .tab-content .form-control,
.login .tab-content .form-select,
.login .tab-content .ts-wrapper.form-control * {
    font-weight: 300;
    font-size: 16px;
}

.login .form-check-label {
    font-weight: 300;
}

a.btnlink {
    background: #ff69b4;
    color: #fff;
    padding: 2px 10px 5px;
    display: block;
    max-width: 150px;

    margin: 0 auto;
    border-radius: 6px;
}

.login .form-check-label a {

}

.fheader {
    text-align: center;
    padding: 20px 0 0px;
}

.fheader p {
    font-size: 19px;
    margin-bottom: 8px;
}

.login .form-check-label a:hover {
    text-decoration: underline !important;
}

.login .form-check-input {
    width: 16px;
    height: 16px;
}

.login .btn-lg {
    padding: 10px 20px;
    width: 200px;
    margin-top: 7px;
}

.infob {
    margin-top: 20px;
}

.innerbody {
    background: url("../images/innerbg-3fbf691825627a01ad617c27751552b3.jpg") no-repeat fixed;
    background-size: cover;
}

.profile_left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.profile_left .nav-pills .nav-link {
    background: #e1e1e1;
    margin: 5px 0;
    color: #101010;
    font-size: 14px;
    padding: 12px 15px;
}

.profile_left .nav-pills .nav-link.active {
    background: #ff69b4;
    color: #fff;
}

.profile_pic {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 3px #ccc solid;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.profile_pic img {
    width: 100%;
    height: auto;
}

.profile_pic .edit {
    width: 50px;
    height: 50px;
    background: #ff69b4;
    color: #fff !important;
    text-align: center;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border-radius: 30px;
    padding: 12px 2px;
    cursor: pointer;
}

.profile_social {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.profile_social section {
    width: 100%;
    float: left;
    margin: 5px 0;
    border: 1px #dedede solid;
    padding: 5px;
    padding-left: 45px;
    position: relative;
}

.profile_social i {
    width: 45px;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
}

.profile_social span {
    width: 100%;
    float: left;
    border: 1px #dedede solid;
    padding: 5px;
    font-size: 14px;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table td, table th {
    padding: 10px;
    text-align: center;
    border: 1px #ccc solid;
    background: #eee;
}

table td:first-child, table th:first-child {
    text-align: left;
}

table th {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background: #1d2124;
}


.area {
    margin-bottom: 40px;
}

.uploadArea .dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}

.no-list {
    list-style: none;
    padding: 0
}


.uploadArea {
    margin-top: 25px;
}

.boxLayout {
    box-shadow: 1px 1px 4px #eee;
    border-radius: 5px;
    border: 2px solid #eee;
}

.boxLayout h2 {
    margin: 0;
    padding: 13px 0;
    font-size: 29px;
    border-bottom: 1px solid #eee;
}

.card-box {
    padding: 40px 40px;
    color: #000;
}

.uploadArea .dropzone .dz-message {

    margin: 1em 0;
}

.uploadArea p {
    font-size: 14px;
    font-weight: bold;
}


.idWrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto;
    background: #ffd8e9;
    padding: 8px 8px;
    border-radius: 4px;
}

.idWrap .colL {
    width: 30%;
}

.idWrap .colR {
    width: 70%;
    text-align: left;
    padding: 0px 10px;
    color: #343a40;
    font-size: 15px;
}

.file-area {
    margin: 20px auto 30px;
    border: 1px solid #ff69b4;
    padding: 4px 5px;
    width: 140px;
    border-radius: 4px;
}

.bottom-fixed-nav {
    background: #e9ecef;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .5);
}

.bottom-fixed-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    padding: 0;
}


.bottom-fixed-nav li {
    border-right: 1px dashed #ff69b4;
    width: 25%;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.container {
    max-width: 1140px;
}

@media screen and (max-width: 991px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 700;
        margin-right: 20px;
        font-size: 12px;
    }
}

h3:not(.login h3, .profile-name h3) {
    margin-bottom: 20px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery_image {
    width: 100%;
    height: auto;
    transition: .5s;
    margin-bottom: 10px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    background: #111;
    overflow: hidden;
}

.gallery_image img {
    width: 100%;
    transition: all ease-in-out .2s;
}

.gallery_image span {
    position: absolute;
    right: 20px;
    bottom: 100%;
    float: right;
    transition: all ease-in-out .2s;
}

.gallery_image span a {
    width: 45px;
    height: 45px;
    background: #ff69b4;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    padding: 9px 2px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.gallery_image:hover img {
    opacity: .3;
}

.gallery_image:hover span {
    bottom: 20px;
}

.social_black {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.social_black a img {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    margin: 3px;
}

.gallery_small {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery_image_small {
    width: 100%;
    height: auto;
    transition: .5s;
    margin-bottom: 10px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    background: #111;
    overflow: hidden;
}

.gallery_image_small img {
    width: 100%;
    transition: all ease-in-out .2s;
}

.gallery_image_small span {
    position: absolute;
    right: 20px;
    bottom: 100%;
    float: right;
    transition: all ease-in-out .2s;
}

.gallery_image_small span a,
.gallery_image_small span button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #ff69b4;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    padding: 9px 2px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    border: none;
}

.gallery_image_small:hover {
    cursor: grab;
}

.move-up, .move-down {
    display: none;
}

@media (max-width: 768px) {
    .move-up, .move-down {
        display: flex;
        cursor: none;
    }

    .gallery_image_small span a,
    .gallery_image_small span button {
        width: 28px;
        height: 28px;
    }

    .gallery_image_small:hover {
        cursor: pointer;
    }
}

.gallery_image_small:hover span {
    bottom: 20px;
}

.vsec .gallery_image_small:hover span {
    bottom: 42px;
    right: 5px;
}

.vsec .gallery_image_small {
    width: 31%;
    background: 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin: 2%;
}

.vsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vsec:after {
    content: '';
    clear: both;
    flex: auto;
}

.vsec video {
    width: 100%;
    height: 100%;
}

.btnPlay {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 50px;
    color: #ff69b4;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
    z-index: 99;
}

.gallery_image_small.play .btnPlay {
    display: none;
}

.colorb {
    color: #000;
}

.clear {
    clear: both;
}

.pagination li {
    line-height: 40px;
    font-size: 17px;
    width: 40px;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
    overflow: hidden;
}

ul.pagination li * {
    display: block;
    background: #1f1f1f;
    color: #fff;
}

.pagination {
    justify-content: center;
    margin-top: 60px;
}

.pagination li.active span {
    background: #ff69b4;
    color: #fff;
}

ul.pagination li a:hover {
    opacity: .8;
}

.acBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.acBtn .btn {
    background: #ff69b4;
    color: #fff;
    margin: 2px 3px;
}

.mfaBtn .btn {
    background: #ff69b4;
    border: 0;
    color: #fff !important;
    margin: 3px 3px;
}

.acBtn .btn:hover, .mfaBtn .btn:hover {
    color: #000 !important;
}

div#Article {
    margin-top: 80px;
}

.hArticle {
    padding: 30px 0;
}

.hArticle h1 {
    color: #282828;
}

.hArticle h2 {
    text-transform: capitalize;
}

.bgpink {
    background: #ff69b4;
    color: #fff;
}

.re-status {
    justify-content: space-between;
}

.autorepost .modal-header {
    justify-content: center;
}

.autorepost select.form-control {
    margin-bottom: 15px;
}

.msg {
    width: 100%;
    padding: 15px 15px 0;
}

.btn.disable {
    pointer-events: none;
    opacity: .5;
}

.col-sm-12.epbtn > * {
    margin: 0 3px;
    vertical-align: top;
}

.col-hide {
    display: none;
}

span.on {
    color: green;
}

span.of {
    color: red;
}

@media (max-width: 1199px) {
    .model-girl {
        width: 25%;
    }

    .banner {
        min-height: 130px;
    }
}

@media (max-width: 991px) {
    .logo {

    }

    .log {
        display: none;
    }

    .navbar-toggler {
        padding: 15px 15px;
        border: none !important;
        outline: 0 !important;
        cursor: pointer;
        color: #fff !important;
    }

    .navbar-nav .nav-item .nav-link:hover:after, .navbar-nav .nav-item.active .nav-link:after {
        background-position: left;
    }

    .navbar-nav .nav-item {
        padding: 0 20px;
    }

    .navbar-nav .nav-link {
        padding: 8px 0 !important;
        margin-bottom: 10px;
    }

    .model-girl {
        width: 33.33%;
    }

    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .gallery_small {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .container {
        max-width: 100%;
    }

    .girl_image {
        height: 260px;
    }

    .pagination li {
        line-height: 30px;
        font-size: 14px;
        width: 30px;
    }
}

.filterSec .label {
    font-size: 20px;
    text-transform: uppercase;
    color: #ff69b4;
}

.fil-drop li {
    list-style-type: none;
    position: relative;
}

.filterSec ul {
    padding: 0;
}

.filterSec h2 {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    margin: 0;
    color: #212529;
}

.filterSec h2.country-name {
    /*color: #ff69b4;*/
}

.fil-drop ul {
    display: none;

    margin-top: 10px;
}

.filterSec {
    width: 100%;
    position: relative;
}

.filterSec .col-sm {
    width: 50%;
    padding: 0 18px;
}

.col-sm.col-l {
    float: left;
}

.col-sm.col-r {
    float: right;
    position: relative;
}

ul.location-fil li {
    margin-bottom: 8px;
    width: 100%;
    cursor: pointer;
}

ul.city-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.location-fil .country-name {
    font-weight: 500;

    background: #42cfc1;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.location-fil .state-name {
    font-size: 17px;
    background: #ff69b4;
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
}

.location-fil .city-list li {
    padding-left: 20px;
}

.location-fil .state-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.filterSec .fil-drop {
    padding: 0;
    position: absolute;
    left: 16px;
    top: 34px;
    background: #f7f3f3;
    z-index: 9;
    display: none;
    box-shadow: 1px 0 3px -1px rgba(0, 0, 0, .4);
    width: 180px;
}

.filterSec .location-fil {
    width: 300px;
    padding: 5px 10px;
}

.fil-drop .trigger {
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 2px;
    right: 7px;
    top: 12px;
}

.fil-drop .trigger:after {
    content: '';
    width: 2px;
    position: absolute;
    height: 10px;
    background: #fff;
    top: 1px;
    left: 5px;
}

.location-fil .state-name.active {
    background: #fb91c6;
}

.fil-drop .trigger:before {
    content: '';
    width: 10px;
    position: absolute;
    height: 2px;
    background: #fff;
    top: 5px;
    left: 1px;
}

.state-name.active .trigger:after {
    content: none;
}

.filterSec h2.active .trigger:after {
    content: none;
}

.fil-drop li {
    list-style-type: none;
    position: relative;
    font-size: 18px;
}

.country-name .trigger:after, .country-name .trigger:before {
    background: #ff69b4;
}

.country-name .trigger {
    border: 1px solid #ff69b4;
    display: none;
}

ul.cat-fil li {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e1dfdf;
    color: #212529;
    text-transform: uppercase;
}

.filterSec, .selFV {
    display: none;
}

.col-sm.col-r .label {
    text-align: right;
}

.filterSec .cat-fil.fil-drop {
    right: 16px;
    left: auto;
}

.selFV {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-bottom: 2px solid #ff69b4;
}

.filterSec .fInner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.selFV.nob {
    border: 0;
}

.filterSec li.city-item a {
    color: #646363;
}

.filterSec.userSec .fil-drop {
    display: none;
}

.filterSec.userSec {
    display: block;
}

.filterSec.userSec .fil-drop {
    top: 2px;
    left: 0;
    width: 100%;
}

.addPNo {
    font-size: 42px;
    font-weight: 500;
}

.hide {
    display: none;
}

.profileDetail h3.subTitle {
    color: #ff69b4;
    padding: 20px 0 0 15px;
    text-transform: uppercase;
}

span.socLinku {
    margin-right: 10px;
}

.loaction-name h1 {
    font-size: 1em;
}

.model-girl h3 em {
    display: none;
    font-style: normal;
    font-size: 16px;
}

ul.titlList {
    list-style: none;
    padding: 20px 0;
    margin-top: 30px;
    margin-left: 20px;
}

.titlList li {
    list-style-type: circle;
}

ul.titlList li {
    padding: 5px 0;
}

.logm {
    display: none
}

.country-list .country-container {
    width: 47%;
    margin-bottom: 30px;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .logm {

        display: block;
        float: right;
        position: absolute;
        top: 13px;
        right: 19px;
    }

    .logm, .logm a {
        color: #fff;
        text-transform: uppercase;
    }

    .navbar-collapse {
        border-top: 1px solid #bea1b0;
    }
}


@media (max-width: 767px) {
    .loaction-name {
        font-size: 16px;
    }

    .profileDetail h4 {
        display: inline-block;
        font-size: 16px;
        min-width: 46%;
    }

    .profileDetail h3.subTitle {
        padding: 20px 0 0 15px;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .addPNo {
        font-size: 32px;
    }

    .container {
        max-width: 100%;
    }

    .model-girl {
        width: 33.33%;
        border: 2px #fff solid;
    }

    footer {
        text-align: center;
    }

    .footer_left, .footer_right {
        width: 100%;
    }

    .footer_right {
        margin: 15px 0;
    }

    .logo img {
        height: 80px;
    }

    .social {
        top: 12px;
    }

    .banner {
        min-height: 290px;
    }

    .banner h4 a {
        padding: 0 10px;
        border-left: 1px #fff solid;
        font-size: 14px;
    }

    .banner h1 {
        margin: 0 0 20px 0;
        font-size: 34px;
    }

    .banner .btn {
        padding: 8px 15px;
    }

    .banner .form-control {
        height: 42px !important;
    }

    .vsec .gallery_image_small {
        width: 48%;
    }

    .filterSec {
        padding-top: 10px;
    }

    .filterSec, .selFV {
        display: block;
    }

    .banner.home {
        display: none;
    }

    .body.hbody {
        padding-top: 8px;
    }

    .selFV {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #ff69b4;
    }

    .model-girl:hover {
        transform: scale(1, 1);
        box-shadow: none;
    }

    .col-sm-12.epbtn button {
        width: 45% !important;
        margin-bottom: 10px;
    }

    .col-sm-12.epbtn {
        text-align: center;
    }

    .epbtn #btnUpdate {
        width: 65% !important;
    }

    .row.btnVI > div {
        width: 50%;
        text-align: center;
        overflow: hidden;
    }

    .model-girl h3 em {
        display: inline-block;
    }

    .girl_image {
        height: 190px;
    }

    .model-girl h3 {
        font-size: 15px;
    }

    .model-girl h3 em {
        font-size: 14px;
    }

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

    .profile_rgt img {
        width: 17px !important;
    }

    .profile_rgt span {
        font-size: 13px;
    }

    .hArticle h1, .hArticle h2 {
        font-size: 24px;
    }

    .login .nav-pills .nav-link {
        font-size: 25px;
    }

    .logo {
        max-width: 600px;
    }

    .login .btn-lg {
        padding: 8px 15px;
        width: 150px;
        margin-top: 7px;
        font-size: 1rem;
    }

    .country-list .country-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .acBtn {
        padding: 0 20px;
    }
}

@media (max-width: 520px) {
    .banner {
        min-height: 190px;
    }

    .banner h4 {
        display: none;
    }

    .mbl_hold {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }

    .model-girl {

        margin-bottom: 15px;
        border: 0 #fff solid;
    }

    .girl_image {

    }

    .footer_left p a {
        padding: 3px 0;
        border-left: none;
        width: 100%;
        float: left;
    }

    .footer_left p {
        margin: 0 0 15px 0;
        width: 100%;
        float: left;
    }

    .log a {
        font-size: 16px;
    }

    .log {
        margin-top: 10px;
    }

    .social {
        top: 15px;
    }

    .gallery_small {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .vsec .gallery_image_small {
        width: 100%;
    }

    .row.arabtn > div {
        width: 50%;
        text-align: center;
    }

    .row.arabtn {
        margin: 0;
    }

    .col-hide {
        display: block;
    }

    .model-girl h3 {
        font-size: 16px;
    }

    .model-girl h3 em {
        font-size: 12px;
    }

    .location.colorb {
        font-size: 16px;
    }

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

    .profile_rgt img {
        width: 15px !important;
        margin-right: 4px;
    }

    .logo img {
        height: auto;
    }
}

.cityArt {
    margin-top: 55px;
}

.cityArt h1, .cityArt h3 {
    color: #1b1e21;
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .girl_image img {
        /* height: auto!important; */
    }

    .girl_image {
        /* height: auto!important; */
        border: 2px solid #ff69b4;
    }

    .Male .girl_image {
        border-color: #2db0ee;
    }

    span.socLinku {
        font-size: 16px;
    }

    span.socLinku img {
        width: 28px;
    }

    .model-girl {
        width: 50%;
    }

    .card-box {
        padding: 40px 20px;
    }
}

@media (max-width: 425px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .gallery_small {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .girl_image img {

    }

    .girl_image {

    }

    .profile_pic img {
        width: 100%;
        height: auto;
    }

    .gallery_image_small img {
        width: 100% !important;
        float: left;
        height: auto !important;
    }

    .margin-top {
        display: none;
    }
}

@media (max-width: 360px) {
    .girl_image img {

    }

    .girl_image {

    }

    .filterSec .label {
        font-size: 17px;
    }
}

.fa-at:before {
    padding-right: 3px;
}

i.fa.fa-envelope {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

i.fa.fa-phone-volume {
    padding-right: 4px;
}

.color-Male .btnPlay, .color-Male .profileDetail h3.subTitle {
    color: #2db0ee;
}

.color-Male .btn-pink, .color-Male .gallery_image_small span a {
    background: #2db0ee;
}

.btn-pink:hover {
    background: #ff69b4;
    color: #fff;
}

.color-Male .btn-pink:hover {
    color: #fff;
}

header .social > a {
    display: none;
}

.nameWrap {
    position: relative;
}

.nameWrap #nameWrap {
    width: calc(100% - 0px);
}

.nameWrap select {
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100% !important;
    max-height: 35px;
}

#profile textarea {
    min-height: 150px;
}

.cityist ul {
    list-style: none;
    padding: 0;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

.cityist ul a {
    padding: 4px 0;
    display: inline-block;
}

.csList {
    margin: 40px 0 40px;
}

.parsley-errors-list {
    list-style: none;
    text-align: left;
    padding: 0;
    color: red;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.unstyled {
    list-style: none;
    padding: 0 0 5px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.notice-poup {
    position: fixed;
    width: 450px;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    color: #fff;
    padding: 20px;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: left;
    max-height: 90%;
    font-size: 15px;
    overflow-y: auto;
}

.notice-poup input {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.notice-poup .btn {
    width: auto !important;
}

.notice-poup .inner-content {
    border: 1px solid #ff69b4;
    padding: 22px;
}

@media (max-width: 767px) {
    .cityist ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }

    .h1, h1 {
        font-size: 32px;
    }
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local(''),
    url("../fonts/oswald-v36-latin-200-71d8454e047d1b4ecb2754680b5c728c.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-200-0d2bc0eba1c8188090eb9d9b66294c9e.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
    url("../fonts/oswald-v36-latin-300-0dc24f0dc2ee8b1d7382d38606d32124.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-300-c911a5cad5513adb8e68eb9aa187d298.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url("../fonts/oswald-v36-latin-regular-6d76e8589e406477f8902653cff93413.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-regular-2605eb995364be5fd5ac478b3bd951ed.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local(''),
    url("../fonts/oswald-v36-latin-500-ec6e7aa798a176a108097dbba2be42fd.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-500-9f16445e44047d9a5c6eb7f309b9bee7.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url("../fonts/oswald-v36-latin-600-efe7b0aec466c17f097bc1e42b2d55a7.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-600-620cc3bf5bfa4dbdb8b6fdd28bb020f3.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(''),
    url("../fonts/oswald-v36-latin-700-f9b3821ace65aacdfca53a0f4bffc461.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/oswald-v36-latin-700-a952b7410689011abe4a8e87947fe196.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.navbar.male {
    background: #2db0ee;
}

span.utype {
    position: absolute;
    right: -22px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: #e7e7e7;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    border-inline-end: 24px;
    text-align: center;
}

h1.text-center {
    margin-top: 20px;
}

@media (max-width: 767px) {
    h1.text-center {
        border-bottom: 2px solid #ff69b4;
        margin-bottom: 0;
        margin-top: 8px;
        padding: 0 10px 12px;
    }
}

.turbo-progress-bar {
    height: 4px;
}
