body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
}

.custom_privacy_policy{
    color:black;
    font-weight: 600;
    text-decoration:underline;
}

.custom_privacy_policy:hover{
    color:black;
}

.custom_have_account{
    color:#888888 !important;
}

/* .custom_login_color{
    color:#ff4575;
    font-size: 16px;
}

.custom_login_color:hover{
    color:#ff4575;
    /* font-size: 16px; */
/* } */ 

img {
    max-width: 100%;
    height: auto;
}
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none !important;
    color: #e8047d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #E8047D;
    text-decoration: none;
}

a:focus {
    outline: none;
}
p {
    margin: 0 0 25px 0;
    /* color: #E7E7E7; */
}
p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
h1 {
    font-size: 56px;
    line-height: 1.3;
    font-weight: 700;
}
h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}
h4 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}
h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}
h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}

ol li {
    margin-bottom: 5px;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    padding: 0;
    /* padding-left: 20px; */
    position: relative;
    list-style: none;
    /* margin-bottom: 5px; */
}

ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 9px;
    left: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
select {
    background-color: #fff;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    border: 1px solid #e6e7e8;
    height: 48px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="tel"]:read-only,
textarea:read-only {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    /*  padding-right: 40px;*/
    cursor: no-drop;
}

/*input[type="text"]:read-only:hover,input[type="text"]:read-only:focus,
input[type="email"]:read-only:hover,input[type="email"]:read-only:focus,
input[type="tel"]:read-only:hover,input[type="tel"]:read-only:focus,
textarea:read-only:hover,textarea:read-only:focus{
 background-image: url(images/remove.svg);
 background-size: 15px;
 background-repeat: no-repeat;
 background-position: right 15px center;
 border-color: #f00;
}
*/

select,
select.form-control {
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 16px;
    padding-right: 32px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select[multiple] {
    background: transparent;
    min-height: 85px;
}
textarea {
    height: 130px;
}

button[type="button"],
input[type="button"],
input[type="submit"],
button[type="submit"] {
    background-color: #ff4575;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    padding: 18px 30px;
    border: 0;
}

button[type="button"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled {
    cursor: inherit;
    opacity: 0.3;
}

button:disabled,
button[disabled] {
    cursor: inherit;
    opacity: 0.3;
}

button[type="button"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    /* background-color: #000000; */
    color: #fff;
}
button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #878787;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #878787;
}
::-moz-placeholder {
    opacity: 1;
    color: #878787;
}
:-moz-placeholder {
    opacity: 1;
    color: #878787;
}
/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
}

