@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
.btn-primary {
    color: #fff;
    background-color: #1890c9 !important;
    border-color: #1890c9 !important;border-radius: 0px;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    background: #1e498c !important;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open a:hover span {
    color: #fff !important;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open a:hover i {
    color: #fff !important;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-badge {
    top: 5px !important;
}
header .logo {
    width: 100%;
}
table .dropdown-menu > li > a, .dropdown-menu > .dropdown-item {
    display: block;
    padding: 5px 10px;
}
header {
    line-height: 79px;
    box-shadow: 0px 0px 21px -7px #000;
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    z-index: 99;
}
.m-header {line-height: 70px;}
header .logo img {
    vertical-align: middle;
    width: 78px;
}
.login_page::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #0009;
}
.login_page {
    position: relative;
}

.login_page .login_form {
    background: #fff;
    width: 568px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -284px;
    padding: 30px;
    margin-top: -214px;
    z-index: 99;
}

.login_page .login_form.code_div  {margin-top: -137px;}

.login_page .login_form h3 + p {
    font: 16px 'Roboto Condensed', serif;
    text-align: center;
    margin-top: -13px;
    color: #808080;
}

.login_page .login_form .form-control {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 18px;
    height: 45px !important;
}

.login_page .login_form .form-control:focus {
    border-color: #1890c9;
    color: #575962;
}
.login_page .login_form label a {
    color: #1890c9;}
    
.login_page .login_form h3 {
    font: 23px 'Roboto Condensed', serif;
    text-align: center;
    margin-bottom: 20px;
    color: #1890c9;
}
.m-aside-left.m-aside-left--skin-dark {
    background-color: #1890c9;
}
.login_page .login_form label {
    font: 300 16px 'Roboto Condensed', serif;
    color: #959595;
    margin-bottom: 25px;
}

.login_page .login_form .m-checkbox.m-checkbox--focus > span::after {
    border: solid #1890c9;
}
.login_page .login_form .m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #1890c9;
}
.login_page .login_form input[type="submit"] {
    background: #1890c9;
    color: #fff;
    width: 100%;
    border: 0px;
    padding:10.5px 0px;
    font: 700 19px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.login_page .login_form button {
    background: #1890c9;
    color: #fff;
    width: 100%;
    border: 0px;
    padding: 10.5px 0px;
    font: 700 19px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-radius: 0px;
}
.login_page .login_form .m-btn {
    background: #1890c9;
    color: #fff;
    width: 100%;
    border: 0px;
    padding: 10.5px 0px;
    font: 700 19px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-radius: 0px;
}
.login_page .login_form .forgot_btn {
    font: 15px 'Roboto Condensed', serif;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    color: #1890c9;
    margin-top: 10px;
    margin-bottom: 22px;
}

.login_page .login_form form > span {
    text-align: center;
    display: block;
    font: 15px 'Roboto Condensed', serif;
}

.login_page .login_form form > span a {
    color: #1890c9;
    font-size: 17px;
    text-decoration: underline;
}

header .social_icons a {
    background: #1890c9;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin: 0px 0px 0px 5px;
}

header .social_icons a
  i {
    color: #fff !important;
}



.login_detail .left_img {padding: 0px; overflow: hidden;;}

.login_detail .left_img .slider {
    width: 100%;
    height: 100%;
}

.login_detail .left_img .slider .slides {
    width: 100% !important;
    height: 100% !important;
}

.login_detail .left_img .slider .slides div {
    width: 100% !important;
    height: 100% !important;
}

.login_detail .left_img .slider .slides div img {
    height: 100%;
}

.login_detail .left_img .slider .slides div:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(15, 51, 109, 0.68);
}


.tickets_box {
    padding: 30px 20px;
    box-shadow: 0px 0px 24px -16px rgba(31, 155, 18, 1);
    position: relative;
    text-align: center;
    border-radius: 7px; border:1px solid  #03a9f4; margin-bottom:30px;
}

.tickets_box span {
    font-size: 45px;
    margin-bottom: 30px;
    display: inline-block;
    border: 2px solid;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    color: #03a9f4;
    font: 45px 'Roboto Condensed', serif;
        line-height: normal;
    line-height: 130px;
}

.tickets_box h3 a {
    color: #53aefb;
    display: block;
    margin-bottom: 10px;
    font: 700 20px 'Roboto Condensed', serif;
}

.tickets_box.green { border:1px solid #0bb331;}
.tickets_box.green span {
    color: #0bb331;
}
.tickets_box.green h3 a {
    color: #0bb331;
}
.tickets_box.blue {
    box-shadow: 0px 0px 24px -16px rgb(18, 53, 155);
}

.tickets_box.red h3 a {
    color: #cc1212;
}
.tickets_box.red span {
    color: #cc1212;
}
.tickets_box.red {
    box-shadow: 0px 0px 24px -16px rgb(147, 19, 4); border:1px solid #cc1212;
}
.support_items .ticket_lists {
    text-align: left;
    border-bottom: 1px solid #d5d5d5; margin-bottom:20px; padding-bottom:20px;
}

.support_items .ticket_lists h3 {
    color: #53aefb;
    display: block;
    margin-bottom: 10px;
    font: 700 16px 'Roboto Condensed', serif;
    letter-spacing: 0.5px;
}

.support_items .ticket_lists h3 span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #53aefb;
    border-radius: 50%;
    line-height: 26px;
    vertical-align: middle;
}

.support_items .ticket_lists p {
    font: 12px 'Roboto Condensed', serif;
    margin-bottom: 0px;
    font-weight: 300;
    color: #363636;
    margin-bottom: 3px;
}
.support_items .main-h h3 {
    font: 27px 'Roboto Condensed', serif;
    text-align: left;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; margin-bottom:40px; margin-top:30px;
    padding: 15px 10px;
    color: #6f6f6f;
}
.support_items .ticket_lists p.disc {
    line-height: 22px;
    margin-top: 7px;
    font-size: 14px;
}
.support_items .ticket_lists .dates {
    font-size: 12px;
    font-weight: 300;
    color: #7a7a7a;
    margin-bottom: 10px;
}
.support_items .ticket_lists p small {
    font-size: 12px;
    margin-right: 9px;
}
.support_items .ticket_lists a {
    background: #53aefb;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    font: 17px 'Roboto Condensed', serif;
    border-radius: 2px;
    margin-top: 20px;
}
.support_items .ticket_lists p.slct {
    display: inline-block;
}
.support_items .ticket_lists p.slct select {
    height: 33px;
    border-radius: 4px;
    padding: 8px 5px;
    width: 110px;
}
.support_items {
    border-bottom: 0px !important;
}










.login_detail .left_img .slider .slides div p {
    font: 15px 'Roboto Condensed', serif;
    position: absolute;
    bottom: 100px;
    letter-spacing: 0.6px;
    width: 100%;
    left: 0px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding: 10px 40px;
    margin: 0px;
    min-height: 162px;
}

.login_detail .left_img .slider .slides div p span {
    display: block;
    margin: 0px;
    margin-top: 50px;
    font: 12px 'Varela Round', serif !important;
}

.login_detail .left_img .slider .pager {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.login_detail .left_img .slider {
    position: relative;
}

.login_detail .left_img .slider .pager a {
    color: #fff;
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 3px;
}

.login_detail .left_img .slider .pager a.activeSlide {
    background: #3481fa;
}
.login_detail .right_full {
    background: #f5f5f5;
    padding: 0px;
    overflow: auto;
}

.login_detail .right_full .inner_full {
    width: 450px;
    margin: 0 auto;
    padding: 90px 20px;
}

.login_detail .right_full .inner_full h3 {
    font: 27px 'Roboto Condensed', serif !important;
    color: #3280fa;
    margin-bottom: 10px;
    text-align: center;
}

.login_detail .right_full .inner_full p {
    font: 18px 'Roboto Condensed', serif !important;
    color: #3280fa;
    margin-bottom: 35px;
    text-align: center;
}

.login_detail .right_full .inner_full form input {}

.login_detail .right_full .inner_full form  .form-control {
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    margin-bottom: 15px;    -webkit-appearance: unset;
    box-shadow: none !important;
    height: 40px;
    font: 14px 'Roboto Condensed', serif !important;
}

.login_detail .right_full .inner_full form input[type="submit"] {
    display: block;
    background: #3280fa;
    border: 0px;
    color: #fff;
    padding: 6px 31px;
    font: 19px 'Roboto Condensed', serif;
    margin: 0 auto 20px;
}
.login_detail .right_full .inner_full form button.btn {
    display: block;
    background: #3280fa;
    border: 0px;
    color: #fff;
    padding: 6px 31px;
    font: 19px 'Roboto Condensed', serif;
    margin: 0 auto 20px;width: auto;
border-radius: 0px;
}

.login_detail .right_full .inner_full form a.btn {
    display: block;
    background: #3280fa;
    border: 0px;
    color: #fff;
    padding: 6px 31px;
    font: 19px 'Roboto Condensed', serif;
    margin: 0 auto 20px;
    width: 200px;
    border-radius: 0px;
    text-align: center;
}

.login_detail .right_full .inner_full #success_message {
    font: 300 17px 'Roboto Condensed', serif;
    display: block;
    margin-top: 10px;
}



.login_detail .right_full .inner_full form > a {
    font: 18px 'Roboto Condensed', serif;
    display: block;
    color: #3280fa;
    text-align: center;
    margin-bottom: 15px;
}

.login_detail .right_full .inner_full form > span {
    font: 17px 'Roboto Condensed', serif;
    display: block;
    text-align: center;
}

.login_detail .right_full .inner_full form > span a {
    color: #3280fa;
    vertical-align: middle;text-decoration:underline;
}

.login_detail .right_full .inner_full form > label {
    font: 13px 'Roboto Condensed', serif;
    margin-bottom: 28px;
}
.login_detail .right_full .inner_full form #asg label {
    font: 13px 'Roboto Condensed', serif;
    margin-bottom: 20px;
}
.login_detail .right_full .inner_full form > label a {
    color: #3280fa;
}

.login_detail .right_full .inner_full form input:checked ~ span {
    border: 1px solid #3280fa;
    color: #000;
}

.login_detail .right_full .inner_full form input:checked ~ span:after {
    border-color: #3280fa;
}
.login_detail .right_full .inner_full form > label span {
    margin-top: -2px;
}



.login_detail .right_full {
    position: relative;
}

.login_detail .right_full .spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f5f5f5db;
    z-index: 9;
}

.login_detail .right_full .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 40px;
    height: 40px;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top: 4px solid #3280fa;
    border-right: 4px solid #3280fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    -moz-animation: m-loader-rotate 0.6s linear infinite;
    -ms-animation: m-loader-rotate 0.6s linear infinite;
    -o-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite;
}


.login_detail .right_full .spinner {display: none;}
.login_detail .right_full .signup_div { display: none;}
.login_detail .right_full .forgot_div { display: none;}

.login_detail .right_full .inner_full p a {
    color: #3280fa;
}


.m-subheader .m-subheader__title {
    font: 28px 'Roboto Condensed', serif !important;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font: 17px 'Roboto Condensed', serif !important;
    color: #1890c9;
}

.m-portlet .m-portlet__head .m-portlet__head-tools h4 {
    font: 700 17px 'Roboto Condensed', serif !important;
    color: #1890c9;
}

.m-widget1 .m-widget1__item .m-widget1__title {
    font: 700 17px 'Roboto Condensed', serif !important;
}

.m-widget1 .m-widget1__item .m-widget1__number {
    font: 700 17px 'Roboto Condensed', serif !important;
}

.m-widget14 .m-widget14__header .m-widget14__title {
    font: 22px 'Roboto Condensed', serif !important;
}

.m-aside-menu .m-menu__nav > li.m-menu__item.m-menu__item--active {
    background: #1e498c;
}


.dropdown_items, .dropdown_items_two  {
    width: 300px;
    position: absolute !important;
    top: 110px;
    left: 193px;
    z-index: 10 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    visibility: visible !important; display:none;
}

.dropdown_items_three  {
    width: 300px;
    position: absolute !important;
    top: 110px;
    left: 153px;
    z-index: 10 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    visibility: visible !important; display:none;
}
.dropdown_items_four  {
    width: 600px;
    position: absolute !important;
    top: 110px;
    left: 153px;
    z-index: 10 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    visibility: visible !important; display:none;
}

.dropdown_items_five  {
    width: 600px;
    position: absolute !important;
    top: 110px;
    left: 33px;
    z-index: 10 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
    white-space: normal !important;
    visibility: visible !important; display:none;height: 310px;
}



