/* header  */
@import 'https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';

:root {
    --c1: #c06;
    --c2: #ffc107;
    --green: #3fc250;

}

body {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    background-color: #000;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

h2.main-heading {
    padding-top: 15px;
}

html {
    scroll-behavior: smooth
}

a {
    transition: all .5s ease-in 0s;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #f3a806;
    text-decoration: underline;
}

.p-text {
    color: #f3a806;
}

a:focus,
a:active,
a {
    border: 0;
    outline: none
}

strong {
    color: var(--c2)
}

img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}
.btn-white{
  background-color: white;
  color: black; 
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 30px;
}
.text-dec-none:hover {
    text-decoration: none;
    color: var(--c2);
}

.text-bold:hover {
    font-weight: 600;
}

.h4-color {
    color: #f8e74c !important;
}

.h5-color {
    color: #d3bf08 !important;
    text-align: center;
}

.h6-color {
    color: #f8e74c !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(248 231 76);
}

* {
    box-sizing: border-box
}
.image-container {
    position: relative;
    display: inline-block;
  }
  
  .mobile-number {
    position: absolute;
    bottom: 1px;
    right: 55px;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.grid-1280 {
    display: table;
    width: 100%;
    margin: auto
}

.main-heading {
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase
}
.banner-img{
    display: flex;
    justify-content: center;
}
.main-heading span {
    display: block;
    font-size: 21px;
    font-weight: 900
}

.card-text{
    color:#000;
    /* text-align: justify; */
    font-size: 16px;
    margin-bottom: 0px;
}
.card-title{
    color: red;
    font-weight: 600;
}
.card{
    outline: #cc0066;
    border: 5px solid #cc0066;
    border-radius: 20px;
    padding: 20px 10px;
    margin: 20px 0px;
}

.h2_resize{
    font-size:20px !important;
}
@media screen and (max-width: 1200px) {
    .main-heading {
        font-size: 42px
    }

    .main-heading span {
        font-size: 30px
    }
}

@media screen and (max-width: 425px) {
    .main-heading {
        font-size: 36px
    }

    .main-heading span {
        font-size: 22px
    }
}

@media screen and (max-width: 370px) {
    .main-heading {
        font-size: 30px
    }

    .main-heading span {
        font-size: 20px
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    display: table;
    height: 120px;
    transition: all .5s ease-in 0s
}

.timings {
    width: 33%;
    float: left;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    transition: all .5s ease-in 0s
}

.timings img {
    float: left;
    margin-right: 10px
}

.logo {
    width: 33%;
    float: left;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-in 0s
}

.logo a {
    color: #ef2b7c;
    font-size: 60px;
    line-height: 70px;
    font-weight: 200;
    text-transform: uppercase;
    transition: all .5s ease-in 0s;
    text-decoration: none;
}

.logo a strong {
    font-weight: 800;
    transition: all .5s ease-in 0s
}

.logo-bar {
    display: table;
    width: 100%;
    border-bottom: 1px solid #444;
    transition: all .5s ease-in 0s
}

.top-phone {
    width: 300px;
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    transition: all .5s ease-in 0s;
    font-size: 16px;
    line-height: 47px

}

.top-phone a {
    color: #fff;
    font-size: 10px;
    line-height: 23px
}

.top-phone span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px
}

.top-navigation {
    width: 100%;
    text-align: center
}

.top-navigation div {
    border-left: 1px solid #555
}

.top-navigation a {
    display: inline-block;
    float: left;
    color: #fff;
    border-top: 3px solid #000;
    border-right: 1px solid #555;
    text-transform: uppercase;
    width: 12.4%;
    font-size: 14px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: 2px;
    min-width: 46px;
    text-decoration: none;
}

.top-navigation a:hover {
    background-color: #ef2b7c;
    border-top: 3px solid #ef2b7c
}

.top-navigation .active,
.top-navigation .active:hover {
    font-weight: 600;
    border-bottom: 3px solid #ef2b7c;
    border-top: 0 solid #000;
    background-color: #000
}

.responsive-menu-icon {
    display: none
}

.responsive-menu-icon {
    display: block;
    cursor: pointer;
    background-color: #ef2b7c;
    width: 52px;
    height: 52px;
    position: fixed;
    right: 0;
    top: 0;
    padding: 14px;
    box-sizing: border-box;
    z-index: 10000;
    display: none
}

.bar1,
.bar2,
.bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px)
}
@media(max-width:890px){
#relief-heading{
    margin-top:90px;
}}
@media(max-width:768px){
    #relief-heading{
        margin-top:0px;
    }}
@media(max-width:453px){
    #relief-heading{
        margin-top:36px;
    }}
    @media(max-width:441px){
        #relief-heading{
            margin-top:50px;
        }}
@media(max-width:425px){
    #relief-heading{
        margin-top:-15px;
    }}

@media(max-width:340px){
    #relief-heading{
        margin-top:20px;
    }}
@media(max-width:319px){
    #relief-heading{
        margin-top:50px;
    }}

.phone-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/combine-image.png);
    background-position: -40px 0;
    background-repeat: no-repeat
}

.sms-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/combine-image.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.whatsapp-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/combine-image.png);
    background-position: -80px 0;
    background-repeat: no-repeat
}

.top-phone a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-decoration: none;
    margin-top: 8px
}

@media all and (max-width: 1349px) {
    .grid-1280 {
        width: 1170px
    }

    .logo a {
        font-size: 50px
    }
}

@media all and (max-width: 1239px) {
    .grid-1280 {
        width: 920px
    }

    .top-navigation a {
        letter-spacing: 1px;
        font-size: 12px
    }

    .logo a {
        font-size: 35px
    }
}

@media all and (max-width: 979px) {
    .grid-1280 {
        width: 720px
    }

    .timings {
        display: none
    }

    .logo {
        width: auto;
        text-align: left
    }

    .top-navigation {
        display: none
    }

    .top-phone {
        margin-top: 1px
    }

    .logo a {
        line-height: 50px
    }

    header,
    header {
        height: 52px;
        background-color: #000
    }

    .logo-bar {
        border-bottom: 0;
        box-shadow: 0px 1px 5px 0px #fff !important;
        padding-bottom: 3px !important;
    }

    .top-navigation {
        top: 53px
    }

    .top-phone {
        margin-right: 67px
    }

    .responsive-menu-icon {
        display: block
    }

    .top-navigation {
        width: 100%;
        position: fixed;
        left: 0;
        display: table;
        height: auto;
        background-color: #000;
        display: none
    }

    .top-navigation .grid-1280 {
        width: 100%
    }

    .top-navigation a {
        width: 100%;
        border-bottom: 1px solid #333;
        text-align: left;
        padding-left: 20px;
        line-height: 40px;
        font-size: 14px
    }

    .top-navigation .active,
    .top-navigation .active:hover {
        border-bottom: 0 solid #ef2b7c;
        border-left: 3px solid #ef2b7c;
        border-bottom: 1px solid #333
    }

    .top-phone {
        margin-top: 3px
    }

    header .top-phone {
        margin-top: 3px;
        margin-right: 70px;
    }
}

