/* Your custom styles */
/*---------------------- do not touch css stared ------------------------*/ 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
html,body {
 /* overflow-x:hidden;*/
  color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: 15px;
}
html,body.home
{
	height: 100%;
}
.dropdown-item {
   font-weight: 300;
}
a
{
  color:#fff !important;
}
a:hover
{
  opacity:0.7;
}

body{
    background: url(../images/bg.png) no-repeat fixed;    
    background-size: 100% 100%;
}
/*---------------------- do not touch css end ------------------------*/ 
/*------------------- home page css started --------------------------*/
.bgimg {
     /*background: url(../images/bg.png) no-repeat center center fixed; */
    height: 100%;
    /*background-position: center;
    background-size: cover;*/
    position: relative;
    color: white;
}
/*------------------------- Dropdown animation started --------------------------*/
/*.dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;

}
.open .dropdown-menu {
    
    transform: rotateX(0deg);
    transform-origin: top;
}*/
/*------------------------- Dropdown animation ended --------------------------*/
/*------------------------- Menu toggle started --------------------------*/
nav.navbar {
    background: transparent !important;
    box-shadow: none;
	width: 321px;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
li.nav-item.active ,li.nav-item.active:hover,li.nav-item.active:focus {
    color: #fff !important;
    background: #3a3a3a;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .form-control {
    color: #fff;
}
.navbar-collapse {
    background: rgba(0,0,0,0.9);
    border: 1px solid #fff;
    border-radius: 5px;
	margin-top:5px;
}
ul.navbar-nav li a{
	border-bottom:1px dashed #ccc;
	padding: 10px 10px !important;
}
ul.navbar-nav li:last-child a{
  border-bottom:0;
}
.nav-link {
   padding: 0;
}
.content-wrapper ul.nav.nav-tabs.nav-justified .nav-link {
    padding: 10px 5px;
}
li.nav-item.dropdown a{
    padding: 8px 3px;
}
.navbar.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle.png);
    cursor: pointer;
    border: 1px solid #fff;
    /* padding: 12px !important; */
    width: 38px;
    height: 38px;
    background-size: 70%;
    border-radius: 5px;
}
.dropdown-toggle img {
  width: 40px;
}
.navbar-toggler {
    padding: 0;
    margin: 10px 0;
}
.navbar-collapse {
    position: relative;
}
.navbar-collapse:before,.navbar-collapse:after  {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.navbar-collapse:before {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -35px;
}
.navbar-collapse:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(0,0,0,0.9);
    border-width: 10px;
    margin-left: -32px;
}
.navbar-collapse:before, .navbar-collapse:after {
  left: 16%;
}
ul.navbar-nav li a .fa {
    padding-right: 7px !important;
}

/*------------------------- Menu toggle ended --------------------------*/

/*------------------------- User information dropdown started --------------------------*/

.dropdown-toggle::after
{
	display:none;
}
/*.user-dropdown {
    border: 1px solid #fff;
    display: block;
    border-radius: 100%;
    padding: 4px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    margin: 15px 15px 0 0;
}*/
.profile-dropdown-wrapper {
    margin: 10px 0;
}
.dropdown-menu{
    background: rgba(0,0,0,0.9);
    border: 1px solid #fff;
     padding: 10px 5px;
    width: 250px;
}
.dropdown-menu a:hover,.dropdown-menu a:focus {
    background: transparent;
}
.dropdown-menu a {
       padding: 5px 10px;
}
.dropdown-menu a:last-child
{
   border-bottom: 0;
}
.arrow-dropdown-right:before, .arrow-dropdown-right:after {
    bottom: 100%;
    left: 97%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-dropdown-right:before {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -35px;
}
.arrow-dropdown-right:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(0,0,0,0.9);
    border-width: 10px;
    margin-left: -32px;

}
.user-profile-dropdown {
    top: 34px !important;
    left: -15px !important;
	width:325px;
}
.login-form-wrapper span.input-group-addon {
    background: transparent;
    border: 0;
    color: #e0dede;
    font-size: 20px;
    padding-left: 0;
}
.login-form-wrapper input.form-control {
    color: #fff;
    font-size: 13px;
    height: 30px;
    padding: 5px;
}
.btn-class-input {
    display: inline-block;
}
.button-group-block {
    text-align: center;
}
.login-form-wrapper {
    padding: 7px;
}
.button-group-block .btn {
    padding: 7px 23px;
    background: #fff;
    color: #000 !important;
    border-radius: 10px;
    border: 1px solid #fff;
}
.button-group-block .btn-transparent {
    background: transparent;
    color: #fff !important;
}
.button-group-block .btn-primary:hover ,.button-group-block .btn-primary:focus{
    background-color: #000 !important;
	color: #fff !important;
}
.button-group-block .btn-transparent:hover,.button-group-block .btn-transparent:focus {
    background: #fff !important;
    color: #000 !important;
}
/*------------------------- User information dropdown ended  --------------------------*/

