.welcome {
    display: none;
}
.register {
    padding: 1rem 25px 1rem 25px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

@media (max-width: 767px) {
    .register {
        background: rgba(255, 255, 255, 0.5);
    }
}

.register_padd {
    padding: 0px 0px 0px 0px;
}

.register button {
    width: 100%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.register button:hover {
    width: 100%;
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 991px) {
  .register_gender {
    margin-bottom: 15px;
 }
  .register_code {
    margin-bottom: 15px;
 }
}

.about_para p {
    padding-bottom: 30px;
    text-align: center;
}

.single_service {
    padding-bottom: 15px;
}

.service_info {
    padding: 10px;
    text-align: center;
}

.service_info h3 {
    font-size: 1.4em;
}
#counter {
    background-color: #ffffff;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.counter_box {
    background: #f9f9f9;
    border: 1px solid #cbd5dd;
    border-radius: 1px;
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 15px;
}

#counter h2 {
    text-align: center;
}

.counter_box span {
    font-weight: 300;
    color: #a5c422;
    font-size: 4rem;
}

#step_process {
    background-color: #a5c422;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

#step_process h2 {
    text-align: center;
    color: #ffffff;
}

.step {
    margin-bottom: 15px;
}

.step img {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    border-radius: 50%;
}

img.zoom-img {
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}

img.zoom-img:hover{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}

/* .step h4 {
    color: #ffffff;
    padding: 0 0 0 10rem;
}
 
.step h4 span {
    position: absolute;
    top: 238px;
    left: 15px;
    font-size: 70px;
    font-weight: 500;
    color: rgba(255,255,255,.4);
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 1rem;
    line-height: 50px;
} */

.step_count {
    padding: 0 0 0 15px;
}

.step_count h1 {
    text-align: right;
    font-size: 64px;
    padding: 0 15px 0 0;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    
  .step_count h1 {
    font-size: 47px;
    padding: 0 15px 0 0;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
    
  .step_process h4 {
    padding: 0px;
}
    
}

@media (max-width: 639px) {
    
  .step_count h1 {
    text-align: right;
    font-size: 36px;
    padding: 0 15px 0 0;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
    
  .step_process h4 {
    padding: 0px;
}
    
}

.step_process {
    padding: 0 15px 0 15px;
}

.step_process h4 {
    color: #ffffff;
    padding: 0 0 0 0;
}

#step_process button {
    font-size: 20px;
    padding: 6.5px 15px;
    border: 3px solid #ffffff;
    display: block;
    margin: 50px auto 0 auto;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#step_process button:hover {
    border: 3px solid #4267b2;
    background: #4267b2;
}

@media (max-width: 639px) {
    
    #step_process button {
    font-size: 15px;
    padding: 6.5px 15px;
}

}

#testimonial {
    background-color: #a5c422;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

#download_app {
    /* background: url('../images/matrimony_bg_5.jpg') no-repeat top center;
    background-size: cover; */
    padding-top: 100px;
    padding-bottom: 100px;
  }

.app .play_store {
    float: left;
    width: 50%;
}

.app .apple {
    float: right;
    width: 50%;
}

span.download {
    color: #a5c422;
}

.app .play_store img {
    padding: 15px 15px 15px 15px;
}

.app .apple img {
    padding: 15px 15px 15px 15px;
}

.contact-detail-thumb h4 {
    font-size: 1.4em !important;
}

.contact-detail-thumb h6 {
    font-weight: 500;
}

.contact-detail-thumb h6 a {
    color: #a5c422 !important;
}

.contact-detail-thumb h6 a:hover {
    color: #252525 !important;
}

.contact-detail-thumb h6 img{
    width: 37px;
    height: 37px;
}

.contact-detail {
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #a5c422;
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
}

.contact-detail:hover {
    box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
}

#intro {
    background: #f9f9f9;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#intro h2 {
    text-align: center;
}

#intro h2 {
    text-align: center;
}

#contact_address {
    /*background: url(../images/matrimony_bg_7.jpg);*/
    background-position: center center!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay !important;
    background-attachment: fixed !important;
    background-color: #eae5eb !important; 
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

#terms {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#privacy {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#faqs {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#upgrade-acc {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

#upgrade-acc .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.membership-package {
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #a5c422;
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
}

.membership-package:hover {
    border: 3px solid #4267b2;
    box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
}

.membership-package h3, .membership-package h5, .membership-package p {
    text-align: center;
}

.membership-package h5 {
    background: #a5c422;
    padding: 10px 0px;
}

.membership-package p {
    padding: 10px 0px;
    margin: 0px 0px -1px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.membership-package button {
    background: #a5c422;
    border: 1px solid #a5c422;
    padding: 10px 20px;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    display: block;
    margin: 15px auto;
}

.membership-package button:hover, .membership-package button:focus, .membership-package button:active {
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #ffffff;
}

#feedback {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#feedback h3 {
    text-decoration: underline;
}

#feedback button.write_feedback {
    background: #a5c422;
    border: 1px solid #a5c422;
    padding: 6px 12px;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    display: block;
}

#feedback button.write_feedback:hover, #feedback button.write_feedback:focus, #feedback button.write_feedback:active {
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #ffffff;
}

@media (min-width: 768px) {
    #feedback button.write_feedback {
        display: block;
        margin: 20px 0px 20px auto;
    }
}

#feedback .feedback-detail-thumb {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

#feedback .feedback-detail-thumb h5 i {
    color: #4267b2;
}

#feedback .feedback-detail-thumb h5 span {
    color: #757575;
}

.modal_h2 {
    text-align: center;
    color: #a5c422;
}

button.signin {
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    display: block;
    margin: 0 0 0 auto;
}

button.signin:hover, button.signin:focus, button.signin:active {
    background: #4267b2;
    color: #ffffff;
}

button.free_reg {
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

button.free_reg:hover, button.free_reg:focus, button.free_reg:active {
    background: #4267b2;
    color: #ffffff;
}

#multi_search {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#multi_search .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

#multi_search .nav-tabs {
    border-bottom: 1px solid transparent;
}

@media (max-width: 660px) {
    #multi_search .nav-tabs>li>a {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    #multi_search .nav-tabs>li>a {
        font-size: 9px;
    }
}

@media (max-width: 414px) {
    #multi_search .pull-left {
        width: 100%;
    }
    #multi_search .nav-tabs>li {
        width: 100%;
        margin-bottom: 2px;
    }
    #multi_search .nav-tabs>li>a {
        font-size: 12px;
        text-align: center;
        margin: 0 0 0 0;
        border-radius: 4px !important;
    }
    #multi_search .nav-tabs>li>a:hover {
        font-size: 12px;
        text-align: center;
        margin: 0 0 0 0;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
    }
    #multi_search .nav-tabs>li.active>a {
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
    }
    #multi_search .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
        font-size: 12px;
        text-align: center;
        margin: 0 0 0 0;
        border: 1px solid #a5c422 !important;
        border-radius: 4px !important;
    }
}

@media (min-width: 768px) {
    .search_label {
        text-align: left !important;
    }
}

.search_to {
        text-align: center!important;
}

.search_bt {
    width: 30%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.search_bt:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 414px) {
    .search_bt {
        width: 35%;
     }
}

.form-horizontal .checkbox-inline, .form-horizontal .radio-inline {
    margin-left: 0px;
    margin-right: 10px;
}

#profiles {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

