@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
}
.footer_sub_section {
    display: block !important;
}
.footer_sub_section p {
    font-size: 12px;
}
ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
input , a , button {
	outline: none;
}

/* Main Header Style */
.header_buttons_main ul li a{
  padding: 7px 20px !important;
  margin-left: -1px;
}
.find_layer_btn, .get_xip_btn  {
  line-height: 1.75;
}
li.find_layer_btn a:hover {
    background: #959595 !important;
}
li.get_xip_btn a:hover {
background: #959595 !important;
}
.language-menu {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.menu-register-menu-container{
    position: relative;
    top: 4px;
}
.header_buttons_main ul li.find_layer_btn a {
    margin-right: 15.5px;
}
#main-logo {
    display: block;
    text-align: center;
    line-height: 0;
}
#main-logo .text-logo {
    white-space: nowrap;
    font-size: 45px;
	color: #464C51;
	font-weight: bold;
	margin: 0;
}
#main-logo .navbar-brand {
    display: inline-block;
    height:45px;
    
}
.menu-horizontal {
    background: #2F60D5;
    width: 100%;
    padding: 0 30px;
    position: relative;
    margin-top: 15px;
}
.menu-horizontal-inner.header_left_menu {
    width: 32%;
   text-align: center;
}
.main_menu_wrapper {
    width: 100%;
    max-width: 1260px;
    display: block;
    margin: 0 auto;
}
.menu-horizontal .main_menu_wrapper > div {
    display: inline-block;
}
.main_menu_wrapper li {
    display: inline-block;
    position: relative;
}
.header_left_menu > .menu-main-menu-container > ul > li:first-child > a {
    padding-left: 0;
}
.menu-primary .menu-smart > li > a {
    display: block;
    padding: 25.5px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1em;
}
.menu-primary .menu-smart > li > a:hover {
    color: rgba(255,255,255,.5);
}
.menu-primary .sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    width: 200px;
    background-color: #fafaff;
    z-index: 100000;
}
.main_menu_wrapper li:hover > .sub-menu {
	display: block;
}
.menu-primary .sub-menu li a {
    color: #464C51;
    text-align: left;
    font-size: 15px;
    padding: 15px 18px;
	display: block;
}
.menu-primary .sub-menu li {
    display: block;
}
.menu-primary .sub-menu li a:hover {
    color: #2F60D5;
	background-color: rgba(0, 0, 0, 0.03);
}
.header_buttons_main {
    width: 35.5%;
    text-align: center;
	display: inline-block;
}
.header_buttons_main ul {
    margin: 15px 0 0;
}
.header_buttons_main ul li {
    display: inline-block;
    padding-bottom: 5px;
}
.header_buttons_main ul li.find_layer_btn a {
    margin-right: 16px;
}
.header_buttons_main ul li.active a {
    color: #2F60D5;
    background: #ccc;
    border: 1px solid #ccc;
}
.menu-horizontal-inner{
    margin-bottom: 5px;
}
.header_buttons_main ul li a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8.5px 20px;
    display: inline-block;
    border-radius: 30px;
    min-width: 180px;
}
.language-menu{
    margin-left: 8px;
}
#menu-register-menu{
    margin-left: 50px;
}
.header_buttons_main ul li a:hover {
    color: #2F60D5;
    background: #fff;
}
.header_register_menu.header_right_menu {
    text-align: right;
    display: inline-block;
}
.menu-smart > li.menu-item-has-children > a::before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 16px;
}
.slider.round {
  	border-radius: 34px;
}
.slider.round:before {
  	border-radius: 50%;
}
/*.header_switch_sec{
    margin-left: -5px;
    margin-top: -5px;
}*/
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
.switch input { 
  	opacity: 0;
  	width: 0;
  	height: 0;
}
.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: 0;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #5DCC46;
}
input:focus + .slider {
  	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider::before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.header_right_switch {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.header_right_switch > span {
    display: inline-block;
    vertical-align: middle;
}
span.header_switch_sec {
    margin-left: 20px;
    margin-top: 5px;
}
/*.header_switch_text {
    padding-right: 20px;
}*/
.header_switch_status_txt {
    display: block;
    color: #fff;
    /*letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: bold;*/
}
.header_switch_status {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    letter-spacing: 0.5px;
}
.header_switch_status.online {
    color: #55BA3F;
}
.header_bell_icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 43px;
    position: relative;
}
.header_bell_icon span {
    display: inline-block;
    vertical-align: middle;
}
.header_notifications {
    background: #D3382F;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin: -29px 0 0 -13px;
    text-align: center;
    margin-left: -10px;
    position: absolute;
    margin-top: -9px;
    padding-left: 4px;
    padding-right: 4px;
}
.lang_dropdown select {
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 0;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.header_mobile_nav {
    display: none;
}
.lang_dropdown option {
    color: #000;
}
.menu-primary .language-menu ul li {
    border-right: 1px solid #FFFFFF;
    line-height: 1;
}
.menu-primary .language-menu ul li:last-child {
    border: none;
}
.menu-primary .language-menu ul li a {
    font-weight: normal;
    color: #FFFFFF;
    padding: 0 10px;
}
.menu-primary .language-menu ul li a.active {
    font-weight: bold;
}
.profile_pic_section {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding: 3px 0;
    padding-left: 25px;
/*    margin-top: -4px;*/
    position: relative;
}
.profile_pic {
    display: inline-block;
    padding-top: 2px;
	cursor: pointer;
}
.profile_pic img {
    border-radius: 100%;
    border: 2px solid #fff;
}
.profile_pic_section{
    position: relative;
    top: 3px;
}
.header_bell_icon, .header_switch_wrapper{
    position: relative;
}
.profile_circle {
    height: 64px;
    width: 64px;
    line-height: 64px;
    /*margin: 2px 0;*/
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background-color: #555555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 14px;
}
.profile_circle_extrabig {
    height: 200px;
    width: 200px;
    line-height: 200px;
    margin: 2px 0;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background-color: #555555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 60px;
}
.profile_circle_exsm:hover,.profile_circle:hover,.profile_circle_extrabig:hover{
    color: #FFFFFF;
}
.profile_circle_exsm {
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 2px 0;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background-color: #555555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 14px;
}
.profile_circle_medium:hover{
    color: #FFFFFF;
}
.profile_circle_medium {
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin: 2px 0;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background-color: #555555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 20px;
}
.profile_circle_big {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    /*transform: translateY(-50%);*/
    height: 210px;
    width: 210px;
    max-width: 100%;
    line-height: 210px;
    border-radius: 100%;
    background-color: #555555;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 42px;
}
.profile_pic_section .header_notifications {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 4px;
    margin: 0 0 0 -17px;
    padding: 3px 7px;
    font-size: 12px;
}
.menu-horizontal .main_menu_wrapper .profile_dropdown_list {
    display: none;
    position: absolute;
    width: 220px;
    max-width: 220px;
    left: -140px;
    margin-top: 20px;
    background: #eaeffd;
    border-radius: 5px;
    z-index: 99;
    text-align: left;
}
.profile_dropdown_heading {
    background: #2F60D5;
    color: #fff;
    padding: 7px 8px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    line-height: initial;
}
.profile_dropdown_menu li {
    display: block;
}
.main_menu_wrapper li a {
    color: #86888b;
    padding: 13px 15px;
    display: block;
/*    font-weight: 500;*/
}
.main_menu_wrapper li a:hover {
    color: #fff;
	/*background: #2F60D5;*/
}
.profile_dropdown_list::after {
    position: absolute;
    right: 5px;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #2F60D5;
}
.unread_messages_dropdown_list::after {
    position: absolute;
    left: 50px;
    top: -9px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}
.unread_messages_dropdown_list .unread_messages_dropdown_menu li {
    display: block;
    cursor: pointer;
}
.unread_messages_dropdown_list .unread_messages_dropdown_menu li:hover .dashbaord_message_box {
    background-color: #EEEEEE;
}
.unread_messages_dropdown_list {
    display: none;
    position: absolute;
    max-width: 200px;
    min-width: 200px;
    top: 10px;
    right: -100px;
    margin-top: 20px;
    background: none;
    border-radius: 5px;
    z-index: 99999;
}
.unread_messages_dropdown_list .dashbaord_message_box {
    padding: 10px 8px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #DDD;
    text-align: left;
}
.unread_messages_dropdown_list .dashbaord_message_pic img {
    width: 35px;
    height: 35px;
}
.unread_messages_dropdown_list .dashbaord_message_pic .profile_circle_exsm {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 35px;
    height: 35px;
    width: 35px;
}
.unread_messages_dropdown_list .dashbaord_message_msg {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    padding-top: 5px;
}
.unread_messages_dropdown_list .dashbaord_message_prof_pic {
    width: auto;
    position: relative;
}
.unread_messages_dropdown_list .dashbaord_message_prof_name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.unread_messages_dropdown_list .dashbaord_message_date_area {
    display: block;
    text-align: right;
}
.unread_messages_dropdown_list .dashbaord_message_box_date {
    padding-bottom: 0;
    padding-top: 5px;
}
.unread_messages_dropdown_list .dashbaord_message_count {
    position: absolute;
    left: 23px;
    top: -6px;
}

/* For Forms CSS */

.form_container {
    max-width: 553px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 25px 70px;
}
@media (max-width:767px){
.form_container{
padding:60px 15px 70px;
}
}
ul.sub-menu.sub-menu-register li a:hover {
    color: #2F60D5 !important;
    background-color: rgba(0, 0, 0, 0.03);
}
ul.sub-menu.sub-menu-register li a {
    color: #464C51 !important;
    //text-align: left;
    font-size: 15px;
    padding: 15px 18px;
    display: block;
}
.profile_dropdown_menu ul li a:hover {
    background: #2F60D5;
    color: #fff;
}
select {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.back-white a {
    padding: 8px 20px;
    box-shadow: 1px 3px 10px #ccc;
}
@media (max-width: 1024px){
    .form_container {
    max-width: 90%;
    text-align: center;
}
}

.form_inner_area {
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    padding: 0 85px 20px;
    width: 100%;
    border-radius: 5px;
}
.form_heading {
    font-size: 27px;
    font-weight: bold;
    color: #464C51;
    padding: 45px 0 35px;
}
.form_main_area input[type="text"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCED0;
    font-size: 14px;
    color: #464C51;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 6px 0;
    margin: 20px 0 0;
    line-height: 1.6 !important;
}
.form_main_area input[type="tel"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCED0;
    font-size: 14px;
    color: #464C51;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 12px;
    margin: 20px 0 0;
}
.form_main_area input[type="email"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCED0;
    font-size: 14px;
    color: #464C51;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 12px;
    margin: 20px 0 0;
}
.form_main_area input[type="password"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCED0;
    font-size: 14px;
    color: #464C51;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 12px;
    margin: 20px 0 0;
}
.form_main_area input[type="submit"], .form_main_area button[type="button"], .verifyemailform_container a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 30px;
    max-width: 201px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 11px 25px;
	cursor: pointer;
}
.form_main_area input[type="submit"]:hover {
    background: #464C51;
}
.already_reg_text {
    padding: 30px 0 5px;
    display: block;
    letter-spacing: 0.64px;
    color: #464C51;
}
.avast-pam-pass_gen {
	display: none !important;
}
.already_reg_text a {
    color: #464C51;
    font-weight: 500;
}
.already_reg_text a:hover {
    color: #2F60D5;
}
::-webkit-input-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #464C51 !important; 
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
}
.form-material .form-control {
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    padding: calc(0.5625rem + 4px) 0;
	border-bottom: 1px solid #CCCED0;
}
.form-material .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 1.5625rem;
}
.form-group input {
    box-shadow: none !important;
}

