@media print {
    *,
    :before,
    :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.mainlinks {
    text-align: center
}


.mainlinks a {
    display: inline-block
}

.mainlinks {
    padding: 10px;
    background: #ef0;
    margin: 10px;
    border-radius: 5px;
    font-family: "Open Sans Condensed", Arial
}

.mainlinks a {
    padding: 0 23px;
    font-size: 20px;
    font-weight: 600;
    color: #f06b26
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
}
.gallery-item {
    float: left;
    width: 100%;
    position: relative;
}
.gallery-item img {
    float: left;
    width: 100%;
    position: relative;
}
@media (max-width: 991.98px){
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}



@media (max-width: 991.98px){
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
}
}
.cast-wrapper2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:17px 13px;
}

@media only screen and (max-width:1160px) {
    .mainlinks a {
        padding: 0 12px;
        font-size: 16px
    }
}

@media only screen and (max-width:680px) {
    .mainlinks a {
        display: block;
        padding: 5px 0;
        font-size: 18px
    }
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format("truetype")
}

.ren-cont {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .ren-cont {
        width: 750px
    }
}

@media(min-width:992px) {
    .ren-cont {
        width: 970px
    }
}

@media(min-width:1200px) {
    .ren-cont {
        width: 1170px
    }
}

.col-sm-2,
.col-lg-2,
.col-sm-3,
.col-sm-4,
.col-xs-6,
.col-sm-6,
.col-sm-9 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0
}

.col-xs-6 {
    float: left
}

.col-xs-6 {
    width: 50%
}



@media(min-width:768px) {

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-6,
    .col-sm-9 {
        float: left
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }
}


@media(min-width:1200px) {
    .col-lg-2 {
        float: left
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}

.clearfix:before,
.clearfix:after,
.ren-cont:before,
.ren-cont:after,
.row:before,
.row:after {
    display: table;
    content: " "
}

.clearfix:after,
.ren-cont:after,
.row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

.site-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 10px solid #000
}

.darkheader .site-container {
    border-top-width: 0
}

@media only screen and (min-width:1281px) {
    .site-container {
        margin: 50px auto
    }

    .unboxed .site-container {
        margin: 0 auto
    }
}



.site-inner,
.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    /* padding: 0 50px; */
    max-width: 1280px
}

.site-container,
.unboxed .site-inner,
.unboxed .wrap {
    max-width: 1280px
}

.unboxed .site-container {
    max-width: none;
    margin: 0 auto
}

.site-inner-wrap {
    clear: both;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    position: relative
}

#primary {
    float: left;
    margin: 0;
    padding: 0;
    width: 740px;
    width: 62.711869%
}

.site-content {
    margin: 0;
    padding: 0;
    width: 740px;
    width: 100%
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}



.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::selection {
    background-color: #333;
    color: #fff
}

.clearfix:before,
.columns:before,
.entry-content:before,
.site-container:before,
.site-inner:before,
.site-inner-wrap:before,
.wrap:before {
    content: " ";
    display: table
}


.clearfix:after,
.columns:after,
.entry-content:after,
.site-container:after,
.site-inner:after,
.site-inner-wrap:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table
}
/* @media(max-width:575px){
    #vip-model:before{
        content: "";
    }
} */

iframe{
    border: 0;
    max-width: 100%
}

::-moz-placeholder {
    color: #999
}

::-webkit-input-placeholder {
    color: #999
}

.page-template-page-wide-php .site-inner,
.page-template-page-wide-php .site-inner-wrap,
.unboxed.page-template-page-wide-php .site-container {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important
}

.page-template.page-template-page-wide-php article.page .entry-content,
.page-template-page-wide-php .entry-content {
    margin: 0;
    padding: 0;
    clear: both;
    background: transparent
}

article.page {
    margin: 0 0 30px;
    padding: 0
}

.page article.page {
    margin: 0 auto;
    padding: 0;
    background: transparent
}

.page-template article.page .entry-content {
    margin-bottom: 40px;
    padding-bottom: 10px
}

