*{
    margin:0;
    padding:0;
}


.sidebar {
    max-height:85vh;
    width: 300px;
    border: 1px solid #f1f1f1;
    display: block;
    /* top: 120px; */
    background: #fff;
    overflow: auto;
    position: absolute;
    z-index: 1;
    border-radius: 1em;

}

.sidebar .panel-group {
    margin-bottom: 0;
}

.btn-search-submit{
    background: rgba(0,0,0,0.8);
    padding:10px 0;
}

.stick {
    background: rgba(0,0,0,1);
    padding: 10px 0;
    width: 100%;
    position: relative;
    margin-top:15px
}

.tick{
    position: fixed;
    bottom:0;
    background: rgba(0,0,0,0.8);
    padding: 10px 0;
    width: 100%;
    display: block;
}

.mobile-display{
    display: none;
}

.desktop-display{
    display: inline-flex;
}

.fl_index .field_contents .fc_left, .fl_index .field_contents .fc_right, .fl_details .field_contents .fc_left, .fl_details .field_contents .fc_right{
    width: 100%;
}

.fl_index .owl-carousel .owl-item img {
    display: block;
    width: 80%;
    border-radius: 2em;
}


    /* .owl-nav .owl-prev {
        display: none;
    }

    .owl-nav .owl-next {
        display: none;
    } */

/* ******  Added navigation */
    .owl-nav .owl-prev, .owl-nav .owl-next {
        display: block !important;
    }
    .owl-nav .owl-prev {
        left:30px !important;
    }

    .owl-nav .owl-next {
        right:30px !important;
    }


.sticky{
    position: fixed;
    bottom:0;
}

 .submit-btn {
    background: #F8554A;
    border-radius: 50px;
    padding: 5px 0px;
    color: #fff;
    /* margin: 20px 0; */
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #f8554a;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 90%;
    margin: 5px auto 0;
    cursor: pointer;
}

.submit-btn:hover{
    color:#fff;
    opacity: 0.9;
    text-decoration: none;
}

 #advance-search {
    margin: 12px 0;
    display: block;
    font-size: 0.9em;
    color:#fff;
    text-decoration: none;
}

 #hide-block{
    margin: 10px 0;
    color:#fff;
    cursor: pointer;
    font-size: 0.9em;
}

a{
    text-decoration :none;
  }


/* .fl_index {
    max-height: 100vh;
}
 */


.fl_index .women-list{
    margin-left:40px;
    gap:30px 10px;
}

/* .fl_index .item.custom-pagination-page{
    width: 17.5%;
} */

.fl_index .box .content {
    display: block;
    margin-top:25px;
    justify-content: space-between;
}
.fl_index .fl-cta {
    width: 100%;
    margin: 10px 0;
    display: flex;
    text-align: center;
    align-items: center;

}
.fl_index .fl-cta .msg-btn, .search-btn{
    width: 50%;
}
.fl_index .fl-cta .msg-btn{
    background: #F8554A;
    border-radius: 50px;
    padding: 10px 0px;
    color: #fff;
    margin: 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #f8554a;
    line-height: 15px;
}

.fl_index .fl-cta .msg-btn a{
    color:#fff;
}
.fl_index .fl-cta .search-btn a {
    background: #fff;
    border-radius: 50px;
    border: #F8554A solid 2px;
    padding: 10px 0px;
    color: #F8554A;
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    line-height: 15px;
    width: 100%;
    width: 100%;
    display: block;
}