.profile_thumb {
    background-color: #ffffff;
    padding: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.profile_thumb:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(165,194,36,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(165,194,36,0.75);
    box-shadow: 0px 0px 5px 0px rgba(165,194,36,0.75);
}

.profile_thumb a img.action {
    display: inline-block;
    width: 17px;
    height: 17px;
    float: right;
    margin: 0px 5px;
}

.profile_thumb a i.action {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 5px;
    font-size: 17px;
    background-color: #dddddd;
    color: #757575;
    font-weight: 100;
    text-align: center;
    border-radius: 50%;
}

.profile_thumb h4 {
    font-size: 1.2em;
}

.profile_thumb h4 span {
    font-size: 1em;
    font-weight: 100;
    color: #a5c422;
    padding-left: 10px;
}

.profile_thumb img.photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pf_head {
    width: 36%;
    float: left;
}

.pf_head p {
    margin: 5px 0;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
}

.pf_details {
    width: 60%;
    float: right;
}

.pf_details p {
    margin: 5px 0;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
}

.pf_btw {
    width: 4%;
    float: left;
}

.pf_btw p {
    margin: 5px 0;
    padding-right: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
}

.pf_row {
    margin-left: 0px;
    margin-right: 0px;
}

.pf_row .pf_desc {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 17px;
}

.pf_img_padd {
    padding-left: 0px;
    padding-right: 5px;
}

.pf_data_padd {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .profile_thumb img.photo {
        margin-top: 45.5px;
        margin-bottom: 45.5px;
    }
}

@media (max-width: 767px) {
    
.pf_img_padd {
    padding-left: 0px;
    padding-right: 0px;
}

.pf_data_padd {
    padding-left: 0px;
    padding-right: 0px;
}
    
.pf_row .pf_desc {
    margin-bottom: 5px;
}
    
}

.pf_second_padd {
    padding: 5px 3px;
    border: 1px solid #e4e5e7;
}

.pf_second_padd h6 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.express_button {
    width: 100%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.express_button:hover {
    width: 100%;
    background: #4267b2;
    color: #ffffff;
}

@media (min-width: 768px) {
    
.regmodal_form {
    padding: 0px 50px;
}
    
}

#login {
    /*background-image: url(../images/matrimony_bg_1.jpg);*/
    background-position: center center!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay !important;
    background-attachment: fixed !important;
    background-color: #eae5eb !important;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#login .section-title p, #login .section-title h2 {
    text-align: center;
}

#login h3 {
    font-weight:100;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 20px;
}

#login h3 span {
    color:#a5c422;
}

.login {
    padding: 30px 30px;
    background: rgba(234,229,235,1);
    background: -moz-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,229,235,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(234,229,235,0)));
    background: -webkit-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -o-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -ms-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: linear-gradient(to bottom, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5eb', endColorstr='#eae5eb', GradientType=0 );
    
    /* background: -moz-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,229,235,0)), color-stop(20%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(234,229,235,0)));
    background: -webkit-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -o-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -ms-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: linear-gradient(to bottom, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5eb', endColorstr='#eae5eb', GradientType=0 ); */
}

.login p.user_invalid {
    background-color: #ff0000;
    color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    margin: 0px;
}

@media (min-width: 768px) {
.login_side {
    padding: 30px 0px;
}
}

@media (max-width: 767px) {
.login_side {
    padding: 0px 30px;
}
}

.login_side p {
    text-align: center;
}

.login label {
    text-align: left !important;
}

.login_bt {
    width: 35%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.reg_bt {
    width: 45%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.login_bt:hover, .reg_bt:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 414px) {
.reg_bt {
    width: 60%;
}
}

#register_now {
    /* background-image: url(../images/matrimony_bg_2.jpg); */
    background-position: center center!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay !important;
    background-attachment: fixed !important;
    background-color: #eae5eb !important;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#register_now {
    /* background: rgba(234,229,235,1);
    background: -moz-linear-gradient(top, rgba(234,229,235,1) 0%, rgba(234,229,235,1) 40%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,229,235,1)), color-stop(40%, rgba(234,229,235,1)), color-stop(70%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(234,229,235,1) 0%, rgba(234,229,235,1) 40%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(234,229,235,1) 0%, rgba(234,229,235,1) 40%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,229,235,1) 0%, rgba(234,229,235,1) 40%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(234,229,235,1) 0%, rgba(234,229,235,1) 40%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5eb', endColorstr='#ffffff', GradientType=0 ); */
}

#register_now img.ring {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100px;
    height: 100px;
}

#register_now .section-title p, #register_now .section-title h2 {
    text-align: center;
}

#register_now h3 {
    font-weight:100;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 20px;
}

#register_now img {
    margin-bottom: 20px;
}

#register_now h3 span {
    color:#a5c422;
}

#register_now h4 {
    text-align:center;
}

.register_now {
    padding: 30px 30px;
    background: rgba(234,229,235,1);
    background: -moz-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,229,235,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(234,229,235,0)));
    background: -webkit-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -o-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: -ms-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    background: linear-gradient(to bottom, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 50%, rgba(234,229,235,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5eb', endColorstr='#eae5eb', GradientType=0 );
    
    /* background: -moz-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,229,235,0)), color-stop(20%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(234,229,235,0)));
    background: -webkit-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -o-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: -ms-linear-gradient(top, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    background: linear-gradient(to bottom, rgba(234,229,235,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(234,229,235,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5eb', endColorstr='#eae5eb', GradientType=0 ); */
}

@media (min-width: 768px) {
.register_now_side {
    padding: 30px 0px;
}
}

@media (max-width: 767px) {
.register_now_side {
    padding: 0px 30px;
}
}

.register_now label {
    text-align: left !important;
}

.reg_now_bt {
    width: 50%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    display: block;
    margin-left: auto;
}

.reg_now_bt:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (min-width: 1200px) {
.reg_ref {
    font-size: 0.65em;
    line-height: 17px;
    margin-bottom: 0px;
}
}

@media (max-width: 1199px) {
.reg_ref {
    font-size: 0.65em;
    line-height: 17px;
    margin-bottom: 0px;
}
}

@media (max-width: 991px) {
.reg_in_bottom {
    margin-bottom: 15px;
}
}

@media (max-width: 767px) {
  .input_bottom {
    margin-bottom: 15px;
 }
}

@media (max-width: 991px) {
  .input_bottom_2 {
    margin-bottom: 15px;
 }
}

#inner_register {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#inner_register h3.head {
    text-align: center;
    color: #4267b2;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#inner_register h3.head:hover {
    color: #a5c422;
    letter-spacing: 1px;
}

#inner_register form h3 {
    color: #a5c422;
    border-bottom: 1px dotted #555;
}

#inner_register form h4.sub {
    color: #757575;
    background-color: #ddd;
    border: 1px solid #555;
    border-radius: 4px;
    padding-left: 10px;
}