.form-group textarea {
    border-bottom: 1px solid #CCCED0 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

textarea#message:focus-visible {
    border: 0px;
    outline: 0px;
    box-shadow: none;
}
.col-two .form-group {
    width: 100%;
}
.col-two {
    display: flex;
    align-items: center;
    gap: 30px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5625rem 1.2em;
    font-size: 0.875rem;
    line-height: 1.57143;
    color: #74708d;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-material .form-group > label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
	color: #464C51;
    font-size: 14px;
    letter-spacing: 0.64px;
    display: inline-block;
}
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.form-material .form-group > input[type="file"] + label, .form-material .form-group > select + label, .form-material .form-group.input-has-value label, .form-material .form-group.input-focused label {
    font-size: 11px;
    top: 0;
    opacity: 1;
    color: #C7C7D2;
}
.form-material .form-group.input-has-placeholder label {
    font-size: 11px;
    top: 0;
    opacity: 1;
    color: #C7C7D2;
}
.form_main_area .input-has-placeholder .form-control {
    padding: 5px 0 0px;
}
.form-material .input-has-placeholder .form-control:focus {
	padding: 5px 0 0px;
}
.form_main_area .input-has-placeholder.input-has-value .form-control {
    padding: 5px 0 0;
}
.input-has-placeholder ::-webkit-input-placeholder {
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.64px;
}
.input-has-placeholder ::-moz-placeholder {
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.64px;
}
.input-has-placeholder :-ms-input-placeholder {
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.64px;
}
.input-has-placeholder :-moz-placeholder {
  opacity: 1 !important;
  font-style: italic;
  letter-spacing: 0.64px;
}
.form_main_area .input-has-value .form-control {
    padding: 0 0 6px 0;
}
.form-material .form-control:focus {
	padding: 0 0 6px 0;
}
.forgot_password_link a {
    color: #464C51;
    text-decoration: underline;
}
.forgot_password_link a:hover {
    color: #2F60D5;
}
.forgot_password_link {
    padding: 5px 0 10px;
}
.dont_account_txt {
    color: #464C51;
}
.dont_account_txt a:hover {
    color: #2F60D5;
}
.login_btm_btn {
    padding-top: 20px;
    padding-bottom: 30px;
}
.login_btm_btn > div {
    display: inline-block;
}
.login_btn_lawyer {
    padding-right: 10px;
}
.login_btm_btn a {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    padding: 5px 15px;
    font-size: 11px;
    border-radius: 35px;
    width: 100%;
    font-weight: bold;
}
.login_btm_btn a:hover {
    color: #fff;
	background: #2F60D5;
}
.login_btm_btn i {
    padding-left: 18px;
    font-size: 16px;
}
.login_btn_user a {
    color: #464C51;
}
.popup_form_container.active_popup .popup_form {
    opacity: 1 !important;
    visibility: visible !important;
}
.error_popup_form_container.active_error_popup .popup_form {
    opacity: 1 !important;
    visibility: visible !important;
}
.popup_form {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.popup_form_inner {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.popup_form_auto {
    background: #fff;
    max-width: 575px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    padding: 15px 25px 20px;
}
.cross_icon {
    text-align: right;
}
.cross_icon a {
    color: #333;
}
.popup_form_auto {
    text-align: center;
}
.popup_form_heading {
    color: #464C51;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 0 10px;
}
.popup_form_txt {
    color: #69747D;
    letter-spacing: 0.5px;
}
.popup_form_btn {
    padding-top: 50px;
    padding-bottom: 15px;
    max-width: 210px;
    margin: 0 auto;
    width: 100%;
}
.popup_form_btn a:hover {
    background: #464C51;
}
.popup_form_btn a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    max-width: 210px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    display: block;
}
.popup_form_btn a i {
    float: left;
}
.payment_popup_form_header {
    text-align: left;
    color: #2F60D5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.payment_popup_form_txt {
    text-align: justify;
    margin-bottom: 10px;
}
.payment_popup_form_btn {
    padding-top: 10px;
}
.payment_popup_form_btn a {
    font-size: 15px;
    padding: 10px;
}
.error_popup_form_container .popup_form_txt {
    max-width: 336px;
    margin: 0 auto;
    width: 100%;
    padding: 8px 0 10px;
}
.form-group span.toggle-password {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 17px;
}

.checkbox_label {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #464C51;
    padding-top: 2px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.form-material .form-group label.error {
    color: #D3382F;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
    top: 10px;
    position: relative;
    display: flex;
}
.error + label + label {
    top: -12px !important;
    font-size: 11px !important;
    color: #C7C7D2 !important;
}
.form_main_area .error.form-control {
    border-bottom: 1px solid #D3382F;
    /* margin-top: 35px;
    padding-bottom: 0;
    line-height: 17px; */
    /* padding-top: 9px; */
}


/* Prefix postfix CSS  */

.input-postfix-prefix {
    display: flex;
    align-items: center;
    position: relative;
}

span.input-group-addon {
    display: block;
    border-bottom: 1px solid #CCCED0;
    font-size: 14px;
    color: #464C51;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0 6px 0;
    margin: 20px 8px 0px;
    /* background: #ccced0; */
    line-height: 1.6;
}

.input-postfix-prefix label#sub_domain-error {
    position: absolute;
    bottom: -19px;
}

/* Consumer Create Profile Form */

.create_profile_menu .menu-register-menu-container {
    display: inline-block;
}
.form_container.profile_page_main {
    max-width: 1130px;
}
.profile_select_image {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
.form_main_area.profile_form_area {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-right: 30px;
}
.profile_form_area .form-group {
    padding-right: 30px;
}
.profile_right_section {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 55px;
}
.profile_notific_heading {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    color: #464C51;
}
.profile_notific_heading_sub{
    font-size: 14px;
    padding-bottom: 20px;
    color: #8a8a8a;
    font-weight: 500;
}
.profile_form_area .form_heading {
    padding-top: 0;
}
.consumer_utc_offset {
    color: #464C51;
}
.consumer_utc_offset > img, .consumer_utc_offset > span {
    vertical-align: top;
}
.payment_type_links a {
    margin: 0 7px;
    display: inline-block;
    padding-right: 24px;
    padding-bottom: 8px;
}
.payment_type_links_heading {
    color: #464C51;
    margin-bottom: 15px;
}
.account-page-get-started {
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #80756D;
}
.account-page-get-started-container {
    display: inline-block;
    text-align: left;
}
.lawyer .account-page-get-started-arrow {
    position: absolute;
    bottom: 18px;
    right: -15px;
}
.account-page-get-started-arrow-container {
    position: relative;
    display: inline-block;
}
.consumer .account-page-get-started-arrow {
    position: absolute;
    right: -85px;
    bottom: 8px;
}
.cancel_txt {
    margin-right: 25px;
}
.create_profile_btn {
    text-align: right;
}
.cancel_txt a {
    text-decoration: underline;
    color: #464C51;
}
.cancel_txt a:hover {
    color: #2F60D5;
}
.file_field_hidd {
    display: none;
}
.profile_select_image label.image_label {
    max-width: 210px;
    text-align: center;
    border: 3px solid #C7C7D2;
    min-height: 210px;
    border-radius: 100%;
    position: relative;
    background: #FAFAFF;
    margin-top: 15px;
	color: #69747D;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.profile_image_circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
}
.cam_icon img:after { 
  content: "\f030";
  
  font-size: 25px;
  font-family: FontAwesome;
  color: rgb(100, 100, 100);
  
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFF;
}
span.alt_txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 32px;
    z-index: 9;
}
img#blah {
    position: relative;
    z-index: 99;
}
.profile_edit_main label {
    border: none;
}
.profile_edit_main .form_heading {
    padding-bottom: 15px;
}
.profile_edit_main .profile_form_area a {
    color: #464C51;
    letter-spacing: 0.64px;
    padding-bottom: 10px;
    display: inline-block;
}
.profile_edit_main .profile_form_area a:hover {
    color: #2F60D5;
}
.profile_edit_main .profile_form_area {
    margin-top: 65px;
    padding-right: 0;
    width: 35%;
    padding-top: 8px;
}
.form_container.profile_edit_main.profile_page_main {
    max-width: 890px;
}
.profile_edit_main .profile_right_section a {
    color: #464C51;
    letter-spacing: 0.64px;
    text-decoration: underline;
    padding-bottom: 10px;
    display: inline-block;
}
.profile_edit_main .profile_right_section a:hover {
    color: #2F60D5;
}
.profile_edit_main .profile_right_section {
    width: 33%;
    border-left: 1px solid #C7C7D2;
    margin-top: 75px;
    padding: 5px 0 0 50px;
}
.profile_edit_main .blue_form_btn a:hover {
    background: #464C51;
	color: #fff;
}
.profile_edit_main .blue_form_btn a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 8px 15px 8px 20px;
    text-decoration: none;
}
.profile_edit_main .blue_form_btn i {
    padding-left: 10px;
    font-size: 16px;
}
.blue_form_btn {
    padding-top: 10px;
}
.profile_select_image label.photo_bottom_cl {
    min-height: auto;
    border: none;
    background: none;
    border-radius: unset;
	margin-top: 8px;
}
.photo_bottom_cl i {
    font-size: 18px;
    color: #464C51;
    padding-right: 5px;
}
.popup_arrow_right.popup_form_btn a i {
    float: right;
}
.consumer_profile_edit .online_icon {
    position: absolute;
    right: 12px;
    bottom: 25px;
}
.consumer_profile_edit .form_main_area.profile_form_area {
    width: 34%;
}
.consumer_profile_edit .profile_right_section {
    width: 52%;
}
.consumer_profile_edit .paypalemail_div input[type="text"], .consumer_profile_edit .stripeemail_div input[type="text"] {
    margin-top: 10px;
}
.profile_select_image_inner {
    max-width: 210px;
    width: 100%;
    position: relative;
}
.online_icon {
    position: absolute;
    right: 6px;
    bottom: 0px;
}
.consumer_change_password .profile_form_area .form-group {
    padding-right: 0;
}

/* Attorney Dashbaord Messages */

.form_container.attorney_dashbaord_messages {
    max-width: 1365px;
}
.attorney_dashbaord_heading {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #464C51;
    letter-spacing: 0.5px;
}
.attorney_dashbaord_tabs_section {
    text-align: center;
    padding-top: 50px;
}
.attorney_dashbaord_tab.active a {
    background: #2F60D5;
color:#fff;
}
.attorney_dashbaord_tab {
    display: inline-block;
    margin: 0 2px;
	max-width: 160px;
	//width: 100%;
}
.attorney_dashbaord_tab a {
    display: block;
    background: #C7C7D2;
    color: #fff;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 5px 5px 0 0;
}
.dashbaord_message_section {
    background: #F5F5F9;
    border-radius: 5px;
    padding: 60px 25px 50px;
}
.dashbaord_message_left {
    display: inline-block;
    width: 30%;
}
.dashbaord_message_left_inner {
    height: 570px;
    overflow-y: scroll;
    padding-right: 7px;
}
.dashbaord_message_left_inner::-webkit-scrollbar {
    width: 14px;
}
.dashbaord_message_left_inner::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px;
}
.dashbaord_message_left_inner::-webkit-scrollbar-thumb {
  	background-color: #E7E7EB;
    outline: 1px solid slategrey;
    border-radius: 4px;
}

.dashbaord_message_area::-webkit-scrollbar {
    width: 14px;
}
.dashbaord_message_area::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px;
}
.dashbaord_message_area::-webkit-scrollbar-thumb {
  	background-color: #E7E7EB;
    outline: 1px solid slategrey;
    border-radius: 4px;
}