.filters .dropdown_items a.close_o, .filters .dropdown_items_two a.close_o, .filters .dropdown_items_three a.close_o, .filters .dropdown_items_four a.close_o, .filters .dropdown_items_five a.close_o  {
    background: none;
    color: #5c8cff;
    position: absolute;
    top: 10px;
    right: 10px;
}
.dropdown_items_three .range_wrap h6 {
    margin-bottom: 14px;
}
.dropdown_items_three .range_wrap span {
    font: 300 13px 'Roboto', serif !important;
}
.dropdown_items_three .range_wrap h6 + span {
    margin-bottom: 15px;
    display: block;
    font-size: 14px !important;
}
.dropdown_items_three .range_wrap .irs-slider {
    background: #4575ff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 22.5px;
}
.dropdown_items_three .range_wrap .irs-bar {
    background: #4575ff;
}
.dropdown_items_three .range_wrap .irs-single{
    display: none !important;
}

.dropdown_items_four .range_wrap h6 {
    margin-bottom: 14px;
}
.dropdown_items_four .range_wrap span {
    font: 300 13px 'Roboto', serif !important;
}
.dropdown_items_four .range_wrap h6 + span {
    margin-bottom: 15px;
    display: block;
    font-size: 14px !important;
}
.dropdown_items_four .range_wrap .irs-slider {
    background: #4575ff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 22.5px;
}
.dropdown_items_four .range_wrap .irs-bar {
    background: #4575ff;
}
.dropdown_items_four .range_wrap .irs-single {
    display: none !important;
}
.dropdown_items_four .select_wrap .select2-container {
    width: 100% !important;
    margin-bottom: 20px;
}
.dropdown_items_four .select_wrap {
    width: 100% !important;
    display: block;
}
.dropdown_items_four label {
    font-size: 14px !important;
    display: block;
    font-weight: 400 !important;
}
.dropdown_items_four .range_wrap {
    margin-bottom: 25px;
}



.dropdown_items_two {
    left: 349px;
}
.dropdown_items_three {
    left: 510px;
}
.dropdown_items_four {
    left: 209px;
}

.filters .dropdown_items label, .filters .dropdown_items_two label {
    font-weight: 300;
    font: 300 13px 'Roboto', serif !important;
    display: block;
    margin-bottom: 16px;
}
.filters .dropdown_items_five label {
    font-weight: 300;
    font: 300 13px 'Roboto', serif !important;
    display: block;
    margin-bottom: 16px;width: 31%;
display: inline-block;
}

.filters .dropdown_items a, .filters .dropdown_items_two a, .filters .dropdown_items_three a, .filters .dropdown_items_four a {
    float: right;
    color: #fff;
    background: #5c8cff;
    padding: 5px 10px;
    opacity: 1;
    font: 300 12px 'Roboto', serif !important;
}
.filters .dropdown_items .m-checkbox.m-checkbox--focus > span::after {
    border: solid #549fff;
}
.filters .dropdown_items .m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #699bff;
}
.filters .dropdown_items_two .m-checkbox.m-checkbox--focus > span::after {
    border: solid #549fff;
}
.filters .dropdown_items_two .m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #699bff;
}

.filters .dropdown_items_five .m-checkbox.m-checkbox--focus > span::after {
    border: solid #549fff;
}
.filters .dropdown_items_five .m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #699bff;
}


.filters h3 {
    font-size: 16px;display: block;
margin-bottom: 13px;margin-right: 15px;
}
.filters h3 + .select_wrap {
    width: 225px;
    display: inline-block;margin-right: 15px;
}
.filters h3 + .select_wrap .select2-container {
    width: 100% !important;
    border-radius: 0px;
}
.filters h3 + .select_wrap .select2-container .select2-selection {
    border-radius: 0px;
    border: 1px solid #ebedf2 !important;
}

.filters {
    width: 100%;position: relative;
}

.filters a i {
    float: right;
    margin-right: 10px;
}

.filters .applys {
    background: #1890c9;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin-right: 18px;
}
.filters #configreset {
    background: #1890c9;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    padding: 8.5px 20px;
    border: 0px;
}