.in_reg_bt {
    width: 100%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.in_reg_bt:hover {
    background: #4267b2;
    color: #ffffff;
}

ul.nav li.dropdown a {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}


ul.nav li.dropdown a:hover, ul.nav li.dropdown a:focus {
    background-color: transparent !important;
}

ul.nav li.dropdown ul li a {
    border: 1px solid #f2f2f2;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

@media (min-width: 768px) {
    ul.nav li.dropdown ul {
        top:59px;
        min-width:100%;
        padding: 0px 0;
    }
    
    ul.nav li.dropdown ul li a {
        padding: 10px 45px;
        font-size: 1em;
        font-weight: 100;
    }
    
    ul.nav li.dropdown ul li a:hover, ul.nav li.dropdown ul li a:focus, ul.nav li.dropdown ul li a:active {
        background-color: #4267b2 !important;
        color: #ffffff !important;
        border: 1px solid #4267b2;
        box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    }
    
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        background-color: #4267b2 !important;
        color: #ffffff !important;
    }
}

@media (max-width: 767px) {
    ul.nav li.dropdown ul {
        top:36px;
        min-width:95%;
    }
    
    ul.nav li.dropdown ul li a {
        width: 100%;
        padding-left: 50px;
    }
    
    ul.nav li.dropdown ul li a:hover {
        background-color: #4267b2 !important;
        color: #ffffff !important;
        border: 1px solid #4267b2;
        box-shadow: 0px 0px 10px rgba(0,0,0,.3);
        padding-left: 60px;
    }
}

/* ================ Mange Photo Page  ================== */

/* Mange Photo Page
------------------------------------*/

#manage_photo {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

.photo_manage {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .photo_manage .avatar{
        margin-bottom: 5px;
}
}

.photo_manage .avatar img {
    display: block;
    margin: 10px auto;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.photo_manage .avatar img.no_img {
    margin-bottom: 38px;
}

.photo_manage button.photo_edit {
    padding: 3px 9px;
    background: #87ceeb;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.photo_manage button.photo_edit:hover {
    background: #4267b2;
    color: #ffffff;
}

.photo_manage button.photo_delete {
    padding: 3px 9px;
    background: #ff0000;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.photo_manage button.photo_delete:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 320px) {
    .photo_manage button.photo_edit {
        font-size: 12px;
        /*width: 100%;
        margin-bottom: 3px;*/
    }
    .photo_manage button.photo_delete {
        font-size: 12px;
        /*width: 100%;
        margin-top: 3px;*/
    }
}

.photo_manage .confirmation {
    margin-top: 15px;
}

.photo_manage button.btn_confirm {
    width: 60%;
    padding: 3px 9px;
    background: #5f9ea0;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.photo_manage button.btn_confirm:hover, .photo_manage button.btn_confirm:focus {
    background: #4267b2;
    color: #ffffff;
}

@media (min-width: 768px) {
    #helpModal .modal-dialog {
        width: 750px;
    }
}

#manage_photo .photo_manage .photo_pswd {
    margin-left: 10px;
}

/* ================ Verify Number  ================== */

/* Verify Number Page
------------------------------------*/

#verify_number {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.verify_number {
    padding: 30px;
    background: #ffffff;
}

.verify_number .first {
    border-bottom: 1px solid #ddd;
}

.verify_number h4.head {
    text-align: center;
}

.verify_number h5 {
    text-align: center;
}

.verify_number h6 {
    text-align: center;
}

.verify_number p {
    text-align: center;
}

.verify_number p span {
    color: #a5c422;
}

.verify_number p a {
    color: #4267b2;
}

.verify_number p a:hover, .verify_number p a:focus {
    text-decoration: underline !important;
}

.verify_number p a.resend {
    color: #4267b2;
}

.verify_number p a.resend:hover, .verify_number p a.resend:focus {
    text-decoration: underline !important;
}

.verify_bt {
    width: 100%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.verify_bt:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 767px) {
    .verify_bt {
        margin-top: 15px;
     }
}

/* ================ Trust Badge Page  ================== */

/* Trust Badge Page
------------------------------------*/

#trust_badge {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.trust_badge {
    padding: 30px;
    background: #ffffff;
}

.trust_badge img.pending {
    display: block;
    margin: 0px auto;
}

@media (min-width: 768px) {
.trust_badge img.pending {
    display: block;
    margin: 0px auto;
    width: 50%;
    height: auto;
}
}

.trust_badge h4.pending {
    text-align: center;
    color: #0082ff;
}

.trust_badge img.verified {
    display: block;
    margin: 0px auto;
}

@media (min-width: 768px) {
.trust_badge img.verified {
    display: block;
    margin: 0px auto;
    width: 50%;
    height: auto;
}
}

.trust_badge h4.verified {
    text-align: center;
    color: #0082ff;
}

.trust_badge h4 {
    text-align: center;
    color: #4267b2;
}

.trust_badge p {
    text-align: center;
}

.badge_form {
    padding: 15px;
    background-color: #F3F3F3;
    border: 1px solid #EFEEEE;
}

.badge_form h5 {
    text-align: left;
    color: #a5c422;
}

.badge_form p {
    text-align: left;
}

.badge_form form {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.badge_form form button {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.badge_form form button:hover {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 767px) {
    .badge_form form button {
        width: 100%;
     }
}

img.badge_pic {
    display: block;
    margin: 0px auto;
    max-height: 377px;
}

@media (max-width: 991px) {
    img.badge_pic {
        margin-bottom: 15px;
    }
}

.user_icon {
    padding:1px 0px 1px 20px;
    width:auto;
}

.user_icon a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.user_icon a img.profile_pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user_data {
    padding:5px 0px 5px 5px;
    line-height:20px;
    width:auto;
    color: #4267b2;
}

@media (max-width: 1200px) {
    .user_icon {
        padding:1px 0px 1px 15px;
        width:auto;
    }
}

@media (max-width: 767px) {
    .user_icon a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .user_icon img {
        width:38px;
        height: 38px;
    }
    .user_data {
        padding:0px 0px 0px 5px;
        line-height:20px;
        width:auto;
    }
}

/* ================ Account Home Page  ================== */

#account_home {
    background: #f9f9f9;
    position: relative;
    padding: 15px 10px;
}

@media (max-width: 991px) {
    #account_home {
        background: #f9f9f9;
        position: relative;
        padding: 25px 20px;
    }
}

/* Account Home Part-1
------------------------------------*/

#account_home .part_1 {
    padding-left: 0px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    #account_home .part_1 {
        width: 22%;
    }
}

@media (max-width: 991px) {
    #account_home .part_1 {
        padding: 0px;
    }
}

#account_home .user-account {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.user-account .image {
    padding: 0px;
}

.user-account .image img {
    width: 64px;
    height: 64px;
}

.user-account .data {
    padding: 0px 0px 0px 5px;
}

.user-account .data h6 {
    margin: 0px 0px;
    line-height: 18px;
}

.user-account .data button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    font-size: 0.75em;
    margin-top: 1px;
    padding: 5px 0px;
}

.user-account .data button:hover {
    background: #4267b2;
    color: #ffffff;
}

#account_home .user-activity {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.user-activity h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.no_padding {
    padding: 0px 0px;
}

.user-activity .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.user-activity .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.user-activity .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.user-activity .nav-tabs>li {
    width: 50%;
}

.user-activity .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.user-activity .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.user-activity .nav-tabs>li>a:focus, .user-activity .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.user-activity .nav-tabs>li.active>a, .user-activity .nav-tabs>li.active>a:focus, .user-activity .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.user-activity .panel-body {
    padding: 10px 10px 15px 10px;
}

.user-activity .panel-body h6 i {
    font-size: 17px;
    width: 18px;
    margin-right: 3px;
}

.user-activity .panel-body h6 span.activity {
    line-height: 19px;
}

.user-activity .panel-body h6 span.badge {
    text-align: right;
    float: right;
}

#account_home .user-lists {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.user-lists h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.user-lists .lists {
    padding: 0px 0px 15px 0px;
}

.user-lists .lists h6 i {
    font-size: 17px;
    width: 18px;
    margin-right: 3px;
}

.user-lists .lists h6 span.list {
    line-height: 19px;
}

#account_home .acc-settings {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.acc-settings h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.acc-settings .settings {
    padding: 0px 0px 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.acc-settings .settings h6 i {
    font-size: 17px;
    width: 18px;
    margin-right: 3px;
}

.acc-settings .settings h6 span.list {
    line-height: 19px;
}

.hide_profile {
    margin-top: 15px;
}

.hide_profile button.btn_confirm {
    width: 60%;
    padding: 3px 9px;
    background: #5f9ea0;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.hide_profile button.btn_confirm:hover, .hide_profile button.btn_confirm:focus {
    background: #4267b2;
    color: #ffffff;
}