.dashbaord_message_area {
    margin-top: 15px;
    height: 465px;
    overflow-y: scroll;
    padding-right: 10px;
    padding-top: 20px;
}
.dashbaord_message_left_header {
    background: #464C51;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
	margin-right: 24px;
}
.dashbaord_message_left_header img {
    position: relative;
    right: 2px;
    top: 3px;
}
.dashbaord_message_box {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    background: #fff;
    padding: 12px 10px 12px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
	position: relative;
}
.dashbaord_message_box > div {
    display: inline-block;
    vertical-align: middle;
}
.dashbaord_message_prof_pic {
    position: relative;
    width: 12%;
}
.dashbaord_message_pic img {
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.online_icon_sp {
    position: absolute;
    height: 18px;
    width: 18px;
    background: #55BA3F;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 0px;
    bottom: 5px;
}
.offline_icon_sp {
    position: absolute;
    height: 18px;
    width: 18px;
    background: #C7C7D2;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 0;
    bottom: 5px;
}
.dashbaord_message_txt {
    width: 70%;
	padding-left: 8px;
}
.dashbaord_message_prof_name {
    color: #464C51;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}
.dashbaord_message_msg {
    font-size: 11px;
    color: #69747D;
    line-height: 14px;
    letter-spacing: 0.5px;
    max-width: 160px;
    width: 100%;
    max-height: 25px;
}
.dashbaord_message_date_area {
    text-align: right;
}
.dashbaord_message_box_date {
    color: #69747D;
    font-size: 11px;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 13px;
}
.dashbaord_message_count {
    display: inline-block;
    background: #e03c33;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    font-weight: bold;
}
.dashbaord_message_right {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    padding-left: 30px;
}
.dashbaord_message_box a.profile_circle_exsm {
    z-index: 99;
}
.dashbaord_message_right_header {
    border-bottom: 1px solid #CCCED0;
    padding-bottom: 5px;
}
.dashbaord_right_prof_name {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #464C51;
}
.dashbaord_right_icon {
    background: #55BA3F;
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.dashbaord_header_right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}
.dashbaord_right_btn {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
    top: -4px;
}
.dashbaord_right_video_icon {
    display: inline-block;
    vertical-align: middle;
}
.dashbaord_right_btn a:hover {
    color: #fff;
    background: #2F60D5;
}
.dashbaord_right_btn i {
    font-size: 18px;
    position: relative;
    left: 7px;
    top: 1px;
}
.dashbaord_right_btn a {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    padding: 6px 15px;
    font-size: 11px;
    border-radius: 35px;
    width: 100%;
	background: #fff;
    font-weight: bold;
	color: #464C51;
}
.dashbaord_message_row {
    display: block;
    width: 100%;
    padding-bottom: 32px;
}
.sent_msg .dashbaord_message_text {
    color: #fff;
    background: #2F60D5;
}
.dashbaord_msg_prof_pic {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    margin-right: 0;
}
.dashbaord_msg_prof_pic img {
    width: 35px;
	height: 35px;
	border-radius: 100%;
}
.dashbaord_message_text {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-shadow: -5px 1px 10px 0 rgba(235,235,235,0.5);
    padding: 11px 20px;
    border-radius: 29px;
}
.dashboard_message_timestamp {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
    color: #464C51;
}
.dashbaord_message_row.sent_msg {
    text-align: right;
}
.dashbaord_message_type input[type="text"] {
    color: #69747D;
    letter-spacing: 0.64px;
    border: none;
    width: 100%;
    line-height: 20px;
    padding: 9px 0;
}
.dashbaord_message_type {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 13px 0 rgba(218,218,218,0.5);
    padding: 20px 25px;
    margin-top: 8px;
}
.dashbaord_message_field {
    display: inline-block;
    width: 75%;
}
.dashbaord_msg_form_right {
    display: inline-block;
    text-align: right;
    width: 24%;
}
.dashbaord_msg_form_right input[type="submit"] {
    font-size: 0;
    border: none;
    height: 35px;
    width: 35px;
    background-image: url("../img/send.svg");
    background-color: unset;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    cursor: pointer;
}
.dashbaord_msg_form_right label {
    position: relative;
    top: 7px;
    right: 12px;
}
.file_att_cl {
    cursor: pointer;
}
.dashbaord_right_video_icon {
    cursor: pointer;
}

/* Attorney Create Profile */

.form_container.attorney_profile_edit.profile_page_main {
    max-width: 1330px;
}
.attorney_profile_edit .profile_select_image_inner {
    margin: 0 auto;
    /*max-width: 321px;*/
}
.attorney_profile_edit .online_icon {
    position: absolute;
    right: 12px;
    bottom: 25px;
}
.attorney_profile_edit .profile_right_section {
    width: 33%;
}
.attorney_profile_edit .form_main_area.profile_form_area {
    width: 33%;
    padding-right: 50px;
}
.simple_form_field {
    max-width: 120px;
}
.form-group-two-fields .form-group input, .form-group-two-fields .form-group select {
    margin-top: 12px;
}
.form-group-simple.state_dropdown::after {
    top: 26px;
    pointer-events:none;
}
.form-group-two-fields > div {
    vertical-align: middle;
}
.form-group-two-fields .form-group > label.label-two-fields, .form-group > label.select_label {
    top: 0 !important;
    font-size: 11px !important;
    color: #C7C7D2 !important;
    padding: 0;
}
.days_dash{
    border: 0.5px solid #5a5a5a;
    margin-right: 5px;
}
.check_items_results_row .day_time::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: -2px;
    font-size: 14px;
    top: 1px;
    pointer-events:none;
}
.day_time {
    position: relative;
}
.info_icon {
    bottom: 7px;
}
/*.attorney_profile_edit .profile_select_image {*/
    /*width: 33%;*/
/*}*/
.attorney_profile_edit .create_profile_btn input[type="submit"]:hover {
    background: #464C51;
}
.attorney_profile_edit .create_profile_btn input[type="submit"] {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 30px;
    max-width: 201px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 11px 25px;
    cursor: pointer;
}
.attorney_profile_edit .create_profile_btn {
    text-align: center;
}
.attorney_profile_edit .checkbox_label .checkmark::after {
    content: none;
}
.attorney_profile_edit .checkbox_label input:checked ~ .checkmark {
    background-color: #04A2EB;
    border: 1.5px solid #04A2EB;
    color: #fff;
}
.attorney_profile_edit .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: none;
    border-radius: 100%;
    border: 1.5px solid #69747D;
    text-align: center;
    padding-top: 5px;
}
.attorney_profile_edit .checkbox_label {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #464C51;
    padding-top: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0 7px;
}

@media (max-width: 767px) {
.my_client_checkbox_view{
display:flex;
}
.pl_h_attorney_prof_categories{
    display: flex !important;
    flex-direction: column;
}
}
.form-group-simple {
    margin-bottom: 30px;
}
.form-group-simple label {
    display: block;
    letter-spacing: 0.64px;
    padding-bottom: 8px;
}
.form-group-simple.about_txt_area textarea {
    min-height: 200px;
}
.form-group-simple textarea {
    border: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    border-radius: 4px;
    padding: 12px 15px;
    min-height: 80px;
}
.form-group-simple ::-webkit-input-placeholder {
  color: #69747D !important;
  opacity: 1 !important;
  font-size: 11px;
  font-style: italic;
}
.form-group-simple ::-moz-placeholder {
  color: #69747D !important; 
  opacity: 1 !important;
  font-size: 11px;
  font-style: italic;
}
.form-group-simple :-ms-input-placeholder {
  color: #69747D !important;
  opacity: 1 !important;
  font-size: 11px;
  font-style: italic;
}
.form-group-simple :-moz-placeholder {
  color: #69747D !important;
  opacity: 1 !important;
  font-size: 11px;
  font-style: italic;
}
.form-group-simple.state_dropdown {
    width: 73%;
	padding-right: 20px;
	position: relative;
}
.form-group-simple.zip_code_field {
    width: 25%;
}
.zip_code_field ::-webkit-input-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
  font-size: 14px;
  font-style: normal;
}
.zip_code_field ::-moz-placeholder {
  color: #464C51 !important; 
  opacity: 1 !important;
  font-size: 14px;
  font-style: normal;
}
.zip_code_field :-ms-input-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
  font-size: 14px;
  font-style: normal;
}
.zip_code_field :-moz-placeholder {
  color: #464C51 !important;
  opacity: 1 !important;
  font-size: 14px;
  font-style: normal;
}
.form-group-simple select {
    border: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 14px;
	outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background: none;
	margin: 20px 0 0;
}
.form-group-two-fields > div {
    display: inline-block;
    vertical-align: top;
	margin-bottom: 15px;
}
.arrow_dropdown {
    position: relative;
}
.arrow_dropdown::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 3px;
    font-size: 18px;
    bottom: 7px;
    pointer-events:none;
}
.arrow_dropdown select {
    margin-top: 12px;
}
.form-group-simple.state_dropdown::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 33px;
    font-size: 18px;
    top: 20px;
    pointer-events:none;
}
.available_time_heading {
    font-weight: 500;
    color: #464C51;
    letter-spacing: 0.64px;
    padding-bottom: 10px;
}
.available_time_txt {
    font-size: 11px;
    font-style: italic;
    color: #69747D;
    letter-spacing: 0.5px;
    line-height: 15px;
    padding-bottom: 10px;
}
.check_items_results {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 40px;
}
.attorney_profile_edit .day_am_pm .checkbox_label input:checked ~ .checkmark {
    color: #04A2EB;
    border: none;
    background: none;
}
.attorney_profile_edit .day_am_pm .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: auto;
    width: auto;
    background-color: none;
    border-radius: 100%;
    border: none;
    text-align: center;
    padding-top: 0;
	font-size: 11px;
	border-radius: 0;
	color: #C7C7D2;
}
.checkbox_label.second_radiobox span {
    border-left: 1px solid #C7C7D2 !important;
    padding-left: 2px;
    margin-left: 2px;
}
.attorney_profile_edit .day_am_pm .checkbox_label {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.attorney_prof_cat_col {
    display: inline-block;
}
.attorney_categories_boxes {
/*    overflow: hidden;*/
}
.attorney_categories_box_title {
    cursor: pointer;
    position: relative;
}
.attorney_categories_box_title::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 24px;
}
.attorney_categories_box_content {
    margin-top: 25px;
}
.attorney_prof_categories {
    display: table;
}
.check_items_results_row div {
    display: inline-block;
    vertical-align: middle;
}
.day_time select {
    padding-right: 8px;
    border: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
	outline: none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background: none;
}
.day_time_main label.error {
    position: absolute;
    left: 0;
    font-size: 11px;
    font-style: italic;
    color: #D3382F;
    top: 28px;
}
.day_time_main {
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    margin: 0 8px;
    padding: 5px 20px 4px 8px;
    border-radius: 4px;
	position: relative;
}
.form-group-simple label.error {
    position: relative;
    padding-bottom: 0;
}
.day_name {
    width: 100%;
    max-width: 95px;
    font-weight: 500;
    color: #464C51;
}
.day_am_pm {
    position: relative;
    top: 1px;
}
.attorney_profile_edit .profile_right_section {
    padding-top: 38px;
}
.form-group.address_line_one {
    margin-bottom: 0;
}
.check_items_results_row {
    padding-bottom: 22px;
}
.attorney_profile_edit .alternative_arrangements .checkmark {
    height: 24px;
    width: 24px;
    border: 2px solid #69747D;
    padding-top: 5px;
	top: -3px;
}
.alternative_arrangements label {
    padding-bottom: 22px;
}
.attorney_profile_edit .alternative_arrangements .checkbox_label input:checked ~ .checkmark {
    background: none;
    border: 2px solid #2F60D5;
    color: #fff;
}
.attorney_profile_edit .alternative_arrangements .checkbox_label .checkmark::after {
    content: "";
    background: #2F60D5;
    transform: unset;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}
.attorney_profile_edit .alternative_arrangements .checkbox_label {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #464C51;
    padding-bottom: 0;
    padding-left: 31px;
}
.attorney_profile_top_txt {
    text-align: center;
    border-bottom: 1px solid #C7C7D2;
    margin-bottom: 75px;
}
.attorney_profile_txt_one {
    display: inline-block;
    vertical-align: top;
    color: #2F60D5;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #2F60D5;
    margin-bottom: -2px;
    padding-bottom: 12px;
    margin-right: 35px;
}
.attorney_profile_txt_two {
    display: inline-block;
    vertical-align: top;
    color: #464C51;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #69747D;
    padding-bottom: 13px;
    margin-bottom: -2px;
}
.info_icon {
    position: absolute;
    right: 35px;
    bottom: 0px;
    height: 20px;
}

/* Attorney Create Profile Services Added */