/*------------------------- Logo middle started  --------------------------*/

/* Position text in the middle */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*------------------------- Logo middle ended  --------------------------*/

/*------------------------- language info dropdown started   --------------------------*/
.bottomleft {
    left: 15px;
}
.bottom-fixed {
    bottom: 15px;
    position: fixed;
    z-index: 999;
}
.web-dropdown-arrow:before,.web-dropdown-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.web-dropdown-arrow:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -83px;
}
.web-dropdown-arrow:after {
    border-color: transparent;
    border-top-color: rgb(8, 5, 2);
    border-width: 10px;
    margin-left: -81px;
}
.web-dropdown-arrow {
    top: -30px !important;
}
.language-dropdown
{
	width:200px;
}

/*------------------------- language info dropdown ended   --------------------------*/

/*------------------------- phone number dropdown started   --------------------------*/
.bottomright {
    right:15px;
	left:auto !important;
}
.phone-arrow:before {
    margin-left: 103px;
}
.phone-arrow:after {
	margin-left: 106px;
}
.phone-arrow {
    left: auto !important;
    right: -234px;
    width: 300px;
    top: -35px !important;
}
.contact-detail-wrapper {
    color: #fff;
}
.contact-icon {
    width: 9%;
}
.contact-text {
    width: 87%;
}
.contact-text a {
    padding: 0;
}
.contact-detail-wrapper {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 4px 3px;
}
/*------------------------- phone number dropdown ended  --------------------------*/
/*------------------- home page css ended --------------------------*/

.dropdown-menu.arrow-dropdown-right.user-profile-dropdown {    
    left: auto !important;
    right: 0px !important;
    top: 73px !important;
}

.dropdown-menu.arrow-dropdown-right.user-profile-dropdown.show{
    opacity: 1;
    transform: rotateX(0deg) !important;
    transform-origin: top;
}

.dropdown-menu.arrow-dropdown-right.user-profile-dropdown,
.dropdown-menu.web-dropdown-arrow.language-dropdown,
.dropdown-menu.web-dropdown-arrow.phone-arrow{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg) !important;
    transform-origin: top;
    opacity: 0;
    display: block;
}

.dropdown-menu.web-dropdown-arrow.language-dropdown.show,
.dropdown-menu.web-dropdown-arrow.phone-arrow.show {
    opacity: 1;
    transform: rotateX(0deg) !important;
    transform-origin: bottom;
}

.dropdown-menu.web-dropdown-arrow.language-dropdown {
    top: -117px !important;
}

.dropdown-menu.web-dropdown-arrow.phone-arrow{
    left: auto !important;
    top: -150px !important;
    right: 0px !important;
}

.top-fixed {
    top: 5px;
    position: fixed;
    z-index: 999;
}

.top-fixed nav{
    padding: 0;
}

.topleft {
    left: 15px;
}

.topright {    
    right: 15px;
    left: auto !important;
}


/*=====================19/12======================*/

.middle a:hover {
    opacity: 1;
}

.cormorant{
    font-family: 'Cormorant Garamond', serif;
}

.lato{
    font-family: 'Lato', sans-serif;
}

.about,
.contact,
.fees,
.service {
    padding-top: 80px;
	 margin-bottom: 70px !important;
}

.about h1,
.contact h1,
.fees h1,
.service h1{
    font-size: 50px;
    margin-bottom: 40px;
}

.about p,
.contact p,
.service p ,.fees p{
font-size: 15px;
    line-height: 16px;
    margin-bottom: 15px;
}

.space20{
    margin-top: 20px;
}

.space30{
    margin-top: 30px;
}

.about .media-body h5 ,
.contact .media-body h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.about .media-body,
.contact .media-body {
    text-align: left;
    color: #919191;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.about .media,
.contact .media {
    margin-bottom: 40px;
}

p.copyright {
    color: #919191;
    font-weight: 400;
    font-size: 16px;
}

.social_links li {
    display: inline-block;
    padding: 0 5px;
}

.social_links li:first-child{
    padding-left: 0;
}

ul.social_links {
    text-align: left;
    margin-left: -40px !important;
    margin-top: -20px;
}

/*.pos_relative .topright,
.pos_relative .bottomright {
    right: 30px;
}*/

.contact .media-body a{
    display: block;
    color: #919191 !important;
}

.contact a:hover{
    color: #fff !important;
}

.contact input.form-control{
    height: auto;
}

.contact .form-control,
.contact .md-textarea{
    color: #fff !important;
}

.contact h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
}