/* custom checkbox */
.form_input_check {
    position: relative;
    margin: 0;
    padding-left: 34px;
}
.form_input_check span {
    margin: 0;
    padding: 0;
}
.form_input_check input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.form_input_check input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e7e8;
    background: #fff;
    border-radius: 4px;
}
.form_input_check input[type="checkbox"] + span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/checked.svg) no-repeat center center;
    background-size: 11px;
}
.form_input_check input[type="checkbox"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* .form_input_check input[type="checkbox"]:checked + span::before {

} */
.form_input_check input[type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* custom radio */
.form_input_radio {
    position: relative;
    margin: 0;
    padding-left: 36px;
}
.form_input_radio span {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.form_input_radio input[type="radio"] {
    visibility: hidden;
    display: none;
}
.form_input_radio input[type="radio"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #e6e7e8;
    border-radius: 100%;
    background: #fff;
}
.form_input_radio input[type="radio"]:checked + span:before {
    border-color: #e8047d;
}
.form_input_radio input[type="radio"] + span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #e8047d;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form_input_radio input[type="radio"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* .form_input_radio input[type="radio"]:checked + span::before {

} */
.form_input_radio input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* custom radio end */

.mainheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 22px 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #000;

}
.mainheader.sticky .navbar .logo img {
    width: 150px;
}
.mainheader.sticky {
    /* padding: 10px 0; */
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    z-index: 9999;
}

.before_login li:before {
    display: none;
}
.before_login li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 32px;
}
.before_login li:first-child {
    padding-left: 0;
}
.before_login li a {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.before_login li a:hover {
    color: #fff;
}
.before_login .Register {
    background: #ffffff;
    color: #e8047d;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px 27px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.before_login .Register:hover {
    /* background: #e8047d; */
    color: #fff;
}

/* navbar*/
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.navbar-nav li {
    position: relative;
    list-style: none;
}
.navbar-nav > li {
    margin: 0 20px;
    padding: 0 0;
    position: relative;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-nav > li > a {
    color: #fff;
}
.navbar-nav li:before {
    display: none;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
    color: #ffc665;
}

.navbar-nav > li > a {
    position: relative;
}
.navbar-nav > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    background: #ffc665;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.navbar-nav > li.current-menu-item > a:before,
.navbar-nav > li > a:hover:before {
    opacity: 1;
    width: 100%;
    transform: inherit;
    -webkit-transform: inherit;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

/* navbar submenu*/
.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}
.sub-menu > li > a {
    color: #425964;
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.sub-menu > li {
    width: 100%;
    display: block;
}
.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a {
    background: #00bce4;
    color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.cmn_gap {
    padding-top: 65px;
    padding-bottom: 80px;
}

.banner_sec {
    position: relative;
    z-index: 1;
}
.banner_sec > figure {
    margin-bottom: 0;
    position: relative;
}
.banner_sec > figure:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner_sec figure img {
    width: 100%;
}
.banner_sec_outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.banner_sec_inner {
    color: #fff;
    max-width: 650px;
}
.banner_sec_inner h1 {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.banner_sec_inner h1 span {
    display: block;
    color: #ffc665;
}

.banner_sec_inner_btn {
    margin-top: 41px;
}
.banner_sec_inner_btn li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
.banner_sec_inner_btn li:first-child {
    margin-left: 0;
}
.banner_sec_inner_btn li:before {
    display: none;
}

.vbtn {
    display: inline-block;
    padding: 18px;
    min-width: 178px;
    background-color: #ff4575;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid transparent;
}
.vbtn:hover {
    border: 1px solid #ff4575;
    background-color: transparent;
    color: #ff4575;
}
.vbtn.wt {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.vbtn.wt:hover {
    background-color: #fff;
    color: #ff4575;
}

.heading_sec {
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 52px;
}
.heading_sec .subhead {
    display: inline-block;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px;
    z-index: 1;
}
.heading_sec .subhead:after {
    position: absolute;
    content: "";
    width: 100px;
    background: #e8047d;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -2;
}
.heading_sec .subhead:before {
    position: absolute;
    content: "";
    background: url(images/heart.svg) no-repeat center center;
    background-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -6px;
    width: 15px;
    height: 15px;
    z-index: -1;
}
.heading_sec .subhead h3 {
    text-transform: uppercase;
    font-weight: 900;
}
.heading_sec p {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}

.how_it_works_plan li:before {
    display: none;
}
.how_it_works_plan_outer {
    background: #ff4575;
    text-align: center;
    padding: 30px 25px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_it_works_plan_outer:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid #ff4575;
    border-bottom: 12px solid transparent;
    right: -13px;
    bottom: 18px;
}
.how_it_works_plan li:nth-child(even) {
    margin-top: 72px;
}
.how_it_works_plan li:nth-child(even) .how_it_works_plan_outer:after {
    right: inherit;
    left: -13px;
    border-left: 0;
    border-right: 15px solid #ff4575;
}
.how_it_works_plan li:last-child .how_it_works_plan_outer:after {
    display: none;
}

.how_it_works_plan_outer figure {
    margin-bottom: 16px;
}
.how_it_works_plan_outer h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

.how_it_works_plan ul {
    margin-top: 47px;
}
.how_it_works_plan ul li {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 8%;
    width: 46%;
    margin-top: -47px;
}
.how_it_works_plan ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.how_it_works_plan ul li:nth-child(odd) {
    animation: MoveUpDown 4s linear infinite;
}
.how_it_works_plan ul li:nth-child(even) {
    animation: MoveDownUp 4s linear infinite;
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

@keyframes MoveDownUp {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
.connect_sec {
    padding: 33px 0;
}
.connect_sec_outer {
    background: rgba(0, 0, 0, 0.7);
    /* max-width: 715px; */
    color: #fff;
    padding: 41px 45px;
}
.connect_sec_outer h2 {
    color: #ffc665;
}
.connect_sec_outer p {
    font-size: 20px;
}
.connect_sec_outer .vbtn {
    margin-top: 15px;
}


.footer3 {
    text-align: right;
}
.topfoot {
    color: #fff;
}

.topfoot {
    padding: 20px;
    color: #E7E7E7;
    background: #1A1A1C;
}
/* .topfoot a {
    color: #E7E7E7;
} */
.topfoot a:hover {
    color: #e8047d;
}

.footer1 .logo_sec {
    padding-right: 90px;
}
.footer1 .logo_sec p {
    font-size: 14px;
}
.foot_logo {
    display: inline-block;
    margin-bottom: 35px;
}
.nav_link li:before {
    background-color: #ff4575;
    width: 5px;
    height: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    top: 8px;
}
.nav_link li {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 13px;
}
.nav_link li:last-child {
    margin-bottom: 0;
}
.topfoot h6 {
    font-weight: 700;
    margin-bottom: 22px;
    color: #F8F8F8;
}
.contact_foot li:before {
    display: none;
}
.contact_foot li {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 17px;
    font-size: 13px;
}
.contact_foot li:last-child {
    margin-bottom: 0;
}
.contact_foot {
    color: #999999;
}
.contact_foot li address {
    margin-bottom: 0;
}
.contact_foot li.addrss {
    background: url(images/address.svg) no-repeat 0 4px;
    background-size: 10px;
}
.contact_foot li.phone {
    background: url(images/telephone.svg) no-repeat 0 4px;
    background-size: 16px;
}
.contact_foot li.email {
    background: url(images/email.svg) no-repeat 0 4px;
    background-size: 13px;
}
.btmfoot {
    background: #363636;
    color: #999999;
    padding: 14px 0;
}
.btmfoot_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}

.btmfoot_outer_right li a {
    color: #999999;
}
.btmfoot_outer_right li a:hover {
    color: #ff4575;
}
.btmfoot_outer_right li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.btmfoot_outer_right li:before {
    position: absolute;
    content: "";
    left: inherit;
    right: 0;
    height: 90%;
    background: #999999;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.btmfoot_outer_right li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.btmfoot_outer_right li:last-child:before {
    display: none;
}
.map_ssec img {
    width: 100%;
}
.img_mbl {
    display: none;
}
.footer3 figure {
    margin-bottom: 0;
}
.mainheader.sticky {
    background: rgba(0, 0, 0, 0.8);
}

/*about_us*/

.inner_banner_sec {
    position: relative;
    z-index: 1;
}
.inner_banner_sec > figure {
    margin-bottom: 0;
    position: relative;
}
.inner_banner_sec > figure:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner_banner_sec figure img {
    width: 100%;
}
.inner_banner_sec_outer {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.inner_ban_cntnt {
    text-align: center;
    color: #fff;
}

.inner_ban_cntnt h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.profile_section{
display: flex;
align-items:center ;
}

.avatar_img{
    width: 53px;
    height:53px ;
    margin-right: 12px;
    border-radius: 27.5px;
border: 1px solid #FFF;
}
.balance{
    font-size: 16px;
}
.search_main_hm img {
    width: 22px;
}
.search_field .form-group button i {
    display: inline-block;
    width: 18px;
}
.eaning_img {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.eaning_img_left span {
    display: block;
}
.eaning_img_left span.erng {
    font-size: 16px;
    font-weight: 500;
    color: #ffc665;
}
.eaning_img_right figure {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.eaning_img_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.eaning_img_right {
    padding-left: 11px;
}
.before_login.after_login li {
    padding-left: 15px;
}
.before_login.after_login li:first-child {
    padding-left: 0;
}

.search_field {
    position: relative;
}
.search_field .form-group {
    position: absolute;
    top: 50px;
    right: 0;
    margin-bottom: 0;
    z-index: 9999;
}
.search_field .form-group input[type="text"],
.search_field .form-group input[type="email"],
.search_field .form-group input[type="search"],
.search_field .form-group input[type="website"] {
    width: 230px;
    font-size: 14px;
    height: 40px;
    padding: 10px;
    padding-right: 35px;
}
.search_field .form-group input[type="submit"],
.search_field .form-group button {
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: inherit;
    height: 40px;
    width: 30px;
    z-index: 1;
}
.search_field .form-group input[type="submit"]:hover,
.search_field .form-group button:hover {
    background: #ccc;
}
.search_field.mbl {
    display: none;
}

.about-inner-us {
    text-align: center;
}

.mb-img {
    display: none;
}

.out_advantage_outer {
    min-height: 524px;
    position: relative;
}
.out_advantage_outer {
    margin: 0;
}
.out_advantage_outer > [class*="col-"] {
    padding: 0;
}

.out_advantage_outer_right_row > [class*="col-"] {
    padding: 0;
}
.out_advantage_outer_right_row {
    min-height: 262px;
    position: relative;
    margin: 0;
    align-items: center;
}
.out_advantage_outer_btm {
    padding: 51px 27px;
    background-color: #ffffff;
    width: 53%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.out_advantage_outer_btm h5,
.out_advantage_outer_right_row_left h5 {
    font-size: 18px;
    font-weight: 700;
}
.out_advantage_outer_btm p,
.out_advantage_outer_right_row_left p {
    font-size: 14px;
    font-weight: 400;
}
.out_advantage_outer_left {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.out_advantage_outer_right_row_right {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
}
.out_advantage_outer_right_row:nth-child(even)
    .out_advantage_outer_right_row_right {
    right: inherit;
    left: 0;
}

.out_advantage_outer_right_row:nth-child(even)
    .out_advantage_outer_right_row_left {
    margin-left: auto;
}

.out_advantage_outer_right {
    margin-left: auto;
}
.out_advantage_outer_right_row .out_advantage_outer_right_row_left {
    padding: 22px;
}

/*how_it_works*/

.number_register {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 21px;
}
.number_register:first-child {
    margin-top: 0;
}
.number_register_left {
    flex-basis: 130px;
    max-width: 130px;
}

.number_register_right {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding-left: 36px;
}
.number_register_left_out {
    text-align: center;
    padding: 20px;
    box-shadow: -36px 0 30px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -36px 0 30px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    position: relative;
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.number_register_left_out .img_nmbrrr {
    margin-bottom: 0;
}
.number_register_left_out .number {
    font-size: 60px;
    font-weight: 800;
    color: #f2f2f2;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.number_register_right p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.number_register_left_out .img_nmbrrr img {
    max-width: 50px;
}
.rent_girlfrnd_row_right .vbtn {
    min-width: 280px;
    margin-top: 55px;
}

.rent_girlfrnd_row {
    position: relative;
    min-height: 546px;
}
.rent_girlfrnd_row_left {
    position: absolute;
    height: 100%;
    width: 100%;
}
.rent_girlfrnd_row_left figure {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
.rent_girlfrnd_row_left figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rent_girlfrnd_row_right {
    margin-left: auto;
}

.benefit_gf_rental_outer {
    position: relative;
    z-index: 1;
    padding-top: 54px;
    padding-left: 88px;
}
.benefit_gf_rental_outer:after {
    position: absolute;
    content: "";
    background: #363636;
    width: calc(100% - 85px);
    height: calc(100% - 55px);
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.benefit_gf_rental_outer:before {
    position: absolute;
    content: "";
    background: #ffc665;
    width: 10px;
    height: calc(100% - 55px);
    left: 0;
    top: 0;
}

.benefit_gf_rental_outer .head {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
}
.benefit_gf_rental_row {
    min-height: 300px;
    position: relative;
    margin: 0;
    background: #fff;
    align-items: center;
}
.benefit_gf_rental_row_left {
    padding: 60px 52px;
}
.benefit_gf_rental_row_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.benefit_gf_rental_row_right figure {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.benefit_gf_rental_row_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.benefit_gf_rental_row_left h2 {
    font-size: 30px;
    font-weight: 700;
}
.benefit_gf_rental_row_left p {
    font-size: 18px;
    margin-bottom: 20px;
}
.benefit_gf_rental_row_left p:last-child {
    margin-bottom: 0;
}
.sign_up_secccc {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.sign_up_secccc span {
    background: url(images/new-right-arrow.svg) no-repeat right 2px;
    /* background-size: 6px; */
    padding-right: 18px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.sign_up_secccc span:hover {
    padding-right: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.benefit_gf_rental_row:nth-child(odd) .benefit_gf_rental_row_right {
    right: inherit;
    left: 0;
}
.benefit_gf_rental_row:nth-child(odd) .benefit_gf_rental_row_left {
    margin-left: auto;
}

.inner_membership_plans {
    padding: 45px 0;
}
.Membership_Plans_left h2 {
    font-size: 30px;
}

.vbtn.new {
    min-width: 206px;
}
.Membership_Plans_right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: -16px;
}

.Membership_Plans_right ul li:before {
    display: none;
}
.Membership_Plans_right ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 16px;
}
.Membership_Plans_right_outer {
    min-height: 146px;
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff4f4;
    border-radius: 10px !important;
    -webkit-border-radius: 10px;
}
.Membership_Plans_right_outer h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 36px;
}
.Membership_Plans_right_outer .amnt {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.Membership_Plans_right_outer .amnt sub {
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
}

.Membership_Plans_right ul li:nth-child(3n + 2) .Membership_Plans_right_outer {
    background: #e8047d;
    color: #fff;
}
.Membership_Plans_right
    ul
    li:nth-child(3n + 2)
    .Membership_Plans_right_outer
    h5 {
    color: #fff;
}
.Membership_Plans_right ul li:nth-child(3n + 3) .Membership_Plans_right_outer {
    background: #ffc665;
}
.inner_membership_plans .row {
    align-items: center;
}

.find_out_more_row_outer {
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 30px 35px;
}

.find_out_more_row_outer figure {
    margin-bottom: 26px;
}
.find_out_more_row_outer figure img {
    width: 50px;
}
.find_out_more_row_outer h5 {
    font-size: 18px;
    font-weight: 700;
}
.find_out_more_row_outer p {
    font-size: 16px;
    font-weight: 400;
}

.parent_premm_left {
    display: none;
}

/*plan*/

.plan_dsesktop_table table {
    width: 100%;
}

.plan_dsesktop_table table th {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 15px;
    padding-bottom: 20px;
    text-align: center;
}
.plan_dsesktop_table table td {
    padding: 0 15px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 25%;
}

.plan_dsesktop_table table td:nth-child(4n + 1) {
    text-align: left;
}
.plan_dsesktop_table table td:nth-child(4n + 2) .cmn_clr_divv {
    background: #ffcfcf;
}
.plan_dsesktop_table table td:nth-child(4n + 3) .cmn_clr_divv {
    background: #ffc665;
}
.plan_dsesktop_table table td:nth-child(4n + 4) .cmn_clr_divv {
    background: #e8047d;
    color: #fff;
}
.plan_dsesktop_table table td .cmn_clr_divv {
    padding: 10px 10px;
}

.plan_dsesktop_table table tr:first-child td .cmn_clr_divv {
    padding-top: 36px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

.plan_dsesktop_table table tr:last-child td .cmn_clr_divv {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
.plan_dsesktop_table table td .mnth_amnttt {
    font-size: 24px;
    color: #000;
    display: block;
    font-weight: 700;
}
.plan_dsesktop_table table td .mnth_amnttt span {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.plan_dsesktop_table table td:nth-child(4n + 4) .mnth_amnttt,
.plan_dsesktop_table table td:nth-child(4n + 4) .mnth_amnttt span {
    color: #fff;
}
.plannnn_sec {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    padding: 11px 18px;
    border: 1px solid transparent;
    margin-top: 25px;
    font-size: 14px;
}
.plannnn_sec.select_plan {
    border-color: #107008;
    color: #107008;
}
.plannnn_sec.select_plan span {
    background: url(images/tick.svg) no-repeat 0 5px;
    background-size: 15px;
    background-size: 13px;
    padding-left: 23px;
}
.plan_dsesktop_table {
    max-width: 900px;
    margin: 0 auto;
}

.plan_dsesktop_table table th:nth-child(4n + 4) {
    color: #e8047d;
}

.plan_mobile_table table {
    width: 100%;
}
.plan_mobile_table table th {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 15px;
    padding-bottom: 10px;
    text-align: center;
}
.plan_mobile_table table td {
    padding: 0 15px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 50%;
}
.plan_mobile_table table td:first-child {
    text-align: left;
}
.plan_mobile_table table td .mnth_amnttt {
    font-size: 24px;
    color: #000;
    display: block;
    font-weight: 700;
}
.plan_mobile_table table td .mnth_amnttt span {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}
.plan_mobile_table table td:last-child .cmn_clr_divv {
    padding: 10px 10px;
    background: #ffcfcf;
}

.plan_mobile_table table tr:first-child td .cmn_clr_divv {
    padding-top: 36px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

.plan_mobile_table table tr:last-child td .cmn_clr_divv {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
.plan_mobile_table table.mid_tier_table td:last-child .cmn_clr_divv {
    background: #ffc665;
}
.plan_mobile_table table.premimum_tier_table td:last-child .cmn_clr_divv {
    background: #e8047d;
    color: #fff;
}

.plan_mobile_table table.premimum_tier_table td .mnth_amnttt,
.plan_mobile_table table.premimum_tier_table td .mnth_amnttt span {
    color: #fff;
}
.plan_mobile_table table.premimum_tier_table th {
    color: #e8047d;
}

.plan_mobile_table > table {
    margin-bottom: 46px;
}
.plan_mobile_table > table:last-child {
    margin-bottom: 0;
}

.plan_mobile_table {
    display: none;
}

/*contact_us*/

.heading_sec.left {
    text-align: left;
}
.heading_sec.left .subhead::after,
.heading_sec.left .subhead::before {
    display: none;
}
.heading_sec.left .brdr_new {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100px;
}
.heading_sec.left .brdr_new:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #e8047d;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.heading_sec.left .brdr_new::before {
    position: absolute;
    content: "";
    background: url(images/heart.svg) no-repeat center center;
    background-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -6px;
    width: 15px;
    height: 15px;
    z-index: -1;
}
.heading_sec.left .subhead h3 {
    margin-bottom: 11px;
}
.heading_sec.left .subhead {
    padding-bottom: 0;
}
.map_sec iframe,
.map_sec {
    width: 100%;
    height: 100%;
    border: 0;
}
.get_in_touch_cnt {
    position: relative;
    overflow: hidden;
}
.get_in_touch_cnt_row {
    min-height: 450px;
    background: #ffc665;
}
.get_in_touch_cnt_row_left {
    position: relative;
}
.get_in_touch_cnt_row_left:after {
    position: absolute;
    content: "";
    background: #ffc665;
    left: -1920px;
    width: 1920px;
    top: 0;
    bottom: 0;
    height: 100%;
}
.get_in_touch_cnt_row_left {
    padding: 0;
    padding-top: 64px;
    padding-right: 55px;
    padding-bottom: 64px;
}
.get_in_touch_cnt_row_right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    top: 0;
}

.get_in_touch_cnt_row_left .heading_sec p {
    color: #000;
}
.get_in_touch_cnt_row_left .heading_sec.left {
    margin-bottom: 30px;
}

.contact_foot.new li {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.contact_foot.new li a {
    color: #000;
}
.contact_foot.new li a:hover {
    color: #e8047d;
}

.contact_foot.new li.addrss {
    background-size: 17px;
}
.contact_foot.new li {
    padding-left: 36px;
}
.contact_foot.new li.phone {
    background: url(images/phone-no.svg) no-repeat 0 3px;
    background-size: 20px;
}

.send_message_secc {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.send_message_secc_outer {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 50%;
    margin-left: auto;
}

.send_message_secc_outer_top {
    background: #fbfbfb;
    padding: 25px 28px;
}
.send_message_secc_outer_top h3 {
    font-size: 20px;
    font-weight: 600;
}

.send_message_secc_outer_btm {
    padding: 22px 28px;
}
.send_message_secc_outer_btm input[type="submit"],
.send_message_secc_outer_btm button[type="submit"],
.send_message_secc_outer_btm input[type="button"] {
    width: 100%;
    margin-top: 17px;
}
.map_sec.mbl {
    display: none;
}
.send_msg_fig {
    display: none;
}

/*login*/

.loginn-outer-row-left {
    background-size: cover !important;
    background-position: center center !important;
}

.mb-oppen {
    display: none;
}
.loginn-outer {
    position: relative;
}
.loginn-outer-row {
    /* min-height: 830px; */
    align-items: center;
}
.loginn-outer-row-left {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
.loginn-outer-row-right {
    margin-left: auto;
    padding: 0;
    width:555px;
    flex:unset;
}
label.important {
    position: relative;
}
label.important:before {
    position: relative;
    content: "*";
    color: #e8047d;
    float: right;
    margin-left: 3px;
}
.login_form_si {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.login_form_si_top {
    /* background: #fbfbfb; */
    padding: 22px 27px;
}
.login_form_si_bottom {
    padding: 28px 27px;
}
.login_form_si_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-pills-cmn li:before {
    display: none;
}
.nav-pills-cmn li {
    padding: 0;
    margin: 0;
}
.nav-pills-cmn li a {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 28px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
}
.nav-pills-cmn li a.active {
    background: #ff4575;
    color: #fff;
}
.login_form_si_top_left h5 {
    font-weight: 600;
    font-size: 20px;
}

.login_form_si_bottom_form p {
    color: #202020;
    font-size: 14px;
}

.login_form_si_bottom_form input[type="submit"],
.login_form_si_bottom_form button[type="submit"],
.login_form_si_bottom_form input[type="button"] {
    width: 100%;
    margin-top: 10px;
}
.login_form_si_bottom_form .form-group {
    margin-bottom: 0;
}
.login_form_si_bottom_form-row [class*="col-"] {
    margin-bottom: 22px;
}
.login_form_si_bottom_form-row {
    margin-bottom: -22px;
}
.login_form_si_bottom_form .restest {
    background: transparent;
    border: 0;
    padding: 0;
    color: #e8047d;
    margin-top: 7px;
    font-weight: 700;
    font-size: 14px;
}

/*register*/
.custom_checkbox .form_input_check {
    color: #888888;
    font-size: 14px;
}

.login_form_si_top.no-tabes {
    display: block;
    padding: 28px 27px;
}

.login_form_si_top.no-tabes h5 {
    font-size: 20px;
    font-weight: 600;
}

.billing_address {
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.billing_address_top {
    background: #fbfbfb;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.billing_address_btm {
    padding: 25px 28px;
    padding-bottom: 60px;
}
.billing_address_top > * {
    padding: 0 5px;
}
.billing_address_top_left h5 {
    font-size: 20px;
    font-weight: 600;
}
.addss_btn {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff4575;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.addss_btn:hover {
    background: #000;
    color: #fff;
}

.billing_address_btm_label .custom_radio {
    margin-bottom: 30px;
    position: relative;
    /*display: table;*/
    padding-right: 80px;
}
.billing_address_btm_label .custom_radio:last-child {
    margin-bottom: 0;
}

.billing_address_btm_label .custom_radio .del {
    position: absolute;
    right: 0;
    top: 0;
}

/*card_details*/

.card_details_address {
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.card_details_address_top {
    background: #fbfbfb;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.card_details_address_btm {
    padding: 25px 28px;
    padding-bottom: 60px;
}
.card_details_address_top > * {
    padding: 0 5px;
}
.card_details_address_top_left h5 {
    font-size: 20px;
    font-weight: 600;
}

.card_details_address_btm_label .custom_radio {
    margin-bottom: 30px;
    position: relative;
    display: table;
    padding-right: 80px;
}
.card_details_address_btm_label .custom_radio:last-child {
    margin-bottom: 0;
}

.card_details_address_btm_label .custom_radio .del {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.custom_radio .form_input_radio_inner_sp {
    position: relative;
    min-width: 362px;
    display: block;
    border-radius: 10px;
    border: 1px solid #dddddd;
    padding: 24px 110px 24px 20px;
}
.form_input_radio_inner_sp span {
    display: block;
}
.form_input_radio_inner_sp span.heading {
    font-size: 16px;
    font-weight: 600;
}
.form_input_radio_inner_sp span.number {
    color: #888888;
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
}

.card_details_address_btm_label
    .form_input_radio
    input[type="radio"]
    + span::before,
.card_details_address_btm_label
    .form_input_radio
    input[type="radio"]
    + span::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.form_input_radio_inner_sp_img {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.subscription_putchasee_row_left > * {
    margin-bottom: 40px;
}
.subscription_putchasee_row_left > *:last-child {
    margin-bottom: 0;
}


.subscriptiosn_details {
    background: #fff4f4;
    padding: 40px 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.subscriptiosn_details_top h5 {
    padding-bottom: 16px;
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    font-weight: 600;
}
/* .subscriptiosn_details_top {
    margin-bottom: 24px;
} */
.subscriptiosn_details_mdlle h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.acss_amntts span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.acss_amntts span:last-child {
    margin-bottom: 0;
}
.subscriptiosn_details_mdlle tr td:first-child {
    width: 50%;
}
.subscriptiosn_details_mdlle tr:first-child td {
    padding-bottom: 24px;
}
.subscriptiosn_details_mdlle tr td {
    font-size: 14px;
    padding: 0 15px;
}
.subscriptiosn_details_mdlle tr td:last-child {
    text-align: right;
    padding-right: 0;
}
.amntssss {
    font-size: 15px;
    font-weight: 700;
}
.subscriptiosn_details_mdlle tr td.total_cmn {
    border-top: 1px solid #ffc9d7;
    padding-top: 43px;
}

.subscriptiosn_details_mdlle tr td:first-child {
    padding-left: 0;
    width: 70%;
}
.subscriptiosn_details_mdlle tr td:last-child {
    width: 100%;
}
.subscriptiosn_details_mdlle tr td.total_cmn:first-child {
    width: 70%;
    text-align: right;
}
.subscriptiosn_details_btm {
    text-align: right;
    padding-top: 48px;
}

.cmn_policy h5,
.cmn_policy h4,
.cmn_policy h6 {
    font-weight: 700;
}
.cmn_policy h6 {
    margin-bottom: 5px;
}
.cmn_policy p {
    color: #888888;
}
.policy_top {
    display: inline-block;
    width: 100%;
}

.cmn_policy h1,
.cmn_policy h2,
.cmn_policy h3,
.cmn_policy h4,
.cmn_policy h5,
.cmn_policy h6 {
    margin-top: 35px;
}

.cmn_policy h1:first-child,
.cmn_policy h2:first-child,
.cmn_policy h3:first-child,
.cmn_policy h4:first-child,
.cmn_policy h5:first-child,
.cmn_policy h6:first-child {
    margin-top: 0;
}
.vbtn.bt {
    min-width: 234px;
}

.page_eror_wrap h3 {
    font-size: 30px;
}
.page_eror_wrap p {
    color: #888888;
}

.page_eror_wrap {
    max-width: 450px;
    margin: 0 auto;
}
.account_pending_{
    max-width: 527px;
    margin: 0 auto;
}
#account_pending_profile_{
    padding: 8px 14px !important;
}
/*profile_listing*/

.profile_listing_outers_top {
    background: #fff4f4;
    padding: 18px 0;
}

.common_filterss .btn {
    background: transparent !important;
    border: 0 !important;
    box-shadow: inherit !important;
    padding: 0;
    margin: 0;
}

.common_filterss .btn:after {
    display: none;
}

.common_filterss .btn img {
    width: 25px;
}

.common_filterss .dropdown-menu {
    width: 322px;
    padding: 0;
    border: 0;
    z-index: 9999;
}
.profile_listing_outers_sortBy {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.16);
    min-height: 326px;
}
.profile_listing_outers_sortBy_top {
    background: #fbfbfb;
    padding: 12px 18px;
}
.profile_listing_outers_sortBy_top label {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
.profile_listing_outers_sortBy_mdl {
    padding: 12px 18px;
}
.detgails_of_ptofile h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.detgails_of_ptofile .detgails_of_ptofile_btn {
    /* border: 1px solid transparent; */
    padding: 0;
    margin: 0;
    background: transparent;
    color: #000000;
    padding: 5px 8px;
    border-radius: 5px;
}
.detgails_of_ptofile .detgails_of_ptofile_btn:hover,
.detgails_of_ptofile li.active .detgails_of_ptofile_btn {
    /* border: 1px solid #e8047d; */
    background-color: rgba(232, 4, 125, 0.03);
}
.detgails_of_ptofile li:before {
    display: none;
}
.detgails_of_ptofile li {
    padding: 0;
    margin: 0;
    margin-bottom: 9px;
}
.detgails_of_ptofile li:last-child {
    margin-bottom: 0;
}
.detgails_of_ptofile ul {
    margin-left: 12px;
}
.detgails_of_ptofile {
    margin-bottom: 21px;
}
.detgails_of_ptofile:last-child {
    margin-bottom: 0;
}
.profile_listing_outers_top_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -13px;
}
.profile_listing_outers_top_parent > * {
    padding: 0 13px;
}

.profile_listing_outers_filterrs {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.16);
    min-height: 326px;
}
.profile_listing_outers_filterrs_top {
    background: #fbfbfb;
    padding: 12px 18px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.profile_listing_outers_filterrs_top label {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
.profile_listing_outers_filterrs_top .reset_filterrrs {
    position: absolute;
    right: 18px;
    top: 25px;
    background: transparent;
    color: #e8047d;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.profile_listing_outers_filterrs_top .reset_filterrrs:hover {
    color: #000;
}
.profile_listing_outers_filterrrs_mdl {
    padding: 12px 18px;
    padding-bottom: 35px;
}

.slider_range_part_top .output_secc {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.slider_range_part_top .output_secc output {
    margin-right: 5px;
}
.slider_range_part_top_left h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.slider_range_part_top {
    display: flex;
    justify-content: space-between;
}
.slider_range_part_btm {
    font-size: 12px;
    font-weight: 500;
    color: #888888;
}
.slider_range_part_btm {
    display: flex;
    justify-content: space-between;
}

.slider_range_part_top_right .length__title::after {
    content: attr(data-length);
    font-variant-numeric: tabular-nums;
    font-size: 13px;
    font-weight: 600;
}
.slider_range_part input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-color: transparent;
    border-radius: 2px;
    background: #f0f0f0;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    padding: 0;
    margin: 25px 0;
}
.slider_range_part input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 47px;
    height: 47px;
    border: 0;
    background: url("images/slider-handle.png") no-repeat center center;
    cursor: pointer;
    background-size: 47px;
}

.slider_range_part input[type="range"]::-moz-range-thumb {
    width: 47px;
    height: 47px;
    border: 0;
    background: url("images/slider-handle.png") no-repeat center center;
    cursor: pointer;
    background-size: 47px;
}

.slider_range_part_top_right .length__title {
    margin-right: 3px;
}
.color_dscribess h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.color_dscribess li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 10px;
}
.color_dscribess li:before {
    display: none;
}
.color_dscribess li a {
    border-radius: 28px;
    border: solid 1px #e6e7e8;
    background: transparent;
    padding: 4px 13px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #58595b;
}
.color_dscribess li a:hover,
.color_dscribess li.active a {
    border-color: #e8047d;
    color: #e8047d;
}
.profile_listing_outers_filterrrs_mdl > * {
    margin-bottom: 18px;
}
.profile_listing_outers_filterrrs_mdl > *:last-child {
    margin-bottom: 0;
}

.profile_listing_outers_filterrrs_btm {
    background: #fbfbfb;
    padding: 12px 18px;
}

.profile_listing_outers_filterrrs_btm button {
    background: transparent !important;
    color: #e8047d;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    box-shadow: inherit;
    border: 0;
    display: table;
    margin-left: auto;
}

.profile_listing_outers_filterrrs_btm button:hover {
    color: #000;
}

.sort_ptofile_naming_img {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}
.sort_ptofile_naming_img .active_svg {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}
.sort_ptofile_naming_img figure {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.sort_ptofile_naming_img figure img {
    width: 100%;
}
.sort_ptofile_naming_btm h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.sort_ptofile_naming_btm h4 a {
    color: #000;
}
.sort_ptofile_naming_btm h4 a:hover {
    color: #e8047d;
}
.sort_ptofile_naming_btm .age_dtls {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #888888;
}
.sort_ptofile_naming_btm {
    text-align: center;
}

.sort_ptofile_naming_img .active_svg svg #svg_g {
    fill: rgba(255, 255, 255, 0.5);
    stroke: #000;
}
.sort_ptofile_naming_img .active_svg.active svg #svg_g {
    fill: #e8047d;
    stroke: #fff;
}

.profile_listing_outers_images_parent_row {
    margin-bottom: -50px;
    justify-content: center;
}
.profile_listing_outers_images_parent_row > [class*="col-"] {
    margin-bottom: 50px;
}
.load_more_btn {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    min-width: 180px;
    text-align: center;
    background: #ff4575;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    margin-top: 48px;
    text-align: center;
}

.load_more_btn:hover {
    background: #000;
    color: #fff;
}
.profile_listing_outers_images_parent_col {
    display: none;
}

/*gf-profile-details*/

.chat_photo_parrts_top {
    background-color: #fff4f4;
    padding: 33px 0;
    z-index: 1;
    position: relative;
}

.chat_photo_parrts_top_left li:before {
    display: none;
}
.chat_photo_parrts_top_left ul {
    display: flex;
    margin: 0 -13px;
}
.chat_photo_parrts_top_left li {
    padding: 0 13px;
    margin: 0;
}
.chat_photo_parrts_top_left li a {
    padding: 14px 31px;
    display: inline-block;
    font-size: 14px;
    color: #1c1c1c;
    background-color: transparent;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    font-weight: 600;
}
.chat_photo_parrts_top_left li a.current {
    background-color: #ff4575;
    color: #fff;
}

.responsive_chat_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
    align-items: center;
}
.btn_balnace {
    display: inline-block;
    border-radius: 5px;
    border: solid 2px #e8047d;
    min-width: 180px;
    text-align: center;
    padding: 19px 18px;
    font-size: 14px;
    font-weight: bold;
    color: #e8047d;
}
.btn_balnace:hover {
    background: #e8047d;
    color: #fff;
}
.chat_photo_parrts_top_rt {
    padding-left: 20px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chattt_partttss_left_slider_img img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}
.chattt_partttss_left_slider .slick-arrow:before {
    display: none;
}
.chattt_partttss_left_slider .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 1;
    background: transparent;
    font-size: 0;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
}

.chattt_partttss_left_slider .slick-arrow.slick-prev {
    background: url(images/left-arrow2.svg) no-repeat center center;
    background-size: 40px;
    left: 10px;
}
.chattt_partttss_left_slider .slick-arrow.slick-next {
    background: url(images/right-arrow2.svg) no-repeat center center;
    background-size: 40px;
    right: 10px;
}

.chattt_partttss_text {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}
.chattt_partttss_text_top {
    background: #fbfbfb;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 63px;
}
.chattt_partttss_text_top_left h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.chattt_partttss_text_top_right ul li:before {
    display: none;
}
.chattt_partttss_text_top_right ul li {
    display: inline-block;
    margin: 0 13px;
    padding: 0;
}
.chattt_partttss_text_top_right ul li:first-child {
    margin-left: 0;
}
.chattt_partttss_text_top_right ul li:last-child {
    margin-right: 0;
}
.chattt_partttss_text_top_right ul li a {
    display: inline-block;
}
.chattt_partttss_text_top_right ul li img {
    max-width: 28px;
}
.chattt_partttss_text_bottom1 {
    padding: 0 15px;
    height: 290px;
    overflow-y: auto;
}

.chattt_partttss_text_bottom1_qts span {
    display: table;
}
.chattt_partttss_text_bottom1_qts {
    display: table;
    max-width: 60%;
}
.chattt_partttss_text_bottom1_qts .answer_span {
    padding: 16px 19px 15px 20px;
    border-radius: 0 15px 15px 15px;
    background-color: #efefef;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    word-wrap: break-word;
    display: inline-block;
    max-width: 390px;
    margin-top:10px;
}
.time_dcle {
    font-size: 13px;
    font-weight: 500;
    color: #888888;
    text-align: right;
    margin-left: auto;
    margin-top: 9px;
}
.chattt_partttss_text_bottom1_answr {
    display: table;
    text-align: right;
    margin-left: auto;
    max-width: 60%;
}
.chattt_partttss_text_bottom1_answr span {
    display: table;
    margin-left: auto;
}
.chattt_partttss_text_bottom1_answr .answer_span {
    padding: 16px 19px 15px 20px;
    border-radius: 15px 15px 0 15px;
    background-color: #fff4f4;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 11px;
    word-wrap: break-word;
    display: inline-block;
    max-width: 390px;
}
.chattt_partttss_text_bottom2 {
    padding: 15px 26px;
}
.chattt_partttss_text_bottom2 .form-group {
    margin-bottom: 0;
    position: relative;
}
.chattt_partttss_text_bottom2 .form-group textarea {
    padding: 21px 30px;
    padding-right: 70px;
    border-radius: 29.5px;
    background-color: #fefbfb;
    height: 58px;
    border: 0;
    resize: none;
}
.chattt_partttss_text_bottom2 .form-group small {
    padding: 0px 30px;
}
.chattt_partttss_text_bottom2 .form-group button {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 17px;
}

.chattt_partttss_text_bottom2 .form-group button i {
    display: inline-block;
    width: 27px;
}

.brn_phts {
    display: inline-block;
    min-width: 160px;
    text-align: center;
    padding: 11px 17px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff4575;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.brn_phts:hover {
    background: #000;
    color: #fff;
}

.photoos_parttstss_left_parent {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.photoos_parttstss_left_parent_top {
    background: #fbfbfb;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photoos_parttstss_left_parent_top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.photoos_parttstss_left_parent_btm {
    padding: 25px 28px;
    height: 458px;
    overflow-y: auto;
}
.photoos_parttstss_left_parent_btm li:before {
    display: none;
}
.photoos_parttstss_left_parent_btm ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: -30px;
}
.photoos_parttstss_left_parent_btm ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 30px;
}
.photoos_parttstss_left_parent_btm_li figure {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.photoos_parttstss_left_parent_btm_li figure img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: center center;
}
.photoos_parttstss_left_parent_btm_li {
    position: relative;
}
.photoos_parttstss_left_parent_btm_li_btm {
    padding: 3px 15px;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1;
    background: #fff;
    display: table;
}
.photoos_parttstss_left_parent_btm_li_btm p {
    display: table;
    font-size: 13px;
    font-weight: bold;
}
.photoos_parttstss_left_parent_btm_li_btm.free p {
    color: #107008;
}
.photoos_parttstss_left_parent_btm_li_btm.free p span {
    color: #ff4575;
    display: inline;
}
.photoos_parttstss_left_parent_btm_li_btm.downloaded p {
    color: #888888;
}
.photoos_parttstss_left_parent_btm_li_btm.Download p {
    color: #ff4575;
}

.photoos_parttstss_right_parent {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.photoos_parttstss_right_parent_top {
    background: #fbfbfb;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.photoos_parttstss_right_parent_top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.photoos_parttstss_right_parent_btm {
    padding: 22px 28px;
    height: 475px;
    overflow-y: auto;
}
.name_and_detailssh h5 {
    font-size: 13px;
    font-weight: bold;
    color: #888888;
    margin-bottom: 5px;
}
.name_and_detailssh h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.photoos_parttstss_right_parent_btm table {
    width: 100%;
}

.photoos_parttstss_right_parent_btm table td {
    width: 50%;
    padding: 0 15px;
    padding-bottom: 25px;
}
.photoos_parttstss_right_parent_btm table td:first-child {
    padding-left: 0;
}
.photoos_parttstss_right_parent_btm table td:last-child {
    padding-right: 0;
}
.photoos_parttstss_left_parent_btm_li figure.not_download img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.photoos_parttstss_left_parent_btm_li_zoom {
    position: absolute;
    right: 10px;
    top: 10px;
}
.photoos_parttstss_left_parent_btm_li_zoom img {
    width: 30px;
}

.fancybox-slide--html .fancy_photo .fancybox-close-small {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
}
.fancybox-content.fancy_photo {
    padding: 14px;
    overflow: visible;
    padding-top: 25px;
}

.fancybox-slide--html .fancy_video .fancybox-close-small {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
}
.fancybox-content.fancy_video {
    padding: 14px;
    overflow: visible;
    padding-top: 25px;
}

.videoos_parttstss_left_parent {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.videoos_parttstss_left_parent_top {
    background: #fbfbfb;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.videoos_parttstss_left_parent_top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.videoos_parttstss_left_parent_btm {
    padding: 25px 28px;
    height: 387px;
    overflow-y: auto;
}

.videoos_parttstss_left_parent_btm li:before {
    display: none;
}
.videoos_parttstss_left_parent_btm ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: -15px;
}
.videoos_parttstss_left_parent_btm ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 15px;
}

.videoos_parttstss_left_parent_btm_li figure {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}
.videoos_parttstss_left_parent_btm_li figure:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.videoos_parttstss_left_parent_btm_li figure img,
.videoos_parttstss_left_parent_btm_li figure video {
    height: 100px;
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
}
.videoos_parttstss_left_parent_btm_li {
    position: relative;
    z-index: 1;
}

.videoos_parttstss_left_parent_btm_li_btm {
    padding: 3px 15px;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1;
    background: #fff;
    display: table;
}
.videoos_parttstss_left_parent_btm_li_btm p {
    display: table;
    font-size: 13px;
    font-weight: bold;
}
.videoos_parttstss_left_parent_btm_li_btm.free p {
    color: #107008;
}
.videoos_parttstss_left_parent_btm_li_btm.free p span {
    color: #ff4575;
}
.videoos_parttstss_left_parent_btm_li_btm.downloaded p {
    color: #888888;
}
.videoos_parttstss_left_parent_btm_li_btm.download p {
    color: #ff4575;
}
.videoos_parttstss_left_parent_btm_li_zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}
.videoos_parttstss_left_parent_btm_li_zoom img {
    width: 30px;
}

.videoos_parttstss_rightt_parent_top {
    background: #fbfbfb;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videoos_parttstss_right_parent {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.videoos_parttstss_rightt_parent_top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.videoos_parttstss_rightt_parent_btm {
    padding: 22px 28px;
}
.table_responsive_news {
    height: 345px;
    overflow-y: auto;
}
.location_table_inns_left {
    display: none;
}

/*.videoos_parttstss_rightt_parent_btm table{
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
}
.videoos_parttstss_rightt_parent_btm table th{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #ffc666;
  padding: 15px 25px;
  width: 40%;
  vertical-align: bottom;
}

.videoos_parttstss_rightt_parent_btm table td{
  padding: 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 40%;
  vertical-align: bottom;
}
.videoos_parttstss_rightt_parent_btm table th:first-child{
  border-left: 1px solid #ffc666;
  border-radius: 5px 0 0 0;
}
.videoos_parttstss_rightt_parent_btm table .brder_td td:first-child{
   padding-left: 15px;
}

.videoos_parttstss_rightt_parent_btm table .brder_td td:last-child{
   padding-right: 15px;
   width: 20%;
}
.videoos_parttstss_rightt_parent_btm table th:last-child{
   border-radius: 0 5px 0 0;
   width: 20%;
   border-right: 1px solid #ffc666;
}
.videoos_parttstss_rightt_parent_btm table td .location_table_inns{
  border-bottom: 1px solid #ffc666;
  padding: 15px 25px;
}

.videoos_parttstss_rightt_parent_btm table .brder_td td:first-child .location_table_inns{
  padding-left: 10px;
}


.videoos_parttstss_rightt_parent_btm table .brder_td tr:last-child td{
  border-radius: 0 0 5px 5px;
}

.videoos_parttstss_rightt_parent_btm table td.blank_td .location_table_inns{border: 0;}
.videoos_parttstss_rightt_parent_btm table td.brder_td{
  padding: 0;
  border: 1px solid #ffc666;
  border-radius: 0 0 5px 5px;
  height: 290px;
  vertical-align: top;
}*/

/*vid*/
.location_table_inns_left {
    display: none;
}

.videoos_parttstss_rightt_parent_btm table {
    width: 100% !important;
    border-collapse: inherit !important;
    border-spacing: 0 !important;
}
.videoos_parttstss_rightt_parent_btm table thead th {
    background: #ffc666;
    padding: 13px 23px !important;
    font-size: 14px;
    color: #fff;
    border: 0 !important;
    width: auto !important;
    font-weight: 700;
}
.videoos_parttstss_rightt_parent_btm table thead th:first-child {
    border-radius: 5px 0 0 0;
    border-left: 1px solid #ffc666;
}
.videoos_parttstss_rightt_parent_btm table thead th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #ffc666;
}
.videoos_parttstss_rightt_parent_btm table tbody td {
    padding: 0 0 !important;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    vertical-align: bottom;
}

.videoos_parttstss_rightt_parent_btm table tbody td.dataTables_empty {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.videoos_parttstss_rightt_parent_btm table tbody td h5 {
    font-size: 14px;
    font-weight: 500;
}
.videoos_parttstss_rightt_parent_btm table tbody td:first-child {
    padding-left: 23px !important;
    border-left: 1px solid #ffc666;
}
.videoos_parttstss_rightt_parent_btm table tbody td:last-child {
    border-right: 1px solid #ffc666;
    padding-right: 23px !important;
}
.videoos_parttstss_rightt_parent_btm table .location_table_inns {
    border-bottom: 1px solid #ffc666;
    padding: 0 23px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.videoos_parttstss_rightt_parent_btm
    table
    tbody
    td:first-child
    .location_table_inns {
    padding-left: 0;
}
.videoos_parttstss_rightt_parent_btm
    table
    tbody
    tr:first-child
    td
    .location_table_inns {
    padding-top: 15px;
}
.videoos_parttstss_rightt_parent_btm
    table
    tbody
    tr:last-child
    td
    .location_table_inns {
    border: 0;
    margin-bottom: 0;
}
.videoos_parttstss_rightt_parent_btm table tbody tr:last-child td {
    border-bottom: 1px solid #ffc666;
}
.videoos_parttstss_rightt_parent_btm table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.videoos_parttstss_rightt_parent_btm table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

/*vid_end*/

.chat_photo_parrts_bottom_main > .row {
    margin-bottom: 34px;
}
.chat_photo_parrts_bottom_main > .row:last-child {
    margin-bottom: 0;
}

#myHeader.fixed .chat_photo_parrts_top {
    position: sticky;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 13px 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.chat_photo_parrts {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.chat_photo_parrts.fixed .chat_photo_parrts_bottom {
    padding-top: 160px !important;
    position: relative;
    z-index: 1;
}
body .fancybox-navigation .fancybox-button {
    padding: 0;
}
.profile_listing_outers_filterrs_new {
    min-height: inherit;
}

.subst-history-parent {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.subst-history-parent-top {
    background-color: #fbfbfb;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.subst-history-parent-top-left h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.search_transtn .form-group {
    margin-bottom: 0;
    position: relative;
    width: 180px;
}
.search_transtn input[type="text"],
.search_transtn input[type="search"] {
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    background: transparent;
    height: auto;
    padding-left: 27px;
}
.search_transtn input[type="submit"],
.search_transtn button {
    font-size: 0;
    padding: 0;
    margin: 0;
    background: url(images/search-new.svg) no-repeat center center;
    background-size: 15px;
    width: 15px;
    height: 25px;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    position: absolute;
    top: -3px;
    left: 0;
}
.parent-sub-main-trans {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.parent-sub-main-trans > * {
    padding: 0 10px;
}
.cmn-input-range h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.input-range li:before {
    display: none;
}
.input-range ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.input-range li {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    position: relative;
}
.input-range li:after {
    position: absolute;
    content: "";
    background: #888;
    top: 54px;
    left: 100%;
    height: 1px;
    width: 7px;
}
.input-range li:last-child:after {
    display: none;
}
.input-range li label {
    font-size: 13px;
}

.input-range li input[type="date"] {
    font-size: 12px;
    padding: 2px 7px;
}
.subst-history-parent-btm {
    padding: 22px;
}
.subst-history-parent-btm-head-left {
    display: none;
}

.subst-history-parent-btm table {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
}
.subst-history-parent-btm table thead th {
    background: var(--YELLOW, #FAC325);
    padding: 13px 23px !important;
    font-size: 14px;
    color: #292929;
    border: 0 !important;
    width: auto !important;
    font-weight: 700;
}
.subst-history-parent-btm table thead th:first-child {
    border-radius: 5px 0 0 0;
    border-left: 1px solid #ffc666;
}
.subst-history-parent-btm table thead th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #ffc666;
}
.subst-history-parent-btm table tbody td {
    padding: 0 0 !important;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    vertical-align: bottom;
}

.subst-history-parent-btm table tbody td.dataTables_empty {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.subst-history-parent-btm table tbody td h5 {
    font-size: 14px;
    font-weight: 500;
}
.subst-history-parent-btm table tbody td:first-child {
    padding-left: 23px !important;
    border-left: 1px solid #ffc666;
}
.subst-history-parent-btm table tbody td:last-child {
    border-right: 1px solid #ffc666;
    padding-right: 23px !important;
}
.subst-history-parent-btm table .subst-history-parent-btm-head {
    border-bottom: 1px solid #ffc666;
    padding: 0 23px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.subst-history-parent-btm
    table
    tbody
    td:first-child
    .subst-history-parent-btm-head {
    padding-left: 0;
}
.subst-history-parent-btm
    table
    tbody
    tr:first-child
    td
    .subst-history-parent-btm-head {
    padding-top: 15px;
}
.subst-history-parent-btm
    table
    tbody
    tr:last-child
    td
    .subst-history-parent-btm-head {
    border: 0;
    margin-bottom: 0;
}
.subst-history-parent-btm table tbody tr:last-child td {
    border-bottom: 1px solid #ffc666;
}
.subst-history-parent-btm table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.subst-history-parent-btm table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
td.no-data-availables-cmn,
.subst-history-parent-btm table tbody td.no-data-availables-cmn {
    padding: 10px 0 !important;
}

.subst-history-parent-btm-head-right.active a {
    color: #107008;
}
.subst-history-parent-btm-head-right.expired a {
    color: #e8047d;
}
.earnng-amount-des {
    display: inline-block;
    padding: 4px 13px;
    border-radius: 4px;
    background-color: #ffc665;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}
/* .earning-amount-subscube-parent h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
} */
.earning-amount-subscube-parent {
    display: flex;
    align-items: center;
}
.earning-amount-subscube {
    padding: 44px 0;
    background-color: #fff4f4;
}

.earning-wallet-subscube {
    margin-bottom: 30px;
}
.earning-wallet-subscube-parent-left {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.earning-wallet-subscube-parent-left-top {
    background-color: #fbfbfb;
    padding: 18px 22px;
}
.earning-wallet-subscube-parent-left-top h5 {
    font-size: 20px;
    font-weight: 600;
}
.earning-wallet-subscube-parent-left-btm {
    min-height: 143px;
    display: flex;
    align-items: center;
    background: #ffc665;
    padding: 18px 22px;
}
.earning-wallet-subscube-parent-left-btm .amnt {
    font-size: 40px;
    font-weight: 500;
}

.earning-wallet-subscube-parent-right {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.earning-wallet-subscube-parent-right-top {
    background-color: #fbfbfb;
    padding: 18px 22px;
}
.earning-wallet-subscube-parent-right-top h5 {
    font-size: 20px;
    font-weight: 600;
}

.earning-wallet-subscube-parent-right-btm {
    padding: 18px 22px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.earning-wallet-subscube-parent-right-btm label {
    font-size: 14px;
}
.earning-wallet-subscube-parent-right-btm .form-group {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.earning-wallet-subscube-parent-right-btm input[type="text"],
.earning-wallet-subscube-parent-right-btm input[type="email"],
.earning-wallet-subscube-parent-right-btm input[type="search"],
.earning-wallet-subscube-parent-right-btm input[type="password"] {
    float: left;
    height: 40px;
    width: calc(100% - 192px);
}
.earning-wallet-subscube-parent-right-btm button,
.earning-wallet-subscube-parent-right-btm input[type="submit"] {
    float: right;
    width: 180px;
    height: 40px;
    padding: 2px;
    text-align: center;
}

/*gf-companion-home*/

.caht_section_gf_src_left_part {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
}

.caht_section_gf_src_left_part_top {
    background-color: #fbfbfb;
    border-radius: 10px 10px 0 0;

}
.caht_section_gf_src_left_part_top input[type="search"] {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    height: auto;
    background: url(images/search-new.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 30px;
}
.caht_section_gf_src_left_part_bottom {
    padding: 22px 28px;
    max-height: 382px;
    overflow-y: auto;
}

.chat_section_messenger_main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 70px;
}
.chat_section_messenger_main figure {
    margin-bottom: 0;
    flex-basis: 60px;
    max-width: 60px;
    min-height: 60px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.chat_section_messenger_main figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 0 0;
    left: 0;
    top: 0;
}

.chat_section_messenger_main .chat_section_messenger_main_rt {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
    align-self: center;
}
.chat_section_messenger_main_rt h5 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.chat_section_messenger_main_rt p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.chat_section_messenger_main_rt p.lastMessage.connectMsg {
    font-size: 14px !important;
    font-weight: bold !important;
    color: rgb(230, 23, 126) !important;
}
.chat_section_messenger_main_rt p:nth-last-child(2) {
    margin-bottom: 0;
}
.chat_section_messenger {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
    padding: 7px;
    order: 2;
}
.chat_section_messenger.userchatlist {
    order: 1;
}
.user_contact_list {
    display: flex;
    flex-direction: column;
}
.chat_section_messenger:last-child {
    margin-bottom: 0;
}
.chat_section_messenger .active_min {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    position: absolute;
    right: 8px;
    bottom: 15px;
}
.chat_section_messenger.active {
    background-color: #fff4f4;
    border-radius: 37px;
    -webkit-border-radius: 37px;
}

.upload_sec_class_p li:before {
    display: none;
}

.upload_sec_class_p ul {
    display: flex;
    margin: 0 -8px;
    justify-content: center;
}
.upload_sec_class_p li {
    padding: 0 8px;
    margin-bottom: 0;
    border-right: 1px solid #000;
}
.upload_sec_class_p li:last-child {
    border-right: 0;
}
.upload_sec_class_p li a.upload,
.upload_sec_class_p li a.download {
    color: #029746;
}
.subst-history-parent-btm table tbody td h5.red {
    color: #e8047d;
}
.Reject {
    color: #e8047d !important;
}
.upload_sec_class_p li a.View_Details {
    color: #000;
}
.table_P_cmn_sec .subst-history-parent-btm table thead th:last-child {
    text-align: center;
}
.upload_sec_class_p li a:hover {
    color: #888;
}
.upload_sec_class_p li a.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.table_P_cmn_sec {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.table_P_cmn_sec_top {
    padding: 22px;
    background-color: #fbfbfb;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table_P_cmn_sec_top h5 {
    font-size: 20px;
    font-weight: 600;
}
.table_P_cmn_sec_top2 select {
    min-width: 117px;
    padding: 14px 15px;
    border-radius: 5px;
    border: solid 1px #e6e7e8;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-size: 14px;
    padding-right: 30px;
}
.upload_phpto_sectionb {
    padding: 0;
    border-radius: 10px;
    max-width: 100%;
    width: 60%;
}

.Upload_sectns1_top {
    background-color: #fbfbfb;
    padding: 22px;
    text-align: center;
    padding-right: 44px;
}
.Upload_sectns1_top h4 {
    font-size: 24px;
    font-weight: 600;
}
.fancybox-slide--html .upload_phpto_sectionb .fancybox-close-small {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    height: 20px;
    position: absolute;
    right: 0;
    top: 23px;
    color: #888888;
}

.fancybox-slide--html .upload_phpto_sectionb .fancybox-close-small svg {
    width: 25px;
}
.Upload_sectns1_bttom {
    padding: 22px 44px;
}

.Upload_sectns1_bttom_top tr td {
    padding: 0 15px;
    width: 33.33%;
    vertical-align: top;
    padding-bottom: 15px;
}
.Upload_sectns1_bttom_top tr td:first-child {
    padding-left: 0;
}
.Upload_sectns1_bttom_top tr td:last-child {
    padding-right: 0;
}
.Upload_sectns1_bttom_top tr:last-child td {
    padding-bottom: 0;
}
.clirnt_informtnsh label {
    font-size: 13px;
    font-weight: bold;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.clirnt_informtnsh p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.Upload_sectns1_bttom_top table {
    width: 100%;
}

.Upload_sectns1_bttom_btp {
    border-top: 1px solid #ccc;
    padding-top: 23px;
    margin-top: 23px;
}
.Upload_sectns1_bttom_btp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: -20px;
    justify-content: center;
}
.Upload_sectns1_bttom_btp ul li {
    flex-basis: 16.66%;
    max-width: 16.66%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.Upload_sectns1_bttom_btp ul li:before {
    display: none;
}

.Upload_sectns1_bttom_btp_img figure {
    margin-bottom: 0;
}
.Upload_sectns1_bttom_btp_img figure img,
.Upload_sectns1_bttom_btp_img video {
    height: 127px;
    object-fit: cover;
    width: 100%;
    object-position: 0 0;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.Upload_simages a {
    display: inline-block;
}

.Upload_simages .fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 1px dashed #888;
    padding: 10px;
    border-radius: 10px;
}
.Upload_simages .fileUpload span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #888;
    font-weight: 600;
    border-radius: 10px;
}
.Upload_simages .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}

.file_button_container input {
    opacity: 0;
}

.Upload_sectns1_bttom_btp input[type="submit"].upload {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    min-width: 234px;
}

.Upload_sectns1_bttom_top .vbtn {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.appntmrnt_sectns1_class {
    padding: 0;
    border-radius: 10px;
    max-width: 740px;
}

.fancybox-slide--html .appntmrnt_sectns1_class .fancybox-close-small {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    height: auto;
    position: absolute;
    right: 0;
    top: 23px;
    color: #888888;
}

.fancybox-slide--html .appntmrnt_sectns1_class .fancybox-close-small svg {
    width: 25px;
}
.term_condn_popup {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center;
    margin-bottom: 30px;
}
.term_condn_popup_left {
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 10px;
}
.term_condn_popup_right {
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 10px;
}
.Upload_sectns1_bttom_btp .start_btn {
    display: table;
    margin: 0 auto;
    min-width: 234px;
}

.search_for_client_class {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.search_for_client_class_top {
    padding: 22px;
    background-color: #fbfbfb;
    border-radius: 10px 10px 0 0;
}
.search_for_client_class_top_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}
.search_for_client_class_top_hd > * {
    padding: 0 15px;
}
.search_for_client_class_brm {
    padding: 22px;
}
.search_for_client_class_top1 {
    order: 0;
}
.search_for_client_class_top2 {
    order: 2;
}
.search_for_client_class_top3 {
    order: 1;
    margin-left: auto;
}
.search_for_client_class_top4 {
    order: 3;
}
.search_for_client_class_top5 {
    order: 4;
}
.seatch_location_class input[type="search"] {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    height: auto;
    background: url(images/search-new.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 30px;
}
.seatch_location_class {
    width: 190px;
}
.search_for_client_class_top2 label {
    font-size: 12px;
    font-weight: 500;
    color: #888888;
    display: block;
}
.search_for_client_class_top2 select {
    min-width: 117px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
    padding: 7px;
    padding-right: 25px;
    background-size: 13px;
}

/* .search_for_client_class_brm_outer figure {
    margin-bottom: 20px;
} */
.search_for_client_class_brm_outer figure img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.search_for_client_class_brm_outer_btm h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.search_for_client_class_brm_outer_btm .age {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #888888;
    margin-bottom: 2px;
}
/* .search_for_client_class_brm_outer_btm a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
} */

.search_for_client_class_brm li:before {
    display: none;
}

.search_for_client_class_brm ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
}
.search_for_client_class_brm li {
    flex-basis: 16.66%;
    max-width: 16.66%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.gf-src-provide-main-head > * {
    margin-bottom: 40px;
}
.gf-src-provide-main-head > *:last-child {
    margin-bottom: 0;
}

.gf-src-provide-hme-btm {
    position: relative;
    z-index: 1;
}

/*service_seeker*/

.gf-service-seeker-class-message {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.gf-service-seeker-class-message-top {
    padding: 22px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    background-color: #fbfbfb;
}
.gf-service-seeker-class-message-top h5 {
    font-size: 20px;
    font-weight: 600;
}
.gf-service-seeker-class-message-btm {
    padding: 22px;
    height: 364px;
    overflow-y: auto;
}

.gf-service-seeker-class-users-btm {
    padding: 22px;
    height: 365px;
    overflow-y: auto;
}

.ethnicity_sec ul {
    list-style-type: none !important;
}
.ethnicity_sec ul li:before {
    background: none;
}

.gf-service-seeker-class-users-btm li:before {
    display: none;
}
.gf-service-seeker-class-users-btm ul {
   display: grid;
   grid-template-columns:  1fr 1fr;
    gap: 16px;
}
/* .gf-service-seeker-class-users-btm ul li {
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 5px;
    margin-bottom: 15px;
} */
.gf-service-seeker-class-users-btm ul li figure {
    margin-bottom: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.gf-service-seeker-class-users-btm ul li figure img {
    width: 100%;
    height: 152px;
    object-fit: cover;
    object-position: 0 0;
}
.gf-service-seeker-class-users {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.date_with_table_brm .subst-history-parent-btm {
    padding: 0;
}

.date_with_table_brm .subst-history-parent-btm table thead th:last-child {
    text-align: center;
}

.date_with_table {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
}
.date_with_table_top {
    padding: 22px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    min-height: 112px;
}
.date_with_table_top_left h5 {
    font-size: 20px;
    font-weight: 600;
}
.date_with_table_top > * {
    padding: 0 15px;
}
.date_with_table_top > *:first-child {
    padding-left: 0;
}
.date_with_table_top > *:last-child {
    padding-right: 0;
}
.date_with_table_brm {
    padding: 22px;
    /*height: 500px;
	overflow-y: auto;*/
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
    width: 100% !important;
}

.balanvce_enquiry span {
    display: block;
}
.balanvce_enquiry .balc_brn {
    display: inline-block;
    min-width: 160px;
    padding: 11px 33px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff4575;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.balanvce_enquiry .balc_brn:hover {
    /* background: #000; */
    color: #fff;
}
.balanvce_enquiry .wallet_balance {
    font-size: 10px;
    font-weight: 600;
    display: table;
    margin: 0 auto;
    color: #000000;
    border-radius: 5px;
    background-color: #ffdfaa;
    padding: 5px 10px;
}
.date_with_table_top_right {
    margin-left: auto;
}
.gf-service-seeker-class-top {
    margin-bottom: 40px;
}

.profile_details_container_parent {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.profile_details_container_parent_top {
    border-radius: 10px 10px 0 0;
    background-color: #fbfbfb;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_details_container_parent_top_left h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.vw_pfls {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    font-size:14px;
    color: #E8047D;
}
.profile_details_container_parent_top > * {
    padding: 0 15px;
}
.profile_details_container_parent_top > *:first-child {
    padding-left: 0;
}
.profile_details_container_parent_top > *:last-child {
    padding-right: 0;
}
.profile_details_container_parent_top_right li:before {
    display: none;
}

.profile_details_container_parent_top_right ul {
    display: flex;
    align-items: center;
}
.profile_details_container_parent_top_right ul li {
    margin-bottom: 0;
    padding: 0 10px;
}
.profile_details_container_parent_top_right ul li:first-child {
    padding-left: 0;
}
.profile_details_container_parent_top_right ul li:last-child {
    padding-right: 0;
}
.profile_details_container_parent_top_right ul li.photo a {
    display: inline-block;
}
.profile_details_container_parent_top_right ul li.photo a img {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile_details_container_parent_brm_row .form-group {
    margin-bottom: 0;
}
.profile_details_container_parent_brm_row {
    margin-bottom: -20px;
}
.profile_details_container_parent_brm_row [class*="col-"] {
    margin-bottom: 20px;
}

.complaint_form_container_parent_brm_row .form-group {
    margin-bottom: 0;
}

.profile_details_container_parent_brm {
    padding: 22px;
}

.photoos_parttstss_left_parent.neww_sec
    .photoos_parttstss_left_parent_btm
    ul
    li {
    flex-basis: 20%;
    max-width: 20%;
}
.photoos_parttstss_left_parent.neww_sec
    .photoos_parttstss_left_parent_btm_li
    figure
    img {
    height: 245px;
}
.photoos_parttstss_left_parent_btm_li_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.photoos_parttstss_left_parent.neww_sec .photoos_parttstss_left_parent_btm {
    height: auto;
    overflow: inherit;
}
.videoos_parttstss_left_parent.neww_sec
    .videoos_parttstss_left_parent_btm
    ul
    li {
    flex-basis: 25%;
    max-width: 25%;
}
.videoos_parttstss_left_parent.neww_sec
    .videoos_parttstss_left_parent_btm_li
    figure
    img {
    height: 155px;
}
.videoos_parttstss_left_parent.neww_sec
    .videoos_parttstss_left_parent_btm_li_zoom
    img {
    width: 40px;
}
.videoos_parttstss_left_parent.neww_sec .videoos_parttstss_left_parent_btm {
    height: auto;
    overflow: inherit;
}
.container_wrap_profile > * {
    margin-bottom: 40px;
}
.container_wrap_profile > *:last-child {
    margin-bottom: 0;
}

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

.my_det_sectn_out_left {
    flex-basis: 45%;
    max-width: 45%;
    padding: 30px;
    text-align: center;
    background: #f6f6f6;
}
.my_det_sectn_out_left_dtls {
    word-break: break-word;
}

.my_det_sectn_out_right {
    flex-basis: 55%;
    max-width: 55%;
    padding: 30px 40px;
}
.my_det_sectn_out_right table {
    width: 100%;
}
.my_det_sectn_out_right tr td {
    padding: 5px 10px;
    width: 50%;
    vertical-align: top;
    word-break: break-word;
}
.my_det_sectn_out_right tr td:first-child {
    padding-left: 0;
}
.my_det_sectn_out_right tr td:last-child {
    padding-right: 0;
}

.my_det_sectn_out_right tr:first-child td {
    padding-top: 0;
}
.my_det_sectn_out_right tr:last-child td {
    padding-bottom: 0;
}

.my_det_sectn_out_left_dtls h4 {
    font-size: 18px;
    margin-bottom: 7px;
}
.my_det_sectn_out_left_dtls p {
    color: #888888;
    font-size: 14px;
}
.eaning_img_right_open_pop {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: inherit !important;
}
.eaning_img_right .dropdown-menu {
    right: 0;
    left: inherit;
    padding-top: 0;
    padding-bottom: 0;
}
.eaning_img_right .dropdown-item:hover,
.eaning_img_right .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ffc665;
}

.icon_hearttt svg {
    width: 180px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffc665;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_hearttt {
    margin-bottom: 30px;
}
.icon_hearttt path {
    stroke-width: 10;
    fill: transparent;
    stroke: #ff4575;
    stroke-dasharray: 1580;
    stroke-dashoffset: 0;
    animation: animation-heart 2s infinite forwards;
}

@keyframes animation-heart {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 1580;
    }
    80% {
        stroke-dashoffset: 3160;
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 3160;
        fill: #ff4575;
    }
}

/*.login_form_si_bottom_form .form-group label{
  display: block;
}
*/

.login_form_si_bottom_form .select2-container,
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e6e7e8;
    color: #878787;
}

.select2-container .select2-selection--single {
    height: 48px;
    color: #878787;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 48px;
    padding-left: 14px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px;
}

.select2-results__option:before {
    display: none;
}
.profile_details_container_parent_top_right ul li .image-output{
    position: relative;
}
.profile_details_container_parent_top_right ul li .image-output svg{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 5px 0 5px 0;
    cursor: pointer;
}

.profile_details_container_parent_top_right ul li.photo .image-output img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    object-fit: cover;
}

.profile_details_container_parent_top_right ul li.update label {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
    margin-bottom: 0;
    color: #e8047d;
    font-size: 15px;
    line-height: 1.5;
}

.profile_details_container_parent_top_right ul li.update #upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    right: 0;
}

.cropImagePop_input_szz {
    width: 100%;
    height: 220px;
}

.croppie-container .cr-slider-wrap {
    width: 100%;
}

#cropImagePop .modal-footer {
    padding-top: 60px;
}
#cropImagePop .modal-dialog {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
#cropImagePop .modal-header .close {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.Upload_sectns1_bttom_upload_new_id {
    padding: 22px 24px;
}

.Upload_sectns1_bttom_upload_new_id button[type="button"],
.Upload_sectns1_bttom_upload_new_id input[type="button"],
.Upload_sectns1_bttom_upload_new_id input[type="submit"],
.Upload_sectns1_bttom_upload_new_id button[type="submit"] {
    padding: 15px 20px;
    margin-top: 10px;
    width: auto;
    min-width: 150px;
    display: table;
    margin: 0 auto;
}

.upload_phpto_sectionb_wth.upload_phpto_sectionb {
    max-width: inherit;
    width: 50%;
}

.customfile_input_neww {
    position: relative;
}
.customfile_input_neww input[type="file"] {
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.customfile_input_neww_m_outer {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #ff4575;
    padding: 0;
}
.customfile_input_neww_m_outer_left {
    flex-basis: 130px;
    max-width: 130px;
    background: #ff4575;
    color: #fff;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customfile_input_neww_m_outer_right {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding: 10px 16px;
    align-self: center;
    word-break: break-all;
}
.Upload_sectns1_bttom_upload_new_id h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.Profile_phtos_chking {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 11px 10px;
    background: transparent;
    border-top-right-radius: 5px;
}
.Profile_phtos_chking.active {
    background: #fff;
}
.Profile_phtos_chking_spann .ppf {
    opacity: 0;
    font-size: 0;
}
.Profile_phtos_chking.active .Profile_phtos_chking_spann .ppf {
    opacity: 1;
    font-size: 14px;
}
.Profile_phtos_chking .form_input_radio input[type="radio"] + span::before {
    width: 23px;
    height: 23px;
    border-width: 1px;
    background: transparent;
}
.Profile_phtos_chking .form_input_radio input[type="radio"] + span::after {
    width: 11px;
    height: 11px;
    top: 7px;
    left: 6px;
}
.Profile_phtos_chking .form_input_radio span {
    text-transform: capitalize;
}
.Profile_phtos_chking .form_input_radio {
    padding-left: 33px;
}

.fancybox-infobar {
    display: none;
}

ul.pagination {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    margin-top: 20px;
}

ul.pagination li {
    max-width: 100% !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin: 4px 3px;
}

ul.pagination .page-link {
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff4575;
}
ul.pagination li.page-item:before {
    display: none;
}
ul.pagination .page-item.active .page-link,
ul.pagination .page-link:hover {
    background-color: #ff4575;
    border-color: #ff4575;
    color: #fff;
}

.search_transtn input[type="search"].error {
    border: 0 !important;
}

.input-range li #end_date-error {
    border: 0 !important;
    font-size: 11px;
    line-height: 1.3;
    color: #f00;
    padding-top: 8px;
}

.Upload_sectns1_bttom_btp.no_brrrrd {
    text-align: center;
}
.xdsoft_datetimepicker {
    z-index: 99999;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    background-color: transparent !important;
    border: 0;
    padding: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #ff4575;
    box-shadow: inherit;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff4575 !important;
}

.upload_phpto_sectionb.upload_phpto_sectionb_wdr_et
    .Upload_sectns1_bttom_top
    table {
    width: 100%;
}

.custom_radio_pp_nww {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.custom_radio_pp_nww .form_input_radio {
    padding-left: 28px;
}
label.error {
    border: 0 !important;
    color: #f00;
    font-size: 13px;
}
.dtpicker-components .dtpicker-compValue {
    padding: 0;
}

.dtpicker-buttonCont .dtpicker-button {
    background: #ff4575;
}
.dtpicker-header .dtpicker-value,
.dtpicker-header .dtpicker-close {
    color: #ff4575;
}

.cmp-date-time-picker {
    z-index: 99999 !important;
}

.search_for_client_class_brm li.no-date-found {
    flex-basis: 100%;
    max-width: 100%;
}

form {
    margin: 0;
}
table.dataTable thead th,
table.dataTable thead td {
    border: 0 !important;
}

body .dataTables_wrapper .dataTables_info {
    float: none;
    width: 100%;
    clear: none;
    padding-top: 13px;
    text-align: center;
}

body .dataTables_wrapper .dataTables_paginate {
    float: none;
    width: 100%;
    clear: none;
    padding-top: 13px;
    text-align: center;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    line-height: 26px;
    padding: 2px 9px;
    background: transparent !important;
    border: 1px solid #e8047d !important;
    color: #e8047d !important;
    margin: 0 3px;
    margin-bottom: 10px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button[disabled],
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.3;
    cursor: inherit;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e8047d !important;
    color: #fff !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 0;
    position: relative;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
    position: absolute;
    content: "";
    border: solid #e8047d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    left: 12px;
    top: 9px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
    position: absolute;
    content: "";
    border: solid #e8047d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    left: 7px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover:after,
body
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.previous:hover:after {
    border-color: #fff;
}

.profile_listing_outers_images_parent .row.product-list .product-box {
    margin-bottom: 40px;
}
.profile_listing_outers_images_parent .row.product-list {
    margin-bottom: -40px;
}

.sldddd_inner_marg {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.sldddd_inner_marg_right {
    padding-left: 3px;
}
.sldddd_inner_marg_left {
    display: flex;
    align-items: center;
}

.sldddd_inner_marg_left > * {
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}
.sldddd_inner_marg_left > *:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}

.sldddd_inner_marg_left > *:last-child:after {
    display: none;
}
.sldddd_inner_marg_left > *:last-child {
    padding-right: 0;
}

.nstSlider {
    width: 100%;
    height: 6px;
    background: #f0f0f0;
    transition: opacity 0.2s;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 25px 0;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
    width: 40px;
    height: 40px;
    background: #e8047d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 1px 1px 11px -8px #000;
    -webkit-box-shadow: 1px 1px 11px -8px #000;
    top: -18px;
}
.nstSlider .bar {
    height: 6px;
    top: 0;
    background: #e8047d;
}

.nstSlider .rightGrip:after,
.nstSlider .leftGrip:after {
    position: absolute;
    content: "";
    background: url(images/arrowllrr.svg) no-repeat center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.single_sllld_range .nstSlider .bar {
    left: 0 !important;
}

.password_checker_inn {
    position: relative;
}
.password_checker_inn .icon-eye {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    background: url(images/eye-off.svg) no-repeat center center;
    background-size: 22px;
}
.password_checker_inn .icon-eye.active {
    background: url(images/eye-on.svg) no-repeat center center;
    background-size: 22px;
}

.password_checker_inn input[type="password"],
.password_checker_inn input[type="text"] {
    padding-right: 60px;
}

.toop_cmn_clr_divv {
    position: relative;
    display: inline-block;
    padding-right: 28px;
}

.toop_cmn_clr_divv_too_parent {
    position: absolute;
    right: 0;
    top: 0;
}

.toop_cmn_clr_divv_too_parent_iconn {
    background: #cccccc;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
}
.toop_cmn_clr_divv_too_parent_iconn:hover {
    background: #ff4575;
    color: #fff;
}
.toop_cmn_clr_divv_too_parent_iconn_hover {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #000;
    color: #fff;
    z-index: 10;
    width: 150px;
    padding: 5px 12px;
    text-align: center;
    font-size: 13px;
    display: none;
}

.toop_cmn_clr_divv_too_parent_iconn:hover
    + .toop_cmn_clr_divv_too_parent_iconn_hover {
    display: block;
}

.immg_v_small {
    font-size: 13px;
    color: #f00;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.video_v_small {
    font-size: 13px;
    color: green;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.imageModal.modal,
.videoModal.modal {
    z-index: 99999;
}

.imageModal.modal .btn,
.videoModal.modal .btn {
    display: table;
    margin: 0 auto;
    min-width: 234px;
}

/*body.modal-open #imageModal.modal,body.modal-open #videoModal.modal{
    display: flex !important;
    height: 100%;
}

body.modal-open #imageModal.modal .modal-dialog,body.modal-open #videoModal.modal .modal-dialog{
    margin: auto;
}
*/

.loaderc {
    z-index: 10;
}

.Upload_sectns1_bttom_btp_img {
    position: relative;
}

.Upload_sectns1_bttom_btp_img .cross_icoooo {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 1;
}
.Upload_sectns1_bttom_btp_img .cross_icoooo img {
    width: 21px;
}

.map_ssec_home {
    height: 650px;
    width: 100%;
}

.select2-container .select2-selection--multiple {
    min-height: 48px;
}
.select2-container--default .select2-selection--multiple {
    border-color: #e6e7e8;
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 16px;
    border: 1px solid #e6e7e8;
    padding: 9px;
    padding-right: 50px;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    li:before {
    display: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 0;
}

.sweet-alert button.confirm {
    background: #ff4575 !important;
    box-shadow: inherit !important;
    color: #fff;
}

.sweet-alert button.confirm:hover {
    background: #000 !important;
    color: #fff;
}

/*.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}*/

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select {
    height: 100%;
}

.bootstrap-select .btn.dropdown-toggle {
    background: transparent;
    color: #000000 !important;
    border: 1px solid #e6e7e8;
    padding: 8px 14px;
    padding-right: 32px;
    font-weight: 400;
    box-shadow: inherit;
    min-height: 48px;
    white-space: inherit;
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 16px;
    font-size: 14px;
    line-height: 1.6;
}
.bootstrap-select .btn.dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-menu.inner li:before {
    display: none;
}
.bootstrap-select .dropdown-menu.inner li {
    padding-left: 0;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
    background: #ff4575;
    color: #fff;
}

.update_v_mainn {
    position: relative;
}

/*.customfile_input_sec_n_parent .custom-file{position: relative;height: auto;}
.customfile_input_sec_n_parent .custom-file .custom-file-input{
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}

.customfile_input_sec_n_parent .custom-file .custom-file-input .custom-file-label{position: relative;}*/

.customfile_input_sec_n_parent {
    display: inline-block;
    width: 100%;
    height: auto;
}

.customfile_input_sec_n_parent .custom-file {
    height: auto;
    width: 100%;
    position: relative;
}

.customfile_input_sec_n_parent .custom-file input[type="file"] {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: inherit !important;
}
.customfile_input_sec_n_parent .custom-file .custom-file-label {
    position: relative;
    height: auto;
    padding: 0;
    width: 100%;
    margin: 0;
    word-wrap: break-word;
    padding: 10px 15px;
    padding-left: 143px;
    border: 2px solid #ff4575;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inherit !important;
    font-weight: 400;
    min-height: 47px;
    display: flex;
    align-items: center;
}
.customfile_input_sec_n_parent .custom-file .custom-file-label:after {
    background: #ff4575;
    color: #fff;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 130px;
    right: inherit;
    left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 700;
}

.fancybox-navigation .fancybox-button {
    display: none;
}
.dropdown_plan_stat select {
    min-width: 140px;
}

.profile_listing_outers_images_parent #lodemorebtn {
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.MultiFile-wrap {
    position: relative;
}

.MultiFile-wrap input[type="file"].multi {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 100%;
    opacity: 0;
}

.label_wrapdiv {
    display: flex;
    border: 2px solid #ff4575;
    font-weight: 400;
    min-height: 40px;
}
.label_wrapdiv .custom_input_scr {
    margin-bottom: 0;
    flex-basis: 130px;
    max-width: 130px;
    text-align: center;
    background: #ff4575;
    color: #fff;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label_wrapdiv .MultiFile-list {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.MultiFile-wrap label.error {
    display: none !important;
}
.label_wrapdiv .MultiFile-list .MultiFile-label {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 3px;
}
.label_wrapdiv .MultiFile-list .MultiFile-label:last-child {
    padding-bottom: 0;
}

.chattt_partttss_text_bottom1 .null_chatting_txt .ml_img img {
    width: 80px;
}

.chattt_partttss_text_bottom1 .null_chatting_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.chattt_partttss_text_bottom1 .null_chatting_txt p {
    font-size: 20px;
    font-weight: 500;
}

.hidd_fancy {
    position: relative;
    z-index: 1;
}
.hidd_fancy:after {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.password-info-p {
    font-size: 12px;
    font-weight: 400;
}
.password-info-p strong {
    color: #f00;
}

.sort_ptofile_naming_div .sort_ptofile_naming_img figure {
    max-height: 225px;
    min-height: 225px;
    position: relative;
}
.sort_ptofile_naming_div .sort_ptofile_naming_img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.common_filterss #menu2 img {
    filter: sepia(100%);
}

.common_filterss.fill_common_filterss #menu2 img {
    filter: inherit;
}

.fancy_video_gfpr {
    width: 50%;
}
.fancy_video_gfpr video {
    width: 100%;
}

.fancybox-content.fancy_photo.fancy_photo_gfpr {
    width: 40%;
}

.fancybox-content.fancy_photo.fancy_photo_gfpr img {
    width: 100%;
}

.not_eye_ico .icon-eye {
    display: none !important;
}
.not_eye_ico .password_checker_inn input[type="password"],
.not_eye_ico .password_checker_inn input[type="text"] {
    padding: 8px 14px;
}

.sweet-alert {
    border: 2px solid #ccc;
}
.cmn_span_error {
    font-size: 12px;
    color: #f00;
    margin-top: 3px;
    display: block;
    border: 0 !important;
}

.cmp-date-time-picker {
    box-shadow: inherit !important;
}
.cmp-date-time-picker .cmp-dp-ctrl-wrap {
    padding: 7px 0 !important;
    background: #ff4575 !important;
    color: #fff !important;
}
.cmp-date-time-picker .cmp-dp-ctrl-group .cmp-dp-btn-prev .cmp-dp-triangle {
    border-right-color: #fff !important;
}
.cmp-date-time-picker .cmp-dp-ctrl-group .cmp-dp-btn-next .cmp-dp-triangle {
    border-left-color: #fff !important;
}

.cmp-date-time-picker .cmp-dp-date-wrapper .cmp-dp-date-item {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.cmp-date-time-picker .cmp-dp-date-wrapper .cmp-dp-date-item-cur,
.cmp-date-time-picker .cmp-dp-date-wrapper .cmp-dp-date-item-cur:hover {
    background-color: #ff4575 !important;
    color: #fff !important;
}

.cmp-date-time-picker .cmp-dp-btn-wrap {
    height: auto !important;
}
.cmp-date-time-picker .cmp-dp-time-group {
    width: 100% !important;
    height: auto !important;
    background: rgba(255, 69, 117, 0.2);
    padding: 10px 0;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.cmp-dp-time-group-innner {
    background: #fff;
    border: 1px solid #ff4575 !important;
    margin: 0 11px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}
.cmp-date-time-picker .cmp-dp-time-group input {
    padding: 11px 11px !important;
    color: #000 !important;
    border: 0 !important;
}

.cmp-date-time-picker .cmp-dp-btn-group {
    width: 100% !important;
    height: auto !important;
    margin-top: 9px;
}
.cmp-date-time-picker .cmp-dp-btn-group .cmp-dp-btn {
    background: #ff4575 !important;
    color: #fff !important;
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
}
.cmp-date-time-picker .cmp-dp-btn-group .cmp-dp-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.cmp-date-time-picker .cmp-dp-date-wrapper .cmp-dp-date-item:hover {
    background-color: #ff4575 !important;
    color: #fff !important;
}
/*.dataTables_wrapper::after{display: none !important;}*/

.table_gsf_p_req {
    margin-bottom: 40px;
}

.table_gsf_p_req .table_P_cmn_sec {
    margin-bottom: 40px;
}

.table_gsf_p_req .table_P_cmn_sec:last-child {
    margin-bottom: 0;
}

.video_calling_modaal {
    z-index: 9999;
}

.video_calling_modaal .modal-dialog {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.video_calling_modaal .modal-dialog .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
}
.video_calling_modaal .modal-body {
    padding: 30px 20px;
}

.video_calling_modaal_outer {
    text-align: center;
}
.video_calling_modaal_outer .vido_img {
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: pulse-animation2 2s infinite;
    margin-bottom: 30px;
}
@-webkit-keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 69, 117, 0.5);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 69, 117, 0);
    }
}
@-moz-keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 69, 117, 0.5);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 69, 117, 0);
    }
}
@-o-keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 69, 117, 0.5);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 69, 117, 0);
    }
}

.video_calling_modaal_outer .vido_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.video_calling_modaal_outer .ring_span {
    display: block;
    color: #ff4575;
    margin-bottom: 7px;
}
.video_calling_modaal_outer .prson_name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}
.video_calling_modaal_outer_icocn {
    display: table;
    margin: 20px auto;
}
.video_calling_modaal_outer_icocn ul li:before {
    display: none;
}
.video_calling_modaal_outer_icocn ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -20px;
}
.video_calling_modaal_outer_icocn ul li {
    padding: 0 10px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
}
.video_calling_modaal_outer_icocn ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ff4575;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.video_calling_modaal_outer_icocn ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-50deg);
    -webkit-transform: translateY(-50%) rotate(-50deg);
    opacity: 0;
}
.video_calling_modaal_outer_icocn ul li a:hover,
.video_calling_modaal_outer_icocn ul li a.mute {
    background-color: #ff4575;
    color: #fff;
}
.video_calling_modaal_outer_icocn ul li a.mute:after {
    opacity: 1;
}

.video_calling_modaal_outer .call_close .btn {
    border-radius: 33px;
    padding: 12px 10px;
    font-size: 18px;
    text-align: center;
    min-width: 120px;
    margin-top: 20px;
    box-shadow: inherit !important;
}

.talk_person_call {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.talk_person_call .talk_person_call_sender {
    flex-basis: 120px;
    max-width: 120px;
    /* text-align: left;
  padding-right: 5px; */
    text-align: right;
    padding-right: 15px;

    word-wrap: break-word;
}
.talk_person_call .talk_person_call_reciever {
    flex-basis: 120px;
    max-width: 120px;
    /* text-align: right;
  padding-left: 5px; */
    text-align: left;
    padding-left: 15px;
    word-wrap: break-word;
}
.talk_person_call .arrow_ico {
    flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
}
.talk_person_call .arrow_ico .aar_ico {
    background: url(images/double-angle-pointing-to-right.svg) repeat-x;
    background-size: 15px;
    background-position: 0 0;
    display: block;
    width: 100%;
    height: 15px;
    animation-name: back-mover;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes back-mover {
    0% {
        background-position: 35px 0;
    }
    50% {
        background-position: 70px 0;
    }
    100% {
        background-position: 110px 0;
    }
}

.callrcvModal_modaal {
    z-index: 9999;
}

.callrcvModal_modaal .modal-dialog {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.callrcvModal_modaal .modal-body {
    padding: 30px 20px;
}

.callrcvModal_modaal .video_incoming_call {
    text-align: center;
}
.callrcvModal_modaal .video_incoming_call h4 {
    color: #646464;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 500;
}

.callrcvModal_modaal .video_incoming_call .vido_img {
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: pulse-animation2 2s infinite;
    margin-bottom: 30px;
}
.callrcvModal_modaal .video_incoming_call .vido_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.callrcvModal_modaal .video_incoming_call .prson_name {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.callrcvModal_modaal .confirm_reject,
.confirm_reject.confirm_reject_rcv {
    margin-top: 25px;
}
.callrcvModal_modaal .confirm_reject li:before,
.confirm_reject.confirm_reject_rcv li:before {
    display: none;
}
.callrcvModal_modaal .confirm_reject ul,
.confirm_reject.confirm_reject_rcv ul {
    text-align: center;
}
.callrcvModal_modaal .confirm_reject li,
.confirm_reject.confirm_reject_rcv li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 24px;
}
.callrcvModal_modaal .confirm_reject li:last-child,
.confirm_reject.confirm_reject_rcv li:last-child {
    margin-right: 0;
}
.callrcvModal_modaal .confirm_reject li a,
.confirm_reject.confirm_reject_rcv li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.callrcvModal_modaal .confirm_reject li a.confirm,
.confirm_reject.confirm_reject_rcv li a.confirm {
    background-color: #11d87b;
    color: #fff;
}
.callrcvModal_modaal .confirm_reject li a.reject,
.confirm_reject.confirm_reject_rcv li a.reject {
    background-color: #f55657;
    color: #fff;
}

.callrcvModal_modaal .confirm_reject li .cnf,
.confirm_reject.confirm_reject_rcv li .cnf {
    display: block;
    font-size: 13px;
    color: #646464;
    margin-top: 7px;
}
.callrcvModal_modaal .video_incoming_call .call_close .btn {
    border-radius: 33px;
    padding: 12px 10px;
    font-size: 18px;
    text-align: center;
    min-width: 120px;
    margin-top: 20px;
    box-shadow: inherit !important;
}

.video_chat_fulll_aprt {
    height: 100vh;
    position: relative;
    background-color: #111111;
}

.video_chat_fulll_aprt .video_partt {
    position: relative;
    height: calc(100vh - 120px);
    padding-top: 40px;
    width: 70%;
    margin: 0 auto;
}
.video_chat_fulll_aprt .video_partt .video_partt_recieverr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* padding-top: 40px; */
    /* background: #202124; */
    /* padding: 40px 100px; */
}

#remote-participant video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_chat_fulll_aprt .video_partt .video_partt_recieverr figure {
    width: 100%;
    height: 100%;
    margin: 0;
}
.video_chat_fulll_aprt .video_partt .video_partt_recieverr figure video,
.video_chat_fulll_aprt .video_partt .video_partt_recieverr figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_chat_fulll_aprt .video_partt .video_partt_sender {
    position: absolute;
    right: 30px;
    top: 30px;
}
.video_chat_fulll_aprt .video_partt .video_partt_sender figure {
    margin: 0;
    width: 120px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.video_chat_fulll_aprt .video_partt .video_partt_sender figure img,
.video_chat_fulll_aprt .video_partt .video_partt_sender figure video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.video_chat_fulll_aprt .zoom_in_out {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    font-size: 13px;
    background: #ff4575;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.video_chat_fulll_aprt .video_partt.zoomed {
    width: 100%;
}
.video_chat_fulll_aprt .video_partt.zoomed .video_partt_recieverr {
    padding: 0;
}
.video_chat_fulll_aprt .video_partt.zoomed .video_partt_recieverr figure img,
.video_chat_fulll_aprt .video_partt.zoomed .video_partt_recieverr figure video {
    object-fit: cover;
}

.video_chat_fulll_aprt .auddio_partt {
    position: relative;
    height: calc(100vh - 120px);
    width: 50%;
    margin: 0 auto;
}

.video_chat_fulll_aprt .auddio_partt figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 40px;
}

.video_partt_recieverr .prfl-center-mute-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.video_partt_recieverr .prfl-center-mute {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #ff4575;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

.video_chat_fulll_aprt .auddio_partt figure .prfl-center-mute-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}
.video_chat_fulll_aprt .auddio_partt figure .prfl-center-mute {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #ff4575;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

.video_chat_fulll_aprt .auddio_partt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video_partt_btm_devc .video_calling_modaal_outer_icocn ul li {
    flex: 0 0 auto;
    max-width: 100%;
}

.video_partt_btm_devc_icocn ul {
    display: inline-block;
    padding: 0 10px;
}
.video_partt_btm_devc_icocn ul:first-child {
    padding-left: 0;
}
.video_partt_btm_devc_icocn ul:last-child {
    padding-right: 0;
}

.video_partt_btm_devc .video_partt_btm_devc_icocn {
    display: table;
    margin: 20px auto;
}
.video_partt_btm_devc_icocn .call_hld li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.video_partt_btm_devc_icocn .call_hld li:first-child {
    padding-left: 0;
}
.video_partt_btm_devc_icocn .call_hld li:last-child {
    padding-right: 0;
}
.video_partt_btm_devc_icocn .call_hld li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ff4575;
    color: #ff4575;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.video_partt_btm_devc_icocn .call_hld li:before {
    display: none;
}

.video_partt_btm_devc_icocn .call_hld li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-50deg);
    -webkit-transform: translateY(-50%) rotate(-50deg);
    opacity: 0;
}

.video_partt_btm_devc_icocn .call_hld li a.mute::after {
    opacity: 1;
}

.video_partt_btm_devc_icocn .call_hld li a:hover,
.video_partt_btm_devc_icocn .call_hld li a.mute {
    background-color: #ff4575;
    color: #fff;
    border-color: #ff4575;
}

.video_partt_btm_devc_icocn .rcv_end_ico li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.video_partt_btm_devc_icocn .rcv_end_ico li:first-child {
    padding-left: 0;
}
.video_partt_btm_devc_icocn .rcv_end_ico li:last-child {
    padding-right: 0;
}

.video_partt_btm_devc_icocn .rcv_end_ico li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.video_partt_btm_devc_icocn .rcv_end_ico li:before {
    display: none;
}
.video_partt_btm_devc_icocn .rcv_end_ico li.rcv a {
    background-color: #58b34b;
    color: #fff;
}
.video_partt_btm_devc_icocn .rcv_end_ico li.end a {
    background-color: #ff4575;
    color: #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.timer_part_vd {
    text-align: center;
}

.timer_part_vd_wrap {
    color: #ff4575;
    font-size: 15px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.timer_part_vd_wrap .time {
    padding: 0 5px;
    position: relative;
}
.timer_part_vd_wrap .time:after {
    position: absolute;
    content: ":";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 15px;
    color: #ff4575;
}
.timer_part_vd_wrap .time:last-child:after {
    display: none;
}

.upload_phpto_sectionb.call_disc_pop {
    width: 400px;
    max-width: 90%;
}

.upload_phpto_sectionb.call_disc_pop .Upload_sectns1_bttom_btp {
    border-top: none;
    text-align: center;
    margin-top: 10px;
}
.upload_phpto_sectionb.call_disc_pop .Upload_sectns1_bttom {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .video_calling_modaal .modal-dialog {
        max-width: 530px;
    }
    .talk_person_call .talk_person_call_sender {
        flex-basis: 200px;
        max-width: 200px;
    }
    .talk_person_call .talk_person_call_reciever {
        flex-basis: 200px;
        max-width: 200px;
    }
    .talk_person_call .arrow_ico {
        flex-basis: calc(100% - 400px);
        max-width: calc(100% - 400px);
    }
}

@media (min-width: 1025px) {
    /* navbar*/
    .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}

@media (max-width: 1199px) {
    .navbar .logo img {
        width: 120px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li {
        margin: 0 15px;
    }
    .before_login .Register {
        font-size: 13px;
    }
    .before_login li a {
        font-size: 13px;
    }
    .before_login li {
        padding-left: 24px;
    }
    .banner_sec_inner h1 {
        font-size: 45px;
    }
    .banner_sec_inner h4 {
        font-size: 24px;
    }
    .mainheader.sticky .navbar .logo img {
        width: 100px;
    }
    /* .login_form_si_top > * {
        flex-basis: 100%;
        max-width: 100%;
    } */
    .login_form_si_top {
        padding: 0;
    }
    .login_form_si_top_right .nav {
        justify-content: center;
    }
    .login_form_si_top_right {
        /* order: 0;
        background: #fff4f4; */
        /* padding:  0px !important ; */

    }
    .login_form_si_top_left {
        /* order: 1; */
        /* background: #fbfbfb; */
        padding: 0 0 15px 0 !important;
    }

    .pbtt-xl {
        padding: 0 !important;
    }
    .pbtt-xl-btm {
        padding-bottom: 0 !important;
    }
    .pbtt-xl-top {
        padding-top: 0 !important;
    }

    .margn-xl {
        margin: 0 !important;
    }
    .margn-xl-btm {
        margin-bottom: 0 !important;
    }
    .margn-xl-top {
        margin-top: 0 !important;
    }
    .upload_phpto_sectionb {
        width: 80%;
    }
    .subst-history-parent-top {
        display: block;
    }
    .subst-history-parent-top-left {
        padding-bottom: 15px;
    }
    /* .parent-sub-main-trans {
        justify-content: space-between;
    } */
    .dropdown_plan_stat select {
        min-width: 200px;
    }

    .video_chat_fulll_aprt .video_partt {
        height: calc(80vh - 120px);
    }
    .video_chat_fulll_aprt .video_partt .video_partt_recieverr {
        padding: 40px 30px;
    }

    .video_chat_fulll_aprt .auddio_partt {
        width: 60%;
        height: 70vh;
    }
}

@media (max-width: 1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        cursor: pointer;
        display: block;
        background-size: 10px;
    }
    .navbar-nav > li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu.show {
        display: block;
    }
    .plan_dsesktop_table table td {
        padding: 0 5px;
    }
    .plannnn_sec {
        padding: 11px;
    }
    .subscriptiosn_details_btm .vbtn {
        min-width: inherit;
        width: 100%;
    }
    .fancybox-content.fancy_photo.fancy_photo_gfpr {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .img_mbl {
        display: block;
        position: relative;
    }
    .mainheader .navbar-toggler {
        padding: 0;
        margin: 0;
        background: transparent !important;
        width: 21px;
        height: 15px;
    }
    .mainheader .navbar-toggler span {
        background: #fff;
        width: 100%;
        height: 2px;
        display: block;
        margin-left: auto;
        margin-top: 4px;
    }
    .mainheader .navbar-toggler span:first-child {
        margin-top: 0;
        width: 90%;
    }
    .mainheader .navbar-toggler span:nth-child(2) {
        width: 70%;
    }
    .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        transition: 0.3s all ease-in-out 0s;
        z-index: 999;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
    }
    .navbar-collapse.show {
        right: 0;
        transition: 0.3s all ease-in-out 0s;
        overflow-y: scroll;
    }
    .menuxt-close img {
        width: 16px;
    }
    .menuxt-close {
        position: absolute;
        right: 25px;
        top: 56px;
        z-index: 1;
    }

    .imgss_fl {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .imgss_fl img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: relative;
    }
    .imgss_fl figure {
        position: relative;
        margin-bottom: 0;
        height: 100%;
        width: 100%;
    }
    .imgss_fl figure:after {
        position: fixed;
        content: "";
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    body.active {
        overflow: hidden;
    }
    .before_login {
        position: absolute;
        left: 25px;
        right: 0;
        top: 45px;
        padding-right: 60px;
    }
    .navbar-nav {
        padding: 0 25px;
        padding-top: 0;
        margin-top: 80px;
        height: 60vh;
        overflow-y: auto;
    }
    .navbar-nav > li > a {
        font-size: 22px;
        font-weight: 700;
    }
    .navbar-nav > li > a::before {
        height: 2px;
    }
    .navbar-nav > li {
        margin: 0 0;
        margin-bottom: 25px;
    }
    .navbar-nav > li:last-child {
        margin-bottom: 0;
    }
    .banner_sec_inner h1 {
        font-size: 28px;
    }
    .banner_sec_inner h4 {
        font-size: 22px;
    }
    .heading_sec {
        margin-bottom: 42px;
    }
    .about_us_row > [class*="col-"] {
        margin-bottom: 40px;
    }
    .about_us_row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .cmn_gap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .how_it_works.cmn_gap {
        padding-bottom: 0;
    }
    .connect_sec_outer {
        text-align: center;
    }
    .footer1 .logo_sec {
        padding-right: 0;
    }
    .footer3,
    .footer1 {
        text-align: center;
    }
    .foot_logo {
        margin-bottom: 25px;
    }
    .topfoot_row > [class*="col-"] {
        margin-bottom: 38px;
    }
    .topfoot_row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .btmfoot_outer {
        display: block;
        text-align: center;
    }
    .btmfoot_outer > * {
        margin-bottom: 21px;
    }
    .btmfoot_outer > *:last-child {
        margin-bottom: 0;
    }
    .about_us {
        text-align: center;
    }
    .inner_banner_sec figure img {
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }
    .search_field.dsktop {
        display: none;
    }
    .before_login.after_login li {
        padding-left: 0;
    }
    .eaning_img_right {
        order: 0;
        padding-left: 0;
        padding-right: 11px;
    }
    .eaning_img_left {
        order: 1;
    }
    .search_field.mbl {
        display: block;
        margin-left: auto;
        padding-right: 22px;
    }
    .out_advantage_outer_left,
    .out_advantage_outer_right_row_right {
        position: relative;
        background-image: none !important;
    }
    .mb-img {
        display: block;
        margin-bottom: 0;
    }
    .mb-img img {
        width: 100%;
    }
    .out_advantage_outer_btm {
        bottom: inherit;
        top: 0;
        left: 0;
        right: 0;
        width: 92%;
        margin: 0 auto;
        text-align: center;
    }
    .out_advantage_outer_right_row .out_advantage_outer_right_row_left {
        padding: 54px 30px;
        text-align: center;
    }
    .rent_girlfrnd_row_left {
        position: relative;
        order: 1;
    }
    .rent_girlfrnd_row_right {
        order: 0;
    }
    .benefit_gf_rental_row_right {
        position: relative;
    }
    .Membership_Plans_left {
        margin-bottom: 38px;
        text-align: center;
    }
    .rent_girlfrnd_row_right .vbtn {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .get_in_touch_cnt_row_left {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pbtt-lg {
        padding: 0 !important;
    }
    .pbtt-lg-btm {
        padding-bottom: 0 !important;
    }
    .pbtt-lg-top {
        padding-top: 0 !important;
    }

    .margn-lg {
        margin: 0 !important;
    }
    .margn-lg-btm {
        margin-bottom: 0 !important;
    }
    .margn-lg-top {
        margin-top: 0 !important;
    }
    .subscription_putchasee_row_right {
        margin-top: 40px;
    }
    #myHeader.fixed .chat_photo_parrts_top {
        top: 50px;
    }
    .btn_balnace {
        padding: 14px 18px;
        min-width: 150px;
    }
    .chat_photo_parrts_top_left li a {
        padding: 8px 31px;
    }
    .videoos_parttstss_rightt_parent_top h4 {
        font-size: 16px;
    }
    .videoos_parttstss_rightt_parent_top .brn_phts {
        font-size: 12px;
        padding: 11px 7px;
        min-width: 110px;
    }
    /*.videoos_parttstss_rightt_parent_btm table thead{display: none;}
.videoos_parttstss_rightt_parent_btm table td{
  display: block;
  width: 100% !important;
  border: 0;
  padding: 0 !important;
}
.videoos_parttstss_rightt_parent_btm table td .location_table_inns{
  border: 0;
   padding: 0 !important;
   padding-bottom: 15px !important;
}
.videoos_parttstss_rightt_parent_btm table td.brder_td{border: 0;}
.location_table_inns_left{
    display: block;
}
.videoos_parttstss_rightt_parent_btm table td.brder_td tr.res_tr_sec{
  border-radius: 6px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: block;
  padding: 22px 25px;
  margin: 15px;
  margin-bottom: 18px;
}*/
    .videoos_parttstss_rightt_parent_btm {
        padding: 22px 18px;
    }
    /*.location_table_inns{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.location_table_inns_left{
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 8px;
  text-align: left;
}
.location_table_inns_right{
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 8px;
  text-align: right;
  color: #888888;
}*/
    /*.location_table_inns_left h5{
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}*/

    /*.videoos_parttstss_rightt_parent_btm table td.brder_td tr.res_tr_sec td:last-child{
  padding-bottom: 0 !important;
  border-top: 1px solid #dddddd;
  padding-top: 13px !important;
}*/
    /*.videoos_parttstss_rightt_parent_btm table td.brder_td tr.res_tr_sec td:last-child .location_table_inns{padding-bottom: 0 !important;}*/

    /*vid*/
    .videoos_parttstss_rightt_parent_btm table thead {
        display: none;
    }
    .videoos_parttstss_rightt_parent_btm table tbody tr {
        display: block;
    }

    .videoos_parttstss_rightt_parent_btm table tbody tr.subst-history-tr {
        border-radius: 6px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        display: block;
        padding: 22px 25px;
        margin: 7px;
        margin-bottom: 18px;
    }
    .videoos_parttstss_rightt_parent_btm table tbody td,
    .videoos_parttstss_rightt_parent_btm table tbody td:first-child,
    .videoos_parttstss_rightt_parent_btm table tbody td:last-child {
        display: block;
        padding: 0 !important;
        border: 0 !important;
    }
    .location_table_inns {
        display: flex;
        justify-content: space-between;
        margin: 0 -5px;
    }
    .videoos_parttstss_rightt_parent_btm
        table
        tbody
        tr
        td
        .location_table_inns {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
    }
    .videoos_parttstss_rightt_parent_btm
        table
        tbody
        tr
        td
        .location_table_inns {
        margin-bottom: 21px !important;
    }
    .location_table_inns > * {
        padding: 0 5px;
        flex-basis: 50%;
        max-width: 50%;
    }
    .location_table_inns_left {
        text-align: left;
        display: block;
    }
    .location_table_inns_left h5 {
        color: #000;
        font-weight: 600;
    }
    .location_table_inns_right {
        text-align: right;
    }

    /*vid_end*/

    .videoos_parttstss_left_parent_btm_li_btm p,
    .photoos_parttstss_left_parent_btm_li_btm p {
        font-size: 11px;
    }

    .subst-history-parent-top {
        display: block;
    }
    .subst-history-parent-top-left {
        padding-bottom: 25px;
    }
    .subst-history-parent-top {
        position: relative;
    }
    /*.parent-sub-main-trans .profile_listing_filter .btn.btn-default{
  position: absolute;
  right: 20px;
  top: 22px;
}*/
    .gf-service-seeker-class-users-btm {
        height: auto;
    }
    .search_transtn .form-group {
        width: 90%;
    }
    /*.parent-sub-main-trans > *{flex-basis: 100%;}*/
    .subst-history-parent-btm table thead {
        display: none;
    }
    .subst-history-parent-btm-head-left {
        display: block;
    }
    .subst-history-parent-btm table tbody td,
    .subst-history-parent-btm table tbody td:first-child,
    .subst-history-parent-btm table tbody td:last-child {
        display: block;
        padding: 0 !important;
        border: 0 !important;
    }
    .subst-history-parent-btm table tbody tr td .subst-history-parent-btm-head {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
    }
    .subst-history-parent-btm table tbody tr {
        display: block;
    }
    .date_with_table {
        height: auto;
    }
    .subst-history-parent-btm table tbody tr.subst-history-tr {
        border-radius: 6px;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        display: grid;
        padding: 22px 25px;
        margin-bottom: 18px;
    }

    .subst-history-parent-btm table tbody tr.subst-history-tr:last-child {
        margin-bottom: 0;
    }
    .subst-history-parent-btm-head {
        display: flex;
        justify-content: space-between;
        margin: 0 -5px;
    }

    .subst-history-parent-btm-head > * {
        padding: 0 5px;
        /* flex-basis: 50%; */
        /* max-width: 50%; */
    }
    .subst-history-parent-btm-head-left {
        text-align: left;
        word-break: break-word;
    }
    .subst-history-parent-btm .subst-history-parent-btm-head-left h5 {
        color: #000;
        font-weight: 600;
    }

    .subst-history-parent-btm-head-right {
        text-align: right;
        word-break: break-word;
    }
    .subst-history-parent-btm .subst-history-parent-btm-head-right h5 {
        color: #888888;
        font-weight: 500;
    }
    .subst-history-parent-btm table tbody tr td .subst-history-parent-btm-head {
        margin-bottom: 21px !important;
    }
    .subst-history-parent-btm
        table
        tbody
        tr
        td:last-child
        .subst-history-parent-btm-head {
        margin-bottom: 0 !important;
    }
    .earning-wallet-subscube-parent > .row > [class*="col-"] {
        margin-bottom: 30px;
    }
    .earning-wallet-subscube-parent > .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .subst-history-parent-btm
        table
        tbody
        tr
        td
        .subst-history-parent-btm-head.last
        .subst-history-parent-btm-head-right {
        max-width: 100%;
        flex-basis: 100%;
    }
    .upload_sec_class_p ul {
        justify-content: flex-end;
    }
    .search_for_client_class_brm li {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .search_for_client_class_top_hd {
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
    .search_for_client_class_top_hd > * {
        flex-basis: 50%;
        max-width: 50%;
        order: inherit;
        margin-bottom: 15px;
    }
    .search_for_client_class_top_hd > *:nth-child(even) {
        display: table;
        margin-left: auto;
    }
    .search_for_client_class_top3 {
        margin-left: 0;
    }
    .date_with_table_brm {
        height: auto;
    }
    .gf-service-seeker-class-top > .row > [class*="col-"] {
        margin-bottom: 40px;
    }
    .gf-service-seeker-class-top > .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .date_with_table_top {
        min-height: inherit;
    }

    .gf_service_seek_brmm > .row > [class*="col-"] {
        margin-bottom: 40px;
    }
    .gf_service_seek_brmm > .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .photoos_parttstss_left_parent.neww_sec
        .photoos_parttstss_left_parent_btm
        ul
        li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .videoos_parttstss_left_parent.neww_sec
        .videoos_parttstss_left_parent_btm
        ul
        li {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .eaning_img_right .dropdown-menu {
        right: inherit;
        left: 0;
    }
    .upload_phpto_sectionb {
        width: 80%;
    }

    .search_for_client_class_top_hd .search_for_client_class_top4 {
        flex-basis: 40%;
        max-width: 40%;
    }
    .search_for_client_class_top_hd .search_for_client_class_top5 {
        flex-basis: 10%;
        max-width: 10%;
        text-align: right;
    }
    .Upload_sectns1_bttom_btp ul li {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    /* .parent-sub-main-trans {
        margin-bottom: -15px;
    } */
    /* .parent-sub-main-trans > * {
        margin-bottom: 15px;
    } */

    .parent-sub-main-trans > *.dropdown_plan_stat {
        flex-basis: 50%;
        max-width: 50%;
    }
    .dropdown_plan_stat select {
        min-width: inherit;
        width: 100%;
    }
    .plan_dsesktop_table table td {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .login_form_si_top{justify-content: center;  }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 0 22px 0;
        max-width: 100%;
    }

    /* navbar*/
    .navbar-nav .clickD {
        top: 6px;
        right: 10px;
    }
    .sub-menu,
    .navbar-nav > li > .sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
    }
    .navbar-nav > li.menu-item-has-children {
        padding-right: 0;
    }
    /*.navbar-nav > li{
  margin: 0;
  padding: 0;
}*/
    /*.navbar-nav > li > a{
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}*/
    .sub-menu > li > a {
        padding-left: 20px;
    }
    .sub-menu .sub-menu > li > a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu .sub-menu > li > a {
        padding-left: 60px;
    }

    .banner_sec > figure > img {
        height: 600px;
        object-fit: cover;
        object-position: 70% center;
    }
    .inner_banner_sec figure img {
        object-position: 70% center;
    }
    .banner_sec_outer {
        top: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        bottom: 63px;
        text-align: center;
    }
    .banner_sec_inner_btn li {
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 17px;
    }
    .banner_sec_inner_btn li:last-child {
        margin-bottom: 0;
    }
    .cmn_gap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connect_sec_outer h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .connect_sec_outer p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .how_it_works_plan_outer h5 {
        font-size: 13px;
    }
    .how_it_works_plan_outer {
        padding: 30px 15px;
    }
    .mainheader {
        padding: 20px 0;
    }
    .out_advantage_outer_left figure img {
        height: 540px;
        object-fit: cover;
        object-position: top right;
    }
    .number_register {
        display: block;
        text-align: center;
    }
    .number_register_left {
        margin: 0 auto;
        margin-bottom: 21px;
    }
    .number_register_right {
        max-width: 100%;
        padding: 0;
    }
    .number_register {
        margin-top: 35px;
    }
    .plan_mobile_table {
        display: block;
    }
    .plan_dsesktop_table {
        display: none;
    }

    .mainheader.sticky {
        padding: 20px;
    }

    .topheader{
        max-width: 1440px;
        margin: auto;
    }
    .map_sec.mbl {
        display: block;
        line-height: 0;
    }
    .map_sec_bbm {
        height: 380px;
    }
    .get_in_touch_cnt_row_right {
        display: none;
    }
    .map_sec iframe {
        height: 400px;
    }
    .get_in_touch_cnt_row_left::before {
        position: absolute;
        content: "";
        background: #ffc665;
        right: -1920px;
        width: 1920px;
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .get_in_touch_cnt_row {
        min-height: inherit;
    }
    .get_in_touch_cnt_row_left {
        padding: 45px 0;
        text-align: center;
    }
    .get_in_touch_cnt_row_left .heading_sec.left {
        text-align: center;
    }

    .contact_foot.new li {
        padding: 0;
        padding-top: 35px;
        background-position: top center !important;
    }
    .contact_foot.new li {
        margin-bottom: 25px;
    }
    .contact_foot.new li:last-child {
        margin-bottom: 0;
    }
    .send_message_secc_outer {
        max-width: 100%;
        position: relative;
    }
    .send_message_secc .container {
        max-width: 100%;
        padding: 0;
    }
    .send_message_secc {
        padding: 0;
        display: block;
        background: #fff;
    }
    .send_msg_fig {
        display: block;
    }
    .send_msg_fig figure {
        margin-bottom: 0;
        margin-top: -10px;
    }
    .send_msg_fig figure img {
        height: 550px;
        object-fit: cover;
        width: 100%;
        object-position: -84px center;
    }
    .loginn-outer-row-left {
        background-image: none !important;
        position: relative;
        order: 1;
    }
    .mb-oppen {
        display: block;
    }
    .loginn-outer-row-left figure {
        margin-bottom: 0;
    }
    .loginn-outer-row-left figure img {
        width: 100%;
    }
    .loginn-outer .container-md {
        padding: 0;
    }
    .loginn-outer-row-right {
        order: 0;
        padding: 15px;
    }

    .pbtt-md {
        padding: 0 !important;
    }
    .pbtt-md-btm {
        padding-bottom: 0 !important;
    }
    .pbtt-md-top {
        padding-top: 0 !important;
    }

    .margn-md {
        margin: 0 !important;
    }
    .margn-md-btm {
        margin-bottom: 0 !important;
    }
    .margn-md-top {
        margin-top: 0 !important;
    }
    .form_input_radio_inner_sp_img {
        position: static;
        margin-top: 22px;
    }
    .custom_radio .form_input_radio_inner_sp {
        padding: 24px 20px;
        min-width: 282px;
    }
    .cmn_policy h1,
    .cmn_policy h2,
    .cmn_policy h3,
    .cmn_policy h4,
    .cmn_policy h5,
    .cmn_policy h6 {
        margin-top: 18px;
    }
    .vbtn.bt {
        min-width: inherit;
        width: 100%;
    }
    .page_eror_wrap h3 {
        font-size: 26px;
    }
    .chattt_partttss_left_slider_img img {
        object-position: 0 0;
    }
    .chat_photo_parrts_bottom_main > .row > [class*="col-"] {
        margin-bottom: 30px;
    }
    .chat_photo_parrts_bottom_main > .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .photoos_parttstss_right_parent_btm table td {
        display: block;
        width: 100%;
        padding: 0;
        padding-bottom: 25px;
    }
    .term_condn_popup {
        display: block;
    }
    .term_condn_popup_left,
    .term_condn_popup_right {
        max-width: 100%;
    }
    .term_condn_popup_right {
        margin-top: 30px;
    }
    .Upload_sectns1_bttom_btp .start_btn {
        min-width: inherit;
        width: 100%;
    }
    .Upload_sectns1_bttom_top tr {
        display: grid;
    }
    .Upload_sectns1_bttom_top tr td {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .caht_section_gf_src [class*="col-"] {
        margin-bottom: 30px;
    }
    .caht_section_gf_src [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .my_det_sectn_out_left {
        flex-basis: 100%;
        max-width: 100%;
    }
    .my_det_sectn_out_right {
        flex-basis: 100%;
        max-width: 100%;
        padding: 30px;
    }
    .my_det_sectn_out_right tr td {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .vw_pfls {
        display: block;
        margin: 0;
        margin-top: 10px;
    }

    .customfile_input_neww_m_outer {
        display: block;
    }
    .customfile_input_neww_m_outer_left,
    .customfile_input_neww_m_outer_right {
        max-width: 100%;
    }

    .upload_phpto_sectionb.upload_phpto_sectionb_wdr_et {
        max-width: 100%;
        width: 80%;
    }

    .fancybox-navigation .fancybox-button {
        width: 45px;
    }

    .seatch_location_class {
        width: auto;
    }
    .search_for_client_class_top_hd .search_for_client_class_top4 {
        flex-basis: 30%;
        max-width: 30%;
    }
    .search_for_client_class_top_hd .search_for_client_class_top5 {
        flex-basis: 20%;
        max-width: 20%;
        text-align: right;
    }
    .toop_cmn_clr_divv {
        display: block;
    }

    .customfile_input_sec_n_parent .custom-file .custom-file-label {
        padding: 6px 15px;
        padding-left: 78px;
        font-size: 12px;
    }
    .customfile_input_sec_n_parent .custom-file .custom-file-label::after {
        width: 70px;
        font-size: 12px;
    }
    .my_det_sectn_out_right tr td {
        width: 100%;
    }
    .videoos_parttstss_rightt_parent_btm .table_responsive_news {
        height: auto;
        overflow-y: visible;
    }
    .fancy_video_gfpr {
        width: 90%;
    }
    /*.fancybox-content.fancy_photo.fancy_photo_gfpr{
  width: 50%;
}*/
    /*.fancybox-content.fancy_photo.fancy_photo_gfpr img{min-height: 350px;max-height: 350px;}*/
    .Upload_sectns1_bttom_top tr:last-child td {
        padding-bottom: 15px;
    }

    .video_chat_fulll_aprt .video_partt {
        height: 70vh;
        width: 80%;
    }
    .video_chat_fulll_aprt .wrapp_div {
        position: relative;
    }
    .video_partt_btm_devc {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .video_calling_modaal_outer_icocn {
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .benefit_gf_rental_outer {
        padding-top: 31px;
        padding-left: 31px;
    }
    .benefit_gf_rental_row_left {
        padding: 30px 32px;
    }
    .Membership_Plans_right ul li {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .Membership_Plans_right ul li:last-child {
        margin-bottom: 0;
    }
    .Membership_Plans_right ul {
        margin-bottom: 0;
    }
    .find_out_more_row > [class*="col-"] {
        margin-bottom: 20px;
    }
    .find_out_more_row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .find_out_more_row_outer {
        padding: 25px 20px;
    }
    .vbtn.new {
        min-width: inherit;
        width: 100%;
    }
    .benefit_gf_rental_outer::after {
        width: 100%;
        border-radius: 0 70px 70px 0;
        -webkit-border-radius: 0 70px 70px 0;
    }
    .benefit_gf_rental_outer .head {
        font-size: 22px;
    }
    .upload_phpto_sectionb_wth.upload_phpto_sectionb {
        width: 90%;
    }
    .map_ssec_home {
        height: 380px;
    }
}

@media (max-width: 575px) {
    .pbtt-sm {
        padding: 0 !important;
    }
    .pbtt-sm-btm {
        padding-bottom: 0 !important;
    }
    .pbtt-sm-top {
        padding-top: 0 !important;
    }

    .margn-sm {
        margin: 0 !important;
    }
    .margn-sm-btm {
        margin-bottom: 0 !important;
    }
    .margn-sm-top {
        margin-top: 0 !important;
    }
    .addss_btn {
        padding: 11px 14px;
        font-size: 13px;
    }
    .custom_radio .form_input_radio_inner_sp {
        min-width: 230px;
    }
    .earning-wallet-subscube-parent-right-btm input[type="text"],
    .earning-wallet-subscube-parent-right-btm input[type="email"],
    .earning-wallet-subscube-parent-right-btm input[type="search"],
    .earning-wallet-subscube-parent-right-btm input[type="password"] {
        float: none;
        width: 100%;
    }
    .earning-wallet-subscube-parent-right-btm button,
    .earning-wallet-subscube-parent-right-btm input[type="submit"] {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .Upload_sectns1_bttom_btp ul li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .fancybox-content.fancy_photo.fancy_photo_gfpr {
        width: 60%;
    }
    /*.fancybox-content.fancy_photo.fancy_photo_gfpr img{
    min-height: 320px;
    max-height: 320px;
}*/
    .chattt_partttss_text_bottom1_answr,
    .chattt_partttss_text_bottom1_qts {
        max-width: 100%;
    }
    .video_chat_fulll_aprt .video_partt .video_partt_recieverr {
        padding: 20px 10px;
    }
    .video_chat_fulll_aprt .video_partt .video_partt_sender {
        right: 0;
        top: 0;
    }
    .video_chat_fulll_aprt .auddio_partt figure {
        padding-top: 0;
    }
    .video_chat_fulll_aprt .auddio_partt {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width: 479px) {
    .cmn_gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .btmfoot_outer {
        font-size: 11px;
    }
    .login_form_si_bottom,
    .login_form_si_top_left,
    .login_form_si_top_right,
    .login_form_si_top.no-tabes {
        padding: 25px 15px;
    }
    .billing_address_top,
    .billing_address_btm,
    .card_details_address_top,
    .card_details_address_btm {
        padding: 22px 17px;
    }
    .billing_address_top_left h5,
    .card_details_address_top_left h5 {
        font-size: 17px;
    }
    .common_filterss .dropdown-menu {
        width: 280px;
    }
    .chattt_partttss_left_slider_img img {
        height: 300px;
    }
    /* .earning-amount-subscube-parent h5 {
        font-size: 17px;
    } */
    .earnng-amount-des {
        font-size: 18px;
    }
    .earning-amount-subscube {
        padding: 30px 0;
    }
    .input-range li {
        flex-basis: 100%;
        max-width: 100%;
    }
    .input-range li input[type="date"] {
        font-size: 10px;
        height: 38px;
    }
    .input-range li::after {
        display: none;
    }
    .chattt_partttss_text_bottom2 .form-group button {
        right: 20px;
    }
    .chattt_partttss_text_bottom2 .form-group button i {
        width: 20px;
    }
    .chattt_partttss_text_bottom2 .form-group textarea {
        padding: 21px 20px;
        padding-right: 50px;
    }
    .chattt_partttss_text_bottom2 .form-group small {
        padding: 0px 20px;
    }
    .Upload_sectns1_bttom {
        padding: 22px;
    }
    .Upload_sectns1_top h4 {
        font-size: 20px;
    }
    .search_for_client_class_brm li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .upload_sec_class_p ul {
        margin: 0 -5px;
    }
    .upload_sec_class_p li {
        padding: 0 5px;
    }
    /* .gf-service-seeker-class-users-btm ul li {
        flex-basis: 50%;
        max-width: 50%;
    } */
    .chat_section_messenger_main {
        padding-right: 50px;
    }
    .chat_section_messenger .active_min {
        right: 0;
        font-size: 11px;
    }
    .chat_section_messenger_main_rt p {
        font-size: 14px;
    }
    .chat_section_messenger_main_rt h5 {
        font-size: 13px;
    }
    .videoos_parttstss_left_parent.neww_sec
        .videoos_parttstss_left_parent_btm
        ul
        li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .photoos_parttstss_left_parent.neww_sec
        .photoos_parttstss_left_parent_btm_li
        figure
        img {
        height: 150px;
    }

    .Profile_phtos_chking.active .Profile_phtos_chking_spann .ppf {
        font-size: 10px;
    }

    .Profile_phtos_chking .form_input_radio input[type="radio"] + span::after {
        width: 7px;
        height: 7px;
        top: 10px;
        left: 4px;
    }
    .Profile_phtos_chking .form_input_radio input[type="radio"] + span::before {
        width: 15px;
        height: 15px;
        top: 6px;
    }
    .Profile_phtos_chking {
        padding: 9px 6px;
    }
    .Profile_phtos_chking .form_input_radio {
        padding-left: 23px;
    }
    .Upload_sectns1_bttom_btp input[type="submit"].upload {
        min-width: inherit;
        width: 100%;
    }
    .seatch_location_class input[type="search"] {
        font-size: 12px;
    }

    /*.parent-sub-main-trans > .search_transtn{flex-basis: 100%;max-width: 100%;padding-bottom: 18px;}*/
    .imageModal.modal .btn,
    .videoModal.modal .btn {
        min-width: inherit;
        width: 100%;
    }
    .profile_details_container_parent_top > * {
        padding: 0 5px;
    }
    .videoos_parttstss_rightt_parent_top,
    .videoos_parttstss_left_parent_top,
    .photoos_parttstss_left_parent_top {
        display: block;
        text-align: center;
    }
    .videoos_parttstss_rightt_parent_top h4,
    .videoos_parttstss_left_parent_top h4,
    .photoos_parttstss_left_parent_top h4 {
        margin-bottom: 15px;
        padding: 0;
    }
    .fancybox-slide--html .fancy_video.fancy_video_gfpr .fancybox-close-small {
        width: 34px;
        height: 34px;
        right: -15px;
        top: -18px;
    }
    .fancybox-content.fancy_photo.fancy_photo_gfpr {
        width: 80%;
    }
    /*.fancybox-content.fancy_photo.fancy_photo_gfpr img{
    min-height: 260px;
    max-height: 260px;
}*/
    .upload_phpto_sectionb.upload_phpto_sectionb_wdr_et {
        width: 90%;
    }
}
@media (max-width: 370px) {
    .banner_sec_inner h1 {
        font-size: 24px;
    }
    .banner_sec_inner h4 {
        font-size: 18px;
    }
    .navbar-nav > li > a {
        font-size: 18px;
    }
    .navbar-nav > li {
        margin-bottom: 20px;
    }
    .plan_mobile_table table td {
        font-size: 12px;
    }
    .plan_mobile_table table td {
        padding: 0 10px;
    }
    .plannnn_sec {
        padding: 10px 8px;
        font-size: 12px;
        margin-top: 13px;
    }
    .plannnn_sec.select_plan span {
        background-size: 11px;
        padding-left: 18px;
    }
    .plan_mobile_table table td {
        width: auto;
    }
    .billing_address_top_right,
    .card_details_address_top_right {
        flex-basis: 50%;
        text-align: right;
    }
    .addss_btn {
        padding: 10px 12px;
        font-size: 12px;
    }
    .custom_radio .form_input_radio_inner_sp {
        min-width: 190px;
    }
    .form_input_radio_inner_sp span.heading {
        font-size: 14px;
    }
    .form_input_radio_inner_sp span.number {
        font-size: 13px;
    }
    .card_details_address_btm_label .custom_radio {
        padding-right: 58px;
    }
    .videoos_parttstss_left_parent_btm_li_btm {
        padding: 3px 5px;
    }
    .fancybox-navigation .fancybox-button {
        width: 30px;
        height: 50px;
    }
    .fancybox-slide--html .fancy_photo .fancybox-close-small {
        right: 0;
        top: -10px;
    }
    .brn_phts {
        min-width: 130px;
        font-size: 12px;
    }
    .photoos_parttstss_left_parent_top h4 {
        font-size: 17px;
    }
    .chat_photo_parrts_top_left li {
        padding: 0 15px;
    }
    .btn_balnace {
        padding: 11px 8px;
        min-width: 130px;
    }
    .seatch_location_class input[type="search"] {
        padding-left: 22px;
        background-size: 13px;
        font-size: 13px;
    }
    .table_P_cmn_sec_top h5 {
        font-size: 17px;
    }
    .Upload_sectns1_bttom_btp_img figure img,
    .Upload_sectns1_bttom_btp_img video {
        height: 110px;
    }
    .Upload_simages .fileUpload span {
        font-size: 13px;
    }
    .Upload_simages .fileUpload {
        height: 110px;
    }
    .fancybox-slide--html .fancy_photo.fancy_photo_gfpr .fancybox-close-small {
        right: -14px;
        top: -18px;
        width: 34px;
        height: 34px;
    }
}

.dataTables_info {
    display: none !important;
}

.successMsg,
.errorMsg {
    margin: 0px 45px;
}

.freeze_parent {
    pointer-events: none;
}

.gf-src-provide-main-head > #dtae_section_id .dtae_section_class {
    margin-bottom: 40px;
}

.ajaxData-dropdown-menu ul {
    list-style: none;
}
.search_for_client_class_top3 {
    position: relative;
}
.ajaxData-dropdown-menu ul li {
    padding: 0px 15px;
    word-break: break-all;
}
.ajaxData-dropdown-menu ul li:before {
    display: none;
}

.seatch_location_class input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.chattt_partttss_text-new .chattt_partttss_text_top_right ul li a {
    opacity: 0.5;
}
.chattt_partttss_text-new .chattt_partttss_text_bottom2 {
    display: none;
}
.preview-image {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 767px) {
    .table_P_cmn_sec_top2 {
        width: 40%;
    }

    .col-6 {
        text-align: start;
            flex: 0 0 40%;
            max-width: 40%;
            padding: 0;

    }
    .contact_foot ul {
        width: fit-content;
    }
    .col-6 .nav_link li {
        padding-left: 0;
    }
    .row {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .nav_link li:before {
        display: none;
    }
    a.btn.btn-message {
        padding: 10px 32px;
        font-size: 12px;
    }
    a.btn.btn-request {
        font-size: 12px;
    }
    .tabs div .btn-request {
        font-size: 12px;
    }
    .tabs div span {
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
    }

    .search-name.girlfriend {
        border-bottom: 1px solid #e6e7e8;
        padding: 0;
    }
    /* .parent-sub-main-trans {
        justify-content: space-evenly;
    } */
    .first_section a {
        display: none;
    }
    button.btn.btn-back {
        display: block;
    }
    .caht_section_gf_src_left_part_bottom {
        padding: 0;
        max-height: 433px;
        overflow-y: auto;
    }
    .gf-service-seeker-class-top > .row > [class*="col-"] {
        margin-bottom: 24px;
    }
    .view_button {
        display: flex;
        justify-content: center;
        border-radius: 0 0 8px 8px;
        border: 1px solid #e6e7e8;
        background: #fbfbfb;
        padding: 11px 22px;
    }

    .first_section.new.web {
        display: block;
        align-items: center;
        text-align: center;
    }

    /* .tabs span {
        bottom: 26px;
        position: relative;
        right: -119px;
    } */
    .inner_page {
        margin-top: 100px !important;
    }
    .first_section.main {
        text-align: center;
    }
    /* .gf-service-seeker-class-users-btm ul li {
        flex-basis: 49.33%;
        max-width: 49.33%;
    } */
    .subst-history-parent-top-left {
        padding-bottom: 0;
    }
    .subst-history-parent-top.heading-chat {
        display: flex;
        align-items: center;
    }
    .subst-history-parent-top-left h5 {
        font-size: 16px;
    }
    .table_gsf_p_req h5 {
        font-size: 16px;
    }
    .date_with_table h5 {
        font-size: 16px;
    }
    .subst-history-parent-btm {
        padding: 15px 11px;
    }
    .tabs {
        width: fit-content;
    }
    .hidden-section {
        display: none;
    }
    .topfoot a {
        font-size: 14px;
        color: #E7E7E7;
    }
}
@media (min-width: 426px) and (max-width: 768px) {
    .btn .back_arrow {
        width: 22px;
        height: 22px;
    }
    .chattt_partttss_text_top_left {
        display: flex;
        align-items: center;
    }
    .gf-service-seeker-class-users-btm ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }
    .gf-service-seeker-class-users-btm ul li figure img {
        padding: 0px 0;
    }
}

@media (min-width: 426px) and (max-width: 1023px) {
    .caht_section_gf_src_left_part_top {
        padding: 12px ;
    }
    .parent-sub-main-trans {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .topfoot {
        padding: 55px 30px;
    }
    .topfoot a{
font-size: 14px;
        color: #E7E7E7;
    }
    .nav_link li {
        margin-bottom: 16px;
    }
    .nav_link li:before {
        background-color: transparent;
    }
    .col-6 .nav_link li {
        padding-left: 0;
    }
    .search-name.girlfriend .caht_section_gf_src_left_part_top {
        width: 85%;
    }

    .btn .back_arrow {
        display: none;
    }
    .chattt_partttss_text_top_left {
        display: flex;
        align-items: center;
    }

    .search-name.girlfriend .subst-history-parent-top-right {
        width: 15%;
    }
    .mainheader {
        padding: 23px 15px;
    }
    .tabs {
        width: fit-content;
    }
    .view_button {
        display: none;
    }
    /* .view_button {
        display: flex;
        justify-content: center;
        border-radius: 0 0 8px 8px;
        border: 1px solid #e6e7e8;
        background: #fbfbfb;
        padding: 11px 22px;
    } */
    .gf-service-seeker-class-users-btm ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 8px;
    }
    .gf-service-seeker-class-users-btm ul li figure img {
        padding: 0px 0;
    }
    /* .tabs { width: 50%;} */
}

@media only screen and (max-width: 479px) {
    .girl_request_main {
        padding: 0 15px;
    }
    .chat_section_messenger_main {
        padding-right: 20px;
    }
    .search-name.girlfriend .subst-history-parent-top-right {
        width: 70%;
    }
    .parent-sub-main-trans > * {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .parent-sub-main-trans {
        margin: 0;
    }
    .caht_section_gf_src_left_part_top {
        padding: 12px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-lg-4 {
     padding: 0;
    }
    .topfoot h6 {
        text-align: start;
    }
    .topfoot a {
        font-size: 14px;
        color: #E7E7E7;
    }
}



@media (min-width: 768px) and (max-width: 1023px) {
    .gf-service-seeker-class-users-btm ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}

/* Background Sing Up Attachment */
.background-attachment{
    /* background: url('/assets/frontend/images/background-cover.webp'); */
    background-image: url('/assets/frontend/images/user_details-bg.svg');

    background-repeat: no-repeat; 
    background-size: cover;
    width: 100%;
    height: 1245px;
}
@media only screen and (max-width: 767px) {
    .background-attachment {
        background: none; /* or background: transparent; */
        height: auto;
    }
    .main-div-register{
        padding: 10px !important;
    }
}
.main-div-register {
    padding-top: 67px;
    padding-bottom: 67px;
}
.custom-register-form{
    max-width: 1640px !important;
}
.client-li{
    border-radius: 20px 0px 0px 20px;
    background: #F1F1F1;;
}
.girlfriend-li{
    border-radius: 0px 20px 20px 0px ;
    background: #F1F1F1;;
}