.attorney_services_added .attorney_profile_txt_one {
    margin-right: 0;
}
.attorney_services_added .attorney_profile_txt_two {
    margin-right: 35px;
}
.attorney_services_added .attorney_profile_top_txt {
    margin-bottom: 60px;
}
.create_attorney_prof_heading {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #464C51;
    letter-spacing: 0.5px;
}
.create_attorney_prof_txt {
    font-size: 14px;
    text-align: center;
    color: #464C51;
    line-height: 16px;
    letter-spacing: 0.5px;
    max-width: 392px;
    margin: 0 auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 45px;
}
.attorney_prof_cat_heading {
    text-align: center;
    font-size: 16px;
    color: #464C51;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding-bottom: 30px;
}
#categories\[\]-error {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: left;
    color: #D3382F;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
}
#create_profile.form-material {
    position: relative;
}
.attorney_prof_cat_col.cat_col_last {
    border-right: none;
}
.attorney_prof_cat_col {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    border-right: 1px solid #C7C7D2;
    padding: 0 75px;
}
.attorney_prof_category {
    padding-bottom: 12px;
}
.attorney_categories_boxes {
    max-width: 830px;
    margin: 0 auto 30px;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    border-radius: 5px;
}
.attorney_categories_box_title {
    background: #69747D;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
	margin-bottom: 25px;
}
.attorney_select_sty select {
    border: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    border-radius: 4px;
    padding: 6px 7px;
    font-size: 11px;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: none;
    margin: 12px 0 0;
}
.attorney_select_sty::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 23px;
    font-size: 16px;
    top: 15px;
    pointer-events:none;
}
.attorney_select_sty {
    position: relative;
}
.attorney_select_ser_section {
    margin: 0 20px;
    display: block;
    padding: 0 0 15px;
}
.attorney_select_ser_section.attorney_select_ser_results {
    border-top: 1px solid #C7C7D2;
    padding: 15px 0 20px;
}
.attorney_select_ser_section > div {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.attorney_select_ser_label {
    width: 100% !important;
    color: #464C51;
    letter-spacing: 0.64px;
    font-weight: 500;
}
.attorney_select_fee_label {
    color: #464C51;
    letter-spacing: 0.64px;
    font-weight: 500;
}
.attorney_select_fee_label.mobile_fee_label {
    display: none;
}
.attorney_select_sty, .attorney_text_sty {
    padding-right: 15px;
}
.attorney_select_service {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.attorney_select_checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
}
.attorney_select_ser_section > div {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.attorney_select_ser_section > span {
    font-size: 12px;
}.attorney_select_fees_options {
    display: inline-block;
    width: 92%;
    position: relative;
}
.attorney_select_ser_results .attorney_select_fee_section input[type="text"] {
    margin-top: 0;
}
.selected_services .attorney_select_fees_options {
    width: 93%;
}
.attorney_select_ser_results .attorney_select_fee_section input[type="num"] {
    margin-top: 2px;
}
.attorney_select_fee_section input[type="text"] {
    -webkit-appearance: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    border: none;
    border-radius: 4px;
    margin-top: 12px;
    padding: 6px 7px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    width: 33%;
}
.attorney_select_fee_section .attorney_select_sty input[type="text"], .attorney_select_fee_section .attorney_text_sty input[type="text"] {
    width: 100%;
}
.attorney_select_fee_section input[type="num"] {
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    border: none;
    border-radius: 4px;
    margin-top: 12px;
    padding: 6px 7px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
.hourly_rate_box {
    padding-right: 15px;
}
.attorney_select_ser_results .hourly_rate_box {
    display: inline-block;
    width: 93%;
}
.attorney_select_ser_section label.error {
    color: #D3382F;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.attorney_select_low {
    display: inline-block;
    width: 33%;
}
.attorney_select_medium {
    display: inline-block;
    width: 32%;
}
.attorney_select_high {
    display: inline-block;
    width: 32%;
}
.attorney_select_service_icon {
    display: inline-block;
    vertical-align: middle;
    width: 7%;
}
.attorney_prof_categories {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
}
.attorney_prof_category.prof_category_last {
    padding-bottom: 0;
}
.attorney_select_res_label {
    font-size: 11px;
    color: #C7C7D2;
    letter-spacing: 0.5px;
}
.attorney_select_ser_results .attorney_select_sty select {
    margin-top: 3px;
}
.attorney_select_ser_results .attorney_select_sty::after {
    top: 19px;
}
.attorney_select_ser_results .attorney_select_ser_inner {
    padding-top: 18px;
}
.attorney_services_added .create_profile_btn input[type="submit"]:hover, .attorney_services_added .create_profile_btn a:hover {
    background: #464C51;
}
.attorney_services_added .create_profile_btn input[type="submit"], .attorney_services_added .create_profile_btn a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 40px 0 30px;
    max-width: 201px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 11px 25px;
    cursor: pointer;
}
.attorney_services_added .create_profile_btn {
    text-align: center;
}
.attorney_services_added .attorney_section_desc {
    margin-bottom: 30px;
    text-align: center
}
.attorney_select_ser_results .attorney_select_service {
    font-weight: 500;
    color: #464C51;
    letter-spacing: 0.64px;
}

/* Find lawyer page STARTS */
.find_lawyer_page label.error {
    color: #D3382F;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
    top: 2px;
    padding-top: 10px;
}
.find_lawyer_page .login_btm_btn {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}
.find_lawyer_page .login_btm_btn i {
    padding-right: 12px;
    padding-left: 0;
}
.find_lawyer_page .login_btm_btn a {
    font-size: 14px;
    color: #2F60D5;
    background-color: #fff;
}
.find_lawyer_page .find_layer_action {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
    font-size: 17px;
}
.find_lawyer_page .find_layer_action.top {
    margin-top: 0;
    margin-bottom: 30px;
}
.find_lawyer_page .find_layer_search input[type="submit"] {
    font-size: 17px;
}
.find_lawyer_page .find_layer_zip_code {
    width: 75%;
    background-color: #ececf3;
    padding: 25px 0 20px;
}
.find_lawyer_page .find_layer_action > div {
    display: inline-block;
    vertical-align: middle;
}
.find_lawyer_page .find_layer_search {
    width: 24%;
}
.find_lawyer_page .zip_field input {
    height: 40px;
    padding: 0 20px;
    max-width: 150px;
}
.find_lawyer_page .find_layer_heading {
    margin-left: 25%;
    width: 50%;
    display: inline-block;
}
.find_lawyer_page .modal-content {
    background-color: #fafaff;
}
.find_lawyer_page .zip_label {
    display: inline-block;
    margin-bottom: 15px;
}
.find_lawyer_page .find_layer_box_heading {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width:641px)  {
    .find_lawyer_page .find_layer_categories_inner {
        display: table;
        border-collapse:collapse;
        width: 100%;
    }
    .find_lawyer_page .find_layer_subcategory {
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }
    .find_lawyer_page .find_layer_subcategory:nth-child(odd) {
        border-right: 1px solid #C7C7D2;
    }
    .find_lawyer_page .find_layer_subcategory:nth-child(even) {
        padding-left: 15px;
        border-left: 1px solid #C7C7D2;
    }
    .find_lawyer_page .find_layer_column {
        display:table-row;
    }
}
@media (max-width:640px)  {
    .find_lawyer_page .find_layer_zip_code, .find_lawyer_page .find_layer_search {
        width: 100%;
    }
    .find_lawyer_page .find_layer_search {
        padding: 25px 0 35px;
    }
    .find_lawyer_page .find_layer_heading {
        width: auto;
        margin-left: auto;
        display: inherit;
    }
    .find_lawyer_page .login_btm_btn {
        width: auto;
        display: inline-block;
        padding-bottom: 30px;
        padding-top: 0;
    }
}
/* Find lawyer page END */

/* Find A Lawyer Search Resutls */

.find_a_layer_full.white_bg_body {
    background: #fff;
}
.search_layer_box {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    margin-bottom: 25px;
    padding: 15px;
    background: #fff;
    position: relative;
}
.find_layer_boxes.layer_search_boxes_left {
    width: 100%;
    padding-right: 13px;
    padding-top: 3px;
    margin-left: -5px;
}
/* .search_layer_box_icon.online_icon_sp {
    height: 13px;
    width: 13px;
    border: 1px solid #fff;
}
.search_layer_box_icon.offline_icon_sp {
    height: 13px;
    width: 13px;
    border: 1px solid #fff;
} */
.search_layer_box_img {
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.search_layer_box_img img {
    border-radius: 100%;
}
.search_layer_box_right {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-left: 15px;
}
.search_layer_box_heading {
    font-size: 16px;
    font-weight: bold;
    color: #464C51;
    letter-spacing: 0.5px;
    display: inline-block;
}
.search_layer_box_cont {
    padding: 5px 0 12px;
}
.search_layer_box_law {
    font-size: 14px;
    font-weight: 500;
    color: #69747D;
    letter-spacing: 0.5px;
}
.search_layer_box_rate {
    font-size: 11px;
    color: #464C51;
    letter-spacing: 0.5px;
}
.search_layer_box_txt_wrapper {
    padding-bottom: 8px;
}
.search_layer_box_txt {
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #69747D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
    /* Note:
    limit text to N lines
    max-height = <line-height> * N
    N = 4 lines:
    max-height = 16px * 4 lines = 64px;
    */
    line-height: 16px;
    max-height: 64px; /* <line-height>*N, N = 4 - number of lines to show */
    /* End note */
}
.search_layer_box_btn {
    display: flex;
    padding-top: 7px;
    position: relative;
}
.search_layer_box_btn a {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    border-radius: 40px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #2F60D5;
    font-size: 14px;
        letter-spacing: 0.5px;
        padding: 12px 14px;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 130px; */
}
.search_layer_box_btn a:hover {
    color: #fff;
    background: #2F60D5;
}
.search_layer_box_btn i {
    padding-left: 12px;
    font-size: 16px;
    line-height: 12px;
    position: relative;
    top: 1px;
}
.search_layer_box_btn i.fa-comment, .search_layer_box_btn i.fa-envelope {
    padding-right: 4px;
}
.popup-lawyer-firstname i.fa {
    font-size: 16px;
    line-height: 12px;
}
.popup-lawyer-firstname i.fa-comment, .popup-lawyer-firstname i.fa-envelope {
    padding-right: 4px;
    position: relative;
    bottom: 0;
    /* Set back to defaults */
    top: auto;
    left: auto;
    right: auto;
}
.search_layer_box_btn.blue_btn {
    padding-left: 5px;
}
.search_layer_box_btn.blue_btn a {
     color: #fff;
    background: #2F60D5;
    padding: 12px 14px !important;
}
.search_layer_box_btn.blue_btn a:hover {
    color: #2F60D5;
    background: #fff;
}
.rating_cl {
    color: #04a2eb;
/*  font-size: 9px;
    font-weight: 500;*/
    display: block;
}
/* .find_a_layer_search_results .find_layer_boxes_area {
    padding-top: 75px;
} */

.layer_search_boxes_left::-webkit-scrollbar {
    width: 14px;
}
.layer_search_boxes_left::-webkit-scrollbar-track {
    background-color: #F9F9FF;
    border-radius: 4px;
}
.layer_search_boxes_left::-webkit-scrollbar-thumb {
  	background-color: #E7E7EB;
    outline: 1px solid slategrey;
    border-radius: 4px;
}
.find_lawyer_filter_section .control-group {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding-right: 20px;
}
.find_lawyer_filter_section .control-group label {
    display: block;
    letter-spacing: 0.64px;
    color: #69747D;
    padding-bottom: 5px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 7px 5px 5px 1px;
}
.selectize-input {
    border: none;
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 42px;
    line-height: 25px;
}
.selectize-input.focus {
    -webkit-box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
}
.selectize-control.multi .selectize-input [data-value] {
    text-shadow: unset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #04A2EB;
    background-image: unset;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-repeat: repeat-x;
    filter: unset;
    -webkit-box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    border: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 0 7px;
    padding-left: 9px;
	font-size: 14px;
}
.selectize-control.multi .selectize-input [data-value].active {
    background-color: #04A2EB;
    background-image: unset;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-repeat: repeat-x;
    filter: unset;
    border: none;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: -1px;
    right: 3px;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.find_lawyer_filter_section .control-group.zip_code_field {
    width: 10%;
    padding-right: 0;
}
.selectize-input::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 10px;
    z-index: -1;
    color: #69747D;
}
.find_lawyer_filter_section .control-group input[type="text"] {
    width: 100%;
    border: none;
    box-shadow: 0 2px 15px 0 rgba(192,192,200,0.5);
    height: 43px;
    border-radius: 5px;
    padding: 0 12px;
    -webkit-appearance: none;
}
.find_lawyer_range_filter_options {
    padding-top: 50px;
}
.find_a_layer_search_results .ui-widget-content.ui-corner-all {
    max-width: 200px;
    height: 4px;
}
.find_a_layer_search_results .ui-widget.ui-widget-content {
    border: none;
    background: #C7C7D2;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid #fff;
    background: #2F60D5;
    font-weight: normal;
    color: #454545;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}
.find_a_layer_search_results .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -3px;
}
.find_lawyer_range_filter_options > div {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.star_rating_stars_section {
    padding-bottom: 15px;
    color: #69747D;
    letter-spacing: 0.5px;
}
.find_a_layer_search_results span.stars {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
}
.find_a_layer_search_results .stars img {
    width: 75px;
}
.find_a_layer_search_results span.full_star {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.find_a_layer_search_results .acf-map {
	width: 100%;
	height: 710px;
	margin: 0 0 20px;
}
.map_section {
    display: inline-block;
    width: 57%;
    padding: 2% 2% 1%;
    vertical-align: top;
    margin-left: 2%;
    background-color: #F9F9FF;
}
.map_bottom_txt {
    text-align: right;
    font-size: 11px;
    color: #69747D;
    letter-spacing: 0.5px;
}
.map_txt_red {
    color: #D3382F;
}
.map_txt_green {
    color: #55BA3F;
}
.map_txt_gray {
    color: #464C51;
}
.map_bottom_txt img {
    position: relative;
    top: 3px;
    padding-right: 3px;
    padding-left: 10px;
}

/* fixes potential theme css conflict */
.find_a_layer_search_results .acf-map img {
   max-width: inherit !important;
}
.selector_top_section {
    max-width: 200px;
    width: 100%;
    padding-bottom: 15px;
}
.selector_top_section span {
    display: inline-block;
}
.selector_label {
    font-size: 14px;
    color: #69747D;
    letter-spacing: 0.5px;
    width: 60%;
}
.selector_input {
    width: 39%;
}
.selector_input input {
    width: 100%;
    text-align: right;
    font-size: 11px;
    color: #69747D !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
.ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background: #2F60D5;
}
.max_hourly_rate_inner {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}
.max_distance_inner {
    max-width: 200px;
    width: 100%;
    float: right;
    margin-right: 15px;
}

/* Find a layer page */

.form_container.find_a_layer_main {
    max-width: 1100px;
}
.find_layer_heading {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #464C51;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}
.find_layer_subheading {
    text-align: center;
    color: #464C51;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
}
.find_layer_boxes {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.find_layer_boxes {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
	padding: 0 8px;
}
.find_layer_box {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    margin-bottom: 12px;
    padding: 23px 25px;
    border-radius: 8px;
	background: #fff;
	position: relative;
}
.find_layer_box_heading {
    color: #464C51;
    font-weight: 500;
    letter-spacing: 0.64px;
    font-size: 16px;
    padding-bottom: 5px;
}
.find_layer_box > div {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}
.find_layer_box_icon {
    padding-right: 10px;
}
.find_a_layer_full {
    background: #fafaff;
}
.find_layer_box > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.find_layer_box_txt {
    color: #69747D;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.find_layer_box:hover {
    background: #2f60d5;
}
.find_layer_box:hover .find_layer_box_heading {
    color: #ffffff;
}
.find_layer_box:hover .find_layer_box_txt {
    color: #ffffff;
}
.form_container.find_layer_subcategories {
    max-width: 960px;
}
.find_layer_categories {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    background: #fff;
    border-radius: 8px;
    padding: 40px 70px 30px;
}
.find_layer_category {
    border-bottom: 1px solid #C7C7D2;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.find_layer_category_title {
    color: #2F60D5;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}
.find_layer_category_txt {
    color: #2F60D5;
    letter-spacing: 0.5px;
}
.find_layer_subcategory {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
}
.find_layer_subcategory .checkmark {
    border-color: #c9c9d3;
}
.find_layer_subcategory .checkbox_label {
    color: #69747D;
    font-weight: 400;
}
.find_layer_zip_code {
    text-align: center;
    padding: 25px 0 35px;
}
.find_lawyer_filter_section {
    display: none;
    padding-bottom: 35px;
}
.zip_label {
    color: #464C51;
    letter-spacing: 0.64px;
    padding-right: 10px;
}
.zip_field input {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0);
    border: none;
    height: 32px;
    max-width: 111px;
    border-radius: 4px;
    color: #464C51;
    text-align: center;
    padding: 0 10px;
}
.find_layer_search {
    text-align: center;
}
.find_layer_search input[type="submit"]:hover {
    background: #464C51;
}
.find_layer_search input[type="submit"] {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px 45px;
    cursor: pointer;
}
.gm-style-iw.gm-style-iw-c {
    max-width: 250px !important;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_right {
    width: 79%;
    padding-left: 10px;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_img img {
    max-width: 40px !important;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_img {
    width: 18%;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_law {
    display: block;
	padding-bottom: 5px;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_rate {
    padding-left: 0;
    display: block;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_cont {
    padding: 5px 0 3px;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_icon.online_icon_sp {
    height: 10px;
    width: 10px;
    right: -4px;
}

.edit-user form input {
    width: 100% !important;
  
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #464C51;
  -webkit-box-shadow: none;
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Hide the browser's default checkbox */
.checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: none;
    border-radius: 3px;
    border: 2px solid #464C51;
}

/* When the checkbox is checked, add a blue background */
.checkbox_label input:checked ~ .checkmark {
    background-color: #2F60D5;
    border: 2px solid #2F60D5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_label .checkmark::after {
    left: 4px;
    top: -1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Main Footer Style */

.site-footer {
    background: #2D3135;
}
.footer_container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	padding: 36px;
}
.footer_address_section #main-logo {
    text-align: left;
    padding: 0;
}
#main-logo h2 {
    color: #fff;
	margin: 0;
}
.footer_address_section {
	width: 25%;
}
.footer_container > div {
    display: inline-block;
	vertical-align: top;
}
.footer_second_section {
    padding-left: 60px;
	width: 24%;
	border-right: 1px solid #C7C7D2;
}
.footer_third_section {
    padding-left: 60px;
	width: 25%;
}
.footer_third_section {
    padding-left: 60px;
	width: 24%;
}
.footer_fourth_section {
    padding-left: 36px;
	width: 23%;
}
.footer_address_text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
	padding-top: 8px;
}
.footer_menu li {
    display: block;
    padding-bottom: 5px;
    line-height: 24px;
}
.footer_menu li a {
    color: #fff;
}
.footer_menu li a:hover {
    color: #2F60D5 !important;
}
.footer_social ul {
    text-align: center;
    padding-top: 35px;
}
.footer_social li {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
}
.footer_social li a {
    background: none;
    width: 27px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    border-radius: 30px;
    padding: 6px 0;
    color: #69747D;
}
.footer_social li a:hover {
    background: #2F60D5;
    color: #ffffff;
}

.footer_sub_section {
    padding: 0 30px;
    text-align: center;
    color: white;
    padding-top: 25px !important;
    font-size: 11px;
    line-height: 16px;
}

/* For Responsiveness */


@media (max-width:1200px) {
    .header_buttons_main ul li a {
        font-size: 14px;
        padding: 8px 15px;
        margin: 0 7px;
    }
    .header_buttons_main ul li.find_layer_btn a {
        margin-right: 7px;
    }
    .menu-primary .menu-smart > li > a {
        padding: 27px 18px;
    }
    .consumer_profile_pages .menu-primary .menu-smart > li > a {
        padding: 27px 10px;
    }
    .menu-smart > li.menu-item-has-children > a::before {
        right: 3px;
    }
    .consumer_profile_pages .header_bell_icon {
        padding-left: 20px;
    }
    .day_name {
        max-width: 75px;
    }
    .day_time {
        padding-right: 0;
    }
    .dashbaord_message_txt {
        width: 64%;
    }
    .dashbaord_message_prof_pic {
        width: 17%;
    }
    .dashbaord_message_box {
        padding: 12px 10px 12px 15px;
    }
    .dashbaord_message_left_inner {
        padding-right: 20px;
    }
    .search_layer_box_right {
        width: calc(100% - 70px);
    }
    }
    @media (max-width:1023px) {
    .attorney_profile_edit .profile_select_image {
        width: 100%;
        padding-bottom: 30px;
    }
    .attorney_profile_edit .form_main_area.profile_form_area {
        width: 100%;
        padding-right: 0;
    }
    .attorney_profile_edit .profile_right_section {
        padding-top: 0;
        width: 100%;
    }
    .dashbaord_message_txt {
        width: 62%;
    }
    .dashbaord_message_area {
        height: 465px;
        padding-right: 25px;
        padding-top: 20px;
    }
    .search_layer_box_btn a {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 12px 35px;
    }
    .search_layer_box_btn i {
        padding-left: 3px;
        font-size: 15px;
    }
}

@media (max-width:980px) {
    .header_mobile_nav_icon > span {
        background: #fff;
        height: 2px;
        width: 27px;
        display: block;
        margin-bottom: 4px;
        cursor: pointer;
    }
    .menu-horizontal .menu-horizontal-inner.header_left_menu {
        display: none;
    }
    .header_register_menu.header_right_menu {
        text-align: center;
        padding: 22px 0 22px;
    }
    .header_mobile_nav {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
		margin-top: 0px;
    }
    .header_mobile_nav_icon {
        position: static;
	margin-left:8px;
    }
    .loged_out_screen .header_mobile_nav_icon {
        position: absolute;
        right: -5px;
        top: -88px;
        cursor: pointer;
    }
    .header_mobile_menu_main {
        display: none;
        background: #fff;
        position: relative;
        z-index: 100000;
            padding: 15px 0 0;
    }
    .header_mobile_menu_main .menu-smart > li.login_menu_item > a {
        color: #2F60D5;
        font-weight: 500;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children {
        position: relative;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children > a {
        /*font-weight: 600;*/
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children .fa-dropdown {
        position: relative;
        top: 2px;
        font-size: 18px;
        font-weight: 600;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children .fa-angle-up {
        display: none;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children .fa-angle-down {
        display: inline-block;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children.open .fa-angle-up {
        display: inline-block;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children.open .fa-angle-down {
        display: none;
    }
    .header_mobile_menu_main .menu-smart > li.menu-item-has-children.open .sub-menu {
        display: block;
        padding: 6px 0;
    }
    .header_mobile_menu_main .menu-smart > li.register_menu_item .sub-menu > li > a {
        font-weight: 500;
    }
    .menu-primary .menu-smart > li > a {
        padding: 12px 15px;
        color: #69747D !important;
        text-align: center;
        font-size: 16px;
    }
    .menu-primary .menu-smart > li > a:hover {
        color: #2F60D5;
    }
    .menu-primary .menu-smart .lang-mobile-item {
        text-align: center;
    }
    .menu-primary .menu-smart li.lang-mobile-item > a {
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
    }
    .menu-primary .menu-smart li.lang-mobile-item > a.active {
        font-weight: bold;
    }
    .menu-primary .language-menu {
        display: none !important;
    }
    .header_mobile_nav_icon.open .center_cl {
        display: none;
    }
    .header_mobile_nav_icon.open .first_cl {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        position: relative;
        top: 7px;
    }
    .header_mobile_nav_icon.open .last_cl {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .menu-primary .menu-smart > li.active > a {
        color: #2F60D5;
        font-weight: 500;
    }
    .menu-primary .menu-smart > li.logout_mu > a {
        color: #464C51;
        font-weight: 500;
    }
    .loged_out_screen .header_register_menu.header_right_menu {
        display: none;
    }
    .loged_out_screen.header_main_menu_section {
        padding: 10px 30px 25px;
    }
    .header_buttons_main {
        width: 100%;
        text-align: left;
        padding: 0 0 14px;
    }
    .loged_out_screen .header_buttons_main {
        padding-right: 0px;
        padding-bottom: 0;
    }
    .loged_out_screen .header_mobile_menu_main {
        /*margin-top: 15px;*/
    }
    .loged_out_screen .menu-smart > li.menu-item-has-children > a::before {
        content: none;
    }
    .menu-primary .sub-menu {
        position: unset;
        text-align: center;
        width: 100%;
        background-color: #fafaff;
        padding: 8px 0 10px;
    }
    .menu-primary .sub-menu li a {
        color: #464C51;
        text-align: center;
        font-size: 16px;
        padding: 10px 15px;
    }
    .menu-primary .sub-menu li a:hover {
        color: #2F60D5;
            background: none;
    }
    .loged_in_screen .header_register_menu.header_right_menu {
        text-align: left;
        width: 50%;
    }
    .profile_pic_section {
        text-align: center;
        width: 20%;
        min-width: 64px;
        padding-left: 0;
    }
    .search_layer_box_heading {
        display: block;
    }
    .form_main_area.profile_form_area {
        width: 40%;
        padding-right: 0;
        padding-left: 20px;
    }
    .footer_fourth_section {
        padding-left: 10px;
        width: 23%;
    }
    .consumer_profile_pages .menu-primary .menu-smart > li > a {
        padding: 8px 10px;
    }
    .account-page-get-started {
        display: none;
    }
    .profile_edit_main .profile_form_area {
        margin-top: 65px;
        width: 30%;
    }
    .find_layer_subcategory {
        width: 32.5%;
    }
    .attorney_prof_cat_col {
        width: 33%;
        padding: 0 20px;
    }
    .attorney_select_low {
        width: 29%;
    }
    .dashbaord_message_right {
        width: 63%;
        padding-left: 20px;
    }
    .dashbaord_message_left {
        width: 36%;
    }
    .find_layer_boxes.layer_search_boxes_left {
        width: 100%;
        padding-right: 18px;
        padding-top: 3px;
    }
    .map_section {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }
    .find_a_layer_search_results .find_layer_boxes_area {
        padding-top: 30px;
    }
    .header_buttons_main ul {
        text-align: center;
    }
}
@media (max-width:800px) {
    .dashbaord_message_right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .dashbaord_message_left {
        width: 100%;
    }
    .dashbaord_message_prof_pic {
        width: 10%;
        max-width: 43px;
    }
    .dashbaord_message_txt {
        width: 84%;
    }
}
@media (max-width:767px) {
    .form_inner_area {
        padding: 0 25px 20px;
    }
    .profile_select_image {
        width: 100%;
        padding-bottom: 30px;
    }
    .form_main_area.profile_form_area {
        width: 100%;
        padding-left: 0;
    }
    .consumer_profile_edit .profile_right_section {
        width: 100%;
        padding-top: 10px;
    }
    .create_profile_btn {
        text-align: left;
    }
    .profile_form_area .form-group {
        padding-right: 0;
    }
    .footer_container > div {
        text-align: center;
    }
    .footer_second_section {
        padding-left: 0;
        width: 100%;
        border-right: none;
    }
    .footer_address_section #main-logo {
        text-align: center;
    }
    .footer_third_section {
        padding-left: 0;
        width: 100%;
    }
    .footer_fourth_section {
        padding-left: 0;
        width: 100%;
    }
    .footer_social ul {
        padding-top: 15px;
    }
    .footer_address_section {
        width: 100%;
        padding-bottom: 20px;
    }
    .profile_edit_main .profile_right_section {
        width: 100%;
        border-left: none;
        margin-top: 25px;
        padding: 0;
    }
    .consumer_profile_edit .form_main_area .profile_form_area {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
    .profile_edit_main .profile_select_image {
        width: 100%;
    }
    .find_layer_boxes {
        width: 100%;
    }
    .find_layer_subcategory {
        width: 49.2%;
    }
    .attorney_prof_cat_col {
        width: 100%;
        padding: 0;
        border: none;
    }
    .attorney_prof_category {
        padding-bottom: 0px;
    }
    .attorney_select_ser_section > div {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .attorney_select_fee_label {
        display: none;
    }
    .attorney_select_fee_label.mobile_fee_label {
        display: block;
        margin-bottom: 8px;
        margin-top: -15px;
    }
    .dashbaord_message_txt {
        width: 79%;
    }
    .find_lawyer_filter_section .control-group {
        width: 41%;
        padding-right: 20px;
    }
    .find_lawyer_filter_section .control-group.zip_code_field {
        width: 16%;
    }
    .max_hourly_rate_inner {
        max-width: 100%;
        float: left;
    }
    .find_lawyer_range_filter_options > div {
        width: 100%;
            margin-bottom: 15px;
    }
    .max_distance_inner {
        max-width: 100%;
        float: left;
        margin-right: 0;
    }
    .find_a_layer_search_results .ui-widget-content.ui-corner-all {
        max-width: 100%;
    }
    .selector_top_section {
        max-width: 100%;
    }
    .find_layer_heading {
        font-size: 20px;
    }

}
@media (max-width:580px) {
    .login_btm_btn i {
        padding-left: 10px;
    }
    .find_layer_categories {
        padding: 30px 25px 30px;
    }
    .find_layer_subcategory .checkbox_label {
        font-size: 12px;
    }
    .find_layer_subcategory {
        width: 49.2%;
        padding-bottom: 5px;
    }
    .form-group-simple.state_dropdown {
        width: 65%;
    }
    .form-group-simple.zip_code_field {
        width: 33%;
    }
    .attorney_profile_txt_one {
        margin-bottom: 0;
        padding-bottom: 5px;
        margin-right: 0;
        margin-bottom: 15px;
            display: block;
    }
    .attorney_profile_txt_two {
        padding-bottom: 10px;
        margin-bottom: -1px;
            display: block;
    }
    .attorney_select_sty, .attorney_text_sty {
        padding-right: 5px;
    }
    .attorney_select_sty::after {
        right: 12px;
        font-size: 15px;
        top: 15px;
    }
    .create_attorney_prof_heading {
        font-size: 18px;
    }
    .create_attorney_prof_txt {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .attorney_services_added .attorney_profile_top_txt {
        margin-bottom: 30px;
    }
    .attorney_services_added .attorney_profile_txt_one {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .attorney_services_added .attorney_profile_txt_two {
        margin-right: 0;
    }
    .dashbaord_message_txt {
        width: 64%;
    }
    .dashbaord_message_prof_pic {
        width: 24%;
        max-width: 43px;
    }
    .dashbaord_msg_prof_pic {
        width: 15%;
        margin-right: 5px;
        max-width: 43px;
    }
    .dashbaord_message_text {
        width: 80%;
    }
    .dashbaord_right_prof_name {
        width: 100%;
        padding-bottom: 5px;
    }
    .dashbaord_header_right {
        text-align: left;
        width: 100%;
    }
    .dashbaord_message_field {
        display: inline-block;
        width: 74%;
    }
    .dashbaord_message_type {
        padding: 10px 15px;
    }
    .find_lawyer_filter_section .control-group {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .find_lawyer_filter_section .control-group.zip_code_field {
        width: 100%;
    }
    .find_lawyer_range_filter_options {
        padding-top: 25px;
    }
    .map_bottom_txt img {
        padding-left: 0;
    }
    .map_bottom_txt span {
        display: block;
    }
    .map_bottom_txt {
        text-align: left;
    }
    .find_layer_heading .search_layer_box_btn {
        padding-top: 15px;
    }
}
@media (max-width:400px) {
    .header_buttons_main ul li {
        line-height: 1.75;
    }
    .header_buttons_main ul li a {
        font-size: 15px;
        padding: 5px 10px;
        margin: 0 3px;
        margin-bottom: 5px;
    }
    .header_buttons_main ul li.find_layer_btn a {
        margin-right: 3px;
    }
    .loged_out_screen.header_main_menu_section {
        padding: 10px 20px 14px;
    }    
    .login_btm_btn a {
        display: inline-block;
    }
    .header_register_menu.header_right_menu {
        display: inline-block;
    }
    .header_bell_icon {
        padding-left: 15px;
    }
    .menu-horizontal .main_menu_wrapper > div {
        width: 100%;
    }
    .form_main_area input[type="submit"] {
        max-width: 180px;
    }
    .find_layer_box_txt {
        font-size: 12px;
    }
    .find_layer_box_heading {
        font-size: 14px;
    }
    .find_layer_box {
        padding: 18px 15px;
    }
    .find_layer_subcategory {
        width: 100%;
    }
    .zip_label {
        display: block;
        padding-bottom: 15px;
    }
    .attorney_profile_edit .week_time .checkbox_label {
        margin: 0 1px;
    }
    .day_name {
        max-width: 60px;
        font-size: 11px;
    }
    .day_time_main {
        margin: 0 2px;
        padding: 5px 17px 4px 2px;
    }
    .attorney_select_checkbox {
        width: 100%;
        padding-top: 10px;
    }
    .attorney_select_service {
        display: inline-block;
        width: 100%;
    }
    .attorney_select_high {
        width: 29%;
    }
    .attorney_select_low {
        width: 26%;
    }
    .attorney_select_medium {
        width: 33%;
    }
    /*.attorney_dashbaord_tab {
        max-width: 115px;
    }*/
    .dashbaord_message_section {
        padding: 60px 10px 50px;
    }
    .dashbaord_message_left_inner {
        padding-right: 14px;
    }
    .dashbaord_message_box {
        padding: 12px 5px 12px 10px;
    }
    .dashbaord_message_txt {
        width: 59%;
    }
    .dashbaord_message_text {
        font-size: 12px;
    }
    .form_container.find_a_layer_search_results.find_a_layer_main {
        padding-left: 10px;
            padding-right: 10px;
    }
    .search_layer_box_img img {
        max-width: 100%;
    }
    .search_layer_box_right {
        padding-left: 10px;
    }
    .search_layer_box_btn.white_btn {
        padding-right: 4px;
    }
    .search_layer_box_btn.blue_btn {
        padding-left: 0;
    }
    .search_layer_box_btn a {
        font-size: 10px;
        letter-spacing: 0;
    }
    .header_buttons_main ul {
        margin: 5px 0 0;
    }
}
.modal-content {
    border: none;
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0); */
    /* margin: 77px 0 99px; */
}
.ViewProfilePage {
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0);
    margin: 77px 0 99px;
}
.wrapper {
    background-color: #FAFAFF;
}
body.mypages {
    background-color: #fff;
}
.DropDownBoxView {
    border-radius: 4px;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
#exampleModal {
    padding-right: 0 !important;
    padding-left: 15px !important;
}
.leave-review-title {
    font-size: 24px;
}
.label.label-error {
    color: #D3382F;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
}
.hide {
    display: none;
}
.modal-left-col .user-img-block .user-status_online {
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #55BA3F !important;
    border: 3px solid #FAFAFF;
    bottom: 5px;
    right: 30px;
}
.modal-left-col .user-img-block .user-status_offline {
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: gray !important;
    border: 3px solid #FAFAFF;
    bottom: 5px;
    right: 30px;
}
.gm-style-iw.gm-style-iw-c .search_layer_box_icon.offline_icon_sp {
    height: 10px;
    width: 10px;
    right: -4px;
}
/* Chat styling*/
.dashbaord_message_offline_icon {
    position: absolute;
    height: 11px;
    width: 11px;
    background: gray;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 0;
    bottom: 0;
}
.currentactivechatuser {
    background-color: aliceblue !important;
}
/* Video CSS */
body,
p {
    padding: 0;
    margin: 0;
}

body {
    background: #272726;
}

div#remote-media {
    height: 43%;
    width: 100%;
    /*background-color: #fff;*/
    text-align: center;
    margin: auto;
}

div#remote-media video {
    border: 1px solid #272726;
    margin: 3em 2em;
    /*height: 70%;*/
    /*max-width: 27% !important;*/
    background-color: #272726;
    background-repeat: no-repeat;
}

div#controls {
    padding: 3em;
    max-width: 1200px;
    margin: 0 auto;
}

/*div#controls div {
  float: left;
}*/

div#controls div#room-controls,
div#controls div#preview {
    width: 16em;
    margin: 0 1.5em;
    text-align: center;
}

div#controls p.instructions {
    text-align: left;
    margin-bottom: 1em;
    font-family: Helvetica-LightOblique, Helvetica, sans-serif;
    font-style: oblique;
    font-size: 1.25em;
    color: #777776;
}

div#controls button {
    width: 15em;
    height: 2.5em;
    margin-top: 1.75em;
    border-radius: 1em;
    font-family: "Helvetica Light", Helvetica, sans-serif;
    font-size: .8em;
    font-weight: lighter;
    outline: 0;
}

div#controls div#room-controls input {
    font-family: Helvetica-LightOblique, Helvetica, sans-serif;
    font-style: oblique;
    font-size: 1em;
}

div#controls button:active {
    position: relative;
    top: 1px;
}

div#controls div#preview div#local-media {
    width: 270px;
    height: 202px;
    border: 1px solid #cececc;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjgwcHgiIGhlaWdodD0iODBweCIgdmlld0JveD0iMCAwIDgwIDgwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjEgKDEyMDAyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GaWxsIDUxICsgRmlsbCA1MjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJjdW1tYWNrIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU5LjAwMDAwMCwgLTE3NDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJGaWxsLTUxLSstRmlsbC01MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU5LjAwMDAwMCwgMTc0Ni4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zOS42ODYsMC43MyBDMTcuODUsMC43MyAwLjA4NSwxOC41IDAuMDg1LDQwLjMzIEMwLjA4NSw2Mi4xNyAxNy44NSw3OS45MyAzOS42ODYsNzkuOTMgQzYxLjUyMiw3OS45MyA3OS4yODcsNjIuMTcgNzkuMjg3LDQwLjMzIEM3OS4yODcsMTguNSA2MS41MjIsMC43MyAzOS42ODYsMC43MyBMMzkuNjg2LDAuNzMgWiBNMzkuNjg2LDEuNzMgQzYxLjAwNSwxLjczIDc4LjI4NywxOS4wMiA3OC4yODcsNDAuMzMgQzc4LjI4Nyw2MS42NSA2MS4wMDUsNzguOTMgMzkuNjg2LDc4LjkzIEMxOC4zNjcsNzguOTMgMS4wODUsNjEuNjUgMS4wODUsNDAuMzMgQzEuMDg1LDE5LjAyIDE4LjM2NywxLjczIDM5LjY4NiwxLjczIEwzOS42ODYsMS43MyBaIiBpZD0iRmlsbC01MSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQ3Ljk2LDUzLjMzNSBMNDcuOTYsNTIuODM1IEwyMC4wOTMsNTIuODM1IEwyMC4wOTMsMjcuODI1IEw0Ny40NiwyNy44MjUgTDQ3LjQ2LDM4LjI1NSBMNTkuMjc5LDMwLjgwNSBMNTkuMjc5LDQ5Ljg1NSBMNDcuNDYsNDIuNDA1IEw0Ny40Niw1My4zMzUgTDQ3Ljk2LDUzLjMzNSBMNDcuOTYsNTIuODM1IEw0Ny45Niw1My4zMzUgTDQ4LjQ2LDUzLjMzNSBMNDguNDYsNDQuMjE1IEw2MC4yNzksNTEuNjY1IEw2MC4yNzksMjguOTk1IEw0OC40NiwzNi40NDUgTDQ4LjQ2LDI2LjgyNSBMMTkuMDkzLDI2LjgyNSBMMTkuMDkzLDUzLjgzNSBMNDguNDYsNTMuODM1IEw0OC40Niw1My4zMzUgTDQ3Ljk2LDUzLjMzNSIgaWQ9IkZpbGwtNTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: black;
}

div#controls div#preview div#local-media video {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

div#controls div#preview button#button-preview {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjEgKDEyMDAyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GaWxsIDM0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9ImN1bW1hY2siIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUuMDAwMDAwLCAtMTkwOS4wMDAwMDApIiBmaWxsPSIjMEEwQjA5Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTEzNi40NzEsMTkxOS44NyBMMTM2LjQ3MSwxOTE5LjYyIEwxMjUuNzY3LDE5MTkuNjIgTDEyNS43NjcsMTkxMC4wOCBMMTM2LjIyMSwxOTEwLjA4IEwxMzYuMjIxLDE5MTQuMTUgTDE0MC43ODUsMTkxMS4yNyBMMTQwLjc4NSwxOTE4LjQyIEwxMzYuMjIxLDE5MTUuNTUgTDEzNi4yMjEsMTkxOS44NyBMMTM2LjQ3MSwxOTE5Ljg3IEwxMzYuNDcxLDE5MTkuNjIgTDEzNi40NzEsMTkxOS44NyBMMTM2LjcyMSwxOTE5Ljg3IEwxMzYuNzIxLDE5MTYuNDUgTDE0MS4yODUsMTkxOS4zMyBMMTQxLjI4NSwxOTEwLjM3IEwxMzYuNzIxLDE5MTMuMjQgTDEzNi43MjEsMTkwOS41OCBMMTI1LjI2NywxOTA5LjU4IEwxMjUuMjY3LDE5MjAuMTIgTDEzNi43MjEsMTkyMC4xMiBMMTM2LjcyMSwxOTE5Ljg3IEwxMzYuNDcxLDE5MTkuODciIGlkPSJGaWxsLTM0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)1em center no-repeat #fff;
    border: none;
    padding-left: 1.5em;
}

div#controls div#log {
    border: 1px solid #686865;
}

div#controls div#room-controls {
    display: none;
}

div#controls div#room-controls input {
    width: 100%;
    height: 2.5em;
    padding: .5em;
    display: block;
}

div#controls div#room-controls button {
    color: #fff;
    background: 0 0;
    border: 1px solid #686865;
    background-color: black;
}

div#controls div#room-controls button#button-leave {
    display: none;
}

div#controls div#room-controls button#button-join {
    opacity: 0 !important;
    cursor: default;
}

div#controls div#log {
    width: 35%;
    height: 9.5em;
    margin-top: 2.75em;
    text-align: left;
    padding: 1.5em;
    float: right;
    overflow-y: scroll;
}

div#controls div#log p {
    color: #686865;
    font-family: 'Share Tech Mono', 'Courier New', Courier, fixed-width;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-left: 1em;
    text-indent: -1.25em;
    width: 90%;
}

.previewscreen {
    display: inline-block;
}

.sent_msg .dashbaord_message_text a {
    color: #fff;
}
.verifyemailheadingfontstyle {
    font-size: 25px;
    font-weight: bold;
    color: #464C51;
    padding: 0px 0 5px;
    margin-bottom: 3%;
}
.verifyemailmessagefontstyle {
    font-size: 16px;
    color: #464C51;
    padding: 0px 0 5px;
    font-weight: normal;
    margin-bottom: 3%;
}
.verifyemailform_container {
    max-width: 600px;
}
.verifyemailform_inner_area {
    padding: 0 35px 20px;
    text-align: center;
}
.EmailVerifyLoginButton {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 30px;
    max-width: 201px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 11px 50px;
    cursor: pointer;
}
.verifyemail_form_heading {
    padding: 25px 0 5px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-info {    background-color: #5bc0de; }
.bootstrap-tags {    width: 75%;    margin: 15%; }
.attorney_profile_edit .create_profile_btn .create-profile-submit-button {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 30px;
    max-width: 217px;
    width: 100%;
    background: #2F60D5;
    border: none;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 11px 25px;
    cursor: pointer;
}
/*  Tooltip css start */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    //margin-left: -70px;
    margin-left: -110px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*  Tooltip css end */

.loader{ text-align: center; display: none;}
.loader img { height: 50px;width:50px; }
/* profile upload model CSS Starts */

#profile_upload_model .form-control-file {display: block;width: 50%; background:#ececec; margin: 0 auto;    }

#profile_upload_model .profil-lable-class{padding: 0.99rem 1.2em;font-size:15px;display:none;color: #ff1d1d;text-align: center;}
#profile_upload_model .profile-upload-button{width:100%;text-align:center;padding-top:15px;display:none;}
#profile_upload_model .profile_image{display:none;}

#profile_upload_model .profile-upload-button .btn-primary{
    color: #fff;background-color: #007bff;border-color: #007bff;
    display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;
    user-select: none;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;
    line-height: 1.5;border-radius: .25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#profile_upload_model .jcrop-holder{    margin:0 auto;  }
#profile_upload_model .profile-image-box{    margin:10px;  }
#profile_upload_model .modal-header {   padding: 10px;border-bottom: 1px solid #e5e5e5;text-align:center; }
#profile_upload_model .modal-title {margin: 0 auto;line-height: 1.42857143;font-size:20px;text-align: left;font-weight: 400;    }

#appmodel .app-head-text{  font-weight: normal; color: #464C51;   font-size: 27px;}
#appmodel input, #appmodel select{  border-radius: 4px;  background-color: #fff;   border: none;    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);}
#appmodel .app-head-text span{    margin-left: 10px; font-weight: 700;}

/* profile upload model CSS End */

/* Yogesh CSS starts*/
.theme_blue {
    color: #2f60d5;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.hide {
    display: none !important;
}
#profile-edit-form #specialty {
    width: 92%;
    display: inline-block;
    margin-top: 0px;
}
#profile-edit-form .info_icon {
    display: inline-block;
    position: unset;
}
.footer-grey {
    color: #C7C7D2;
}

/* attorney-create-profile-services-added edited CSS Starts  */
.servic_list1.multiselect {
  position: relative;
}

.servic_list1 .selectBox {
  position: relative;
}


.servic_list1 .selectBox select {
  /* width: 100%;
  font-weight: bold; */
}

.servic_list1 .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.servic_list1 .checkboxes-list {
    display: none;
    background: #fafaff;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
    padding: 10px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 100%;
    overflow: auto;
    max-height: 300px;
    z-index: 1;
}

.servic_list1 .checkboxes-list label {
  display: block;
  /* display: flex;
  align-items: center; */
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 0;
  margin: 10px 0;
}

.servic_list1 .checkboxes-list label:hover {
  /* background-color: #2F60D5;
  color: #fff; */
}
.attorney_select_fee_section {
    padding-top: 18px;
}
.attorney_select_fee_section.fee_header {
    display: inline-block;
    vertical-align: bottom;
}
.attorney_text_sty, .hourly_rate_box  {
    margin-bottom: 0;
}
/* attorney-create-profile-services-added edited CSS Ends */

/* find-a-lawyer-search-resutls.html.html Starts */


.layer_search_boxes_left::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  background-clip: padding-box;
  border: 0.05em solid #eeeeee;
}

  /* Buttons */
  .layer_search_boxes_left::-webkit-scrollbar-button:single-button {
    background-color: #F9F9FF;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;

  }
  /* Up */
  .layer_search_boxes_left::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px;
    border-color: transparent transparent #555 transparent;
  }

.layer_search_boxes_left::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777 transparent;
  }
  /* Down */
  .layer_search_boxes_left::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0;
    border-color: #555 transparent transparent transparent;
  }

  .layer_search_boxes_left::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777 transparent transparent transparent;
  }