@media all and (max-width: 767px) {
    .grid-1280 {
        width: 600px
    }

    body {
        font-size: 14px
    }

    .top-phone {
        margin-right: 40px
    }

    .top-navigation a {
        width: 50%
    }

    body {
        font-size: 14px;
        line-height: 26px
    }
}

@media all and (max-width: 639px) {
    .grid-1280 {
        width: 440px
    }

    header .top-phone span,
    header .top-phone a {
        font-size: 0
    }

    header .top-phone {
        margin-right: 40px;
        width: 120px;
        margin-top: 5px;
        margin-right: 30px
    }

    header .top-phone a {
        display: block;
        height: 45px
    }

    header .top-phone {
        margin-top: 3px
    }

    header .top-phone {
        margin: 0;
        margin-top: 3px;
        text-align: center;
        width: 92% !important;
        border-top: 1px solid #333;
        float: none;
        padding: 0;
        padding-top: 5px;
        font-size: 24px;
        line-height: 20px
    }

    header .top-phone a {
        display: inline-block;
        height: 25px
    }

    header .grid-1280 {
        width: 100%
    }

    .logo {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    header {
        border-bottom: 1px solid #444
    }

    header,
    header {
        height: 99px;
        background-color: #000
    }

    .logo a {
        line-height: 50px;
        margin-left: 104px
    }

    .top-phone span {
        line-height: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 12px;
        margin-top: 1px
    }

    .top-phone span {
        display: inline-block
    }

    header .top-phone span,
    header .top-phone a {
        font-size: 16px;
    letter-spacing: 1.7px;
    line-height: 27px;
    }

    header .top-phone {
        padding-left: 30px !important;
        line-height: 16px !important;
        padding-top: 7px !important
    }

    header .top-phone span {
        display: block
    }

    header .top-phone {
        line-height: 30px !important;
        padding: 7px 0 0 30px !important
    }

    .logo a {
        margin-left: 0
    }
}

@media all and (max-width: 479px) {

    .grid-1280 {
        width: 320px
    }

    .logo a {
        font-size: 28px
    }

    .top-navigation a {
        width: 100%
    }

    header .top-phone {
        width: 85px
    }

    .logo {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .logo a {
        font-size: 28px;
        display: block;
        margin-top: 5px;
        line-height: 44px
    }

    .logo a {
        margin-left: 0
    }

    .top-phone span {
        line-height: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 20px;
        margin-top: 1px
    }

    .top-phone span {
        display: inline-block
    }

    header .top-phone span,
    header .top-phone a {
        font-size: 15px;
        letter-spacing: 1.7px;
        line-height: 15px
    }

    header .top-phone {
        line-height: 30px !important;
        padding: 10px 11px 0 !important;
        text-align: center;
        width: 100% !important
    }

    header .top-phone a {
        float: none
    }

    header .top-phone {
        width: 100% !important
    }

    header .top-phone a {
        margin-top: -1px
    }

    header .top-phone span {
        line-height: 20px
    }
}

@media all and (max-width: 359px) {
    .grid-1280 {
        width: 290px
    }

    .logo a {
        font-size: 22px;
        padding-top: 5px;
        display: inline-block
    }

    header .top-phone {
        width: 90px
    }

    header .logo a {
        line-height: 44px
    }

    .logo a {
        margin-top: 0
    }

    .top-phone a {
        margin-right: 10px
    }
}

/* responsive menu icon */

.responsive-menu-icon {
    display: none;
}


@media (max-width: 979px) {
    .responsive-menu-icon {
        display: block;
    }

    .top-navigation .active,
    .top-navigation .active:hover {
        border-bottom: 0 solid #ef2b7c;
        border-left: 3px solid #ef2b7c;
        border-bottom: 1px solid #333
    }
}


/* header  */

/* Gallery style 1  */

.new_tag {
    text-align: center
}

.gridBox figcaption:after,
.gridBox li a:before {
    content: ''
}



ul {
    margin-bottom: 20px;
    padding-left: 25px
}

li {
    margin-bottom: 5px
}

:focus {
    outline: 0
}

a {
    color: var(--c2);

}

/* .homepage .gridBox {
    padding-left: 10px;
    padding-right: 10px
} */

.gridBox ul {
    list-style: none;
    padding-left: 0
}

.gridBox img {
    min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto
}

.gridBox img {
    position: absolute;
    max-height: 130%;
    max-width: initial;
    width: auto !important;
    height: auto !important
}

.gridBox li,
.gridBox li a {
    position: relative;
    overflow: hidden
}

.gridBox {
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    margin: 0 auto
}

.gridBox li {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
    float: left;
    border-radius: 5px;
    background: #010101
}

.gridBox li a {
    width: 100%;
    height: 400px;
    display: block;
    border: 3px solid #282828
}

.gridBox li a:before {
    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, .1) 87%, rgba(0, 0, 0, .4) 85%, #000 100%)
}

.gridBox li p {
    z-index: 3;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #f11181;
    text-transform: uppercase;
    text-align: center
}
/* .gridBox li p span{
    position: relative;
    top: 25px;
    color: #ffc107;
    font-weight: normal;
} */

.gridBox figcaption:after {
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    position: absolute;
    background: url(../images/big-star.png) left top/100% no-repeat
}

.new_home_banner_profile {
    background: #c06
}

.new_tag {
    font-size: 11px !important;
    line-height: 15px;
    color: #fff;
    background: #282828;
    padding: 4px 0 2px;
    animation: 2s linear infinite blinker;
    margin-bottom: 0
}

.vip_tag {
    background: gold;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    padding: 10px;
    border-bottom-left-radius: 10px
}

@keyframes blinker {
    50% {
        color: #c99855
    }
}

.new_home_banner_profile {
    z-index: 1;
    position: absolute;
    background: red;
    border-bottom-right-radius: 10px;
    padding: 10px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(245, 221, 66, 0);
    box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, 0);
    opacity: 1;
    animation: 2s linear infinite pornstar_anim
}

@keyframes pornstar_anim {
    50% {
        text-shadow: 0 0 5px rgba(245, 221, 66, .9);
        opacity: .8;
        box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, .9)
    }
}

@media only screen and (max-width:1449px) {
    .gridBox li a {
        height: 400px
    }
}

@media only screen and (max-width:1320px) {
    .gridBox li a {
        height: 300px
    }

    .gridBox li p {
        bottom: -5px
    }
}

@media only screen and (max-width:1199px) {
    .gridBox li:before {
        font-size: 68px
    }
}