.fl_index .content h2,.fl_index .content p{
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.head-text {
    padding: 10px 0 10px 15px;
    font-weight: bold;
    margin: 6px;
    text-align: center;
    
}



.fl_index .top-100 .wrap-details{
    margin:5px 0;
}

/* .fl_index .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: transparent;
    position: relative;
    margin: 0;
    padding: 0;
}

.fl_index .owl-carousel .owl-item img.gif-icon {
    position: absolute;
    z-index: 2;
    width: 60px !important;
    bottom: 30%;
    border-radius: 0!important;
    animation: swipe 3s linear infinite;
    -ms-animation: swipe 3s linear infinite;
    -webkit-animation: swipe 3s linear infinite;
    -moz-animation: swipe 3s linear infinite;
    -o-animation: swipe 3s linear infinite;
   
} */

/* .fl_index .owl-carousel{
    touch-action: manipulation; 
} */


/* .fl_index .thumbnail small {
    position: absolute;
    bottom: 5px;
    color: #fff;
} */

.fl_index .head-text-desk {
    font-weight: bold;
    margin-bottom: 20px;
}



/*fl details*/


/* .fl-details {
    display: flex;
    gap: 2em;
    width: 100%;
    align-items: start;
} */

.fl-details .wrap-inner{
    width: 1600px;
    max-width: 100%;
}

.prof-sticky{
    position: fixed;
    margin:0 auto;
    text-align: center;
}



/* .fl-details.wrapper .item:first-child{
    flex:19%;
}
*/
.fl-details.wrapper .item:last-child{
    display: block;
    max-height: 100vh;
    overflow-y: auto;
} 
/* 
.fl-details.wrapper .item:nth-child(3){
    flex:80%
} */

.profile-details .about-me h2{
    font-size: 1.2em;
    color:#F8554A;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom:10px;
}
.profile-details-more .profile-keyword h2{
    color:#F8554A;
    font-weight: bold;
    margin:10px 0;
}


.fl-details .wrap-details{
    padding:10px 2px;
    margin-bottom: 20px;
}

main.fl_details .sidebar {
    margin-top: 20px;
}

.profile-details h2, .profile-details-more h2 {
    font-size: 1.3em;
}

.profile-details .item{
    flex: unset;
}
.panel-title a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 15px 10px;
    display: inline-block;
    color:#fff;
    width: 100%;
    text-decoration: none;
    font-size: 0.9em;
    position: relative;
}

.panel-title{
    background: #f8554a;
    
}

.panel{
    
    box-shadow: unset;
}

.panel-group .panel{
    border-radius:1em;
    
}