/* find-a-lawyer-search-resutls.html.html Ends */

.bg-offline {
    background: gray !important;
}
/* menu design general starts */
#logo-container-mobile.logo-container {
    padding-top: 15px;
    padding-bottom: 0px !important;
}
.header_switch_wrapper {display: inline-block;}
/* menu design general ends */

/* menu design for mobile starts */
@media (max-width: 960px) {
    #logo-container-mobile.logo-container {
        padding: 15px 0 0;
    }
}
@media (max-width: 400px) {
}
@media (max-width: 980px) {
    .menu-horizontal .main_menu_wrapper .bottom-profile-block{display: flex;justify-content:center;align-items: center;position: relative;padding-bottom: 10px;}
    .loged_out_screen.menu-horizontal .main_menu_wrapper .bottom-profile-block{padding-bottom: 0;}
    .loged_in_screen .header_register_menu.header_right_menu{width: unset;}
    .bottom-profile-block .header_bell_icon,.bottom-profile-block .profile_pic{padding: 0;}
    .bottom-profile-block .header_right_switch{margin-left: 15px;}
    .bottom-profile-block .profile_pic_section{margin:0 30px;}
    .menu-horizontal .main_menu_wrapper .profile_dropdown_list{margin-top: 30px; left: -110px;}
    .profile_dropdown_list::after {right: 50px;}
    .header_switch_wrapper {margin-left: 30px;}
}
@media (max-width: 320px) {
    .header_switch_wrapper {margin-left: 10px;}
}
/* menu design for mobile ends */