.contact textarea.md-textarea:focus:not([readonly])+label,
.contact input[type="text"]:focus:not([readonly])+label{
    color:#fff;
}

.contact textarea.md-textarea:focus:not([readonly]),
.contact input[type="text"]:focus:not([readonly]){
    border-bottom:1px solid #fff;
    box-shadow:0 1px 0 0 #fff;
}

.md-form label {
    font-size: 14px;
    font-weight: 600;
}

.send_btn{
    background: -webkit-linear-gradient(60deg,#fbfafa,#434444)!important;
    background: linear-gradient(50deg,#fbfafa,#232525)!important;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 10em;
    font-size: .8rem;
    padding: 10px 40px;
    margin: 6px;
    border: 0;
    white-space: normal!important;
    word-wrap: break-word;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.send_btn:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

/*==================20/12==================*/

.space60{
    margin-top: 60px;
}

span.help_icon {
    position: absolute;
    top: 9px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
}

span.help_icon a,
.justify-content-md-center p a{
    font-size: 14px;
}

.justify-content-md-center p {
    font-size: 16px;
    color: #757575;
    margin-top: 20px;
    margin-bottom: 150px;
    font-weight: 500;
}

.justify-content-md-center {
    justify-content: center !important;
}

.fees .table th:first-child {
    width: 65%;
    text-align: left;
}

.fees .table td:first-child {
    text-align: left;
}

.fees .table tr:first-child > td{
    text-align: left;
    padding-top: 0;
}

.fees .table th:last-child,
.fees .table td:last-child{
    text-align: right;
}

.fees .table th{
    border: none;
    font-size: 20px;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
}

.fees .table td{
    border: none;
    line-height: 24px;
    font-size: 17px;
    padding: 15px 0;
    font-family: 'Lato', sans-serif;
}

.fees .table-responsive{
    margin-bottom: 30px;
}

.service h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}

/*.scroll-body .topright,
.scroll-body .bottomright{
    right: 30px;
}*/

.about .animated {
    animation-duration: 2s;
}

.delay-0-2s {
    animation-delay: 0.2s;
}

.delay-0-3s {
    animation-delay: 0.3s;
}

.delay-0-4s {
    animation-delay: 0.4s;
}

.delay-0-5s {
    animation-delay: 0.5s;
}

.delay-0-6s {
    animation-delay: 0.6s;
}
p.wppb-alert {
    color: #fff;
}
.login-form-wrapper p.wppb-alert a {
    display: block;
}
.login-form-wrapper p.wppb-alert {
    padding-bottom: 0;
    margin-bottom: 9px;
}
body.postid-353,.page-id-6
{
	height: auto;
}
h2 {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center !important;
}
.uploadifive-queue-item span {
    color: #fff;
    font-size: 14px;
}
.wpc_client_upload_form .uploadifive-button
{
    border: 1px solid #fff !important;
    border-top: 0 !important;
    color: #fff !important;
}

button,html [type="button"],[type="submit"]
{
    padding: 10px 20px !important;
    text-transform: uppercase;
    cursor: pointer;
	    border: 0 !important;
    box-shadow: none;
    outline: 0 !important;
	background:#EDEDED;
	border-radius: 10px;
	font-size: 14px !important;
}
button.navbar-toggler {
    background: transparent;
       padding: 0 !important;
}
input.wpc_button.wpc_start_upload {
    border: 0 !important;
    box-shadow: none;
    outline: 0 !important;
	text-align: center;
    float: none !important;
    margin: 0 auto !important;
   background:#EDEDED !important;
   color:#000 !important;
}
input[type="button"].wpc_button,input[type="button"].wpc_button:hover,input[type="button"].wpc_button:focus
{
background:#EDEDED !important;
color:#000 !important;
border-radius: 10px !important;
}

.wpc_msg_nav_list li
{
    opacity: 1 !important;
}
.wpc_msg_new_message_label {
  text-align: left !important;
}

a.wpc_selector_placeholder {
    color: #fff !important;
}


.wpc_private_messages_shortcode .wpc_selector,form.wpc_new_message_form input[type="text"], .wpc_msg_new_message_field input[type="email"], .wpc_msg_new_message_field textarea,.wpc_msg_new_message_field input[type="password"]
{
    background: transparent !important;
	border:0 !important;
   border-bottom: 1px solid #bdbdbd  !important;
    color: #fff !important;
	    padding: 31px 0 !important;
}
.wpc_private_messages_shortcode .wpc_selector,form.wpc_new_message_form input[type="text"]:focus, .wpc_msg_new_message_field input[type="email"]:focus,form.wpc_new_message_form textarea:focus,.wpc_msg_new_message_field input[type="password"]:focus
{
	outline:0;
	border:0 !important;
	border-bottom:2px solid #fff !important;
}
.wpc_private_messages_shortcode .wpc_selector {
   	    padding: 10px 0 !important;
}
form.wpc_new_message_form .wpc_drop_search_wrapper input[type="text"],input.wpc_drop_search
{
	padding:0 !important;
}
form.wpc_new_message_form  .wpc_msg_new_message_line input[type="button"] {
  padding: 10px 20px !important;
}
.wpc_private_messages_shortcode {
    margin-bottom: 71px !important;
}
.wpc_selector_values {
    color: #fff !important;
}
.wpc_msg_bulk_actions_wrapper ul li {
    color: #000 !important;
    font-size: 13px !important;
    padding: 4px 0 !important;
}
.wpc_msg_filter {
    width: 116px !important;
}
.wpc_selector.wpc_single a.wpc_selector_placeholder
{
	color:#fff !important;
}
.wpc_selector.wpc_single:after {
  top: 11px !important;
      color: #fff !important;
 }
 table.wpc_private_messages_table td
 {
	padding:10px 0 !important;
 }
.wpc_msg_nav_wrapper {
  margin: 0 0 0px 0 !important;
}
.wpc_msg_nav_list li.selected {
    padding: 9px 0 7px 15px !important;
}
.uploadifive-queue-item {
    padding: 5px !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 0 !important;
	border-bottom: 0 !important;
}
.uploadifive-queue-item .close
{
   background-size: 12px !important;
}
section.about p {
    text-align: center !important;
}
.wpc_client_client_pages_list .wpc_pagedata_wrapper {
    width: 100% !important;
}
.wpc_client_files_list .wpc_file_actions {
   text-align: left !important;
}
.wpc_client_files_list .wpc_filedata_wrapper .wpc_filename {
  text-align: left !important;
      padding-bottom: 10px !important;
}
.wpc_client_files_list .file_item {
    border-bottom: 1px solid #5a5757 !important;
    padding: 10px 10px !important;
    background: rgba(255,255,255,0.1)!important;
	margin:0 !important;

}
/*
input.wpc_pages_search.wpc_text,input.wpc_pages_search.wpc_text:focus {
    background: transparent;
    border: 1px solid #8e8888 !important;
	color:#000 !important;
}
.wpc_client_client_pages_list .wpc_pages_search_button,.wpc_client_files_list .wpc_files_search_button {
background: transparent url(http://staging.consumer-sketch.com/jongbumleewp/wp-content/plugins/wp-client/images/search1.png) no-repeat 0px 0px !important;
 }
 */
 .custom_datepicker_field
 {
	color:#fff !important;
 }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #2D1C00 !important;
    color: #fff !important;
}
.wpc_client_files_list .wpc_files_filter_block {
    width: auto !important;
}
.wpc_client_files_list .wpc_filters_contect
{
width: 282px !important;
z-index:999999 !important;
}
.wpc_client_client_pages_list .wpc_pages_search_input_block {
    width: 265px !important;
}
section.about #wppb-login-wrap {
    float: none !important;
    width: 58% !important;
    margin: 0 auto !important;
}
section.about form#loginform {
    display: block !important;
    overflow: hidden !important;
}
.wpc_selector ~ .wpc_selector_drop {
    background: #555 !important;
}
.wpc_drop_search_image {
 background: transparent url(../images/search1.png) no-repeat 0px 0px !important;
}
.wpc_new_message_form ul.wpc_selector_options li {
    color: #fff !important;
}
.wpc_new_message_form .wpc_empty_search {
    color: #fff !important;
}
table.wpc_private_messages_table {
    background: rgba(255,255,255,0.1) !important;
}
.wpc_client_files_list .wpc_category_line {
    margin: 16px 0px 0px 0px !important;
    padding: 0px 0px 10px 0px !important;
}
.wpc_client_files_list .file_item:last-child
{
	border-bottom:0 !important;
}
.wpc_msg_filter .wpc_msg_filter_wrapper {
  background: rgba( 50, 50, 50, 0.95 ) !important;
}
.wpc_msg_filter_wrapper label {
   color: #fff  !important;
}
.wpc_msg_filter_wrapper .wpc_selector_option.wpc_ingroup {
  color: #fff  !important;
}
.wpc_msg_nav_wrapper input.wpc_msg_new_message_button.wpc_button
{
	border-radius:0 !important;
}
.wpc_msg_message_line {
    background: rgba(255,255,255,0.1) !important;
}
.wpc_msg_chain_subject_text {
    text-transform: capitalize !important;
    padding: 10px 0 0 !important;
}
.wpc_msg_answer_actions {
    margin: 20px 0px 0px 0px !important;
    padding: 0 !important;
    width: 100% !important;
}
.wpc_msg_message_content {
  margin: 5px 0px 0px 0px !important;
  font-size: 13px !important;
  text-align:left !important;
}
.wpc_msg_message_date {
  font-size: 14px !important;
}
.wpc_client_upload_form .wpc_uploadifive_queue {
  background: rgba(255,255,255,0.1) !important;
      border-bottom: 0 !important;
}
.wpc_client_upload_form .wpc_queue_wrapper  .uploadifive-button {
  background: rgba(0,0,0,0.5) !important;
  padding: 10px;
height: 48px !important;
border-top:1px solid #fff  !important;
}
.profile-dropdown.show button, .profile-dropdown.show  [type="button"], .profile-dropdown.show [type="submit"]
{
  padding: 7px 20px !important;
}
.profile-dropdown-wrapper .wppb-user-forms input#wppb-submit:hover, .profile-dropdown-wrapper .wppb-user-forms input#wppb-submit:focus,
.wppb-user-forms form#loginform input#wppb-submit:hover,.wppb-user-forms form#loginform input#wppb-submit:focus 
 {
    color: #000 !important;
    background-color:#fff !important;
    border-color:#fff !important;
	 box-shadow: none !important;
	 opacity:0.9 !important;
}
.wpc_client_files_list .wpc_filters_select_wrapper input[type="button"].wpc_button,.wpc_sort_block input[type="button"].wpc_button
{
 border-radius:0 !important;
 padding:10px 20px !important;
  padding: 13px 20px !important;
}
.wpc_sort_contect input.wpc_apply_sort.wpc_button ,.wpc_client_files_list .wpc_filters_select_wrapper input.wpc_add_filter.wpc_button{
    border-radius: 10px !important;
}
.wpc_client_files_list .wpc_files_search_button {
  background: transparent url(../images/search1.png) no-repeat 0px 0px !important;
}
.wpc_client_client_pages_list .wpc_pages_search_button {
 background: transparent url(../images/search1.png) no-repeat 0px 0px !important;
}
.wpc_files_search_input_block input.wpc_files_search.wpc_text,.wpc_pages_search_block .wpc_pages_search_input_block input.wpc_pages_search.wpc_text {
    background: transparent !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
	 height: 40px;
}
table.ui-datepicker-calendar a {
    color: #000 !important;
}
.wpc_client_client_pages_list .wpc_sort_contect,.wpc_client_files_list .wpc_filters_contect,.wpc_client_files_list .wpc_sort_contect{
  top: 38px !important;
 }