.panel-default>.panel-heading {
    padding: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.profile-pic {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.profile-pic img{
    border-radius: 2em;
}

.profile-pic .profile-link {
    position: absolute;
    bottom: 7px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.profile-pic .profile-link a i.far.fa-heart {
    color: #fff;
    font-size: 1.8em;
    left: 20px;
    position: relative;
    bottom: 10px;
}

.profile-pic .profile-link a i.far.fa-heart:hover {
    color:#f00;
}

.profile-pic .profile-link .box {
    background: #F8554A;
    position: absolute;
    right: 0px;
    bottom: -7px;
    border-top-left-radius: 1.1em;
    border-bottom-right-radius: 1.1em;
    text-align: center;
    border: 2px solid #F8554A;
}

.profile-pic .profile-link .box a {
    display: block;
    color: #fff;
    font-size: 0.7em;
    width: 100px;
    font-weight: bold;
    padding: 5px;
}

.profile-pic .profile-link .box a:last-child {
    background: white;
    color: #f8554a;
    border-bottom-right-radius: 1.45em;
    border-top-left-radius: 1.45em;
}

.heart-hover:hover .fa-hover-show,
.heart-hover .fa-hover-hidden {
    display: none;
}
.heart-hover:hover .fa-hover-hidden {
    display: inline;
    
}
.heart-hover i.fas.fa-heart{
    color:#f00 !important;
}

.profile-link .heart-hover {
    color: #fff;
    font-size: 1.8em;
    position: relative;
    top: -10px;
    left: 20px;
    cursor: pointer;
}
    

.profile-details{

    width: 100%;
    margin:0 0 30px;

}


.profile-details-more #accordion h4.first, .profile-details-more #accordion-profile h4.first{
    border-top-left-radius: 1em;
}

.profile-details-more #accordion h4.last, .profile-details-more #accordion-profile h4.last{
    border-bottom-left-radius: 1em;
}








/*fl search*/

.search-page {
    min-height: auto;
    display: block;

}

.fl_search .wrap-details {
    font-size: 1.25em;
}

.fl_search:first-child{
    margin-bottom: -10px;
}

.fl_search {
    font-size: 1.5em;
    margin-bottom: 10px;
    max-width: 100%;
    width:1140px;
}

.fl_search .top-extra-nav {
    display:inline-block;
    padding: 0px;
    font-size: 14px;
    margin-top:5px;
  }
  .fl_search .top-extra-nav .en-right{
    width: 85%;
    display: inline-block;
    text-align: right;
  }
  .fl_search .en-right a{
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 10px;
  }
  
  .fl_search .head-text{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin:10px 0px 5px 0px;
  }
  .fl_search .field1_holder{
    position: relative;
    margin-bottom: 50px;
  }
  .fl_search .field1_holder .left_subtxt{
    float:left;
    font-size:14px;
  }
  .fl_search .field1_holder .right_subtxt{
    float:right;
    
  }
  .fl_search .field1_holder .right_subtxt select {
    padding: 5px 10px;
    border: 1px solid #fe782e;
    border-radius: 5px;
    height: 39px;
}
  .fl_search .field_heading{
    background:#a03032;
    margin:10px 0px;
    padding:5px;
  }
  .fl_search .field_heading .fh_icon, .fl_search .field_heading .fh_txt, .fl_search #accordion .fh_txt{
    padding: 5px;
    font-weight: bold;
  }
  
  .field_contents{
    margin-left:20px;
    margin-right:20px;
  }
  .field_contents .fc_left{
    float: left;
    width: 50%;
  }


  .field_contents .fc_left select{
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    height: 39px;
  }
  .field_contents input[type="number"]{
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    height: 39px;
    margin-bottom: 2em;
    border: 1px black solid;
  }
  .field_contents .fc_right{
    float: left;
    width: 50%;
  }
  .field_contents .fc_right select{
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    height: 39px;
  }
  
  .field_contents .fc_full{
    float: left;
    width: 95%;
    font-size: 0.9em;
    color:#777;
    line-height: 1.5em;
  }
  
  .field_contents .fc_full select,  .field_contents .fc_full input[type='text']{
    width: 100%;
    padding: 5px ;
    border-radius: 5px;
    height: 39px;
    border:1px solid #333;
    color:#555;
  }

  .fl_search .panel-title {
    background: #DDF1FF;
  
}

.fl_search .panel-title a{
    color:#333;
    text-decoration: none;
}

.fl_search .panel-title a[aria-expanded="true"] {
    color: #fff;
    text-decoration: none;
}

.fl_search #accordion .form-control{
    margin:5px 0
}

.fl_search #accordion .form-control label , .fl_index #accordion .form-control label {
    margin-left: 5px;
    font-weight: 300;
    font-size: 1em;
    margin: 0 0 0 5px;
    vertical-align: text-bottom;
}

.fl_search .submit-btn {
    background: #F8554A;
    border-radius: 50px;
    padding: 5px 0px;
    color: #fff;
    /* margin: 20px 0; */
    box-shadow: 0px 4px 4px 0px #00000025;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #f8554a;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 90%;
    margin:5px auto 0;
}

.fl_search .checkbox label, .radio label, .fl_search .checkbox {
    margin: 5px 0;
    font-size: 1em;
    line-height: 20px;
    color:#555;
}

.fl_index .checkbox label, .radio label, .fl_index .checkbox {
    display: block !important;
    width: 100%;
    margin: 0px auto;
    line-height: 1.3em;
    padding: 0 20px;
    font-size: 0.94em;
    color:#000
}

.fl_search  .panel-group .panel {
    margin-bottom: -5px;
    border-bottom: 2px solid #000;
}

.fl_search #accordion,  #accordion, #hide-block {
    display: none;
    color: #fff;
    text-decoration: none;
}

.fl_search .field_contents p{
  
    color:#555;
}

/* .fl_search .sticky {
    position: fixed;
    bottom: 0;
    width:600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0, 0.8);
    padding:10px 0;
    max-width: 100%;
} */

.fl_search .sticky a#advance-search{
    color:#fff;
}




 .block{
    display:block !important;
}