.find_lawyer_boxes_wrapper {
    width: 40%;
    display: inline-block;
}
@media (max-width: 980px) {
    .find_lawyer_boxes_wrapper {
        width: 100%;
    }    
}
/* Yogesh CSS ends*/

.featured-lawyer-sec .container {
    max-width: 1160px;
    margin: 0 auto;
}

.featured-lawyer-sec h1 {
    text-align: center;
    font-size: 42px;
    color: #464c51;
    margin: 60px 0 50px;
}

.featured-lawyer-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured-lawyer-block .feat-lawyer-blk {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    max-width: 335px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0);
}

.media {
    display: flex;
}

.feat-lawyer-blk .media-left span {
    position: absolute;
    border-radius: 100%;
    background: #adafad;
    bottom: 5px;
    right: 5px;
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
}

.feat-lawyer-blk.online span {
    background: #55ba3f;
}
.feat-lawyer-blk .media-left img {
    max-width: 125px;
    border-radius: 100%;
}

.feat-lawyer-blk .media-left {
    position: relative;
    border-radius: 100%;
        margin-right: 15px;
}

.media-right-rating i.rated {
    color: #04a2eb;
}
.media-right-rating i {
    font-size: 9px;
    margin-right: -3px;
    color: #aaa;
}

.media-right h5 {
    font-size: 20px;
    margin: 2px 0 0;
    color: #464c51;
}