.home #loginform .login-password ,.home #loginform .login-username,.home #loginform p.login-submit{
    padding-bottom: 9px !important;
    margin-bottom: 5px !important;
}
/*
changes for issue
@media screen and (max-width:500px) 
{
.dropdown-menu.web-dropdown-arrow.language-dropdown {
    top: -130px !important;
}

.home .middle {
    top: 40% !important;
    width: 100% !important;
    left: 63% !important;
}
.home .icons-header ul .dropdown-menu.arrow-dropdown-right.phone-arrow:after, .home .icons-header ul .dropdown-menu.arrow-dropdown-right.phone-arrow:before {
    right: 0px !important;
	left: 95px !important;
}
} */

/*
changes for issue
@media screen and (max-width:400px) 
{
.home .middle {
   left: 73% !important;
}

}
*/

li.nav-item.waves-effect.waves-light a{
    padding: 15px 0;
    border: none;
    border-top: 3px solid transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,.nav-tabs a:hover {
    background-color: transparent;
    border-radius: 0;
    background: rgba( 155,155,155,0.1 );
    border-top: 3px solid #ededed !important;
    border: none;
}

.content-wrapper {
    background: #423e3e;
    padding: 20px;
    display: block;
    overflow: hidden;
}

/*.wpc_client_upload_form,
.wpc_msg_content_wrapper,
.wpc_private_messages_shortcode {
    float: none !important;
}*/