.hideBlock{
    display: none !important;
}


 .menu-link {
    text-align: center;
    margin: 10px 0;
}
/************************** START OF CHAT NOW BUTTON - ONLINE */
.menu-link a:hover, .chatnow-btn-online-desktop a:hover{
    text-decoration: none;
}
.chatnow-btn-online-desktop a:hover > li{
    font-size: 12px;
    font-weight: bold;
    border: #f8554a solid 1px;
    border-radius: 30px;
    padding: 15px 0px;
    margin: 10px 0px 15px 0px;
    background: #fff;
    color: #fff;
    box-shadow: #377cbd25 0px 0px 10px 0px;

}
.chatnow-btn-online-desktop{
    background: #fff !important;
}
.chatnow-btn-online-desktop p{
    font-size: 12px;
    font-weight: bold;
    border: #D3D3D3 solid 1px;
    border-radius:30px;
    padding: 15px;
    margin: 10px 0px 15px 0px;
    background: #fff;
    color:#fff;
    box-shadow: #377cbd25 0px 0px 10px 0px
}

.chatnow-btn-online-desktop .chatnow-text{
    color:#fff;
    background:#F8554A;
    padding:10px 40px;
}

.chatnow-btn-online-desktop:hover > .chatnow-text{
    color:#fff;
    background:#302C2C;
}

.chatnow-btn-online-desktop span{
   
    text-align: left;
    color:#302C2C;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
}
.chatnow-btn-online-desktop span i{
    color:#6EB343;
    font-size: 18px;
}

/************************** END  OF CHAT NOW BUTTON - ONLINE */


/************************** START  OF CHAT NOW BUTTON - OFFLINE */
.menu-link a:hover, .chatnow-btn-offline-desktop a:hover{
    text-decoration: none;
}
.chatnow-btn-offline-desktop a:hover > li{
    font-size: 12px;
    font-weight: bold;
    border: #f8554a solid 1px;
    border-radius: 30px;
    padding: 15px 0px;
    margin: 10px 0px 15px 0px;
    background: #fff;
    color: #fff;
    box-shadow: #377cbd25 0px 0px 10px 0px;

}
.chatnow-btn-offline-desktop{
    background: #fff !important;
}
.chatnow-btn-offline-desktop p{
    font-size: 12px;
    font-weight: bold;
    border: #D3D3D3 solid 1px;
    border-radius:30px;
    padding: 15px;
    margin: 10px 0px 15px 0px;
    background: #fff;
    color:#fff;
    box-shadow: #377cbd25 0px 0px 10px 0px;
}

.chatnow-btn-offline-desktop .chatnow-text-offline{
    color:#fff;
    background:#F8554A;
}

.chatnow-btn-offline-desktop:hover > .chatnow-text-offline{
    color:#fff;
    background:#302C2C;
}

.chatnow-btn-offline-desktop span{
   
    text-align: left;
    color:#302C2C;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
}
.chatnow-btn-offline-desktop span i{
    color:#9A9A9A;
    font-size: 18px;
}

/************************** END  OF CHAT NOW BUTTON - OFFLINE */

.menu-link li {
    list-style: none;
    font-size: 0.9em;
    padding: 10px;
    border-top: 1px solid #fff;
    line-height: 1.6em;
    background: #F8554A;
    color:#fff;
}

.menu-link li:first-child{
    border-top-left-radius: 1.1em;
}

 .menu-link li:last-child{
    border-bottom-left-radius: 1.1em;
}

 .menu-link li a{
    color:#fff;
    font-size:1.2em;
    text-decoration: none;
}

.profile-details a.about-me-btn {
    font-size: 0.8em;
    display: none;
   
}


.profile-details .about-me p {

    margin-bottom: 0;
}




    .panel-title a[aria-expanded="true"]:before{
        content: "\203A";
        display: inline-block;
        font-size: 1.5em;
        position: absolute;
        right: 10px;
        top: 12px;
        transform: rotate(90deg);   
    }

    .panel-title a:before {
        content: "\203A";
        display: inline-block;
        font-size: 1.5em;
        position: absolute;
        right: 10px;
        top: 12px;
        transform: rotate(180deg);
    }

    .suggestions.desktop-display{
        float: right;
        display: none;
    }

    .header-desktop{
        display: block;
    }

    /* * > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
    display: none;
}

*:hover > .fa.fa-hover-show {
    display: inline-block;
} */