@media only screen and (max-width:1020px) {
    .gridBox li {
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width:820px) {
    .gridBox li {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width:767px) {
    .gridBox li:before {
        font-size: 63px
    }

    .gridBox figcaption:after {
        width: 20px;
        height: 20px;
        right: 5px;
        background-size: 100%
    }
}

@media only screen and (max-width:620px) {
    .gridBox li {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width:440px) {
    .gridBox li a {
        height: 270px
    }

    .gridBox li {
        width: calc(50% - 12px);
        margin: 0 6px 10px
    }

    .gridBox li figcaption {
        bottom: 7px;
        font-size: 13px;
        line-height: 16px
    }
}

@media only screen and (max-width:360px) {
    .gridBox li a {
        height: 240px
    }
}

.header-gap {
    height: 100px;
    background-color: #000
}

@media all and (max-width:979px) {
    .header-gap {
        height: 52px;
    }
}


@media all and (max-width:639px) {
    .header-gap {
        height: 99px;
    }
}

.profiles_home_h3 {
    color: #fff;
    background: #000;
    font-size: 20px;
    line-height: 28px;
    padding: 30px 10px;
    text-align: center;
}

.pink {
    color: #eb1580;
}

#contentCntr {
    width: 100%;
    background: #000;
}

.lazy-load-bg {
    width: 100%;
    height: 40vh;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fade-in 0.5s ease-in-out;
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/* call & whatsapp btn */


/* img {
    display: block;
    max-width: 100%;
    border: 0
} */

.small_icon_cls {
    display: inline;
    max-width: 15px
}

:focus {
    outline: 0
}


.primary_button {
    padding: 12px 28px;
    border-radius: 70px;
    font-size: 16px;
    color: #fff;
    background: #c06;
    border: 1px solid #c06;
    text-decoration: none
}

.primary_button2 {
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    background: #c06;
    border: 1px solid #c06;
    text-decoration: none;
    height: 134px;
    width: 136px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.primary_button:hover {
    border-color: #fff;
    text-shadow: 0 0 3px #000
}

.primary_button2:hover {
    border-color: #fff;
    text-shadow: 0 0 3px #000
}

.hero_banner_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
}

.buttons_banner_margin {
    /* margin: 50px auto */
}

@media only screen and (max-width: 620px) {
    .hero_banner_buttons {
        gap: 15px
    }

    .hero_banner_buttons a {
        padding: 0px 12px;
        font-size: 13px
    }

    /* .banner_buttons_between_girls {
        display: none
    } */
}


/* search box */

.search-area {
    display: table;
    width: 100%;
    background-color: #000;
    padding: 25px 0 18px;
    border-top: 1px solid #444;
}

@media (max-width: 979px) {
    .search-area {
        padding: 15px 0;
    }
}

.select {
    position: relative;
    display: block;
    width: 15.8%;
    height: 35px;
    line-height: 0;
    overflow: hidden;
    border-radius: 0;
    float: left;
    margin: 0 5px 10px;
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 0.5em;
    color: #fff;
    cursor: pointer;

    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;

    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #666 !important;
    background: #000;
    background-image: none;
}

.select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    pointer-events: none;
    background-image: url(../images/combine-image.png);
    background-repeat: no-repeat;
    background-position: 0 -190px;
    width: 13px;
    height: 8px;
    margin: 15px 10px;
}


/* background-position: 24px -322px;
    width: 128px;
    height: 78px;
    margin: 53px 7px; */
.search-name-field,
.select,
select {
    width: 250px;
}

@media (max-width: 639px) {

    .search-name-field,
    .select,
    select {
        font-size: 12px;
        width: 100%;
    }
}


/* dropdown */

.dropdown-arrow {
    position: absolute;
    left: 46%;
    top: 26%;
}

.dropdown-arrow2 {
    position: absolute;
    left: 46%;
    top: 26%;
}


/* textbox */

.textBox,
.textBox h3 {
    position: relative
}

.textBox p {
    /* text-align: justify */
}



a {
    text-decoration: underline;
}





.secondary_button {
    padding: 12px 28px;
    border-radius: 70px;
    font-size: 16px;
    color: #fff;
    background: #c06;
    border: 1px solid #c06;
    text-decoration: none
}

.secondary_button {
    background: #333232;
    border: 1px solid #333232
}

.secondary_button:hover {
    border-color: #fff;
    text-shadow: 0 0 3px #000
}

h2,
h3 {
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}




.textBox {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: url(../images/right-arrow.png) right center no-repeat #c06
}

.inner_container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 50px 60px
}
.inner_container p{
    /* text-align: justify; */
}
.inner_container a{
    text-decoration: none;
}
.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width:767px) {
    .inner_container {
        padding: 40px
    }
}

@media only screen and (max-width:620px) {
    .inner_container {
        padding: 30px
    }
}

@media only screen and (max-width:520px) {
    .inner_container {
        padding: 30px 20px
    }
}

@media only screen and (max-width:479px) {
    .textBox h3 {
        font-size: 16px
    }
}

/* textbox 2 */


 



.primary_button {
    padding: 0px 20px;
    border-radius: 70px;
    font-size: 16px;
    color: #fff;
    background: #c06;
    border: 1px solid #c06;
    text-decoration: none
}

.primary_button:hover {
    border-color: #fff;
    text-shadow: 0 0 3px #000
}




.inner_container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 50px 60px
}

.textBox.alternate {
    background: url(../images/left-arrow.png) left center no-repeat;
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width:767px) {
    .inner_container {
        padding: 40px
    }
}

@media only screen and (max-width:620px) {
    .inner_container {
        padding: 30px
    }
}

@media only screen and (max-width:520px) {
    .inner_container {
        padding: 30px 20px
    }
}

@media only screen and (max-width:479px) {
    .textBox h3 {
        font-size: 16px
    }
}

/* textbox 5*/



.show_more_container.enlarged .see_more_content,
.show_more_container.enlarged .show_more_dots,
.show_more_container.enlarged .show_more_text:after {
    display: none
}

h3 {
    margin-top: 20px
}





.textBox_show_more {
    background: #c06
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

.show_more_text {
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.show_more_text:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #c06 100%)
}

.see_more_content,
.show_more_container.enlarged .see_less_content {
    display: table;
    margin: 10px auto 0
}

.see_less_content {
    margin-top: 30px;
    display: none
}

.see_more_content img {
    position: relative;
    top: 1px
}

.see_less_content img {
    position: relative;
    top: 3px
}

.show_more_dots {
    font-size: 30px;
    color: #fff
}

.show_more_container.enlarged .show_more_text {
    max-height: initial
}

button {
    border: 0;
    cursor: pointer
}


/* footer */



footer {
    display: block
}


.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:after,
.w-container:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }
}


.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: flex-start;
    background-color: #fff;
    text-align: center
}

.footer-flex-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
    text-align: left
}

.footer-heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--c1);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.footer-link {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: color .2s;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none
}

.footer-link:hover {
    color: var(--c1);
    text-decoration: underline
}

.link-block {
    padding-bottom: 10px
}

.text-block {
    color: #66696d;
    font-size: 16px
}

