@font-face {
    font-family: 'OpenSansLight';
    src: url('../../fonts/OpenSansLight.eot');
    src: url('../../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../../fonts/OpenSansLight.woff2') format('woff2'),
         url('../../fonts/OpenSansLight.woff') format('woff'),
         url('../../fonts/OpenSansLight.ttf') format('truetype'),
         url('../../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../../fonts/OpenSansRegular.eot');
    src: url('../../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../../fonts/OpenSansRegular.woff') format('woff'),
         url('../../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../../fonts/OpenSansSemiBold.eot');
    src: url('../../fonts/OpenSansSemiBold.eot') format('embedded-opentype'),
         url('../../fonts/OpenSansSemiBold.woff2') format('woff2'),
         url('../../fonts/OpenSansSemiBold.woff') format('woff'),
         url('../../fonts/OpenSansSemiBold.ttf') format('truetype'),
         url('../../fonts/OpenSansSemiBold.svg#OpenSansSemiBold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../../fonts/OpenSansBold.eot');
    src: url('../../fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('../../fonts/OpenSansBold.woff2') format('woff2'),
         url('../../fonts/OpenSansBold.woff') format('woff'),
         url('../../fonts/OpenSansBold.ttf') format('truetype'),
         url('../../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

body
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'OpenSansRegular';
	color: #494949;
    overflow-x: hidden;
}
*
{
	outline: 0 none !important;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	max-width: 100%;
}
video {
    max-width: 100%;
}
a {
	text-decoration: none !important;
	color: #494949;
}
a:focus, a:hover {
    color: #494949;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'OpenSansRegular';
    color: #17a751;
}
h1,h2
{
	font-size: 30px;
	font-weight: normal;
}
ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
input, textarea, select, button {
    font-family: 'OpenSansRegular';
}

p
{
	margin: 0 0 10px;
    line-height: 24px;
}
label {
    font-family: 'OpenSansSemiBold';
}
button {
    background: none;
    border: 0 none;
}

.clear:before, .clear:after, 
.form-group:before, .form-group:after, 
.site-container:before, .site-container:after{
	content: "";
    display: table;
}
.clear:after,
.form-group:after,
.site-container:after {
    clear: both;
}


#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #fff; }




div#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgb(243 243 243 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17a751;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.dropdown
{
	position: relative;
}
.dropdown-toggle > i
{
    vertical-align: super;
}
.dropdown-menu {
    background: #fff; 
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    min-width: 180px;
    margin: 0;
    list-style: none;
    padding: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown-menu li a{
    padding: 10px;
    background: #fff;
    font-size: 14px;
}
.dropdown-menu li a {
	color: #555;
	display: block;
}


.owl-nav {
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next
{
    font-size: 0px;
    position: absolute;
    top: 42%;
    left: -50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover
{
    color: #17a751;
    border-color: #17a751;
}
.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after
{
    font-family: FontAwesome;
    font-size: 32px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
}
.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -50px;
}
.owl-carousel .owl-nav .owl-prev:after
{
    content: "\f104";
}
.owl-carousel .owl-nav .owl-next:after
{
    content: "\f105";
}


header {
    padding: 10px 0;
    background: #fff;
    right: 0;
    left: 0 !important;
    position: fixed;
    box-shadow: 0 15px 40px -20px rgba(40,44,63,0.2);
    border-top: 5px solid #17a751;
    z-index: 10;
}
.header-left {
    float: left;
    width: 27%;
}
.header-left img
{
	display: inline-block;
    height: 70px;
    margin: 2px 0 0;
}
.header-right {
    float: left;
    width: 73%;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 12px 0 0;
}
.header-right-top {
    text-align: right;
    order: 2;
}
.header-right-top .activity-seeking-header {
    display: inline-block;
    vertical-align: middle;
}
.header-right-top .activity-seeking-header span {
    font-size: 11px;
}
.header-wallet, .header-profile
{
	display: inline-block;
	margin: 0 0 0 15px;
    vertical-align: top;
}
.header-wallet a {
    margin: 0 15px 0 0;
    color: #000;
}
.header-wallet {
    border-right: 1px solid #eee;
    padding: 0 15px 0 0;
}
.header-wallet small
{
    display: inline-block;
}
.header-wallet > small {
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    color: #188544;
}
.header-wallet > small svg {
    width: 12px;
    height: 12px;
    stroke: #000;
    fill: #000;
    display: inline-block;
    vertical-align: baseline;
    stroke-width: 14px;
}
.header-wallet img {
    vertical-align: sub;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.3;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.3;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.3;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.3;
    }
    100% {
        opacity:1;
    }
} 
#chat-alert {
    font-size: 17px;
    margin: -4px 0 0 0;
    display: inline-block;
	position: relative;

    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
#chat-alert em {
    font-style: normal;
}
#chat-alert #chat-alert-count {
    background: #4caf50 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    right: -9px;
    top: -8px;
	font-size: 12px;
}

.header-notify {
    position: relative;
    font-size: 15px;
}
.header-notify #notification-alert {
    background: #4CAF50;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    right: -9px;
    top: -8px;
    border-radius: 5px;
}