/* .far:hover > .fa-heart:before {
    content: "\f004";
    color:#000
} */





/*media queries*/

@media only screen and (max-width: 1600px) {
    .women-list {
        padding: 0 0 0 110px;
    }
    .fl_index .item.custom-pagination-page {
        width: 23%;
    }

    .fl_index .women-list {
        margin-left: 0;
    }

}

@media only screen and (max-width: 1280px) {
    .prof-content, .header-desktop{
        padding-left:40px;
    }
}


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


    .fl_index .item.custom-pagination-page {
        width: 28%;
    }

    .prof-content,.header-desktop{
        padding-left:20px;
    }

}


@media only screen and (max-width: 991px) {
    .fl_index .item.custom-pagination-page {
        width:44%;
    }

     .women-list {
        padding: 0 0 0 300px;
    }

    .prof-sticky{
        position: relative !important;
    }



    .wrap-details.mobile-display {
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

}

#chatbtn-online-desktop, #chatbtn-online-mobile, #chatbtn-offline-mobile, #chatbtn-offline-desktop {
    display: none;
}

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

    /************************** START OF CHAT NOW BUTTON - ONLINE */
    .menu-link a:hover, .chatnow-btn-online-mobile a:hover{
        text-decoration: none;
    }
    .chatnow-btn-online-mobile a:hover > li{
        font-size: 12px;
        font-weight: bold;
        border: #f8554a solid 1px;
        border-radius: 30px;
        padding: 15px 0px;
        margin: 10px 0px 15px 0px;
        background: #fff;
        color: #fff;
        box-shadow: #377cbd25 0px 0px 10px 0px;

    }
    .chatnow-btn-online-mobile{
        background: #fff !important;
        padding:0px !important;
    }
    .chatnow-btn-online-mobile p{
        font-size: 12px;
        font-weight: bold;
        background: #fff;
        color:#fff;
    }

    .chatnow-btn-online-mobile .chatnow-text{
        color:#fff;
        background:#F8554A;
        text-align: center;
        padding: 10px;
        border-radius: 30px;
        font-size: 14px;
    }

    .chatnow-btn-online-mobile:hover > .chatnow-text{
        color:#fff;
        background:#302C2C;
    }

    .chatnow-btn-online-mobile span{
    
        text-align: left;
        color:#302C2C;
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-bottom:5px;
    }
    .chatnow-btn-online-mobile span i{
        color:#6EB343;
        font-size: 18px;
    }

    /************************** END  OF CHAT NOW BUTTON - ONLINE */

    /************************** START  OF CHAT NOW BUTTON - OFFLINE */
        .menu-link a:hover, .chatnow-btn-offline-mobile a:hover{
            text-decoration: none;
        }
        .chatnow-btn-offline-mobile a:hover > li{
            font-size: 12px;
            font-weight: bold;
            border: #f8554a solid 1px;
            border-radius: 30px;
            padding: 15px 0px;
            margin: 10px 0px 15px 0px;
            background: #fff;
            color: #fff;
            box-shadow: #377cbd25 0px 0px 10px 0px;

        }
        .chatnow-btn-offline-mobile{
            padding:0px !important;
            background: #fff !important;
        }
        .chatnow-btn-offline-mobile p{
            font-size: 12px;
            font-weight: bold;
            background: #fff;
            color:#fff;
        }

        .chatnow-btn-offline-mobile .chatnow-text-offline{
            color:#fff;
            background:#F8554A;
            text-align: center;
            padding: 10px 0px;
            border-radius: 30px;
            font-size: 12px;
        }

        .chatnow-btn-offline-mobile:hover > .chatnow-text-offline{
            color:#fff;
            background:#302C2C;
        }

        .chatnow-btn-offline-mobile span{
        
            text-align: left;
            color:#302C2C;
            font-weight: bold;
            font-size: 14px;
            display: block;
            margin-bottom:5px;
        }
        .chatnow-btn-offline-mobile span i{
            color:#9A9A9A;
            font-size: 18px;
        }

