/*      All Global css
----------------------------*/

body {
    font-family: 'Blinker', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #706b6b;
    position: relative;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Blinker', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
   font-family: 'Blinker', sans-serif;
}
h2 {
    font-family: 'Blinker', sans-serif;
    color: #222222;
}

h3 {
   font-family: 'Blinker', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Blinker', sans-serif;
    color: #222222;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Blinker', sans-serif;
    color: #222222;
}

header {
	position: absolute;
	background: #000;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
	transition: .2s ease;
	top: 0;
	left: 0;
}

.darkHeader {
	background: #141c28;
	padding: 5px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.navbar{
	padding:0px 0px;
}


.navbar-light .navbar-brand img{
	max-width:176px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-weight: 600;
	font-size:15px;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
}

.user-tab-login {
	text-align: center;
	color: #fff !important;
	background: #192231;
	font-size: 14px !important;
	padding: 5px 30px !important;
	margin: 3px 0 0 15px !important;
	transition: .5s ease;
	border-radius: 24px;
	background-image: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);
	border: 0 !important;
}

.user-tab-login:hover, .user-tab-login:focus {
	color:#fff !important;
	background: #192231;
}

.user-tab-register {
	text-align: center;
	color: #fff !important;
	background: #192231;
	font-size: 14px !important;
	padding: 5px 30px !important;
	margin: 3px 0 0 15px !important;
	transition: .5s ease;
	border-radius: 24px;
	background-image: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);
	border: 0 !important;
}

.user-tab-register:hover, .user-tab-register:focus {
	color:#fff !important;
	background: #192231;

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
	border-bottom:2px solid #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
	border-bottom:2px solid #fff;
}

.banner {
    position: relative;
    padding: 120px 0;
}
.banner-sec-left h1 {
    color: #fff;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-sec-left p{
	color:#fff;
	font-size:16px;
	line-height:24px;
}

.banner-sec-left a {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #192231;
    border: 1px solid #3aa2cb;
    font-size: 20px;
    padding: 12px 48px;
    margin-top: 20px;
}



.button-default{
	background: #6a38d4;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
	padding:10px 40px;
	display:inline-block;
}

.button-default:hover, .button-default:focus {
	 background:#b76eda;
	 color: #fff;
	}



.search-box {
    padding: 35px 30px 20px 30px;
    background: #fff;
    margin-top: 80px;
    border-radius: 10px;
}

.search-box label{
	color: #000;
}



.search-box .custom-select{
	height: calc(35px + .75rem + 2px);
	border-radius:4px;
	 background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='rgb(166,185,9)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

.mar-top-33{
	margin-top:33px;
}
.btn-search {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	height: 48px;
	border-radius: 5px;
	background-image: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);
	border: 0 !important;
}

.btn-search:hover, .btn-search:focus {
	 background:#000;
	 color: #fff;
	}

.search-sec {
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.welcome-sec{
	padding:60px 0 60px 0;
	background:#b76eda;
}

.welcome-sec-box{
	background:#c97eed;
	padding:20px;
	text-align:center;
}

.welcome-sec-box h3{
	font-size:30px;
	color:#fff;
	margin-bottom:10px;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.welcome-sec-box h4{
	font-size:20px;
	color:#fff;
}


.welcome-sec .sec-title h2, .welcome-sec .sec-title p, .vip-members-sec .sec-title h2, .vip-members-sec .sec-title p{
	color:#fff;
}

.vip-members-sec {
    padding: 40px 0;
    background: #192231;
}


.top-members-sec {
	padding: 0 0 60px;
	position: relative;
}

.top-members-sec::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	z-index: -1;
	background: url(../images/shp1.png) bottom left no-repeat;
	background-size: cover;
}

.sec-title{
	text-align:center;
	margin-bottom:30px;
}

.sec-title h2 {
    color: #117077;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom:0px;
}
.sec-title h4{
	color:#117077;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}


.member-box{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
	display: block;border-top-left-radius: 20px;
overflow: hidden;
	
}
.img-block{
	position:relative
}
.img-block img {
	height: 290px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 0;
}
.img-block-overlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,.1);
	border-radius: 20px 0 0 0;
}
.text-block {
	padding: 10px 15px;
	position: relative;
	width: 100%;
}
.member-name {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	display: inline-block;
	margin-right: 10px;
}

.member-age {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}

.member-bottom-con{
	background:#fff;
	border-radius:0 0 5px 5px;
}
.member-bottom-con a{
	color:#ef5b85;
	font-size:18px;
	padding:10px;
	display:inline-block;
	
	}
.view-block-b, .like-block-b, .chat-block-b{
	text-align:center;
}

.like-block-b{
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}

.member-like-con {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;background: rgba(0,0,0,.30);
	display: flex;
align-items: center;
justify-content: space-around;
}
.member-like-con li{
  display: inline-block;
  margin: 0 5px;
  width: 100%;
}
.member-like-con li a{
  padding:8px 5px;
  color:#fff;
  display:block;
  text-align: center;
  font-size: 16px;
}

.member-like-con li a:hover {
    color: #fff;
    background: rgba(0, 152, 255, 0.4);
}

.premium-member-sec {
    padding: 40px 0;
}