.fw #primary {
    float: none;
    margin: 0 auto;
    width: 100%
}

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

    .site-container,
    .unboxed .site-container {
        margin: 0 auto;
        max-width: none;
        width: 100%
    }

    .site-inner,
    .wrap,
    .unboxed .site-inner,
    .unboxed .wrap {
        width: 95%;
        max-width: none;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .wide-content-box {
        background-attachment: scroll;
        background-position: 50% 50%
    }
}

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

    #primary,
    .site-content {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 24px !important;
        line-height: 1.2
    }

    h2 {
        font-size: 21px !important;
        line-height: 1.4
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

h5 {
    color: #000;
    background-color: #ffa700;
    text-align: center;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5
}

figure,
section {
    display: block
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

@-ms-viewport {
    width: device-width
}

figure,
section {
    display: block
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

a {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}


@font-face {
    font-family: "socicon";
    src: url(fonts/socicon.eot);
    src: url("fonts/socicon.eot?#iefix") format("embedded-opentype"), url(fonts/socicon.woff) format("woff"), url(fonts/socicon.ttf) format("truetype"), url("fonts/socicon.svg#socicon") format("svg");
    font-weight: 400;
    font-style: normal
}

section {
    position: relative;
    word-wrap: break-word
}



a,
a:hover {
    text-decoration: none
}

figure {
    margin-bottom: 0
}

.display-2,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.mbr-white {
    color: #f3efc0
}

.align-center {
    text-align: center
}

@media(max-width:767px) {

    .align-center,
    .mbr-section-title {
        text-align: center
    }
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

@media(min-width:992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

figure {
    overflow: hidden
}

.mbr-figure img {
    display: block;
    margin: 0 auto;
    padding: 14px;
    /* width: 100% */
}
@media(max-width:575px){
#img-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:9px;
}
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.2
}

.mbr-text {
    font-style: normal;
    line-height: 1.6
}

.display-2 {
    font-size: 20px;
    font-family: "Ubuntu", sans-serif
}

.display-4 {
    font-family: "Rubik", sans-serif;
    font-size: 1.3rem
}

ul li {
    list-style: none
}



.display-5 {
    font-family: "Open Sans Condensed", Arial;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600
}

@media(max-width:768px) {
    .display-2 {
        font-size: 2.4rem;
        font-size: calc(1.7rem+(3 - 1.7) *((100vw - 20rem) /(48 - 20)));
        line-height: calc(1.4 *(1.7rem+(3 - 1.7) *((100vw - 20rem) /(48 - 20))))
    }

    .display-5 {
        font-size: 1.2rem;
        font-size: calc(1.175rem+(1.5 - 1.175) *((100vw - 20rem) /(48 - 20)));
        line-height: calc(1.4 *(1.175rem+(1.5 - 1.175) *((100vw - 20rem) /(48 - 20))))
    }
}
#category-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width:575px){
    #img-container-a{
        padding: 0px 24px;
    }
}

@media(min-width:320px){
.mum-wap {
    width: 1259px;
    margin: auto;
    height: auto
}
}

@media only screen and (min-width:300px) and (max-width:575px){
 #responsive-modified{
    display: grid;
    grid-template-columns:1fr 1fr;
    /* gap:13px; */
 }
}

.mum-con {
    margin: auto;
    height: auto
}
@media(max-width:767px){
.gmail-id{
    margin-bottom: -41px;
}
}

.welcome {
    width: 100%;
    float: left;
    height: auto;
    background-color: transparent;
    background-image: linear-gradient(90deg, #111 0, #222 100%);
    padding-top: 55px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat
}

.leftbox {
    width: 75%;
    float: left;
    height: auto;
    color: #fff;
    margin-right: 3%
}
@media(max-width: 319px){
    .leftbox {
        width: 96%;
        margin: 0 auto;
    }
    .rightbox {
        width: 96% !important;
        margin: 0 auto;
        
    }
    }
.rightbox {
    width: 22%;
    float: left;
    height: auto;
    color: #fff;
    padding: 2% 2% 2% 2%;
    background-color: #00000061
}
@media(max-width:575px){
#responsive{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:9px;
}
}
.heading {
    width: 100%;
    float: left;
    height: auto;
    color: red;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px
}

.alltype {
    width: 100%;
    float: left;
    height: auto
}

.alltype ul {
    margin: 0 0 0 26px;
    padding: 0
}

.alltype ul li {
    margin: 0;
    padding: 0
}

.alltype ul li a {
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (min-width:320px) and (max-width:359px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 96%
    }
}

@media(max-width:360px){
    #type-wrapper{
        display: flex;
            flex-direction: column;
            align-items: center;
    }
}
@media only screen and (min-width:360px) and (max-width:419px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 96%
    }
}