/************************** END  OF CHAT NOW BUTTON - OFFLINE */


    .prof-content, .header-desktop {
        padding-left: 0;
    }

    .name{
        margin:0;
        display: inline-flex !important;
     
    }



    .name span {
        font-size: 1.5em;
    }

    .prof_idno{
        font-size: 1em !important;
        text-align: right !important;
        margin-right: 5px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        color: #9a9a9a !important;
    }

    .name img {

        width: 25px;
    }
    
    .header-desktop{
        display: none;
    }

    .fl_index .head-text-desk{
        display: none;
    }
    .sidebar{
        display: none;
    }

   .wrap-inner .col-lg-10.col-md-10 {
        padding: 0;
    }

    .profile-pic {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }

    /* .wrap-details {
        display: flex !important;
        padding:5px 0;
    } */



    .profile-pic .profile-link a i.far.fa-heart {
        color: #fff;
        font-size: 1.8em;
        position: relative;
        bottom: 5px;
    }


    .profile-details a.about-me-btn {
        border: 1px solid #F8554A;
        padding: 0px 10px;
        border-radius: 2em;
        margin: 10px 0;
        display: inline-block;
        font-size: 1em;
        color:#F8554A;
    }


    .wrap-details .item small {
        font-size: 0.8em;
        color:#333;
    }

    .mobile-display{
        display: block;
    }

    .desktop-display{
        display: none !important;
    }

    .wrapper{
        display: block;
        margin-top:10px;
    }

   .fl_index  .women-list {
        padding: 0;
        display: none;
    }

    .owl-nav > div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
      
      }
      
      .owl-nav i {
        font-size: 23px;
    }
      
    
      .owl-nav .owl-prev {
        left: 10px;
        color:#ffffff;
      }
      
      .owl-nav .owl-next {
        right: 10px;
        color:#ffffff;
      }

    .profile-details .about-me h2{
        font-size: 0.8em;
      
    }

    .profile-details .about-me p {
        font-size: 0.8em;
        margin-bottom: 0;
    }



    .menu-link {
        display: none;
    }

    .profile-details .item{
        flex:1 !important;
    }

    .profile-details .item .menu-link {
        text-align: center;
        margin: 0;

    }

    .profile-details .item .menu-link.mobile-display {
        display: block;
    }
    .chatnow-btn-online p{
        font-size: 12px;
        font-weight: bold;
        border: #D3D3D3 solid 1px;
        border-radius:30px;
        padding: 5px;
        margin: 5px 0px 10px 0px;
        background: #F8554A;
        color:#fff;
        box-shadow: #377cbd25 0px 0px 10px 0px
    }
    .chatnow-btn-online span{
        display: block;
        text-align: left;
        color:#302C2C;
        font-weight: bold;
        font-size: 14px;
    }
    .chatnow-btn-online span i{
        color:#6EB343;
        font-size: 18px;
    }
    .profile-details .item .menu-link li {
        list-style: none;
        font-size: 0.8em;
        padding: 10px;
        border-top: 1px solid #fff;
        line-height: 1.6em;
        background: #F8554A;
    }

    .profile-details .item .menu-link li:first-child{
        border-top-left-radius: 1.1em;
    }

    .profile-details .item .menu-link li:last-child{
        border-bottom-left-radius: 1.1em;
    }

    .profile-details .item .menu-link li a{
        color:#fff;
        font-size: 0.9em;
    }
    .profile-details a.about-me-btn {
        font-size: 0.8em;

    }



    /*profile-details-more*/
    .profile-details-more{
        font-size: 0.8em;
        margin-top:50px;
    }


    .profile-details-more .profile-keyword h2{
        font-size: 1em;
   
    }

    .profile-details-more .profile-keyword p{
  
        line-height: 1.5em;
    }


    /*override boostrap*/
   .panel-heading {
        padding: 0;
        border-bottom: none;

    }

    .panel-default {
        border:none;
    }
    .panel-default>.panel-heading{
        background: #fff;
    }


    .panel-body {
        border: 1px solid #302C2C;
        border-bottom-left-radius: 1.2em;
        border-bottom-right-radius: 1.2em;
        line-height: 1.8em;
    }



 

    .panel-title a {
        font-size: 0.8em;
        color:#fff;
    }

 


    .panel-title a:focus{
        text-decoration: none;  
    }


    .photo-popup.fl_index .box{
        width: unset;
        background: transparent;
        box-shadow: none;
    }

    .photo-popup.fl_index .fl-cta .search-btn{
        background: transparent;
    }


    /*fl_index css*/
    .fl_index .fl-cta .search-btn{
        font-size: 0.8em;
        margin:0 5px;
    }

    .fl_index .fl-cta .msg-btn a{
       color:#fff;
    }

    .wrap-details .online-count{
        font-size:0.8em;
        margin-right: 0;
    }

    .wrap-details:first-child small {
        font-size: 0.8em;
        color:#333;
    }

    .fl_index .head-text {
        font-size: 1.3em;
        padding:0;
    }
    .fl_index .fl-cta .msg-btn{
        font-size: 0.8em;
        margin:0 5px;
    }

    .fl_search{
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .fl_search .field_contents p {
        font-size: 1.1em;
    }

    .fl_search #accordion .form-control label {
        font-size: 0.9em;
    }

    .fl_search .submit-btn{
        font-size:1.1em;
    }


    .fl_search .checkbox label, .radio label, .fl_search .checkbox {
        margin: 3px 0;
        line-height: 22px;

    }

    /* START OF SEARCH PAGE */
    .search-page {
        min-height: auto;
        display: block;
    }
    .search-page p{
        margin:0px;
    }
    .tick{
        display:none !important;
    }
    .stick {
        background: rgba(0,0,0,1);
        padding: 10px 0;
        width: 100%;
        position: relative;
        /* margin-bottom: 1px; */
        /* bottom: 64px; */
    }

    .profile-details{
        display: flex;
        align-items: start;
        gap:1em;
        width: 100%;
        flex-direction: row;
        margin:10px 0;
        justify-content: space-between;
    }
    
    .wrap-details .chat-now {
        padding: 0px 18px;
        font-size: 1em;
        margin-left:5px;
    }

    .wrap-details .suggestions{
        font-size:1em;

    }

    .fl-details.wrapper .item:last-child{
       max-height: unset;
    }

    .wrap-inner, .fl_index {

    min-height: unset;
}
.wrap-details.name.mobile-display .online-count p{
    font-size: 1.2em !important;
   }

}