.view-all-btn-con{
	text-align:center;
	margin-top:30px;
	}
.view-all{
	padding:12px 40px;
	color:#fff;
	border-radius:7px;
	text-transform:uppercase;
}

.gradient-btn{
    color:#fff;
	background:linear-gradient(10deg, #4e70de 0%, #54cba8 100%);
}

.gradient-btn:hover{
	color:#fff;
    background: #3cadf9;
}

.make-dating-sec{
	background:#f7f7f7;
	padding:60px 0;
}

.make-dating-box{
	background:#fff;
	padding:30px;
	text-align:center;
	border-radius:8px;
}

.make-dating-icon-con{
	width:80px;
	height:80px;
	margin:-70px auto 30px auto;
	border-radius:50%;
	text-align:center;
	font-size:24px;
	color:#fff;
	padding-top: 25px;
}

.make-dating-box h4{
	font-size:18px;
	color:#3d404a;
	font-weight:600;
	margin-bottom:25px;
}

.make-dating-box p{
	font-size:14px;
	color:#3d404a;
	font-weight: normal;
	line-height:22px;
	margin-bottom:0;
}

.color-pink{
	background:#ef5b85;
}

.color-green{
	background:#3dbdb6;
}

.color-blue{
	background:#0089ce;
}


.blog-sec{
	padding:80px 0;
}

.blog-box{
	margin-bottom:30px;
}

.blog-img-block {
    margin-bottom: 8px;
}
.blog-img-block img{
	height:300px;
	object-fit:cover;
	width:100%;
}

.blog-text{
	text-align:center;
	padding: 30px 20px 20px 20px;
	background:#f5f5f5;
}

.blog-text ul li i{
	color:#fa5856;
}

.blog-text ul li{
	color:#666;
	font-size:16px;
	
}

.blog-text .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

.blog-text h3{
	font-size:20px;
	color:#000;
	margin:20px 0 20px 0;
}

.blog-text a {
    border-radius: 0px;
    padding: 10px 50px;
    width: 100%;
    color: #fff;
}

.call-to-action-sec{
	padding:100px 0;
	text-align:center;
}
.call-to-action-sec h2{
	font-size:36px;
	color:#fff;
	margin-bottom:20px;
	font-weight:600;
}

.call-to-action-sec p{
	font-size:16px;
	color:#fff;
	margin-bottom:40px;
	font-weight:600;
}

.call-to-action-sec a{
	color:#ef5b85;
	font-size:16px;
	text-transform:uppercase;
	padding:12px 50px;
	display:inline-block;
	background:#fff;
	text-align:center;
	border-radius:5px;

	}


.footer-logo-con {
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    padding: 8px 15px;
    margin-bottom: 30px;
    display: inline-block;
}
.footer-logo{
	max-width:100%;

}
.social-icon-footer{
	float:right;
}
.social-icon-footer li{
	display:inline;
	margin-right:15px;
	}

.social-icon-footer li a {
    color: #192231;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 6px;
}
.social-icon-footer li a:hover{
	color:#fff;
	background:#192231;
	}

.footer-right-con{
	margin-top:30px;
}
.footer-logo{
  height:47px;
}

.footer-box ul li{
	margin:8px 0px;
}
.footer-box ul li a{
	color:#fff;
	font-size:14px;
}
.footer-box ul li a:hover {
    color: #192231;
}
.footer-right-con p{
	color:#a2a2a2;
	font-size:14px;
	margin-bottom:0;
	margin-top:30px;
	}

.footer-top {
    padding: 50px 0;
    background: #000;
    position: relative;
}
.footer-top h2{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:20px;
}
.footer-bottom {
    padding: 10px 0;
    background: #117077;
    text-align: center;
}
.footer-bottom p{
	margin-bottom:0;
	color:#fff;
	font-size:16px;
}
.footer-bottom a {
    color: #fff;
    font-size: 16px;
}
.p-l-60{
	padding-left:60px;
}


.footer-top .input-group .form-control {
    border: none;
    background: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: calc(36px + .75rem + 2px);
    padding: .375rem 1.6rem;
}



.subscribe-btn {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px 30px;
}


.footer-box h4{
	font-size:24px;
	color:#fff;
	margin-bottom:20px;
}

.footer-box p{
	color:#fff;
}


.owl-theme .owl-dots{
 text-align:center;
 -webkit-tap-highlight-color:transparent
}


.owl-theme .owl-nav.disabled+.owl-dots {
 margin-top:20px
}
.owl-theme .owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	 width:10px;
	 height:10px;
	 margin:5px 3px;
	 background:#ddd;
	 display:block;
	 -webkit-backface-visibility:visible;
	 transition:opacity .2s ease;
	 border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background:#fb4959
}

.owl-nav {
    text-align: center;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    height: 80px;
    width: 40px;
    border-radius: 5px;
    background: #ddcffa  !important;
    text-align: center;
    color: #3c2769 !important;
    margin: 0 5px;
    font-size: 30px !important;
    line-height: 30px !important;
	transition: .5s ease;
}
.owl-nav .owl-next {
	top: 38%;
	position: absolute;
	right: -75px;
}
.owl-nav .owl-prev {
	top: 38%;
	position: absolute;
	left: -75px;
}