.location_types, .propert_types, .rent_types, .price_types, .more_types {
    
    border: 1px solid #ebedf2;
    letter-spacing: .7px;
    margin-right: 16px;
    text-decoration: none !important;
    min-width: 178px;
    display: inline-block;
}
.location_types span, .propert_types span, .rent_types span, .price_types span, .more_types span { padding: 10px 0px 10px 10px;font: 300 13px 'Roboto', serif !important;
    color: #4d4d4d !important;}


.filters .filter_btn {
    font: 700 13px 'Roboto', serif !important;
    color: #ffffff;
    border: 2px solid #1890c9;
    padding: 7px 27px;
    letter-spacing: .7px;
    margin-right: 16px;
    background: #1890c9;
    text-decoration: none;
}

.filters select {
    padding: 4px 15px;
    line-height: normal;
    background: none;
    box-shadow: none;
    outline: 0px !important;
    height: 41px;
    border: 1px solid #ebedf2;
    -moz-appearance: unset;
    appearance: unset;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: unset;
    font: 300 13px 'Roboto', serif !important;
    color: #4d4d4d !important;
}

.filters label {
    font: 15px 'Roboto', serif !important;
    color: #737373;
    margin-right: 10px;
}

.filters select option {
    color: #000;
    padding: 10px;
    display: block;
}

.filters {
    margin: 0px 15px 30px;
    background: #fff;
    padding: 20px 20px;box-shadow: 0px 0px 12px -9px #000;
border-radius: 7px;
}

.filter_modal {
    border-top: 2px solid #dadada;
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 0px 16px 0px;
    overflow: visible;
}
.filter_modal_wrap {
    z-index: 99;    display: none;
    top: 0px; margin-bottom: 30px;
    left: 0px;
}
.filter_modal:before {
    content: '';
    border-top: 20px solid #1890c900;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid #0000;
    border-right: 20px solid #0000;
    position: absolute;
    top: -34px;
    left: 20px;
    z-index: 9999;
    display: block;
}

.filter_modal h3 {
    font: 27px 'Roboto Condensed', serif !important;
    margin-bottom: 22px;
    color: #1890c9;
}

.filter_modal a.close_modal {position: absolute;top: 10px;right: 10px;}

.filter_modal a.close_modal i {
    font-size: 18px;
    color: #000;
}

.filter_modal .brdr {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.filter_modal .brdr ul {
    padding: 0px;
}

.filter_modal .brdr ul li {
    width: 33%;
    display: inline-block;
    margin-bottom: 2px;
}

.filter_modal .brdr ul li
 label {
    font: 16px 'Roboto Condensed', serif !important;
}

.filter_modal .range_wrap {
    display: inline-block;
    width: 33%;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.filter_modal .range_wrap h6 {
    font: 16px 'Roboto Condensed', serif !important;
    margin-bottom: 4px; 
}

.filter_modal .range_wrap > span {
    font: 14px 'Roboto Condensed', serif !important;
    display: block; margin-top:20px;
}
.filter_modal .range_wrap h6 + span  {display:none;}

.filter_modal .range_wrap .irs .irs-min, .filter_modal .range_wrap .irs .irs-max, .filter_modal .range_wrap .irs .irs-to, .filter_modal .range_wrap .irs .irs-from {
    
}
.filter_modal .range_wrap .irs .irs-min, .filter_modal .range_wrap .irs .irs-max {background: none; display:none;
color: #000;
font-size: 13px; }
.irs-from::after, .irs-to::after, .irs-single::after {display:none;}
.irs-from, .irs-to, .irs-single {background: none;
color: #000;
font-size: 13px;}
.filter_modal .range_wrap .irs .irs-bar {
    background: #1890c9;
}
.filter_modal .range_wrap .irs .irs-slider {
    background: #1890c9;
    border-radius: 50%;
    width: 18px;
}



.filter_modal .select_wrap {
    width: 24%;
    display: inline-block;
}

.filter_modal .modal_footer {
    padding: 13px 0px;
}

.filter_modal .modal_footer {
    text-align: center;
}

.filter_modal .modal_footer a {
    padding: 8px 27px;
    background: #1890c9;
    font: 15px 'Roboto Condensed', serif !important;
    border-radius: 5px;
    color: #fff;
    margin: 0px 5px;
}
.filter_modal .range_wrap {
    display: inline-block;
    width: 33%;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.filter_modal .select_wrap h5 {
    font: 14px 'Roboto Condensed', serif !important;
    margin-bottom: 15px;
}

.filter_modal .select_wrap select {
    width: 87%;
    padding: 7px 10px;
    -webkit-appearance: unset;
    border-radius: 6px;
    font: 14px 'Roboto Condensed', serif !important;
}



.places_wrap {
    width: 100%;
}

.places_wrap .place {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0px 0px 15px -8px #000;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
}

.places_wrap .place figure {
    position: relative;
    height: 250px; overflow:hidden;
    margin: 0px;
}

.places_wrap .place figure img {
    width: 100%;
    height: 100%;
}
.places_wrap .place:hover {
    -webkit-transform:scale(1.02);
    transform: scale(1.02);
}
.places_wrap .place figure small {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.places_wrap .place figure small i {
    font-size: 25px;
    font-weight: bold;
}

.places_wrap .place figure .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    background: #00000057;
    width: 100%;
}

.places_wrap .place figure .overlay p {
    font: 700 20px 'Roboto Condensed', serif !important;
    margin-bottom: 3px;
    color: #fff;
}

.places_wrap .place figure .overlay span {
    font: 15px 'Roboto Condensed', serif !important;
    color: #fff;
}

.places_wrap .place .property-stats {
    background: #fff;
    padding: 10px 20px;
}

.m-portlet.title_big .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font: 400 24px 'Roboto', serif !important;
    font-size: 17px;
}



.bottom_scs_form {
    border-bottom: 1px solid #e3eaf3 !important;
    margin: 0px 0px 30px;
    padding: 9px 20px;
    box-shadow: inset 0 -1px 8px #afc0d6;
}

.bottom_scs_form ul.color_btn {
    margin-top: 14px;
    padding: 0px;
}

.bottom_scs_form ul.color_btn li {
    width: 15% !important;    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
}
.bottom_scs_form ul.color_btn li:last-child {
    margin-right: 0px;
}

.bottom_scs_form li select {
    width: 100%;
    background: none !important;
    border: 1px solid #cdcdce;
    margin-bottom: 0px !important;
    height: 39px;
    padding: 4px 10px;
    font: 14px 'Roboto', sans-serif;
}
.bottom_scs_form ul.color_btn li .btn {
    width: 100%;
}
.bottom_scs_form li input {
    width: 100%;
    background: none !important;
    border: 1px solid #cdcdce;
    margin-bottom: 0px !important;
    height: 39px;
    padding: 4px 10px;
    font: 14px 'Roboto', sans-serif;
}

.bottom_scs ul.color_btn {
    margin-top: 14px;
    padding: 0px;
    width: 100%;
}
.m-portlet .m-portlet__head .m-portlet__head-tools .fa-print {
    color: #1890c9;
    border: 2px solid #1890c9;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 13px; margin-left:4px;
    border-radius: 50%;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .fa-file-excel-o {color: #1890c9;
    border: 2px solid #1890c9;
    width: 30px;
    height: 30px; margin-left:4px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    border-radius: 50%;}

.m-portlet .m-portlet__head .m-portlet__head-tools .fa-file-pdf-o {color: #1890c9;
    border: 2px solid #1890c9;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 13px; margin-left:4px;
    border-radius: 50%;}
.bottom_scs ul.color_btn li:last-child a {float: none;position: static;}

.bottom_scs ul.color_btn li {
    display: inline-block;
    margin-right: 13px;
    margin-top: 10px;
    width: 27%;
    position: relative;
}

.bottom_scs ul.color_btn li a {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -9px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.bottom_scs ul.color_btn li.alls {
    float: none;
    width: 22%;
    line-height: normal;
    float: left;
    margin-top: 0px;
    margin-right: 56px;
}

.bottom_scs ul.color_btn li.alls img {
    width: 100% !important;
    margin-right: 10px;
}
.bottom_scs ul.color_btn li.alls {
    float: none;
    width: 22%;
    line-height: normal;
    float: left;
    margin-top: 0px;
    margin-right: 56px;
}

.bottom_scs ul.color_btn li.alls a {
    color: #000;
}

.bottom_scs ul.color_btn li span {
    width: 100%;
    height: 32px;
    display: block;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
    margin: 0px 0px;
    border-radius: 50px;
}

.bottom_scs ul.color_btn li.booked span {
        background: darkgreen;
}
.bottom_scs ul.color_btn li.cancell  span{
    background: blue;
}
.bottom_scs ul.color_btn li.hold  span{
    background: red;
}
.bottom_scs ul.color_btn li.partial  span{
        background: orange;
}
.bottom_scs ul.color_btn li.blocked  span{
        background: grey;
}


.colrd_table_two thead th {
    background: #f4f3fb;
    color: #575962;
    min-width: 130px;
    padding: 6px 14px;font-weight: 500;
    font-size: 13px;
}

.colrd_table_two tbody td {
    color: #575962;
    font-size: 13px;
    padding: 11px 10px;
    font-family: Roboto;
}
.colrd_table_two tbody td h1 {
    font-size: 13px;
    font-weight: 300;
}
.colrd_table_two thead tr th:first-child input[type="checkbox"] {
    margin: 0 auto;
    display: block;
    width: 15px !important;
}
.colrd_table_two tbody tr:nth-child(2n+1) td {
    background: #fbfbfe;
}
.colrd_table_two thead th:last-child {border:0px;}

.colrd_table_two thead tr th input {
    width: 210px;
    padding: 7px 10px;
    border: 1px solid #bcbaba00;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    background: none;font-weight: 600;
font-size: 1rem;
}
.colrd_table_two thead input:focus {
    border: 1px solid #575962; color:#575962;
}

.colrd_table_two thead tr th select {
    width: 200px;
    padding: 7px 10px;
    border: 1px solid #bcbaba00;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    background: none; outline:0px !important;
      -webkit-appearance: unset;
   -moz-appearance:    unset;
   appearance:         unset;font-weight: 600;
font-size: 1rem;
}
.colrd_table_two thead select:focus {
    border: 1px solid #575962; color:#575962;
}

.colrd_table_two thead tr th select option{color:#575962;}
.colrd_table_two thead select:focus option{color:#575962;}


.colrd_table_two thead input::placeholder { 
    color: #575962;
    opacity: 1;
}

.colrd_table_two thead input:-ms-input-placeholder {
    color: #575962;
    opacity: 1;
}

.colrd_table_two thead input::-ms-input-placeholder { 
   color: #575962;
    opacity: 1;
}
.colrd_table_two td .m-badge.m-badge--primary {
    background-color: #5b85ff;
    color: #ffffff;
}


.paginat_bottom #showsrec {
    width: 70px;
    height: 31px;
    border-radius: 24px;
    border: 0px;
    background: #7ba2ff80;
    padding: 4px 10px;
    color: #000000b3;
    font-size: 15px;
    -webkit-appearance: unset;text-align: center;
    -moz-appearance: unset;
    appearance: unset;
    margin-right: 10px;
}
.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu {
    /* display: block !important; */
    position: absolute;
    width: 300px;
    background: #1e7ed7;
    z-index: 99999;
    left: 91px;
    margin-top: -44px;
    box-shadow: 6px 8px 19px -14px #000;
    padding: 20px 0px;
    border-radius: 7px;
}

.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu:after {}

.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu:after {
    content: '';
    position: absolute;
    border-top: 10px solid #5f323200;
    border-right: 10px solid #1e7ed7;
    border-bottom: 10px solid #fff0;
    border-left: 10px solid #fff0;
    top: 11px;
    left: -17px;
}

.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu ul a {
    padding-left: 21px !important;
}

.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item:hover > .m-menu__submenu {
    display: block !important;
}

.m-aside-left--minimize .m-aside-menu {
    z-index: 9999;
}


.places_wrap .place .property-stats ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.places_wrap .place .property-stats ul li {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    border-right: 2px solid rgba(0, 0, 0, 0.07);
    float: left;
    width: 50%;
    padding: 13px 20px;font-size: 11px;
}

.places_wrap .place .property-stats ul li h6 {
    margin: 0px;
    font: 16px 'Roboto Condensed', serif !important;
    color: #1890c9;
    margin-bottom: 5px;
}

.places_wrap .place .property-stats ul li span {
    margin: 0px;
    font: 14px 'Roboto Condensed', serif !important;
}

.places_wrap .place .property-stats ul li:nth-child(2n) {
    border-right: 0px;
}

.places_wrap .place .property-stats ul li:nth-child(3), .places_wrap .place .property-stats ul li:nth-child(4) {
    border-bottom: 0px;
}
.places_wrap .place .property-stats p {
    font: 13px 'Roboto Condensed', serif !important;
    padding: 10px 20px;
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    margin: 0px -25px;
    height: 53px;
    overflow: hidden;
    line-height: 21px !important;
}
.places_wrap .place .property-stats ul li span i {
    color: #0e7d21;
}

.places_wrap_list table {
    width: 100%;
}

.places_wrap_list table tr
 td img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.places_wrap_list {
    width: 100%;
    background: #fff;
    margin: 0px 15px;
    padding: 29px 20px;
}

.places_wrap_list table tr th {
    padding: 14px 20px;
    font: 700 12px 'Roboto Condensed', serif !important;
    border-bottom: 2px solid #c9c9c9;
}

.places_wrap_list table tr td {
    padding: 10px 20px;
    font: 12px 'Roboto Condensed', serif !important;
    border-bottom: 2px solid #c9c9c9;
}

.places_wrap_list table tr td a {
    background: #1890c9;
    color: #fff;
    padding: 7px 8px;
    display: inline-block;
    width: 75px;
    text-align: center;
    border-radius: 5px;
}

.places_wrap_list table tr td h5 {
    font-size: 14px;
    line-height: 20px;
}


.places_wrap_list {display: none;}

.places_wrap_list {
    display: none;
    border-radius: 5px;
}



.m-body .m-content {
    position: relative;
}


.spinners {
    width: 90px;
    height: 90px;
    position: relative; display: none;
    margin: 0 auto;
}

.spinners:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top: 4px solid #3280fa;
    border-right: 4px solid #3280fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    -moz-animation: m-loader-rotate 0.6s linear infinite;
    -ms-animation: m-loader-rotate 0.6s linear infinite;
    -o-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {
    line-height: normal;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #1890c9;
}
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
    color: #ffffff;
}
.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header {
    background: #1890c9 !important;
}
.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {
    line-height: normal;
    font: 15px 'Roboto Condensed', serif;
}

.m-portlet__body.wallet_details h4 {
    font: 700 15px 'Roboto Condensed', serif;
    color: #1890c9;
}

.m-portlet__body.wallet_details p {
    font: 12px 'Roboto Condensed', serif;
}

.m-portlet__body.wallet_details a {
    border: 2px solid #1890c9;
    display: inline-block;
    padding: 6px 9px;
    font: 700 12px 'Roboto Condensed', serif;
    color: #1890c9;
    margin: 20px 3px;
}
.btn-brand {
    color: #fff;
    background-color: #1890c9;
    border-color: #1890c9;
}
.places_wrap_list table tr:hover {
    background: #efefef;
}

.transaction_wrap {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    padding: 10px 20px;
}

.transaction_wrap table tr
 th {
    font: 700 14px 'Roboto Condensed', serif !important;
    padding: 20px 20px;
    border-bottom: 1px solid #b9b9b9;
}

.transaction_wrap table tr td {
    font: 14px 'Roboto Condensed', serif !important;
    padding: 20px 20px;
    border-bottom: 1px solid #b9b9b9;
}

.transaction_wrap table {
    width: 100%;
}

.transaction_wrap table tr td > a {
    background: #1890c9;
    color: #fff;
    padding: 5px 10px;
}


.convert_modal_on, .convert_modal_tw, .convert_modal_th {
    position: fixed;
    top: 0px;
    left: 0px; display: none;
    background: #0000005c;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.con_modal {
    width: 350px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -145px;
}

.con_modal .close_modals {
    position: absolute;
    top: 10px;
    right: 10px;
}

.con_modal h3 {
    font: 700 16px 'Roboto Condensed', serif;
    color: #1890c9;
    border-bottom: 1px solid #d1d1d4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.con_modal label {
    font: 13px 'Roboto Condensed', serif;
    color: #868686;
    margin-bottom: 7px;
    display: block;
}

.con_modal input {
    font: 14px 'Roboto Condensed', serif !important;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #d1d1d4;
    margin-bottom: 13px;
    width: 100%;
}

.con_modal 
 input[type="submit"] {
    background: #1890c9;
    color: #fff;
    border: 0px;
    width: auto;
    margin-top: 19px;
    margin: 20px auto 10px;
    display: block;
}

.detail_wrap {
    background: #fff;
    padding: 22px;
    width: 100%;
}
.place_top {
    position: relative;
}
.place_top:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #1890c9;
    left: 0px;
    position: absolute;
    bottom: 0px;
}
.detail_wrap .right_sidebar .place_top {
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
    padding: 20px 20px;
}

.detail_wrap .place_top h4 {font: 700 18px 'Roboto Condensed', serif;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px; color: #777;
}

.detail_wrap .place_top p {
    margin-bottom: 7px;
    line-height: 14px;
    font-size: 13px;
}

.detail_wrap .right_sidebar .place_top ul {
    margin-top: 42px;
    text-align: left;
    padding: 0px;
    list-style: none;
    margin-bottom: 40px;
}

.detail_wrap .right_sidebar .place_top ul li {
    display: inline-block;
    width: 49%;
}
.detail_wrap .right_sidebar .place_top ul li span {
    display: block;
    font: 17px 'Roboto Condensed', serif;
    font-weight: bold;
    margin-bottom: 3px;
}
.detail_wrap .right_sidebar .place_top ul li small {
    font: 13px 'Roboto Condensed', serif;
}

.place_top a {
    background: #1890c9;
    display: block;
    color: #fff;
    font: 700 17px 'Roboto Condensed', serif;
    padding: 11px 0px;
}

.detail_wrap .slider_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.detail_wrap .slider_img div {
    width: 100% !important;
    height: 100% !important;
}

.detail_wrap .slider_img div img{
    width: 100% !important;
    height: 100% !important;
}


.investment {
    border: 1px solid #dadada;
    margin-bottom: 20px;
}

.investment div {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding: 15px 0px;
    margin-bottom: 16px;
}

.investment div h5 {
    margin: 0px;
    margin-bottom: 10px;
    font: 700 18px 'Roboto Condensed', serif;
}

.investment div p {
    margin: 0px;
    font: 14px 'Roboto Condensed', serif;
}

.investment ul {
    padding: 0px;
    list-style: none;
}

.investment ul li {
    padding: 5px 10px;
    font: 12px 'Roboto Condensed', serif;
    margin-bottom: 10px;
}

.investment ul li cite {
    float: right;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
}

.investment ul li span {
    color: #1890c9;
    font-weight: bold;
}

.bid_wrap {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 14px;
}

.bid_wrap label {
    font: 13px 'Roboto Condensed', serif;
    display: block;
}

.bid_wrap input {
    font: 13px 'Roboto Condensed', serif;
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #dadada;
    margin-bottom: 5px;
}

.bid_wrap input + small {
    font: 11px 'Roboto Condensed', serif;
    display: block;
    margin-bottom: 20px;
}

.bid_wrap .irs {
    font: 15px 'Roboto Condensed', serif;
}

.bid_wrap .irs .irs-min {
    display: none;
}

.bid_wrap .irs .irs-slider {
    background: #1890c9;
    border-radius: 50%;
    width: 18px;
}

.bid_wrap .irs span.irs-bar {
    background: #1890c9;
}

.bid_wrap .irs span.irs-bar-edge {
    background: #1890c9;
}

.bid_wrap .irs span.irs-single {
    background: #1890c9;
}

.bid_wrap .irs span.irs-single:after {
    border-top-color: #1890c9;
}

span.irs.js-irs-0, span.irs.js-irs-1 {
    margin-bottom: 10px;
}

.bid_wrap  button {
    background: #1890c9;
    width: 100%;
    border: 0px;
    color: #fff;
    font: 14px 'Roboto Condensed', serif;
    border-radius: 5px;
    padding: 7px 17px;
    margin-top: 25px;
    margin-bottom: 10x;
}

.bid_wrap button i {
    color: #fff;
}


.place_amen {
    margin: 20px 0px;
    border: 1px solid #dadada;
    padding: 20px 20px;
}

.place_amen ul li {
    font: 14px 'Roboto Condensed', serif;
    margin-bottom: 10px;
    list-style: none;
}

.place_amen ul li span {
    float: right;
    font-weight: bold;
}

.place_amen ul {
    padding: 0px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.place_amen p {
    display: inline-block;
    border: 1px solid #dadada;
    width: 29%;
    font: 700 14px 'Roboto Condensed', serif;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 5px;
}

.place_amen p cite {
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 7px;
    font-size: 11px;
}

.place_amen p span {
    display: block;
    margin-top: 5px;
}

.place_amen p span i {
    color: #1890c9;
}

.ducment_wrap {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin: 40px 0px 20px;
}

.ducment_wrap h2 {
    font: 400 18px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    color: #777;
}

.ducment_wrap p {
    font: 300 15px 'Roboto Condensed', serif;
    color: #777;
    line-height: 27px;
}

.ducment_wrap ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.ducment_wrap ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}

.ducment_wrap ul li a {
    color: #000;
    text-decoration: underline;
}
.ducment_wrap ul li a i {
    margin-right: 9px;
}

.financial {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin: 40px 0px 20px;
}

.financial h2 {
    font: 400 18px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    color: #777;
}
.financial table {
    width: 100%;
}
.financial tr td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 13px;
}

.financial tr:nth-child(2n) {
    background-color: #dddddd;
}

.events {
    margin: 20px 0px;
    border: 1px solid #dadada;
    padding: 20px 20px;
}
.events ul {
    padding: 0px;
    list-style: none;
    border-left: 5px solid #81a2ff;
}
.events ul li {
    padding-left: 20px;
    margin-bottom: 19px;
    font: 400 14px 'Roboto Condensed', serif;
    color: #6b6b6b;
    position: relative;
}

.events h3 {
    margin-bottom: 15px;
    font: 400 18px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    color: #777;
}
.events ul li span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    margin-top: 3px;
}
.events ul li::after {
    content: '';
    background: #81a2ff;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    margin-top: -8px;
    left: -10px;
}
.total_gain {
    margin: 20px 0px;
    border: 1px solid #dadada;
    padding: 20px 20px;
}

.bar_top ul {
    display: table;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.bar_top ul li {
    display: table-cell;
    padding: 0px 15px;
    vertical-align: middle;
}

.bar_top ul li h5 {
    font: 14px 'Roboto Condensed', serif;
    margin-bottom: 10px;
}

.bar_top ul li span {
    font: 700 17px 'Roboto Condensed', serif;
    color: #1890c9;
}

.bar_top ul li label {
    font: 13px 'Roboto Condensed', serif;
    color: #1890c9;
}

.bar_top ul li progres_bar div {
    float: left;
}

.bar_top ul li .progres_bar .light_blue {
    width: 11%;
    background: rgb(56, 134, 217);
    height: 25px;
    display: block;
    float: left;
    color: #fff;
    /* line-height: 25px; */
    text-align: center;
    font: 13px 'Roboto Condensed', serif;
    line-height: 26px;
}

.bar_top ul li .progres_bar .dark_blue {
    width: 89%;
    background: rgb(13, 48, 84);
    height: 25px;
    display: block;
    float: left;
    color: #fff;
    /* line-height: 25px; */
    text-align: center;
    font: 13px 'Roboto Condensed', serif;
    line-height: 26px;
}

.bar_top ul li .progres_bar .orange {
    width: 75.6%;
    background: rgb(224, 154, 25);
    height: 25px;
    display: block;
    float: left;
    color: #fff;
    /* line-height: 25px; */
    text-align: center;
    font: 13px 'Roboto Condensed', serif;
    line-height: 26px;
}

.bar_top ul li .progres_bar .yellow {
    width: 24.4%;
    background: rgb(186, 199, 73);
    height: 25px;
    display: block;
    float: left;
    color: #fff;
    /* line-height: 25px; */
    text-align: center;
    font: 13px 'Roboto Condensed', serif;
    line-height: 26px;
}

.bar_top ul li label.two {
    float: right;
}


.bar_top {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 25px;
}

.boxses .portlets {
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding: 25px;
}

.boxses .portlets h6 {
    font: 700 14px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    color: #1890c9;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.boxses .portlets p {
    font: 14px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    color: #5a5a5a;
    line-height: 24px;
    margin-bottom: 15px;
}

.boxses .portlets p span {
    color: #1890c9;
    font-weight: bold;
    margin-right: 20px;
}

.boxses .portlets .d3-bar-graph > div {
    font: 14px 'Roboto Condensed', serif;
    position: relative;
    margin-top: 35px;
    margin-bottom: 13px;
}

.boxses .portlets .d3-bar-graph div b {
    font: 14px 'Roboto Condensed', serif;
    color: #000;
    position: absolute;
    top: -23px;
    left: 0px;
}

.boxses .portlets .d3-bar-graph div span {
    height: 25px !important;
    display: block;
    line-height: 25px;
}


.boxses .portlets {
    min-height: 650px;
}


.boxses .portlets {
    min-height: 650px;
}

.map_place {
    margin: 0px 15px 20px;
    position: relative;
}

.boxses {
    overflow: hidden;
}

.map_nav {
    margin: 0px 15px 20px;
    position: relative;
}

.map_nav a {
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px 0 0;
    font: 12px 'Roboto Condensed', serif;
}

.map_nav a i {
    border-radius: 50%;
    float: left;
    font-size: 17px;
    height: 37px;
    margin-right: 6px;
    padding: 10px;
    width: 37px;
    background: #1890c9;
    color: #fff;
}

.map_nav a span {
    float: left;
    margin-top: 12px;
}

.map_nav a:hover {
    background: #1890c9;
    color: #fff;
}

.map_nav a:hover span {
    color: #fff;
}
.img_dv {
    border: 1px solid #cecece;
    border-radius: 6px;
    box-shadow:0px 0px 8px -4px #000;
    text-align: center;
    padding-bottom: 20px;
}

.img_dv img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #cecece;
    padding: 5px;
    margin: 20px auto;
    display: block;
}

.img_dv > a {
    background: #1890c9;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font: 12px 'Roboto Condensed', serif;
    margin: 0px 5px;
}


.img_dv h3 {
    font: 20px 'Roboto Condensed', serif;
}

.img_dv span {
    font: 14px 'Roboto Condensed', serif;
    display: block;
    margin-bottom: 22px;
}

.profile_dt {
    border: 1px solid #cecece;
    border-radius: 6px;
    box-shadow: 0px 0px 8px -4px #000;
    text-align: center;
    padding: 20px;
}

.profile_dt label {
    font: 700 12px 'Roboto Condensed', serif;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    color: #1890c9;
}

.profile_dt section label {
    letter-spacing: 1px;
    color: #747474;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 0px;
}

.profile_dt input {
    font: 12px 'Roboto Condensed', serif;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    height: 37px;
    padding: 8px 10px;
    border-radius: 0px;
    margin-bottom: 22px;
    border: 1px solid #cecece;
}
.profile_dt select {
    font: 12px 'Roboto Condensed', serif;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    height: 37px;
    padding: 8px 10px;
    border-radius: 0px;
    margin-bottom: 22px;
    border: 1px solid #cecece;
    -webkit-appearance: unset;
    -moz-appearance: unset;
}

.profile_dt section select, .profile_dt section input {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    color: #20141480;
    border: 0px;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #0000001a;
    border-radius: 0px;
}

.profile_dt section select:focus, .profile_dt section input:focus {
    border-color: #1890c9;
}

.profile_dt input[type="file"] {
    line-height: normal;
    height: auto;
}
.profile_dt textarea {
    font: 12px 'Roboto Condensed', serif;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    height: 137px;
    padding: 8px 10px;
    border-radius: 0px;
    margin-bottom: 22px;
    border: 1px solid #cecece;
    resize: none;
}

.profile_dt section textarea {
    border: 0px; margin-top:10px;
    font-size: 12px;
    border-bottom: 1px solid #0000001a;
    border-radius: 0px;
}



.profile_dt h4 {
    font: 700 20px 'Roboto Condensed', serif;
    text-align: left;
    margin-bottom: 26px;
    color: #777;
}

.img_dv ul {
    text-align: left;
    margin-top: 22px;
    list-style: none;
    padding: 0px;
    margin-bottom: -20px;
    display: block;
    float: none;
    border-radius: 5px;
    overflow: hidden;
}

.img_dv ul li a {
    font: 15px 'Roboto Condensed', serif;
    color: #545454;
    padding: 11px 29px;
    display: block; text-decoration: none;
}

.img_dv ul li a i {
    margin-right: 12px;
}

.img_dv ul li a.logout {
    background: #1890c9;
    color: #fff;
    padding: 10px 26px;
    text-align: center;
    margin: 14px 0px 0px;
}

.profile_dt input[type="submit"] {
    background: #1890c9;
    color: #fff;
    border: 0px;
    width: auto;
    padding: 8px 40px;
    font-size: 14px;
    height: auto;
}

.profile_dt.phone_ver {
    padding: 0px;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0px;
    border-top: 1px solid #cecece;
    padding-top: 25px;
}


.profile_dt.phone_ver form {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.phone_lasts {
    padding-top: 25px;
}

.phone_lasts p {
    width: 49%;
    font: 14px 'Roboto Condensed', serif;
    margin: 0 auto 10px;
    color: #5d5d5d;
    display: inline-block;
    padding: 0px 20px;
}

.phone_lasts p span {
    color: #1890c9;
    font-size: 12px;
    margin-left: 20px;
}

.phone_lasts p a {
    float: right;
    background: #1890c9;
    color: #fff;
    padding: 3px 20px;
    border-radius: 6px;
    margin-top: -4px;
    min-width: 123px;
}

.phone_lasts select {
    float: right;
    background: #1890c9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    margin-top: -4px;
    min-width: 123px;
    border: 0px;
    -webkit-appearance: unset;
}

.phone_lasts select option {
    color: #000;
}


.phone_lasts.securty_lasts {
    border-top: 1px solid #c1c1c1;
}

.phone_lasts.securty_lasts
 p {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding: 0px 20px 25px;
}
.phone_lasts.securty_lasts p .m-bootstrap-switch {
    float: right; margin-top:-8px
}


.capital_wrap {
    margin: 0px;
}

.capital_wrap .testi img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto 50px;
    display: block;
    position: relative;
    z-index: 9;
}

.capital_wrap .testi {
    text-align: center;
    padding: 100px 30px;
    background-size: cover !important;
    position: relative;
}

.capital_wrap .testi p {
    font: 15px 'Varela Round', serif;
    color: #fff;
    line-height: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
}

.capital_wrap .testi:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #1890c959;
}

.capital_wrap .right_captil {
    background: #;
}

.capital_wrap .right_captil {
    background: #fff !important;
    padding: 30px;
}

.capital_wrap .right_captil h3 {
    font: 17px 'Roboto Condensed', serif;
    margin-bottom: 20px;
}

.capital_wrap .right_captil .tops label {
    display: block;
    font: 11px 'Varela Round', serif;
    margin-bottom: 10px;
}

.capital_wrap .right_captil .tops a {
    color: #1890c9;
    border: 1px solid #1890c9;
    padding: 11px 10px;
    margin-right: 10px;
    width: 48%;
    font: 700 12px 'Varela Round', serif;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}

.capital_wrap .right_captil .tops a i {
    vertical-align: -1px;
}
.capital_wrap .right_captil .tops {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.capitl_bottom label {
    display: block;
    font: 14px 'Roboto Condensed', serif;
    margin-bottom: 9px;
}

.capitl_bottom input {
    width: 100%;
    height: 37px;
    padding: 6px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    font: 13px 'Roboto Condensed', serif;
    border-radius: 4px;
}

.capitl_bottom label span {
    color: #1890c9;
    position: relative;
}

.capitl_bottom label span
 cite {
    position: absolute;
    width: 350px;
    display: none;
    background: #1890c9;
    line-height: 17px;
    font-size: 11px;
    color: #fff;
    font-style: normal;
    padding: 10px 20px;
    right: -20px;
    bottom: 18px;
    border-radius: 6px;
}

.capitl_bottom label span:hover cite {
    display: block;
}

.capitl_bottom select {
    width: 100%;
    height: 37px;
    padding: 6px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    font: 13px 'Roboto Condensed', serif;
    border-radius: 4px;
    -webkit-appearance: unset;
}

.capitl_bottom input[type="submit"] {
    width: auto;
    background: #1890c9;
    color: #fff;
    padding: 11px 40px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
}
.home_capitl , .build_capitl{ display:none;}

.visible_captitl .testi.testi_next:after {
    display: none;
}

.visible_captitl .testi.testi_next {
    background: #f5f5f5;
    border: 1px solid #dadada;
    padding-top: 50px;
}

.visible_captitl .testi.testi_next img {
    width: 70%;
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
}

.visible_captitl .testi.testi_next ul {
    text-align: left;
    list-style: none;
    padding: 0px;
}

.visible_captitl .testi.testi_next ul li {
    border-bottom: 1px solid #dadada;
    padding: 14px 0px;
    font: 12px 'Roboto Condensed', serif;
    overflow: hidden;
    color: #777;
}

.visible_captitl .testi.testi_next ul li span {
    float: right;
    font-weight: bold;
}

.visible_captitl .right_captil h6 {
    font: 700 15px 'Roboto Condensed', serif;
    margin-bottom: 20px;
    margin-left: 15px;
    display: block;
    float: left;
    width: 100%;
}

.visible_captitl .right_captil .brds {
    border-bottom: 1px solid #dadada;
    margin: 15px 0px 25px;
    padding: 0px;
    width: 100%;
}

.capitl_bottom form label + p input {
    width: auto;
    height: auto;
    vertical-align: -1px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.capitl_bottom form label + p span {
    margin-right: 14px;
    font: 700 13px 'Roboto Condensed', serif;
}

.capitl_bottom .clrd {
    background: #f5f5f5;
    margin: 20px 0px;
    width: 100%;
    padding: 20px 13px;
}

.capitl_bottom .clrd h5 {
    font: 18px 'Varela Round', serif;
    margin-bottom: 20px;
}

.capitl_bottom .clrd label {
    font: 10px 'Varela Round', serif;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
    color: #fff;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
    color: #fff;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #fff;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #fff;
}
.profile_dt a.btn {
    background: #1890c9;
    color: #fff;
    border: 0px;
    width: auto;
    padding: 8px 40px;
    font-size: 14px;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 22px;
}


 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 9px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #125085;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    width: 100%;
    height: 100%;
    border-radius: 30px !important;
}

.slider.round:before {
  border-radius: 50%;
}
.switcher p {
    font: 13px 'Varela Round', serif;
}

.switcher p cite {
    vertical-align: 12px;
    margin-right: 12px;
    font-size: 20px;
    color: #125085;
}

.switcher p label {
    margin-right: 11px;
}

.switcher p {
    margin-top: 26px;
}

.phone_lasts.securty_lasts p label.switch {
    float: right;
    margin-top: -6px;
}
.alert_mesg {
    width: 81.1%;
    background: #3f7ce6;
    height: 42px;
    padding: 10px 20px;
    position: absolute;
    text-align: right;
    right: 0px;
}
.alert_mesg p {
    color: #fff;
    margin: 0px;
    margin-right: 28px;
}


.alert_mesg a {
    float: right;
    color: #fff;
    margin-top: -20px;
}

.alert_mesg a i {
    font-size: 20px;
}
.alert_mesg + .m-grid__item.m-grid__item--fluid.m-wrapper {
    padding-top: 24px;
}
.compose_ticket h3 {
   margin-bottom:30px;
}


.compose_ticket .supports label {
    font-size: 17px;
    font-weight: 300;
    color: #000;
}
.compose_ticket .supports input {
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
}
.compose_ticket .supports select {
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
}
.compose_ticket .supports textarea {
    border-radius: 4px !important;
    font-size: 15px;
}
.compose_ticket .supports input[type="file"] {
    padding: 10px;
    height: auto;
}
.btn.btn-default, .btn.btn-secondary, .btn.btn-default:hover, .btn.btn-secondary:hover, .btn.btn-default:focus, .btn.btn-secondary:focus {
    color: #1890c9 !important;
}
.my_detail_wrap {
    margin: 5px 16px 0px !important;
}
.detail_wrap {
    margin: 0px 15px 0px;
}

.m-body .m-content {
    padding: 17px 30px;
}

.my_detail_wrap {
    background: #fff;
    padding: 22px;
    width: 100%;
}

.my_detail_wrap h4 {
    font: 22px 'Roboto Condensed', serif !important;
    color: #1890c9;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.my_detail_wrap .detail_sctions {
    border-bottom: 2px solid #0000001a;
    padding: 20px;
}

.my_detail_wrap .detail_sctions .contents a, .my_detail_wrap .detail_sctions .forms a {
    float: right;
    border: 1px solid #1890c9; margin-left:10px;
    display: inline-block;
    padding: 6px 28px;
    border-radius: 0px;
    color: #1890c9;
}

.my_detail_wrap .detail_sctions .contents figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 27px;
}

.my_detail_wrap .detail_sctions .contents figure img {
    width: 100%;
    height: 100%;
}

.my_detail_wrap .detail_sctions .forms figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 27px;display: inline-block;
vertical-align: middle;
}