@media only screen and (max-width: 340px) {
.fl_index .top-100 .wrap-details .item {
    flex-basis: 50%;
}

.fl_index .top-100 .wrap-details .item:last-child {
    flex: 50%;
}

.wrap-details .chat-now {
    padding: 0 3px;
}

.search-page {
    min-height: 120vh;
    display: block;
}

.wrap-details.mobile-display .item {
    flex: 1;
}



}

/* .header-desktop .chat-now{
    display: none;
} */


 /**OVERRIDE**/


 @media only screen and (min-width:1280px) {
   
    .prof-sticky {
  top: 140px; /* Initial top position */
  transform: translateZ(0);
  will-change: transform;
  bottom: 50px;
}


}

 @media only screen and (max-width:360px) {
    .profile-details a.about-me-btn {
        line-height: 1.2;
        padding: 10px 14px;
    }
}
@media only screen and (max-width: 768px) {
   

    .profile-details .about-me h2 {
        font-size: 1.15em;
    }

    .profile-details-more .profile-keyword h2 {
    font-size: 1.4em;
}

   }



   @media only screen and (max-width:950px) {
    .profile-pic {
        width: 100%;
    }


    .profile-pic img {
    width: 100%;
    }
   }


  @-webkit-keyframes changeColor {
    0%{
       color:inherit;
       }
    50%{
        color:#F8554A;
       }
 
  }

  @-moz-keyframes changeColor {
    0%{
        color:inherit;
        }
     50%{
         color:#F8554A;
        }
  }

  @keyframes changeColor {
    0%{
        color:inherit;
        }
     50%{
         color:#F8554A;
        }
  }