#account_home .app-download {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .app-download {
        margin-bottom: 10px;
    }
}

.app-download h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.app-download .lists {
    padding: 0px 0px 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.app-download .lists p {
    font-size: 12px;
}

.app-download .lists img.one {
    padding-right: 5px;
}

.app-download .lists img.two {
    padding-left: 5px;
}

/* Account Home Part-2
------------------------------------*/

#account_home .part_2 {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    #account_home .part_2 {
        width: 40%;
    }
}

@media (max-width: 991px) {
    #account_home .part_2 {
        padding: 0px;
    }
}

#account_home .my-matches {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.my-matches h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.my-matches .matches {
    padding: 10px 0px 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.my-matches .matches #flexiselDemo1 h6 {
    margin: 20px 0px;
}

.my-matches .matches #flexiselDemo1 button {
    width: 77%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    
    display: block;
    margin: 0px auto 10px auto;
}

.my-matches .matches #flexiselDemo1 button:hover {
    background: #4267b2;
    color: #ffffff;
}

#account_home .recent-prfl-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-prfl-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-prfl-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-prfl-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-prfl-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-prfl-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-prfl-views .nav-tabs>li {
    width: 50%;
}

.recent-prfl-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-prfl-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-prfl-views .nav-tabs>li>a:focus, .recent-prfl-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-prfl-views .nav-tabs>li.active>a, .recent-prfl-views .nav-tabs>li.active>a:focus, .recent-prfl-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-prfl-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-prfl-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-prfl-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-prfl-views .panel-body .col-md-10 {
    padding-left: 5px;
}

.recent-prfl-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-prfl-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-prfl-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-prfl-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

/* Account Home Part-3
------------------------------------*/

#account_home .part_3 {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    #account_home .part_3 {
        width: 22%;
    }
}

@media (max-width: 991px) {
    #account_home .part_3 {
        padding: 0px;
    }
}

#account_home .voice-support {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.voice-support .support {
    margin-left: 0px;
    margin-right: 0px;
}

.voice-support .support h5.number {
    color: #a5c422;
}

.voice-support .support img {
    display: block;
    margin :11px auto;
}

.voice-support .support h5 {
    text-align: center;
}

#account_home .user-log {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.user-log h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.user-log .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.user-log .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.user-log .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.user-log .nav-tabs>li {
    width: 50%;
}

.user-log .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.user-log .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.user-log .nav-tabs>li>a:focus, .user-log .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.user-log .nav-tabs>li.active>a, .user-log .nav-tabs>li.active>a:focus, .user-log .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.user-log .panel-body {
    padding: 10px 10px 15px 10px;
}

.user-log .panel-body .list-log {
    margin-left: 0px;
    margin-right: 0px;
}

.user-log .panel-body img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-log .panel-body .col-md-10 {
    padding-left: 5px;
}

.user-log .panel-body h6.log {
    margin-bottom: 0px;
}

.user-log .panel-body h6.log-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

#account_home .pref-matches {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.pref-matches h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.pref-matches .pref-match-list {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 15px 0px;
    max-height: 210px;
    overflow-y: scroll;
}

.pref-matches .pref-match {
    padding: 0px 0px 0px 0px;
    margin-top: 10px;
    
    margin-left: 0px;
    margin-right: 0px;
}

.pref-matches .pref-match .image {
    padding: 0px;
}

.pref-matches .pref-match .image img {
    width: 60px;
    height: 60px;
}

.pref-matches .pref-match .data {
    padding: 0px 0px 0px 5px;
}

.pref-matches .pref-match .data h6 {
    margin: 0px 0px;
    line-height: 15px;
}

#account_home .imp-notice {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .imp-notice {
        margin-bottom: 10px;
    }
}

.imp-notice h4 {
    font-size: 20px;
    font-weight: 100;
}

.imp-notice .lists {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 992px) {
    .imp-notice .lists {
        max-height: 115.94px;
        overflow-y: scroll;
    }
}

.imp-notice .lists p {
    font-size: 12px;
}

/* Account Home Part-4
------------------------------------*/

#account_home .part_4 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .part_4 {
        width: 16%;
    }
}

@media (max-width: 991px) {
    #account_home .part_4 {
        padding: 0px;
    }
}

#account_home .chat-matches {
    background: #f9f9f9;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 0px 0px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

.chat-matches h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.chat-matches .chat-match-list {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 15px 0px;
}

.chat-matches .chat-match-list iframe { 
    outline: none;
    width: 100%;
    background: #f9f9f9;
    height: 888.94px;
}

@media (max-width: 991px) {
    .chat-matches .chat-match-list iframe {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .chat-matches .chat-match-list iframe {
        height: 300px;
    }
}

.chat-matches .chat-match {
    padding: 0px 0px 0px 0px;
    margin-top: 10px;
    
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.chat-matches .chat-match:hover {
    background-color: #ddd;
}

.chat-matches .chat-match .image {
    padding: 0px;
}

.chat-matches .chat-match .image img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.chat-matches .chat-match .data {
    padding: 0px 0px 0px 5px;
}

.chat-matches .chat-match .data h6 {
    margin: 0px 0px;
    line-height: 43px;
    font-size: 14px;
}

/* ================ Activity Lists ================== */

/* Interests Page
------------------------*/

#account_home .interest_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .interest_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .interest_part_1 {
        padding: 0px;
    }
}

#account_home .recent-interest-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-interest-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-interest-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-interest-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-interest-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-interest-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-interest-views .nav-tabs>li {
    width: 50%;
}

.recent-interest-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-interest-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-interest-views .nav-tabs>li>a:focus, .recent-interest-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-interest-views .nav-tabs>li.active>a, .recent-interest-views .nav-tabs>li.active>a:focus, .recent-interest-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-interest-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-interest-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-interest-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-interest-views .panel-body .photo {
        width: auto;
    }

    .recent-interest-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-interest-views .panel-body .details {
    padding-left: 15px;
}

.recent-interest-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-interest-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-interest-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-interest-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-interest-views .panel-body h6.no-views {
        margin: 0px;
    }
}

.recent-interest-views .panel-body .details button.accept, .recent-interest-views .panel-body .details button.decline {
    width: 70px;
    padding: 3px 9px;
    margin-bottom: 3px;
    font-size: 12px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.recent-interest-views .panel-body .details button.accept {
    background: #5f9ea0;
    color: #ffffff;
}

.recent-interest-views .panel-body .details button.decline {
    background: #5f9ea0;
    color: #ffffff;
}

@media (min-width: 414px) {
    .recent-interest-views .panel-body .details button.decline {
        margin-left: 5px;
    }
}

.recent-interest-views .panel-body .details h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-interest-views .panel-body .details h4 {
        font-size:1.4em;
    }
}

.recent-interest-views .panel-body .details_delete {
    padding-left: 15px;
}

.recent-interest-views .panel-body .details_delete img {
    max-width: 19px;
    margin: 26px 0px 26px auto;
}

.recent-interest-views .panel-body .details_delete h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-interest-views .panel-body .details_delete h4 {
        font-size:1.4em;
    }
}

/* Messages Page
------------------------*/

#account_home .message_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .message_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .message_part_1 {
        padding: 0px;
    }
}

#account_home .recent-message-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-message-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-message-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-message-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-message-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-message-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-message-views .nav-tabs>li {
    width: 50%;
}

.recent-message-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-message-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-message-views .nav-tabs>li>a:focus, .recent-message-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-message-views .nav-tabs>li.active>a, .recent-message-views .nav-tabs>li.active>a:focus, .recent-message-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-message-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-message-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-message-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-interest-views .panel-body .photo {
        width: auto;
    }

    .recent-interest-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-message-views .panel-body .details {
    padding-left: 15px;
}