.my_detail_wrap .detail_sctions .forms figure img {
    width: 100%;
    height: 100%;
}

.my_detail_wrap .detail_sctions .forms .img_opt a {
    float: none;
    margin-bottom: 56px;
    display: inline-block;
    vertical-align: 12px;
    margin-left: 23px;
}





.my_detail_wrap .detail_sctions .contents a:hover, .my_detail_wrap .detail_sctions .forms a:hover {background: #1890c9; color:#fff;}

.my_detail_wrap .detail_sctions .contents h6 {
    letter-spacing: 1px;
    color: #1890c9;
    font-size: 12px;
    text-transform: unset;
}

.my_detail_wrap .detail_sctions .contents p {
    letter-spacing: 1px;
    font-size: 12px; margin-bottom:15px;
}
.my_detail_wrap .detail_sctions .contents #prop_img img {
    border: 4px double #538cff;
    width: 26%;
    margin: 0px 10px 20px;
    padding: 15px;
    background: #f8f8f8;
}
.my_detail_wrap .detail_sctions .contents #fimage  img {
    border: 4px double #538cff;
    width: 26%;
    margin: 0px 10px 20px;
    padding: 15px;
    background: #f8f8f8;
}
.my_detail_wrap .detail_sctions .contents #mdocs { width:100% !important;display: table; }
.my_detail_wrap .detail_sctions .contents #mdocs p {display:inline-block; text-align:center;padding: 0px 10px;display: table-cell;}
.my_detail_wrap .detail_sctions .contents #mdocs img {
    border: 4px double #538cff;
    width: 100%;
    margin: 15px 10px 10px;
    padding: 15px;
    background: #f8f8f8;
    height: 201px;
}