.link-block-4,
.link-block-5,
.link-block-6,
.link-block-8 {
    max-width: 80px;
    margin-right: 10px;
    margin-left: 10px;
}

.social-media-footer-div {
    display: flex;
    margin-bottom: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.div-block-60,
.div-block-61,
.div-block-62 {
    font-size: 18px
}

.social-icons {
    border-radius: 100px;
    width: 40px;
}

.we-re-hiring-footer {
    margin-left: 6px;
    padding: 0 8px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #ed3833, #ed3833);
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.with-love-from {
    margin-top: 7px;
    color: var(--c1);
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 991px) {

    .footer {
        padding-right: 20px;
        padding-left: 20px
    }

    .footer-flex-container {
        color: #fff
    }
}

@media screen and (max-width: 767px) {

    .footer {
        padding: 20px
    }

    .footer-flex-container {
        flex-direction: column
    }

    .link-block-4 {
        max-width: 40px
    }

    .link-block-5,
    .link-block-6,
    .link-block-8 {
        max-width: 40px
    }

    .list-3 {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 479px) {
    li {
        font-size: 16px;
        line-height: 24px
    }

    .footer {
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
        text-align: left
    }

    .footer-flex-container {
        flex-direction: column
    }

    .footer-heading-2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .footer-link {
        margin-bottom: 8px;
        transition: color .2s;
        font-size: 16px
    }

    .footer-link:active,
    .footer-link:hover {
        color: #ed3833
    }

    .social-media-footer-div {
        margin-bottom: 20px
    }

    .footer-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .we-re-hiring-footer {
        font-size: 13px
    }

    .list-3 {
        margin-bottom: 0
    }
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ef2b7c;
    padding: 0;
    text-align: center;
    margin: 0;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-radius: 50px;
}

.scroll a {
    padding: 0px 10px 0;
    display: flex;
    color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}




/* category-boxes */

/* section 3  */
.escort-det-three-img {
    background-image: url('https://res.cloudinary.com/sonalikapor/image/upload/f_auto,w_auto/assets/images/escorts-background-new3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    background-position-x: center;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .escort-det-img {
        height: 98vh !important;
        background-position: bottom;
        background-size: auto;
    }

    .escort-det-three-img {
        height: 125vh !important;
    }
}

@media only screen and (max-width: 425px) {
    .escort-det-three-img {
        height: 145vh !important;
    }
}


/* section 4 */

section.analitical-sec {
    background-color: #00000038;
}

.first-sec-cover {
    margin-top: 50px;
}

.img-sec {
    margin-top: 50px;
}

.main-heading-text {
    margin-bottom: 27px;
}

h2.heading-text {
    font-weight: 700;
    font-size: 37px;
}

.contant-text {
    font-size: 22px;
    margin-bottom: 30px;
}
.contant-text p{
    /* text-align: justify; */
}
.contant-text p strong a{
    text-decoration: none;
}
.contant-text p strong a:hover{
    color: #c06;
    transition: 0s;
}
ul.all-info-items li {
    list-style: none;
}

.ovh {
    display: inline-block;
    padding: 6px;
    color: #fff;
}

i.fa-solid.fa-check {
    color: #ef0808;
}

.crumina-module.list {
    margin-bottom: 46px;
}

a.quote-btn {
    text-decoration: none;
    background-color: var(--green);
    color: #000;
    padding: 16px 25px;
    border-radius: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-sec {
    margin-bottom: 30px;
}

.semicircle {
    display: block;
    position: absolute;
    top: -4px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.btn-sec {
    position: relative;
}

.book-btn {
    background: linear-gradient(1deg, #ff0069, #e19f9f);
}

.heading-decoration {
    position: relative;
    margin-top: 10px;
    color: #0000ff;
}

.heading-decoration>span {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: width .4s linear;
    border-top: 3px solid;
}

.crumina-heading {
    position: relative;
}

.crumina-heading .title-text-wrap {
    position: relative;
    z-index: 5;
}

.crumina-heading .title-text-wrap>* {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.crumina-heading:hover .first {
    width: 0;
    animation: move-short 1.5s infinite linear;
}

@keyframes move-short {
    100% {
        width: 140px;
        margin-right: 0;
    }
}

.crumina-heading:hover .second {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear;
}

@keyframes move {
    100% {
        width: 0;
    }
}

.crumina-heading>*:last-child {
    margin-bottom: 0;
}

.crumina-heading>*:first-child {
    margin-top: 0;
}

.heading-title {
    margin-bottom: 10px;
}

.heading-decoration {
    position: relative;
    margin-top: 10px;
    color: #1ba3a0;
}

.heading-decoration>span {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: width .4s linear;
    border-top: 3px solid;
}

.heading-decoration .first {
    width: 30px;
}

.heading-decoration .second {
    width: 100px;
}

.heading-decoration.crumina-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

@media screen and (max-width:575px) {
    h2.heading-text {
        font-size: 23px;
        font-weight: 900;
    }

    .contant-text {
        font-size: 17px;
    }

    ul.all-info-items {
        margin-left: -34px;
    }

    .ovh {
        font-size: 14px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    h2.heading-text {
        font-size: 41px !important;
        font-weight: 900;
    }

    .contant-text {
        font-size: 20px;
    }

    ul.all-info-items {
        margin-left: -30px;
    }

    .ovh {
        font-size: 17px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    h2.heading-text {
        font-size: 27px !important;
        font-weight: 900;
    }

    .contant-text {
        font-size: 20px;
    }

    ul.all-info-items {
        margin-left: -30px;
    }

    .ovh {
        font-size: 16px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    h2.heading-text {
        font-size: 35px !important;
        font-weight: 900;
    }

    .contant-text {
        font-size: 20px;
    }

    ul.all-info-items {
        margin-left: -30px;
    }

    .ovh {
        font-size: 16px;
    }
}

@media(min-width:1200px) and (max-width:1440px) {
    h2.heading-text {
        font-size: 34px !important;
        font-weight: 900;
    }

    .contant-text {
        font-size: 20px;
    }

    ul.all-info-items {
        margin-left: -30px;
    }

    .ovh {
        font-size: 18px;
    }

}

@media(min-width:364px) and (max-width:574px) {
    h2.heading-text {
        font-size: 29px !important;
        font-weight: 900;
    }

    .ovh {
        font-size: 15px;
    }
}

/* check icon */
.gg-check {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    color: aliceblue;
}

.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

/* zig zag layout */

.img-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.img-block img {
    max-width: 70%;
    max-height: 15%;
    float: left;
}

.text-block {
    font-size: 20px;
    padding-left: 20px;
    float: left;
}

/* section 6 */


#block_282 {
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 17px;
    background: #fff;
}

#block_282 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_282 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}




#block_282 .text-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 377.773px;
    margin-left: 18px;
}

#block_282 .text-block__image img {
    max-width: 377.773px;
    transform: rotate(0deg);
    filter: brightness(110%) contrast(129%) saturate(100%) blur(0px) hue-rotate(0deg);
}

#block_282 .text-block__description {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 768px) {
    #block_282 .text-block__image {
        margin: 0 auto;
    }

    #block_282 .text-block__description {
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    #block_282 .text-block__image img {
        max-width: 100%;
    }
}

.followers_box {
    background-image: url('https://res.cloudinary.com/isabasu/image/upload/f_auto,w_800/imgs/isabasu-bg.webp');
    background-size: cover;
    background-position-x: left;
    width: 100%
}

.followers_heading {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1em
}

.followers_para {
    color: #fff
}

.followers_anchor {
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px 40px 20px;
}

.social_box_anchor {
    fill: #fff;
    color: #fff;
    border-color: #fff
}

.social_box_anchor:hover {
    color: #fff
}

.font_icon {
    font-size: 3em
}

.social_box_heading {
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 900
}

.social_box_small {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.socia_big_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 80px 0
}

.social_box_blue {
    background-color: #4676ed;
    padding: 10px;
    border-radius: 5px
}

.social_box_insta {
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    background-image: linear-gradient(210deg, #ff0808 0, #f97f23 100%);
}

.social_box_youtube {
    padding: 10px;
    border-radius: 5px;
    background-color: #da0000
}

.social_box_tiktok {
    padding: 10px;
    border-radius: 5px;
    background-color: #ff0084
}

.social_box_linkedin {
    padding: 10px;
    border-radius: 5px;
    background-color: #44a4ad
}

.social_box_twitter {
    padding: 10px;
    border-radius: 5px;
    background-color: #5a99ec
}

.social_box_mail {
    padding: 10px;
    border-radius: 5px;
    background-color: #fca200
}

.social_box_google {
    padding: 10px;
    border-radius: 5px;
    background-color: #8e00ff
}

.social_box_other {
    padding: 10px;
    border-radius: 5px;
    background-color: #1906ff
}

@media(max-width:425px) {
    .socia_big_box {
        grid-gap: 8px;
        grid-template-columns: 1fr 1fr;
        overflow-x: hidden
    }
}

@media(max-width:320px) {
    .socia_big_box {
        grid-gap: 5px;
        grid-template-columns: 1fr 1fr;
        overflow-x: hidden
    }

    .social_box_heading {
        font-size: 21px
    }
}

.followers_heading {
    margin-top: 20px
}

.social_row {
    background-color: #0006
}

.f19 {
    line-height: 2.2em;
}

.f20 {
    line-height: 1.8em;
}

.text-block-with-image {
    z-index: 1;
    position: relative;
}

.bra-anim {
    position: relative;
    background: url('https://res.cloudinary.com/sonalikapor/image/upload/f_auto,w_auto/assets/images/girl-h.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 460px;
    width: 290px;
    margin: 0 auto;
}

.bra-girl {
    position: absolute;
    top: 0;
    left: 0;
}

.bra {
    position: absolute;
    right: 46px;
    top: 122px;
    width: 85px;
    z-index: -1;
}

.swing-animation {
    webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, 10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}


/* contact page */

.inside-banner {
    width: 100%;
    height: 200px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-banner h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 200px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
}

@media(max-width:352px) {
    .inside-banner h1 {
        line-height: 79px;
    }
}

.grid-1280 {
    display: table;
    width: 1280px;
    margin: auto
}

.timings {
    width: 33%;
    float: left;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    transition: all .5s ease-in 0s
}

.timings img {
    float: left;
    margin-right: 10px
}

.top-phone {
    width: 300px;
    float: right;
    display: flex;
    text-align: right;
    margin-top: 10px;
    transition: all .5s ease-in 0s;
    font-size: 22px;
    line-height: 47px
}

.top-phone a {
    color: #fff;
    font-size: 23px;
    line-height: 23px
}

.top-phone img {
    float: left;
    margin-right: 7px;
    margin-top: 8px
}

.recruitment {
    padding: 50px 0;
    display: table;
    width: 100%
}

.recruitment-left-column {
    width: 68%;
    float: left;
}

.recruitment-left-column p {
    /* text-align: justify */
}

.recruitment-right-column {
    width: 30%;
    float: right;
    border: 2px solid #ef2b7c;
    padding: 20px
}

.recruitment h2 {
    color: #ef2b7c;
    font-size: 30px;
    margin-top: 0
}

.recruitment h4 {
    color: #ef2b7c;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0
}

.fullsize-textbox {
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #f9f9f9;
    color: #666;
}

label {
    font-size: 12px;
    display: table
}

.submit-button {
    background-color: #ef2b7c;
    border: 0;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .5s ease-in 0s;
    border-radius: 30px
}

.submit-button:hover {
    background-color: #000
}

.recruitment .top-phone {
    color: #000;
    float: left;
    clear: right;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 300px
}

.recruitment .top-phone a {
    color: #000;
    font-size: 28px;
    line-height: 46px
}

.recruitment .timings {
    display: inline-block;
    width: 300px;
    margin-top: 30px
}

.contact-pic {
    float: left;
    margin-right: 30px
}

.top-phone a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 8px
}

.wpcf7 textarea.fullsize-textbox {
    height: 100px;
    resize: vertical
}

/* custom responsive of contact page */

@media all and (max-width: 1349px) {
    .grid-1280 {
        width: 1170px
    }
}

@media all and (max-width: 1239px) {
    .grid-1280 {
        width: 920px
    }

    .recruitment-right-column {
        width: 35%
    }

    .recruitment-left-column {
        width: 62%
    }

    .recruitment p {
        /* text-align: justify */
    }

    .contact-pic {
        display: none
    }
}

@media all and (max-width: 979px) {
    .grid-1280 {
        width: 720px
    }

    .timings {
        display: none
    }

    .top-phone {
        margin-top: 1px
    }

    .top-phone {
        margin-right: 62px;
    }

    .top-phone {
        margin-top: 3px
    }

    .recruitment {
        padding: 30px 0
    }

    .recruitment-right-column {
        width: 100%
    }

    .recruitment-left-column {
        width: 100%
    }

    .recruitment .timings {
        width: 100%;
        margin-bottom: 30px
    }

    .recruitment-left-column {
        /* width: 305px; */
        margin: auto;
        float: none
    }
}

@media all and (max-width: 767px) {
    .grid-1280 {
        width: 600px
    }

    body {
        font-size: 14px
    }

    .top-phone {
        margin-right: 40px
    }

    .recruitment h2 {
        font-size: 200%;
        height: 130%;
        line-height: 130%
    }

    body {
        font-size: 14px;
        line-height: 26px
    }
}

@media all and (max-width: 639px) {
    .grid-1280 {
        width: 440px
    }

    .recruitment-right-column {
        padding: 10px
    }

    .top-phone img {
        margin-top: 4px;
        width: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 12px;
        margin-top: 1px
    }
}

@media all and (max-width: 479px) {

    .grid-1280 {
        width: 320px
    }

    .top-phone img {
        width: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 20px;
        margin-top: 1px
    }
}

@media all and (max-width: 359px) {
    .grid-1280 {
        width: 290px
    }

    .top-phone a {
        margin-right: 10px
    }
}



/* review page */

/* custom.css */

.review-face {
    float: left;
    margin-right: 30px
}

.all-review-box {
    background-color: #fff;
    display: table;

    color: #000;
    border: 1px solid #ef2b7c;
    /* float: left; */
    margin: 1.2% 0.5%;
    float: none;
    display: inline-block;
    vertical-align: top
}

@media(max-width:1239px) {
    .all-review-box {
        width: 46.3%;
    }
}

.all-review-box p {
    font-size: 13px;
    margin-right: 30px;
    line-height: 22px;
    height: 130px;
    margin-top: 10px;
    max-height: 130px;
    overflow: hidden;
    display: block;
    color: #000;
}

.all-review-box span {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;

    line-height: 20px;
    display: inline-block;
    width: 24%;
    padding-top: 10px;
    /* float: left; */
}

.all-review-box em {
    display: inline-block;
    /* float: right; */
    font-style: normal;
    margin-right: 30px;
    padding-top: 5px;
    width: 28%;
    font-size: 11px;
    text-align: right
}

.all-review-box em strong {
    font-weight: 600;
    color: #ef2b7c
}

/*  */

/* custom responsive */
@media all and (max-width: 1349px) {
    .grid-1280 {
        width: 1170px
    }

    .all-review-box .review-face {
        float: left;
        margin: 20px;
        width: 175px
    }

    .all-review-box em {
        width: 27.5%
    }

    .all-review-box p {
        height: 105px;
        margin-top: 10px
    }

    .all-review-box span {
        width: 27%
    }
}

@media all and (max-width: 1239px) {
    .grid-1280 {
        width: 920px
    }

    .all-review-box span {
        border: 0;
        width: 40%
    }

    .all-review-box em {
        display: block;
        border: 0;
        text-align: left;
        width: 40%;
        float: left;
        margin-bottom: 20px
    }

    .all-review-box p {
        height: 130px
    }

    .all-review-box h4 {
        font-size: 20px
    }

    .all-review-box .review-face {
        margin-bottom: 70px
    }

    .all-review-box em {
        line-height: 18px;
        padding-top: 0
    }
}

@media all and (max-width: 979px) {
    .grid-1280 {
        width: 720px
    }

    .paging {
        margin-bottom: 30px
    }

    .all-review-box .review-face {
        float: none;
        margin: 20px auto 0;
        width: 150px
    }

    .all-review-box h4,
    .all-review-box p {
        text-align: center;
        padding: 0 20px
    }

    .all-review-box em,
    .all-review-box span {
        width: 100%;
        text-align: center
    }

    .all-review-box img {
        display: block;
        margin: auto
    }

    .all-review-box h4,
    .all-review-box p {
        margin: 10px 0
    }
}

@media all and (max-width: 767px) {
    .grid-1280 {
        width: 600px
    }


}

@media all and (max-width: 639px) {
    .grid-1280 {
        width: 440px
    }

    .review-face {
        width: 100px;
        margin: 15px;
        margin-bottom: 70px
    }

    .all-review-box {
        width: 100%;
        margin: 2% 0
    }

    .all-review-box h4,
    .all-review-box p {
        height: auto;
        margin: 0
    }

    .all-review-box .review-face {
        width: 150px;
        margin: auto;
        margin-top: 20px
    }
}

@media all and (max-width: 479px) {

    .paging a,
    .paging .current {
        margin: 2px;
        width: 26px;
        height: 26px;
        font-size: 12px !important;
        line-height: 26px !important;
        padding: 0 !important
    }

    .grid-1280 {
        width: 320px
    }

    .review-face {
        width: 80px;
        margin-bottom: 120px
    }

    .stars {
        height: 15px
    }

    .all-review-box .review-face {
        width: 120px;
        margin: auto;
        margin-top: 20px
    }
}

@media all and (max-width: 359px) {
    .grid-1280 {
        width: 290px
    }

    .review-face {
        width: 60px;
        margin-bottom: 120px
    }

    .review-face {
        margin-bottom: 10px
    }
}

/*  */


/* video page */

.loc-heading {
    border: 0;
    padding-top: 15px;
    margin-bottom: 0;
    font-weight: normal;
    color: #ff6400
}

.loc-container {
    padding: 10px 10px;
    margin: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

div.loc-row {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 0
}

div.loc-section {
    float: left;
    width: 18%;
    float: left
}

img.img-responsive.lazy {
    width: 100%
}

@media(min-width:300px) and (max-width:426px) {
    div.loc-section {
        padding: 7px;
        float: left;
        width: 50%
    }

    .loc-container {
        padding: 0;
        margin: 0;
        width: 100%
    }
}

@media(min-width:426px) and (max-width:769px) {
    div.loc-section {
        padding: 7px;
        float: left;
        width: 33.333%
    }

    .loc-container {
        padding: 0;
        margin: 0;
        width: 100%
    }
}

@media(min-width:769px) {
    div.loc-section {
        padding: 7px;
        float: left;
        width: 25%
    }

    .loc-container {
        padding: 10px;
        margin: 0;
        width: 90%;
        margin: 0 auto
    }
}

.loc-head {
    padding: 5px;
    position: relative;
    text-align: center;
    background: #000000b0;
    margin-top: -8px;
    min-height: 75px;
}

.loc-head h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff6400;
    margin: 0
}

a {
    text-decoration: none
}

img.img-responsive {
    width: 100%;
}

.loc-head h4 {
    color: #feb500;

    font-weight: normal;
}

.container-model {
    width: 80%;
    margin: 0 auto;
}

.secondary-header {
    color: #feb500;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.secondary-text {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 426px) {
    .container-model {
        width: 90%;
        margin: 0 auto;
    }

    .secondary-header {
        font-size: 18px;
    }

    #video-view iframe {
        width: 100%;
        height: 500px;
    }
}

.img-video {
    cursor: pointer;
}

.modal-content {
    height: 440px;
}

.video-iframe {
    width: 100%;
    height: 305px;
}

 








/* zig zag section */


@supports((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {}

.services-group {
    display: flex;
    align-items: center;
    margin-bottom: 110px
}

.services-group:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .services-group {
        flex-direction: column;
        margin-bottom: 55px
    }
}

.services-group-left {
    width: 55%;
    padding: 25px;
}

@media(max-width: 1199px) {
    .services-group-left {
        padding-right: 95px
    }
}

@media(max-width: 767px) {
    .services-group-left {
        width: 100%;
        padding-right: 0;
        order: 2;
        -webkit-order: 2
    }
}

.services-group-left-inner {
    max-width: 532px
}

@media(max-width: 767px) {
    .services-group-left-inner {
        max-width: 100%
    }
}

.services-group-left-inner p {
    max-width: 496px
}

.services-group-left-inner span {
    /* color: #9863cf;
    font-weight: 600; */
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .services-group-left-inner span {
        font-size: 18px;
        line-height: 22px
    }
}

.services-group-left-inner .common-heading {
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .services-group-left-inner .common-heading {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

.services-group-right {
    width: 45%
}

.services-group-right .img-wrapper {
    width: 100%;
}

.services-group-right .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 767px) {
    .services-group-right .img-wrapper {
        margin-bottom: 32px;
        height: auto
    }
}

@media(max-width: 767px) {
    .services-group-right {
        width: 100%
    }
}

.services-group:nth-child(odd) .services-group-left {
    order: 2;
    -webkit-order: 2;
    padding-left: 145px;
    /* padding-right: 0; */
}

@media(max-width: 1199px) {
    .services-group:nth-child(odd) .services-group-left {
        padding-left: 95px;
    }
}

@media(max-width: 767px) {
    .services-group:nth-child(odd) .services-group-left {
        padding-left: 0;
    }
}


/* blog */



.shado {
    box-shadow: 0 20px 50px #000000b3 !important;
    transition: all 0.2s ease-in;
}

.shado {
    /*	border-radius: 20px;*/
    width: 100%;
}

.panel {
    /*border-radius: 20px !important;*/
    border: 1px solid #ffffb9 !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default {
    border-color: #ffffb9;
}


.panel-default:hover {
    box-shadow: 0 10px 35px rgb(209, 20, 137);
    transition: all 0.4s ease-in;
}



.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    /* position: absolute; */

    width: 100%;
    text-align: center;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .text {
        font-size: 11px
    }
}

/* Float Shadow */

/* @media(max-width:805px) {
    .treat-sexy-female {
      max-width: 95%;
    }
  }

  @media(max-width:578px) {
    .treat-sexy-female {
      max-width: 100%;
    }
  } */

.blog-gapl {
    /* padding-top: 50px; */
    /* margin-right: 15px; */
}

.blog {
    margin-bottom: 30px;
    padding: 10px;
}

.b-box {
    /* background: linear-gradient(45deg, #00377b, #000000); */
    background: linear-gradient(45deg, #740247, #000000);
    text-align: center;
}

.b-box .b-pic {
    width: 100%;
}

.b-box .b-pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.b-box .b-date {
    padding: 15px;
    text-align: center;
    margin-top: -35px;
    z-index: 9;
    position: relative;
}

.b-box .b-title {
    padding: 0 20px;
    text-align: center;
}

.b-box .text {
    padding: 0 15px;
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
    color: #fff;
}

a.blk-btn {
    /* background: #000; */
    border: 1px solid;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.b-box .b-date ul li:last-child {
    background-image: linear-gradient(var(--dpurple), var(--bpurple));
    border-left: 0;
    line-height: 41px;

}

.b-box .b-date ul li {
    list-style: none;
    float: left;
    background: #000;
    border: 1px solid #fff;
    padding: 6px 26px;
    font-weight: 400;
    line-height: 37px;
    height: 54px;
    color: #fff;
    font-size: 13px;
}

@media(max-width:322px) {
    .b-box .b-date ul li {
        font-size: 12px;
    }
}

.b-box .b-date ul {
    padding-left: 0;
    display: inline-block;
}


/* call girls details */

#middleCntr {
    margin-left: auto;
    margin-right: auto
}

.galleryBox li,
.galleryBox li a {
    position: relative
}

.aboutBox p,
.priceBox p {
    /* text-align: justify */
}


.galleryBox ul {
    list-style: none;
    padding-left: 0
}



#middleCntr .right h2 span,
#middleCntr .right h3 span,
.listBox li span {
    color: #eb1580
}



.galleryBox li a img {
    min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto
}

.profile{
    margin-top: -35px !important;
}

#middleCntr {
    position: relative;
    overflow: hidden
}

#middleCntr {
    width: 100%;
    max-width: 1480px;
    padding: 10px 40px 5px;
}

#middleCntr .left {
    width: 60%;
    float: left
}

#middleCntr .right {
    padding: 20px 10px 0 40px;
    width: 40%;
    float: left
}

#middleCntr .right h2,
#middleCntr .right h3 {
    padding-bottom: 17px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/star.png) right top no-repeat
}