.recent-message-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-message-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-message-views .panel-body h6.views-msg {
    color: #252525;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    padding: 5px;
}

.recent-message-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-message-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-message-views .panel-body h6.no-views {
        margin: 0px;
    }
}

/* Profile Visitors Page
---------------------------------*/

#account_home .profile_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .profile_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .profile_part_1 {
        padding: 0px;
    }
}

#account_home .recent-profile-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-profile-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-profile-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-profile-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-profile-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-profile-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-profile-views .nav-tabs>li {
    width: 50%;
}

.recent-profile-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-profile-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-profile-views .nav-tabs>li>a:focus, .recent-profile-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-profile-views .nav-tabs>li.active>a, .recent-profile-views .nav-tabs>li.active>a:focus, .recent-profile-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-profile-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-profile-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-profile-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-interest-views .panel-body .photo {
        width: auto;
    }

    .recent-interest-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-profile-views .panel-body .details {
    padding-left: 15px;
}

.recent-profile-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-profile-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-profile-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-profile-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-profile-views .panel-body h6.no-views {
        margin: 0px;
    }
}

.recent-profile-views .panel-body .details_delete {
    padding-left: 15px;
}

.recent-profile-views .panel-body .details_delete img {
    max-width: 19px;
    margin: 26px 0px 26px auto;
}

.recent-profile-views .panel-body .details_delete h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-profile-views .panel-body .details_delete h4 {
        font-size:1.4em;
    }
}

/* Profile Contact Visitors Page
--------------------------------------*/

#account_home .contact_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .contact_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .contact_part_1 {
        padding: 0px;
    }
}

#account_home .recent-contact-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-contact-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-contact-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-contact-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-contact-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-contact-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-contact-views .nav-tabs>li {
    width: 50%;
}

.recent-contact-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-contact-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-contact-views .nav-tabs>li>a:focus, .recent-contact-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-contact-views .nav-tabs>li.active>a, .recent-contact-views .nav-tabs>li.active>a:focus, .recent-contact-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-contact-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-contact-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-contact-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-interest-views .panel-body .photo {
        width: auto;
    }

    .recent-interest-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-contact-views .panel-body .details {
    padding-left: 15px;
}

.recent-contact-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-contact-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-contact-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-contact-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-contact-views .panel-body h6.no-views {
        margin: 0px;
    }
}

.recent-contact-views .panel-body .details_delete {
    padding-left: 15px;
}

.recent-contact-views .panel-body .details_delete img {
    max-width: 19px;
    margin: 26px 0px 26px auto;
}

.recent-contact-views .panel-body .details_delete h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-contact-views .panel-body .details_delete h4 {
        font-size:1.4em;
    }
}

/* ================ My Lists ================== */

/* Shortlist, Blocklist, Ignorelist Page 
-----------------------------------------------*/

#account_home .lists_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .lists_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .lists_part_1 {
        padding: 0px;
    }
}

#account_home .recent-list-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-list-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-list-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-list-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-list-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-list-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-list-views .nav-tabs>li {
    width: 33.33333333%;
}

.recent-list-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-list-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-list-views .nav-tabs>li>a:focus, .recent-list-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-list-views .nav-tabs>li.active>a, .recent-list-views .nav-tabs>li.active>a:focus, .recent-list-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-list-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-list-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-list-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-list-views .panel-body .photo {
        width: auto;
    }

    .recent-list-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-list-views .panel-body .details {
    padding-left: 15px;
}

.recent-list-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-list-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-list-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-list-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-list-views .panel-body h6.no-views {
        margin: 0px;
    }
}

.recent-list-views .panel-body .details_delete {
    padding-left: 15px;
}

.recent-list-views .panel-body .details_delete img {
    max-width: 19px;
    margin: 26px 0px 26px auto;
}

.recent-list-views .panel-body .details_delete h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-list-views .panel-body .details_delete h4 {
        font-size:1.4em;
    }
}

/* ================ Activity Lists ================== */

/* Photo Password Request Page
---------------------------------------*/

#account_home .photo_pswd_part_1 {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .photo_pswd_part_1 {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .photo_pswd_part_1 {
        padding: 0px;
    }
}

#account_home .recent-photo_pswd-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .recent-photo_pswd-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

.recent-photo_pswd-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

.recent-photo_pswd-views .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.recent-photo_pswd-views .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

.recent-photo_pswd-views .nav-tabs {
    border-bottom: 1px solid #e6e7e8;
}

.recent-photo_pswd-views .nav-tabs>li {
    width: 50%;
}

.recent-photo_pswd-views .nav-tabs>li>a {
    text-align: center;
    padding: 5px 7px;
    margin: 0px 10px;
}

.recent-photo_pswd-views .nav-tabs>li>a {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: transparent;
    font-size: 12px;
}

.recent-photo_pswd-views .nav-tabs>li>a:focus, .recent-photo_pswd-views .nav-tabs>li>a:hover {
    color: #393939;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-photo_pswd-views .nav-tabs>li.active>a, .recent-photo_pswd-views .nav-tabs>li.active>a:focus, .recent-photo_pswd-views .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #a5c422;
}

.recent-photo_pswd-views .panel-body {
    padding: 10px 10px 15px 10px;
}

.recent-photo_pswd-views .panel-body .list-views {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.recent-photo_pswd-views .panel-body img {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* @media (min-width: 481px) {
    .recent-interest-views .panel-body .photo {
        width: auto;
    }

    .recent-interest-views .panel-body .photo img {
        width: 71px;
        height: 71px;
    }
}*/

.recent-photo_pswd-views .panel-body .details {
    padding-left: 15px;
}

.recent-photo_pswd-views .panel-body h6.views {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-photo_pswd-views .panel-body h6.views-sub {
    color: #939598;
    margin-top: 0px;
    margin-bottom: 0px;
}

.recent-photo_pswd-views .panel-body h2 {
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    padding:0px;
    margin:10px 0px;
}

.recent-photo_pswd-views .panel-body h6.no-views {
    color: #939598;
    margin: 0px 0px 0px 10px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .recent-photo_pswd-views .panel-body h6.no-views {
        margin: 0px;
    }
}

.recent-photo_pswd-views .panel-body .details button.accept, .recent-photo_pswd-views .panel-body .details button.decline {
    width: 70px;
    padding: 3px 9px;
    margin-bottom: 3px;
    font-size: 12px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.recent-photo_pswd-views .panel-body .details button.accept {
    background: #5f9ea0;
    color: #ffffff;
}

.recent-photo_pswd-views .panel-body .details button.decline {
    background: #5f9ea0;
    color: #ffffff;
}

@media (min-width: 414px) {
    .recent-photo_pswd-views .panel-body .details button.decline {
        margin-left: 5px;
    }
}

.recent-photo_pswd-views .panel-body .details h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-photo_pswd-views .panel-body .details h4 {
        font-size:1.4em;
    }
}

.recent-photo_pswd-views .panel-body .details_delete {
    padding-left: 15px;
}

.recent-photo_pswd-views .panel-body .details_delete img {
    max-width: 19px;
    margin: 26px 0px 26px auto;
}

.recent-photo_pswd-views .panel-body .details_delete h4 {
    font-weight:600;
    font-size:1.8em;
    border:none;
}

@media (max-width: 639px) {
    .recent-photo_pswd-views .panel-body .details_delete h4 {
        font-size:1.4em;
    }
}

/* ================ Account Settings ================== */

/* Change Password Page
-----------------------------*/

#account_home .changepassword {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .changepassword {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .changepassword {
        padding: 0px;
    }
}

#account_home .changepassword-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .changepassword-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

#account_home .changepassword .changepassword-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

#account_home .changepassword .changepassword-views form button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#account_home .changepassword .changepassword-views form button:hover {
    background: #4267b2;
    color: #ffffff;
}