.my_detail_wrap .detail_sctions .forms {
    margin-left: -15px; display:none;
}
.my_detail_wrap .detail_sctions .forms label {
    letter-spacing: 1px;
    color: #747474;
    font-size: 12px;
    margin-bottom: 8px;
}
.my_detail_wrap .detail_sctions .forms input {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
    border: 0px;
    border-bottom: 1px solid #0000001a;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    color: #20141480;
}
.my_detail_wrap .detail_sctions .forms input:focus {
    outline: none !important;
}
.my_detail_wrap .detail_sctions .forms select:focus {
    outline: none !important;
}

.my_detail_wrap .detail_sctions .forms textarea {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #0000001a;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    color: #20141480;
}
.my_detail_wrap .detail_sctions .forms input:focus {border-color: #1890c9;}

.my_detail_wrap .detail_sctions .forms .select2 {
    width: 100% !important;
    margin-bottom: 20px;
}
.my_detail_wrap .detail_sctions .forms .select2 .select2-selection--single {
    border: 0px;
    border-bottom: 1px solid #0000001a;
    border-radius: 0px;
}

.my_detail_wrap .detail_sctions .forms .select2 .select2-selection--single #select2-selects-container {
    padding: 10px 0px;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
}
.my_detail_wrap .detail_sctions .forms .select2 .select2-selection--single #select2-selects_two-container {
    padding: 10px 0px;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
}
.select2-container--default .select2-dropdown {
    box-shadow: none;
    border: 1px solid #0000001a !important;
    margin-top: -1px;
}




.strength_wrapper {
    width: 100%;
}
.create_wallets .strength_wrapper .form-control {
    font: 12px 'Roboto Condensed', serif;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    width: 88%;
    height: 37px;
    padding: 8px 10px;
    border-radius: 0px;
    margin-bottom: 22px;
    border: 1px solid #cecece;
    box-shadow: none;
}
.strength_wrapper a.c_button_strength {
    width: 11%;
    border: 1px solid #cecece;
    display: inline-block;
    border-left: 0px;
    text-align: center;
    text-decoration: none;
    font: 14px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #5984ff;
    vertical-align: top;
    height: 37px;
    line-height: 33px;
}
.pswd_info {
    position: absolute;
    width: 99%;
    padding: 15px;
    background: #fefefe;
    font-size: 20px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    display: none;
    z-index: 1000;
    top: 36px;
    left: 0;
    background-color: rgb(238,238,238);
    box-shadow: none;
}

.c_strength_meter {
    display: none;
}

.pswd_info h4 {
    font: 400 13px 'Roboto Condensed', serif !important;
    color: #1f3b77 !important;
    margin-bottom: 16px !important;
}

.pswd_info ul li {
    display: inline-block;
    width: 49%;
    padding: 0px !important;
    vertical-align: top;
    font: 400 13px 'Roboto Condensed', serif !important;
    margin-bottom: 0px !important;
    color: #5a5a5a !important;
}

.pswd_info ul {
    padding: 0px;
    margin: 0px;
}


.pswd_info ul li i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b1b0b0;
    display: inline-block;
    vertical-align: 0px;
    margin-right: 10px;
}

.pswd_info ul li.valid i {
    background: #598eff;
}



.create_wallets {
    padding: 40px 25px;
    text-align: center; margin-bottom: 40px;
}


.create_wallets h3 {
    font: 22px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #5984ff;
}
.create_wallets form {
    width: 60%; display: block;; margin:0 auto;
}

.create_wallets form button {
    font: 18px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    background: #5984ff;
    color: #fff;
    border: 0px;
    padding: 7px 28px;
}
.create_wallets form p {
    font: 300 14px 'Roboto Condensed', serif;
    line-height: 22px;
    color: #7a7a7a;
}

.create_wallets form ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.create_wallets form ul li {display: inline-block;}
.create_wallets form ul li a {display: inline-block; 
    font: 300 14px 'Roboto Condensed', serif;
    color: #5984ff; }

.create_wallets form ul li a {
    display: inline-block;
    font: 700 16px 'Roboto Condensed', serif;
    color: #5984ff;
    text-decoration: none;
    margin: 20px 16px;
}
.create_wallets form .download {
    font: 18px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    background: #d41818;
    color: #fff;
    border: 0px;
    padding: 9px 41px;
    display: inline-block; text-decoration: none;
}
.create_wallets form .nxt {
    font: 18px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    background: #5984ff;
    color: #fff;
    border: 0px;
    padding: 7px 28px;
    display: inline-block; text-decoration: none;
}
.create_wallets form textarea {
    font: 12px 'Roboto Condensed', serif;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    width: 88%;
    height: 105px;
    padding: 8px 10px;
    border-radius: 0px;
    margin-bottom: 22px;
    border: 1px solid #cecece;
    box-shadow: none;
    resize: none;
    color: #545454;
}


.unlockwallet p {
    font: 300 15px 'Roboto Condensed', serif;
        line-height: normal;
    line-height: 24px;
    color: #202020;
}

.unlockwallet form {text-align: left; width: 100%;}

.unlockwallet > p {
    margin-bottom: 41px;
}

.create_wallets h5 {
    font: 700 15px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #5984ff;
    text-align: left;
    letter-spacing: 1px;
}
.unlockwallet label {display: block;text-align: left; margin-bottom: 15px;}
.unlockwallet p i {
    background: #d10505;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;
    font-size: 12px;
    vertical-align: middle;
    box-shadow: 0px 0px 5px -1px #000;
    margin-right: 10px;
}
.unlockwallet label {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font: 300 15px 'Roboto Condensed', serif;
}

.unlockwallet .m-checkbox.m-checkbox--light > span::after {
    border: solid #4690ff;}

.unlockwallet .m-checkbox.m-checkbox--light > span::after {
    border: solid #4690ff;
}
.unlockwallet .m-checkbox.m-checkbox--light > input:checked ~ span {
    border: 1px solid #739cff;
}

.transaction_wrap .wallet_top {
    background: #64a0fe;
    margin: -10px -20px 30px;
    padding: 18px 20px;
    overflow: hidden;
}
.transaction_wrap .wallet_top h4 {
    float: left;
    margin: 0px;
    font: 400 21px 'Roboto Condensed', serif;
    color: #fff;
    letter-spacing: 1px;
}
.transaction_wrap .wallet_top p {
    float: right;
    margin: 0px;
        margin-top: 0px;
    font: 600 14px 'Roboto Condensed', serif;
    color: #fff;
    margin-top: 3px;
}

.transaction_wrap .oveview h6 {
    font: 400 17px 'Roboto Condensed', serif;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 8px;
    margin-bottom: 9px;
}

.transaction_wrap .oveview {margin-bottom: 40px;}
.transaction_wrap .oveview  ul {  margin:0px; padding: 0px; list-style: none;  }
.transaction_wrap .oveview  ul li { display: block; 
    font: 400 13px 'Roboto Condensed', serif;border-bottom: 1px solid #bfbfbf;
    padding-bottom: 8px;
    margin-bottom: 9px;}
.transaction_wrap .oveview  ul li  span{float: right; width: 100px; }

.transaction_wrap .tabl_wraps {
    padding: 20px;
    border: 1px solid #bfbfbf;
}
.transaction_wrap .tabl_wraps table {
    border-top: 1px solid #bfbfbf;
}

.transaction_wrap .tabl_wraps table tr td {
    font: 12px 'Roboto Condensed', serif !important;
    padding: 11px 20px;
    border-bottom: 1px solid #b9b9b9;
    color: #868686;
}

.transaction_wrap .tabl_wraps table tr th {
    font: 700 15px 'Roboto Condensed', serif !important;
    padding: 12px 20px;
    border-bottom: 1px solid #b9b9b9;
    color: #757575;
}


.print-container {
    width: 735px;
    height: 310px;
    border: 1px solid gray;
    margin-bottom: 50px;
    position: relative;
}

.ether-logo-1 {
    position: absolute;
    left: 100px;
}
.print-container #identicon {
    -webkit-print-color-adjust: exact;
    position: absolute;
    right: 7.5rem;
    bottom: 3rem;
}
.print-title {
    float: left;
}
.print-qr-code-1 {
    width: 27%;
    float: left;
    position: relative;
    padding: 20px;
}

.print-text {
    color: #0b7290;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.print-qr-code-1 .print-text {
    right: -35px;
    bottom: 69px;
}
.print-notes {
    width: 27%;
    float: left;
    position: relative;
    padding: 20px;
}
.print-notes .print-text {
    right: -45px;
    bottom: 69px;
}

.print-qr-code-2 {
    width: 27%;
    float: left;
    position: relative;
    padding: 20px;
}
.print-qr-code-2 .print-text {
    right: -45px;
    bottom: 69px;
}
.print-address-container {
    float: left;
    width: 83%;
    padding: 0 25px;
}
.print-address-container p {
    font-size: 14px;
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}


.sign_wrap {
    width: 50%;
    margin: 0 auto;
}

.sign_wrap .sign_preview {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    height: 150px;
    line-height: 150px;
}

.sign_wrap .sign_preview img{ width:100%; height:99%; }
.signmodal_wrap .tab_contents #aps {
    border: 1px solid #c0c0c0;
    width: 100% !important;
    margin-bottom: 10px;
    font: 300 15px 'Roboto Condensed', serif;
        line-height: normal;
    text-align: center;
    line-height: 200px;
}
.signmodal_wrap .tab_contents #aps figure {
    width: 100%;
    height: 100%;
}
.signmodal_wrap .tab_contents #aps figure img {
    width: 100%;
    height: 100%;
}
.sign_wrap a {
    font: 15px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    background: #5984ff;
    color: #fff;
    display: block; text-decoration: none;
    padding: 8px 11px;
}
.sign_wrap a i {margin-right:10px;}