.owl-nav .owl-next i{
	margin-left: 3px;
}

.owl-nav .owl-prev i{
	margin-right: 3px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: #192231 !important;
    color: #fff !important;
}
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
	outline: none;
}
.owl-dots .owl-dot:focus{
	outline: none;
}


.owl-carousel .owl-item {
    padding: 4px;
}


.online-member-sec{
	padding: 40px 0;
	background: #b9bfc8
}
.online-member-sec h1 {
	font-size: 36px;
	color: #117077;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
}

.online-member-sec p {
	font-size: 14px;
	color: #262424;
	text-align: center;
	margin: 0 0 52px 0;
	width: 70%;
		margin: 0 auto 50px auto;
}

.online-member-box{
	text-align: center;
}

.online-member-box h3 {
    font-size: 30px;
    color: #34497c;
    margin: 15px 0 0px 0;
}
.online-member-box h4 {
    font-size: 18px;
    color: #c01e4e;
}

.how-to-find-sec {
    padding: 40px 0;
    background: #192231;
}

.how-to-find-sec h1 {
	font-size: 36px;
	line-height: 1;
    color:#000;
	margin: 0 0 30px 0;
	text-align: center;
	font-weight: 600;
}
.how-to-find-box{
	text-align: center;
}

.how-to-find-box h4 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
	text-align: center;
}

.how-to-find-box p {
	font-size: 15px;
	text-align: center;
	color: #000;
}







.inner-banner{
    padding:200px 0 100px 0;
    background: url('../images/banner2.jpg') center center no-repeat !important;
}

.inner-header-title-box {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    position: absolute;
    bottom: -152px;
    left: 0;
    right: 0;
    margin: 0 15px;
}
.inner-header-title-box ul{
    text-align:right;
    margin-top: 5px;
    }
.inner-header-title-box h2{
    margin-bottom:0;
}   
    
    
.inner-header-title-box ul li{
    display:inline;
    margin-left:10px;
    }

    
.inner-header-title-box ul li a{
    color:#192231;
}

.inner-body-section {
    padding: 120px 0 60px 0;
}

.inner-body-section h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.inner-body-section ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.inner-body-section ul li::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #192231;
    border-radius: 50%;
    left: 15px;
    top: 9px;
}




.contact-sec{
      padding: 120px 0 60px 0;
      background:#f4f4f4;
    }

.contact-sec-left{
     background:#fff;
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    padding:30px;
}

.contact-sec-right{
     background:#fff;
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    padding:30px;
}

.address-block{
    background:#f1f1f1;
    padding:15px;
    text-align:center;
}

.address-block h4{
    color:#333;
    font-weight:600;
    font-size:16px;
    }

.address-block a{
    color:#b431c6;
    font-weight:400;
    }

.btn-contact-submit{
    border-radius: 0px;
    padding: 10px 50px;
    display: inline-block;
    color:#fff;
}

.login-main-con{
    background:#fff;
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
}

.login-form-section{
    padding:100px 0;
}


.login-1-form{
    padding:50px 30px 30px 30px;
}

.login-1-form h4{
    font-size:24px;
    color:#333;
    margin-bottom:30px;
}

.login-1-form a{
    color:#192231;
    font-size:12px;
}

.login-1-form p{
    font-size:14px;
}

.login-img-fluid{
    width:100%;
}


.mobile-section-field{
    background:#fff;
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    padding:30px;
}

.btn-reg-submit{
    border-radius: 5px;
    padding: 10px 50px;
    display: inline-block;
    width:100%;
    }

#error_otp_mobile{
    width:100%;
    font-size:14px;
    line-height:24px;
}

.register-1-form{
    background:#fff;
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    padding:30px;
    }

.register-1-form h4{
    font-size:24px;
    color:#333;
    margin-bottom:30px;
}


.register-1-form input[type=text], .register-1-form input[type=password], .register-1-form input[type=email]{
    width:100%;
    height:45px;
    border:1px solid #ccc;
    padding:10px;
    border-radius:4px;
}

.register-1-form i{
    display:none;
}

.ddd {
    margin-bottom: 5px;
    font-weight: bold;
}

.profile-details-top-sec{
    padding:100px 0 30px 0;
    background:#f7ccd6;
    
}

.profile-btn-con{
    margin-top:170px;
}