.aboutBox p,
.priceBox p {
    line-height: 21px;
    font-weight: 300
}

.aboutBox,
.galleryBox,
.galleryBox li a,
.listBox {
    width: 100%;
    overflow: hidden
}

.galleryBox li {
    padding: 0 5px 5px 0;
    width: 33.3%;
    float: left
}

.aboutBox,
.listBox {
    padding-bottom: 60px
}

.galleryBox li a {
    height: 400px;
    display: block
}

.listBox li span,
.priceBox li span {
    padding-left: 2px;
    display: inline-block
}

.galleryBox li a img {
    position: absolute;
    min-width: 100%;
   height: auto;
    max-width: initial
}

.aboutBox p {
    font-size: 14px;
    color: #fff
}

.listBox ul {
    width: 50%;
    float: left
}

.listBox li {
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.listBox ul:last-child {
    padding-left: 40px;
    border-left: 1px solid #3f2c31;
    float: right
}

.priceBox {
    padding-bottom: 73px;
    width: 100%;
    overflow: hidden
}

.priceBox p {
    padding-bottom: 22px;
    font-size: 14px;
    color: #fff
}

.priceBox ul {
    margin-right: -20px
}

.priceBox li {
    padding-bottom: 10px;
    width: calc(33.3% - 20px);
    float: left;
    margin-right: 20px;
    border-right: 1px solid #3f2c31;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.priceBox li:nth-child(3n) {
    border-right: none
}

.priceBox li:last-child {
    padding-bottom: 0
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width: 1919px) {

    #middleCntr .right h2,
    #middleCntr .right h3 {
        font-size: 20px
    }

    .listBox ul:last-child {
        padding-left: 18px
    }

    .listBox ul {
        width: 50%
    }

    .listBox li {
        font-size: 13px
    }

    .priceBox li {
        width: calc(50% - 20px)
    }

    .priceBox li:nth-child(3n) {
        border-right: 1px solid #3f2c31
    }

    .priceBox li:nth-child(2n) {
        border: none
    }
}