.signmodal_wrap {
    width: 600px;
    margin: 30px auto; position: relative;;
    background: #fff; display: none;
}

.signmodal_wrap #tabs ul {
    padding: 0px;
    list-style: none;
    margin: 0px;overflow: hidden;
}

.signmodal_wrap #tabs ul li {
    width: 33.3333%;
    float: left;
    list-style: none;
    text-align: center;
    background: #E4ECEF;
}
.board.drawing-board {
    margin-bottom: 54px;
}
.signmodal_wrap #tabs ul li a {
    padding: 15px 15px;
    display: block;
    color: #777;
    font: 15px 'Roboto Condensed', serif;
    text-decoration: none !important;
    border-right: 1px solid #d1d1d1;
}

.signmodal_wrap #tabs ul li.ui-state-active a {
    background: #fff;
}

.signmodal_wrap #tabs ul li:last-child a { 
border: 0px;
 }

.signmodal_wrap .tab_contents {
    padding: 20px;
}


.signmodal_wrap .tab_contents .top_s {
    width: 29%;
    display: inline-block;vertical-align: top;
    margin: 0px 10px 20px;
}
 .signmodal_wrap .tab_contents .top_s.top_b { width:46%; }
.signmodal_wrap .tab_contents .top_s input, .signmodal_wrap .tab_contents .top_s select {
    width: 100%;
    background: none;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    height: 38px;
}

.signmodal_wrap .tab_contents label {
    font: 300 13px 'Roboto Condensed', serif;
    margin-bottom: 10px;
}

.signmodal_wrap .tab_contents h5 {
    font: 18px 'Roboto Condensed', serif;
    margin-bottom: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
}

.signmodal_wrap .tab_contents #text-signature {
    border: 1px solid #d7d7d7;
    height: 100px;
    text-align: center;
    font: 18px 'Roboto Condensed', serif;
        line-height: normal;
    line-height: 90px;
}
.signmodal_wrap .tab_contents .dropzone {
    border: 0px;
    padding: 0px;
}
.signmodal_wrap .tab_contents .dropzone {
    border: 1px dashed #d7d7d7;
}
.signmodal_wrap .tab_contents .modal-footer .btn {border-radius: 0px;}
.signmodal_wrap .tab_contents .modal-footer .btn-primary {
    background: #6195ff;
    border: 0px;
}
.sign_modal {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0009;
    width: 100%;
    height: 100%; display: none;z-index: 999;
}

.signmodal_wrap > a {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px -1px #000;
}

.signmodal_wrap > a i{color: #6195ff;}


.left_filter .m-checkbox.m-checkbox--light > span::after {
    border: solid #4690ff;}

.left_filter .m-checkbox.m-checkbox--light > span::after {
    border: solid #4690ff;
}
.left_filter .m-checkbox.m-checkbox--light > input:checked ~ span {
    border: 1px solid #739cff;
}

.left_filter label {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font: 300 15px 'Roboto Condensed', serif;
}

.left_filter h6 {
    margin: -15px -15px 15px -15px;
    padding: 14px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ccc;
    color: #777;
    font: 18px 'Roboto Condensed', serif;
}
.left_filter {
    text-align: left;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #d8d8d8;
}

.left_filter > div {
    margin: 0 -15px 15px -15px;
    padding: 14px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ccc;
}

.left_filter > div:last-child {
    margin: 0 -15px 0px -15px;
    padding: 14px 15px 0px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
}


.dacuments ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.dacuments {
    text-align: left;
}
.dacuments ul li {
    float: left;
    width: 70px;
    margin: 0px 10px 20px;
    text-align: center;
}
.dacuments ul li img {
    width: 82%;
    margin: 0 auto 10px;
}
.dacuments ul li span {
    font: 300 14px 'Roboto Condensed', serif;
    color: #7e7e7e;
}

.top_headingss h3 {
    margin: 0px;
}
.top_headingss {
    text-align: left; 
    margin-bottom: 30px;
}

.top_headingss a {
    font: 300 14px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    background: #5984ff;
    color: #fff;
    float: right;
    padding: 9px 30px;
    margin-top: -34px;

}
.prepare_template {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
}


.prepare_template .top_tempalte {
    background-color: #f4f4f4;
    padding: 25px;
}

.prepare_template .top_tempalte h5 {
    font: 22px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #666;
}

.prepare_template .top_tempalte div {
    width: 70%;
}
.prepare_template .top_tempalte div input {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}

.prepare_template .top_tempalte div textarea {
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}



.prepare_template .template_bottom {
    background-color: #f4f4f4;
    padding: 25px;
}

.prepare_template .template_bottom h5 {
    font: 22px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #666;
}
.prepare_template .template_bottom  div {
    width: 70%;
}
.prepare_template .template_bottom  div input {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}

.prepare_template .template_bottom div textarea {
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}

.prepare_template .envelope {
    padding: 25px;
}

.prepare_template .envelope h5 {font: 22px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #666;}
.prepare_template .envelope ul {  list-style: none; padding: 0px  }
.prepare_template .envelope ul li .inner { 
    background: #fff;
border: 1px solid #d9d9d9;
padding: 20px;
}
.prepare_template .envelope ul li .inner > div {
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px; border-radius: 50%;
    margin: 0 auto 20px;
}
.prepare_template .envelope ul li .inner > div i {
    color: #d9d9d9;
    font-size: 28px;
    vertical-align: middle;
}


.prepare_template .envelope #aps li .inner img { width:100%; height:200px;  }

.prepare_template .envelope ul li .inner .custom-file-control {
    border: 0px;
    border-radius: 0px;
}
.prepare_template .envelope ul li .inner .custom-file-control::before {
    width: 100%;
    content: 'upload';
    text-align: center;
    font: 17px 'Roboto Condensed', serif;
    border-radius: 0px !important;
    height: auto;
    padding: 6px 10px;
    border: 0px;
    background: #54a5ff;
    color: #fff;
}
.prepare_template .envelope ul li .inner .custom-file-control:after {content=""; display: none;}

.prepare_template .recipients {
    padding: 25px;
}

.prepare_template .recipients h5 {font: 22px 'Roboto Condensed', serif;
    margin-bottom: 5px;
    color: #666;}

.prepare_template .recipients p {font:300 14px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #666;}

.prepare_template .recipients  .recipients_d {
    width: 70%;
border: 1px solid #d9d9d9;
padding: 20px; margin-bottom: 20px;
}
.prepare_template .recipients  .recipients_d input {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}
.prepare_template .recipients .add_recipients {
    border-radius: 0px !important;
    height: auto;
    padding: 8px 25px;
    border: 0px;
    background: #54a5ff;
    color: #fff;
}


.transaction_wrap.signing_request table tr td {
    font: 12px 'Roboto Condensed', serif !important;
    padding: 5px 20px;
    border-bottom: 1px solid #b9b9b9;
    color: #868686;
}

.transaction_wrap.signing_request table tr th {
    font: 700 15px 'Roboto Condensed', serif !important;
    padding: 5px 10px;
    border-bottom: 1px solid #b9b9b9; width: 1%;
    color: #757575;
}
.transaction_wrap.signing_request table tr th:nth-child(3){width: 7%;}
.transaction_wrap.signing_request h3 {
    font: 22px 'Roboto Condensed', serif;
    margin-bottom: 24px;
    color: #5984ff;

}

.btn.m-btn--hover-accent:hover, .btn.m-btn--hover-accent.active, .btn.m-btn--hover-accent:active, .btn.m-btn--hover-accent:focus, .show > .btn.m-btn--hover-accent.dropdown-toggle {
    border-color: #6e9eff !important;
    color: #ffffff !important;
    background-color: #68aaff !important;
}
.transaction_wrap.signing_request table tr th input {
    width: 100%;
    border: 1px solid #d7d7d7;
    font: 300 14px 'Roboto Condensed', serif;
    padding: 4px 10px;
}
.transaction_wrap.signing_request table tr td strong span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.signing_request .butnss {
    margin: 20px 0px;
}
.signing_request .butnss a {
    background: #1890c9;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
}

.prepare_template .recipients .recipients_d .first_field {
    position: relative;
    width: 54%; display:inline-block;
}
.prepare_template .recipients .recipients_d .first_field a {
    position: absolute;
    color: #b1b1b1;
    top: 0px;
    right: 0px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.prepare_template .recipients .recipients_d select {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #cecece;
    background: none;
    margin-bottom: 20px;
}



.edit_doc #wrapper #options {
    width: 20%;
    float: left;
    border: 1px solid #ddd;
    text-align: left; height:600px;border-radius: 6px 0px 0px 6px;
}
.edit_doc #wrapper #options .drag {
    display: block;
    text-align: left;
    font: 300 15px 'Roboto Condensed', serif;
    padding: 9px 20px;
    color: #7d7d7d;
}
.edit_doc #wrapper #options .drag  i {color: #7d7d7d; margin-right:10px;}
.edit_doc #wrapper #options h3 {
    padding: 14px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ccc;
    color: #777;
    font: 18px 'Roboto Condensed', serif;
}

.edit_doc #wrapper #frame {
    float: left;
    width: 60%;
    border: 1px solid #ddd;
    text-align: left;
    margin-left: -3px;position: relative;
    height: 600px;
    overflow: auto;
}


.zooming_option {
    width: 60%;
    border: 1px solid #ddd;
    height: 600px;
    overflow: auto;margin: 0 auto;
    
}
.edit_doc #wrapper .zooming_option #frame { width:100%; height:auto; border:0px;overflow: visible;}

span.zoomIn i, span.zoomOut i {
    vertical-align: middle;
}
span.zoomIn, span.zoomOut {
    background: #3883f7;
    color: #fff;
    width: 53px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}


.edit_doc #wrapper #frame #inner_frame { position: relative;  }
.edit_doc #wrapper #frame img {
    width: 100%;
}

.edit_doc #wrapper #frame .ui-draggable {
    position: absolute !important;
    z-index: 9999;
    width: auto;
    background: #6eadff;
    padding: 10px 20px;
    text-align: center;
    color: #fff; display:inline-block;
    font: 14px 'Roboto Condensed', serif;border-radius: 6px;
}

.edit_doc #wrapper #frame .ui-draggable i {display:inline-block;margin-right: 5px;}
.edit_doc #wrapper #frame .ui-draggable.active {background: #1e6cb9;}
.edit_doc #wrapper .ui-draggable-dragging { z-index:9999;  background: #6eadff;
    padding: 10px 20px !important;
    text-align: center !important;
    color: #fff !important; display:inline-block !important;
    font: 14px 'Roboto Condensed', serif !important; border-radius: 6px;}
.edit_doc #wrapper .ui-draggable-dragging i {display:inline-block;margin-right: 5px; color: #fff !important;}

.edit_doc #wrapper .right_options {
    width: 20%;
    float: left;
    border: 1px solid #ddd;border-radius: 0px 6px 6px 0px;
    text-align: left;
    height: 600px; text-align: center;;
}
.create_wallets .right_options form {
    width: 100%;
}
.edit_doc #wrapper .right_options h3 {
    padding: 14px 15px;
    border-radius: 5px 5px 0px 0px; text-align: left;
    border-bottom: 1px solid #ccc;
    color: #777;
    font: 18px 'Roboto Condensed', serif;
}

.edit_doc #wrapper .right_options label {text-align: left;
    padding: 0px 15px 10px;
    color: #777;
    font: 18px 'Roboto Condensed', serif; display: block; text-align: left;
}