/* SMS / Email Alerts Page
-----------------------------*/

#account_home .sms-email-alerts {
    padding-left: 5px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    #account_home .sms-email-alerts {
        width: 78%;
    }
}

@media (max-width: 991px) {
    #account_home .sms-email-alerts {
        padding: 0px;
    }
}

#account_home .sms-email-alerts-views {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    #account_home .sms-email-alerts-views {
        background: #ffffff;
        padding: 15px;
        display: block;
        margin-bottom: 10px;
        /*border-right: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;*/
        box-shadow: 1px 1px 1px rgba(209,211,212,1);

        margin-left: 0px;
        margin-right: 0px;
    }
}

#account_home .sms-email-alerts .sms-email-alerts-views h4 {
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #e6e7e8;
}

#account_home .sms-email-alerts .sms-email-alerts-views form button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#account_home .sms-email-alerts .sms-email-alerts-views form button:hover {
    background: #4267b2;
    color: #ffffff;
}

/* ================ Account Profile  ================== */

/* Profile View Page
-----------------------------*/

#view-profile {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.profile_view {
    background-color: #eae5eb;
    padding: 15px;
}

@media (min-width: 992px) {
    .profile_view .main {
        padding-right: 5px;
    }
    .profile_view .side {
        padding-left: 5px;
    }
}

.profile_view .row {
    margin-left: 0px;
    margin-right: 0px;
}

.profile_view p {
    font-size: 12px;
}

.profile_view .sec_1 {
    background-color: #ffffff ;
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
}

.profile_view .sec_1 h5, .profile_view .sec_1 p {
    display: inline-block;
    margin: 5px 0px;
}

.profile_view .sec_1 p.right i {
    color: #333;
}

.profile_view .sec_1 p.right {
    float: right;
    color: #a5c422;
}

@media (max-width: 640px) {
    .profile_view .sec_1 p.right {
    float: none;
}
}

.profile_view .sec_2 {
    background-color: #ffffff ;
    padding: 10px 5px;
}

.profile_view .sec_2 .frame {
    padding: 15px;
    border: 1px solid #ddd;
}

.profile_view .sec_2 .frame img {
    display: block;
    margin: 0px auto;
    padding-bottom: 15px;
}

.profile_view .sec_2 .frame .frm-action {
    
}

.profile_view .sec_2 .frame button {
    font-size: 12px;
    width: 95%;
    display: block;
    margin: 0px auto;
}

.profile_view .sec_2 .frame button.request {
    background: #dddddd;
    color: #454545;
    width: 97.5%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 900;
}

.profile_view .sec_2 .frame button.one {
    background: #a5c422;
    color: #ffffff;
}

.profile_view .sec_2 .frame button.two {
    background: #4267b2;
    color: #ffffff;
}