@media only screen and (min-width:420px) and (max-width:519px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 96%
    }
}

@media only screen and (min-width:520px) and (max-width:664px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 96%
    }
}

@media(min-width:665px) and (max-width:768px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 45%;
        display: none
    }
}

@media only screen and (min-width:769px) and (max-width:1019px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 100%
    }

    .rightbox {
        width: 45%;
        display: none
    }
}

@media only screen and (min-width:1020px) and (max-width:1180px) {
    .heading {
        font-size: 25px
    }

    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }

    .leftbox {
        width: 72%
    }

    .rightbox {
        width: 25%
    }
}

@media only screen and (min-width:1181px) and (max-width:1280px) {
    .mum-con {
        width: 100%
    }

    .mum-wap {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }



    p {
        orphans: 3;
        widows: 3
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}


section {
    display: block
}

img {
    vertical-align: middle;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@-ms-viewport {
    width: device-width
}

section {
    display: block
}

img {
    vertical-align: middle;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}



@media(max-width:767px) {
    .align-center {
        text-align: center
    }
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

@media(min-width:992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.mbr-figure img {
    display: block;
   
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center
}



@media(max-width:991px) {
    .mbr-figure {
        /* width: 100% !important */
    }
}
@media(max-width:791px){
    #img-resize-a{
        width:100% !important;
    }
}

.mbr-text {
    font-style: normal;
    line-height: 1.6
}

.display-7 {
    font-family: "Rubik", sans-serif;
    font-size: 1rem
}

.cid-qHKfFoeSv6 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000
}

.cid-qHKfFoeSv6 .testimonial-text {
    font-style: italic;
    color: #f36;
    font-weight: 300;
    text-align: center
}

.cid-qHKhcKgLJb {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000
}

.btn-primary,
.btn-primary:active {
    background-color: #00000063;
    border-color: #ffffff;
    color: #fff;
    padding: 0.9rem 4rem;
    box-shadow: 0px 0px 7px #5c71ee;
}

.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 28px
}

.font {
    font-size: 12px
}

.timings,
.call-us,
.ml-badge-gold2 {
    max-width: 100%;
    background-size: 100%;
    background-image: url('../images/icons.png')
}

.timings {
    background-position: 0 0;
    background-size: 100%
}

.call-us {
    background-position: 0 34.042553%;
    background-size: 103.34728%
}

.ml-badge-gold2 {
    background-position: 0 100%;
    background-size: 705.714286%
}

.dating,
.massage,
.north {
    max-width: 100%;
    background-size: 100%;
    background-image: url('../images/icon-img.png')
}

.dating {
    background-position: 0 0;
    background-size: 100%
}

.massage {
    background-position: 0 50%;
    background-size: 100%
}

.north {
    background-position: 0 100%;
    background-size: 100%
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sub-footer-2h {
    background-color: #ff0072;
    line-height: 35px
}

.sub-footer-lh i {
    float: left
}

.sub-footer-lh span {
    padding-left: 10px;
    text-transform: uppercase;
    float: left;
    font-size: 12px
}

.col-lh {
    padding: 0
}

.col-centered {
    float: none;
    margin: 0 auto
}

.sub-footer-lh {
    background-image: url(../images/background-4.jpg);
    background-repeat: repeat
}

.sub-footer-lh i {
    float: left
}

.sub-footer-lh span {
    padding-left: 10px;
    text-transform: uppercase;
    float: left;
    font-size: 12px
}

.col-lh {
    padding: 0
}

.col-centered {
    float: none;
    margin: 0 auto
}

.btn-outline-danger {
    color: #eccabf
}

#footer6-k p {
    font-size: calc(10px+.3vw)
}

.vid {
    margin: 0 auto;
    border: 15px ridge #740000;
    text-align: center
}

.mob {
    display: none
}

.cast-wrapper2 {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
    text-align: center;
    margin: 0
}

div.cast-wrapper2 {
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
div.thum-cast-inner2 {
    width: 160px;
    height: 310px;
    display: inline-block;
    /* margin: 10px 11px 0 0; */
    text-align: center;
    padding-top: 10px;
    border: 1px solid #c88300;
    background: url(../images/bg-thum.jpg);
    position: relative;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px #fcc;
    box-shadow: 2px 2px 2px #fcc
}

.thum-profile {
    text-align: center;
    width: 148px;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto
}

.thum-name {
    font-size: 15px;
    font-weight: bold;
    color: #f87c1c;
    text-shadow: 1px 1px #000
}

.thum-size {
    font-size: 11px;
    color: #ca74c6;
    font-weight: bold;
    text-shadow: 1px 1px #000
}

.thum-time {
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #000
}

.thum-img {
    border: 1px solid #17060f;
    border-radius: 3px
}

.type-icon {
    margin-top: 5px;
    height: 17px;
    margin-bottom: 5px
}

.thum-profile p {
    margin-bottom: 0rem
}

.date-back {
    background-image: url();
    background-repeat: repeat;
    background-position: center top
}

.site-container,
.unboxed .site-inner,
.unboxed .wrap {
    max-width: 1280px
}

a.btn.btn-md.btn-white-outline.display-4 {
    border-radius: 22px
}

a.btn.btn-md.btn-primary.display-4 {
    border-radius: 22px
}

@media only screen and (max-width:600px) {
    div.thum-cast-inner2 {
        width: 136px !important
    }
}


/* footer */
.footerbox {
    width: 100%;
    float: left;
    height: auto;
    background-color: #a40e34;
    padding-top: 60px;
    padding-bottom: 17px
}

.wapper {
    width: 1235px;
    margin: auto;
    height: auto
}

.bootaminfo {
    width: 26%;
    float: left;
    height: auto;
    margin-right: 4%
}

.headingbottam {
    width: 100%;
    float: left;
    height: auto;
    color: #e1bc29;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 11px;
    font-weight: bold;
}

.bootamlinks a {
    color: #fefefe;
    font-weight: 400;
    letter-spacing: .8px
}

.whiteboxtxt {
    width: 100%;
    float: left;
    height: auto;
    color: #e1bc29;
}

.add {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    align-items: center;
}

.iconadd {
    /* width: 10%; */
    float: left;
    height: auto;
    padding-top: 5px
}

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

.links {
    width: 14%;
    float: left;
    height: auto;
    margin-right: 3%
}

.bootamrecent {
    width: 21%;
    float: left;
    height: auto;
    margin-right: 3%
}

.newsleeter {
    width: 29%;
    float: left;
    height: auto;
    text-align: center
}

.fboader {
    width: 277px;
    border: solid 1px #5c5c5c;
    line-height: 46px;
    color: #949494;
    background-color: #151515
}

.recentpost {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
    border-bottom: dotted 1px #3c3b3b;
    padding-bottom: 25px;
    margin-bottom: 15px
}

.copyright {
    width: 100%;
    float: left;
    height: auto;
    border-top: solid 1px #3c3b3b;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    margin-top: 25px
}

.wapper ul li {
    padding: 2px
}

input[type="image"] {
    height: 48px !important
}

.formbox {
    display: inline-flex
}

.txtadd {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:360px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 95%
    }

    .links {
        width: 48%
    }

    .bootamrecent {
        width: 48%;
        margin-right: 0
    }

    .headingbottam {
        font-size: 19px !important
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

@media only screen and (min-width:360px) and (max-width:414px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 95%
    }

    .links {
        width: 50%
    }

    .bootamrecent {
        width: 44%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

@media only screen and (min-width:415px) and (max-width:519px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 95%
    }

    .links {
        width: 95%
    }

    .bootamrecent {
        width: 95%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

@media only screen and (min-width:520px) and (max-width:640px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 95%;
        margin-bottom: 25px
    }

    .links {
        width: 33%
    }

    .bootamrecent {
        width: 58%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}
@media(max-width:664px){
    .newsleeter {
        width: 100%;
    }
    .links {
        width: 48%;
    }
    .bootaminfo {
        width: 48%;
    }
    .bootamrecent {
        width: 95%;
    }
}

@media(max-width:319px){
    .newsleeter {
        width: 100%;
    }
    .links {
        width: 95%;
    }
    .bootaminfo {
        width: 95%;
    }
    .bootamrecent {
        width: 95%;
    }
}

@media(min-width:665px) and (max-width:779px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 48%
    }

    .links {
        width: 45%
    }

    .bootamrecent {
        width: 95%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

@media only screen and (min-width:1020px) and (max-width:1180px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 31%
    }

    .links {
        width: 18%
    }

    .bootamrecent {
        width: 39%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .wapper {
        width: 90%;
        padding-left: 3%;
        padding-right: 3%
    }
}

@media only screen and (min-width:778px) and (max-width:996px) {
    .wapper {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%
    }

    .bootaminfo {
        width: 48%
    }

    .links {
        width: 45%
    }

    .bootamrecent {
        width: 95%
    }

    .newsleeter {
        width: 100%
    }

    .bodermial {
        width: 74%
    }

    .fboader {
        width: 100%
    }
}

.bootamlinks ul li {
    list-style: none;
    line-height: 1.5
}

.img-cont {
    margin-left: 8px;
    margin-right: 8px;
    position: relative
}

.layer {
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .84) 83%, rgba(0, 0, 0, .95) 94%, #000 99%, rgba(0, 0, 0, .65) 100%)
}

.logo-footer {
    width: 90%
}

.new_btn_mine {
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    padding: 15px 0 !important;
    width: 250px;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #f03e3e, transparent)
}

.new_btn_mine:hover {
    background-color: #fff !important;
    color: #000 !important
}

.new_shot {
    height: 405px !important
}

.new_note:hover {
    background: #c49b6b;
    color: #000000de;
    border-color: #fff
}

.new_note {
    text-align: center;
    font-size: 17px;
    padding: 15px 15px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, .01);
    border-color: #c49b6b;
    color: #fff;
    font-weight: 600
}


/* +++++++++++++++++++++++new update css by pk ++++++++++++++++++++++++++++++++*/
.mati-color {
    color: #c49b6b !important;
}

@media only screen and (max-width:425px) {
    .new_note {
        font-size: 12px;
        padding: 12px 12px;
        border-radius: 7px
    }

    .service-btn {
        padding: 3px 0 !important
    }
}

.frgn-bg {
    background-image: url('https://res.cloudinary.com/isadas/image/upload/f_auto/assets/foreign-beauty.webp')
}

.frgn-bg .opacity {
    background-color: rgba(0, 0, 0, 0.7)
}

.frgn-bg p {
    line-height: 1.5;
    font-weight: 400
}

.frgn-bg img {
    border: 5px solid #423c36
}

@media only screen and (min-width:1024px) {
    .frgn-bg .row {
        padding: 1.5rem !important
    }
}

/* new service button */
.service-btn {
    padding: 30px 0 30px 0;
    background: #121212;
    background: -moz-linear-gradient(left, #121212 0, #2b2b2b 50%, #121212 100%);
    background: -webkit-linear-gradient(left, #121212 0, #2b2b2b 50%, #121212 100%);
    background: linear-gradient(to right, #121212 0, #2b2b2b 50%, #121212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#121212', GradientType=1)
}

.pgHeading {
    font-size: 36px;
    color: #ccc;
    text-align: center;
    border-bottom: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4rem;
}

.pgHeading:after {
    position: absolute;
    content: "";
    width: 7rem;
    height: 2px;
    background: #ed152b;
    bottom: -15px;
    left: 45%
}

.featured .listed-in .top-menu-1 {
    margin: 0 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px 10px;
}

@media only screen and (max-width: 768px) {
    .featured .listed-in .top-menu-1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px 10px;
    }
  }
@media only screen and (max-width: 425px) {
    .featured .listed-in .top-menu-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px 5px;
    }
  }

.featured .listed-in .top-menu-1 li {
    display: inline-block;
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 11px;
    margin-left: 3%;
    padding: 6px 9px;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    text-align: left;
    position: relative;
    background-color: #d0224e;
}

.right-arrow-icon {
    width: 9px;
    margin-left: 10px;
    background: url('https://res.cloudinary.com/isadas/image/upload/f_auto/assets/sprite.png') 45px 0;
    left: 0;
    height: 14px;
    top: 7px
}

.featured .listed-in .top-menu-1 li a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 400;
    text-transform: capitalize
}

.sprite-img-cus {
    position: absolute;
    height: 23px;
    cursor: pointer
}

.listing-detail{
    background: #181818;
    border: 1px solid #373737;
    box-shadow: 1px 1px 16px 0 rgb(0 0 0 / 16%);
    border-style: solid;
}

.featured .listed-in .top-menu-1 li a:hover {
    color: #ed152b
}

@media only screen and (max-width:425px) {
    .featured .listed-in .top-menu-1 li {
        width: 98%;
        padding: 4px 7px;
        margin-left: 2%;
        margin-bottom: 6px
    }

    .featured .listed-in .top-menu-1 li a {
        font-size: 12px
    }

    .pgHeading {
        font-size: 23px;
        margin-bottom: 1.2rem
    }

    .mob-cusp {
        margin: 2.7rem 0 .8rem 0
    }

    .pgHeading:after {
        width: 4rem
    }
}


/* section 11 */
.section {
    background-color: transparent;
    background-image: linear-gradient(90deg, #111 0, #222 100%)
}

@media only screen and (min-width:1024px) {
    .section .row {
        padding: 1.5rem !important
    }
}

/* rightside box css  */
.type {
    width: 100%;
    padding-bottom: 20px;
    float: left;
    height: auto;
    background-color: #000;
    border: solid 1px #eef4d4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.hdtype {
    width: 100%;
    height: auto;
    font-size: 18px;
    float: left;
    background-color: #eef4d4b8;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 25px
}

.alltype {
    width: 92%;
    float: left;
    height: auto;
    margin-left: 4%;
    margin-right: 4%
}

.alltype ul {
    margin: 0;
    padding: 0
}

.alltype ul li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    line-height: 41px;
    background-image: url('https://escortservicebangalore.net/assets/images/colorarrow.png');
    background-repeat: no-repeat
}

.alltype ul li a {
    margin: 0 0 6px 0;
    padding: 0 0 0 0px;
    list-style: none;
    line-height: 41px;
    color: #fff;
    text-decoration: none;
    line-height: 35px
}

.alltype ul li a:hover {
    margin: 0 0 6px 0;
    padding: 0 0 0 0px;
    list-style: none;
    line-height: 41px;
    color: #f4b50b;
    text-decoration: none;
    line-height: 35px
}

@media only screen and (min-width:320px) and (max-width:360px) {
    .type {
        width: 90%
    }
}

@media only screen and (min-width:375px) and (max-width:414px) {
    .type {
        width: 100%
    }
}

@media only screen and (min-width:420px) and (max-width:480px) {
    .type {
        width: 100%
    }
}

@media only screen and (min-width:520px) and (max-width:640px) {
    .alltype ul li a {
        font-size: 14px
    }

    .type {
        width: 100%
    }
}

@media(min-width:665px) and (max-width:768px) {
    .type {
        width: 100%
    }

    .alltype ul li a {
        font-size: 15px
    }
}

@media only screen and (min-width:1020px) and (max-width:1180px) {
    .type {
        width: 100%
    }

    .alltype ul li a {
        font-size: 15px
    }
}

@media only screen and (min-width:800px) and (max-width:996px) {
    .type {
        width: 100%
    }

    .alltype ul li a {
        font-size: 15px
    }
}

/* ring css  */
.mid-list {
    background: linear-gradient(to right, #121212 0, #2b2b2b 50%, #121212 100%);
    padding: 10px
}

.list_one {
    display: flex;
    align-items: center;
    align-content: center
}

.list_one p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 13px #d952dd;
    font-weight: 700;
    padding: 6px
}

.list_one img {
    height: 3rem;
    width: 3rem
}
/* section 13  */
.cust-des {
    padding: 3px
}

.cust-des h2,
.section h2,
.frgn-bg h2 {
    font-size: 1.6em;
    text-align: left !important
}

.cust-des img {
    padding: 3px;
    border-radius: 5px
}

.cust-des .read-more {
    text-decoration: none;
    color: #c49b6b;
    font-size: 16px;
    padding: 5px
}

@media only screen and (max-width:425px) {
    .flow-flex {
        flex-flow: column-reverse
    }
}


/* gallery card css  */
.callnow a i {
    font-size: 12px;
    margin-left: 2px
}

.booknow-text {
    color: #fefefe;
    font-size: 12px;
}

.vipphone {
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 72%;
    font-weight: 500;
    font-family: open sans, Arial
}

.profile_stuff {
    text-transform: capitalize
}

.vippricenew {
    width: 25%;
    float: right;
    display: inline-block;
    border-left: 1px #e2e2e261 solid;
    text-align: right;
    font-family: open sans, Arial
}

@media only screen and (max-width:500px) {
    .vippricenew {
        width: 26%
    }

    .vipphone {
        width: 68%
    }
}

.price-blue-nr {
    color: #f36;
    font-weight: 600;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center
}

.callnow {
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    font-size: 1.1em
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
}

@media only screen and (max-width:1030px) and (min-width:765px) {
    .bluebubbles span:nth-child(3) {
        display: none
    }

    .vippricenew {
        width: 25%
    }
}

-photos .main-photo {
    width: 47%;
    float: left;
    display: inline;
    height: 560px
}

.backend_action_separator {
    border-bottom: 1px solid #e2e2e261;
    margin-bottom: 5px;
    clear: both
}

.bluebubbles span {
    background: #feb92f;
    padding: 3px 7px;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    margin: 5px 4px 1px 0;
    font-size: 12px;
    font-weight: 600
}

@media only screen and (max-width:500px) {
    .bluebubbles span {
        padding: 1px 4px;
        border-radius: 2px;
        margin: 3px 2px 3px 0;
        font-size: 10px
    }

    .price-blue-nr {
        font-size: .8em !important
    }

    .tag-holder span {
        font-size: .8em;
        padding: 0 8px;
        margin-right: 9px;
        margin-top: 2px;
        margin-bottom: 11px
    }

    .textstyle {
        font-size: 16px;
        padding: 2% 0 0 3%
    }

    .listing-basicinfo {
        padding: .3rem;
        margin-bottom: -18px !important;
    }

    .available-tag {
        font-size: 10px
    }

    .profile_stuff {
        font-size: 11px !important;
        line-height: 1.2
    }

    .vipphone,
    .vippricenew {
        font-size: .8rem;
        font-weight: 400 !important
    }

    .callnow {
        font-size: .3rem
    }

    .booknow-text {
        display: none
    }

    .callnow a i {
        margin-left: 1em;
    }
}
@media only screen and (max-width: 311px){
.listing-basicinfo {
    padding: 0.3rem;
    margin-bottom: -24px !important;
}
}
@media(max-width:360px){
    .wapper {
        width:100%;
    }
}

@media only screen and (max-width: 362px){
    .vippricenew {
        width: 32%;
    }
    }
    @media only screen and (max-width:390px) and (min-width:320px){
        .bootaminfo {
            width: 55%;
        }

    }
  

    @media(max-width:502px){
        .cast-wrapper2 {
            width: 100%;
            box-sizing: border-box;
            padding: 1%;
            text-align: center;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 13px;
            justify-content: space-around;
        }

    }
    @media only screen and (max-width: 315px){
        .vippricenew {
            width: 42%;
        }
        }
        @media only screen and (max-width: 315px){
        .vipphone {
            width: 50%;
        }
        }
       @media(max-width:575px){
        #vip-model{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap:13px;
        }
       }
       @media(max-width:575px){
        .columns:before{
            content: none;
        }
       }
@media only screen and (max-width:424px) {
    .available-tag {
        font-size: 8px !important;
    }

    .textstyle {
        font-size: 14px !important;
    }

    .bluebubbles span {
        font-size: 8px !important;
    }

    .vipphone,
    .vippricenew {
        font-size: .7rem !important;
    }
}



.collapse:not(.show) {
    display: none;
}
.toggle-cls {
    display: block !important;
}