.edit_doc #wrapper .right_options select {
    font: 13px 'Roboto Condensed', serif;
    width: 81%;
    border: 1px solid #b4b4b4;
    padding: 0px 6px;
    height: 31px;
    margin-bottom: 20px;
}
.edit_doc #wrapper .right_options p {font: 13px 'Roboto Condensed', serif;}
.edit_doc #wrapper .right_options input {
    width: 81%;
    border: 1px solid #b4b4b4;
    padding: 0px 6px; display: block; margin: 0 auto 5px;
    height: 31px;}



#frame .dflt {
    position: absolute;
    padding: 8px; color: #fff;
    background: #70a9ff;
}

#frame .dflt input {
    padding: 6px 15px;
}

#frame .f_ones.dflt {
    top: 20px;
    left: 20px;
}

#frame .f_four.dflt {
    top: 20px;
    right: 21px;
}

#frame .f_two.dflt{
    top: 100px;
    left: 20px;
}

#frame .f_three.dflt {
    padding: 0px;
    background: none;
}

#frame .f_four.dflt input {
    width: 121px;
}

#frame .f_ones.dflt input {
    width: 148px;
}

#frame .f_two.dflt {
    top: 180px;
    left: 20px;
}
#frame .dflt img{
width:150px !important;
    
}

.hed {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.hed a {
    background: #1890c9;
    color: #fff;
    font: 15px 'Roboto Condensed', serif !important;
    padding: 8px 30px;
    float: right;
}

.hed h3 {
    font: 22px 'Roboto Condensed', serif !important;
}


.agreement_section, .invoice_section {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.agreement_step img { width:200px; height:150px; margin-right:20px; }
.agreement_step div {
    width: 19%;
    display: inline-block;
    vertical-align: bottom;
    font: 18px 'Roboto Condensed', serif;
    padding: 0px 20px;
    text-align: center;
}
.agreement_step div h3 {
    font-size: 18px;
    color: #777;
    margin-bottom: 10px;
}

.agreement_step div span {
    width: 100%;
    display: block;
    height: 13px;
    background: #dedede;
    margin-bottom: 10px;
}
.agreement_step div h6 {
    color: #23bc50;
    font-size: 11px;
    min-height: 13px;
}

.agreement_step .signd span {
    background: #23bc50;
}

.invoice_stp div {
    padding: 10px 20px;
    font: 300 14px 'Roboto Condensed', serif;
}

.invoice_stp div:nth-child(2n+1) {
    background: #6477ff1a;
}
.invoice_stp div p {
    margin: 0px;
}
.invoice_stp div p strong {
    color: #5c81ff;
    font-weight: bold;
    min-width: 130px;
    display: inline-block;
}

.invoice_page .hed h3 {
    font-size: 30px !important;
    color: #83b0ff;
    font-weight: bold !important;
}


.invoice_page .hed {
    border: 0px;
    padding: 0px;
    text-align: center;
    margin: 60px 0px;
}


.invoice_page .invoice_table table {
    width: 100%;
    border-bottom: 2px solid #83b0ff;
}

.invoice_page .invoice_table table tr th { padding:7px 10px;font: 18px 'Roboto Condensed', serif; border-bottom:2px solid #83b0ff; }

.invoice_page .invoice_table table tr td {
    padding: 7px 10px;
    font: 300 13px 'Roboto Condensed', serif;
    border-bottom: 1px solid #ccc;
    height: 42px;
}

.invoice_page .invoice_table table tr th:last-child, .invoice_page .invoice_table table tr td:last-child { text-align:right; }
.invoice_page .invoice_table table tr:last-child td{ text-align:right; border:0px; }
.invoice_page .invoice_table > span {
    font: 300 13px 'Roboto Condensed', serif;
    margin-top: 10px;
    margin-top: 10px;
    display: block;
}

.invoice_page .invoice_table .totals {
    width: 300px;
    text-align: right;
    float: right;
}
.invoice_page .invoice_table .totals ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font: 300 14px 'Roboto Condensed', serif;
    display: block;
    color: #999;
    border-bottom: 1px solid;
    padding: 0px 10px 15px;
}
.invoice_page .invoice_table .totals ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.invoice_page .invoice_table .totals ul li strong {
    width: 100px; text-align:left;
    display: inline-block;
    float: left; font-weight:bold;
}
.invoice_page .invoice_table .totals ul li.clrd {
    color: #70aeff;
}
.invoice_page .invoice_table .totals {
    width: 300px;
    text-align: right;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
}
.invoice_page .invoice_table .totals a {
    font: 18px 'Roboto Condensed', serif;
    display: block;
    color: #fff;
    background: #70aeff;
    padding: 7px 0px;
    text-align: center;
}
.property_wr {
    border: 1px solid #efefef;
    margin-bottom: 30px;
    background: #f9f9f980; position:relative;
    padding: 15px;
}
.property_wr figure {
    width: 30%; overflow:hidden;
    float: left; margin:0px; height:218px; background:none;
}
.property_wr figure img {width:100%; height:100%;
    
    -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;

}
.property_wr:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.property_wr > div {
    padding: 20px;
    float: left;
    width: 70%;
}

.property_wr > div h3 a {
    font: 400 17px 'Roboto Condensed', serif;
    letter-spacing: 1px;
    margin-bottom: 2px;
    color: #515151;
}
.property_wr > div h6 {
    font: 300 13px 'Roboto Condensed', serif;
    margin-bottom: 15px;
    color: #6990ff;
}
.property_wr > div p {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    color: #717171;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

.property_wr > div span {
    font: 300 17px 'Roboto Condensed', serif;
    letter-spacing: 5px;
}
.property_wr > div span i {
    color: #708bff;
}
.property_wr > div > a {
    background: #337ae9 !important;
    color: #fff;
    font: 400 14px 'Roboto Condensed', serif;
    padding: 6px 20px;
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.property_wr > div span cite {
    letter-spacing: 0;
    font-style: normal;color: #708bff;
}

.property_wr > div span .status {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #337ae9;
    color: #fff;
    padding: 7px 10px;
    font-size: 11px;
    letter-spacing: 0px;
}

.property_wr > div span .in_processing { background: #337ae9;}
.property_wr > div span .approved {
    background: #088717;
}
.property_wr > div span .transaction_failed {
    background: #960000;
}


.morecontent {
    display: none;
}

.profile_wrap {margin-bottom: 50px;}
.security_acc #accordion h3 {
    background: #1890c9;
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 10px;
    cursor: pointer;
    outline: none !important;
    border: 0px !important;
    font: 17px 'Roboto Condensed', serif;
}

.security_acc #accordion .acc_content {
    background: rgb(241, 241, 241)!important;
    border: 1px solid #c3c3c3;
    border-top: 0px;
    margin-bottom: 30px;
    height: auto !important;
    padding: 20px;
}

.accordion_top {
    background: rgb(241, 241, 241)!important;
    border: 1px solid #c3c3c3;
    border-top: 0px;
    padding: 30px 40px;
    margin-bottom: 35px;
}

.accordion_top h3 {
    text-transform: none;
    color: #5a5a5a;
    margin-bottom: 9px;
    font: 18px 'Roboto Condensed', serif;
}

.accordion_top ul li {color: #5a5a5a;line-height: 31px;}
.security_acc #accordion h3 span.desc {
    font-size: 9px;
    margin-left: 77px;
}

.accordion_top > a {
    color: #636363; text-align: right;; margin: 20px 0px 0; display: block;;
    font-size: 13px;
    font-weight: bold;
}

.accordion_top > a i {
    margin-right: 5px;
    color: #162754;
}

.security_acc #accordion .acc_content h4 {
    text-transform: none;font: 17px 'Roboto Condensed', serif;
}
.security_acc #accordion .acc_content p {
    line-height: 29px;
    width: 83%;
}
.security_acc #accordion .acc_content label {
    font-size: 16px;
    margin-bottom: 13px;
    font: 15px 'Roboto Condensed', serif;
}
.security_acc #accordion .acc_content textarea {
    border: 1px solid #d1d1d1 !important;
}
.security_acc #accordion .acc_content .form_footer a {
    background: #3880ff;
    border: 0px;
    border-radius: 0px;
}
.security_acc #accordion h3.ui-state-active .desc {
    display: none;
}

.security_acc #accordion h3.ui-state-active .fa-chevron-left {
    display: none;
}

.security_acc #accordion h3 .fa-chevron-down {
    display: none;
}

.security_acc #accordion h3.ui-state-active .fa-chevron-down {
    display: inline-block;
}

.security_acc #accordion .acc_content div small {
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;
    font: 300 15px 'Roboto Condensed', serif;
}

.security_acc #accordion .acc_content div small i {
    margin-right: 10px;
}




.check_block label::before {

    transition: .3s ease;
    content: '';
    width: 50%;
    height: 22px;
    position: absolute;
    background: #fff;
    left: 1px;
    top: 0px;
    box-sizing: border-box;
    border: 3px solid;
    color: #9fa0a180;
    border-radius: 100px;

}
.check_block {
    position: relative;
    clear: both;
    display: inline-block;
}

.check_block span{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    float: right;
    margin-top: 6px;
    margin-left: 8px;
}
.check_block label {
    width: 50px;
    height: 22px;
    box-sizing: border-box;
    border: 0;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
    margin-bottom: 0px !important;background: #9fa0a180;
}
.check_block input[type=checkbox]:checked + label {
    background: #1890c9;
}
.check_block input[type=checkbox] {display: none;}
.check_block input[type="checkbox"]:checked + label::before {
    left: 49%;
    color: #1890c9;
}
.check_block cite {
    font-style: normal;
    display: inline-block;
    vertical-align: 9px;
    margin: 0px 10px 0px;
}

.check_block label {
    display: inline-block;
}

.check_wrap {
    float: right;
    margin-top: -51px;
}


.security_acc #accordion .acc_content table tr th {
    text-align: left;
    padding: 10px 20px;
    border-color: #303f63;font:600 14px 'Roboto Condensed', serif;
}

.security_acc #accordion .acc_content table td {
    border-color: #303f63;
    padding: 4px 20px;
    text-align: left;
    vertical-align: middle;font: 14px 'Roboto Condensed', serif;
}

.security_acc #accordion .acc_content table .check_wrap {
    margin: 0px;
    float: none;
}

.security_acc #accordion .acc_content table input[type="text"] {
    width: 686px;
    background: none;
    height: 34px;border: 1px solid #b7b7b7;
}

.security_acc #accordion .acc_content table tbody tr:nth-child(odd) {
    background: rgba(245, 245, 245, 0.54);
}


.box_wrp {
    text-align: center;
}

.box_wrp .setup_box {
    width: 69%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    border: 2px solid #1890c9;
    padding: 10px 40px;
    margin: 20px 20px;
    border-radius: 0;
}

.box_wrp .setup_box img {
    width: 128px;
    margin: 0 auto 24px;
    display: block;
}

.box_wrp .setup_box p {
    width: 100%;
    margin-bottom: 10px; font: 300 15px 'Roboto Condensed', serif;
}
.box_wrp .setup_box ul li {
    width: 100%;
    margin-bottom: 10px; font: 300 15px 'Roboto Condensed', serif;
}

.box_wrp .setup_box h5 {
    text-transform: none;font: 15px 'Roboto Condensed', serif;
}
.box_wrp .setup_box a {
    background: #1890c9;
    padding: 10px 20px;
    display: block;
    color: #fff;
    width: 100px;
    text-align: center;
    margin: 20px auto;
}


.modal_first {
    background: rgba(0, 0, 0, 0.45);
    top: 0px;
    left: 0px; display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
}

.modal_first .inner {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    background: #5392ff;
    margin-top: -125px;
}

.modal_first .inner h6 {
    background: #536dff;
    padding: 10px 20px;
    font-size: 17px; margin-bottom: 40px;
    color: #fff;
    text-transform: none;
}

.modal_first .inner p {
    color: #fff;
    padding:0px 20px;
}

.modal_first .inner input[type="text"] {
    margin-left: 21px;
    margin-bottom: 20px;
    display: block;
    width: 350px;
    background: none;
    color: #fff;
    height: 36px;border: 1px solid #fff;
padding: 10px;
}