.media-right h6 {
    font-size: 14px;
    margin: 4px 0 20px;
    color: #464c51;
    font-weight: 500;
}

.media-right-location {
    font-size: 12px;
        color: #464c51;
}
.media-right-location i {
    color: #04a2eb;
    margin-right: 5px;
    font-size: 14px;
}

.feat-lawyer-blk .des-block {
    margin: 20px 0;
}

.feat-lawyer-blk p {
    color: #464c51;
     display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.featured-lawyer-block .button-block {
    text-align: center;
}

.featured-lawyer-block .button-block a {
    background: #464c51;
    border-radius: 50px;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}
.featured-lawyer-block .button-block .fa-chevron-right {
    position: absolute;
    right: 7%;
    font-size: 12px;
    top: 40%;
}

.featured-lawyer-block .button-block .fa-envelope {
    margin-right: 10px;
}

.featured-lawyer-block .button-block a:hover {
    background: #2f60d5;
}


.left-col {
    background: #fafaff;
    padding: 35px;
    max-width: 400px;
    background: #F9F9FF;
    margin-bottom: 40px;
}
.left-col .featured-lawyer-block {
    justify-content: center;
}

.left-col .featured-lawyer-sec h2 {
    text-align: center;
    font-size: 28px;
    color: #464c51;
    margin: 0px 0 20px;
}

.left-col .featured-lawyer-block .feat-lawyer-blk {
    width: 100%;
}


@media screen and (max-width: 1200px)
{
    
    .featured-lawyer-sec .container {
        max-width: 95%;
    }
    .featured-lawyer-block .feat-lawyer-blk {
        max-width: 280px;
    }
    .feat-lawyer-blk .media-left img {
        max-width: 95px;
    }
    .media-right h5 {
        font-size: 18px;
    }
    .featured-lawyer-sec h1 {
        font-size: 40px;
        margin: 40px 0 30px;
    }
}


@media screen and (max-width: 980px) 
{
    
    .feat-lawyer-blk .media-left img {
        max-width: 80px;
    }
    
    .media-right h5 {
        font-size: 16px;
    }
    
    .media-right h6 {
        font-size: 11px;
        font-weight: 400;
            margin: 4px 0 10px;
    }
    
    .feat-lawyer-blk .media-left span {
        bottom: 0px;
        right: 0px;
    }
    
    .featured-lawyer-block .feat-lawyer-blk {
        max-width: 222px;
        padding: 15px;
    }
    
    .featured-lawyer-sec h1 {
        font-size: 36px;
    }
    
    .featured-lawyer-block .button-block a {    
        padding: 15px 50px;
    }
}


@media screen and (max-width: 767px) 
{
    
    .featured-lawyer-block .feat-lawyer-blk {
        max-width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .featured-lawyer-sec h1 {
        font-size: 28px;
 
    }
}
.left-col {
    background: #f2f2f8;
    padding: 10px;
}

.left-col .container{padding:0;}

.left-col .featured-lawyer-block .feat-lawyer-blk {
    max-width: 100%;
    border-radius: 3px;
    box-shadow:none;
    padding: 10px;
}

.left-col .featured-lawyer-sec h2 {
    
    margin: 6px 0 19px;
    font-size: 18px;
    font-weight: bold;
    
}
.media-right-location i {
 
    font-size: 10px;
}
.left-col .media-right-rating i {
    font-size: 9px;}
.left-col .feat-lawyer-blk .media-left span {

    bottom: 0px;
    right: 0px;
    height: 18px;
    width: 18px;

}
.media-right-location {
    font-size: 10px;
    
}
.left-col .media-right h6 {
    font-size: 12px;
        margin: 4px 0 5px;
    color: #6e7881;
    
}
.left-col  .feat-lawyer-blk .media-left img {
    max-width: 64px;
    
}
.left-col .featured-lawyer-block .button-block {
    text-align:left;
}
.left-col  .feat-lawyer-blk p {
    
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.5px;
        font-weight: 500;
    line-height: 16px;
    color: #69747D;
}
.left-col .featured-lawyer-block .button-block a {
    background: #2f60d5;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 12px;
}
.left-col .media-right h5 {
    font-size: 18px;
    font-weight: 600;
}
.left-col .feat-lawyer-blk .des-block {
    margin: 10px 0;
}


.left-col .featured-lawyer-block .button-block .fa-chevron-right {
    
    display: none;
}
/***********flashy msg*************/
.re_book_flashy {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  width: fit-content;
  font-size: 18px;  
  padding: 7px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: orange; -webkit-box-shadow: 0 0 3px orange; }
  50% { background-color: orange; -webkit-box-shadow: 0 0 40px orange; }
  100% { background-color: orange; -webkit-box-shadow: 0 0 3px orange; }
}

@-moz-keyframes glowing {
  0% { background-color: orange; -moz-box-shadow: 0 0 3px orange; }
  50% { background-color: orange; -moz-box-shadow: 0 0 40px orange; }
  100% { background-color: orange; -moz-box-shadow: 0 0 3px orange; }
}

@-o-keyframes glowing {
  0% { background-color: orange; box-shadow: 0 0 3px orange; }
  50% { background-color: orange; box-shadow: 0 0 40px orange; }
  100% { background-color: orange; box-shadow: 0 0 3px orange; }
}

@keyframes glowing {
  0% { background-color: orange; box-shadow: 0 0 3px orange; }
  50% { background-color: orange; box-shadow: 0 0 40px orange; }
  100% { background-color: orange; box-shadow: 0 0 3px orange; }
}

/***********************Featured Lawyers*************/
.feature_lawer_box {
        box-shadow: 0 14px 26px 0 rgb(199 199 210 / 44%);
    border-radius: 20px;
    padding: 20px 20px 60px;
    position: relative;
    width: auto;
    margin: 0 15px;
    max-height: 630px;
    max-width: 420px;
    background: white;
    margin-left: 5px;
    height: 100%;
}
.feature_lawer_feild{
   color: #464C51;
}
.feature_lawer_address{
   color: #464C51; 
}
.Fea_lawyer_img{
    width: 42%;
}
.pl-md-2{
    width: 66%;
}
.Fea_lawyer_img>img {
    border-radius: 50%;
    width: 122px;
    height: 122px;
}

.Fea_lawyer_img span {
    position: absolute;
    border-radius: 100%;
    background: #adafad;   
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
    left: 107px;
    top: 120px;
}

.Fea_lawyer_img.online span {
    background: #55ba3f;
}

.fea_lawyer_info {
    font-size: 14px;
    line-height: 19px;
    color: #69747D;
    padding-top: 15px;
    width: 100%;
    margin-bottom:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.fea_lawyer_profile>button {
    background: #2F60D5 !important;
    color: #fff !important;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 !important;
    padding: 9px 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 220px;
    border: 1px solid transparent;
    outline: none;
}

.fea_lawyer_profile>button:hover {
    transition: .8s all;
    color: #2F60D5 !important;
    border: 1px solid #2F60D5 !important;
    background-color: #fff !important;
}
.fea_lawyer_ratings>i, .feature_lawer_address>i {
    font-size: 12px;
    color: #04A2EB;
}
.fea_lawyer_name > h3{
    font-size: 20px;
    font-weight: 500;
    color: #464C51;
}
.feature_lawer_feild>p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.feature_lawer_address>i {
    margin-right: 5px;
}
.fea_lawyer_ratings>i, .feature_lawer_address>i {
    font-size: 12px;
    color: #04A2EB;
}
.small, small {
    font-size: 90%;
    font-weight: 400;
}
.what-is-text>h1 {
    text-align: center;
    font-size: 42px !important;
    color: #464c51;
    margin: 60px 0 50px;
    font-weight: 600;
}
.view_profile_button {
    clear: both;
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
}
.view_profile_button > a {
    background: #2F60D5 !important;
    color: #fff !important;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 !important;
    padding: 12px 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 220px;
	  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.view_profile_button > a:hover {
	background:#333 !important;
}

@media only screen and (max-width: 768px) {
    .fea_lawyer_info {
        font-size: 14px;
        line-height: 19px;
        color: #69747D;
        padding-top: 15px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 60px;
    }

    .feature_lawer_box {
        box-shadow: 0px 0px 17px 11px rgb(199 199 210 / 44%);
        border-radius: 20px;
        padding: 20px 20px 60px;
        position: relative;
        width: auto;
        margin: 20px auto !important;
        min-height: 400px;
    }
    .what-is-text>h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #464C51;
    text-align: center;
    padding: 25px 0 20px;
    margin: 20px 0;
   }
   .fea_lawyer_info {
    font-size: 14px;
    line-height: 19px;
    color: #69747D;
    padding-top: 15px;
    max-width: 100%;
    width: 100%;
  }
  .featured_lawyer {
    flex-wrap: wrap;
   }
   .fea_lawyer_name > h3 {
    font-size: 16px !important;
    font-weight: 500;
    color: #464C51;
    margin-top: 3px;
    margin-bottom: 6px;
   }
   .Fea_lawyer_img{
    width: 100%;
    }
    .pl-md-2{
        margin-top: 6px;
        width: 100%;
    }
    .map-block{
        overflow-x: scroll;
    }
    .user-status_online{
        right: 65px!important;
        bottom: 15px!important;
    }
    .user-status_offline{
        right: 65px!important;
        bottom: 15px!important;
    }
    .login_btn_lawyer {
        padding-right: 10px;
        padding-bottom: 15px;
    }
}   
.prof_btn a{
    background: #2F60D5 !important;
    font-weight: 500 !important;
    padding: 5px 22px !important;
    color: #ffffff !important;
    font-size: 12px !important;
}
.prof_btn a:hover {
    color: #fff !important;
    background: #333 !important;
}
/*
ul.sub-menu.sub-menu-register li a {
    color: #000 !important;
}

ul.sub-menu.sub-menu-register li a:hover {
    color: #fff !important;
}

@media (min-width: 650px){
.container {
    max-width: 700px;
}
*::selection {
    background: #04a2eb;
    color: #fff;
}
}