.header-profile .profile-icon
{
    background-image: url(../../img/front/profile-icon.png);
    width: 30px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
}
.header-profile .profile-icon.female
{
        background-position: 0 -30px;
}
.header-profile .dropdown-menu
{
    text-align: left;
    font-size: 12px;
    min-width: 350px;
}
.header-profile h1 {
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    padding: 14px 15px;
    background: #17a751;
    margin: 0;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.header-profile h1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.header-profile-complete {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 7px 10px 13px;
    position: relative;
}
.header-profile-complete a {
    color: #000;
    margin: 0;
    display: block;
}
.header-profile-complete a:hover {
    color: #ff9700;
}
.header-profile-complete p {
    margin: 0;
}
.header-profile-complete h3 {
    margin: 0;
    position: absolute;
    bottom: 12px;
    right: 7px;
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
}
.custom-progress {
    background: #ddd;
    width: 90%;
    height: 10px;
    border-radius: 10px;
    position: relative;
}
.custom-progress-inner {
    background: -webkit-gradient(linear, left top, right top, from(#FF9800), to(#FFC107));
    background: -webkit-linear-gradient(left, #FFC107, #FF9800);
    background: -moz-linear-gradient(left, #FFC107, #FF9800);
    background: -ms-linear-gradient(left, #FFC107, #FF9800);
    background: -o-linear-gradient(left, #FFC107, #FF9800);
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 10px;
}

.header-profile ul li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.header-profile .dropdown-menu li a {
    font-size: 13px;
    display: block;
    border: 1px solid #f3f3f3;
    min-height: 85px;
    color: #000;
    padding-bottom: 0;
}
.header-profile .dropdown-menu li a:hover {
    background: #17a751;
    color: #fff;
}
.header-profile .dropdown-menu li a svg {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto 2px;
    fill: #17a751;
}
.header-profile .dropdown-menu li a:hover svg {
    fill: #fff;
}
.header-right-bottom {
    text-align: right;
}
.menu-close {
    display: none;
}
.nav-item > a .main-count {
    position: absolute;
    left: 6px;
    top: 0px;
    background: #17a751;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 11px;
    font-family: 'OpenSansRegular';
    text-align: center;
}

.header-login-right {
    text-align: right;
    padding: 13px 0 0;
}
.header-login-right .login-register {
    padding: 6px 20px;
    font-size: 13px;
    background: #17a751;
}
.login-nav {
    margin: 15px 0 0;
}
.login-nav li {
    display: inline-block;
    margin: 0 0 0 30px;
}
.login-nav li a {
    color: #000;
    font-family: 'OpenSansSemiBold';
}



.header-addmoney {
    display: inline-block;
}
.header-addmoney a {
    background: #188544;
    color: #fff;
    border-radius: 40px;
    padding: 9px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
}
.header-addmoney svg {
    fill: #fff;
    width: 30px;
    height: 24px;
    stroke: #fff;
    vertical-align: middle;
}

footer {
    padding: 40px 0 0;
    box-shadow: 0 -15px 40px -20px rgba(40,44,63,0.2);
    font-size: 14px;
}
.footer-top
{
    margin: 0 -15px;
}
.footer-list-last {
    float: left;
    width: 34%;
    padding: 15px 15px 0;
    text-align: center;
}
.footer-list {
    float: left;
    width: 22%;
    padding: 0 15px;
}
.footer-list h1 {
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
}
.footer-list ul {
    list-style: none;
    padding: 0;
}
.footer-list ul li a {
    display: block;
    margin: 7px 0;
}
.footer-list-last img {
    height: 60px;
}
.footer-list-last p {
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0 0;
    color: #444;
}
.footer-list-last p span {
    color: #17a751;
}

.footer-bottom {
    border-top: 3px solid #188544;
    padding: 20px 0 10px;
    margin: 50px 0 0;
    text-align: center;
    background: #17a751;
    color: #fff;
}


.footer-bottom li {
    display: inline-block;
    margin: 0 5px;
}
.footer-bottom li a {
    color: #fff;
}
.footer-bottom li i {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
}





/*========== common start ==========*/
.site-container
{
    margin: 0 auto;
    width: 1280px;
    position: relative;
}
.page-title {
    margin: 0 0 15px;
    text-align: center;
}
.page-title h1
{
    font-size: 20px;
    margin: 15px 0 0;
    color: #17a751;
    font-family: 'OpenSansSemiBold';
}


.form-group {
    margin: 0 0 25px;
    position: relative;
}
.control-label {
    font-weight: normal;
    display: block;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    margin: 0 0 2px;
    color: #000 !important;
    text-transform: capitalize;
}
.control-label .star-req {
    color: #f00;
}
.form-control {
    border: 1px solid #e8eff1;
    box-shadow: none;
    border-radius: 1px;
    padding: 5px 10px;
    height: 45px;
}
textarea.form-control {
    height: 100px;
}
.form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important;
    border: 2px solid rgb(10 195 85) !important;
}
.has-error .form-control, .has-success .form-control {
    border: 2px solid #eef2f3 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #17a751;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e8eff1;
    border-radius: 1px;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #494949;
    font-size: 14px;
    line-height: 44px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 2px solid #eaeaea;
    min-height: 42px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #17a751;
    border-color: #17a751;
    color: #fff;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin: 10px 0 0 5px;
}
.select2-dropdown {
    border: 1px solid #e8eff1;
    box-shadow: 0 5px 8px 0 #e3e3e3;
    font-size: 14px;
}


.btn-button {
    background: #188544;
    border: 0 none;
    padding: 18px 26px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    margin: 8px 5px;
    font-family: 'OpenSansSemiBold';
}
.btn-button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.btn-button:hover {
    background-color: #17a751;
    color: #fff;
    box-shadow: 0 3px 14px 0 rgba(0,0,0,0.4);
}
.btn-button:hover:before {
  -webkit-transform: skewX(-45deg) translateX(13.5em);
          transform: skewX(-45deg) translateX(13.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-close {
    background: #ccc;
    color: #000;
}
.orange-btn {
    background: #f68c2f;
}

.form-action {
    text-align: center;
}

.has-error .help-block {
    position: absolute;
    bottom: -13px;
    background: none;
    font-size: 12px;
    padding: 0px 2px;
    color: #B94A48;
    width: 100%;
    margin-top: 0px;
    line-height: 13px;
}
.has-error .help-block[data-bv-validator="different"] {
    bottom: -26px;
}
.has-error .help-block[data-bv-validator="identical"] {
    bottom: -26px;
}



.modal-content {
    border: 0 none;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
    box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
}
.modal-header {
    padding: 0 0 10px;
    border: 0 none;
}
.modal-header h1
{
    font-size: 19px;
    text-align: center;
    margin: 0;
    font-family: 'OpenSansSemiBold';
    text-transform: uppercase;
}
.modal-backdrop.in {
    filter: alpha(opacity=6);
    opacity: .6;
    background: #d0bfa5;
}
.modal-close-svg {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.modal-close-svg svg {
    stroke: #555;
    width: 40px;
    height: 40px;
}
.modal-close-svg:hover svg {
    stroke: #ff2317;
}


.not-found {
    text-align: center;
    width: 400px;
    margin: 4% auto 0;
    padding: 70px 0;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
}
.not-found svg {
    width: 130px;
    height: 130px;
}
.not-found h1 {
    font-size: 20px;
    font-family: 'OpenSansSemiBold';
}

.no-data-logo {
    text-align: center;
    padding: 100px 0 0;
    font-size: 20px;
}
.no-data-logo-inner {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 22px 20px;
}


.no-data-svg {
    text-align: center;
    border-radius: 6px;
    width: 300px;
    margin: 50px auto 0;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
    padding: 20px;
}
.no-data-svg-icon {
    background: #fff3ec;
    margin: 20px auto 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 19px 0 0;
}
.no-data-svg-icon svg {
    height: 75px;
    width: 75px;
    fill: #17a751;
}
.no-data-svg p {
    margin: 30px 0 0;
}


.transaction-message {
    position: fixed;
    top: 103px;
    width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    z-index: 13;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    cursor: pointer;
}
.transaction-message .transaction-svg {
    background: #fff3ec;
    margin: 20px auto 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 19px 0 0;
}
.transaction-message .transaction-svg svg {
    height: 50px;
    width: 50px;
    fill: #17a751;
}
.transaction-message.success .transaction-svg svg {
    fill: #4CAF50;
}
.transaction-message.error .transaction-svg svg {
    fill: #ff2e1e;
}
.transaction-message h1 {
    font-size: 20px;
    font-family: 'OpenSansSemiBold';
}
.transaction-message p {
    font-size: 15px;
}


.nav-tabs li.bv-tab-success > a {
    color: #ffffff;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*========== common end ==========*/



/*========== radio checkbox start ==========*/
.checkboxonoff {
    float: right;
    position: relative;
}
.checkboxonoff input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
}
.checkboxonoff label {
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    background: #ccc;
}
.checkboxonoff label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #999;
    display: block;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.checkboxonoff input[type=checkbox]:checked + label:before {
    left: auto;
    right: 0;
    background: #17a751;
}



.checkboxonoff-label {
    position: relative;
}
.checkboxonoff-label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    left: 0;
    right: 0;
}
.checkboxonoff-label label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 44px;
}
.checkboxonoff-label label:before {
    content: "";
    width: 38px;
    height: 20px;
    background: #ccc;
    display: block;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
.checkboxonoff-label label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #999;
    display: block;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.checkboxonoff-label input[type=checkbox]:checked + label:after {
    left: 18px;
    background: #17a751;
}


.radioonoff {
    display: inline-block;
    margin: 8px 8px 0 0;
    position: relative;
}
.radioonoff input[type=radio]
{
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
}
.radioonoff label {
    position: relative;
}
.radioonoff label:before {
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid #17a751;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px -2px 0;
}
.radioonoff input[type=radio]:checked + label:after {
    content: "";
    background: #444;
    height: 7px;
    width: 7px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
}

.checkbox-tick {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
}
.checkbox-tick input[type=checkbox]
{
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
}
.checkbox-tick label
{
    position: relative;
}
.checkbox-tick label:before
{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid #17a751;
    border-radius: 3px;
    margin: 0 3px -2px 0;
}
.checkbox-tick input[type=checkbox]:checked + label:after {
    content: '✔';
        position: absolute;
    top: -6px;
    left: 3px;
    font-size: 18px;
    transform: rotate(8deg);
}
/*========== radio checkbox end ==========*/



/*========== dataTable start ==========*/
.table-responsive, .common-shadow {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.2);
}
table.dataTable thead th, table.dataTable thead td {
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    text-align: left;
    padding: 10px 18px 10px 10px;
    border-top: 3px solid #17a751;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    background: #fff !important;
    color: #333;
    padding: 15px 10px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #bbb;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ddd;
    padding: 3px 7px;
    height: 36px;
    margin: 0 0 10px 5px;
    border-radius: 48px;
    width: 250px;
        font-family: 'OpenSansSemiBold';
}
.dataTables_length select {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    display: inline-block;
    color: #555;
    border-radius: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #17a751;
    color: #fff !important;
    border-color: #17a751;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background: #888;
    color: #fff;
    border: 1px solid #ccc;
}
/*========== dataTable end ==========*/






.center-align {
    max-width: 500px;
    margin: 0 auto;
        padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background: #fff;
}

.content {
    padding: 115px 0 30px;
    min-height: 650px;
    background: #f7f7f7;
}










.form-submit
{
    text-align: right;
    margin: 12px 0;
}


.input-file {
    position: relative;
	border: 2px solid #17a751;
	color: #17a751;
	display: inline-block;
	height: 37px;
	padding: 6px 15px 0;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
.input-file [type=file] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.input-file:hover {
    background: #119345;
	color: #fff;
}
#show-upload-jathagam img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0 0 0 10px;
}



.form-inline .control-label {
    margin: 13px 0 0px;
    float: left;
    width: 38%;
}
.form-inline .form-control {
    width: 62%;
}




/*========== common modal start ==========*/
.common-modal .modal-dialog {
    margin-top: 70px;
    width: 900px;
}
.common-modal .modal-body {
    padding: 0;
}
.common-modal-inner {
    display: flex;
    min-height: 550px;
}
.common-modal-left {
    width: 42%;
    padding: 40px;
    border-right: 3px solid #17a751;
}
.common-modal-left-head {
    text-align: center;
    padding: 0 0 10px;
}
.common-modal-left h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
    margin: 25px 0;
    color: #000;
}
.common-modal-left li {
    margin: 0 0 35px;
    padding: 0px 0 0 50px;
    position: relative;
}
.common-modal-left li svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    fill: #17a751;
}
.common-modal-left li svg.highlight-svg {
    width: 38px;
    height: 38px;
    left: -3px;
}
.common-modal-right {
    width: 62%;
    padding: 40px;
}
/*========== common modal end ==========*/



/*========== content modal start ==========*/
.content-modal .modal-dialog {
    width: 550px;
}
.content-modal .modal-body {
    text-align: center;
}
.content-modal-svg {
    background: #fff3ec;
    margin: 20px auto 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 19px 0 0;
}
.content-modal-svg svg {
    height: 75px;
    width: 75px;
    fill: #17a751;
}
.content-modal h1 {
    font-size: 22px;
    font-family: 'OpenSansSemiBold';
    margin: 30px 0 20px;
}
.content-modal p {
    font-size: 18px;
}
.content-modal .modal-footer {
    text-align: center;
    border: 0 none;
    padding: 0 0 20px;
}
/*========== content modal end ==========*/



/*========== content-management start ==========*/
.content.content-management {
    background: #fff;
    text-align: justify;
}
.content-management .site-container {
    width: 1170px;
}
.content-management h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
}
.content-management p, .content-management li {
    font-size: 14px;
}
.content-management .content-list {
    list-style: decimal;
    padding: 0 0 0 30px;
    list-style-position: inside;
}
.content-management .content-list .content-list {
    list-style: lower-alpha;
}
.content-management .content-list li {
    padding: 0 0 10px;
}
/*========== content-management end ==========*/



/*========== home section start ==========*/
.home-header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.home-header-left {
    float: left;
    width: 40%;
}
.home-header-left img {
    height: 70px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
}
.home-header-right {
    float: left;
    width: 60%;
    text-align: right;
    padding: 13px 0 0;
}
.home-header-right a {
    font-family: 'OpenSansSemiBold';
    background: #f68c2f;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
}
.home-header-right a svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    vertical-align: bottom;
    stroke: #ffffff;
}

.home-section {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0;
}
.home-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-image: url(../../img/front/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(7px);
}
.home-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: rgb(208 191 165 / 80%);
    background: -moz-linear-gradient(90deg, rgb(208 191 165 / 80%) 0%, rgb(0 0 0 / 75%) 100%);
    background: -webkit-linear-gradient(90deg, rgb(208 191 165 / 80%) 0%, rgb(0 0 0 / 75%) 100%);
    background: linear-gradient(90deg, rgb(208 191 165 / 80%) 0%, rgb(0 0 0 / 75%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(208 191 165 / 80%)",endColorstr="rgb(0 0 0 / 75%)",GradientType=1);
}
.home-section-inner {
    padding: 20px 0;
}
.home-section-left {
    float: left;
    width: 50%;
    padding: 10px 30px 0 0;
}
.home-section-left .item h1 {
    font-size: 46px;
    font-family: 'OpenSansBold';
    line-height: 1.5;
    color: #fff;
    min-height: 150px;
}
.home-section-left-info li {
    color: #fff;
    font-family: 'OpenSansSemiBold';
    padding: 0 0 25px 40px;
    position: relative;
    font-weight: bold;
    font-size: 28px;
}
.home-section-left-info li svg {
    width: 24px;
    fill: #fff;
    position: absolute;
    top: 12px;
    left: 0;
}

.home-section-right {
    float: left;
    width: 50%;
}

.home-login-form-info {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    font-family: 'OpenSansSemiBold';
    padding: 0 0 10px;
}
.home-login-form {
    margin: 0 auto;
    width: 400px;
    padding: 40px 40px 60px;
    max-width: 100%;
    background: rgb(255 255 255 / 95%);
    border-radius: 15px;
    box-shadow: 0 0 7.5px 2.5px rgb(153 153 153 / 60%);
    position: relative;
    z-index: 1;
}
.home-login-form .form-control {
    border: 1px solid #e5e5e5;
    height: 50px;
    font-size: 15px;
}
.home-login-form .form-group {
    margin-bottom: 25px;
}
.home-login-form .btn-button {
    width: 100%;
    margin: 0 0 20px;
}
.home-login-form .btn-button svg {
    fill: #fff;
    height: 24px;
    width: 22px;
    vertical-align: middle;
}
.forget_password_btn {
    color: #aba6a2;
    font-size: 14px;
}


.home-section-info {
    text-align: center;
    padding: 18px 0;
    background: #17a751;
}
.home-section-info ul {
    display: flex;
    align-items:  center;
    justify-content: center;
}
.home-section-info li {
    margin: 0 0 0 -1px;
    padding: 10px 25px;
    min-height: 95px;
    min-width: 230px;
}
.home-section-info li svg {
    height: 50px;
    width: 50px;
    fill: #fff;
}
.home-section-info li p {
    margin:  0;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.homeImgFixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.homeImgFixed.homeImg2 {
  left: auto;
  right: 0;
}
.homeImgFixed img {
  width: 450px;
}
.homeImgFixed.homeImg2 img {
  width: 180px;
}
/*========== home section end ==========*/




/*========== whatdo start ==========*/
.whatdo {
    padding: 60px 0;
}
.whatdo-head {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.whatdo-head p {
    font-size: 20px;
    font-family: 'OpenSansLight';
    line-height: 28px;
}
.whatdo-list {
    display: inline-block;
    width: 24.7%;
    text-align: center;
    vertical-align: top;
    padding: 35px 5px 0;
}
.whatdo-list svg {
    height: 50px;
    width: 50px;
    fill: #17a751;
}
.whatdo-list h3 {
    margin: 25px 0 10px;
}
/*========== whatdo end ==========*/



/*========== register info section start ==========*/
.register-info-section {
    background: #188544;
    padding: 100px 0px;
    text-align: center;
}
.register-info-section h1 {
    color: #fff;
    margin: 15px 0 0;
}
.register-info-section h2 {
    color: #222;
}
.register-info-section .btn-button {
    background: #ffffff;
    color: #17a751;
}
.register-info-section .btn-button svg {
    fill: #17a751;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
/*========== register info section end ==========*/



/*========== success-stories start ==========*/
.success-stories  {
    padding: 70px 0;
}
.success-stories-inner {
    width: 1000px;
    margin: 0 auto;
}
.success-stories-head {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.success-stories-head p {
    font-size: 20px;
    font-family: 'OpenSansLight';
    line-height: 28px;
}

.success-story-list {
    margin: 20px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
    background: #fff;
}
.success-stories-image {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}
.success-stories-image > div {
    height: 350px;
    width: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.success-stories-desc {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    padding: 85px 65px 0;
}
.success-stories-desc h3 {
    margin: 0 0 10px;
}
.success-stories-desc h3 a {
    color: #17a751;
}
/*========== success-stories end ==========*/




/*========== home-addmoney start ==========*/
.home-addmoney {
    padding: 70px 0 0;
}
.home-addmoney-head {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 0 0 50px;
}
.home-addmoney-head p {
    font-size: 20px;
    font-family: 'OpenSansLight';
    line-height: 28px;
}
.home-addmoney-left {
    float: left;
    width: 50%;
}
.home-addmoney-right {
    float: left;
    width: 50%;
    padding: 0 0 0 30px;
}
.home-addmoney-desc {
    margin: 0 0 35px;
}

.home-addmoney-desc-left {
    display: inline-block;
    width: 12%;
    vertical-align: top;
}
.home-addmoney-right svg {
    width: 50px;
    height: 50px;
    fill: #17a751;
}

.home-addmoney-desc-right {
    display: inline-block;
    width: 80%;
    padding: 0 0 0 10px;
    vertical-align: top;
}
.home-addmoney-right h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
/*========== home-addmoney end ==========*/



/*========== nav-tabs start ==========*/
.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
    text-align: center;
    background: #17a751;
}
.nav-tabs > li {
    width: 33.33%;
}
.nav-tabs > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 10px 5px;
    color: #fff;
    border: 0 none;
    border-left: 1px solid #188544;
}
.nav-tabs > li > a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
    border: 0 none;
    border-left: 1px solid #188544;
    border-radius: 0;
    margin: 0;
    color: #fff;
    background-color: #188544;
    box-shadow: 0 3px 14px 0 rgba(0,0,0,0.4);
}
.nav-tabs > li > a:hover:before, .nav-tabs > li.active > a:before {
  -webkit-transform: skewX(-45deg) translateX(13.5em);
          transform: skewX(-45deg) translateX(13.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#subTabs.nav-tabs > li > a
{
 padding: 7px 5px; 
}


.nav-tabs.nav-side {
    display: block;
    background: none;
    border: 0 none;
    text-align: left;
}
.nav-tabs.nav-side > li {
    width: 100%;
}
.nav-tabs.nav-side > li > a {
    border: 0 none;
    padding: 12px 10px;
    color: #fff;
}
.nav-tabs li.bv-tab-error > a {
    color: #fff;
}

.tab-content>.tab-pane {
    padding: 15px;
}
/*========== nav-tabs end ==========*/



.membership-section {
    padding: 50px 0;
}
.membership-section-info {
    text-align: center;
    padding: 0 0 10px;
}
.membership-section-info p {
    font-size: 20px;
    font-family: 'OpenSansLight';
    line-height: 28px;
}
.membership-section-left
{
	float: left;
    width: 72%;
    padding: 0 20px 0 0;
}
.membership-section-right {
    float: left;
    width: 28%;
}
.membership-section-list {
    float: left;
    width: 100%;
    padding: 30px 5px 10px;
}
.membership-section-list-left
{
	float: left;
    width: 12%;
}
.membership-section-list-left svg {
    height: 60px;
    width: 60px;
    fill: #17a751;
}
.membership-section-list-right
{
	float: left;
    width: 88%;
}
.membership-section-list h1 {
    margin: 0 0 10px;
    font-size: 22px;
}


.member-plan {
    text-align: center;
    box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
    background: #17a751;
}
.member-plan h2 {
    border-bottom: 2px solid rgb(255, 255, 255);
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}
.member-plan h1 {
    background: #ffffff;
    color: #17a751;
    padding: 39px 18px;
    margin: 10px 0;
    font-size: 30px;
    display: inline-block;
    border-radius: 50%;
    font-family: 'OpenSansSemiBold';
}
.member-plan h1 span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: normal;
}
.member-plan ul {
    list-style: none;
    padding: 0 15px;
}
.member-plan ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.46);
    padding: 12px 0;
    color: #fff;
}
.member-plan a {
    margin: 15px 0 20px;
    background: #fff;
    color: #17a751;
}






/*========== register-modal-form end ==========*/
.register-modal-second, .register-modal-third
{
    display: none;
}
.register-modal-header {
    text-align: center;
    padding: 0 0 10px;
}
.register-modal-header h1 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #17a751;
}
.register-modal-form .form-action .btn-button {
    width: 100%;
}

.first-last-name > div.form-group, .register-regilion-tongue .form-group {
    width: 49%;
    float: left;
}
.first-last-name .form-group.register-last-name,  .register-regilion-tongue .register-tongue  {
    margin-left: 2%;
}
.register-dateofbirth > .form-group, .register-native > .form-group {
    width: 32%;
    float: left;
}
.register-dateofbirth .form-group.register-month, .register-native .form-group.register-city {
    margin: 0 2%;
}
.register-mobilenumber .mobile-select-search {
    float: left;
    width: 35%;
}
.register-mobilenumber .form-group.mobilenumber-textbox {
    width: 63%;
    float: left;
    margin-left: 9px;
}


.register-modal-otp-mobile-recheck {
    background: #FFEDE4;
    padding: 10px;
    margin: 0 0 15px;
}
.update-mobile-number {
    display: none;
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.update-mobile-number .form-control {
    border-radius: 50px;
    height: 46px;
}
.update-mobile-number .mobile-form-submit {
    position: absolute;
    top: 7px;
    right: 8px;
}
.mobile-form-submit .btn-button {
    padding: 4px 13px;
    border-radius: 30px;
    margin: 0;
}
.update-mobile-number-toggle {
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 10px 0 12px;
    color: #000;
}
.update-mobile-number-toggle span {
    background: #17a751;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 2px;
}
.otp-info {
    text-align: center;
}
.resend-otp {
    color: #17a751;
}
/*========== register-modal-form end ==========*/


/*========== dashboard start ==========*/
.dashboard-list {
    float: left;
    width: 25%;
    padding: 5px 8px;
}
.dashboard-list-inner {
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    min-height: 462px;
    background: #fff;
}
.dashboard-list h2 {
    font-size: 16px;
    padding: 15px 12px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin: 0;
    background: #17a751;
}
.dashboard-list h2 a {
    color: #fff;
    display: block;
}
.dashmatch-img {
    text-align: center;
    padding: 10px 0;
}
.dashmatch-img .prospect-actively-label {
    left: -1px;
    top: -3px;
}
.owl-carousel .owl-item .dashmatch-img img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    height: 100px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
}
.dashmatch-img h1 {
    font-size: 14px;
    color: #000;
    font-family: 'OpenSansSemiBold';
    text-transform: capitalize;
}
.dashmatch-img h1 span
{
    color: #17a751;
}
.dashmatch-info ul {
    padding: 0 10px;
}
.dashmatch-info ul li {
    margin: 0 0 3px;
    padding: 5px 0 5px;
}
.dashmatch-info ul li + li {
    border-top: 1px solid #f5f5f5;
}
.dashmatch-info li span {
    display: inline-block;
    width: 30%;
    font-family: 'OpenSansSemiBold';
    vertical-align: middle;
}
.dashmatch-info li small {
    font-size: 13px;
    display: inline-block;
    width: 66.6%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.dashmatch-showdetails {
    border-top: 1px dashed #eee;
    padding: 10px 10px;
    text-align: center;
    background: #17a751;
    margin: 0;
}
.dashmatch-showdetails a {
    color: #fff;
    font-family: 'OpenSansSemiBold';
}

.dashboard-list .owl-carousel .owl-nav .owl-prev, .dashboard-list .owl-carousel .owl-nav .owl-next {
    top: -42px;
    border: 0 none;
    left: auto;
    right: 15px;
}
.dashboard-list .owl-carousel .owl-nav .owl-next {
    right: -12px;
}
.dashboard-list .owl-carousel .owl-nav .owl-prev:after, .dashboard-list .owl-carousel .owl-nav .owl-next:after {
    color: #fff;
    font-size: 28px;
}
/*========== dashboard end ==========*/



/*========== update profile start ==========*/
.update-profile-details h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.update-profile-section-list {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}
.update-profile-section-list .form-group {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.update-profile-section-list .address-details-group {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.update-profile-section-list .address-details-group .form-group {
    width: 100%;
    padding: 0;
}

.update-profile-section-list .about-your-details .form-group, 
.update-profile-section-list.about-myfamily-details .form-group {
    width: 100%;
}
.update-profile-section-list .about-your-details .form-group textarea {
    height: 170px;
}


.update-all-details-two-section {
    float: left;
    width: 50%;
    padding: 0 3px;
}
.profile-choose-left {
    text-align: center;
}
.profile-choose-left #upload-demo-i {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#upload-demo-i img {
    height: 210px;
    width: 190px;
    margin: 0 auto;
    display: block;
}
/*========== update profile end ==========*/




/*========== update partner preference start ==========*/
.update-partner-preference-list h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.update-partner-preference-list {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}
.update-partner-preference-list .form-group {
    padding: 0 10px;
}
.update-partner-preference-list .form-group-two {
    margin: 0 -10px;
}
.update-partner-preference-list .form-group-two .form-group {
    width: 50%;
    float: left;
}
/*========== update partner preference end ==========*/




/*========== view edit profile start ==========*/
.view-edit-profile-tab {
    display: flex;
    min-height: 400px;
}
.view-edit-profile-left {
    width: 22%;
    background: #17a751;
}
.view-edit-profile-right {
    width: 78%;
    background: #fff;
    margin-left: 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.view-edit-profile-tab h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.view-edit-profile-tab .edit-btn {
    float: right;
    margin: -48px 0 0;
    color: #17a751;
    border: 2px solid #17a751;
    padding: 2px 8px 1px;
    font-size: 14px;
    border-radius: 3px;
}

.view-edit-profile-detail-form {
    display: none;
}
.view-edit-profile-detail-form .form-group {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
.about-your-details .view-edit-profile-detail-form .form-group {
    width: 100%;
    padding: 0;
}
.view-edit-profile-detail-form .address-details-group {
    width: 50%;
    float: left;
}
.view-edit-profile-detail-form .address-details-group .form-group {
    width: 100%;
}
.view-edit-profile-details-list > li {
    display: inline-block;
    width: 31%;
    margin: 0 1% 12px;
    background: #f5f5f5;
    padding: 10px 10px;
    font-size: 14px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    vertical-align: top;
}
.view-edit-profile-address-details .view-edit-profile-details-list > li {
    width: 47.6%;
}
.view-edit-profile-lifestyle .view-edit-profile-details-list > li, .socialmedialinks .view-edit-profile-details-list > li {
    width: 100%;
    margin: 0 0 12px;
}

.lifestyle-accordian .lifestyle-toggle
{
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
    cursor: pointer;
    padding: 20px;
    background: #ffebe0;
}
.lifestyle-accordian .lifestyle-toggle.active {
    background: #17a751;
    color: #fff;
}
.lifestyle-accordian .lifestyle-toggle:before
{
    font-family: FontAwesome;
    content: "\f107";
    margin: 0 7px 0 0;
}
.lifestyle-accordian .lifestyle-toggle.active:before
{
    content: "\f106";
}
.lifestyle-option-list
{
    display: none;
    padding: 10px 0 15px;
}
.lifestyle-option-list li {
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
    padding: 0 10px 15px;
}
.lifestyle-other-form {
    padding: 0 10px;
}


.upload-button
{
    position: relative;
    text-align: right;
}
.upload-btn
{
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    left: auto;
    height: 32px;
    width: 108px;
}
.upload-button label {
    background: #000;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
    font-size: 13px;
    cursor: pointer;
}
.photolist {
    float: left;
    width: 25%;
    padding: 8px;
}
.photolist-inner {
    position: relative;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.photolist img {
    height: 210px;
    display: block;
    width: 100%;
	object-fit: cover;
}
.photolist-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(242, 121, 53, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.photolist:hover .photolist-caption 
{
    opacity: 1;
}
.vieworhide, .delete-btn, .publicprivate, .approvedorunapproved {
    position: absolute;
    left: 0;
    top: 0;
}
.vieworhide {
    background: #000;
    color: #fff;
    left: 10px;
    top: 10px;
    padding: 1px 5px 2px;
    border-radius: 3px;
    display: inline-block;
}
.vieworhide i
{
    display: none;
}
.vieworhide i.active
{
    display: block;
}
.delete-btn {
    right: 10px;
    left: auto;
    top: 5px;
    color: #000;
    font-size: 17px;
}
.approvedorunapproved
{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
}
.approvedorunapproved span
{
    display: none;
    background: #00da00;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
}
.approvedorunapproved .active
{
    display: inline-block;
}
.approvedorunapproved.unapproved span
{
    background: #f00;
}
.publicprivate {
    top: auto;
    bottom: 10px;
    text-align: center;
    right: 0;
}
.publicprivate a {
    background: #000;
    display: inline-block;
    border-radius: 3px;
    padding: 0 6px 1PX;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'OpenSansSemiBold';
}
.publicprivate a.active {
    background: #00da00;
}
/*========== view edit profile end ==========*/


/*========== view edit partner-preference start ==========*/
.view-edit-partner-preference-tab {
    display: flex;
    min-height: 400px;
}
.view-edit-partner-preference-left {
    width: 22%;
    background: #17a751;
}
.view-edit-partner-preference-right {
    width: 78%;
    background: #fff;
    margin-left: 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.view-edit-partner-preference-tab h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.view-edit-partner-preference-tab .edit-btn {
    float: right;
    margin: -48px 0 0;
    color: #17a751;
    border: 2px solid #17a751;
    padding: 2px 8px 1px;
    font-size: 14px;
    border-radius: 3px;
}
.view-edit-partner-preference-details-form {
    display: none;
}
.view-edit-partner-preference-details-form .form-group-two {
    margin: 0 -10px;
}
.view-edit-partner-preference-details-form .form-group-two .form-group {
    width: 49.5%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.view-edit-partner-preference-details-list li {
    display: inline-block;
    width: 31%;
    margin: 0 1% 12px;
    background: #f5f5f5;
    padding: 10px 10px;
    font-size: 14px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    vertical-align: top;
}
/*========== view edit partner-preference end ==========*/


.forgetpassword-modal-mobile-otp, .forgetpassword-modal-email-thankyou, .forgetpassword-modal-mobile-thankyou
{
    display: none;
}
.forgetpassword-modal-right {
    text-align: center;
}
.forgetpassword-modal-right .form-control
{
    text-align: center;
}
.forgetpassword-modal-right .form-submit {
    text-align: center;
}
.forgetpassword-modal-first .nav-tabs
{
        display: inline-block;
}
.forgetpassword-modal-first .nav-tabs > li {
    display: inline-block;
        width: auto;
}
.forgetpassword-modal-first .nav-tabs > li > a {
    padding: 10px 18px;
    border-left: 0 none;
}


.feedback-modal-second, .sendmessage-modal-second, .enquiry-modal-second
{
    display: none;
}
.feedback-info, .sendmessage-info, .enquiry-info, .feedback-message, .sendmessage-message, .enquiry-message {
    text-align: center;
}


#video-modal .common-modal-right, #partner-gallery-modal .common-modal-right {
    padding: 32px 15px 0;
}


#partner-gallery-modal .pgwSlideshow .ps-current > ul > li img
{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}


.common-modal-left .partner-info-modal li
{
    text-align: left;
}


.complete-profile-tab
{
    display: flex;
    min-height: 400px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.complete-profile-left {
    float: left;
    width: 20%;
    background: #17a751;
}
.complete-profile-right {
    width: 80%;
    float: left;
    border: 2px solid #eaeaea;
    background: #fff;
}


.complete-profile-details h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.complete-profile-details .form-group  {
    float: left;
    width: 31.33%;
    margin: 0 1% 10px;
}



.complete-profile-details .form-group.address-details-group {
    width: 100%;
    margin: 0 0 20px;
}
.complete-profile-details .address-details-group .form-group-address {
    float: left;
    width: 50%;
    padding: 0 8px 5px;
}



.complete-profile-details .form-group.form-submit {
    width: 100%;
    margin: 0 0 10px;
}

.complete-profile-details .form-group.form-group-income-group {
    width: 100%;
    margin: 0 0 10px;
}
.complete-profile-details .form-group-income-group .control-label {
    padding: 0 0 0 10px;
}
.complete-profile-details .form-group-income {
    float: left;
    width: 33.33%;
    padding: 0 1% 0;
}


.marry-community {
    text-align: center;
}








.image-upload, .video-upload {
    width: 215px;
    position: relative;
    text-align: center;
    margin: 100px auto 0;
    display: block;
}
.image-upload .imageupload-btn, .video-upload .videoupload-btn {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.preview-image {
    width: 190px;
    height: 210px;
    margin: 20px auto 0;
    display: block;
}

.preview-video {
    margin: 25px auto 0;
    display: block;
}





.search-box {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 2px 6px;
    border-top: 2px solid #17a751;
}
.search-header {
    padding: 6px 8px;
    margin: 0 0 2px;
}
.search-header  strong
{
    font-size: 14px;
}
.search-ouput {
    display: inline-block;
    padding: 0 0 0 20px;
}
.search-ouput span {
    font-size: 11px;
    background: #17a751;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 15px;
    margin: 0 2px;
    color: #fff;
}
.search-ouput span i {
    cursor: pointer;
}
.search-group {
    float: left;
    width: 16.6%;
    padding: 5px 3px 0;
}
.search-box .dropdown-toggle {
    display: block;
    border: 2px solid #eee;
    padding: 3px 6px 6px;
    border-radius: 3px;
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
}
.search-box .dropdown-toggle > i {
    position: relative;
    right: 0;
    top: 7px;
}
.search-box .dropdown-menu {
    padding: 7px 6px 0;
    right: auto;
    width: 300px;
    transform: translateX(-20%);
    background: #ffffff;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,0.3);
}
.search-box .dropdown-menu:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #17a751;
    position: absolute;
    top: -9px;
    margin: 0 auto;
    width: 15px;
    left: 0;
    right: 0;
}
.search-box .dropdown-menu li {
    margin: 0 0 7px;
}
.search-box .dropdown-menu.two-column li {
    display: inline-block;
    width: 49.3%;
}
.dropdown-menu.age-column li {
    display: inline-block;
    width: 15.6%;
}
.search-box-action {
    text-align: right;
    border-top: 1px solid #ddd;
    margin: 10px 7px 0;
    padding: 6px 0;
}
.search-box-action-btn {
    background: #17a751;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 0 6px;
}
.search-advanced-section
{
    display: none;
}
.search-advanced-section.active
{
    display: block;
}




.search-checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    cursor: pointer;
    font-size: 13px;
}
.search-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
}
.search-checkbox label {
    display: block;
    cursor: pointer;
}
.search-checkbox label:before {
    content: "";
    border: 1px solid #555;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 4px;
    height: 11px;
    width: 11px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-checkbox input[type=checkbox]:checked + label:before {
    background: #17a751;
    border-color: #17a751;
}
.search-checkbox input[type=checkbox]:checked + label, .search-checkbox:hover
{
    color: #17a751;   
}



/*========== prospect-list start ==========*/
.matches-count {
    position: absolute;
    top: 0;
    right: 20px;
    color: #17a751;
}
.matches-count b {
    color: #000;
}
.prospect-list {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 25px 0 0;
    box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #17a751;
    background: #fff;
    position: relative;
}

.prospect-actively-label {
    position: absolute;
    left: -9px;
    top: -10px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 106px;
    text-align: right;
    z-index: 3;
}
.prospect-actively-label span {
    font-size: 10px;
    font-family: 'OpenSansSemiBold';
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 130px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#47A7FF 0%, #0071D8 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 34px;
    left: -23px;
}
.prospect-actively-label span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.prospect-actively-label span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.prospect-image {
    float: left;
    width: 15%;
    text-align: center;
    padding: 10px 0 0;
}
.prospect-image img {
    display: block;
    margin: 0 auto 8px;
    height: 190px;
    border: 1px solid #17a751;
}
.prospect-details {
    float: left;
    width: 85%;
    padding: 0 0 0 20px;
}
.prospect-details .prospect-name {
    font-size: 16px;
    margin: 8px 0 0;
    font-family: 'OpenSansSemiBold';
    padding: 0 0 4px;
}
.prospect-details .prospect-name a {
    color: #000;
}
.prospect-details .prospect-name strong
{
    color: #17a751;
}
.prospect-details .description {
    font-size: 13px;
    border-top: 1px dashed #ccc;
    padding: 5px 0 0;
    color: #333;
    line-height: 20px;
}
.prospect-details ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.prospect-details ul li {
    display: inline-block;
    width: 33%;
    margin: 7px 0 0;
    font-size: 13px;
}
.prospect-details b {
    display: inline-block;
    width: 32%;
    letter-spacing: 0.3px;
}
.prospect-details span {
    display: inline-block;
    width: 66%;
}
.prospect-action {
        text-align: center;
    display: flex;
    margin: 8px -5px 0;
    border-top: 1px dashed #ccc;
    padding: 8px 0 0;
}
.prospect-action .prospect-action-btn {
    width: 25%;
}
.prospect-action .prospect-action-btn a {
    border: 2px solid #d6d6d6;
    border-radius: 45px;
    padding: 4px 5px;
    display: block;
    color: #000;
    margin: 0 5px 0;
    font-size: 13px;
    background: #eaeaea;
}
.prospect-action .prospect-action-btn a:hover {
    color: #ffffff;
    background: #17a751;
    border-color: #17a751;
}
.prospect-action .prospect-action-btn a:hover i {
    color: #fff;
}
.prospect-action .prospect-action-btn.sent-interest a
{
    background: #17a751;
    color: #fff;
    border-color: #17a751;
}
.prospect-action .prospect-action-btn a i {
    display: block;
    color: #17a751;
}
.prospect-action .prospect-action-btn.sent-interest a i, .prospect-action .prospect-action-btn a.remove-to-shortlist i {
    color: #fff;
}

.prospect-action .prospect-action-btn a.remove-to-shortlist {
    background: #17a751;
    color: #fff;
    border-color: #17a751;
}
/*========== prospect-list end ==========*/



.prospect-list-inactive {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    background: #eee;
}
.prospect-list-inactive-info {
    position: absolute;
    top: 58%;
    z-index: 2;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #17a751;
    font-family: 'OpenSansSemiBold';
    text-align: center;
}
.dashboard-list .prospect-list-inactive-info {
    top: 40%;
    font-size: 18px;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}



/*========== notification start ==========*/
.notification-total {
    width: 1100px;
    margin: 0 auto;
}
.notification-list {
    background: #fff;
    padding: 25px 20px;
    margin: 12px 10px 0;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    display: block;
}
.notification-image {
    display: inline-block;
    width: 12%;
    vertical-align: middle;
}
.notification-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.notification-details {
    display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.notification-details .notification-name {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-family: 'OpenSansSemiBold';
}
.notification-details .notification-name span {
    color: #17a751;
}
.notification-date {
    font-size: 13px;
    color: #17a751;
}
.notification-block-head, .communicate-heading {
    font-size: 15px;
    margin: 0;
    font-family: 'OpenSansRegular';
}
/*========== notification end ==========*/


/*========== under verification start ==========*/
.under-verification {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin: 40px auto 30px;
    padding: 30px 20px;
    text-align: center;
    width: 712px;
}
.under-verification-svg {
    background: #fff3ec none repeat scroll 0 0;
    border-radius: 50%;
    height: 120px;
    margin: 20px auto 0;
    padding: 19px 0 0;
    width: 120px;
}
.under-verification-svg svg {
    fill: #17a751;
    height: 75px;
    width: 75px;
}
.under-verification h1 {
    font-family: "OpenSansSemiBold";
    font-size: 22px;
    margin: 30px 0 20px;
}
.under-verification p {
    font-size: 18px;
}
/*========== under verification end ==========*/


/*========== transaction history start ==========*/
.transactions-addmoney {
    background: #17a751;
    margin: 0 0 20px;
}
.transactions-addmoney-inner {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.transactions-addmoney h2 {
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0  10px;
}
.transactions-addmoney-label {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    font-family: 'OpenSansSemiBold';
    font-size: 13px;
}
.form-group.transactions-addmoney-input {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.transactions-addmoney-input .amount-error {
    position: absolute;
    bottom: -22px;
    font-size: 14px;
    color: #F33;
    left: 0;
}
.transactions-addmoney-submit {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.transactions-addmoney-gst {
    display: inline-block;
    vertical-align: top;
}
.transactions-addmoney-gst p {
    margin: 0 0 0 8px;
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
    color: #000;
    line-height: 20px;
}
.transactions-addmoney-submit .btn-button {
    margin: 0 0 0 29px;
    background: #17a751;
    padding: 9px 26px;
}


.transaction-history-inner {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
/*========== transaction history end ==========*/



.pagination {
    display: block;
}
.pagination ul {
    list-style: none;
    padding: 15px 0 0;
    font-size: 13px;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}
.pagination ul li a {
    border: 2px solid #ddd;
    padding: 6px 15px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    background: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.05);
}
.pagination ul li.active a, .pagination ul li a:hover
{
    background: #17a751;
    color: #fff;
    border-color: #17a751;
}












/*=============    searchpage start  =============*/
.search-page-list h1 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 15px;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    border-bottom: 1px solid #eee;
}
.search-page-list {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}
.search-page-list .form-group {
    padding: 0 10px;
}
.search-page-list .form-group-two {
    margin: 0 -10px;
}
.search-page-list .form-group-two .form-group {
    width: 50%;
    float: left;
}
/*=============    searchpage end  =============*/







.single-left {
    float: left;
    width: 30%;
    padding: 0 25px 0 0;
}
.pgwSlideshow .ps-current>ul>li {
    height: 380px;
}
.pgwSlideshow .ps-list li .ps-item {
    margin: 0 5px 0 0;
    height: 80px;
    border: 2px solid #17a751;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}
.pgwSlideshow.narrow .ps-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-right {
    float: right;
    width: 70%;
    padding: 20px 0 0 0;
}
.single-right-main {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.2);
}
.member-name {
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'OpenSansSemiBold';
    margin: 0;
}
.member-name strong {
    color: #17a751;
}
.social-gallery-icons {
    border-bottom: 1px dashed #ddd;
    padding: 6px 0 5px;
}
.social-gallery-icons li {
    display: inline-block;
    vertical-align: text-top;
    margin: 0px 2px 0px 0;
}
.social-gallery-icons li a {
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 4px 10px 5px;
    background: #17a751;
    color: #fff;
    border-radius: 54px;
    font-size: 13px;
    position: relative;
}
.social-gallery-icons li a svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #fff;
    stroke: #fff;
}
.social-gallery-icons li a svg.lock-svg {
    position: absolute;
    bottom: 2px;
    fill: #000;
    stroke: #000;
    width: 12px;
    height: 12px;
    left: 19px;
}
.social-gallery-icons li a:hover {
    color: #fff;
}
.social-gallery-icons li .facebook {
    background-image: url(../../img/front/facebook-active-lock.png);
}
.social-gallery-icons li .twitter {
    background-image: url(../../img/front/twitter-active-lock.png);
}
.social-gallery-icons li .linkedin {
    background-image: url(../../img/front/linkedin-active-lock.png);
}
.social-gallery-icons li .video {
    background-image: url(../../img/front/video-icon.png);
}
.social-gallery-icons li a.lock {
    background-position: 3px -29px;
}


.basic-info {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.basic-info li {
    margin: 12px 0;
}
.basic-info li svg {
    width: 17px;
    height: 17px;
    vertical-align: sub;
    fill: #17a751;
}
.profile-payment {
    width: 35%;
    display: inline-block;
    background: #17a751;
    padding: 35px 15px 15px;
    text-align: center;
    color: #fff;
    min-height: 200px;
    margin: 10px 0 0;
    position: relative;
}
.profile-payment .btn-button {
    padding: 8px 14px;
}
.personal-info-head {
    font-size: 26px;
    font-family: 'OpenSansSemiBold';
    text-align: center;
}
.information-details {
    border: 2px solid #d6d6d6;
    margin: 0 0 20px 0;
    position: relative;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.2);
    background: #fff;
}
.information-details h1 {
    margin: 0;
    font-size: 18px;
    padding: 10px;
    color: #17a751;
    background: #eaeaea;
}
.information-details h1 svg {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    fill: #17a751;
}
.information-details .desc {
    padding: 15px;
    line-height: 24px;
}
.information-details ul {
    list-style: none;
    padding: 0 10px 0;
}
.information-details ul li {
    display: inline-block;
    width: 49.5%;
    padding: 9px 10px;
    vertical-align: top;
}

.information-details#lifestyle ul li span {
    background: #efefef;
    color: #17a751;
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    margin: 0 2px 6px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
}

.profile-payment-process-2, .below-profile-payment-process-2 {
    display: block;
}
.contactinfo-blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    background: #eee;
}

.contactinfo-below-process {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    text-align: center;
}
.contactinfo-below-process p {
    font-family: 'OpenSansSemiBold';
    color: #000;
    font-size: 15px;
}
.contactinfo-below-process .btn-button {
    margin: 0;
    padding: 5px 11px;
}


.personal-information-nav {
    display: flex;
    background: #17a751;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
        visibility: hidden;
}
.personal-information-nav.scroll-to-fixed-fixed {
    opacity: 1;
        visibility: visible;
}
.personal-information-nav li {
    width: 20%;
}
.personal-information-nav li a {
    padding: 9px 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.personal-information-nav li a:hover, .personal-information-nav li.nav-active a {
    background: #17a751;
}



.partner-preference {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    padding: 30px 70px;
    background: #ffffff;
	position:relative;
}
.partner-preference-head {
    font-size: 22px;
    font-family: 'OpenSansSemiBold';
    margin: 3px 0 15px;
    text-align: center;
}

.preference-image {
    background: #fff;
    padding: 4px 0 0;
}
.your-image {
    float: left;
    width: 15%;
}
.your-image img, .partner-image img {
        border-radius: 50%;
    border: 4px solid #17a751;
        width: 110px;
        height: 110px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.preference-image.scroll-to-fixed-fixed .your-image img, .preference-image.scroll-to-fixed-fixed .partner-image img {
    border-width: 2px;
        width: 80px;
    height: 80px;
}


.preference-connt {
    float: left;
    width: 70%;
    text-align: center;
    padding-top: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preference-image.scroll-to-fixed-fixed .preference-connt {
    padding-top: 32px;
}
.preference-connt p {
    position: relative;
}
.preference-connt p:after {
    content: "";
    border-top: 2px dashed #17a751;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
}
.preference-connt p span {
    background: #fff;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
}
.partner-image {
    float: left;
    width: 15%;
    text-align: right;
}
.Preference-details {
    margin: 25px 30px 0;
}
.Preference-details h1 {
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
    margin: 0;
    color: #8c3d10;
}
.Preference-details ul {
    list-style: none;
}
.Preference-details ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    font-size: 13px;
}
.Preference-details ul li small {
    float: right;
}




#notification-ticker
{
    padding: 0 10px;
}
#notification-ticker li 
{
    padding: 8px 0;
    height: 51px;
    overflow: hidden;
}
#notification-ticker li + li, #notification-ticker li:first-child
{
    border-top: 1px dashed #f5f5f5;
}
.notification-arrow {
    text-align: center;
}
.notification-arrow i {
    font-size: 32px;
    display: block;
    cursor: pointer;
    padding: 3px 0 4px;
}


.download-pdf {
    text-align: right;
    margin: 0 0 15px;
}
.download-pdf a {
    background: #17a751;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
}
.download-pdf a:hover {
    background: #333;
}
.invoice {
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.1);
}
.invoice-content {
    background: #f5f5f5;
    padding: 0 120px 0;
}
.invoice-head {
    padding: 90px 0 70px;
}
.invoice-head img {
    height: 80px;
    vertical-align: middle;
}
.invoice-head span {
    font-size: 24px;
    font-family: 'OpenSansSemiBold';
    text-transform: uppercase;
    color: #000;
}
.invoice-address {
    padding: 0 0 60px;
}
.invoice-address h1 {
    margin: 0;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
}
.invoice-address-left {
    float: left;
    width: 50%;
}
.invoice-address-right {
    float: left;
    width: 50%;
    text-align: right;
}
.invoice-price {
    height: 300px;
}
.invoice-price table {
    width: 100%;
    border-collapse: collapse;
}
.invoice-price table tr th {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.invoice-price table tr td {
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    padding: 30px 0 0;
}
.invoice-footer {
    background: #e6e6e6;
    padding: 50px 120px 100px;
}
.invoice-info-list {
    float: left;
    width: 50%;
}
.invoice-info-list h1 {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    padding: 10px 0;
    margin: 0 0 30px;
}
.invoice-info-price {
    text-align: right;
}
.invoice-info-price h2 {
    font-size: 26px;
}
.invoice-footer-bottom {
    border-top: 1px solid #ccc;
    padding: 60px 0 0;
    margin: 15px 0 0;
}
.bottom-left {
    float: left;
    width: 40%;
}
.bottom-left img {
    vertical-align: middle;
    margin: -2px 0 0;
}
.bottom-right {
    float: left;
    width: 60%;
    text-align: right;
}
.bottom-right span {
    padding: 0 2px 0 5px;
}
.price-color {
    color: #17a751;
}



/*========== search by id start =========*/
.searchbyid-page {
    padding-top: 98px;
}
.searchbyid-page .page-title {
    margin: 0;
}
.searchbyid {
    background: #188544;
    padding: 25px 0;
}
.searchbyid-inner {
    width: 500px;
    margin: 0 auto;
}
.searchbyid-inner .page-title h1 {
    font-size: 18px;
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold';
}
.searchbyid .form-control {
    padding-left: 20px;
    border-radius: 0 0 4px 4px;
    height: 52px;
    font-size: 16px;
}
.searchbyid .search-submit {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 22px;
    background: #188544;
    color: #fff;
    padding: 2px 15px 5px;
}
.searchbyid-info {
    background: #17a751;
    color: #fff;
    padding: 8px 22px;
    border-radius: 4px 4px 0 0;
}

.searchbyid-page #filter-result .page-title {
    margin: 15px 0;
}
/*========== search by id end =========*/





/*========== register page start =========*/
.register-page {
    display: flex;
    min-height: 500px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
    box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
    width: 900px;
    margin: 50px auto;
    background: #fff;
}
.register-page-left {
    width: 42%;
    padding: 40px;
    border-right: 3px solid #17a751;
}
.register-page-head {
    text-align: center;
    padding: 0 0 10px;
}
.register-page-left h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
    margin: 25px 0;
    color: #000;
}
.register-page-left li {
    margin: 0 0 35px;
    padding: 0px 0 0 50px;
    position: relative;
}
.register-page li svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    fill: #17a751;
}
.register-page-right {
    width: 62%;
    padding: 40px;
}
.register-header {
    text-align: center;
    padding: 0 0 10px;
}
.register-header h1 {
    font-size: 20px;
    font-family: 'OpenSansSemiBold';
    margin: 0 0 5px;
    color: #000000;
}
.register-page .form-action .btn-button {
    width: 100%;
}
/*========== register page end =========*/



/*========== login page start =========*/
.login-page {
    display: flex;
    min-height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
    box-shadow: 0 5px 10px 0px hsl(0deg 0% 0% / 10%);
    width: 800px;
    margin: 50px auto;
    background: #fff;
}
.login-page-left {
    width: 45%;
    padding: 40px;
    border-right: 3px solid #17a751;
}
.login-page-head {
    text-align: center;
    padding: 0 0 10px;
}
.login-page-left h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
    margin: 25px 0;
    color: #000;
}
.login-page-left li {
    margin: 0 0 35px;
    padding: 0px 0 0 50px;
    position: relative;
}
.login-page li svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    fill: #17a751;
}
.login-page-right {
    width: 55%;
    padding: 40px;
}
.login-header {
    text-align: center;
    padding: 0 0 10px;
}
.login-header h1 {
    font-size: 20px;
    font-family: 'OpenSansSemiBold';
    margin: 0 0 5px;
    color: #000000;
}
.login-page .form-action .btn-button {
    width: 100%;
}
.login-page .form-action svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
}
/*========== register page end =========*/




.open-ticket-modify
{
    display: none;
}
.close-ticket-reopen
{
    display: none;
}
.close-ticket-reopen .control-label
{
    font-family: 'OpenSansSemiBold';
    margin: 8px 0 7px;
}


.details-output small
{
    float: right;
}
.details-output em {
    font-size: 11px;
}


.setting-list ul.setting-list-ul li {

    margin: 12px 0 0;
    padding: 0 0 12px;
    border-bottom: 1px dashed #ddd;
}


.form-details {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.details-label {
    float: left;
    width: 22%;
    font-family: 'OpenSansSemiBold';
}
.details-output {
    float: left;
    width: 78%;
}




/*==========  settings start  =========*/
.settings-page .tab-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.setting-list h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
    margin: 0 0 20px;
}
.changepassword-margin {
    margin: 0 -1%;
}
#changepassword .form-group {
    float: left;
    width: 31.3%;
    margin: 0 1% 15px;
}
/*==========  settings end  =========*/


.married-checkbox-div, .marriagefixed-checkbox-div, .otherreason-list
{
    margin: 0 0 7px;
}
#marriedourmatrimony, #marriagefixedourmatrimony
{
    margin: 0 -1% 0;
}
#marriedourmatrimony .form-group1, #marriagefixedourmatrimony .form-group1 {
    float: left;
    width: 31.33%;
    margin: 0 1% 15px;
}
#marriedourmatrimony .form-group2, #marriagefixedourmatrimony .form-group2 {
    float: left;
    width: 48%;
    margin: 0 1% 15px;
}




.successstory-single-left {
    float: left;
    width: 30%;
}
.successstory-single-right {
    float: left;
    width: 70%;
    line-height: 24px;
    padding: 0 0 0 15px;
}
.successstory-single-right h1 {
    font-size: 18px;
    font-family: 'OpenSansSemiBold';
}
.success-story-meta {
    border-bottom: 1px dashed #ccc;
    margin: 0 0 15px;
}
.success-story-meta small {
    font-size: 13px;
    margin: 0 20px 0 0;
}
.success-story-meta img {
    height: 18px;
    vertical-align: sub;
    margin: 0 3px 0 0;
}
.wedding-success-message {
    background: #17a751;
    display: flex;
    padding: 15px;
    margin: 30px 0 0;
}
.wedding-success-message-image {
    width: 15%;
    text-align: center;
}
.wedding-success-message-image img {
    height: 60px;
}
.wedding-success-message-image h1 {
    color: #fff;
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    margin: 10px 0 0;
}
.wedding-success-message-description {
    width: 85%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 45px 10px 0;
}



.pdf-download img {
    height: 30px;
    vertical-align: middle;
}


.faq-list {
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc;
}
.faq-click {
    font-size: 15px;
    font-weight: 100;
    font-family: 'OpenSansRegular';
    color: #17a751;
    cursor: pointer;
}
.faq-click:before {
    font-family: FontAwesome;
    content: "\f107";
    background: #ccc;
    padding: 3px 5px 2px;
    border-radius: 35px;
    color: #000;
    font-size: 13px;
    margin: 0 8px 0 0;
}
.faq-click.active:before {
    content: "\f106";
}
.faq-description {
    display: none;
    margin: 0 0 10px 25px;
}


/*==========  contactus start  =========*/
.contact-page .site-container {
    width: 1170px;
}
.corporate-office h1, .contact-form h1 {
    font-size: 18px;
}
.contact-form .form-group1 {
    float: left;
    width: 33.33%;
}
.contact-form .contact-form-email {
    padding: 0 10px;
}
.contactus-inner {
    display: flex;
}
.corporate-office {
    width: 28%;
    margin: 0 20px 0 0;
    padding: 10px 20px 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    background: #fff;
}
.corporate-office address {
    line-height: 36px;
}
.contact-form {
    padding: 10px 20px 0;
    width: 72%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    background: #fff;
}
/*==========  contactus end  =========*/


.conversation-page.content {
    padding: 98px 0 0;
}
.conversation
{
    display: flex;
    margin: 0 auto;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    height: calc(100vh - 98px);
    padding: 20px;
}
.conversation-left {
    width: 27%;
    box-shadow: 2px 0 6px 0 rgba(0,0,0,0.1);
    background: #fff;
}
.conversation-left li {
    padding: 8px 4px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.conversation-left li img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.conversation-left p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.conversation-left p span {
    display: block;
    font-family: 'OpenSansSemiBold';
    color: #17a751;
    font-size: 14px;
}


.conversation-right
{
    width: 73%;
    padding: 10px 20px;
    box-shadow: 2px 0 6px 0 rgba(0,0,0,0.1);
    background: #fff;
    height: 100%;
    border-left: 2px solid #0085ff;
}
.conversation-right-inner {
    height: 100%;
}
.conversation-list
{
    height: calc(100% - 40px);
    overflow-y: auto;
    padding: 10px 0;
}
.conversation-right li {
    margin: 0 0 15px;
}
.conversation-right li.guest {
    text-align: right;
}
.conversation-right small {
    display: inline-block;
    background: #17a751;
    padding: 2px 6px;
    border-radius: 23px;
    color: #fff;
}
.conversation-right span {
    border-radius: 25px;
    font-size: 13px;
    padding: 1px 4px;
    display: block;
    margin: -1px 0 0;
}

.conversation-right-head {background: #ffffff;padding: 4px 0 10px;box-shadow: 0 15px 20px -15px rgba(40,44,63,0.8);}
.conversation-right-head h5 {
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    margin: 4px 0 0;
    display: inline-block;
}
.conversation-right-head .action {
    display: inline-block;
}
.conversation-right-head .action a {
    background: #17a751;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 1px 4px;
    text-align: center;
}




/*==========  chat start  =========*/
.chat-page.content {
    padding: 98px 0 0;
}
.chat-main {
    display: flex;
    margin: 0 auto;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    height: calc(100vh - 98px);
    padding: 20px;
}
.chat-left {
    width: 27%;
    box-shadow: 2px 0 6px 0 rgba(0,0,0,0.1);
    background: #fff;
}
.chat-right {
    width: 73%;
    height: 100%;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 2px 0 6px 0 rgba(0,0,0,0.1);
    border-left: 2px solid #0085ff;
}
.chat-right-inner {
    height: 100%;
}


.chat-header {
    background: #ffffff;
    padding: 5px 0;
    box-shadow: 0 15px 20px -20px rgba(40,44,63,0.8);
}
.chat-header h5 {
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.chat-header-status {
    position: relative;
    color: #F44336;
    padding: 0 0 0 12px;
    font-size: 13px;
}
.chat-header-status.online-status {
    color: #4CAF50;
}
.chat-header-status:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #F44336;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}
.chat-header-status.online-status:before {
    background: #4CAF50;
}

.chat-messages {
    height: calc(100% - 57px );
}

.chat-img {
    padding: 0 8px 0 8px;
    width: 68px;
    display: inline-block;
    vertical-align: middle;
}
.chat-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.chat-name {
    display: inline-block;
    width: 78%;
    padding: 6px 0 0;
    vertical-align: middle;
    margin: -22px 0 0;
}
.chat-name span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-name small {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}

.chat-list-main h6 {
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
    padding: 16px 12px;
    margin: 0 0 1px;
    text-transform: uppercase;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}
.chat-list-main h6.active {
    background: rgb(202, 58, 58);
    color: #fff;
}
.chat-list-main h6:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    top: 18px;
    font-weight: 100;
    font-size: 13px;
}
.chat-list-main h6.active:after {
    content: "\f068";
    color: #ffffff;
}

.chat-list-main ul {
    display: none;
    max-height: 370px;
    overflow-y: auto;
}
.chat-list-main:first-child ul {
    display: block;
}
.chat-list-main ul li {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.chat-messages-inner {
    height: 100%;
}
.chat-message-list {
    height: calc(100% - 52px );
    overflow-y: auto;
    padding: 10px 22px 0 0;
}
.chat-message-list li {
    margin: 0 0 20px;
    font-size: 13px;
}
.chat-message-list li.you {
    text-align: right;
    margin-bottom: 30px;
}
.chat-message-list li p {
    display: inline-block;
    background: #0085ff;
    color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0 8px;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 1px 2px 7px 0 rgba(0,0,0,0.1);
    text-transform: capitalize;
    position: relative;
    line-height: 20px;
}
.chat-message-list li p:before {
    font-family: FontAwesome;
    content: "\f0d9";
    position: absolute;
    left: -8px;
    bottom: 3px;
    font-size: 32px;
    transform: rotate(-5deg);
    color: #0085ff;
}
.chat-message-list li.you p:before {
    right: -11px;
    left: auto;
    content: "\f0da";
    color: #eee;
    transform: rotate(5deg);
}
.chat-message-list li.you p {
    background: #eee;
    color: #000;
    text-align: left;
}

.chat-message-list li img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: 20px 0 0;
    border-radius: 50%;
}
.chat-message-list li.you img {
    float: right;
}


/*.pending-btn, .declined-btn, .accept-btn {
    position: absolute;
    right: 8px;
    bottom: 4px;
    background: #FF6F42;
    color: #fff;
    padding: 1px 3px;
    border-radius: 3px;
}
.accept-btn {
    background: #4CAF50;
}
.declined-btn {
    background: #FF2F20;
}
*/
.chat-list-action {
    padding: 0 0 0 72px;
    margin: -15px 0 0;
}
.chat-btn {
    background: #eee;
    font-family: 'OpenSansSemiBold';
    font-size: 12px;
    border-radius: 1px;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}
.chat-decline-btn {
    color: #E91E63;
}
.chat-accept-btn {
    color: #009688;
}
.chat-pending-btn {
    color: #ff9800;
}

.chat-textarea-form {
    position: relative;
    padding: 10px 0 0;
}
.chat-textarea-form .form-control {
    font-size: 13px;
    border-radius: 5px;
    background: #cccccc;
    border-color: #cccccc;
}
.chat-textarea-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.chat-textarea-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.chat-textarea-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.chat-textarea-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.chat-textarea-form button {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 18px;
    color: #0085ff;
}
/*==========  chat end  =========*/






.interest-prospect-list {
    box-shadow: 0 2px 25px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #17a751;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    float: left;
    margin: 10px 0;
    padding: 15px;
    width: 100%;
}
.interest-prospect-image {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 15%;
}
.interest-prospect-image img {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: 0 auto 8px;
    width: 120px;
}
.interest-prospect-details {
    float: left;
    padding: 0 0 0 10px;
    width: 85%;
}
.interest-prospect-details .interest-prospect-name {
    float: left;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
    margin: 5px 0 0;
}
.interest-prospect-details .interest-prospect-name a {
    color: #555;
}
.interest-prospect-details .interest-prospect-name strong {
    color: #17a751;
}
.interest-prospect-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.interest-prospect-details ul li {
    display: inline-block;
    font-size: 14px;
    margin: 8px 15px 0 0;
}
.interest-prospect-details b {
    display: inline-block;
}
.interest-prospect-details span {
    display: inline-block;
}
.interest-prospect-action {
    border-top: 1px dashed #eee;
    display: flex;
    margin: 8px -5px 0;
    padding: 8px 0 0;
    text-align: center;
}

 
.message-maintab.nav-tabs li {
    width: 50%;
}
.interest-tab-inside-section {
    display: flex;
}
.interest-tab-inside-left {
    background: #17a751 none repeat scroll 0 0;
    float: left;
    width: 20%;
    min-height: 450px;
}
.interest-tab-inside-right {
    float: left;
    width: 80%;
}
.interest-tab-inside-right.tab-content>.tab-pane {
    padding: 0 20px;
}

/*========== message box start =========*/
body.message-box-open {
    overflow: hidden;
}
.message-box-fade {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    z-index: 1;
}
.message-box {
    position: fixed;
    width: 370px;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 120px;
    background: #17a751;
    color: #fff;
    z-index: 10000;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 15px 26px 15px 10px;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.message-box.active {
    opacity: 1;
    transform: scale(1);
}
.message-box p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.message-box .message-close {
    position: absolute;
    right: 8px;
    top: -4px;
    font-size: 26px;
    color: #ffffff;
}
.message-box .message-close:hover {
    opacity: 1;
}
.message-box.success-message {
    background: #85bb47;
}

.message-box svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    stroke: #fff;
}

.small-loader {
	display: none;
}
/*========== message box end =========*/



/*========== wallet-invoice details start =========*/

/*========== wallet-invoice details end =========*/



/*========== wallet-invoice start =========*/
.wallet-invoice {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    height: 1120px;
    padding: 50px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    border-top: 6px solid #17a751;
    border-bottom: 6px solid #17a751;
}
.wallet-invoice-head-left {
    float: left;
    width: 35%;
}
.wallet-invoice-head img {
    height: 65px;
}
.wallet-invoice-head-right {
    float: left;
    width: 65%;
    text-align: right;
}
.wallet-invoice-head h3 {
    font-size: 15px;
    margin: 12px 0 7px;
}

.wallet-invoice-trans-details {
    padding: 30px 0 10px;
}
.wallet-invoice-trans-details-left {
    float: left;
    width: 68%;
}
.wallet-invoice-trans-details h3 {
    margin: 3px 0;
}
.wallet-invoice-trans-details-right {
    float: left;
    width: 32%;
    text-align: right;
    padding: 30px 0 0;
}

.wallet-invoice-operator-ref {
    background: #f2f2f2;
    padding: 10px 10px;
    margin: 0 0 20px;
}

.wallet-invoice-payment-details {
    border: 2px solid #f5f5f5;
}
.wallet-invoice-payment-details h4 {
    background: #f2f2f2;
    padding: 12px;
    margin: 0;
}
.wallet-invoice-payment-details-list {
    border-bottom: 2px solid #f5f5f5;
    padding: 12px 15px;
    float: left;
    width: 100%;
}
.wallet-invoice-payment-details-left {
    float: left;
    width: 50%;
}
.wallet-invoice-payment-details-right {
    float: left;
    width: 50%;
    text-align: right;
}

.wallet-invoice-declaration h4 {
    font-size: 15px;
    margin: 15px 0 3px;
}

.wallet-invoice-note {
    padding: 15px 0;
}

.wallet-invoice-footer {
    position: absolute;
    bottom: 0;
    padding: 30px 50px;
    left: 0;
    right: 0;
    background: #f7f7f7;
}
/*========== wallet-invoice end =========*/



/*========== directoryList start =========*/
.search-simple {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 25px 0px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 2px 6px 6px;
    margin: 0 0 25px;border-top: 2px solid #e51d1e;
}
.search-simple-group {
    float: left;
    width: 20%;
    padding: 5px 3px 0;
}
.search-simple-action .btn-button {
    padding: 10px 26px;
}
.search-simple-header {
    padding: 6px 8px;
    margin: 0 0 2px;
}
.search-simple-header strong {
    font-size: 14px;
}


.directoryMain {
    margin: 0 -5px;
}
.directoryList {
    display: inline-block;
    width: 24.65%;
    padding: 0 5px 15px;
    vertical-align: top;
}
.directoryListInner {
    display: block;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: #fff;
}
.directoryListCaption {
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.directoryListCaption div:first-child {
    width: 90%;
}
.directoryListCaption div:nth-child(2) {
    width: 10%;
}
.directoryListCaption svg {
    fill: #9f9f9f;
}
.directoryListCaption small {
    background: #dbb30c;
    color: #fff;
    font-size: 13px;
    padding: 1px 4px;
    display: inline-block;
    border-radius: 4px;
}
.directoryListCaption h5 {
    margin: 0;
    padding: 8px 0 10px;
    color: #333;
    font-weight: 600;
}
.directoryListCaption span {
    color: #aaa;
    font-size: 14px;
}
.directoryList img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
/*========== directoryList end =========*/




/*========== directoryView start =========*/
.directoryView {
    display: flex;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 30px 0;
    background: #fff;
}
.directoryViewLeft {
    width: 60%;
}
.directoryViewRight {
    width: 40%;
    padding: 15px 30px;
}
.directoryViewLeft img {
    border-radius: 10px 0 0 10px;
}
.directoryViewInfo li {
    color: #999;
    font-size: 14px;
    padding: 5px 0;
}
.directoryViewInfo li i {
    width: 20px;
    color: #444;
}
.directoryViewAction {
    border-top: 1px solid #e9e9e9;
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.directoryViewAction a {
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 15px 20px;
    margin: 0 5px 0 0;
    text-align: center;
    font-weight: bold;
}
.directoryViewAction a.directoryViewCall {
    background: #78c025;
}
.directoryViewAction a.directoryViewShare {
    background: #ff508c;
}
/*========== directoryView end =========*/



/*=============bala===================*/

#select-gender{
	display: none;
}

/*===========end=======================*/