@media only screen and (max-width: 1199px) {

    .galleryBox li a {
        height: 340px
    }
}

@media only screen and (max-width: 1020px) {

    #middleCntr .left,
    #middleCntr .right {
        width: 100%;
        float: none
    }

    #middleCntr .right {
        padding: 50px 0 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 979px) {

    .priceBox li {
        width: calc(33.3% - 20px)
    }

    .priceBox li:nth-child(2n) {
        border-right: 1px solid #3f2c31
    }

    .priceBox li:nth-child(3n) {
        border: none
    }

    .aboutBox,
    .listBox,
    .priceBox {
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {

    .galleryBox li {
        width: 50%
    }
}

@media only screen and (max-width: 520px) {
    .galleryBox li a {
        height: 280px
    }

    #middleCntr {
        padding-left: 13px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 479px) {

    .listBox ul {
        width: 100%
    }

    .listBox ul:last-child {
        border-left: none;
        border-top: 1px solid #3f2c31;
        padding-left: 25px;
        padding-top: 10px;
        margin-top: 10px
    }

    .priceBox li {
        width: calc(50% - 20px)
    }

    .priceBox li:nth-child(3n) {
        border-right: 1px solid #3f2c31
    }

    .priceBox li:nth-child(2n) {
        border: none
    }
}

@media only screen and (max-width: 400px) {
    .galleryBox li a {
        height: 240px
    }
}


/* details page */

.pro-heading {
    border: 0;
    padding-top: 15px;
    margin-bottom: 0;
    font-weight: normal;
    color: #fca200
}

.pro-container {
    padding: 10px 10px;
    margin: 0;
    width: 80%;
    margin: 0 auto
}

ul.pro-row {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 0
}

li.pro-section {
    float: left;
    width: 18%;
    float: left
}

img.img-responsive.lazy {
    width: 100%
}

@media(min-width:300px) and (max-width:426px) {
    li.pro-section {
        padding: 7px;
        float: left;
        width: 50%
    }

    .pro-container {
        padding: 0;
        margin: 0;
        width: 100%
    }
}

@media(min-width:426px) and (max-width:769px) {
    li.pro-section {
        padding: 7px;
        float: left;
        width: 33.333%
    }

    .pro-container {
        padding: 0;
        margin: 0;
        width: 100%
    }
}

@media(min-width:769px) {
    li.pro-section {
        padding: 7px;
        float: left;
        width: 20%
    }

    .pro-container {
        padding: 10px;
        margin: 0;
        width: 90%;
        margin: 0 auto
    }
}

.catTitle {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold
}

.pro-name {
    position: relative;
    bottom: 5px
}

td a {
    color: #fff !important;
}


/* split screen */

/* Reset. */


/* Panels. */
.splitview {
    position: relative;
    width: 100%;
    min-height: 45vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    overflow: hidden;
}

.panel .content {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    color: #FFF;
}

.panel .description {
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.panel img {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bottom {
    background-color: rgb(44, 44, 44);
    z-index: 1;
}

.bottom .description {
    right: 5%;
}

.top {
    background-color: rgb(77, 69, 173);
    z-index: 2;
    width: 50vw;

    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

.top .description {
    left: 5%;
}

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(253, 171, 0);
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content {
    transform: skew(30deg);
    margin-left: 1000px;
}

/* Responsive. */
@media (max-width: 900px) {
    body {
        font-size: 75%;
    }

}


/*  */

/* location page */

.image-details {
    background: linear-gradient(45deg, #740247, #000000);
    text-align: center;
    padding: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.image-details h2{
    font-size: 16px !important;
}
.text-dec-none img{
    width: 100% !important;
}


.opn-btn,
.call-btn,
.cross-btn,
.whatsapp-btn,
.top-btn {
    display: inline-block;
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: var(--c1);
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

.opn-btn img,
.cross-btn img,
.call-btn img,
.whatsapp-btn img,
.top-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.opn-btn {
    bottom: 0px;
    right: 20px;
    width: 50px;
    height: 20px;
    background: #fff;
    border-radius: 0;
}
.cross-btn {
    bottom: 190px;
    right: 60px;
    width: 20px;
    height: 20px;
    background: #fff;
}
.call-btn {
    bottom: 70px;
}

.whatsapp-btn {
    bottom: 130px;
}

.top-btn {
    bottom: 10px;
}

.opn-btn:hover,
.call-btn:hover,
.top-btn:hover,
.whatsapp-btn:hover {
    transform: scale(1.1);
    background: var(--green);
}

.profile-wrapper{
    background-color: #cc0066;
    overflow: hidden;
    padding: 5px;
    margin: 30px 0px;
    border-radius: 5px;
}
.profile-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.profile-desc h4{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.profile-desc{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5px 10px 5px 10px; 
}
.profile-desc p{
    /* text-align: justify; */
}
@media (min-width:992px){
    .profile-wrapper{
        height: 350px;
    }
    
}
@media (max-width:767px){
    .profile-desc p{
        font-size: 14px;
    }
    .profile-desc h4{
        font-size: 25px;
    }
}
.pink-txt a{
    color: #fd0a7b !important;
    /* text-decoration: none; */
}
.service-list h2{
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 30px;
}
.blue-text a{
    color: #009bec;
}
.payment-term h4{
    color: red;
    font-weight: 600;
}
.payment-term P{
    font-weight: 500;
}
.contact-img{
    width: 3000px;
}
.address h2{
    color: red;
    font-weight: 600;
    font-size: 20px;
}
.middle-content{
    display: flex;
    flex-direction: column;
}
.contact{
    margin-top: 50px;
    margin-bottom: 30px;
}
.extra-content h2{
    color: red ;
    font-weight: 600;
    font-size: 24px;
}
.contact-icon{
    margin-bottom: 50px !important;
    display: flex !important;
    align-items: center;
}
.contact-icon span{
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
.accordion-faq{
    padding: 10px 0px 70px 0px;
}

#faq {
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    text-align: center;
  }
  
  section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  
  #faq ul {
    text-align: left;
  }
  .transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
  }
  
  #faq .no-select, #faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
  #faq h1 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
  #faq h2 {
    color: #cc071e;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  
  #faq p {
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    font-weight: 500;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
    text-align: justify;
  }

 
  #faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  #faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
  }
  #faq ul li + li {
    margin-top: 15px;
  }
  #faq ul li:last-of-type {
    padding-bottom: 0;
  }
  #faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
  }
  #faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
  }
  #faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  #faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  #faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
  }
  #faq ul li input[type=checkbox]:checked ~ h2 {
    color: #000;
  }
  #faq ul li input[type=checkbox]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
  }
  #faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  #faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }

  @media (max-width:991px) {
    #faq h2{
        font-size: 16px;
        line-height: 20px;
    }
  }
  @media (max-width:425px){
    .inside-banner h1{
        font-size: 25px;
    }

  }
  .bottom-btn{
    display: block;
    width: 100%;
    text-align: end;
    margin-top: 30px;
  }
  .bottom-btn a{
    background-color: #fff;
    outline: none;
    box-shadow: none;
    margin-right: 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    color: #000;
  }
  .bottom-btn a:focus{
    outline: none;
    box-shadow: none;
  }
  .bottom-btn a i{
    margin-right: 5px;
  }
 .fa-brands{
    font-size: 15px;
 }
@media(max-width:372px){
    .text-dec-none h2{
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
    }
}
 
@media(max-width:1200px){
    .escort-det-three-img {
        height: 90vh;
    }
}
@media(max-width:954px){
    .escort-det-three-img {
        height: 120vh;
    }
}
 