@media (max-width: 767px) {
    .profile_view .sec_2 .frame button.request {
        width: 100%;
    }
    .profile_view .sec_2 .frame button.one {
        margin-bottom: 5px;
    }
    .profile_view .sec_2 .frame button {
        display: block;
        font-size: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .profile_view .sec_2 .icon-data {
        padding-left: 10px;
    }
}

.profile_view .sec_2 .icon-data p i {
    width: 18px;
    text-align: center;
}

.profile_view .sec_2 .icon-data p i.fa-user {
    color: #87ceeb;
}
.profile_view .sec_2 .icon-data p i.fa-users {
    color: #9370db;
}
.profile_view .sec_2 .icon-data p i.fa-diamond {
    color: #ffd700;
}
.profile_view .sec_2 .icon-data p i.fa-graduation-cap {
    color: #4682b4;
}
.profile_view .sec_2 .icon-data p i.fa-map-marker {
    color: #ff6347;
}
.profile_view .sec_2 .icon-data p i.fa-calendar {
    color: #f4a460;
}

@media (min-width: 992px) {
    .profile_view .sec_2 .age-hgt {
        padding-left: 10px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    .profile_view .sec_2 .age-hgt {
        padding-top: 10px;
    }
}

.profile_view .sec_2 .age-hgt .box {
    border: 1px solid #ddd;
    background: #eae5eb;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}

.profile_view .sec_2 .age-hgt .box1 {
    margin-right: 5px;
}

.profile_view .sec_2 .age-hgt .box1 h4, .profile_view .sec_2 .age-hgt .box1 p {
    margin: 0px;
    padding: 0px;
}
.profile_view .sec_2 .age-hgt .box1 h4 {
    line-height: 27px;
}
.profile_view .sec_2 .age-hgt .box1 p {
    line-height: 15px;
}

.profile_view .sec_2 .age-hgt .box2 {
    margin-left: 5px;
}

.profile_view .sec_2 .age-hgt .box2 h5, .profile_view .sec_2 .age-hgt .box2 p {
    margin: 0px;
    padding: 0px;
}
.profile_view .sec_2 .age-hgt .box2 h5 {
    line-height: 27px;
    font-size: 17px;
}
.profile_view .sec_2 .age-hgt .box2 p {
    line-height: 15px;
}

.profile_view .sec_3 {
    background-color: #eeeeee ;
    padding: 10px 5px;
}

.profile_view .sec_3 button {
    background-color: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.profile_view .sec_3 p span {
    color: #8b0000;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.profile_view .sec_3 p span:hover, .profile_view .sec_3 p span:focus, .profile_view .sec_3 p span:active {
    color: #ff4500;
}

.profile_view .sec_4 {
    background-color: #ffffff ;
    padding: 10px 5px;
}

.profile_view .sec_4 h5 {
    color: #8b0000;
    border-bottom: 1px dotted #333;
    margin-top: 0px;
}

.profile_view .sec_4 p.head {
    color: #252525;
    font-weight: 900;
}

.profile_view .sec_4 p {
    margin-bottom: 0px;
}

.profile_view .sec_4 .record {
    margin-bottom: 3px;
    margin-top: 3px;
}

.profile_view .sec_5 {
    background-color: #eeeeee ;
    padding: 10px 5px;
    margin-top: 10px;
}

.profile_view .sec_5 p {
    margin: 5px 0px;
    display: block;
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #ddd;
}

.profile_view .sec_5 p img {
    width: 24px;
    margin: 5px 0px;
}

.profile_view .sec_6 {
    background-color: #eeeeee ;
    padding: 10px 5px;
    margin-top: 5px;
}

@media (min-width: 641px) {
    .profile_view .sec_6 img {
        width: 48px;
        height: 48px;
    }
}

.profile_view .sec_6 p {
    margin: 0px;
}

.profile_view .sec_7 {
    background-color: #eeeeee ;
    padding: 10px 5px;
    margin-top: 5px;
}

.profile_view .sec_7 p {
    margin: 0px;
}

.profile_view .sec_7 p span {
    color: #8b0000;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.profile_view .sec_7 p span:hover, .profile_view .sec_7 p span:focus, .profile_view .sec_7 p span:active {
    color: #ff4500;
}

.profile_view .sec_8 {
    background-color: #ffffff ;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .profile_view .sec_8 {
        margin-top: 10px;
    }
}

.profile_view .sec_8 img {
    display: block;
    margin: 11px auto;
}

.profile_view .sec_8 h5 {
    margin-top: 0px;
}

.profile_view .sec_8 h5.number {
    color: #a5c422;
    margin: 0px;
}

.profile_view .sec_9 {
    background-color: #eeeeee ;
    padding: 10px 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.profile_view .sec_9 h5 {
    margin: 0px;
    text-align: center;
}

.profile_view .sec_10 {
    background-color: #f9f9f9 ;
    padding: 0px 0px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.profile_view .sec_10 h5, .profile_view .sec_10 p  {
    margin: 0px;
    padding-left: 5px;
}

.profile_view .sec_10 .similar p.act {
    text-align: center;
    border: 1px solid #ddd; 
    padding: 3px 0px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.profile_view .sec_10 .similar p.act:hover {
    background-color: #a5c422;
    color: #ffffff;
    border-color: #a5c422;
}

/* ================ Account Profile  ================== */

/* Profile Edit Page
-----------------------------*/

#edit-profile {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.profile_edit {
    background-color: #eae5eb;
    padding: 15px;
}

@media (min-width: 992px) {
    .profile_edit .main {
        padding-left: 5px;
    }
    .profile_edit .side {
        padding-right: 5px;
    }
}

.profile_edit .row {
    margin-left: 0px;
    margin-right: 0px;
}

.profile_edit p {
    font-size: 12px;
}

.profile_edit .edit_btn {
    float: right;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 12px;
    background-color: #ffffff;
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    border: 1px solid rgba(117,117,117,0.4);
    margin: 10px 3px 3px;
}

.profile_edit form label, .profile_edit form input, .profile_edit form select, .profile_edit form textarea {
    font-size: 12px;
}

.profile_edit form label span.example {
    color: #757575;
    font-weight: normal;
}

.profile_edit form label.to_label {
    text-align: center !important;
    margin: 5px 0px;
    line-height: 24px;
    padding: 0px 5px;
}

.profile_edit form button.edit {
    display: inline-block;
    float: right;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 12px;
    background-color: #8b0000;
    color: #ffffff;
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    border: 1px solid rgba(117,117,117,0.4);
    margin: 0px 3px 3px;
}

.profile_edit form button.cancel {
    display: inline-block;
    float: right;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 12px;
    background-color: #ffffff;
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    border: 1px solid rgba(117,117,117,0.4);
    margin: 0px 3px 3px;
}

.profile_edit .sec_1 {
    background-color: #ddd ;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.profile_edit .sec_1 h5 {
    margin: 0px;
    text-align: center;
}

.profile_edit .sec_1 h5 img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.profile_edit .sec_2 {
    background-color: #eeeeee ;
    padding: 10px 10px;
    border: 1px solid #ddd;
}

.profile_edit .sec_2 h5 {
    margin: 5px 0px;
    text-align: left;
}

.profile_edit .sec_3 {
    background-color: #ffffff ;
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .profile_edit .sec_3 {
        margin-top: 10px;
    }
}

.profile_edit .sec_3 h5, .profile_edit .sec_3 p {
    display: inline-block;
    margin: 5px 0px;
}

.profile_edit .sec_3 a.right {
    float: right;
    background-color: #4682b4;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 6px;
    line-height: 16px;
    margin: 5px 0px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.profile_edit .sec_3 a.right:hover {
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
}

@media (max-width: 640px) {
    .profile_edit .sec_3 a.right {
    float: none;
}
}

.profile_edit .sec_4 {
    background-color: #ffffff ;
    padding: 10px 5px;
}

.profile_edit .sec_4 h5 {
    color: #8b0000;
    border-bottom: 1px dotted #333;
    margin-top: 0px;
}

.profile_edit .sec_4 h4 {
    color: #454545;
    font-size: 1.2em;
    padding: 5px 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.profile_edit .sec_4 p.head {
    color: #252525;
    font-weight: 900;
}

.profile_edit .sec_4 p {
    margin-bottom: 0px;
}

.profile_edit .sec_4 .record {
    margin-bottom: 3px;
    margin-top: 3px;
}

.profile_edit .sec_4 img {
    border: 1px solid #8b0000;
    display: inline-block;
}

.profile_edit .sec_4 img.pencil {
    position: relative;
    top: 52px;
    right: 29px;
    background-color: #ffffff;
}

/* ================ Profile Search  ================== */

/* Profile Search Page
-----------------------------*/

#search-panel {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.search_panel {
    background-color: #eae5eb;
    padding: 15px;
}

@media (min-width: 992px) {
    .search_panel .main {
        padding-right: 5px;
    }
    .search_panel .side {
        padding-left: 5px;
    }
}

.search_panel .row {
    margin-left: 0px;
    margin-right: 0px;
}

.search_panel p {
    font-size: 12px;
}

.search_panel .sec_1 {
    background-color: #ffffff ;
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
}

.search_panel .sec_1 h4 {
    display: block;
    margin: 5px 0px;
    padding: 0px;
}

.search_panel .sec_2 {
    background-color: #ffffff ;
    padding: 10px 5px;
}

.search_panel .sec_2 h5 {
    color: #8b0000;
    border-bottom: 1px dotted #333;
    margin-top: 0px;
}

.search_panel .sec_2 p {
    margin-bottom: 0px;
}

.search_panel .sec_2 .record {
    margin-bottom: 3px;
    margin-top: 3px;
}

.search_panel .sec_2 form button.btn_1 {
    background-color: #a5c422;
    color: #ffffff;
}

.search_panel .sec_2 form button.btn_2 {
    background-color: #4267b2;
    color: #ffffff;
    display: none;
}

.search_panel .sec_2 form button {
    margin: 5px 5px 5px 0px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.search_panel .sec_2 form button:hover {
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
}

.search_panel .sec_2 form label.to_label {
    text-align: center !important;
    margin: 5px 0px;
    line-height: 24px;
    padding: 0px 5px;
}

.search_panel .sec_2 form label span.example {
    color: #757575;
    font-weight: normal;
}

.search_panel .sec_2 h4 {
    color: #454545;
    font-size: 1.2em;
    padding: 5px 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 25px 0px 15px 0px;
}

.search_panel .sec_3 {
    background-color: #4267b2;
    padding: 10px;
    border: 1px solid #4267b2;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.search_panel .sec_3 h5 {
    margin: 0px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 991px) {
    .search_panel .sec_3 {
        margin-top: 10px;
    }
}

.search_panel .sec_4 {
    background-color: #ffffff ;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search_panel .sec_4 form {
    margin-top: 15px;
}

.search_panel .sec_4 form button {
    background-color: #a5c422;
    color: #ffffff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.search_panel .sec_4 form button:hover {
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
}

.search_panel .sec_5 {
    background-color: #eeeeee ;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.search_panel .sec_5 h5 {
    margin: 0px;
    text-align: left;
}

/* ================ Profile Search Results  ================== */

/* Profile Search Results Page
-------------------------------------*/

#search-results {
    background: #f9f9f9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.results_search {
    background-color: #eae5eb;
    padding: 15px;
}

@media (min-width: 992px) {
    .results_search .main {
        padding-left: 5px;
    }
    .results_search .side {
        padding-right: 5px;
    }
}

.results_search .row {
    margin-left: 0px;
    margin-right: 0px;
}

.results_search p {
    font-size: 12px;
}
.results_search .sec_1 {
    background-color: #ddd ;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.results_search .sec_1 h5 {
    margin: 0px;
    text-align: center;
}

.results_search .sec_1 h5 img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.results_search .sec_2 {
    background-color: #eeeeee ;
    padding: 10px 10px;
    border: 1px solid #ddd;
}

.results_search .sec_2 h5 {
    margin: 5px 0px;
    text-align: left;
}

.results_search .sec_3 {
    background-color: #ffffff ;
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .results_search .sec_3 {
        margin-top: 10px;
    }
}

.results_search .sec_3 h5, .results_search .sec_3 p {
    display: inline-block;
    margin: 5px 0px;
    line-height: 30px;
}

.results_search .sec_3 .pagination {
    margin: 5px 0px;
    vertical-align: middle;
    float: right;
}

.results_search .sec_4 {
    background-color: #ffffff ;
    padding: 10px 20px;
}

.results_search .pagination>li>a, .results_search .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 9px;
    line-height: 1.42857143;
    color: #4267b2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 2px 0px 2px 5px;
    font-size: 12px;
}

.results_search .pagination>li>a:hover, .results_search .pagination>li>span:hover {
    color: #ffffff;
    background-color: #4267b2;
    border: 1px solid #4267b2;
}

.results_search .pagination>li>a:active, .results_search .pagination>li>span:active {
    color: #ffffff;
    background-color: #4267b2;
    border: 1px solid #ddd;
}

.results_search .pagination>li:first-child>a, .results_search .pagination>li:first-child>span {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.results_search .pagination>li:last-child>a, .results_search .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.results_search .sec_5 {
    background-color: #ffffff ;
    padding: 15px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.results_search .sec_5:hover {
    background-color: #eee;
    -webkit-box-shadow:5px 5px 15px 0px rgba(117,117,117,0.6);
    -moz-box-shadow: 5px 5px 15px 0px rgba(117,117,117,0.6);
    box-shadow: 5px 5px 15px 0px rgba(117,117,117,0.6);
}

@media only screen and (max-width:1199px) and (min-width:992px){
    .results_search .sec_5 .express {
        padding: 15px 15px !important;
    }
}

@media (max-width: 991px) {
    .results_search .sec_5 .pf_sec_1, .results_search .sec_5 .pf_sec_2 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .results_search .sec_5 .pf_sec_1, .results_search .sec_5 .pf_sec_2 {
        margin-bottom: 10px;
    }
    
    .results_search .sec_5 .pf_sec_1 img {
        display: block;
        margin: 0px auto;
    }
}

.results_search .sec_5 h5.pf_name {
    color: #8b0000;
    margin-top: 0px;
    font-size: 1.2em;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.results_search .sec_5 h5.pf_name span {
    color: #757575;
    margin-top: 0px;
    font-size: 0.8em;
}

.results_search .sec_5 a img.right {
    float: right;
    height: 23px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 50%;
}

.results_search .sec_5 .pf_sec_1 h3.online {
    color: #40b70b;
    display: inline-block;
    line-height: 36px;
    margin-top:5px;
    float: left;
}

.results_search .sec_5 .pf_sec_1 h3 img {
    width: 36px;
    height: 36px;
}

.results_search .sec_5 .pf_sec_1 p.online {
    display: inline-block;
    margin-top:5px;
    margin-left: 5px;
    float: left;
}

.results_search .sec_5 .pf_sec_1 p.online a:hover {
    color: #40b70b;
}

.results_search .sec_5 .pf_sec_1 h3.offline {
    color: #ffa500;
    display: inline-block;
    line-height: 36px;
    margin-top:5px;
    float: left;
}

.results_search .sec_5 .pf_sec_1 p.offline {
    display: inline-block;
    margin-top:5px;
    margin-left: 5px;
    float: left;
}

.results_search .sec_5 .pf_sec_1 p.offline a:hover {
    color: #ffa500;
}

.results_search .sec_5 p {
    margin-bottom: 0px;
    line-height: normal;
}

.results_search .sec_5 .record {
    margin-bottom: 5px;
    margin-top: 0px;
}

.results_search .sec_5 .about {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 4px;
}

.results_search .sec_5 .about p {
    line-height: normal;
}

.results_search .sec_5 .express {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 15px 30px;
    border-radius: 4px;
}

.results_search .sec_5 .express h5 {
    color: #757575;
    margin: 10px 0px;
    font-size: 1em;
}

.results_search .sec_5 .express h5 img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 20px;
}

.results_search .sec_5 .express button.exp {
    width: 100%;
    background-color: #a5c422;
    color: #ffffff;
    margin: 5px 0px 5px 0px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.results_search .sec_5 .express button.exp:hover {
    background-color: #4267b2;
    color: #ffffff;
    -webkit-box-shadow:3px 3px 3px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
    box-shadow: 3px 3px 3px 0px rgba(117,117,117,0.75);
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.results_search .sec_6 {
    background-color: #ffffff ;
    padding: 10px 20px;
    border: 1px solid #dddddd;
}

.results_search .sec_6 .pagination {
    margin: 5px 0px;
    vertical-align: middle;
}


/* ================ Profile Chating  ================== */

/* Profile Chating Section
-------------------------------------*/
#account_home .chat-section {
    
}
#account_home .chat-box {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 0px -1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

.chat-box {
    background: #ffffff;
    padding: 15px;
    display: block;
    margin-bottom: 0px;
    /*border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;*/
    box-shadow: 0px -1px 1px 1px rgba(209,211,212,1);
    
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    bottom: 0px;
    right: 16.9%;
    left: 58%;
    z-index: 9999;
}

@media (max-width: 991px) {
    .chat-box {
        right: 20px;
        left: 20px;
    }
}

.chat-box .chat_head {
    background: #a5c422;
    padding: 0px 5px;
    margin-bottom: 0px;
}

.chat-box .chat_head h5.header {
    display: inline-block;
    float: left;
}

.chat-box .chat_head button.chat_close {
    display: inline-block;
    float: right;
    border: none;
    background: transparent;
    margin: 9px 0px;
}

.chat-box .chat_profile {
    background: #ffffff;
    padding: 2px 0px;
    margin-bottom: 5px;
    border: 1px solid #a5c422;
}

.chat-box .chat_profile .photo {
    padding-right: 5px;
}

.chat-box .chat_profile .details {
    padding-left: 5px;
}

.chat-box .chat_profile p {
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 13px;
}

.chat-box iframe { 
    outline: none;
    width: 100%;
    background: #f9f9f9;
    height: 155px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .chat-box iframe {
        height: 155px;
    }
}

@media (max-width: 768px) {
    .chat-box iframe {
        height: 155px;
    }
}

.chat_body {
    background: #f9f9f9;
    padding: 0px 0px;
    margin-bottom: 5px;
}

.chat_body p {
    font-size: 12px;
    margin: 3px 3px;
    border-radius: 10px;
    background: #ffffff;
    display: inline-block;
    line-height: 15px;
}

.chat_body p span {
    font-size: 10px;
}

.chat_body p.send {
    text-align: right;
    padding: 0px 5px;
    float: right;
}

.chat_body p.receive {
    text-align: left;
    padding: 0px 5px;
    float: left;
}

.chat-box .chat_body {
    background: #f9f9f9;
    padding: 0px 0px;
    margin-bottom: 5px;
}

.chat-box .chat_body p {
    font-size: 12px;
    margin: 3px 3px;
    border-radius: 10px;
    background: #ffffff;
    display: inline-block;
}

.chat-box .chat_body p.send {
    text-align: right;
    padding: 0px 5px;
    float: right;
}

.chat-box .chat_body p.receive {
    text-align: left;
    padding: 0px 5px;
    float: left;
}

.chat-box .chat_footer .chat_txt {
    padding-right: 2px;
}

.chat-box .chat_footer .chat_send {
    padding-left: 2px;
}

.chat-box .chat_footer .chat_send button {
    padding: 16px 12px;
    width: 100%;
    background: #a5c422;
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.chat-box .chat_footer .chat_send button:hover {
    background: #4267b2;
    color: #ffffff;
}



/* Mark input boxes that gets an error on validation: */
input.invalid, select.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}