.profile-details{padding: 10px; background: rgba(0,0,0,0.5); position: absolute; bottom: 0; color: #ffffff; width: 100%;}
.profile-details h5{color: #febe1c;}
.profile-details.profile-text{position: inherit !important; text-align: center; background: #fff; border-bottom: 2px solid #c2cfd7;}
.profile-table{display: inline-block; width: 100%;}
.profile-table > li{width: 100%; margin: 0; padding: 25px 0; border-bottom: 1px solid #c2cfd7; list-style: none; }
.profile-table li:first-child ul > li{ font-size: 16px; text-transform: uppercase; font-weight: 600; color: #ffbc05;}
.profile-table li ul > li {width: 24%; display: inline-block; padding: 0; margin: 0; font-size: 14px; text-transform: capitalize; font-weight: normal; position: relative;}
.profile-table img {border: 1px solid #ffbc05; height: 50px; top: -8px; position: absolute; left: 40px;}
.profile-cntn {position: absolute; top: 155px; left: 0;}
.profile-cntn img {border: 5px solid #de696b; border-radius: 50%; display: block;  z-index: 999;}
.profile-cntn ul{display: table; padding-left: 25px;}
.profile-cntn ul li {display: table-cell; vertical-align: middle;}
.profile-cntn .profile-text {color: #ffffff; display: block; z-index: 999; padding-left: 40px;}
.profile-item-hover { -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.profile-item-hover:hover { -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);}
.profile-item-hover-1 { -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.profile-item-hover-1:hover { -ms-transform: translateY(-15px); -o-transform: translateY(-15px); -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }
.profile-text h5{
    font-family: 'Open Sans', sans-serif;
    }
.profile-text h2{
    text-transform:capitalize;
    }

.profile-btn-con{
    margin-top:200px;
}

.profile-details-sec{
    padding:100px 0 60px 0;
}


.edit-profile-box{
    padding:30px;
    border:1px solid #ccc;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
}
.gallery-img-profile {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #e8e8e8;
}



.search-list-con{
  margin-bottom:40px;
}

.search-list-wrapper{
  padding:60px 0;
}





.profile-banner{
	position: relative;
	padding: 60px 0;
	min-height: 380px;
}
.profile-banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(73,155,234,0);
	background: -moz-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(34,73,110,0) 53%, rgba(0,0,0,0.78) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,0)), color-stop(53%, rgba(34,73,110,0)), color-stop(100%, rgba(0,0,0,0.78)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(34,73,110,0) 53%, rgba(0,0,0,0.78) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(34,73,110,0) 53%, rgba(0,0,0,0.78) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(34,73,110,0) 53%, rgba(0,0,0,0.78) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,0) 0%, rgba(34,73,110,0) 53%, rgba(0,0,0,0.78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#000000', GradientType=0 );
}

.profile-img{
	position: absolute;
	bottom: -70px;
}
.profile-img img {
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,.5);
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.profile-main-details{
	position: absolute;
	margin-left: 300px;
	color: #fff;
	bottom: 20px;
}

.profile-main-details h3{
	font-size: 36px;
	font-weight: 700;
}
.profile-main-details h3 span{
	font-size: 16px;
	margin-left: 15px;
}
.profile-main-details h4{
	font-size: 16px;
	font-weight: 700;
    color: #fff;
}
.profile-main-details h4 span{
	margin:0 10px;
}
.profile-main-details h4 a{
	color:#fff;
}
.profile-details-sec{
	padding: 100px 0 60px 0;
}

.profile-details-left {
    padding-right: 30px;
}

.profile-details-left h3 {
    color: #3d404a;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.profile-details-left span{
	font-size: 18px;
	margin-left: 15px;
}


.profile-details-left p{
	font-size: 14px;
	line-height: 24px;
	color: #424242;
}

.profile-details-left-box{
	padding: 30px;
	border-radius: 5px;
	border:1px solid #ccc;
	background: #f9f9f9;
	margin-bottom: 30px;
}
.aboutme-con .table{
	margin-bottom: 0;
}
.aboutme-con .table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
.profile-right-box-heading {
    margin-bottom: 40px;
}
.profile-right-box-heading{
	position: relative;
}
.profile-right-box-heading h3{
	font-family: 'Playball', cursive;
	font-size: 22px;
}
.profile-right-box-heading::after{
	content: "";
	width: 97px;
	height: 11px;
	position: absolute;
	left: 0px;
	text-align: center;
	top: 38px;
	background: url(../images/profile-right-headding-bg.png);
}

.gallery-img {
    border-radius: 7px;
    padding: 3px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.profile-right-box {
    margin-bottom: 30px;
}

.interests-box{
	margin:0;
	padding: 0;
}

.interests-box li{
	margin-bottom: 10px;
}
.interests-box li a i{
  margin-right: 5px;
}
.interests-box li a{
	background: #141c28;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 20px;
	display: inline-block;
	transition: .5s ease;
    width: 100%;
    border-radius: 5px;
}
.interests-box li a:hover, .interests-box li a:focus {
    background: #192231;
    color: #fff;
}


.color-1{
	background: rgba(108, 184, 255, 0.48);
    border: 1px solid #59aefd4a;
}
.color-2{
	background: rgba(125, 252, 194, 0.5);
    border: 1px solid rgba(84, 234, 165, 0.3);
}
.color-3{
	background: rgba(191, 118, 253, 0.49);
    border: 1px solid rgba(168, 71, 250, 0.26);
}
.color-4{
	background: rgba(207, 226, 48, 0.38);
    border: 1px solid rgba(191, 210, 27, 0.46);
}
.color-5{
	background: rgba(245, 183, 94, 0.45);
    border: 1px solid rgba(235, 159, 50, 0.29);
}
.color-6{
	background: rgba(251, 128, 111, 0.48);
    border: 1px solid rgba(248, 92, 71, 0.35);
}

.audio-box {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    text-align: center;
    background: #f4f4f4;
}
.audio-box-top {
    padding: 15px 10px;
}
.audio-box-bottom {
    border-top: 1px solid #d9d9d9;
    padding: 10px;
}

#msgModal .modal-footer{
  display: block;
}

#msgModal .modal-footer > * {
    margin: 0 -15px;
}



.button-default {
	background: #192231;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	transition: .5s ease;
	border-radius: 5px;
	background-image: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);
	border: 0 !important;
}

.button-default:hover, .button-default:focus {
	 background:#a15ff6;
	 color: #fff;
	}

.edit-submit{
    background: #192231;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
	padding:10px 20px;
	display:inline-block;
    transition: .5s ease;
    width:100%;
    margin-bottom:15px; 
}
.edit-submit:hover, .edit-submit:focus {
	 background:#44b1fb;
	 color: #fff;
}

.img-responsive-show {
    width: 200px;
    height: 200px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #e8e8e8;
}

.img-upload-wrapper {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    margin-bottom: 30px;
}
.img-upload-wrapper .custom-file-label::after {
    height: calc(1.7em + .75rem);
    line-height: 1.8; 
}
.img-upload-wrapper .custom-file-label {
    height: calc(1.7em + .75rem + 2px);
    line-height: 1.8;
}
.btn-danger {
    color: #fff;
    background-color: #8342d7;
    border-color: #8342d7;
    transition: .5s ease;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b047cb;
    border-color: #b047cb;
}

.delete-btn-img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #fff;
    background: #8342d7;
    text-align: center;
    font-size: 24px;
    padding-top: 6px;
    bottom: 50px;
    right: 35px;
}
.delete-btn-img:hover{
	color:#fff;
    background: #af47cb;
}
.f-s-14{
   font-size:14px;
}



.search-box{
	padding: 15px 20px 15px 15px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
	background: rgba(255, 255, 255, 0.5)
}

.search-box .custom-select{
	height: calc(35px + .75rem + 2px);
	border-radius:0;
}

.search-sec {
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.banner-overlay{
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.3);
}




@media (max-width: 1199.98px) {
  .inner-header-title-box h2 {
    text-align: center;
}

.inner-header-title-box ul {
    text-align: center;
    margin-top: 15px;
}

}

@media (max-width: 991.98px) {
	.footer-bottom p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.social-icon-footer {
    float: none;
    text-align: center;
}

.footer-right-con ul li {
    display: inline-block;
    margin: 5px 12px;
}

header {
    padding: 0px 0;
}
.navbar-toggler {
	background: #fff;
}
#navbarSupportedContent{background: #192231; padding-bottom: 10px;}
.darkHeader {
    padding: 0px 0;
    background: #192231;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #8446d9;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.navbar-nav{
	margin-top: 15px;
}






.user-tab-login {
    margin: 10px 15px 0px 15px !important;
}

.user-tab-register {
    margin: 10px 15px 15px 15px !important;
}
.navbar-brand {
    padding: 0;
}
.welcome-sec-box {
    margin-bottom: 20px;
}

.footer-box {
    margin-bottom: 40px;
}
.p-l-60 {
    padding-left: 0px;
}
.search-box {
    margin-top: 40px;
}

.navbar-light .navbar-brand img {
    max-width: 140px;
}
.navbar {
    padding: 10px 0px;
}

}


@media (max-width: 767.98px) {
.banner-sec-left a {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 20px;
}
.banner-sec-left {
    text-align: center;
}	

/* .banner-overlay{background: rgba(255,255,255,.3);} */
.sec-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.img-block img {
	height: 290px;
	width: 100%;
	object-fit: cover;
}

.banner .banner-item .banner-content h2 {
    font-size: 40px;
}

.banner .banner-item .banner-content h3 {
    font-size: 20px;
}
.banner {
    position: relative;
    padding: 150px 0 0px 0;
}

.online-member-box {
    text-align: center;
    margin-bottom: 30px;
}

.online-member-sec h1, .how-to-find-sec h1 {
    font-size: 24px;
}

.banner-sec-left h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.banner {
    position: relative;
    padding: 95px 0;
}
.banner-sec-left p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.search-box {
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
}
.mar-top-33 {
    margin-top: 22px;
}
.btn-search {
    height: 40px;
    font-size: 14px;
}
.search-box label {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}

.search-box .custom-select {
    height: calc(20px + .75rem + 2px);
    border-radius: 0;
    font-size: 13px;
}

.top-members-sec {
    padding: 20px 0;
}

.sec-title {
    text-align: center;
    margin-bottom: 0px;
}



}


@media (max-width: 575.98px) {
   .member-like-con li a {
    padding: 1px 1px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}
.member-name {
    font-size: 22px;
    margin-bottom: 0px;
    width: 100%;
}   
.member-age {
    font-size: 14px;
    width: 100%;
}
.text-block{padding: 5px 15px;}
.img-block img {
	height: 176px;
	width: 100%;
	object-fit: cover;
}
.custom-gutter{
	margin-right: -7.5px;
    margin-left: -7.5px;
}

.custom-gutter > [class*='col-'] {
    padding-right:7.5px;
    padding-left:7.5px; 
}
.how-to-find-sec {
    padding: 20px 0;
    background: #192231;
}

.how-to-find-sec p {
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #fff;
}
.how-to-find-box img{
	max-width: 100%;
}
.how-to-find-box h4 {
    font-size: 14px;
    text-transform: none;
    margin: 15px 0 7px 0;
}
.how-to-find-sec p {
    display: none;
}
.premium-member-sec {
    padding: 20px 0 20px 0;
}

.view-all-btn-con {
    text-align: center;
    margin-top: 0px;
}
.vip-members-sec {
    padding: 20px 0;
    background: #192231;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}
.online-member-sec h1 {
    margin: 0 0 7px 0;
}
.online-member-sec p {
    width: 100%;
    margin-bottom: 20px;
}
.online-member-box img{
	max-width: 60px;
}
.online-member-box h4 {
    font-size: 14px;
    color: #c01e4e;
}

.online-member-box h3 {
    font-size: 20px;
    margin: 15px 0 0px 0;
}

.online-member-sec {
    padding: 20px 0 0 0;
    background: #b9bfc8;
}

.online-member-sec h1, .how-to-find-sec h1 {
    font-size: 18px;
}

.sec-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-top {
    padding: 20px 0 0 0;
}
.footer-box {
    margin-bottom: 20px;
}
.footer-box h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-bottom {
    padding: 20px 0;
    background: #373b40;
}
.footer-bottom p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer-bottom a {
    color: #fff;
    font-size: 14px;
}
.social-icon-footer li {
    margin-right: 5px;
}
.inner-header-title-box ul li {
    display: inline;
    margin-left: 2px;
}
.inner-header-title-box ul {
    margin-top: 5px;
}
.inner-banner {
    padding: 80px 0 80px 0;
 }

.inner-header-title-box {
    padding: 7px 5px;
    bottom: -120px;
}
.inner-header-title-box h2 {
    text-align: center;
    font-size: 18px;
}

.login-form-section {
    padding: 80px 0;
}

.login-img-fluid {
    width: 100%;
    display: none;
}

.login-1-form {
    padding: 30px 30px 30px 30px;
}
.login-form-section {
    padding: 80px 0 30px 0;
}
.login-1-form h4 {
    margin-bottom: 15px;
}

.inner-body-section {
    padding: 70px 0 30px 0;
}
.contact-sec {
    padding: 70px 0 30px 0;
    background: #f4f4f4;
}
.profile-img img {
    border: 4px solid rgba(255,255,255,.5);
    width: 110px;
    height: 110px;
}
.profile-banner {
    position: relative;
    padding: 15px 0;
    min-height: 200px;
}
.profile-main-details h3 {
    font-size: 18px;
    font-weight: 700;
}
.profile-main-details {
    position: absolute;
    margin-left: 118px;
    color: #fff;
    bottom: 8px;
}
.profile-img {
    position: absolute;
    bottom: -24px;
}
.profile-main-details h4 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.profile-main-details h4 span {
    margin: 0 2px;
}
.profile-details-sec {
    padding: 40px 0 30px 0;
}
.profile-main-details h3 span {
    font-size: 14px;
    margin-left: 0px;
    display: block;
}

.profile-details-left {
    padding-right: 0px;
}
.profile-details-left-box {
    padding: 15px;
    margin-bottom: 15px;
}
.profile-details-left h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.img-upload-wrapper {
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.chat-page-content {
    padding: 70px 0 !important;
}
.chat-inner-banner{
	display: none;
}



}






/*********************Chat page css************************/
.chat-page-content {
   padding: 60px 0;
   background: #dcdcdc;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
   font-family: "proxima-nova", "Source Sans Pro", sans-serif;
   font-size: 1em;
   letter-spacing: 0.1px;
   color: #32465a;
   text-rendering: optimizeLegibility;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #ccc;
}

#frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 42px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}

#frame #sidepanel #contacts ul li.contact a {
    color: #fff;
}


@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}

.unread-message{
    position: absolute;
    right: 0;
    top: 12px;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    height: 40px;
    object-fit: cover;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 28px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
    height: 40px;
    object-fit: cover;
}
#frame .content .contact-profile p {
    float: left;
    margin-bottom: 0;
    line-height: 60px;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
  position: relative;
  padding-bottom: 22px;
  min-width: 140px;
}
#frame .content .messages ul li.sent p .sent-chat-time-date {
    position: absolute;
    bottom: 3px;
    right: 15px;
    color: #fff;
    font-size: 9px;
}


#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
  position: relative;
  padding-bottom: 22px;
  min-width: 140px;
}
#frame .content .messages ul li.replies p .replies-chat-time-date {
    position: absolute;
    bottom: 3px;
    right: 15px;
    color: #919191;
    font-size: 9px;
}