.modal_first .inner input[type="submit"] {
    border: none;
    background: #344aed;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}


.modal_first .inner > a {
    position: absolute;
    top: 11px;
    right: 14px;
}


.modal_first .inner div {
    background: #536dff;
    padding: 22px;
    margin: 0px 26px 20px;
    word-break: break-all;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.modal_first .inner div img {
    margin-right: 28px;
    float: left;
}

.modal_first .inner div input {
    font-size: 14px;
    margin: 20px 0px;
    color: #fff;
}

div#twos.modal_first .inner {
    margin-top: -205px;
}

.modal_first .inner div input[type="submit"] {
    margin: 0px;
}




.tg-wrapper {
    padding-bottom: 100px;
}

.moadl_head span {
    max-width: 520px;
    word-break: break-all;
    text-transform: uppercase;
    display: block;
    color: rgba(3,32,71, 0.6);
    font-size: 13px;
    line-height: 1.3;
}
.moadl_head {
    padding: 20px 32px;}

.moadl_head strong {
    line-height: 1.3;
    font-size: 13px;
}
.modan_inner {
    background: #fff;
    width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: -280px;
}

.modan_inner {
    background: #fff;
}
.modan .modan_inner > a {
    font-size: 22px;
    color: #d0b550;
    position: absolute;
    top: 10px;
    right: 16px;
    font-weight: bold;
}
.modan {
    background: rgba(6, 44, 93, 0.64);
    position: fixed;
    top: 0px; display: none;
    left: 0px;
    width: 100%;
    height: 100%; z-index:9999999;
}

.block-detail-row p {
    font-size: 14px;}
    
    .profile tbody tr td a {margin:0px 10px 0 0;
}
    
    

@media only screen and (max-width: 575px)
{
    .profile_dt.phone_ver .widgets { text-align:center !important; }
    .profile_dt.phone_ver .widgets h3 {
    margin-top: 12px;}


    .m-stack.m-stack--ver > .m-brand {
    display: inline-block;
    width: 60%;
    float: left;
}
    .m-stack.m-stack--ver > .m-header-head {
    width: 40%;
    display: inline-block; padding-right:10px;
    background: #1890c9;line-height: 60px;
}

    .m-stack.m-stack--ver > .m-header-head .m-stack__item {
    display: block;}
    
    .m-stack.m-stack--ver > .m-header-head .m-stack__item > ul {
    padding: 0px !important;
    margin: 0px;
}

.filters .filter_btn, .propert_types, .rent_types {
    display: inline-block;
    margin-bottom: 10px;
}
.filter_modal .brdr ul li {
    width: 100%;}

.filter_modal .range_wrap {
    width: 100%;
    padding: 0px;
}
.filter_modal .select_wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown_items, .dropdown_items_two {
    width: 269px;
    top: 151px;
    left: 0px;
    
}
.dropdown_items_two {
    left: 0px;
}
.places_wrap .place .property-stats ul li h6 {
    font-size: 12px !important;
}

.detail_wrap {
    width: 95%;
    margin: 0 auto;padding: 22px 0px;
}
.profile_dt.phone_ver.property_form section > div {
    width: 90% !important;
    float: left;
    margin: 0px 0px 13px !important;
    position: relative;
}
.wizard .actions ul li a {
    padding: 7px 19px !important;
    font-size: 11px !important;
}

    #rps1 > div {
    width: 100% !important; }
    
    .create_wallets form {
    width: 100%;
}
.create_wallets .strength_wrapper .form-control {width:80%;}
.strength_wrapper a.c_button_strength {
    width: 20%;}
    .pswd_info ul li {
    width: 100%;}
.create_wallets form ul li a {
    font: 700 13px 'Roboto Condensed', serif;
    margin: 5px 16px;
}
.transaction_wrap table {
    width: 100%;
    display: block;
    overflow: auto;
}
.sign_wrap {
    width: 100%;
    margin: 0 auto;
}
.signmodal_wrap {
    width: 100%;}

.signmodal_wrap .tab_contents .top_s.top_b {
    width: 40%;
}
.signmodal_wrap .tab_contents .top_s {
    width: 24%;margin: 0px 10px 10px;}
    .signmodal_wrap .tab_contents #text-signature {
    height: 87px;
    line-height: 83px;
}
    
.board.drawing-board {
    margin-bottom: 54px;
    width: 290px !important;
}
.drawing-board-control {
  display: inline-block !important;}
  .prepare_template .top_tempalte div {
    width: 100%;
}
.prepare_template .recipients .recipients_d {
    width: 100%;}
    .prepare_template .template_bottom div {
    width: 100%;
}
.edit_doc #wrapper #frame {
    width: 100%;}
    
.edit_doc .place_top a {
    float: none;
    margin-bottom: 11px;
}
.edit_doc #wrapper #options {
    width: 100%;
}
.edit_doc #wrapper .right_options {
    width: 100%;
}
  .profile_dt.phone_ver form {
    width: 100%;
}  

.capital_wrap .right_captil .tops a {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
}
header .logo, header .social_icons {
    width: 100%;
    text-align: center !important;
    line-height: normal;
    padding: 7px 0px;
}
.login_detail .right_full .inner_full {
    width: 100%;
}
.m-stack.m-stack--ver > .m-header-head .m-stack__item > ul > li {margin:0px; padding:0px;}
.m-grid__item.m-footer .m-stack {
    display: block;
}
.m-subheader .m-subheader__daterange .m-subheader__daterange-label {
    font-size: 10px;
}
    
.m-stack.m-stack--ver > .m-header-head .m-topbar {
    margin: 0px;
    background: #1890c9;
    border: 0px;line-height: 60px;
}
#m_aside_header_menu_mobile_toggle, #m_aside_header_topbar_mobile_toggle {
    display: none !important;
}
.m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper, .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper {
    width: 260px;
    margin: 0 auto;
    left: -150px;
    right: 0px;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i::before {
    background:#fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}






.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span {
    background: #1890c9 !important;
}
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after {
    background:#1890c9 !important;
}
.m-brand.m-brand--skin-dark {
    background: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px)
{
    
    
    .profile_dt.phone_ver .widgets { text-align:center !important;padding: 10px 10px!important; }
    
    .profile_dt.phone_ver .widgets h3 {
    margin-top: 12px;font-size: 11px!important;}
    
    .profile_dt.phone_ver .widgets div  { max-width:100%; }
    
    .profile_dt.phone_ver .widgets p, .profile_dt.phone_ver .widgets span {
    font-size: 10px;
    letter-spacing: 1px;
}
    
    header {
    display: flex;
}
.login_detail {
    display: flex;
}

    .m-stack.m-stack--ver > .m-brand {
    display: inline-block;
    width: 60%;
    float: left;
}
    .m-stack.m-stack--ver > .m-header-head {
    width: 40%;
    display: inline-block; padding-right:10px;
    background: #1890c9;line-height: 60px;
}

    .m-stack.m-stack--ver > .m-header-head .m-stack__item {
    display: block;}
    
    .m-stack.m-stack--ver > .m-header-head .m-stack__item > ul {
    padding: 0px !important;
    margin: 0px;
}

.filters .filter_btn, .propert_types, .rent_types {
    display: inline-block;
    margin-bottom: 10px;
}
.filter_modal .brdr ul li {
    width: 100%;}

.filter_modal .range_wrap {
    width: 100%;
    padding: 0px;
}
.filter_modal .select_wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.places_wrap > .col-sm-4.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.places_wrap {
    display: flex;
}

.dropdown_items_two {
    left: 0px;
}
.places_wrap .place .property-stats ul li h6 {
    font-size: 12px !important;
}

.detail_wrap {
    width: 95%;
    margin: 0 auto;padding: 22px 0px;
}
.profile_dt.phone_ver.property_form section > div {
    width: 45% !important;
    float: left;
    position: relative;
}
.profile_dt.phone_ver.property_form section > div.place_top {width:100% !important;
    margin: 0px 0px 13px !important;}
    
    .profile_dt.phone_ver.property_form section > .fulls {
    width: 96% !important;
}

.lising_map.chating_wrap {
    width: 100%;
    display: flex;
}
.prepare_template .envelope .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.capitl_bottom .col-sm-6 {
    max-width: 100%;
}
.profile_dt.phone_ver.support_items .col-md-4 {
    max-width: 100%;
}
.wizard .actions ul li a {
    padding: 7px 19px !important;
    font-size: 11px !important;
}

    #rps1 > div {
    width: 100% !important; }
    
    .create_wallets form {
    width: 100%;
}
.create_wallets .strength_wrapper .form-control {width:80%;}
.strength_wrapper a.c_button_strength {
    width: 20%;}
    .pswd_info ul li {
    width: 100%;}
.create_wallets form ul li a {
    font: 700 13px 'Roboto Condensed', serif;
    margin: 5px 16px;
}
.transaction_wrap table {
    width: 100%;
    display: block;
    overflow: auto;
}
.sign_wrap {
    width: 100%;
    margin: 0 auto;
}
.signmodal_wrap {
    width: 100%;}

.signmodal_wrap .tab_contents .top_s.top_b {
    width: 40%;
}
.signmodal_wrap .tab_contents .top_s {
    width: 24%;margin: 0px 10px 10px;}
    .signmodal_wrap .tab_contents #text-signature {
    height: 87px;
    line-height: 83px;
}
    
.board.drawing-board {
    margin-bottom: 54px;
    width: 290px !important;
}
.drawing-board-control {
  display: inline-block !important;}
  .prepare_template .top_tempalte div {
    width: 100%;
}
.prepare_template .recipients .recipients_d {
    width: 100%;}
    .prepare_template .template_bottom div {
    width: 100%;
}
.edit_doc #wrapper #frame {
    width: 100%;}
    
.edit_doc .place_top a {
    float: none;
    margin-bottom: 11px;
}
.edit_doc #wrapper #options {
    width: 100%;
}
.edit_doc #wrapper .right_options {
    width: 100%;
}
  .profile_dt.phone_ver form {
    width: 100%;
}  

.capital_wrap .right_captil .tops a {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.login_detail .right_full .inner_full {
    width: 100%;
}
.m-stack.m-stack--ver > .m-header-head .m-stack__item > ul > li {margin:0px; padding:0px;}
.m-grid__item.m-footer .m-stack {
    display: block;
}
.m-subheader .m-subheader__daterange .m-subheader__daterange-label {
    font-size: 10px;
}
    
.m-stack.m-stack--ver > .m-header-head .m-topbar {
    margin: 0px;
    background: #1890c9;
    border: 0px;line-height: 60px;
}
#m_aside_header_menu_mobile_toggle, #m_aside_header_topbar_mobile_toggle {
    display: none !important;
}
.m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper, .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper {
    width: 260px;
    margin: 0 auto;
    left: -150px;
    right: 0px;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i::before {
    background:#fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}





@media only screen and (min-width: 650px) and (max-width: 1000px)
{
 
    .m-stack.m-stack--ver > .m-brand {
    display: inline-block;
    width: 60%;
    float: left;
}
    .m-stack.m-stack--ver > .m-header-head {
    width: 40%;
    display: inline-block; padding-right:10px;
    background: #1890c9;line-height: 60px;
}

    .m-stack.m-stack--ver > .m-header-head .m-stack__item {
    display: block;}
    
    .m-stack.m-stack--ver > .m-header-head .m-stack__item > ul {
    padding: 0px !important;
    margin: 0px;
}
   
.m-stack.m-stack--ver > .m-header-head .m-stack__item > ul > li {margin:0px; padding:0px;}
.m-grid__item.m-footer .m-stack {
    display: block;
}
.m-subheader .m-subheader__daterange .m-subheader__daterange-label {
    font-size: 10px;
}
    
.m-stack.m-stack--ver > .m-header-head .m-topbar {
    margin: 0px;
    background: #1890c9;
    border: 0px;line-height: 60px;
}
#m_aside_header_menu_mobile_toggle, #m_aside_header_topbar_mobile_toggle {
    display: none !important;
}
.m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper, .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper {
    width: 260px;
    margin: 0 auto;
    left: -150px;
    right: 0px;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i::before {
    background:#fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}


@media only screen and (max-width: 575px)
{
    .login_page .login_form {
        background: #fff;
        width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -150px;
        padding: 30px;
        margin-top: -214px;
        z-index: 99;
    }
     .location_types, .propert_types, .rent_types, .price_types, .more_types {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .paginat_bottom.row .text-right {
        text-align: center !important;
        margin-top: 20px;
    }
    
    .paginat_bottom.row {
        text-align: center !important;
    }
    
    .paginat_bottom.row ul#pagination-demo {
        display: block;
    }
    .property_wr figure {
        width: 100%;
    }
    .property_wr>div {
        padding: 20px;
        float: left;
        width: 100%;
    }
    .m-portlet .m-portlet__head .m-portlet__head-tools {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    display: block;
    margin-bottom: 20px;
    margin-top: 11px;
    text-align: center;
}

.m-portlet .m-portlet__head .m-portlet__head-tools a.btn {
    width: 100%;
    margin-bottom: 10px;
}

.m-portlet .m-portlet__head .m-portlet__head-caption h3.m-portlet__head-text {
    width: 100%;
    text-align: center;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    width: 100%;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.pms_icons {
    display: none;
}


}


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

}

@media only screen and (max-width: 350px)
{
    
.paginat_bottom #pagination-demo li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.paginat_bottom #showsrec {
    display: block;
    width: 100%;
    margin-bottom: 10px;
} 

}

.paginat_bottom.row {
    padding: 31px 0 0;
}

ul#pagination-demo {
    margin: 0px;
}
.paginat_bottom p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.paginat_bottom p select#showsrec {
    -webkit-appearance: unset;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 0px 10px;
    width: 60px;
    background: #fff;
    border: 1px solid #000;
}