#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
    height: 22px;
    object-fit: cover;
}

#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 12px 32px 12px 8px;
    font-size: 14px;
    color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 62px;
    z-index: 4;
    margin-top: 13px;
    font-size: 18px;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1 !important;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}


/*********************Chat page css End************************/
.bannerBtm{width:100%;position:relative;float:left;padding: 60px 0;z-index:1}
.bannerBtm .bblocks {width: 100%; position: relative; float: left; margin: 0 0 15px; height: 300px; border-radius: 20px; display: flex; justify-content: center; padding: 20px; flex-direction: column; filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.3)); background-color: #ffffff; text-align: center; }
.imgTb img {display: block; margin: 0 auto 10px; }
.imgTb img.tbHover{display: none;}
.bannerBtm .bblocks h3{font-size: 30px; color: #117077; font-weight: 700;margin:0 0 30px}
.bannerBtm .bblocks p{font-size: 16px; line-height: 24px; color: #979797; font-weight: 400;}
.bannerBtm .bblocks:hover{background: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);}
.bannerBtm .bblocks:hover h3{color:#fff}
.bannerBtm .bblocks:hover p{color:#fff}
.bannerBtm .bblocks:hover img{display: none;}
.bannerBtm .bblocks:hover img.tbHover{display: block !important;}

.bannerBtm .row > div:nth-child(2) .bblocks{background: linear-gradient(10deg, #4e70de 0%, #54cba8 100%);}
.bannerBtm .row > div:nth-child(2) .bblocks h3{color:#fff}
.bannerBtm .row > div:nth-child(2) .bblocks p{color:#fff}
.bannerBtm .row > div:nth-child(2) .bblocks img{display: none;}
.bannerBtm .row > div:nth-child(2) .bblocks img.tbHover{display: block !important;}

.aboutSec{width:100%;position:relative;float:left;padding:40px 0 0 0;z-index:1}
.aboutSec::after{content:'';position:absolute;bottom:30px;left:-31px;width:120px;height:120px;background:#e4e4e4;border-radius:50%;z-index:-1;pointer-events:none}
.aboutSec h2{font-size:40px;color:#192231;margin:0 0 20px}
.aboutSec p{font-size:14px;line-height:30px;color:#6b7f92}
.aboutSec img {max-width: 100%; }
.wcSec{width:100%;position:relative;float:left;padding:60px 0;z-index:1;background:#fff}
.wcSec h2{font-size:40px;color:#192231;margin:0 0 20px}
.wcBlock{width:100%;position:relative;float:left;background:#192231;text-align:center;padding:20px 10px;border-radius:8px;margin-top:50px;margin-bottom:30px}
.wcBlock h3{font-size:20px;color:#fff;font-weight:500;margin:0 0 20px}
.wcBlock p{color:#fff}
.wcImg{width:80px;height:80px;border-radius:51px;background-color:#cbf0db;display:flex;align-items:center;justify-content:center;margin:-50px auto 30px}
.wcImg img{height:34px}
.startNowSec{width:100%;position:relative;float:left;padding:60px 0;z-index:1}
.startNowSec::before{display: none;content:'';position:absolute;top:-200px;left:0;width:80px;height:100%;background:url(../images/shape3.png) left top no-repeat;background-size:contain;z-index:-1;pointer-events:none}
.startNowSec img{margin:0 auto;border-radius:25px}
.stBlock{width:100%;text-align:center;max-width:820px;height:auto;border-radius:20px;background-color:#192231;margin:0 auto;padding:40px;margin-top:-150px;z-index:1;position:relative}
.stBlock h3{font-size:50px;line-height:60px;color:#fff;font-weight:400;margin:0 0 35px}
.stBlock .btn{border-radius:31px;background-color:#fff;font-size:20px;line-height:50px;color:#4c6780;font-weight:400;text-transform:uppercase;padding:0 40px}
.profileSec{width: 100%; position: relative; float: left; background: url('images/bg.png') center center no-repeat; background-size: cover;}

.protop{width: 100%; position: relative; float: left; padding: 60px 0 0; z-index: 1;}
.protop::before {content: ''; position: absolute; top: 0; left: 0; width: 140px; height: 100%; background: url(../images/shape1.png) left top no-repeat; z-index: -1; pointer-events: none; background-size: contain; }
.proBlock{width: 100%; position: relative; float: left; padding: 20px; border-radius: 14px; background: url(../images/profileBg.jpg) center center no-repeat; background-size: cover; text-align: center; min-height: 350px;}
.proBlock p{color: #fff;}
.profileImg {width: 100%; position: relative; float: left; margin-top: -230px; margin-bottom: 20px;}
.profileImg img {width: 300px; height: 300px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto; }
.verified {display: block; margin: 0 auto; max-width: 50px; margin-top: -25px; }
.verified img {width: auto !important; height: auto !important; max-width: 100%; }
.profileCont{width: 100%; position: relative; float: left; text-align: center; margin-bottom: 50px;}
.profileCont h3{color: #141c28;}
.profileCont .btn{background: #27d554; text-transform: none;}

.abText {max-width: 1007px; border-radius: 20px; background: #efefef; width: 100%; position: relative; text-align: center; margin: 0 auto 50px; padding: 30px; box-shadow: 6px 8px 10px #141c28; }
.abText h3 {font-size: 26px; line-height: 43px; color: #141c28; font-weight: 600; text-transform: uppercase; margin: 0 0 15px; }

.promid{width: 100%; position: relative; float: left; padding: 0 0 50px; z-index: 1;}
.promid::after {content: ''; position: absolute; top: 60px; right: 0; width: 120px; height: 100%; background: url(images/shape2.png) right top no-repeat; z-index: -1; pointer-events: none; background-size: contain; }
.info {width: 100%; position: relative; float: left; border-radius: 20px; padding: 20px 50px; margin: 0 0 35px; filter: drop-shadow(0 0 24.5px rgba(9,9,9,0.21)); }
.info p {color: #fff; font-size: 14px; line-height: 24px; }
.info p span {display: block; }
.info h3 {font-size: 24px; line-height: 34px; color: #141c28; font-weight: 600; text-transform: uppercase; margin: 0 0 15px; }
.info h4{font-size: 40px; line-height: 24px; color: #080808; margin: 0 0 35px;}
.info .btn{margin: 10px 0;}
.info .btn.btnDark{background: #000;}
.promid .btn {display: inline-block; padding: 10px 30px; background: #141c28; border-radius: 30px; color: #fff; text-transform: uppercase; font-size: 16px; }
.prolast h3{font-size: 24px; line-height: 34px; color: #141c28; font-weight: 600; text-transform: uppercase; margin: 0 0 15px; }
.aboutMe {min-height: 181px; border-radius: 20px; filter: drop-shadow(1.554px 1.259px 4.5px rgba(9,9,9,0.21)); background-color: #efefef; padding: 20px; margin: 0 0 35px; }
.fancybox {width: 100%; display: block; height: 140px; background-size: cover !important; margin: 0 0 30px; border-radius: 20px; }

.storySec{width: 100%; position: relative; float: left; padding: 80px 0; background: url(../images/testiBg.jpg) left top no-repeat; background-size: cover;}
.testiblock {width: 100%; position: relative; float: left; margin: 0 10px; border-radius: 20px; background-color: #d9ffff; padding: 20px 20px; margin-top: 46px;}
.testiUser {border-radius: 50%; background-color: #0b3876; border: 2px solid #ec1045; width: 80px; height: 80px; position: absolute; top: -40px; left: 50%; margin-left: -40px; }
.auth p {margin: 0; }
.slick-arrow {position: absolute; bottom: -50px; left: 50%; width: 50px; height: 50px; border-radius: 25px; background-color: #ffffff; border: 0; font-size: 0; }
.slick-prev.slick-arrow {margin-left: -66px; }
.slick-prev.slick-arrow::after {content: '\f104'; font-family: 'fontAwesome'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 23px; line-height: 50px; color: #000; }
.slick-next.slick-arrow::after {content: '\f105'; font-family: 'fontAwesome'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 23px; line-height: 50px; color: #000; }

.dtSec {width: 100%; position: relative; float: left; padding: 0 0 80px; }
.dtSecInner {border-radius: 20px; background-image: linear-gradient(10deg, #4e70de 0%, #54cba8 100%); width: 100%; padding: 40px; text-align: center; }
.dtSec h3 {font-size: 30px; line-height: 42px; color: #ffffff; font-weight: 700; text-transform: uppercase; }
.dtSec p {font-size: 16px; color: #ffffff; font-weight: 400; max-width: 800px; margin: 0 auto 30px; }
.dtSec h4 {color: #fff; }
.dtSec img{margin: 0 auto 10px; height: 80px;}

.socialDate{width: 100%; position: relative; float: left; padding: 70px 0; text-align: center;}
.socialDate h3 {font-size: 30px; line-height: 30px; color: #117077; font-weight: 600; margin: 0 0 50px; }
.socialDate img {height: 70px; margin: 0 0 20px; }
.socialDate h4 {font-size: 24px; line-height: 30px; color: #424043; font-weight: 600; margin: 0 0 15px; }
.socialDate p{font-size: 16px; line-height: 24px; color: #424043; font-weight: 400;}






a,button,.btn,.bannerBtm .bblocks,.bannerBtm .bblocks h3,.bannerBtm .bblocks p
{transition:all .5s ease;-o-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}

@media screen and (max-width:991.98px) {
.bannerBtm{padding:60px 0}

}

@media screen and (max-width:767.98px) {
.bannerBtm .bblocks{height:auto}
.bannerBtm .bblocks h3{font-size:20px}
.bannerBtm .bblocks p{font-size:14px;line-height:20px}
.aboutSec h2{font-size:28px;text-align:center}
.aboutSec p{text-align:center}
.stBlock{margin-top:30px;padding:30px 20px}
.stBlock h3{font-size:26px;line-height:36px;margin:0 0 15px}
.stBlock .btn{font-size:16px;line-height:44px;padding:0 28px}
.startNowSec::before{display: none;}
.startNowSec img {margin: 0 auto; border-radius: 25px; max-width: 100%; }
.logBlock{flex-direction:column}
.logRgt{width:100%;padding:20px}
.logLft{width:100%;border-radius:0;padding:20px}
.signLft{width:100%;padding:0 20px 20px}
.logNw{width:100%;padding:20px}
.logSec{padding:60px 0}
.profileImg img {width: 240px; height: 240px; }
.profileImg{margin-top: -170px;}
.proBlock{min-height: 270px}
.info.matchHeight {height: auto !important; }
#navbarSupportedContent{padding-bottom: 10px;}
.bannerBtm .bblocks {margin-top: 30px; background: #eee; }
.bannerBtm {padding: 10px 0;}
.testiblock{margin:10px 0;}
.dtSec {padding: 0 0 10px;}
.socialDate{padding: 0;}






}