@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Halant:wght@400;500;600;700&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Habibi&display=swap");
@import url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url("../fonts/helveticaneuecyr-roman.eot");
  src: local("тШ║"), url("../fonts/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/helveticaneuecyr-roman.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;}
@font-face {
  font-family: 'Helveticaneuecyr-light';
  src: url("../fonts/HelveticaLTStd-Light.eot");
  src: local("тШ║"), url("../fonts/HelveticaLTStd-Light.woff") format("woff"), url("../fonts/HelveticaLTStd-Light.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;}
@font-face {
  font-family: 'HelveticaBold';
  src: url("../fonts/aghelvetica.eot");
  src: local("тШ║"), url("../fonts/aghelvetica.woff") format("woff"), url("../fonts/aghelvetica.ttf") format("truetype"), url("../fonts/aghelvetica.svg") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;}
@font-face {
  font-family: 'HelveticaBold';
  src: url("../fonts/aghelvetica.eot");
  src: local("тШ║"), url("../fonts/aghelvetica.woff") format("woff"), url("../fonts/aghelvetica.ttf") format("truetype"), url("../fonts/aghelvetica.svg") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;}  
  .tablebodytext{
	  display: none;
  }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  display:grid;}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: 'Helveticaneuecyr';
  font-size: 16px;
  background: #F4F6F9; }

a {
  text-decoration: none;
  color: #3D3D3D; }
  a:hover {
    text-decoration: none;
    color: #3D3D3D; }

button, a, input, textarea {
  border: none;
  outline: none;
  box-shadow: none; }
  button:focus, a:focus, input:focus, textarea:focus {
    box-shadow: none !important;
    border: none;
    outline: none !important; }

.container {
  padding: 0 !important; }

.body-rtl {
  font-family: 'Amiri', serif; }
.body-rtl .section-cardsLawyer .card-lawyer .card-description {
  text-align: right;
}
.body-rtl .section-filterLawyer .filters-lawyer .card-header {
  text-align: right;
}
.page-link {
  border: 1px solid #F4F6F9; }


html, body {
  /*height: 100%; */}
#show_down_preview{
	background: #fff;
	display: block;
    width: 100%;
/*     padding: 0 15px 0px 0px;	 */
}
#cube-loader {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed; 
  z-index: 99999;
  background: #eee;}
  #cube-loader .caption {
    margin: 0 auto; }
  #cube-loader .cube-loader {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg); }
    #cube-loader .cube-loader .cube {
      position: relative;
      transform: rotateZ(45deg);
      width: 50%;
      height: 50%;
      float: left;
      transform: scale(1.1); }
    #cube-loader .cube-loader .cube:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0165C6;
      animation: cube-loader 2.76s infinite linear both;
      transform-origin: 100% 100%; }
    #cube-loader .cube-loader .loader-2 {
      transform: scale(1.1) rotateZ(90deg); }
    #cube-loader .cube-loader .loader-3 {
      transform: scale(1.1) rotateZ(180deg); }
    #cube-loader .cube-loader .loader-4 {
      transform: scale(1.1) rotateZ(270deg); }
    #cube-loader .cube-loader .loader-2:before {
      animation-delay: 0.35s; }
    #cube-loader .cube-loader .loader-3:before {
      animation-delay: 0.69s; }
    #cube-loader .cube-loader .loader-4:before {
      animation-delay: 1.04s; }

.loaded_hiding .caption {
  transition: 0.3s opacity;
  opacity: 0; }

.loaded #cube-loader {
  display: none; }

@keyframes cube-loader {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
@media (max-width: 576px) {
	header .container .navbar .header-userProfileMob,
	body header .container .navbar .navbar-collapse.collapse ul.navbar-nav{
		border: none !important;	
	}
	.headerLang a{
		padding: 0 20px;
		text-align: center;	
		display: block !important;
		margin-bottom: 25px;	
	}	
	body header .container .navbar .navbar-collapse.collapse ul.navbar-nav li{
		width: 100%;
		margin-left: unset !important;
	}
	header .container .navbar .nav-link{
	    display: block;
	    text-align: center;
	    padding-right: unset !important;		
	}

	.scroll-down .scroll_down{
		/*border: 1px solid #f19074 !important;*/
	}
  body .section-jumbotron .jumbotron-image {
    padding: 20px; }
    body .section-jumbotron .jumbotron-image img {
      width: 250px; }
  body .section-jumbotron .jumbotron-title h1 {
    font-size: 28px;
    line-height: 40px; }
  body .section-find {
    padding-left: 20px;
    padding-right: 20px; }
    body .section-find h2 {
      font-size: 28px;
      line-height: 40px;
      margin-top: 15px;
      margin-bottom: 15px; }
    body .section-find .form-search button {
      background: #0165C6;
      color: #ffffff;
      margin-bottom: 8px; }
  body .section-about {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; 
    width: 100vw;}
    body .section-about h2 {
      font-size: 28px;
      line-height: 40px;
      margin-top: 15px;
      margin-bottom: 15px; }
  body .section-signUp h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px; }

  body .section-signUp p {
    margin-bottom: 15px;
    text-align: center; }
  body .section-signUp .signUp-right, body .section-signUp .signUp-left {
    padding-left: 20px;
    padding-right: 20px; }
    body .section-signUp .signUp-right h2, body .section-signUp .signUp-left h2 {
      text-align: center; }
  body .section-signUp .signUp-right a {
    background: #0165C6;
    color: #ffffff; }
  body .section-advantages {
    padding-left: 20px;
    padding-right: 20px; }
    body .section-advantages h2 {
      font-size: 28px;
      line-height: 40px;
      margin-top: 15px;
      margin-bottom: 15px; }
    body .section-advantages .advantages-count {
      font-size: 70px;
      text-align: center; }
    body .section-advantages h3 {
      text-align: center; }
    body .section-advantages p {
      margin-bottom: 25px;
      text-align: center; }
  body .section-lawyerDetail .section-rating .col-3 {
    padding-left: 0;
    padding-right: 0; }
    body .section-lawyerDetail .section-rating .col-3 .rating-icon span {
      font-size: 12px;
      margin-top: 4px; }
  body .footer .footer-logo img {
    width: 95px;
    height: 42px; }
  body .footer .footer-logo span {
    font-size: 12px;
    line-height: 14px; }
  body .footer .footer-logo p {
    font-size: 8px;
    line-height: 9px; }
  body .footer .footer-logo .footer-social img {
    width: 20px;
    height: 20px; }
  body .footer .footer-contact h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px; }
  body .footer .footer-contact p {
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 5px; }
  body .footer .footer-contact a {
    color:#FFFFFF}
  body.body-rtl .section-signUp .signUp-right h2, body.body-rtl .section-signUp .signUp-left h2 {
    text-align: right !important; }
  body.body-rtl .section-signUp .signUp-right p, body.body-rtl .section-signUp .signUp-left p {
    text-align: center !important; } }
    
    main{
		/*min-height: 610px;*/
    }
    main {
    	margin-top: 69px;
	}
	.headerLang{
		padding: 0 20px;
	}
	.headerLang a {
		color: #fff;
	}

	.section-findProposal .proposal-list .proposal-item .proposal-name .document-item{
		width: 80px;
	}	
	.proposal-item .proposal-name .document-item span{
		font-size: 10px;
	}

@media (min-width: 576px) {
  body .modal.fade .modal-dialog {
    width: 576px;
    max-width: 740px;
    margin: 1.75rem auto; }
  body .modal.fade .modal-content .modal-header {
    padding: 27px 99px;
    border-bottom: none; }
    body .modal.fade .modal-content .modal-header .image-photo {
      width: 128px;
      height: 128px;
      object-fit: contain; }
    body .modal.fade .modal-content .modal-header h3 {
      font-size: 24px;
      line-height: 28px; }
    body .modal.fade .modal-content .modal-header span img {
      width: 16px; }
    body .modal.fade .modal-content .modal-header p {
      font-family: 'Helveticaneuecyr-light';
      font-size: 14px;
      line-height: 16px; }
    body .modal.fade .modal-content .modal-header button {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      outline: none;
      box-shadow: none; }
      body .modal.fade .modal-content .modal-header button:focus {
        border: none;
        outline: none;
        box-shadow: none; }
  body .modal.fade .modal-content .modal-body {
    padding: 33px 99px;
    background: #F4F6F9; }
    body .modal.fade .modal-content .modal-body .form-connect label {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 8px; }
    body .modal.fade .modal-content .modal-body .form-connect input, body .modal.fade .modal-content .modal-body .form-connect textarea {
      border-radius: 0;
      border: 1px solid #E0E7F0;
      outline: none;
      padding: 18px 16px;
      margin-bottom: 16px; }
      body .modal.fade .modal-content .modal-body .form-connect input:focus, body .modal.fade .modal-content .modal-body .form-connect textarea:focus {
        box-shadow: none; }
      body .modal.fade .modal-content .modal-body .form-connect input::placeholder, body .modal.fade .modal-content .modal-body .form-connect textarea::placeholder {
        font-family: 'Helveticaneuecyr-light';
        font-size: 16px;
        line-height: 18px; }
    body .modal.fade .modal-content .modal-body .form-connect .form-control {
      margin-bottom: 16px;
      border-radius: 0; }
      body .modal.fade .modal-content .modal-body .form-connect .form-control:focus {
        box-shadow: none;
        border-color: inherit; }
    body .modal.fade .modal-content .modal-body .form-connect button {
      background: #0165C6;
      border: 1px solid #0165C6;
      color: #ffffff;
      width: 100%;
      border-radius: 0; }
      body .modal.fade .modal-content .modal-body .form-connect button:hover {
        background: #ffffff;
        color: #0165C6; }
      body .modal.fade .modal-content .modal-body .form-connect button:focus {
        box-shadow: none; }
    body .modal.fade .modal-content .modal-body .body-confirm img {
      margin-bottom: 24px;
      width: 94px;
      height: 94px; }
    body .modal.fade .modal-content .modal-body .body-confirm h4 {
      font-family: 'Helveticaneuecyr-light';
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 24px; }
    body .modal.fade .modal-content .modal-body .body-confirm h3 {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 8px; }
    body .modal.fade .modal-content .modal-body .body-confirm h5 {
      font-family: 'Helveticaneuecyr-light';
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 16px; }
    body .modal.fade .modal-content .modal-body .body-confirm button {
      background: #0165C6;
      border: 1px solid #0165C6;
      color: #ffffff;
      width: 100%;
      border-radius: 0; }
      body .modal.fade .modal-content .modal-body .body-confirm button:hover {
        background: #ffffff;
        color: #0165C6; }
      body .modal.fade .modal-content .modal-body .body-confirm button:focus {
        box-shadow: none; }

  body.body-rtl .modal.fade .modal-content .modal-header button {
    left: 10px;
    right: auto; }
  body.body-rtl .modal.fade .modal-content .modal-header h3 {
    text-align: right; }
  body.body-rtl .modal.fade .modal-content .modal-header span {
    margin-right: 0 !important;
    margin-left: 0.5rem !important; }
  body.body-rtl .modal.fade .modal-content .modal-header p {
    text-align: right; }
  body.body-rtl .modal.fade .modal-content .modal-body .form-connect .form-row {
    text-align: right; } }
@media (max-width: 767px) {
  body .container {
    padding: 0 15px !important; }
  body .section-history#history {
    padding-left: 20px;
    padding-right: 20px;
    /*background: url("../img/theater-mob.png") left 85% no-repeat, #3D3D3D;*/ }
    body .section-history#history .history-image-md {
      display: none;
      justify-content: center;
      align-items: center;
      padding-bottom: 10px; }
  body .section-about .about-card {
    display: none; }
	body .section-about .owl-dots{
		display: none;
	}
  body .section-about .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 100%;}
    body .section-about .owl-nav button {
      position: absolute;
      border: none;
      outline: none;
      background: #F4F6F9;
      width: 16px;
      bottom: -32px; }
    body .section-about .owl-nav .owl-prev {
	  left: -25px;
      background: url("../img/svg/arrow_left.svg") center no-repeat !important; }
    body .section-about .owl-nav .owl-next {
      right: -25px;
      background: url("../img/svg/arrow_right.svg") center no-repeat !important; }
  body .section-signUp#signUp {
   /* background: linear-gradient(to bottom, #3D3D3D 50%, #ffffff 50%);*/ }
    body .section-signUp#signUp button {
      color: #ffffff;
      background: #0165C6; }
    body .section-signUp#signUp .signUp-left {
     /* background: url("../img/libra3.png") right bottom no-repeat; */}
    body .section-signUp#signUp .signUp-right {
      /*background: url("../img/libra4.png") right top no-repeat; */}
  body .section-lawyerDetail .section-rating h3 {
    font-size: 10px;
    line-height: 11px; }
  body .section-lawyerDetail .section-rating .rating-icon {
    display: flex;
    flex-direction: column;
    align-items: center; }
    body .section-lawyerDetail .section-rating .rating-icon span {
      font-size: 14px;
      line-height: 16px; }
  body .section-lawyerDetail .section-lawyerInfo, body .section-lawyerDetail .card-specialization{
    display: none; }
  body .section-lawyerDetail .section-detail {
    padding-top: 16px; }
    body .section-lawyerDetail .section-detail .nav {
      align-items: baseline; }
      body .section-lawyerDetail .section-detail .nav a {
        font-size: 10px;
        line-height: 11px;
        border-right: 1px solid #E5E5E5;
        padding: 0.5rem 0; }
      body .section-lawyerDetail .section-detail .nav a.active {
        font-size: 12px;
        line-height: 16px; }
    body .section-lawyerDetail .section-detail .tab-content {
      padding: 16px 16px 0; }
  body .section-lawyerDetail .modal .modal-content .modal-header, body .section-lawyerDetail .modal .modal-content .modal-body {
    padding: 0; }
  body .section-lawyerInfoMob {
    background: #ffffff;
    padding-top: 18px; }
    body .section-lawyerInfoMob .lawyersMob-img span {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyerInfoMob .lawyersMob-img span + img {
      width: 12px;
      height: 12px;
      vertical-align: middle; }
    body .section-lawyerInfoMob .lawyersMob-information h3 {
      font-family: 'HelveticaNeueCyr';
      font-size: 18px;
      line-height: 21px; }
    body .section-lawyerInfoMob .lawyersMob-information .card-experience {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
      body .section-lawyerInfoMob .lawyersMob-information .card-experience .badge {
        color: #ffffff;
        background: #0165C6;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-family: 'HelveticaBold';
        font-size: 8px;
        line-height: 12px;
        margin-right: 8px;
        margin-top: 4px; }
    body .section-lawyerInfoMob .lawyersMob-information span img {
      width: 14px; }
    body .section-lawyerInfoMob .lawyersMob-information p {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyerInfoMob .card-specializationMob h4 {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyerInfoMob .card-specializationMob .badge {
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 14px;
      padding: 5px 19px;
      background: #F4F6F9; }
      
    body .section-lawyerInfoMob button,
	body .section-lawyerInfoMob a{

      width: 100%;
      border: 1px solid #F4F6F9;

      margin-top: 8px;
      font-size: 16px;
      line-height: 18px;


      padding-top: 10px;
      padding-bottom: 10px;


      border-radius: 0;
      transition: 0.4s ease-in-out;

      color: #212529;
      background: #F4F6F9;
 }
body .section-lawyerInfoMob .card-body a{
	border-radius: 4px;
    width: auto;
    padding: 0px;
    height: max-content;
    margin: 3px;
    /* font-size: 12px; */
    /* line-height: 14px; */
    border-radius: 10rem;	
}
      body .section-lawyerInfoMob button:hover, body .section-lawyerInfoMob a:hover {
        color: #0165C6;
        background: #ffffff; }
      body .section-lawyerInfoMob .buttons a {
	      width: 100%;
	      border: 1px solid #0165C6;
	      color: #fff;
	      background: #0165C6;	        
        }  
body .section-lawyerInfoMob a.btn{
	border: 1px solid #0065c6;
    color: #FFF;
    background: #0065c6;

}         
  body .section-userProfile .section-alert {
    padding: 16px; }
  body .section-404 {
    font-size: 24px;
    line-height: 28px; }
    body .section-404 img {
      width: 50%;
      margin-bottom: -30px; }
  body .footer .footer-news {
	  text-align: center;
   }
.footer .footer-news h3{
	display: none;
}
.footer .footer-pages ul li, .footer .footer-news ul li{
	display: inline-block;
	margin: 0px 15px;
}
.template-page{
	padding: 20px 25px;
}
  .body-rtl .section-lawyerInfoMob .card-specializationMob {
    text-align: right; }
    .body-rtl .section-lawyerInfoMob .card-specializationMob .card-body .row {
      padding-left: 0 !important;
      padding-right: 0.5rem; } }
@media (min-width: 768px) {
  body .section-editProfile h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 50px; }
  body .section-editProfile .section-editDetail .nav a {
    font-size: 16px;
    line-height: 18px; }
    body .section-editProfile .section-editDetail .nav a.active {
      font-size: 18px;
      line-height: 21px; }
  body .section-editProfile .section-editDetail .tab-content h3, body .section-editProfile .section-editDetail .tab-content label {
    font-size: 18px;
    line-height: 21px;
    margin-top: 24px; }
  body .section-editProfile .section-editDetail .tab-content .input-drop {
    position: absolute;
    top: 0;
    left: 0; }
    body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone {
      width: 250px;
      height: 250px;
      background: #ffffff; }
      body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-message {
        width: inherit;
        height: inherit; }
        body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-message .dz-button {
          position: relative;
          width: inherit;
          height: inherit;
          border: none;
          background: #ffffff;
          font-size: 14px;
          line-height: 16px;
          text-align: center;
          color: #CECECE;
          margin: 0; }
      body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview {
        position: absolute;
        width: inherit;
        top: 54px; }
        body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-image img {
          width: 100%; }
        body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-details, body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-progress, body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-error-message, body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-success-mark, body .section-editProfile .section-editDetail .tab-content .input-drop form.dropzone .dz-preview .dz-error-mark {
          display: none; }
  body .section-editProfile .section-editDetail .tab-content button {
    background: #f8faff;
    transition: 0.4s ease-in-out;
    color: #0165C6;
    border: 1px solid #0165C6; }
    body .section-editProfile .section-editDetail .tab-content button:hover {
      background: #0165C6;
      color: #ffffff; }

  .body-rtl .section-editProfile .section-editDetail .tab-content .form-edit {
    text-align: right; }
    .body-rtl .section-editProfile .section-editDetail .tab-content .form-edit input[type='button'].inputButton {
      margin-left: 0 !important;
      margin-right: 0.5rem; } }
      
      
      
.section-filterLawyer .search-lawyer input {
  background: #ffffff;
  border: none;
  outline: none;
  height: 38px;
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
  border-radius: 0;
  width: 100%; }
.section-filterLawyer .filters-lawyer {
  background: inherit; }
  .section-filterLawyer .filters-lawyer .box {
    box-shadow: 2px 0px 4px rgba(1, 101, 198, 0.3); }
  .section-filterLawyer .filters-lawyer .card-header {
    font-size: 18px;
    line-height: 21px;
    color: #0165C6;
    border-bottom: 1px solid #F4F6F9;
    border-radius: 0;
    background: #ffffff; }
  .section-filterLawyer .filters-lawyer .card-body {
    background: #ffffff; }
    .section-filterLawyer .filters-lawyer .card-body .btn-light {
      border: none;
      outline: none;
      box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
      border-radius: 0;
      background-color: #ffffff;
      margin-bottom: 24px; }
    .section-filterLawyer .filters-lawyer .card-body .dropdown-toggle:focus {
      outline: 1px solid #0165C6 !important; }
    .section-filterLawyer .filters-lawyer .card-body .btn-find {
      margin-top: 24px;
      color: #ffffff;
      border: 1px solid #0165C6;
      border-radius: 0;
      width: 100%;
      height: 38px;
      font-size: 18px;
      line-height: 21px;
      font-family: 'Helveticaneuecyr';
      position: relative;
      box-sizing: border-box;
      -webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      box-shadow: #0354a4 0 0px 0px 40px inset; }
      .section-filterLawyer .filters-lawyer .card-body .btn-find:hover {
        color: #0165C6;
        box-shadow: #0354a4 0 0px 0px 2px inset; }
    .section-filterLawyer .filters-lawyer .card-body .btn-reset {
      -webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      border-radius: 0;
      color: #C6D4EA;
      box-shadow: rgba(255, 255, 255, 0.95) 0 0px 0px 40px inset;
      padding: 8px 48px;
      border: 1px solid #C6D4EA;
      width: 100%;
      margin-top: 24px;
      height: 38px; }
      .section-filterLawyer .filters-lawyer .card-body .btn-reset:hover {
        color: #0165C6;
        box-shadow: #0354a4 0 0px 0px 2px inset; }

.section-cardsLawyer span {
  font-size: 18px;
  line-height: 21px; }
  .section-cardsLawyer span:nth-child(3) {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Helveticaneuecyr-light'; }
.section-cardsLawyer .blue {
  color: #0165C6;
  padding-left: 24px; }
.section-cardsLawyer .btn-light {
  border: none;
  outline: none;
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 24px;
  height: 38px; }
.section-cardsLawyer .btn-light:not(:disabled):not(.disabled):active {
  background-color: #ffffff; }
.section-cardsLawyer .dropdown-toggle {
  background-color: #ffffff; }
  .section-cardsLawyer .dropdown-toggle:focus {
    outline: 1px solid #0165C6 !important; }
.section-cardsLawyer .card-lawyer {
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
  margin-top: -8px;
  background: #ffffff;
  transition: .4s ease-in-out;
  /*max-height: 300px;*/ 
  width: 100%;}
  .section-cardsLawyer .card-lawyer:hover {
    box-shadow: 6px 8px 5px rgba(1, 101, 198, 0.4); 
	cursor:pointer;}
  .section-cardsLawyer .card-lawyer .card-photo {
    position: relative; }
    .section-cardsLawyer .card-lawyer .card-photo img:nth-child(1) {
      width: 100%;
      min-height: 220px;
      max-height: 300px;
      object-fit: cover; }
    .section-cardsLawyer .card-lawyer .card-photo img:nth-child(2) {
      position: absolute;
      bottom: 8%;
      left: 8%;
      width: 34px;
      height: 34px; }
  .section-cardsLawyer .card-lawyer .card-description h2 {
    font-size: 24px;
    line-height: 28px; }
  .section-cardsLawyer .card-lawyer .card-description .mail, .section-cardsLawyer .card-lawyer .card-description .address, .section-cardsLawyer .card-lawyer .card-description .experience, .section-cardsLawyer .card-lawyer .card-description .licence {
    padding-top: 16px; }
    .section-cardsLawyer .card-lawyer .card-description .mail span, .section-cardsLawyer .card-lawyer .card-description .address span, 
	.section-cardsLawyer .card-lawyer .card-description .experience span, 
	.section-cardsLawyer .card-lawyer .card-description .licence span {
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light'; }
  .section-cardsLawyer .card-lawyer .card-description .experience span:nth-child(1) {
    color: #0165C6; }
  .section-cardsLawyer .card-lawyer .card-description .specialization h4 {
    font-size: 14px;
    line-height: 19px;
    padding-top: 16px; }
  .section-cardsLawyer .card-lawyer .card-description .specialization .badge {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
    border-radius: 20px;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Helveticaneuecyr-light'; 
	height: 25px;}
          
/* New filter-fix on findLaw page - start*/
body .section-filterMob .card-body #accordionFilter .range-slider {
  right: 0;
}
    body .section-filterMob .card-body .form-search, body .section-filterMob .card-body #accordionFilter {
      padding-left: 30px;
      padding-right: 30px; }
      body .section-filterMob .card-body .form-search .form-control {
        width: 100%;
        outline: none;
        border: 1px solid #ffffff;
        background: #F4F6F9; 
		height: 49px;}
        body .section-filterMob .card-body .form-search .form-control:focus {
          outline: none;
          box-shadow: none;
          border: none; }
        body .section-filterMob .card-body .form-search .form-control::placeholder {
          font-family: 'Helveticaneuecyr-light';
          font-weight: 300;
          font-size: 16px;
          line-height: 18px;
          color: #B5B5B5; }
      body .section-filterMob .card-body .form-search button {
        width: 100%;
        height: 100%;
        background: #0165C6;
        border: 2px solid #0165C6;
        color: #ffffff;
        transition: 0.4s ease-in-out; }
        body .section-filterMob .card-body .form-search button:hover {
          background: #ffffff;
          color: #0165C6; }
  body .section-filterMob .accordion button {
    width: 100%;
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
    line-height: 16px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #F4F6F9;
	background: #F4F6F9;
	color: #999 !important;}
	
    body .section-filterMob .accordion button::after {
      content: '\2335';
      border-top: none;
      vertical-align: baseline;     padding: 0 10px;}
  body .section-filterMob .accordion ul {
    list-style: none;
    padding: 16px; }
    body .section-filterMob .accordion ul li {
      font-size: 14px;
      line-height: 16px;
      padding-top: 10px;
      padding-bottom: 10px; }
      body .section-filterMob .accordion ul li:hover {
        background: #0165C6;
        padding-top: 10px;
        padding-bottom: 10px; }
  body .section-lawyersCardMob .lawyersCardMob-item {
    background: #ffffff;
    padding-top: 18px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-img span {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-img span + img {
      width: 12px;
      height: 12px;
      vertical-align: middle; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information h3 {
      font-family: 'HelveticaNeueCyr';
      font-size: 18px;
      line-height: 21px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
      body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience .badge {
        color: #ffffff;
        background: #0165C6;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-family: 'HelveticaBold';
        font-size: 8px;
        line-height: 12px;
        margin-right: 8px;
        margin-top: 4px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information span img {
      width: 8px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information p {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .card-specialization h4 {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .card-specialization .badge {
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 14px;
      padding: 5px 19px;
      background: #F4F6F9; }
    body .section-lawyersCardMob .lawyersCardMob-item button {
      width: 100%;
      border: 1px solid #0165C6;
      margin-top: 8px;
      font-size: 18px;
      line-height: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 0;
      transition: 0.4s ease-in-out;
      color: #ffffff;
      background: #0165C6; }
      body .section-lawyersCardMob .lawyersCardMob-item button:hover {
        color: #0165C6;
        background: #ffffff; }
  body .section-lawyersCardMob .navigation {
    margin-top: 25px;
    margin-bottom: 25px; }
    body .section-lawyersCardMob .navigation .pagination .page-item.active .page-link {
      border: 1px solid #0165C6;
      box-shadow: none; }
    body .section-lawyersCardMob .navigation .pagination .page-item {
      padding-left: 4px;
      padding-right: 4px; }
      body .section-lawyersCardMob .navigation .pagination .page-item .page-link {
        background: #F4F6F9;
        box-shadow: none;
        color: #3D3D3D;
        font-size: 12px;
        line-height: 14px;
        font-family: 'HelveticaNeueCyr';
        border-bottom: 1px solid #E0E7F0; }
  body .section-lawyersCard {
    display: none; }
  body .section-breadcrumb, body .section-filter {
    display: none; }
  body .section-previous {
    margin-top: 16px; }

  body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information {
    text-align: right; }
    body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience .badge {
      margin-right: 0;
      margin-left: 8px; }
    body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .col-12 span {
      margin-right: 0 !important;
      margin-left: 0.5rem; }
  body.body-rtl .section-lawyerInfoMob .lawyersMob-information {
    text-align: right; }
    body.body-rtl .section-lawyerInfoMob .lawyersMob-information .card-experience .badge {
      margin-right: 0;
      margin-left: 8px; }
    body.body-rtl .section-lawyerInfoMob .lawyersMob-information .col-12 span {
      margin-right: 0 !important;
      margin-left: 0.5rem; }
  body.body-rtl .section-lawyerInfoMob .buttons .col-6:last-child {
    padding-right: 0.25rem !important;
    padding-left: 15px !important; }
  body.body-rtl .section-lawyerInfoMob .buttons .col-6:first-child {
    padding-right: 15px !important;
    padding-left: 0.25rem !important; } }

  /* New filter-fix on findLaw page - end*/      
@media (max-width: 992px) {
  body header .container .navbar .navbar-collapse.collapse ul.navbar-nav {
    border-top: 1px solid #F4F6F9;
    border-left: none;
    border-bottom: 1px solid #F4F6F9; }
    body header .container .navbar .navbar-collapse.collapse ul.navbar-nav li {
      padding-bottom: 16px; }
    body header .container .navbar .navbar-collapse.collapse ul.navbar-nav li:nth-child(4) {
      border-bottom: none; }
  body header .container .navbar .navbar-collapse.collapse .header-userProfile {
    border-left: none; }
    body header .container .navbar .navbar-collapse.collapse .header-userProfile .headerLogout button {
      margin-top: 16px;
      margin-bottom: 32px; }
  body header .container .navbar .navbar-collapse.collapse .dropdown {
    display: flex;
    justify-content: center;
    margin-left: 1rem; }
    body header .container .navbar .navbar-collapse.collapse .dropdown .btn-light {
      width: auto;
      margin-top: 8px;
      margin-bottom: 8px; }
    body header .container .navbar .navbar-collapse.collapse .dropdown .dropdown-menu {
      left: 40%;
      min-width: 85px; }
  body .section-find .form-search.col-md-6 {
    margin-bottom: 0;
    align-self: center; }
    body .section-find .form-search.col-md-6 button, body .section-find .form-search.col-md-6 a {
      height: 80%;
      margin-bottom: 16px; }
  body .section-filterMob .card-body {
    padding-top: 40px; }
    body .section-filterMob .card-body .form-search {
      padding-left: 30px;
      padding-right: 30px; }
      body .section-filterMob .card-body .form-search .form-control {
        width: 100%;
        outline: none;
        border: 1px solid #ffffff;
        background: #F4F6F9; 
		height: 49px;}
        body .section-filterMob .card-body .form-search .form-control:focus {
          outline: none;
          box-shadow: none;
          border: none; }
        body .section-filterMob .card-body .form-search .form-control::placeholder {
          font-family: 'Helveticaneuecyr-light';
          font-weight: 300;
          font-size: 16px;
          line-height: 18px;
          color: #B5B5B5; }
      body .section-filterMob .card-body .form-search button {
        width: 100%;
        height: 100%;
        background: #0165C6;
        border: 2px solid #0165C6;
        color: #ffffff;
        transition: 0.4s ease-in-out; }
        body .section-filterMob .card-body .form-search button:hover {
          background: #ffffff;
          color: #0165C6; }
  body .section-filterMob .accordion button {
    width: 100%;
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
    line-height: 16px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #F4F6F9;
	background: #F4F6F9;
	color: #999 !important;}
	
    body .section-filterMob .accordion button::after {
      content: '\2335';
      border-top: none;
      vertical-align: baseline;     padding: 0 10px;}
  body .section-filterMob .accordion ul {
    list-style: none;
    padding: 16px; }
    body .section-filterMob .accordion ul li {
      font-size: 14px;
      line-height: 16px;
      padding-top: 10px;
      padding-bottom: 10px; }
      body .section-filterMob .accordion ul li:hover {
        background: #0165C6;
        padding-top: 10px;
        padding-bottom: 10px; }
  body .section-lawyersCardMob .lawyersCardMob-item {
    background: #ffffff;
    padding-top: 18px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-img span {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-img span + img {
      width: 12px;
      height: 12px;
      vertical-align: middle; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information h3 {
      font-family: 'HelveticaNeueCyr';
      font-size: 18px;
      line-height: 21px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
      body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience .badge {
        color: #ffffff;
        background: #0165C6;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-family: 'HelveticaBold';
        font-size: 8px;
        line-height: 12px;
        margin-right: 8px;
        margin-top: 4px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information span img {
      width: 8px; }
    body .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information p {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .card-specialization h4 {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px; }
    body .section-lawyersCardMob .lawyersCardMob-item .card-specialization .badge {
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 14px;
      padding: 5px 19px;
      background: #F4F6F9; }
    body .section-lawyersCardMob .lawyersCardMob-item button {
      width: 100%;
      border: 1px solid #0165C6;
      margin-top: 8px;
      font-size: 18px;
      line-height: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 0;
      transition: 0.4s ease-in-out;
      color: #ffffff;
      background: #0165C6; }
      body .section-lawyersCardMob .lawyersCardMob-item button:hover {
        color: #0165C6;
        background: #ffffff; }
  body .section-lawyersCardMob .navigation {
    margin-top: 25px;
    margin-bottom: 25px; }
    body .section-lawyersCardMob .navigation .pagination .page-item.active .page-link {
      border: 1px solid #0165C6;
      box-shadow: none; }
    body .section-lawyersCardMob .navigation .pagination .page-item {
      padding-left: 4px;
      padding-right: 4px; }
      body .section-lawyersCardMob .navigation .pagination .page-item .page-link {
        background: #F4F6F9;
        box-shadow: none;
        color: #3D3D3D;
        font-size: 12px;
        line-height: 14px;
        font-family: 'HelveticaNeueCyr';
        border-bottom: 1px solid #E0E7F0; }
  body .section-lawyersCard {
    display: none; }
  body .section-breadcrumb, body .section-filter {
    display: none; }
  body .section-previous {
    margin-top: 16px; }

  body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information {
    text-align: right; }
    body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .card-experience .badge {
      margin-right: 0;
      margin-left: 8px; }
    body.body-rtl .section-lawyersCardMob .lawyersCardMob-item .lawyersMob-information .col-12 span {
      margin-right: 0 !important;
      margin-left: 0.5rem; }
  body.body-rtl .section-lawyerInfoMob .lawyersMob-information {
    text-align: right; }
    body.body-rtl .section-lawyerInfoMob .lawyersMob-information .card-experience .badge {
      margin-right: 0;
      margin-left: 8px; }
    body.body-rtl .section-lawyerInfoMob .lawyersMob-information .col-12 span {
      margin-right: 0 !important;
      margin-left: 0.5rem; }
  body.body-rtl .section-lawyerInfoMob .buttons .col-6:last-child {
    padding-right: 0.25rem !important;
    padding-left: 15px !important; }
  body.body-rtl .section-lawyerInfoMob .buttons .col-6:first-child {
    padding-right: 15px !important;
    padding-left: 0.25rem !important; } }
@media (min-width: 992px) {

    body .section-registration .nav {
      margin-top: 86px;
      margin-bottom: 24px; }
      body .section-registration .nav .nav-item .nav-link {
        font-family: Amiri, sans-serif;
        font-size: 24px;
        line-height: 38px;
        color: #C7C7C7; }
      body .section-registration .nav .nav-item .nav-link.active {
        font-family: Amiri, sans-serif;
        font-size: 48px;
        line-height: 76px;
        color: #3D3D3D; } }
@media (max-width: 1200px) {
	
  body .section-deals .dealsDesktop .table .name {
    width: 23%; }
  body .section-deals .dealsDesktop .table .rating {
    width: 15%; }
  body .section-deals .dealsDesktop .table .specialisation {
    width: 20%; }
  body .section-deals .dealsDesktop .table .services {
    width: 20%; }
  body .section-deals .dealsDesktop .table .payments {
    width: 12%; }
  body .section-deals .dealsDesktop .table .status {
    width: 10%; }
  body .footer .footer-pages {
    display: none; }
  body .section-filterMob {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Helveticaneuecyr-light';
    font-style: normal;
    font-size: 14px;
    line-height: 19px; }
    body .section-filterMob a {
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 17px;
      color: #989898; }
      body .section-filterMob a::before {
        content: '';
        color: #989898;
        font-size: 12px;
        padding-right: 20px;
/*         background: url("../img/svg/arrow_left.svg") center no-repeat;  */}
    body .section-filterMob button {
      border: none;
      outline: none;
      box-shadow: none; }
      body .section-filterMob button:focus {
        box-shadow: none; } }
.footer {
  background: #0165C6;
  padding-top: 56px;
  padding-bottom: 10px;
  color: #ffffff; }
  .footer .footer-logo a {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none; }
  .footer .footer-social {
    padding-top: 24px; }
    .footer .footer-social img {
      width: 22px;
      height: 22px; }
  .footer .footer-pages h3, .footer .footer-news h3 {
    font-family: 'HelveticaBold';
    font-size: 24px;
    line-height: 28px; }
    .footer .footer-pages h3:before, .footer .footer-news h3:before {
      content: '';
      position: absolute;
      width: 60%;
      height: 1px;
      bottom: 0;
      background: #F4F6F9; }
  .footer .footer-pages ul, .footer .footer-news ul {
    list-style: none; }
    .footer .footer-pages ul li, .footer .footer-news ul li {
      margin-bottom: 12px; }
      .footer .footer-pages ul li a, .footer .footer-news ul li a {
        font-family: 'HelveticaNeueCyr';
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        text-decoration: none; }
  .footer .footer-contact h3 {
    font-family: 'HelveticaBold';
    font-size: 24px;
    line-height: 28px; }
  .footer .footer-news h3 {
    font-family: 'HelveticaBold' !important;
    font-size: 24px;
    line-height: 28px; }    
    .footer .footer-contact h3:before {
      content: '';
      position: absolute;
      width: 60%;
      height: 1px;
      bottom: 0;
      background: #F4F6F9; }
  .footer .footer-contact p {
    font-family: 'HelveticaNeueCyr';
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px; }
  .footer .footer-contact p:nth-child(3) {
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer .footer-contact a {
    color:#FFFFFF}	
  .footer .copyright {
    font-family: 'HelveticaNeueCyr';
    font-size: 12px;
    line-height: 14px;
    color: #ffffff; }
    .footer .copyright a {
      font-family: 'HelveticaNeueCyr';
      font-size: 12px;
      line-height: 14px;
      color: #ffffff;
      text-decoration: none; }

.body-rtl .footer-pages h3, .body-rtl .footer-news h3 {
  text-align: right; }
.body-rtl .footer-pages ul li, .body-rtl .footer-news ul li {
  text-align: right; }
.body-rtl .footer-contact h3, .body-rtl .footer-contact p {
  text-align: right; }
  .footer .footer-contact a {
    color:#FFFFFF}
header {
  width: 100%;
  background: #0165C6;
  border-bottom: 1px solid #0165C6;
  position: fixed;
  top: 0;
  z-index: 101; }
  header .container .navbar a {
    display: flex;
    align-items: center; 
}
    header .container .navbar a img {
      margin-right: 15px;
/*
      width: 42px;
      height: 42px;
*/ }
.body-rtl header .container .navbar a img{
/* 	transform: scale(-1, 1); */
}
    header .container .navbar a span {
      font-family: 'Helveticaneuecyr';
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      color: #ffffff; }
  header .container .navbar .navbar-toggler {
    border: none;
    outline: none; }
  header .container .navbar .nav-link {
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    font-size: 14px; }
    header .container .navbar .nav-link:after {
      content: '';
      position: absolute;
      width: 60%;
      left: -60%;
      height: 1px;
      background: #ffffff;
      bottom: 0;
      transition: 0.4s ease; }
  header .container .navbar .nav-link:hover {
    color: #ffffff; }
    header .container .navbar .nav-item.active .nav-link:after,
    header .container .navbar .nav-link:hover:after {
      left: 10px; }
  header .container .navbar .nav-link.update {
    position: relative; }
    header .container .navbar .nav-link.update:after {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #F19175;
      margin-left: 8px; }
  header .container .navbar .navbar-collapse .dropdown .btn-light {
    background: #0165C6;
    border: none;
    outline: none;
    box-shadow: none;
    color: #CCCCCC;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Helveticaneuecyr-light'; }
    header .container .navbar .navbar-collapse .dropdown .btn-light:focus {
      border: none;
      outline: none !important;
      box-shadow: none; }
  header .container .navbar .navbar-collapse .dropdown .dropdown-toggle::after {
    border: none;
    background: url("../img/svg/arrow_down1.svg") center no-repeat;
    height: 12px;
    width: 16px;
    margin-right: 0.255em;
    margin-left: 0;
    margin-top: 3px; }
  header .container .navbar .navbar-collapse .dropdown .dropdown-menu .text {
    color: #CCCCCC; }
  header .container .navbar .navbar-collapse .dropdown .dropdown-menu .selected, header .container .navbar .navbar-collapse .dropdown .dropdown-menu .active {
    background-color: #0165C6; }
  header .container .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:active, header .container .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #0165C6; }
  header .container .navbar .navbar-collapse ul.ml-xl-5 {
    border-left: 1px solid #F4F6F9; }
  header .container .navbar .header-userProfile {
    border-left: 1px solid #F4F6F9; }
    header .container .navbar .header-userProfile .name {
      font-size: 16px;
      line-height: 18px;
      color: #ffffff; }
    header .container .navbar .header-userProfile .userPhoto img {
      width: 43px;
      height: 43px; }
    header .container .navbar .header-userProfile .setting .dropdown {
      display: flex;
      justify-content: end; }
      header .container .navbar .header-userProfile .setting .dropdown a img {
        margin-right: 0;
        height: 26px; }
    header .container .navbar .header-userProfile .setting .dropdown-menu {
      border-radius: 0;
      left: initial;
      right: 30px;
      border: 1px solid #0165C6;
      min-width: 8rem; }
	  .body-rtl header .container .navbar .header-userProfile .setting .dropdown-menu{
		left: 30px;
		right: unset;
	  }
      header .container .navbar .header-userProfile .setting .dropdown-menu:before {
        position: absolute;
        right: 0;
        top: -20px;
        content: '';
        border: 10px solid transparent;
        border-right: 10px solid #ffffff;
        border-bottom: 10px solid #ffffff; }
      header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item {
        padding: 0.25rem;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light'; }
        header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item i {
          padding-right: .25rem; }
          header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item i::before {
            color: #0165C6; }
        header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item:hover {
          background-color: #0165C6;
          color: #ffffff; }
          header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item:hover i::before {
            color: #ffffff; }
    header .container .navbar .header-userProfile .headerLogout button {
      background: #ffffff;
      border: none;
      outline: none; }
  header .container .navbar .header-userProfileMob {
    border-bottom: 1px solid #ffffff; }
    header .container .navbar .header-userProfileMob .userPhoto {
      margin-bottom: 16px; }
      header .container .navbar .header-userProfileMob .userPhoto img {
        width: 76px;
        height: 76px; 
		border-radius: 50%;
		margin: 0px;}
    header .container .navbar .header-userProfileMob .name {
      padding-bottom: 16px;
      border-bottom: 1px solid #F4F6F9; 
	  color: #fff;}
  header .container .navbar .navbar-navMob {
/*     margin-left: 34%; */ }
    header .container .navbar .navbar-navMob .nav-item {
      position: relative; }
    header .container .navbar .navbar-navMob .nav-link.badge {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
      padding-right: 30px; }
      header .container .navbar .navbar-navMob .nav-link.badge i.icon-number {
        position: absolute;
        top: 3px;
        right: 7px;
        border-radius: 50%;
        background: #DF5353;
        width: 20px;
        height: 20px;
        color: #ffffff;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        transition: 0.6s ease-in-out; }
  header .container .navbar .header-icon-menu .nav-link:hover i::before {
    color: #0165C6;
    background: #ffffff; }
    i.icon-number{
    position: absolute;
    top: 0;
    right: 7px;
    border-radius: 50%;
    background: #DF5353;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    transition: 0.6s ease-in-out; 	    
    }
  header .container .navbar .header-icon-menu i.icon-number {
    position: absolute;
    top: 0;
    right: 7px;
    border-radius: 50%;
    background: #DF5353;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    transition: 0.6s ease-in-out; }
  header .container .navbar .header-icon-menu i::before {
    font-size: 34px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    line-height: 34px;
    width: initial;
    transition: 0.5s ease-in-out; }
  header .container .navbar .header-icon-menu .nav-link:after {
    display: none; }
  header .container .navbar .navbar-navMob i {
    font-size: 30px; }
    header .container .navbar .navbar-navMob i :after {
      content: '12';
      position: absolute;
      top: 5px;
      right: 10px;
      border-radius: 50%;
      background: #DF5353;
      width: 20px;
      height: 20px;
      color: #ffffff;
      text-align: center;
      font-size: 10px;
      line-height: 20px;
      transition: 0.6s ease-in-out; }
  header .container .navbar .navbar-navMob:last-child {
    font-size: initial; }

.body-rtl .container .navbar .navbar-brand {
  margin-right: 0;
  margin-left: 1rem; }
.body-rtl .container .navbar .header-userProfile {
  border-left: none; }
.body-rtl .container .navbar .nav-link.update::after {
  margin-left: 0;
  margin-right: 8px; }
.body-rtl .container .navbar a img {
  margin-right: 0;
  margin-left: 15px; }
.body-rtl .container .navbar a span {
  font-family: 'Helveticaneuecyr';
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase; }
.body-rtl .container .navbar .navbar-collapse ul.header-reg {
  border-right: 1px solid #F4F6F9;
  border-left: none;
  padding-right: 16px; }

.health-rating input[type='radio'] {
  display: none; }
.health-rating input[type='radio'] + .health-green span {
  display: inline-block;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  background: url("../img/health_grey.png") left top no-repeat;
  cursor: pointer; }
.health-rating input[type="radio"]:checked + .health-green span {
  width: 26px;
  height: 24px;
  vertical-align: middle;
  background: url("../img/health-green1.png") left top no-repeat; }
.health-rating input[type='radio'] + .health-red span {
  display: inline-block;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  background: url("../img/health_grey1.png") left top no-repeat;
  cursor: pointer; }
.health-rating input[type="radio"]:checked + .health-red span {
  width: 26px;
  height: 24px;
  vertical-align: middle;
  background: url("../img/health-red1.png") left top no-repeat; }

.modal .modal-dialog {
  width: 100%;
  margin: 0; }
.modal .modal-content .modal-header {
  border-bottom: none; }
  .modal .modal-content .modal-header .image-photo {
    width: 128px;
    height: 128px;
    object-fit: contain; }
  .modal .modal-content .modal-header h3 {
    font-size: 18px;
    line-height: 21px; }
  .modal .modal-content .modal-header span img {
    width: 12px; }
  .modal .modal-content .modal-header p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 14px; }
  .modal .modal-content .modal-header button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    box-shadow: none; }
    .modal .modal-content .modal-header button:focus {
      border: none;
      outline: none;
      box-shadow: none; }
.modal .modal-content .modal-body {
  background: #F4F6F9; }
  .modal .modal-content .modal-body .form-connect label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px; }
  .modal .modal-content .modal-body .form-connect input, .modal .modal-content .modal-body .form-connect textarea {
    border-radius: 0;
    border: 1px solid #E0E7F0;
    outline: none;
    padding: 18px 16px;
    margin-bottom: 16px; }
    .modal .modal-content .modal-body .form-connect input:focus, .modal .modal-content .modal-body .form-connect textarea:focus {
      box-shadow: none; }
    .modal .modal-content .modal-body .form-connect input::placeholder, .modal .modal-content .modal-body .form-connect textarea::placeholder {
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 14px; }
  .modal .modal-content .modal-body .form-connect .form-control {
    margin-bottom: 16px;
    border-radius: 0; }
    .modal .modal-content .modal-body .form-connect .form-control:focus {
      box-shadow: none; }
  .modal .modal-content .modal-body .form-connect button {
    background: #0165C6;
    border: 1px solid #0165C6;
    color: #ffffff;
    width: 100%;
    border-radius: 0; }
    .modal .modal-content .modal-body .form-connect button:hover {
      background: #ffffff;
      color: #0165C6; }
    .modal .modal-content .modal-body .form-connect button:focus {
      box-shadow: none; }
  .modal .modal-content .modal-body .body-confirm img {
    margin-bottom: 24px;
    width: 94px;
    height: 94px; }
  .modal .modal-content .modal-body .body-confirm h4 {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px; }
  .modal .modal-content .modal-body .body-confirm h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px; }
  .modal .modal-content .modal-body .body-confirm h5 {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px; }
  .modal .modal-content .modal-body .body-confirm button {
    background: #0165C6;
    border: 1px solid #0165C6;
    color: #ffffff;
    width: 100%;
    border-radius: 0; }
    .modal .modal-content .modal-body .body-confirm button:hover {
      background: #ffffff;
      color: #0165C6; }
    .modal .modal-content .modal-body .body-confirm button:focus {
      box-shadow: none; }

.body-rtl .modal .modal-content .modal-header {
  text-align: right; }
  .body-rtl .modal .modal-content .modal-header span {
    margin-right: 0 !important;
    margin-left: 0.25rem; }
  .body-rtl .modal .modal-content .modal-header button {
    left: 10px;
    right: auto; }
.body-rtl .modal .modal-content .modal-body .form-row {
  text-align: right; }
.body-rtl .modal .modal-content .modal-body .body-confirm {
  text-align: right; }

.navigation {
  margin-top: 32px;
  margin-bottom: 32px; }
  .navigation .pagination .page-item.active .page-link {
    border: 1px solid #0165C6;
    box-shadow: none; }
  .navigation .pagination .page-item {
    padding-left: 4px !important;
    padding-right: 4px; }
    .navigation .pagination .page-item:before {
      display: none; }
    .navigation .pagination .page-item .page-link-white {
      background: #ffffff !important;
      border-color: #ffffff; }
    .navigation .pagination .page-item .page-link {
      background: #F4F6F9;
      box-shadow: none;
      color: #3D3D3D;
      font-size: 14px;
      line-height: 19px;
      font-family: 'HelveticaBold';
      border-bottom: 1px solid #E0E7F0; }

.nav-load {
  align-self: center; }
  .nav-load a {
    font-size: 18px;
    line-height: 21px;
    color: #0165C6;
    text-transform: uppercase; }

.btn-edit {
  position: absolute;
  top: 10px;
  right: 10px; 
  z-index: 99;}
  .btn-edit a {
    font-family: 'Helveticaneuecyr-light';
    border: none !important;
    outline: none;
    box-shadow: none;
    color: #0165C6;
    transition: 0.4s ease-in-out;
    font-size: 14px;
    line-height: 16px;
    background: #ffffff !important; }
    .btn-edit a:hover {
      color: #3D3D3D; }

.comment-default {
  margin-top: 120px; }
  .comment-default div:nth-child(2) {
    padding-bottom: 70px;
    font-size: 36px;
    line-height: 50px;
    color: #C1C1C1; }

.user-border {
  border-right: 1px solid #C1C1C1 !important;
  border-left: 1px solid #C1C1C1 !important; }

@media (max-width: 768px) {
  .comment-default {
    margin-top: 80px; }
    .comment-default div:nth-child(2) {
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 30px; } }
.body-rtl .btn-edit {
  left: 10px;
  right: auto; }

.irs-name {
  font-family: 'Helveticaneuecyr-light';
  font-size: 14px;
  line-height: 16px;
  width: 30%;
    text-align: center;
  top: 12px;
  left: 12px;
  color: #B5B5B5; }

.range-slider {
    position: relative;
    width: 100%;
    padding: 0 10px;
}
  .range-slider .irs {
    height: 37px;
    border-radius: 4px; }
    .range-slider .irs .irs-max, .range-slider .irs .irs-min {
      display: none; }
    .range-slider .irs .irs-to, .range-slider .irs .irs-from, .range-slider .irs .irs-single {
      font-size: 10px;
      line-height: 12px;
    background: transparent;
    color: #666; }
      .range-slider .irs .irs-to::before, .range-slider .irs .irs-from::before, .range-slider .irs .irs-single::before {
       /* border-top-color: #0165C6; */
	   content: none;}
    .range-slider .irs .irs-handle {
      width: 12px;
      height: 12px;
      background-color: #0165C6;
      border: 4px solid #0165C6;
      border-radius: 50%;
      box-shadow: none;
      top: 20px; }
    .range-slider .irs .irs-line {
      top: 25px;
      height: 2px;
      margin: 0 auto;
      background-color: #ffffff; }
    .range-slider .irs .irs-bar {
      top: 26px;
		height: 1px;
		background-color: #E0E7F0 }

.range-slider1 {
  left: 34%;
  width: 64%; }

.range-mobile .irs {
  height: 40px;
  border-radius: 4px; }
  .range-mobile .irs .irs-min, .range-mobile .irs .irs-max {
    margin-top: 6px;
    font-size: 10px;
    line-height: 12px; }
  .range-mobile .irs .irs-to, .range-mobile .irs .irs-from, .range-mobile .irs .irs-single {
    font-size: 10px;
    line-height: 12px;
    background: #0165C6;
    margin-top: 6px; }
    .range-mobile .irs .irs-to::before, .range-mobile .irs .irs-from::before, .range-mobile .irs .irs-single::before {
      border-top-color: #0165C6; }
  .range-mobile .irs .irs-handle {
    width: 12px;
    height: 12px;
    background-color: #0165C6;
    border: 4px solid #0165C6;
    border-radius: 50%;
    box-shadow: none;
    top: 28px; }
  .range-mobile .irs .irs-line {
    top: 33px;
    height: 2px;
    margin: 0 auto; }
  .range-mobile .irs .irs-bar {
    top: 33px;
    height: 3px;
    background-color: #0165C6; }
.proposal-data{
 	position: absolute; 
    background: #fff;
    width: inherit;
    z-index: 99;	
    border-bottom: 1px solid #E3E8F0;
}
.title-proposal{
	padding-top: 7px; 
}
.title-proposal a{
	color: #0065c6;
}
.preview-text{
	font-size: 14px;
    padding-top: 10px;
    display: none;	
}
.preview-text:after {
  color: #0065c6;
}
.scroll-down {
  position: relative;
  height: 80px; }
  .scroll-down .scroll_down {
  position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0px;
    height: 50px;
    width: 50px;
    bottom: 60px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    padding-top: 8px;}

.section-about {

  background: #F8FAFF; }
  .section-about h2 {
    font-family: 'Amiri', serif;
    font-size: 36px;
    line-height: 57px;
    margin-top: 56px;
    margin-bottom: 32px; }
  .section-about .card {
    transition: 0.3s ease-in-out; }
    .section-about .card h3 {
      font-family: 'HelveticaBold';
      font-size: 24px;
      line-height: 27px; }
    .section-about .card p {
      font-family: 'Helveticaneuecyr-light';
      font-size: 14px;
      line-height: 130%;
      color: #838383; }
    .section-about .card:hover {
      box-shadow: 0 0 15px rgba(40, 40, 40, 0.5); }

.body-rtl .section-about h3, .body-rtl .section-about p {
  text-align: right; }

.section-advantages {
  background: #F8FAFF;
  color: #3D3D3D; }
  .section-advantages h2 {
    font-family: 'Amiri', serif;
    font-size: 36px;
    line-height: 57px;
    margin-top: 56px;
    margin-bottom: 32px; }
  .section-advantages .advantages-count {
    font-family: 'Habibi', serif;
    font-size: 100px;
    line-height: 125px; 
	margin-bottom: 25px;}
  .section-advantages h3 {
    font-family: 'HelveticaNeueCyr';
    font-size: 24px;
    line-height: 24px; }
  .section-advantages p {
    font-family: 'Helveticaneuecyr-light';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 70px; }

.body-rtl .section-advantages .advantages-count, .body-rtl .section-advantages h3, .body-rtl .section-advantages p {
  text-align: right; }

.section-breadcrumb {
  background: #F4F6F9; }
  .section-breadcrumb .breadcrumb {
    margin-top: 10px;
    background: #F4F6F9; }
    .section-breadcrumb .breadcrumb a, .section-breadcrumb .breadcrumb li {
      text-decoration: none;
      font-family: 'Helveticaneuecyr-light';
      font-size: 10px;
      line-height: 11px;
      color: #B5B5B5; }
    .section-breadcrumb .breadcrumb a:hover {
      color: #3D3D3D; }

.body-rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem; }
  .body-rtl .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
    padding-left: 0.5rem; }

.section-deals .card-dealsMob {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 16px; }
  .section-deals .card-dealsMob img {
    border-radius: 50%;
    object-fit: cover;
    width: 32px;
    height: 32px; }
  .section-deals .card-dealsMob h3 {
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D; }
  .section-deals .card-dealsMob p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 19px; }
  .section-deals .card-dealsMob span img {
    border-radius: 0; }
  .section-deals .card-dealsMob button {
    width: 50%;
    transition: 0.4s ease-in-out;
    margin-bottom: 16px; }
    .section-deals .card-dealsMob button:focus {
      box-shadow: none; }
  .section-deals .card-dealsMob .dropdown {
    outline: none;
    background: none;
    border: none; }
    .section-deals .card-dealsMob .dropdown:focus {
      outline: none !important;
      box-shadow: none;
      border: none; }
  .section-deals .card-dealsMob .selectpicker {
    border: none;
    outline: none;
    background: #ffffff;
    padding: 10px 20px; }
  .section-deals .card-dealsMob .btn-light {
    font-family: 'Helveticaneuecyr-light';
    color: #3D3D3D;
    font-size: 16px;
    line-height: 23px;
    padding: 7px;
    background: #ffffff;
    border-color: #ffffff;
    background-color: #ffffff; }
    .section-deals .card-dealsMob .btn-light .filter-option-inner {
      text-align: center; }
    .section-deals .card-dealsMob .btn-light:focus {
      outline: none !important;
      box-shadow: none;
      border: none; }
    .section-deals .card-dealsMob .btn-light:active {
      color: #3D3D3D !important;
      border-color: #ffffff;
      background-color: #ffffff; }
  .section-deals .card-dealsMob .dropdown-menu .dropdown-item:hover, .section-deals .card-dealsMob .dropdown-menu .dropdown-item:focus, .section-deals .card-dealsMob .dropdown-menu .dropdown-item:active, .section-deals .card-dealsMob .dropdown-menu .dropdown-item .selected {
    background-color: #0165C6; }
  .section-deals .card-dealsMob .dropdown-menu .dropdown-item.active {
    background-color: #0165C6; }
.section-deals .dealsDesktop .table {
  background: #ffffff; }
  .section-deals .dealsDesktop .table .tableName {
    padding: 32px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Helveticaneuecyr';
    font-weight: bold; }
  .section-deals .dealsDesktop .table .name {
    width: 35%; }
  .section-deals .dealsDesktop .table th.name{
	  text-align: center;
  }
  .section-deals .dealsDesktop .table .rating {
    width: 10%;
    vertical-align: middle; }
  .section-deals .dealsDesktop .table .specialisation {
    width: 20%;
    vertical-align: middle; }
  .section-deals .dealsDesktop .table .services {
    width: 20%;
    vertical-align: middle; }
  .section-deals .dealsDesktop .table .payments {
    width: 15%;
    vertical-align: middle; }
  .section-deals .dealsDesktop .table .status {
    width: 15%;
    vertical-align: middle; }
    .section-deals .dealsDesktop .table .status .selectpicker {
      border: none;
      outline: none;
      background: #ffffff;
      padding: 10px 20px; }
    .section-deals .dealsDesktop .table .status .btn-light {
      font-family: 'Helveticaneuecyr-light';
      color: #3D3D3D;
      font-size: 16px;
      line-height: 23px;
      padding: 7px;
      background: #ffffff;
      border-color: #ffffff;
      background-color: #ffffff; }
      .section-deals .dealsDesktop .table .status .btn-light .filter-option-inner {
        text-align: center; }
      .section-deals .dealsDesktop .table .status .btn-light:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
      .section-deals .dealsDesktop .table .status .btn-light:active {
        color: #3D3D3D !important;
        border-color: #ffffff;
        background-color: #ffffff; }
    .section-deals .dealsDesktop .table .status .dropdown-menu .dropdown-item:hover, .section-deals .dealsDesktop .table .status .dropdown-menu .dropdown-item:focus, .section-deals .dealsDesktop .table .status .dropdown-menu .dropdown-item:active, .section-deals .dealsDesktop .table .status .dropdown-menu .dropdown-item .selected {
      background-color: #0165C6; }
    .section-deals .dealsDesktop .table .status .dropdown-menu .dropdown-item.active {
      background-color: #0165C6; }
  .section-deals .dealsDesktop .table td .table-photo {
    width: 69px;
    height: 69px;
    object-fit: cover; }
  .section-deals .dealsDesktop .table td h3 {
    font-size: 18px;
    line-height: 25px; }
  .section-deals .dealsDesktop .table td h6 {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 16px; }
  .section-deals .dealsDesktop .table td p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 19px; }
  .section-deals .dealsDesktop .table td.name img {
    border-radius: 50%;
/*
    width: 26px;
    height: 26px; 
*/}
  .section-deals .dealsDesktop .table td span {
    font-size: 16px;
    line-height: 22px; }

.body-rtl .section-deals {
  text-align: right; }
  .body-rtl .section-deals .dealsMob .card-dealsMob .col-12 span:last-child {
    padding-left: 0 !important;
    padding-right: 0.5rem; }
  .body-rtl .section-deals .dealsDesktop .table .status .btn-light .filter-option-inner-inner {
    text-align: right; }
  .body-rtl .section-deals .dealsDesktop .table .status .dropdown-menu ul {
    text-align: right; }

.section-editProfile h2 {
  font-family: Amiri, sans-serif;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px; }
.section-editProfile .section-editDetail .nav {
  border: none;
  align-items: center; }
  .section-editProfile .section-editDetail .nav a {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    text-align: center;
    border: none;
    border-right: 1px solid #C1C1C1;
    border-radius: 0;
    font-size: 10px;
    line-height: 11px;
    color: #C1C1C1;
    font-family: 'HelveticaNeueCyr'; }
    .section-editProfile .section-editDetail .nav a.active {
      font-family: 'HelveticaBold';
      font-size: 14px;
      line-height: 16px;
      color: #3D3D3D;
	  background: #f8faff;}
  .section-editProfile .section-editDetail .nav a:last-child {
    border: none; }
.section-editProfile .section-editDetail .tab-content .custom-file-label {
  color: #CDCDCD;
  font-family: 'Helveticaneuecyr-light';
  font-size: 14px;
  line-height: 16px; }
  .section-editProfile .section-editDetail .tab-content .custom-file-label::after {
    content: '+';
    background: #ffffff; }
    .section-editProfile .section-editDetail .tab-content .custom-file-label::after:focus {
      box-shadow: none; }
.section-editProfile .section-editDetail .tab-content h3, .section-editProfile .section-editDetail .tab-content label {
  font-family: 'Helveticaneuecyr';
  font-size: 14px;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
  outline: none;
  box-shadow: none; }
  .section-editProfile .section-editDetail .tab-content h3:focus, .section-editProfile .section-editDetail .tab-content label:focus {
    box-shadow: none; }
.section-editProfile .section-editDetail .tab-content .form-control {
  border: 1px solid rgba(0, 0, 0, 0.125);
  outline: none; }
  .section-editProfile .section-editDetail .tab-content .form-control::placeholder {
    color: #CDCDCD;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Helveticaneuecyr-light'; }
  .section-editProfile .section-editDetail .tab-content .form-control:focus {
    box-shadow: none; }
.section-editProfile .section-editDetail .tab-content textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  padding-left: 0.75rem;
  padding-top: 12px;
  padding-bottom: 12px; 
  border: 1px solid rgba(0, 0, 0, 0.125);}
  .section-editProfile .section-editDetail .tab-content textarea::placeholder {
    color: #CDCDCD;
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 16px; }
.section-editProfile .section-editDetail .tab-content .grey {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #ADADAD;
  font-family: 'Helveticaneuecyr-light';
  cursor: pointer; }
.section-editProfile .section-editDetail .tab-content select {
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Helveticaneuecyr-light'; }
  .section-editProfile .section-editDetail .tab-content select option {
    color: #CDCDCD;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Helveticaneuecyr-light'; }
.section-editProfile .section-editDetail .tab-content .badge {
  position: relative;
  background: #0165c6;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: 'Helveticaneuecyr-light'; }
  .section-editProfile .section-editDetail .tab-content .badge img {
    cursor: pointer; }
    .section-editProfile .section-editDetail .tab-content .badge img:hover {
      fill: #0165C6; }
.section-editProfile .section-editDetail .tab-content input[type='button'] {
  border: 1px solid #0165C6;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #0165C6;
  padding: 9px 20px;
  border-radius: 0.25rem;
  transition: 0.4s ease-in-out; }
  .section-editProfile .section-editDetail .tab-content input[type='button']:hover {
    background: #0165C6;
    color: #ffffff; }
.section-editProfile .section-editDetail .tab-content button {
  border: 1px solid #0165C6;
  color: #0165C6;
  background: #F4F6F9;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 16px; }
.section-editProfile .section-editDetail .tab-content .form-check {
  display: flex;
  align-items: center; }
  .section-editProfile .section-editDetail .tab-content .form-check label {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    user-select: none;
    -moz-user-select: none;
    text-transform: none;
    display: flex;
    align-items: center; }
  .section-editProfile .section-editDetail .tab-content .form-check i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ffffff; }
  .section-editProfile .section-editDetail .tab-content .form-check span {
    display: inline-block;
    padding-right: 5px; }
  .section-editProfile .section-editDetail .tab-content .form-check input {
    display: none; }
    .section-editProfile .section-editDetail .tab-content .form-check input + span i:first-child {
      display: inline-block;
      background: #ffffff;
      border: 1px solid #ffffff; }
    .section-editProfile .section-editDetail .tab-content .form-check input + span i:last-child {
      display: none; }
    .section-editProfile .section-editDetail .tab-content .form-check input:checked + span i:first-child {
      display: none; }
    .section-editProfile .section-editDetail .tab-content .form-check input:checked + span i:last-child {
      display: inline-block;
      border: 1px solid #ffffff; }
      .section-editProfile .section-editDetail .tab-content .form-check input:checked + span i:last-child img {
        width: 20px;
        height: 20px; }
.section-editProfile .section-editDetail .tab-content .button_remote {
  cursor: pointer; }
.section-editProfile .section-editDetail .tab-content .inputContainer {
  display: none; }
.section-editProfile .section-editDetail .tab-content .inputButton {
  background: #f8faff;
  border: none;
  outline: none;
  box-shadow: none; }
  .section-editProfile .section-editDetail .tab-content .inputButton:focus {
    border: none; }
.section-editProfile .section-editDetail .tab-content .border-grey {
  border-top: 1px solid #C1C1C1;
  margin-top: 32px; }
.section-editProfile .section-editDetail .tab-content .delete_company {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Helveticaneuecyr-light';
  color: #0165C6; }
  .section-editProfile .section-editDetail .tab-content .delete_company:hover {
    color: #3D3D3D; }
.section-editProfile .section-editDetail .tab-content .button_add {
  cursor: pointer; }

.body-rtl .section-editProfile .section-editDetail .nav a:last-child {
  border-right: 1px solid #C1C1C1; }
.body-rtl .section-editProfile .section-editDetail .tab-content .custom-file-label {
  padding-right: 45px; }
.body-rtl .section-editProfile .section-editDetail .tab-content .form-edit {
  text-align: right; }
.body-rtl .section-editProfile .section-editDetail .tab-content .newInputContainer .inputItem div {
  margin-left: 0 !important;
  margin-right: 0.5rem; }
.body-rtl .section-editProfile .section-editDetail .tab-content .form-check span {
  padding-right: 0;
  padding-left: 5px; }

.section-find {
  background: #ffffff; }
  .section-find h2 {
    font-family: 'Amiri', serif;
    font-style: normal;
    font-size: 36px;
    line-height: 57px;
    margin-top: 56px;
    margin-bottom: 32px; }
  .section-find .form-search {
    margin-bottom: 32px;
    padding-left: 7px;
    padding-right: 7px; }
    .section-find .form-search .dropdown {
      outline: none;
      background: none;
      border: none; }
      .section-find .form-search .dropdown:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
    .section-find .form-search .form-control {
      width: 100%;
      outline: none;
      border: 1px solid #eeeeee; }
      .section-find .form-search .form-control:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
      .section-find .form-search .form-control::placeholder {
        font-family: 'Helveticaneuecyr-light';
        font-size: 16px;
        line-height: 18px;
        color: #B5B5B5; }
    .section-find .form-search .btn-light {
      font-family: 'Helveticaneuecyr-light';
      color: #3D3D3D;
      font-size: 16px;
      line-height: 23px;
      padding: 7px;
      background: #ffffff;
      border-color: #ffffff;
      background-color: #ffffff; }
      .section-find .form-search .btn-light:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
      .section-find .form-search .btn-light:active {
        color: #3D3D3D !important;
        border-color: #ffffff;
        background-color: #ffffff; }
    .section-find .form-search .btn-find {
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      border: 2px solid #0165C6;
      color: #0165C6;
      transition: 0.4s ease-in-out; }
      .section-find .form-search .btn-find:hover {
        background: #0165C6;
        color: #F4F6F9; }
  .section-find ul {
    list-style: disc; }
    .section-find ul li {
      display: flex;
      justify-content: space-between; }
      .section-find ul li .dropdown-item:hover, .section-find ul li .dropdown-item:focus {
        background-color: #0165C6;
        color: #ffffff; }
    .section-find p, .section-find span {
      font-family: 'Helveticaneuecyr-light';
      font-size: 16px;
      line-height: 18px; }
    .section-find p::before {
      content: '\2022';
      padding: 0 5px; }

.body-rtl h2 {
  text-align: right; }
.body-rtl ul li p::before {
  padding-right: 0;
  padding-left: 5px; }
.body-rtl .section-find .form-search .btn-light .filter-option-inner-inner {
  text-align: right; }
.body-rtl .section-find ul li {
  text-align: right; }
.body-rtl .section-find .range-slider {
  left: 5%; }
.body-rtl .section-find .range-slider1 {
  left: 5%; }

.section-history {
  background: #F8FAFF; }
  .section-history h2 {
    font-family: 'Amiri', serif;
    font-style: normal;
    font-size: 36px;
    line-height: 57px;
    margin-top: 100px;
    margin-bottom: 32px;
    color: #000; }
  .section-history p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 16px;
    line-height: 150%;
    color: #000; }
  .section-history a {
    position: relative;
    background: #0165C6;
    margin-top: 16px;
    width: 200px;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    transition: 0.4s ease-in-out;
    border: 2px solid #0165C6;
    margin-bottom: 56px; }
    .section-history a:hover {
      background: #ffffff;
      border: 1px solid #0165C6;
      color: #0165C6; }
  .section-history .history-image-md {
    display: none; }
  .section-history .history-image {
/*     background: url("../img/theater.png") left no-repeat; */
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.body-rtl .section-history {
  background: #F8FAFF; }
  .body-rtl .section-history .col-md-6 .col-md-4 {
    text-align: right; }
  .body-rtl .section-history p {
    text-align: right; }
  .body-rtl .section-history .history-image {
/*     background: url("../img/theater1.png") right no-repeat;  */}

.section-jumbotron {
  background: #F8FAFF; }
  .section-jumbotron .jumbotron-image {
    padding: 40px; }
  .section-jumbotron .jumbotron-title h4 {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0165C6;
    padding-top: 60px; }
  .section-jumbotron .jumbotron-title h1 {
    font-family: 'Amiri', serif;
    font-size: 36px;
    line-height: 57px;
    color: #3D3D3D; }
  .section-jumbotron .jumbotron-title p {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #3D3D3D; }
  .section-jumbotron .jumbotron-title .jumbotron-button {
    position: relative; }
    .section-jumbotron .jumbotron-title .jumbotron-button a {
      position: relative;
      background: #0165C6;
      margin-top: 16px;
      width: 200px;
      color: #ffffff;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      transition: 0.4s ease-in-out;
      border: 2px solid #0165C6; }
      .section-jumbotron .jumbotron-title .jumbotron-button a:hover {
        background: #ffffff;
        border: 1px solid #0165C6;
        color: #0165C6; }

.body-rtl .jumbotron-title h4, .body-rtl .jumbotron-title h1, .body-rtl .jumbotron-title p {
  text-align: right;}
  .body-rtl .jumbotron-title p{
	  font-family: inherit; 
  }

.section-lawyersCard {
  background: #F8FAFF;
  min-height: calc(100vh - 470px);}
  .section-lawyersCard .card-information {
    transition: 0.3s ease-in-out; }
    .section-lawyersCard .card-information .card:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .section-lawyersCard .card-information:hover + .card-specialization {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .section-lawyersCard .card-information .col-md-4 {
      position: relative; }
      .section-lawyersCard .card-information .col-md-4 img:nth-child(2) {
        position: absolute;
        bottom: 8%;
        left: 8%; }
    .section-lawyersCard .card-information .card-body h3 {
      font-family: 'HelveticaBold';
      font-size: 24px;
      line-height: 28px; }
    .section-lawyersCard .card-information .card-body img {
      width: 16px; }
    .section-lawyersCard .card-information .card-body p {
      font-family: 'HelveticaNeueCyr';
      font-size: 14px;
      line-height: 16px; 
	  min-height: 16px;}
    .section-lawyersCard .card-information .card-body .card-experience {
      font-family: 'HelveticaNeueCyr';
      font-size: 14px;
      line-height: 19px; }
      .section-lawyersCard .card-information .card-body .card-experience .badge {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        background: #0165C6;
        color: #ffffff;
        border-radius: 50%;
        font-size: 8px;
        line-height: 12px;
        font-family: 'HelveticaBold'; }
    .section-lawyersCard .card-information .card-body button {
      width: 100%;
      border: 1px solid #0165C6;
      margin-top: 8px;
      font-size: 18px;
      line-height: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #0165C6;
      transition: 0.4s ease-in-out; }
      .section-lawyersCard .card-information .card-body button:hover {
        color: #ffffff;
        background: #0165C6; }
  .section-lawyersCard .card-specialization h4 {
    font-family: 'HelveticaBold';
    font-size: 14px;
    line-height: 19px; }
  .section-lawyersCard .card-specialization .badge {
    font-family: 'Helveticaneuecyr-light';
    font-size: 12px;
    line-height: 17px;
    background: #F4F6F9; }

.body-rtl .container .card-information {
  padding-left: 15px !important;
  padding-right: 0; }
  .body-rtl .container .card-information .card-body div span {
    margin-right: 0 !important;
    margin-left: 0.5rem; }
.body-rtl .container .card-specialization .card-body .card-title {
  text-align: right; }
  .body-rtl .container .card-specialization .card-body .card-title + .row {
    padding-left: 0 !important;
    padding-right: 0.5rem !important; }

.section-previous {
  margin-bottom: 16px; }
  .section-previous img {
    width: 20px;
    padding-right: 8px; }
  .section-previous img:last-child {
    display: none; }
  .section-previous div {
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
    line-height: 18px; }

.body-rtl .section-previous img:first-child {
  display: none; }
.body-rtl .section-previous img:last-child {
  display: inline-block; }

/* NEW style Login - start */
.body-rtl .section-previous img:first-child {
  display: none; }
.body-rtl .section-previous img:last-child {
  display: inline-block; }
.body-rtl  .section-registration .overlay {
    background: #F8FAFF;
}
.body-rtl .section-registration .overlay--right {
  transform: translateX(100%);
  background: #F8FAFF;
}
.body-rtl .section-registration .containerForm.right-panel-active .overlay--right {
  transform: translateX(-120%);
}
.body-rtl .section-registration .container__overlay {
  transform: translateX(-100%);
}
.body-rtl .section-registration .containerForm.right-panel-active .container__overlay {
  transform: translateX(0);
}
.body-rtl .section-registration .containerForm.right-panel-active .overlay {
  transform: translateX(50%);
}
.body-rtl .section-registration .containerForm.right-panel-active .overlay--left {
  transform: translateX(0);
}
.body-rtl .section-registration .overlay--left {
  transform: translateX(220%);
}
.body-rtl .section-registration .container--signin {
  transform: translateX(100%);
}
.body-rtl .section-registration .containerForm.right-panel-active .container--signin {
  transform: translateX(0);
}
.body-rtl .section-registration .containerForm.right-panel-active .container--signup,
 .section-registration .containerForm.right-panel-active .container--confirmation {
  transform: translateX(0);
}
.body-rtl .section-registration .container--signup {
  transform: translateX(100%);
}
.body-rtl .section-registration .containerForm.right-panel-active .container--confirmation {
  transform: translateX(0);
}
.body-rtl .section-registration .form .input-group .iti { 
  direction: ltr;
}
.body-rtl .section-registration .form .input-group #inputMail {
  direction: ltr;
}
.body-rtl .iti-mobile .iti__country-list {
  width: 100%;
}
.body-rtl .section-registration .form .input-group .form-control {
  padding-right: 45px
}

.iti__country-list {
  z-index: 4;
  width: 400px;
}
.section-registration {
  background: url("../img/registration_new.png");
  background-position: calc(100vw / 2 + 70px) calc(100%);
  background-repeat: no-repeat;
  background-color: #F8FAFF;
  height:768px;
  padding-top: 60px; }
  .section-registration .containerForm {
    background-color: #ffffff;
    box-shadow: 0 0.9rem 1.7rem rgba(0, 0, 0, 0.25), 0 0.7rem 0.7rem rgba(0, 0, 0, 0.22);
    height: 530px;
    max-width: 900px;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .section-registration .container__form {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.6s ease-in-out; }
  .section-registration .container--signin {
    left: 0px;
    width: 50%;
    z-index: 2; }
  .section-registration .containerForm.right-panel-active .container--signin {
	opacity: 0;
    transform: translateX(100%); }
  .section-registration .container--signup {
    left: 0px;
    opacity: 0;
    width: 50%;
    z-index: 1; }
  .section-registration .containerForm.right-panel-active .container--signup,
  .section-registration .containerForm.right-panel-active .container--confirmation {
/*     animation: show 0.6s; */
    opacity: 1;
    transform: translateX(100%);
    z-index: 3; }
  .section-registration .container--confirmation {
    left: 0;
    opacity: 0;
    width: 50%;
    z-index: 1; }
  .section-registration .container__overlay {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: transform 0.6s ease-in-out;
    width: 50%;
    z-index: 100; }
  .section-registration .containerForm.right-panel-active .container__overlay {
    transform: translateX(-100%); }
  .section-registration .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    background: #F8FAFF;
    height: 100%;
    left: -100%;
    position: relative;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    width: 200%; }
	.telegram_connect__buttons button,
    .section-registration .overlay .signIn, .section-registration .overlay .signUp {
      -webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      border-radius: 0;
      color: #0165C6;
      background: #F8FAFF;
      border: 1px solid #0165C6;
      padding: 8px 48px; }
	  .telegram_connect__buttons button:hover,
      .section-registration .overlay .signIn:hover, .section-registration .overlay .signUp:hover {
        color: #0165C6;
        border: 2px solid #0165C6;
        box-shadow: white 0 0px 0px 1px inset; }
    .section-registration .overlay .signUp:hover {
      color: #0165C6;
      border: 2px solid #0165C6;
      box-shadow: white 0 0px 0px 1px inset; }
  .section-registration .containerForm.right-panel-active .overlay {
    transform: translateX(50%); }
  .section-registration .overlay__panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    width: 50%; }
  .section-registration .overlay--left {
    transform: translateX(-20%); }
  .section-registration .containerForm.right-panel-active .overlay--left {
    transform: translateX(0); }
  .section-registration .overlay--right {
    right: 0;
    transform: translateX(0); }
  .section-registration .containerForm.right-panel-active .overlay--right {
    transform: translateX(20%); }
  .section-registration .form > .btn {
    margin-top: 1.5rem; }
  .section-registration .btn:active {
    transform: scale(0.95); }
  .section-registration .btn:focus {
    outline: none; }
  .section-registration .form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 3rem;
    height: 100%;
    text-align: start; }
    .section-registration .form .input-group {
      position: relative; }
      .section-registration .form .input-group .iti {
        width: 100%; }
      .section-registration .form .input-group .form-control {
        border-radius: 0;
        border-right: 0; }
      .section-registration .form .input-group .input-group-append {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 3;
       }
      .section-registration .form .input-group .input-group-text {
        background-color: #ffffff;
        border-left: none;
        border-radius: 0; }
    .section-registration .form label {
      padding-top: 10px;
      padding-bottom: 5px;
      font-size: 16px;
      line-height: 18px;
      font-family: 'Helveticaneuecyr'; }
    .section-registration .form a {
      font-size: 12px;
      line-height: 14px;
      color: #0165C6; }
	 .telegram_connect__buttons button.confirm,
    .section-registration .form .btn-blue {
      color: #ffffff;
      border: 1px solid #0165C6;
      border-radius: 0;
      width: 100%;
      height: 48px;
      font-size: 18px;
      line-height: 21px;
      font-family: 'HelveticaBold';
      position: relative;
      box-sizing: border-box;
      -webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
      box-shadow: #007bff 0 0px 0px 40px inset; }
	  .telegram_connect__buttons button.confirm:hover,
      .section-registration .form .btn-blue:hover {
        color: #0165C6;
        box-shadow: rgba(255, 255, 255, 0.85) 0 0px 0px 2px inset; }
  .section-registration input {
    height: 31px; }

@keyframes show {
  0%,
    49.99% {
    opacity: 0;
    z-index: 1; }
  50%,
    100% {
    opacity: 1;
    z-index: 5; } }
  .section-registration .formRegistration {
    background: #ffffff; }
    .section-registration .formRegistration .check-btn {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 2px 2px 3px 2px rgba(1, 101, 198, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: .4s ease-in-out; }
    .section-registration .formRegistration h3 {
      font-size: 14px;
      line-height: 16px;
      color: #CDD5DF;
      text-align: center;
      padding-top: 8px;
      cursor: pointer; }
    .section-registration .formRegistration input[type='radio'] {
      display: none; }
      .section-registration .formRegistration input[type='radio']:checked + .check-btn {
        box-shadow: inset 2px 2px 3px 2px rgba(1, 101, 198, 0.3); }
      .section-registration .formRegistration input[type='radio']:checked + div + h3 {
        color: #0165C6; }
  .section-registration .formConfirm {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 24px;
    margin-bottom: 24px; }
    .section-registration .formConfirm input {
      border-bottom: 1px solid #0165C6;
      width: 80px;
      font-size: 36px;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
  .section-registration h2 {
    font-family: Amiri, sans-serif;
    font-size: 24px;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center; }
  .section-registration .nav {
    margin-bottom: 24px; }
    .section-registration .nav .nav-link.active, .section-registration .nav .nav-link {
      background-color: #F4F6F9;
      border: none; }
    .section-registration .nav .nav-link {
      font-family: Amiri, sans-serif;
      font-size: 14px;
      line-height: 22px;
      color: #C7C7C7; }
    .section-registration .nav .nav-link.active {
      font-family: Amiri, sans-serif;
      font-size: 20px;
      line-height: 31px;
      color: #3D3D3D; }
  .section-registration .form-review label {
    font-family: 'HelveticaNeueCyr';
    font-size: 14px;
    line-height: 19px; }
  .section-registration .form-review .form-control {
    background: #FFFFFF;
    border: 1px solid #E0E7F0;
    outline: none;
    box-shadow: none;
    margin-bottom: 16px;
    padding: 10px 0.75rem;
    line-height: normal;
    height: 36px;
    font-size: 14px; }
    .section-registration .form-review .form-control:focus {
      box-shadow: none; }
    .section-registration .form-review .form-control::-webkit-input-placeholder {
      font-family: 'Helveticaneuecyr-light';
      color: #B5B5B5; }
  .section-registration .form-review .health-recomendation {
    font-family: 'HelveticaNeueCyr';
    font-size: 14px;
    line-height: 19px; }
  .section-registration .form-review button, .section-registration .form-review a {
    border: 1px solid #F19175;
    color: #ffffff;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 24px;
    background: #F19175;
    transition: 0.4s ease-in-out; }
    .section-registration .form-review button:hover, .section-registration .form-review a:hover {
      background: #F19175;
      color: #ffffff; }


.body-rtl .section-registrationMob .form .input-group .form-control{
  padding-right: 45px;
}
.body-rtl .section-registrationMob .form .input-group .iti { 
  direction: ltr;
}
.body-rtl .section-registrationMob .form .input-group #inputMail {
  direction: ltr;
}

.section-registrationMob .container-registration {
  padding-top: 16px; }
  .section-registrationMob .container-registration .check-btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 3px 2px rgba(1, 101, 198, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s ease-in-out; }
  .section-registrationMob .container-registration h3 {
    font-size: 12px;
    line-height: 14px;
    color: #CDD5DF;
    text-align: center;
    padding-top: 8px;
    cursor: pointer; }
  .section-registrationMob .container-registration input[type='radio'] {
    display: none; }
    .section-registrationMob .container-registration input[type='radio']:checked + .check-btn {
      box-shadow: inset 2px 2px 3px 2px rgba(1, 101, 198, 0.3); }
    .section-registrationMob .container-registration input[type='radio']:checked + div + h3 {
      color: #0165C6; }
.section-registrationMob .form {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: start;
  padding-bottom: 20px; }
  .section-registrationMob .form .input-group {
    position: relative; }
    .section-registrationMob .form .input-group .iti {
      width: 100%; }
    .section-registrationMob .form .input-group .form-control {
      border-radius: 0;
      border-right: 0; }
    .section-registrationMob .form .input-group .input-group-append {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      z-index: 3; }
    .section-registrationMob .form .input-group .input-group-text {
      background-color: #ffffff;
      border-left: none;
      border-radius: 0; }
  .section-registrationMob .form label {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Helveticaneuecyr'; }
  .section-registrationMob .form a {
    font-size: 12px;
    line-height: 14px;
    color: #0165C6; }
  .section-registrationMob .form .btn-blue {
    color: #ffffff;
    border: 1px solid #0165C6;
    border-radius: 0;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'HelveticaBold';
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    box-shadow: #007bff 0 0px 0px 40px inset; }
    .section-registrationMob .form .btn-blue:hover {
      color: #0165C6;
      box-shadow: rgba(255, 255, 255, 0.85) 0 0px 0px 2px inset; }
  .section-registrationMob .form .btn-outline-blue {
    box-shadow: #f4f6f9 0 0px 0px 40px inset;
    border: 1px solid #f4f6f9;
    color: #0165C6; }
.section-registrationMob .container-confirm h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'HelveticaBold';
  text-align: center; }
.section-registrationMob .container-confirm h5 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-top: 24px; }
.section-registrationMob .container-confirm .formConfirm {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 24px;
  margin-bottom: 24px; }
  .section-registrationMob .container-confirm .formConfirm input {
    background: inherit;
    border-bottom: 1px solid #0165C6;
    width: 80px;
    font-size: 36px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
 .form-control:focus{
	     border: 1px solid #ced4da;
 } 
 .form-control{
     font-size: 1.01rem;	 
 }   
/* NEW style Login - end */
.section-search .input-group-text, .section-search .form-control {
  background: #ffffff;
  border: none;
  outline: none; }
  .section-search .input-group-text:focus, .section-search .form-control:focus {
    box-shadow: none; }
  .section-search .input-group-text::placeholder, .section-search .form-control::placeholder {
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 16px;
    color: #CDCDCD; }

.section-signUp {
  background: linear-gradient(to right, #ffffff 50.05%, #ffffff 50.05%); }
  .section-signUp h2 {
    font-family: 'Amiri', serif;
    font-size: 36px;
    line-height: 57px;
    margin-top: 56px;
    margin-bottom: 32px;
    color: #3D3D3D; }
  .section-signUp p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #3D3D3D; }
  .section-signUp button, .section-signUp a {
    width: 100%;
    border: 1px solid #0165C6;
    margin-top: 8px;
    margin-bottom: 56px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0165C6;
    transition: 0.4s ease-in-out; }
    .section-signUp button:hover, .section-signUp a:hover {
      color: #ffffff;
      background: #0165C6; }
  .section-signUp .signUp-left {
	  border-right: 1px solid #eee;

   /* background: url("../img/libra1.png") right no-repeat; */}
  .section-signUp .signUp-right {
   /* background: url("../img/libra2.png") left no-repeat; */
}
    .section-signUp .signUp-right h2, .section-signUp .signUp-right p {
      color: #3D3D3D; }

.body-rtl .section-signUp {
  background: linear-gradient(to right, #ffffff 50.05%, #ffffff 50.05%); }
.body-rtl .signUp-left {
  text-align: right !important;
  border: none;

  /*background: url("../img/libra1.1.png") left no-repeat;*/ }
.body-rtl .signUp-right {
  text-align: left !important;
  border-right: 1px solid #eee;

  /*background: url("../img/libra2.1.png") right no-repeat; */}
  .body-rtl .signUp-right h2, .body-rtl .signUp-right p {
    color: #3D3D3D;
    text-align: right !important; }

.section-lawyerDetail .section-rating, .section-userProfile .section-rating {
  background: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px; }
  .section-lawyerDetail .section-rating h3, .section-userProfile .section-rating h3 {
    font-family: 'HelveticaNeueCyr';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 9px; }
  .section-lawyerDetail .section-rating .rating-icon, .section-userProfile .section-rating .rating-icon {
    display: flex;
    justify-content: center; }
    .section-lawyerDetail .section-rating .rating-icon img, .section-userProfile .section-rating .rating-icon img {
      width: 16px;
      margin-right: 4px; }
.section-lawyerDetail .section-lawyerInfo .card-information .card-body h3, .section-userProfile .section-lawyerInfo .card-information .card-body h3 {
  font-family: 'HelveticaBold';
  font-size: 24px;
  line-height: 28px; }
.section-lawyerDetail .section-lawyerInfo .card-information .card-body img, .section-userProfile .section-lawyerInfo .card-information .card-body img {
  width: 16px; }
.section-lawyerDetail .section-lawyerInfo .card-information .card-body .card-experience, .section-userProfile .section-lawyerInfo .card-information .card-body .card-experience {
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  line-height: 19px; }
  .section-lawyerDetail .section-lawyerInfo .card-information .card-body .card-experience .badge, .section-userProfile .section-lawyerInfo .card-information .card-body .card-experience .badge {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #0165C6;
    color: #ffffff;
    border-radius: 50%;
    font-size: 8px;
    line-height: 12px;
    font-family: 'HelveticaBold'; }
.section-lawyerDetail .section-lawyerInfo .card-information .card-body p, .section-userProfile .section-lawyerInfo .card-information .card-body p {
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  line-height: 16px; }
.section-lawyerDetail .section-lawyerInfo .card-information .card-body button, .section-lawyerDetail .section-lawyerInfo .card-information .card-body a, .section-userProfile .section-lawyerInfo .card-information .card-body button, .section-userProfile .section-lawyerInfo .card-information .card-body a {
  width: 100%;
  border: 1px solid #0165C6;
  margin-top: 8px;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0165C6;
  transition: 0.4s ease-in-out; }
  .section-lawyerDetail .section-lawyerInfo .card-information .card-body button:focus, .section-lawyerDetail .section-lawyerInfo .card-information .card-body a:focus, .section-userProfile .section-lawyerInfo .card-information .card-body button:focus, .section-userProfile .section-lawyerInfo .card-information .card-body a:focus {
    box-shadow: none; }
  .section-lawyerDetail .section-lawyerInfo .card-information .card-body button:hover, .section-lawyerDetail .section-lawyerInfo .card-information .card-body a:hover, .section-userProfile .section-lawyerInfo .card-information .card-body button:hover, .section-userProfile .section-lawyerInfo .card-information .card-body a:hover {
    color: #ffffff;
    background: #0165C6; }
.section-lawyerDetail .card-specialization h4, .section-userProfile .card-specialization h4 {
  font-family: 'HelveticaBold';
  font-size: 14px;
  line-height: 19px; }
.section-lawyerDetail .card-specialization .badge, .section-userProfile .card-specialization .badge {
  font-family: 'Helveticaneuecyr-light';
  font-size: 12px;
  line-height: 17px;
  background: #F4F6F9;
  color: #212529; }
  .section-lawyerDetail .card-specialization .badge:hover, .section-userProfile .card-specialization .badge:hover{
	background: #dcdde0;
  }
.section-lawyerDetail .card-review, .section-userProfile .card-review {
 }
  .section-lawyerDetail .card-review .card-title, .section-userProfile .card-review .card-title {
    padding-top: 24px;
    padding-bottom: 16px; }
    .section-lawyerDetail .card-review .card-title h3, .section-userProfile .card-review .card-title h3 {
      font-family: 'HelveticaNeueCyr';
      font-size: 18px;
      line-height: 21px;
      text-align: center; }
  .section-lawyerDetail .card-review .form-review label, .section-userProfile .card-review .form-review label {
    font-family: 'HelveticaNeueCyr';
    font-size: 14px;
    line-height: 19px; }
  .section-lawyerDetail .card-review .form-review .form-control, .section-userProfile .card-review .form-review .form-control {
    background: #FFFFFF;
    border: 1px solid #E0E7F0;
    outline: none;
    box-shadow: none;
    margin-bottom: 16px; }
    .section-lawyerDetail .card-review .form-review .form-control:focus, .section-userProfile .card-review .form-review .form-control:focus {
      box-shadow: none; }
    .section-lawyerDetail .card-review .form-review .form-control::placeholder, .section-userProfile .card-review .form-review .form-control::placeholder {
      font-family: 'HelveticaNeueCyr';
      font-size: 14px;
      line-height: 19px;
      color: #B5B5B5; }
  .section-lawyerDetail .card-review .form-review .health-recomendation, .section-userProfile .card-review .form-review .health-recomendation {
    font-family: 'HelveticaNeueCyr';
    font-size: 14px;
    line-height: 19px; }
  .section-lawyerDetail .card-review .form-review button, .section-userProfile .card-review .form-review button {
    border: 1px solid #0165C6;
    color: #0165C6;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 24px;
    transition: 0.4s ease-in-out; }
    .section-lawyerDetail .card-review .form-review button:hover, .section-userProfile .card-review .form-review button:hover {
      background: #0165C6;
      color: #ffffff; }
.section-lawyerDetail .section-detail, .section-userProfile .section-detail {
  background: #ffffff;
  padding-top: 24px; }
  .section-lawyerDetail .section-detail .nav, .section-userProfile .section-detail .nav {
    border: none; }
    .section-lawyerDetail .section-detail .nav a, .section-userProfile .section-detail .nav a {
      width: 25%;
      text-align: center;
      border: none;
      border-right: 2px solid #F4F6F9;
      border-radius: 0;
      font-size: 16px;
      line-height: 18px;
      color: #C1C1C1;
      font-family: 'HelveticaNeueCyr'; }
      .section-lawyerDetail .section-detail .nav a.active, .section-userProfile .section-detail .nav a.active {
        font-family: 'HelveticaBold';
        font-size: 18px;
        line-height: 21px;
        color: #3D3D3D; }
    .section-lawyerDetail .section-detail .nav a:last-child, .section-userProfile .section-detail .nav a:last-child {
      border: none; }
  .section-lawyerDetail .section-detail .tab-content, .section-userProfile .section-detail .tab-content {
    padding: 19px 35px 0;
    position: relative; }
    .section-lawyerDetail .section-detail .tab-content .tab-pane-line, .section-userProfile .section-detail .tab-content .tab-pane-line {
      position: relative;
      padding-left: 24px;
      padding-right: 24px; }
      .section-lawyerDetail .section-detail .tab-content .tab-pane-line::before, .section-userProfile .section-detail .tab-content .tab-pane-line::before {
        position: absolute;
        top: 7px;
        left: 0;
        content: '';
        width: 2px;
        height: 96%;
        background: #F4F6F9; }
    .section-lawyerDetail .section-detail .tab-content h3, .section-userProfile .section-detail .tab-content h3 {
      font-family: 'HelveticaBold';
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 8px;
      position: relative; }
      .section-lawyerDetail .section-detail .tab-content h3::before, .section-userProfile .section-detail .tab-content h3::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #0165C6;
        position: absolute;
        border-radius: 50%;
        top: 7px;
        left: -27px; }
    .section-lawyerDetail .section-detail .tab-content p, .section-userProfile .section-detail .tab-content p {
      font-family: 'HelveticaNeueCyr';
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 8px; }
    .section-lawyerDetail .section-detail .tab-content h4, .section-userProfile .section-detail .tab-content h4 {
      font-family: 'HelveticaBold';
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 8px; }
    .section-lawyerDetail .section-detail .tab-content h5, .section-userProfile .section-detail .tab-content h5 {
      font-family: 'HelveticaBold';
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 8px; }
    .section-lawyerDetail .section-detail .tab-content ul, .section-userProfile .section-detail .tab-content ul {
      list-style: none; }
      .section-lawyerDetail .section-detail .tab-content ul li, .section-userProfile .section-detail .tab-content ul li {
        font-family: 'HelveticaNeueCyr';
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        position: relative;
        padding-left: 24px; }
        .section-lawyerDetail .section-detail .tab-content ul li::before, .section-userProfile .section-detail .tab-content ul li::before {
          content: '';
          position: absolute;
          height: 2px;
          width: 16px;
          background: #F4F6F9;
          top: 50%;
          left: 0; }
    .section-lawyerDetail .section-detail .tab-content .orange-line, .section-userProfile .section-detail .tab-content .orange-line {
      position: relative; }
      .section-lawyerDetail .section-detail .tab-content .orange-line::before, .section-userProfile .section-detail .tab-content .orange-line::before {
        content: '';
        position: absolute;
        width: 11px;
        height: 2px;
        background: #0165C6;
        top: 56%;
        left: -22px; }
      .section-lawyerDetail .section-detail .tab-content .orange-line::after, .section-userProfile .section-detail .tab-content .orange-line::after {
        content: '';
        width: 4px;
        height: 4px;
        background: #0165C6;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: -25px; }
    .section-lawyerDetail .section-detail .tab-content .tab-review, .section-userProfile .section-detail .tab-content .tab-review {
      padding-top: 16px; }
      .section-lawyerDetail .section-detail .tab-content .tab-review h2, .section-userProfile .section-detail .tab-content .tab-review h2 {
        font-family: 'HelveticaBold';
        font-size: 18px;
        line-height: 21px; }
      .section-lawyerDetail .section-detail .tab-content .tab-review span, .section-userProfile .section-detail .tab-content .tab-review span {
        font-family: 'Helveticaneuecyr-light';
        font-size: 12px;
        line-height: 14px;
        color: #929292;
        padding-top: 8px; }
      .section-lawyerDetail .section-detail .tab-content .tab-review img, .section-userProfile .section-detail .tab-content .tab-review img {
        width: 16px;
        height: 16px; }
      .section-lawyerDetail .section-detail .tab-content .tab-review p, .section-userProfile .section-detail .tab-content .tab-review p {
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light';
        padding-bottom: 16px;
        padding-top: 8px;
        border-bottom: 2px solid #F4F6F9; }

.section-userProfile .section-rating {
  background: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px; }
  .section-userProfile .section-rating h3 {
    font-family: 'HelveticaNeueCyr';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 9px; }
  .section-userProfile .section-rating .rating-icon {
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-userProfile .section-rating .rating-icon img {
      width: 16px;
      margin-right: 4px; }
.section-userProfile .section-queries {
  background: #ffffff;
  padding: 16px; }
  .section-userProfile .section-queries h3 {
    font-size: 16px;
    line-height: 19px; }
  .section-userProfile .section-queries p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 10px;
    line-height: 12px;
    color: #ADADAD; }
  .section-userProfile .section-queries ul {
    margin-top: 8px;
    list-style: none; }
    .section-userProfile .section-queries ul li {
      padding-bottom: 8px;
      position: relative;
      padding-left: 24px; }
      .section-userProfile .section-queries ul li div:nth-child(1) {
        font-family: 'Helveticaneuecyr-light';
        font-size: 12px;
        line-height: 14px; }
      .section-userProfile .section-queries ul li div:nth-child(2) {
        color: #7C7C7C;
        font-size: 8px;
        line-height: 11px;
        font-family: 'Helveticaneuecyr-light'; }
      .section-userProfile .section-queries ul li::before {
        content: '';
        position: absolute;
        height: 2px;
        width: 16px;
        background: #F4F6F9;
        top: 30%;
        left: 0; }
.section-userProfile .section-alert {
  background: #ffffff;
  padding: 16px 35px; }
  .section-userProfile .section-alert h4 {
    font-size: 16px;
    line-height: 19px; }
  .section-userProfile .section-alert p {
    font-family: 'Helveticaneuecyr-light';
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px; }
  .section-userProfile .section-alert .badge {
    color: #0165C6;
    font-size: 10px;
    line-height: 12px;
    font-family: 'Helveticaneuecyr-light';
    vertical-align: super;
    border: 1px solid #0165C6; }
  .section-userProfile .section-alert h3 {
    font-size: 18px;
    line-height: 21px; }
  .section-userProfile .section-alert .alert-time {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Helveticaneuecyr-light';
    color: #929292; }
  .section-userProfile .section-alert .alert-message {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Helveticaneuecyr-light';
    margin-top: 8px;
    padding-bottom: 16px;
    border-bottom: 2px solid #F4F6F9; }
.section-userProfile .row-background {
  background: #ffffff;
  padding: 16px; 
  width: 100%;}
.section-userProfile .section-queriesDesktop {
  width: 100%;
  padding: 16px;
  background: #ffffff;     /*height: calc(50vh);*/}
  .section-userProfile .section-queriesDesktop h3 {
    font-size: 18px;
    line-height: 21px; }
  .section-userProfile .section-queriesDesktop p {
    font-size: 14px;
    line-height: 19px;
    color: #ADADAD; }
  .section-userProfile .section-queriesDesktop ul {
    margin-top: 8px;
    list-style: none; }
    .section-userProfile .section-queriesDesktop ul li {
      padding-bottom: 8px;
      position: relative;
      padding-left: 24px; }
      .section-userProfile .section-queriesDesktop ul li div:nth-child(1) {
        font-family: 'Helveticaneuecyr-light';
        font-size: 14px;
        line-height: 16px; }
      .section-userProfile .section-queriesDesktop ul li div:nth-child(2) {
        color: #7C7C7C;
        font-size: 8px;
        line-height: 11px;
        font-family: 'Helveticaneuecyr-light'; }
      .section-userProfile .section-queriesDesktop ul li::before {
        content: '';
        position: absolute;
        height: 2px;
        width: 16px;
        background: #F4F6F9;
        top: 30%;
        left: 0; }

.body-rtl .section-lawyerDetail .section-rating .rating-icon img, .body-rtl .section-userProfile .section-rating .rating-icon img {
  margin-right: 0;
  margin-left: 4px; }
.body-rtl .section-lawyerDetail .card-review .form-review .form-row, .body-rtl .section-userProfile .card-review .form-review .form-row {
  text-align: right; }
.body-rtl .section-lawyerDetail .section-detail .nav a, .body-rtl .section-userProfile .section-detail .nav a {
  border-right: none;
  border-left: 2px solid #e5e5e5; }
  .body-rtl .section-lawyerDetail .section-detail .nav a:last-child, .body-rtl .section-userProfile .section-detail .nav a:last-child {
    border: none; }
.body-rtl .section-lawyerDetail .section-detail .tab-content .tab-pane-line::before, .body-rtl .section-userProfile .section-detail .tab-content .tab-pane-line::before {
  right: 0; }
.body-rtl .section-lawyerDetail .section-detail .tab-content h3, .body-rtl .section-userProfile .section-detail .tab-content h3 {
  text-align: right; }
  .body-rtl .section-lawyerDetail .section-detail .tab-content h3::before, .body-rtl .section-userProfile .section-detail .tab-content h3::before {
    right: -27px; }
.body-rtl .section-lawyerDetail .section-detail .tab-content p, .body-rtl .section-lawyerDetail .section-detail .tab-content h4, .body-rtl .section-lawyerDetail .section-detail .tab-content h5, .body-rtl .section-userProfile .section-detail .tab-content p, .body-rtl .section-userProfile .section-detail .tab-content h4, .body-rtl .section-userProfile .section-detail .tab-content h5 {
  text-align: right; }
.body-rtl .section-lawyerDetail .section-detail .tab-content ul, .body-rtl .section-userProfile .section-detail .tab-content ul {
  text-align: right; }
  .body-rtl .section-lawyerDetail .section-detail .tab-content ul li, .body-rtl .section-userProfile .section-detail .tab-content ul li {
    padding-left: 0;
    padding-right: 24px; }
    .body-rtl .section-lawyerDetail .section-detail .tab-content ul li::before, .body-rtl .section-userProfile .section-detail .tab-content ul li::before {
      right: 0; }
.body-rtl .section-lawyerDetail .section-detail .tab-content .orange-line::before, .body-rtl .section-userProfile .section-detail .tab-content .orange-line::before {
  right: -22px; }
.body-rtl .section-lawyerDetail .section-detail .tab-content .orange-line::after, .body-rtl .section-userProfile .section-detail .tab-content .orange-line::after {
  right: -25px; }
.body-rtl .section-lawyerDetail .section-detail .tab-content .tab-review span, .body-rtl .section-userProfile .section-detail .tab-content .tab-review span {
  text-align: right;
  display: block; }
.body-rtl .section-userProfile .section-alert {
  text-align: right; }
.body-rtl .section-userProfile .section-queriesDesktop, .body-rtl .section-userProfile .section-queries {
  text-align: right; }
  .body-rtl .section-userProfile .section-queriesDesktop .user-queries ul, .body-rtl .section-userProfile .section-queries .user-queries ul {
    text-align: right; }
    .body-rtl .section-userProfile .section-queriesDesktop .user-queries ul li, .body-rtl .section-userProfile .section-queries .user-queries ul li {
      padding-left: 0;
      padding-right: 24px; }
      .body-rtl .section-userProfile .section-queriesDesktop .user-queries ul li::before, .body-rtl .section-userProfile .section-queries .user-queries ul li::before {
        right: 0;
        left: auto; }

.rising-star input {
  display: none; }
  .rising-star input:checked ~ label {
    color: #FFE600; }
  .rising-star input:hover ~ label {
    color: #FFE600; }
.rising-star label {
  color: #3D3D3D; }
  .rising-star label::before {
    content: "\f005";
    /* Star */
    margin: 2px;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block; }

.star-rating input {
  display: none; }
  .star-rating input:checked ~ label {
    color: #FFE600; }
.star-rating label {
  color: #3D3D3D; }
  .star-rating label::before {
    content: "\f005";
    /* Star */
    margin: 2px;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block; }

.navbar-light .nav-item .tooltipMenu{
color: #fff;
    font-size: 10px;
    position: absolute;
    margin-top: -4px;
    display: none; 
    width: 100%;
    text-align: center;	
}
.navbar-light .nav-item:hover .tooltipMenu{
	display: block;
}     
.tabBtn{
	-webkit-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -moz-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -ms-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    -o-transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    transition: all 700ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    border-radius: 0;
    color: #dfe1e2;
    background: #F8FAFF;
    border: 1px solid #dfe1e2;
    padding: 8px 48px;
    margin: 15px 0px 0px;	
    min-width: 175px;
	}
	.tabBtn:hover{
	    color: #0165C6;
	    background: #F8FAFF;
	    border: 1px solid #0165C6;	
	}
.tabBtn.active{
    color: #0165C6;
    background: #F8FAFF;
    border: 1px solid #0165C6;
}
.section-chat {
  background: #F4F6F9;
/*   margin-bottom: 86px;  */}
  .section-chat .chat-container {
    overflow: hidden; }
    .section-chat .chat-container .inbox-people {
	    height: calc(100vh - 69px);
	    overflow-y: auto;
	    background: #fff;}
		.section-chatMob .inbox-peopleMob .nav-tabs,
		.section-chat .chat-container .inbox-people .nav-tabs{
		    display: flex;
		    flex-direction: row;
		    justify-content: space-around;
		    border: 0px;
			} 
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-link.active, 
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-item.show .nav-link,
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-item.show .nav-link:hover,
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-link,
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-link:hover,
		.section-chat .chat-container .inbox-people .nav-tabs .nav-link.active, 
		.section-chat .chat-container .inbox-people .nav-tabs .nav-item.show .nav-link,
		.section-chat .chat-container .inbox-people .nav-tabs .nav-item.show .nav-link:hover,
		.section-chat .chat-container .inbox-people .nav-tabs .nav-link,
		.section-chat .chat-container .inbox-people .nav-tabs .nav-link:hover{
			background: transparent;
			border: none;
			margin: 15px 20px;
		}
		.section-chat .chat-container .inbox-people .people-item .timeLastMessage{
			position: absolute;
		    right: 15px;
		    font-size: 10px;
		    top: 0px;
		    color: #888;			
		}
		.body-rtl .section-chat .chat-container .inbox-people .people-item .timeLastMessage{
			left: 15px;
			right: unset;
		}
		.section-chatMob .inbox-peopleMob .nav-tabs .nav-link.active,
		.section-chat .chat-container .inbox-people .nav-tabs .nav-link.active{
			color: #0065c6;
			border-bottom: 1px solid;
		}     
      .section-chat .chat-container .inbox-people .people-item {
        transition: 0.4s ease-in-out;
        cursor: pointer; }
        .section-chat .chat-container .inbox-people .people-item img {
          width: 70px;
          height: 70px;
          object-fit: cover;
          border-radius: 50%; }
        .section-chat .chat-container .inbox-people .people-item .name-user {
          font-size: 14px;
          line-height: 17px; }
        .section-chat .chat-container .inbox-people .people-item .comment-user {
          /*font-family: 'Helveticaneuecyr-light';*/
			color: #aaa;
			font-size: 12px;
			line-height: 15px;
			text-overflow: ellipsis;
			overflow: hidden;
			max-height: 45px;
			white-space: nowrap;}
        .section-chat .chat-container .inbox-people .people-item:hover {
          background: #E3E8F0; }
      .section-chat .chat-container .inbox-people .active_chat {
        background: #E3E8F0; }
    .section-chat .chat-container .messaging {
      border: 1px solid #E3E8F0;
      background: #ffffff;
      padding: 8px 0 0; }
      .section-chat .chat-container .messaging .active-user {
        padding-bottom: 8px;
        border-bottom: 1px solid #E3E8F0; }
        .section-chat .chat-container .messaging .active-user .active-user-photo img {
          width: 30px;
          height: 30px;
          object-fit: cover;
          border-radius: 50%; }
        .section-chat .chat-container .messaging .active-user .user-name {
          font-size: 12px;
          line-height: 15px; }
        .section-chat .chat-container .messaging .active-user .user-write {
          font-family: 'Helveticaneuecyr-light';
          font-size: 10px;
          line-height: 12px;
          color: #A4AFC0; }
        .section-chat .chat-container .messaging .active-user .modal-deal-button {
          color: #FFFFFF;;
          cursor: pointer;
          font-size: 12px;
          line-height: 30px; 
          text-align: center;
		  border: 1px solid;
		  background: #0165C6}
		 .section-chat .chat-container .messaging .active-user .modal-deal-button:hover{
			 transition:0.3s ease;
			 color: #0165C6;
			 background: #FFFFFF;
		 } 
		.section-chat .messaging .type-msg .document .input-file,
        .section-chat .chat-container .messaging .active-user .document .input-file {
position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    opacity: 0;
    cursor: pointer;}
input[type='file']{
    cursor: pointer;
}	
::-webkit-file-upload-button {
    cursor:pointer;
}
.section-chatMob #msg-history{
	height: calc(100vh - 224px);
	overflow: scroll;
}
		.section-chat .messaging .type-msg .document .input-file:hover,
        .section-chat .chat-container .messaging .active-user .document .input-file:hover{
			cursor: pointer !important;
		}	
		  .section-chat .messaging .type-msg .document img,
        .section-chat .chat-container .messaging .active-user .document img {
width: 30px;
    cursor: pointer;
    margin-top: 10px;}
      .section-chat .chat-container .messaging .msg-history {
        height: calc(100vh - 208px);
        overflow-y: scroll;
        padding: 38px 32px 32px;
        display: flex;
        flex-direction: column; }
        .section-chat .chat-container .messaging .msg-history .outgoing_msg, .section-chat .chat-container .messaging .msg-history .incoming_msg {
          border-radius: 30px;
          position: relative;
          display: flex;
          width: max-content;
          align-self: flex-end; 
          margin-bottom: 30px;}
          .section-chat .chat-container .messaging .msg-history .outgoing_msg .msg, .section-chat .chat-container .messaging .msg-history .incoming_msg .msg {
            font-size: 14px;
            line-height: 17px; 
			min-width: 85px;}
          .section-chat .chat-container .messaging .msg-history .outgoing_msg .time, .section-chat .chat-container .messaging .msg-history .incoming_msg .time {
            position: absolute;
            bottom: 0;
            right: 45px;
            font-size: 10px;
            line-height: 12px;
            color: #8698B1; }
        .section-chat .chat-container .messaging .msg-history .incoming_msg {
          align-self: flex-start; }
        .section-chat .chat-container .messaging .msg-history .incoming_msg {
          background: #BDC6D3;
          text-align: left;
          padding-right: 18px; }
          .section-chat .chat-container .messaging .msg-history .incoming_msg:before {
            position: absolute;
            left: -5px;
            bottom: -20px;
            transform: rotate(35deg);
            content: '';
            border: 10px solid transparent;
            border-top: 20px solid #BDC6D3; }
        .section-chat .chat-container .messaging .msg-history .outgoing_msg {
          background: #E3E8F0; }
          .section-chat .chat-container .messaging .msg-history .outgoing_msg:before {
            position: absolute;
            right: -5px;
            bottom: -20px;
            transform: rotate(-35deg);
            content: '';
            border: 10px solid transparent;
            border-top: 20px solid #E3E8F0; }
        .section-chat .chat-container .messaging .msg-history .msg .image img {
          max-height: 100px;
          object-fit: contain;
          border-radius: 8px; }
      .section-chat .chat-container .messaging .agree, .section-chat .chat-container .messaging .disagree, .section-chat .chat-container .messaging .awaitDeal, .section-chat .chat-container .messaging .rejected, .section-chat .chat-container .messaging .confirmed {
        max-height: 40% !important;
        }
      .section-chat .chat-container .messaging .makeDeal {
        border: 1px solid #0165C6;
        margin: 0 auto;
        padding-bottom: 24px;
        /*max-height: 50%;*/
        position: relative; }
        .section-chat .chat-container .messaging .makeDeal h3 {
          font-size: 18px;
          line-height: 25px;
          padding-top: 24px;
          text-align: center;
          padding-bottom: 12px; }
        .section-chat .chat-container .messaging .makeDeal .close{
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    margin: 5px;
		    cursor: pointer;	        
        }
		.section-chat .chat-container .messaging .makeDeal .row{
			justify-content: center;
		}        
         .body-rtl .section-chat .chat-container .messaging .makeDeal .close{
		    left: 0px;
		    right: unset;	        
        }       
        .section-chat .chat-container .messaging .makeDeal p {
          font-size: 14px;
          line-height: 19px;
          font-family: 'Helveticaneuecyr-light';
          margin-top: 24px; }
        .section-chat .chat-container .messaging .makeDeal label, .section-chat .chat-container .messaging .makeDeal h4 {
          font-size: 14px;
          line-height: 19px; }
        .section-chat .chat-container .messaging .makeDeal .dropdown {
          outline: none;
          background: none;
          border: none; }
          .section-chat .chat-container .messaging .makeDeal .dropdown .dropdown-item:hover, .section-chat .chat-container .messaging .makeDeal .dropdown .dropdown-item:focus, .section-chat .chat-container .messaging .makeDeal .dropdown .dropdown-item:active {
            background-color: #0165C6;
            color: #ffffff; }
          .section-chat .chat-container .messaging .makeDeal .dropdown:focus {
            outline: none !important;
            box-shadow: none;
            border: none; }
        .section-chat .chat-container .messaging .makeDeal .form-control {
          width: 100%;
          outline: none;
          border: 1px solid #e3e8f0; }
          .section-chat .chat-container .messaging .makeDeal .form-control:focus {
            outline: none !important;
            box-shadow: none;
             }
          .section-chat .chat-container .messaging .makeDeal .form-control::placeholder {
            font-family: 'Helveticaneuecyr-light';
            font-size: 16px;
            line-height: 18px;
            color: #B5B5B5; }
        .section-chat .chat-container .messaging .makeDeal .btn-light {
          font-family: 'Helveticaneuecyr-light';
          color: #3D3D3D;
          font-size: 16px;
          line-height: 23px;
          padding: 7px;
          background: #ffffff;
          border-color: #F4F6F9;
          background-color: #ffffff; }
          .section-chat .chat-container .messaging .makeDeal .btn-light:focus {
            outline: none !important;
            box-shadow: none;
            border: none; }
          .section-chat .chat-container .messaging .makeDeal .btn-light:active {
            color: #3D3D3D !important;
            border-color: #ffffff;
            background-color: #ffffff; }
		.section-chatMob .messaging .msg-history .makeDealMob input.dealLawyerBtn,
        .section-chat .chat-container .messaging .makeDeal button,
		.section-chat .chat-container .messaging .makeDeal input.dealLawyerBtn {
          font-size: 18px;
          line-height: 22px;
          color: #ffffff;
          background: #0165C6;
          border: 1px solid #0165C6;
          margin-top: 24px; }
          .section-chat .chat-container .messaging .makeDeal button:hover,
          .section-chat .chat-container .messaging .makeDeal input.dealLawyerBtn:hover {
            color: #0165C6;
            background: #ffffff;
            border: 1px solid #0165C6; }
        .section-chatMob .messaging .msg-history .makeDealMob button.disagreeBtn,    
        .section-chat .chat-container .messaging .makeDeal button.disagreeBtn{
			background: #DF5353;
			border: 1px solid #DF5353;	        
        } 
        .section-chat .chat-container .messaging .makeDeal button.disagreeBtn:hover{
            color: #DF5353;
            background: #ffffff;	        
        }           
    .section-chat .chat-container .type-msg {
      background: #E3E8F0;
          padding: 16px 48px 16px 24px; }
      .section-chat .chat-container .type-msg textarea {
        font-size: 14px;
        line-height: 17px;
        padding: 9px 16px;
        border-radius: 10px;
        resize: none; }
      .section-chat .chat-container .type-msg button {
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        background: #0165C6; }
      .section-chat .chat-container .type-msg .h-90 {
        height: 90%; }

.section-chatMob .mob-msg {
  display: none; }
.section-chatMob .inbox-peopleMob {
  padding: 8px; 
  margin-bottom: 30px;}
  .section-chatMob .inbox-peopleMob .border-bottom {
    border-color: #ffffff; }
  .section-chatMob .inbox-peopleMob img {
    width: 69px;
    height: 69px;
    object-fit: cover;
    border-radius: 50%; }
  .section-chatMob .inbox-peopleMob h3 {
    font-size: 14px;
    line-height: 17px; }
  .section-chatMob .inbox-peopleMob p {
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    font-family: 'Helveticaneuecyr-light';
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px; }
  .section-chatMob .inbox-peopleMob .time {
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    font-family: 'Helveticaneuecyr-light'; }
.section-chatMob .container-background {
  background: #ffffff; 
  position: relative;}
.section-chatMob .messaging {
  background: #ffffff; }
  .section-chatMob .messaging img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%; }
  .section-chatMob .messaging .msg-history img {
    max-height: 50px;
    object-fit: cover;
    border-radius: 4px; }	
    .section-chatMob .messaging .emptyChat img{
	    width: auto;
	    height: auto;
    }
  .section-chatMob .messaging .name {
    font-size: 14px;
    line-height: 17px; }
  .section-chatMob .messaging .write {
    font-size: 10px;
    line-height: 12px;
    color: #A4AFC0;
    font-family: 'Helveticaneuecyr-light'; }
  .section-chatMob .messaging .modal-deal-button {
    font-size: 12px;
    line-height: 15px;
    color: #0165C6; }
  .section-chatMob .messaging .msg-history {
    background: #F4F6F9; }
    .section-chatMob .messaging .msg-history .msg-history-scroll {
      overflow-y: auto;
}
    .section-chatMob .messaging .msg-history .outgoing_msgMob, .section-chatMob .messaging .msg-history .incoming_msgMob {
      border-radius: 8px;
      margin: 10px 0; }
      .section-chatMob .messaging .msg-history .outgoing_msgMob .text, .section-chatMob .messaging .msg-history .incoming_msgMob .text {
        background: #ffffff;
        border-radius: 8px;
        padding-top: 11px; }
        .section-chatMob .messaging .msg-history .outgoing_msgMob .text .msg, .section-chatMob .messaging .msg-history .incoming_msgMob .text .msg {
          font-size: 12px;
          line-height: 15px;
          color: #153055; }
          .section-chatMob .messaging .msg-history .outgoing_msgMob .text .msg .fileMob, .section-chatMob .messaging .msg-history .incoming_msgMob .text .msg .fileMob {
            color: #0165C6;
            cursor: pointer; }
            .section-chatMob .messaging .msg-history .outgoing_msgMob .text .msg .fileMob img, .section-chatMob .messaging .msg-history .incoming_msgMob .text .msg .fileMob img {
              width: 12px;
              height: 16px;
              border-radius: 0; }
          .section-chatMob .messaging .msg-history .outgoing_msgMob .text .msg .imageMob img, .section-chatMob .messaging .msg-history .incoming_msgMob .text .msg .imageMob img {
            max-height: 50px;
            object-fit: cover;
            border-radius: 4px; }
        .section-chatMob .messaging .msg-history .outgoing_msgMob .text .time, .section-chatMob .messaging .msg-history .incoming_msgMob .text .time {
          font-size: 8px;
          line-height: 10px;
          color: #6985AB;
          text-align: right; }
    .section-chatMob .messaging .msg-history .agree, .section-chatMob .messaging .msg-history .disagree {
      display: none; }
    .section-chatMob .messaging .msg-history .makeDealMob {
      border: 1px solid #0165C6;
      background: #ffffff;
      margin: 0 auto;
      padding-bottom: 24px; }
      .section-chatMob .messaging .msg-history .makeDealMob h3 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 24px;
        text-align: center;
        padding-bottom: 12px; }
      .section-chatMob .messaging .msg-history .makeDealMob p {
        font-size: 12px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light';
        margin: 5px 0px 10px; }
      .section-chatMob .messaging .msg-history .makeDealMob label, .section-chatMob .messaging .msg-history .makeDealMob h4 {
        font-size: 12px;
        line-height: 16px; 
        font-weight: bolder;}
      .section-chatMob .messaging .msg-history .makeDealMob .dropdown {
        outline: none;
        background: none;
        border: none; }
        .section-chatMob .messaging .msg-history .makeDealMob .dropdown .dropdown-item:hover, .section-chatMob .messaging .msg-history .makeDealMob .dropdown .dropdown-item:focus, .section-chatMob .messaging .msg-history .makeDealMob .dropdown .dropdown-item:active {
          background-color: #0165C6;
          color: #ffffff; }
        .section-chatMob .messaging .msg-history .makeDealMob .dropdown:focus {
          outline: none !important;
          box-shadow: none;
          border: none; }
      .section-chatMob .messaging .msg-history .makeDealMob .form-control {
        width: 100%;
        outline: none;
        border: 1px solid #ffffff; }
        .section-chatMob .messaging .msg-history .makeDealMob .form-control:focus {
          outline: none !important;
          box-shadow: none;
          border: none; }
        .section-chatMob .messaging .msg-history .makeDealMob .form-control::placeholder {
          font-family: 'Helveticaneuecyr-light';
          font-size: 16px;
          line-height: 18px;
          color: #B5B5B5; }
      .section-chatMob .messaging .msg-history .makeDealMob .btn-light {
        font-family: 'Helveticaneuecyr-light';
        color: #3D3D3D;
        font-size: 16px;
        line-height: 23px;
        padding: 7px;
        background: #ffffff;
        border-color: #F4F6F9;
        background-color: #ffffff; }
        .section-chatMob .messaging .msg-history .makeDealMob .btn-light:focus {
          outline: none !important;
          box-shadow: none;
          border: none; }
        .section-chatMob .messaging .msg-history .makeDealMob .btn-light:active {
          color: #3D3D3D !important;
          border-color: #ffffff;
          background-color: #ffffff; }
      .section-chatMob .messaging .msg-history .makeDealMob button {
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        background: #0165C6;
        border: 1px solid #0165C6;
        margin-top: 14px; }
        .section-chatMob .messaging .msg-history .makeDealMob button:hover {
          color: #0165C6;
          background: #ffffff;
          border: 1px solid #0165C6; }
.section-chatMob .type-msg .document .input-file {
  position: absolute;
  top: 0;
  left: 33%;
  width: 18px;
  opacity: 0; }
.section-chatMob .type-msg img {
  height: 20px; }
.section-chatMob .type-msg textarea {
  font-size: 12px;
  line-height: 15px;
  border: none;
  outline: none;
  box-shadow: none;
  resize: none;
  padding: 16px; 
  width: inherit;}
  .section-chatMob .type-msg textarea:focus, .section-chatMob .type-msg textarea:active {
    border: none;
    outline: none;
    box-shadow: none; }
  .section-chatMob .type-msg textarea::placeholder {
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4; }
.section-chatMob .type-msg button {
  font-size: 14px;
  line-height: 17px;
  color: #0165C6; }

.body-rtl .section-chat, .body-rtl .section-chatMob {
  text-align: right; }
  .body-rtl .section-chat .container-fluid, .body-rtl .section-chatMob .container-fluid {
    text-align: right; }
  .body-rtl .section-chat .chat-container .messaging .makeDeal .btn-light .filter-option-inner-inner, .body-rtl .section-chatMob .chat-container .messaging .makeDeal .btn-light .filter-option-inner-inner {
    text-align: right; }
  .body-rtl .section-chat .chat-container .messaging .makeDeal .dropdown-menu ul, .body-rtl .section-chatMob .chat-container .messaging .makeDeal .dropdown-menu ul {
    text-align: right; }
  .body-rtl .section-chat .chat-container .messaging .msg-history .outgoing_msg .time, 
  .body-rtl .section-chatMob .chat-container .messaging .msg-history .outgoing_msg .time{
    left: 40px;
	right: unset;
  }
  .body-rtl .section-chat .chat-container .messaging .msg-history .incoming_msg .time,   
  .body-rtl .section-chatMob .chat-container .messaging .msg-history .incoming_msg .time {
    right: 0px;
	left: unset;
   }
  .section-chat .chat-container .messaging .msg-history .outgoing_msg .time, 
  .section-chatMob .chat-container .messaging .msg-history .outgoing_msg .time{
    right: 40px;
	left: unset;

  }
  .section-chat .chat-container .messaging .msg-history .incoming_msg .time,   
  .section-chatMob .chat-container .messaging .msg-history .incoming_msg .time {
    left: 0px;
	right: unset;	
   }   
   .bootstrap-select>.dropdown-toggle.bs-placeholder{
		background: #F4F6F9;   	   
   }
.bootstrap-select>.dropdown-toggle:after{
	padding: 0px !important;
}
.body-rtl .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	text-align: right;
}   
.body-rtl .section-chatMob .outgoing_msgMob .col-auto .mr-1, .body-rtl .section-chatMob .incoming_msgMob .col-auto .mr-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem; }
.body-rtl .section-chat .chat-container .messaging .msg-history .outgoing_msg:before{
	right: unset;
    transform: rotate(35deg);
	left: -5px;	
}
.body-rtl .section-chat .chat-container .messaging .msg-history .incoming_msg:before{
	right: -5px;
    transform: rotate(-35deg);
	left: unset;
}
.section-404 {
  font-family: 'Helveticaneuecyr';
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #D6D6D6;
  padding-bottom: 30px; }
  .section-404 img {
    margin-bottom: -50px; }
.msg-chatList{
	height: calc(100vh - 70px);
    overflow: scroll;	
}
.spec-list-main{
	transition: 0.4s all;	
	display: flex;
    justify-content: space-between;	
}
.spec-list-main:hover,
.spec-list-main:active,
.spec-list-main:focus{
	transition: 0.4s all;
	color: #0165c6;
	
}
.rotate180{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);	
}
.section-registration .form-review .sub-btn a 
{
    border: 0px;
    background: none;
    color: #666;
    text-align: center;
    width: 100%;
    display: block;	
} 
    .about-card .card-img-top{
	    padding: 25px;
	    max-height: 325px;
    }
    .about-card .card{
	    background: transparent;
	    border: 1px solid rgb(255 255 255);
    }
    form .section-find{
	    background: transparent;
		padding-top: 10px;
    }
    .body-rtl  .about-card .card-img-top{
	    transform: scale(-1, 1);
    }
	
	.cntUnreadMsg{
		position: absolute;
		top: 20px;
		right: 7px;
		font-size: 12px;
		color: #fff;
		background: #1BC018;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		padding: 5px 0px;
		text-align: center;
		margin: 0px 0px 0px 15px;	
	}
	.body-rtl .cntUnreadMsg{
		margin: 0px 15px 0px 0px;
	}
.section-chat .chat-container .inbox-people .people-item .cntUnreadMsg{
	top: 42px;
}	
	.cntPrpsl,
	.cntMsg{
/*
		position: absolute;
		font-size: 12px;
		border-radius: 50px;

		min-width: auto;
		padding: 0px;

		color: #f19074;
		line-height: 17px;
		top: -2px;
		right: -6px;
*/		
	}
	#msgMenuItem{
		position: relative;
	}
	.navbar-light .nav-item{
		position: relative;
	}
	.cntMsgProfile{
    font-size: 12px;
    color: #fff;
    background: #1BC018;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0px 0px 0px 15px;		
	}
	.body-rtl .cntUnreadMsg{
		right: unset;		
		left: 7px;
	}
	.body-rtl .cntMsgProfile{
		right: unset;		
		left: 15px;		
	}
	
	.section-lawyerInfoMob .cntMsg{
		position: relative;
		right: 0px;
		background: #fff;		
		color: #f19074;		
		border: 0px;
		margin-left: 5px;		
	}
	.cntMsg > span{
	
		padding: 0px 5px;
	}
	.dayMessagesBox{
		display: block;
		text-align: center;
		margin: 6px;
		font-size: 12px;
		color: #ccc;
		width: 100%;
	}
	.emptyChat{
		text-align: center;
		color: #e3e8f0;
		font-size: 24px;
		padding: 20% 0px;
		height: calc(100vh - 208px);
	}
	.section-chat .chat-container .messaging .makeDeal .form-control:hover{
		border: 1px solid #0165C6;
		cursor: pointer;
	}	
	.snotifyToast{
		/*box-shadow: 0px 2px 9px -9px #333;*/
		border-radius: 0px !important;
		z-index: 999999;	
		position: relative;		
	}
	.snotify-simple .snotifyToast__title{
		font-size: 16px;
		margin: 9px 0px 5px;		
	}	
	.snotify-simple .snotifyToast__info{
		overflow: hidden;
	}
	.snotify-simple .snotifyToast__body{
		font-size: 14px;
		color: #555 !important;
		overflow: hidden;	
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: initial;		}
	.snotify-simple .snotifyToast__inner{
		border: 1px solid #E3E8F0;
		border-radius: 0px;
		display: flex;
		flex-direction: row;
		justify-content: start;
		padding: 5px 30px 5px 5px; 
		background: #E3E8F0;
	}
	.snotify-simple .snotifyToast__inner:has( > .newDeal){
		border: 1px solid #f9c7b8;
		background: #f1907457;	
	}
	.snotify-simple .snotifyToast__avatar{
		margin: 9px;		
	}
	.snotify-simple .snotifyToast__avatar img{
		width: 45px;
		border-radius: 50%;
	}
	.snotify-simple .snotifyToast__buttons{
		position: absolute;
		z-index: 999999;
		top: 5px;
		right: 5px;
		border: 0px;		
	}
	.snotify-simple .snotifyToast__time{
		font-size: 10px;
		color: #afafaf;
		margin: 10px 0px;
		position: absolute;
		right: 10px;		
	}	
	.snotify-simple .snotifyToast__buttons button:first-child{
		background: transparent;
		color: #bebfc1;
		border: unset;		
		font-size: 12px;		
	}
	.snotify-simple .snotifyToast__buttons button:hover{
		opacity:0.6;
	}
	.section-userProfile{
		min-height: calc(100vh - 422px);
	}
	.body-rtl .snotify-simple .snotifyToast__time{
		left: 10px;		
		right: unset;
		margin: 6px 0px;		
	}
	.body-rtl .snotify-simple .snotifyToast__buttons{
		left: 5px;		
		right: unset;		
	}
	.body-rtl .snotify-simple .snotifyToast__inner{
		padding: 5px 5px 5px 30px;
	}
	.body-rtl .snotifyToast__info {
		text-align: right;
	}
	#uploadAvatar{
    opacity: 0;
    background: #ddd;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0px;
	top: 0px;
    cursor: pointer;	
}
#uploadAvatarImg{
object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.avaContainer{
	position: relative;
    width: 250px;
    height: 250px;	
}
.avaContainer:hover{
	opacity:0.7;
	
}
.forum-note-error{
    text-align: center;
    color: red;
    padding: 10px;
    background: #ffe7e7;
    margin: 10px;	
}
.forum-note-success{

    text-align: center;
    color: #409a4f;
    padding: 10px;
    background: #e7ffec;
    margin: 10px;	
}


		
.section-proposal {
  background: #F8FAFF; }
  .section-proposal .section-proposalButton h3 {
    font-size: 16px;
    line-height: 18px;
    color: #3D3D3D;
    padding-top: 16px; }
  .section-deals .dealsDesktop .table .status .dealLawyerBtn,
  .section-proposal .section-proposalButton a 
  {
    border: 1px solid #0165C6;
    color: #ffffff;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 24px;
    background: #0165C6;
    transition: 0.4s ease-in-out; }
	.section-deals .dealsDesktop .table .status .dealLawyerBtn:hover,
    .section-proposal .section-proposalButton a:hover {
      color: #0165C6;
      background: #ffffff; }

.section-proposal {
  background: #F8FAFF; }
  .section-proposal .section-proposalTabs .nav {
    border: none;
    align-items: center; }
    .section-proposal .section-proposalTabs .nav a {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      text-align: center;
      border: none;
      border-right: 1px solid #C1C1C1;
      border-radius: 0;
      font-size: 10px;
      line-height: 11px;
      color: #C1C1C1;
      font-family: 'HelveticaNeueCyr'; }
      .section-proposal .section-proposalTabs .nav a.active {
        font-family: 'HelveticaBold';
        font-size: 14px;
        line-height: 16px;
        color: #3D3D3D;
        background: transparent; }
    .section-proposal .section-proposalTabs .nav a:last-child {
      border: none; }
  .section-proposalDefault {
    font-size: 24px;
    line-height: 28px;
    color: #D0D0D0;
    font-family: 'Helveticaneuecyr'; }
  .section-proposal .section-proposalTabs .proposal-list {
    background: #F8FAFF;
    padding: 15px; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item {
      background: #ffffff;
      padding: 16px;
      transition: .4s ease-in-out; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-image img {
        width: 65px;
        height: 65px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-title h2 {
        font-size: 18px;
        line-height: 21px;
        color: #3D3D3D;
        font-family: 'Helveticaneuecyr';
        padding-bottom: 8px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-title h4 {
        font-size: 12px;
        line-height: 14px;
        font-family: 'Helveticaneuecyr-light';
        padding-bottom: 8px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name h2 {
        font-size: 16px;
        line-height: 18px;
        font-family: 'Helveticaneuecyr';
        padding: 16px 16px 8px 16px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .proposal-description {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light'; }
        .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .proposal-description p {
          overflow: hidden;
          margin: 0;
          line-height: 200%;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .proposal-description a {
          color: #0165C6;
          padding-bottom: 8px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .document-list {
        padding-top: 8px; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .badge {
        margin-top: 8px;
        font-family: 'Helveticaneuecyr-light';
        font-size: 12px;
        line-height: 17px;
        background: #F4F6F9; }
      .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status {
        border-top: 1px solid #E3E8F0; }
        .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .name {
          font-size: 14px;
          line-height: 16px;
          font-family: 'Helveticaneuecyr-light'; }
        .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .number {
          font-size: 16px;
          line-height: 18px;
          font-family: 'Helveticaneuecyr'; }

.body-rtl .section-proposal h3, .body-rtl .section-proposal h2, .body-rtl .section-proposal h4, .body-rtl .section-proposal p {
  text-align: right; }
.body-rtl .section-proposal .nav a {
  border-right: 0;
  border-left: 1px solid #C1C1C1; }
.body-rtl .section-proposal .badge-container {
  margin-right: .5rem;
  margin-left: 0 !important; }
.checkedOffer{
	border: 1px solid #0165C6 !important;
}
@media (min-width: 768px) {
	.section-about .card:hover{
		box-shadow: none;
	}
  .section-proposal .section-proposalTabs .nav a {
    font-size: 16px;
    line-height: 18px; }
    .section-proposal .section-proposalTabs .nav a.active {
      font-size: 18px;
      line-height: 21px;
      font-family: 'HelveticaBold'; }
  .section-proposalDefault {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 74px;
    color: #C1C1C1; }
    .section-proposalDefault img {
        width: 150px;
		/*padding-bottom: 45px;*/ }

    .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-title h2 {
      font-size: 18px;
      line-height: 22px;
      padding-top: 8px; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name h2 {
      padding: 0 16px 8px 16px; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .proposal-description p {
      -webkit-line-clamp: 4; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .proposal-description a {
      display: block;
      text-align: end;
      padding-bottom: 0; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-name .document-list {
      padding-bottom: 16px; }
    .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status {
      border-top: none;
      border-left: 1px solid #E3E8F0; } }
.section-createProposal {
  background: #F8FAFF; }
  .section-createProposal .help-list {
    background: #ffffff;
    margin: 0; }
    .section-createProposal .help-list .help-item {
      padding: 8px; }
      .section-createProposal .help-list .help-item .number {
        font-size: 36px;
        line-height: 41px;
        color: #F4F6F9;
        font-family: 'Helveticaneuecyr'; }
      .section-createProposal .help-list .help-item .title {
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr'; }
      .section-createProposal .help-list .help-item .description {
        font-size: 10px;
        line-height: 11px;
        font-family: 'Helveticaneuecyr-light'; }
  .section-createProposal .form-edit {
    padding: 16px;
    background: #ffffff; }
    .section-createProposal .form-edit h2 {
      font-size: 18px;
      line-height: 25px;
      font-family: 'HelveticaBold'; }
    .section-createProposal .form-edit .form-premium {
      padding-top: 16px;
      padding-bottom: 16px;
      display: flex;
      align-items: center; }
      .section-createProposal .form-edit .form-premium label {
        margin: 0;
        user-select: none;
        -moz-user-select: none;
        text-transform: none;
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 21px; }
      .section-createProposal .form-edit .form-premium i {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        line-height: 24px;
        background: #F4F6F9; }
      .section-createProposal .form-edit .form-premium span {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-right: 8px; }
      .section-createProposal .form-edit .form-premium input {
        display: none; }
        .section-createProposal .form-edit .form-premium input + span i:first-child {
          display: inline-block;
          background: #F4F6F9; }
        .section-createProposal .form-edit .form-premium input + span i:last-child {
          display: none; }
        .section-createProposal .form-edit .form-premium input:checked + span i:first-child {
          display: none; }
        .section-createProposal .form-edit .form-premium input:checked + span i:last-child {
          display: inline-block; }
          .section-createProposal .form-edit .form-premium input:checked + span i:last-child .orange {
            width: 16px;
            height: 16px;
            background: #0165C6;
            border-radius: 50%; }
    .section-createProposal .form-edit label, .section-createProposal .form-edit h3 {
      font-size: 18px;
      line-height: 21px;
      font-family: 'Helveticaneuecyr';
      padding-bottom: 8px;
      padding-top: 18px;
      display: block; }
    .section-createProposal .form-edit input {
      border: 1px solid #E3E8F0;
      border-radius: 0;
      outline: none;
      box-shadow: none; }
    .section-createProposal .form-edit textarea {
      border: 1px solid #E3E8F0;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      width: 100%;
      padding: 16px;
      resize: none;
      overflow-y: auto; }
    .section-createProposal .form-edit .grey {
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light';
      padding-top: 8px; 
      width: 100%;
      display: block;}
	  .makeDeal .custom-form select.form-control{
		  padding: 0px;
		  padding: 0px;
	  }
    .section-createProposal .form-edit .form-budget .custom-form,
	.makeDeal .custom-form{
      display: flex;
      flex-direction: row; }
      .section-createProposal .form-edit .form-budget .custom-form input {
        width: 70%;
        border-right: none; }
      .section-createProposal .form-edit .form-budget .custom-form select {
        width: 30%;
        border: 1px solid #E3E8F0;
        border-left: none;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        font-size: 16px;
        line-height: 18px;
        color: #C0C0C0;
        font-family: 'Helveticaneuecyr-light'; }
    .section-createProposal .form-edit .profileSpecialisationProposal label + div {
      display: flex;
      flex-direction: row; }
      .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='text'] {
        width: 80%;
        border-right: none; }
      .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='button'] {
        width: 20%;
        background: #ffffff;
        color: #0165C6;
        outline: none;
        box-shadow: none;
        border: 1px solid #0165C6; }
    .section-createProposal .form-edit .form-additionalInformation .document-list {
      margin-top: 24px; }
      .section-createProposal .form-edit .form-additionalInformation .document-list .document-item {
        position: relative; 
    text-align: center;
    font-size: 10px;        }
        .section-createProposal .form-edit .form-additionalInformation .document-list .document-item span {
          position: absolute;
          top: -10px;
          right: 7px;
          border: 1px solid #E3E8F0;
          outline: none;
          box-shadow: none;
          border-radius: 50%;
          background: #ffffff;
          width: 24px;
          height: 24px; 
          cursor: pointer;
          padding-top: 6px;}
    .section-createProposal .form-edit .form-additionalInformation .custom-file-label {
      color: #CDCDCD;
      font-family: 'Helveticaneuecyr-light';
      font-size: 14px;
      line-height: 16px;
      border-radius: 0;
      border: 1px solid #E3E8F0; }
      .section-createProposal .form-edit .form-additionalInformation .custom-file-label::after {
        content: '+';
        background: #ffffff; }
        .section-createProposal .form-edit .form-additionalInformation .custom-file-label::after:focus {
          box-shadow: none; }
    .section-createProposal .form-edit .form-btn {
      padding-top: 16px; }
      .section-createProposal .form-edit .form-btn button {
        background: #0165C6;
        border: 1px solid #0165C6;
        color: #ffffff;
        border-radius: 0;
        width: 100%; }
    .section-createProposal .form-edit .items .badge {
      background: #F4F6F9;
      border-radius: 20px; }
    .section-createProposal .form-edit .items .badge_close {
      cursor: pointer; }

.body-rtl .section-createProposal .form-edit label, .body-rtl .section-createProposal .form-edit h3 {
  text-align: right; }
.body-rtl .section-createProposal .form-edit .form-premium span {
  padding-left: 10px;
  padding-right: 0; }
.body-rtl .section-createProposal .form-edit .profileSpecialisationProposal,
.body-rtl .section-createProposal .form-edit .items,
.body-rtl .section-createProposal .form-edit .document-list {
  direction: rtl; }

@media (min-width: 768px) {
  .section-createProposal .help-list {
    padding-left: 12px;
    padding-right: 12px; }
    .section-createProposal .help-list .help-item {
      background: #ffffff;
      min-height: 200px;
      padding: 24px; }
      .section-createProposal .help-list .help-item .number {
        font-size: 50px; }
      .section-createProposal .help-list .help-item > div {
        background: #C4C4C4;
        height: 100%; }
  .section-createProposal .form-edit .form-projectName {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .section-createProposal .form-edit .form-projectName label {
      width: 25%;
      padding-top: 0; }
    .section-createProposal .form-edit .form-projectName input {
      width: 80%; }
  .section-createProposal .form-edit .form-projectDescription {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap; }
    .section-createProposal .form-edit .form-projectDescription label {
      width: 20%;
      padding-top: 0; }
    .section-createProposal .form-edit .form-projectDescription textarea {
      width: 80%; }
    .section-createProposal .form-edit .form-projectDescription .grey {
      padding-left: 20%; }
  .section-createProposal .form-edit .form-budget {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 24px;
    flex-wrap: wrap; }
    .section-createProposal .form-edit .form-budget label {
      width: 20%;
      padding-top: 0; }
    .section-createProposal .form-edit .form-budget .custom-form {
      width: 30%; }
    .section-createProposal .form-edit .form-budget .grey {
      padding-left: 20%; 
      width: 100%;
    display: block;}
  .section-createProposal .form-edit .profileSpecialisationProposal {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 24px;
    flex-wrap: wrap; }
    .section-createProposal .form-edit .profileSpecialisationProposal label {
      width: 20%;
      padding-top: 0; }
    .section-createProposal .form-edit .profileSpecialisationProposal label + div {
      width: 40%; }
      .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='text'] {
        border-right: 1px solid #E3E8F0; }
      .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='button'] {
        margin-left: 24px;
        transition: .4s ease-in-out; }
        .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='button']:hover {
          background: #0165C6;
          color: #ffffff; }
  .section-createProposal .form-edit .form-actualTime {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .section-createProposal .form-edit .form-actualTime label {
      width: 20%;
      padding-top: 0; }
    .section-createProposal .form-edit .form-actualTime input {
      width: 30%; }
	 .section-createProposal .form-edit .calendar-type{
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-left: 237px;		 
	 }
	 .section-createProposal .form-edit .calendar-type label{
		padding: 0px 15px;
		font-size: 14px;
	 }
	 .section-createProposal .form-edit .calendar-type input{
		 
	 }	 
	 .body-rtl .section-createProposal .form-edit .calendar-type{
		padding-left: 0px; 
		padding-right: 237px; 
	 }
  .section-createProposal .form-edit .form-additionalInformation {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 24px; }
    .section-createProposal .form-edit .form-additionalInformation h3 {
      width: 20%;
      padding-top: 0; }
      .section-createProposal .form-edit .form-additionalInformation h3 span {
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light'; }
    .section-createProposal .form-edit .form-additionalInformation .input-group {
      display: none; }
    .section-createProposal .form-edit .form-additionalInformation .input-drop {
      width: 30%; }
      .section-createProposal .form-edit .form-additionalInformation .input-drop .document-container {
        width: 100%;
        height: 200px;
        border: 1px solid #E3E8F0;
        overflow: hidden; }
        .section-createProposal .form-edit .form-additionalInformation .input-drop .document-container .document-subContainer {
          position: relative;
          width: 100%;
          height: 100%; }
          .section-createProposal .form-edit .form-additionalInformation .input-drop .document-container .document-subContainer img {
            object-fit: cover;
            width: 40%;
            height: 40%;
            position: absolute;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0; }
          .section-createProposal .form-edit .form-additionalInformation .input-drop .document-container .document-subContainer input {
            opacity: 0;
            background: #ddd;
            width: 100%;
            height: 250px;
            position: absolute;
            left: 0;
            top: 0;
            cursor: pointer; }
    .section-createProposal .form-edit .form-additionalInformation .document-list {
      margin-left: 16px; }
      .section-createProposal .form-edit .form-additionalInformation .document-list .document-item {
        position: relative;
            max-width: 100px; }
        .section-createProposal .form-edit .form-additionalInformation .document-list .document-item span {
          position: absolute;
          top: -10px;
          right: 7px;
          border: 1px solid #E3E8F0;
          outline: none;
          box-shadow: none;
          border-radius: 50%;
          background: #ffffff;
          width: 24px;
          height: 24px; 
          cursor: pointer;
          padding-top: 6px;}
  .section-createProposal .form-edit .form-btn {
    margin-left: 19%; }
  .section-createProposal .form-edit .items {
    padding-left: 20%;
    padding-bottom: 24px; }
    .section-createProposal .form-edit .items .badge {
      border: 1px solid #E3E8F0;
      border-radius: 20px;
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light'; }

  .body-rtl .section-createProposal .form-edit {
    direction: rtl; }
    .body-rtl .section-createProposal .form-edit .form-premium {
      justify-content: flex-start; }
      .body-rtl .section-createProposal .form-edit .form-premium span {
        padding-left: 8px;
        padding-right: 0; }
    .body-rtl .section-createProposal .form-edit .grey, .body-rtl .section-createProposal .form-edit .items {
      padding-right: 20%;
      padding-left: 0; 
      text-align: right;}
    .body-rtl .section-createProposal .form-edit .document-list {
      margin-right: 16px;
      margin-left: 0; }
      .body-rtl .section-createProposal .form-edit .form-budget .custom-form select{
	      border-right: 0px;
	      border-left: 1px solid #E3E8F0;
      } 
     .body-rtl  .section-createProposal .form-edit .form-budget .custom-form input{
	      border-right: 1px solid #E3E8F0;
	            
      }}
.section-proposalDetail {
  background: #F8FAFF;
  padding: 16px; }
  .section-proposalDetail h2 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Helveticaneuecyr';
    padding-bottom: 16px; }
  .section-proposalDetail .editMob {
    position: absolute;
    top: 0;
    right: 0;
    background: inherit; }
  .section-proposalDetail .proposal-description {
    background: #ffffff; }
    .section-proposalDetail .proposal-description p {
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light';
      padding-top: 16px;
      padding-bottom: 16px; }
  .section-proposalDetail .documents-list {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 16px; }
  .section-proposalDetail .proposal-title {

    background: #ffffff; }
    .section-proposalDetail .proposal-title img {
      width: 65px;
      height: 65px; }
    .section-proposalDetail .proposal-title h2 {
      font-size: 18px;
      line-height: 21px;
      padding-top: 0;
      padding-bottom: 8px; }
    .section-proposalDetail .proposal-title h4 {
      font-size: 12px;
      line-height: 14px;
      font-family: 'Helveticaneuecyr-light';
      padding-bottom: 8px; }
  .section-proposalDetail .proposal-badge {
    background: #ffffff;
    padding: 16px; }
    .section-proposalDetail .proposal-badge .badge {
      margin-top: 8px;
      font-family: 'Helveticaneuecyr-light';
      font-size: 12px;
      line-height: 17px;
      background: #F4F6F9; }
  .section-proposalDetail .proposal-status {
    background: #ffffff;
    padding: 16px; }
    .section-proposalDetail .proposal-status .name {
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light'; }
    .section-proposalDetail .proposal-status .number {
      font-size: 16px;
      line-height: 18px; }
  .section-proposalDetail .proposal-offers {
    background: #ffffff;
    padding: 16px 16px 0 16px; }
    .section-proposalDetail .proposal-offers .nav {
      border: none;
      align-items: center; }
      .section-proposalDetail .proposal-offers .nav a {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        text-align: center;
        border: none;
        border-right: 1px solid #C1C1C1;
        border-radius: 0;
        font-size: 10px;
        line-height: 11px;
        color: #C1C1C1;
        font-family: 'HelveticaNeueCyr'; }
        .section-proposalDetail .proposal-offers .nav a.active {
          font-family: 'HelveticaBold';
          font-size: 14px;
          line-height: 16px;
          color: #3D3D3D;
          background: transparent; }
      .section-proposalDetail .proposal-offers .nav a:last-child {
        border: none; }
    .section-proposalDetail .proposal-offers .section-proposalDefault {
      
      line-height: 28px;
      color: #D0D0D0;
      font-family: 'Helveticaneuecyr'; }
  .section-proposalDetail .button-container {
    padding: 0; }
    .section-proposalDetail .button-container .btn-editProposal {
      background: #F8FAFF;
      width: 100%;
      border-radius: 0;
      font-size: 16px;
      line-height: 22px;
      border: 1px solid #0165C6;
      color: #0165C6; }
    .section-proposalDetail .button-container .btn-orange {
      background: #0165C6;
      width: 100%;
      border-radius: 0;
      font-size: 16px;
      line-height: 22px;
      border: 1px solid #0165C6;
      color: #ffffff; }
    .section-proposalDetail .button-container .btn-delete {
      border: 1px solid #D0D0D0;
      background: #F8FAFF;
      width: 100%;
      border-radius: 0;
      font-size: 16px;
      line-height: 22px; }
  .section-proposalDetail .section-offersList {
    padding: 0 16px 16px 16px; }
    .section-proposalDetail .section-offersList .offers-item {
      padding-bottom: 16px;
      position: relative; 
	  border-bottom: 1px solid #e0e7f0;}
      .section-proposalDetail .section-offersList .offers-item:before {
/*        content: '';
        position: absolute;
        width: 92%;
        height: 2px;
        background: #E0E7F0;
        border-radius: 20px;
        bottom: -16px;
        left: 13px;
        right: 0; */}
      .section-proposalDetail .section-offersList .offers-item h2 {
        font-size: 14px;
        line-height: 19px;
        padding-top: 8px;
        padding-bottom: 8px; }
      .section-proposalDetail .section-offersList .offers-item .date {
        font-size: 12px;
        line-height: 14px;
        color: #929292;
        padding-bottom: 8px;
        padding-left: 17px;
        font-family: 'Helveticaneuecyr-light'; }
      .section-proposalDetail .section-offersList .offers-item .price, .section-proposalDetail .section-offersList .offers-item .deadline {
        background: #FFFFFF;
        border: 1px solid #E3E8F0;
        font-size: 10px;
        padding: 5px 10px;
        margin-left: 16px;
        margin-bottom: 8px;
        text-align: center;
        line-height: 11px;
        font-family: 'Helveticaneuecyr'; }
      .section-proposalDetail .section-offersList .offers-item .description {
        padding-bottom: 8px; }
        .section-proposalDetail .section-offersList .offers-item .description p {
          font-size: 12px;
          line-height: 14px;
          font-family: 'Helveticaneuecyr-light'; }
      .section-proposalDetail .section-offersList .offers-item .btn-container .btn-orange {
        color: #0165C6;
        border: 1px solid #0165C6;
        border-radius: 0;
        width: 100%; }
      .section-proposalDetail .section-offersList .offers-item .btn-container .btn-decline {
        border: 1px solid #E3E8F0;
        background: #fff;
        border-radius: 0;
        width: 100%; }
  .section-proposalDetail .proposal-publish {
    background: #ffffff;
    padding: 16px; }
    .section-proposalDetail .proposal-publish h3 {
      font-size: 14px;
      line-height: 16px;
      font-family: 'Helveticaneuecyr-light'; }
    .section-proposalDetail .proposal-publish h2 {
      font-size: 18px;
      line-height: 21px;
      padding-top: 16px;
      padding-bottom: 0; }
  .section-proposalDetail .navigation {
    margin-top: 0;
    margin-bottom: 16px; }
    .section-proposalDetail .navigation .pagination .page-item.active .page-link {
      border: 1px solid #0165C6;
      box-shadow: none; }
    .section-proposalDetail .navigation .pagination .page-item {
      padding-left: 4px !important;
      padding-right: 4px; }
      .section-proposalDetail .navigation .pagination .page-item:before {
        display: none; }
      .section-proposalDetail .navigation .pagination .page-item .page-link-white {
        background: #ffffff !important;
        border-color: #ffffff; }
      .section-proposalDetail .navigation .pagination .page-item .page-link {
        background: #ffffff;
        box-shadow: none;
        border: none;
        color: #3D3D3D;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Helveticaneuecyr-light';
        border-bottom: 1px solid #E0E7F0; }

.modal .modal-dialog {
  padding: 16px; }
  .modal .modal-dialog .modal-content .modal-body {
    background: #ffffff;
    max-height: 500px;
    overflow-y: auto; }
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px; 
  z-index: 9999;}
.modal .form-premium {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center; }
  .modal .form-premium h4 {
    font-size: 14px;
    line-height: 16px; }
  .modal .form-premium h2 {
    font-size: 18px;
    line-height: 21px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .modal .form-premium label {
    margin: 0;
    user-select: none;
    -moz-user-select: none;
    text-transform: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px; }
  .modal .form-premium i {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    background: #F4F6F9; }
  .modal .form-premium span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-right: 8px; }
  .modal .form-premium input {
    display: none; }
    .modal .form-premium input + span i:first-child {
      display: inline-block;
      background: #F4F6F9; }
    .modal .form-premium input + span i:last-child {
      display: none; }
    .modal .form-premium input:checked + span i:first-child {
      display: none; }
    .modal .form-premium input:checked + span i:last-child {
      display: inline-block; }
      .modal .form-premium input:checked + span i:last-child .orange {
        width: 16px;
        height: 16px;
        background: #0165C6;
        border-radius: 50%; }
.modal label, .modal h3 {
  font-size: 18px;
  line-height: 21px;
  font-family: 'Helveticaneuecyr';
  padding-bottom: 8px;
  padding-top: 18px;
  display: block; }
.modal input {
  border: 1px solid #E3E8F0;
  border-radius: 0;
  outline: none;
  box-shadow: none; }
.modal textarea {
  border: 1px solid #E3E8F0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 16px;
  resize: none;
  overflow-y: auto; }
.modal .grey {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Helveticaneuecyr-light';
  padding-top: 8px; }
.modal .form-budget .custom-form {
  display: flex;
  flex-direction: row; }
  .modal .form-budget .custom-form input {
    width: 70%;
    border-right: none; }
  .modal .form-budget .custom-form select {
    width: 30%;
    border: 1px solid #E3E8F0;
    border-left: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 18px;
    color: #C0C0C0;
    font-family: 'Helveticaneuecyr-light'; }
.modal .form-btn {
  padding-top: 16px; }
  .modal .form-btn button {
    background: #0165C6;
    border: 1px solid #0165C6;
    color: #ffffff;
    border-radius: 0;
    width: 100%; }

.body-rtl .section-proposalDetail h3 {
  text-align: right; }
.body-rtl .section-proposalDetail .editMob {
  right: initial;
  left: 0; }
.body-rtl .section-proposalDetail .proposal-description p, .body-rtl .section-proposalDetail .description p {
  text-align: right; }
.body-rtl .section-proposalDetail .proposal-title h4 {
  text-align: right; }
.body-rtl .section-proposalDetail .nav a {
  border-left: 1px solid #C1C1C1;
  border-right: 0; }
.body-rtl .section-proposalDetail .price {
  margin-right: 16px; }
.body-rtl .modal .close {
  left: 5px;
  right: initial; }
.body-rtl .modal label, .body-rtl .modal .grey, .body-rtl .modal h4 {
  text-align: right; }
.body-rtl .modal .form-title {
  padding-left: 0 !important;
  padding-right: 1rem !important; }
.body-rtl .modal .form-budget select {
  border-left: 1px solid #E3E8F0;
  border-right: 0; }
.body-rtl .modal .form-premium span {
  padding-right: 0;
  padding-left: 8px; }
.expired{
	color: #E74848;
}
.expiredBorder{
	border: 1px solid #E74848;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	    width: 100%;
}
.template-page p{
	width: 100%;
	text-align: justify;
	direction: rtl;
    padding: 5px 0;
    margin-bottom: 5px;	
    line-height: 25px;
}
@media (min-width: 768px) {
  .section-proposalDetail .section-proposalDefault {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 74px;
    color: #C1C1C1; }
    .section-proposalDetail .section-proposalDefault img {
      width: 150px;
      padding-bottom: 75px; }
  .section-proposalDetail .proposal-title, .section-proposalDetail .button-container, .section-proposalDetail .desktop-container {
    padding: 0px;
    background: inherit; }
    .section-proposalDetail .proposal-title > .row, .section-proposalDetail .button-container > .row, .section-proposalDetail .desktop-container > .row {
      margin-left: 16px;
      padding: 16px 0 16px 0;
      background: #ffffff; }
  .section-proposalDetail .button-container > .row {
    padding: 0;
    background: inherit; }
    .section-proposalDetail .button-container > .row .btn-orange, .section-proposalDetail .button-container > .row .btn-editProposal {
      background: #0165C6;
      color: #ffffff;
      transition: .4s ease-in-out; }
      .section-proposalDetail .button-container > .row .btn-orange:hover, .section-proposalDetail .button-container > .row .btn-editProposal:hover {
        background: #ffffff;
        color: #0165C6; }
  .section-proposalDetail .desktop-container > .row {
    padding-top: 0;
    background: #F8FAFF; }
  .section-proposalDetail .proposal-offers .nav a {
    font-size: 16px;
    line-height: 18px; }
  .section-proposalDetail .proposal-offers .nav a.active {
    font-size: 18px;
    line-height: 21px;
    font-family: 'HelveticaBold'; }
  .section-proposalDetail .proposal-offers .section-offersList {
    max-height: max-content; 
    width: 100%;}
    .section-proposalDetail .proposal-offers .section-offersList .offers-item {
      padding-top: 8px; }
      .section-proposalDetail .proposal-offers .section-offersList .offers-item:before {
        width: 97%; }
#nav-Rejected > div > div,
#nav-Offer > div > div {
	width: 100%;
}
  body .modal.modal-proposal .modal-dialog {
    width: 950px;
    max-width: 1000px; }
    body .modal.modal-proposal .modal-dialog .modal-content .modal-body {
      max-height: 650px;
      background: #ffffff; }
      body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-budget {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 24px;
        flex-wrap: wrap; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-budget label {
          width: 20%;
          padding-top: 0; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-budget .custom-form {
          width: 40%; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-budget .grey {
          padding-left: 20%; }
      body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-actualTime {
        display: flex;
        flex-direction: row;
        align-items: center; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-actualTime label {
          width: 20%;
          padding-top: 0; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-actualTime input {
          width: 40%; }
      body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-projectDescription {
        padding-top: 24px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-projectDescription label {
          width: 20%;
          padding-top: 0; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-projectDescription textarea {
          width: 80%; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-projectDescription .grey {
          padding-left: 20%; }
      body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-btn {
        margin-left: 19%; }
      body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-premium > div {
        display: flex;
        flex-direction: column !important;
        align-items: baseline; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-premium > div .name {
          width: 30%;
          padding-top: 0; }
        body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-premium > div .check-input {
          width: 70%;
          padding-left: 36px; }

  .body-rtl .proposal-title > .row, .body-rtl .desktop-container > .row, .body-rtl .button-container > .row {
    margin-left: 0;
    margin-right: 16px; }
  .body-rtl .price {
    margin-left: 0 !important;
    margin-right: auto !important; }
  .body-rtl .date {
    text-align: right; }
  .body-rtl .btn-container div:nth-child(1) {
    margin-left: 0 !important; }
  .body-rtl .modal .check-input {
    padding-left: 0;
    padding-right: 36px; }
  .body-rtl .modal .grey {
    padding-left: 0;
    padding-right: 20%; } }
.section-findProposal {
  background: #F8FAFF; }
  .section-findProposal .findMob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline; }
    .section-findProposal .findMob h2 {
      font-size: 16px;
      line-height: 18px; }
  .section-findProposal .findMob-collapse .input-filters {
    background: #ffffff;
    padding: 16px; }
    .section-findProposal .findMob-collapse .input-filters .btn-light {
      background: #F8FAFF;
      font-size: 14px;
      line-height: 16px;
      color: #B5B5B5;
      font-family: 'Helveticaneuecyr-light'; }
    .section-findProposal .findMob-collapse .input-filters .dropdown {
      outline: none;
      background: #F8FAFF;
      border: none;
      width: 100%; }
      .section-findProposal .findMob-collapse .input-filters .dropdown:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
    .section-findProposal .findMob-collapse .input-filters .form-control {
      width: 100%;
      outline: none;
      border: 1px solid #ffffff;
      border-radius: 0;
      background: #F8FAFF; }
      .section-findProposal .findMob-collapse .input-filters .form-control:focus {
        outline: none !important;
        box-shadow: none;
        border: none; }
      .section-findProposal .findMob-collapse .input-filters .form-control::placeholder {
        font-family: 'Helveticaneuecyr-light';
        font-size: 16px;
        line-height: 18px;
        color: #B5B5B5; }
    .section-findProposal .findMob-collapse .input-filters ul {
      list-style: disc; }
      .section-findProposal .findMob-collapse .input-filters ul li {
        display: flex;
        justify-content: space-between; }
        .section-findProposal .findMob-collapse .input-filters ul li .dropdown-item:hover, .section-findProposal .findMob-collapse .input-filters ul li .dropdown-item:focus {
          background-color: #0165C6;
          color: #ffffff; }
      .section-findProposal .findMob-collapse .input-filters ul p, .section-findProposal .findMob-collapse .input-filters ul span {
        font-family: 'Helveticaneuecyr-light';
        font-size: 16px;
        line-height: 18px; }
      .section-findProposal .findMob-collapse .input-filters ul p::before {
        content: '\2022';
        padding-right: 5px; }
    .section-findProposal .findMob-collapse .input-filters .btn-orange {
      border: 1px solid #0165C6;
      color: #ffffff;
      width: 100%;
      background: #0165C6;
      border-radius: 0; }
  .section-findProposal .findMob-collapse .irs-name {
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 16px;
    top: 12px;
    left: 12px;
    color: #B5B5B5; }
  .section-findProposal .findMob-collapse .irs {
    height: 40px;
    border-radius: 4px; }
    .section-findProposal .findMob-collapse .irs .irs-min, .section-findProposal .findMob-collapse .irs .irs-max {
      margin-top: 6px;
      font-size: 10px;
      line-height: 12px; }
    .section-findProposal .findMob-collapse .irs .irs-to, .section-findProposal .findMob-collapse .irs .irs-from, .section-findProposal .findMob-collapse .irs .irs-single {
      font-size: 10px;
      line-height: 12px;
      background: #0165C6;
      margin-top: 6px; }
      .section-findProposal .findMob-collapse .irs .irs-to::before, .section-findProposal .findMob-collapse .irs .irs-from::before, .section-findProposal .findMob-collapse .irs .irs-single::before {
        border-top-color: #0165C6; }
    .section-findProposal .findMob-collapse .irs .irs-handle {
      width: 12px;
      height: 12px;
      background-color: #0165C6;
      border: 4px solid #0165C6;
      border-radius: 50%;
      box-shadow: none;
      top: 28px; }
    .section-findProposal .findMob-collapse .irs .irs-line {
      top: 33px;
      height: 2px;
      margin: 0 auto; }
    .section-findProposal .findMob-collapse .irs .irs-bar {
      top: 33px;
      height: 3px;
      background-color: #0165C6; }
  .section-findProposal .proposal-list {
    background: #F8FAFF; }
    .section-findProposal .proposal-list .proposal-item {
      background: #ffffff;
      padding: 16px;
      transition: .4s ease-in-out; }
      .section-findProposal .proposal-list .proposal-item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
      .section-findProposal .proposal-list .proposal-item .item-image img {
        width: 65px;
        height: 65px; }
      .section-findProposal .proposal-list .proposal-item .item-title h2 {
        font-size: 18px;
        line-height: 21px;
        color: #3D3D3D;
        font-family: 'Helveticaneuecyr';
        padding-bottom: 8px; }
      .section-findProposal .proposal-list .proposal-item .item-title h4 {
        font-size: 12px;
        line-height: 14px;
        font-family: 'Helveticaneuecyr-light';
        padding-bottom: 8px; }
      .section-findProposal .proposal-list .proposal-item .proposal-name h2 {
        font-size: 16px;
        line-height: 18px;
        font-family: 'Helveticaneuecyr';
        padding: 16px 16px 8px 16px; }
      .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helveticaneuecyr-light'; }
        .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description p {
          overflow: hidden;
          margin: 0;
          line-height: 200%;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description a {
          color: #0165C6;
          padding-bottom: 8px; }
      .section-findProposal .proposal-list .proposal-item .proposal-name .document-list {
        padding-top: 8px; }
      .section-findProposal .proposal-list .proposal-item .proposal-name .badge {
        margin-top: 8px;
        font-family: 'Helveticaneuecyr-light';
        font-size: 12px;
        line-height: 17px;
        background: #F4F6F9; 
        height: 22px;}
      .section-findProposal .proposal-list .proposal-item .proposal-status {
        border-top: 1px solid #E3E8F0; }
        .section-findProposal .proposal-list .proposal-item .proposal-status .name {
          font-size: 14px;
          line-height: 16px;
          font-family: 'Helveticaneuecyr-light'; }
        .section-findProposal .proposal-list .proposal-item .proposal-status .number {
          font-size: 16px;
          line-height: 18px;
          font-family: 'Helveticaneuecyr'; }
  .section-findProposal .navigation {
    margin-top: 0;
    margin-bottom: 16px; }
    .section-findProposal .navigation .pagination .page-item.active .page-link {
      border: 1px solid #0165C6;
      box-shadow: none; }
    .section-findProposal .navigation .pagination .page-item {
      padding-left: 4px !important;
      padding-right: 4px; }
      .section-findProposal .navigation .pagination .page-item:before {
        display: none; }
      .section-findProposal .navigation .pagination .page-item .page-link-white {
        background: inherit !important;
        border-color: inherit; }
      .section-findProposal .navigation .pagination .page-item .page-link {
        background: inherit;
        box-shadow: none;
        border: none;
        color: #3D3D3D;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Helveticaneuecyr-light';
        border-bottom: 1px solid #E0E7F0; }

.body-rtl .section-findProposal h3, .body-rtl .section-findProposal h2, .body-rtl .section-findProposal h4, .body-rtl .section-findProposal p {
  text-align: right; }
.body-rtl .section-findProposal .proposal-item .badge-container {
  margin-right: .5rem;
  margin-left: 0 !important; }
.body-rtl .section-findProposal .findMob-collapse .btn-light .filter-option-inner-inner {
  text-align: right; }

.proposal-name{
	cursor: pointer;
}
.badge-pill{
	height: max-content;
}
.navbar-light .navbar-nav .nav-link{
	font-size: .9em;
}
@media (min-width: 768px) {


    .section-findProposal .proposal-list .proposal-item .item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .section-findProposal .proposal-list .proposal-item .item-title h2 {
      font-size: 18px;
      line-height: 22px;
      padding-top: 8px; }
    .section-findProposal .proposal-list .proposal-item .proposal-name h2 {
      padding: 0 16px 8px 16px; }
    .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description p {
      -webkit-line-clamp: 4; }
    .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description a {
      display: block;
      text-align: end;
      padding-bottom: 0; }
    .section-findProposal .proposal-list .proposal-item .proposal-name .document-list {
      padding-bottom: 16px; }
    .section-findProposal .proposal-list .proposal-item .proposal-status {
      border-top: none;
      border-left: 1px solid #E3E8F0; }
  .section-findProposal .section-find {
    background: #F8FAFF; }
 }
.wrap_lds{
	height: 100%;
    width: -webkit-fill-available;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000014;	
}	
.lds-roller {
	display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0065c6;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 09.10 fixed */
html, body {
  overflow-x: hidden;
}

.body-rtl .section-jumbotron .jumbotron-title h4,
.body-rtl .jumbotron-title p,
.body-rtl .section-find h2,
.body-rtl .section-advantages h3,
.body-rtl .btn,
.body-rtl .section-find p, 
.body-rtl .section-find span,
.body-rtl .section-history p,
.body-rtl .section-advantages p,
.body-rtl .footer .footer-pages h3, 
.body-rtl .footer .footer-news h3,
.body-rtl .footer .footer-pages ul li a, 
.body-rtl .footer .footer-news ul li a,
.body-rtl .footer .copyright,
.body-rtl header .container .navbar .header-userProfile .setting .dropdown-menu .dropdown-item,
.body-rtl header .container .nav-link,
.body-rtl .section-about h3,
.body-rtl .section-about p,
.body-rtl .container .card-specialization .card-body .card-title,
.body-rtl .section-lawyerDetail .card-review .card-title h3,
.body-rtl .section-userProfile .card-review .card-title h3,
.body-rtl .section-lawyerDetail .card-review .form-review label,
.body-rtl .section-userProfile .card-review .form-review label,
.body-rtl.section-lawyerDetail .card-review .form-review .health-recomendation,
.body-rtl  .section-userProfile .card-review .form-review .health-recomendation,
.body-rtl .section-lawyerDetail .section-rating h3,
.body-rtl .section-userProfile .section-rating h3,
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body .card-experience,
.body-rtl .section-userProfile .section-lawyerInfo .card-information .card-body .card-experience,
.body-rtl .section-lawyerDetail .section-detail .nav a,
.body-rtl .section-userProfile .section-detail .nav a,
.body-rtl .section-lawyerDetail .section-detail .nav a,
.body-rtl .section-userProfile .section-detail .nav a,
.body-rtl .section-lawyerDetail .section-detail .tab-content h3,
.body-rtl .section-userProfile .section-detail .tab-content h3,
.body-rtl .section-proposalDetail .proposal-badge .badge,
.body-rtl .section-proposalDetail .proposal-status .name,
.body-rtl .section-proposalDetail h2,
.body-rtl .section-proposalDetail .proposal-description p,
.body-rtl .section-proposalDetail .description p,
.body-rtl main,
.body-rtl .section-lawyerDetail .card-specialization .badge,
.body-rtl .section-userProfile .card-specialization .badge,
.body-rtl .section-lawyerDetail .section-detail .tab-content p,
.body-rtl .section-userProfile .section-detail .tab-content p,
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body p,
.body-rtl .section-userProfile .section-lawyerInfo .card-information .card-body p,
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body h3,
.body-rtl .section-userProfile .section-lawyerInfo .card-information .card-body h3    {
  font-family: 'Amiri', serif !important;
}

.body-rtl .section-jumbotron .jumbotron-title p,
.body-rtl .section-find p, .section-find span,
.body-rtl .form-control,
.body-rtl .section-find .form-search .btn-find,
.body-rtl .section-history p,
.body-rtl .section-about p,
.body-rtl .section-about p,
.body-rtl .container .card-specialization .card-body .card-title {
    font-size: 18px;
}

.body-rtl .section-lawyerDetail .section-rating h3,
.body-rtl .section-userProfile .section-rating h3,
.body-rtl .section-advantages p {
  font-size: 16px;
  line-height: 25px;
}

.body-rtl .section-advantages h3,
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body h3,
.body-rtl .section-userProfile .section-lawyerInfo .card-information .card-body h3  {
    font-weight: 700;
}
#chatApp .container .tab-content {
  margin-top: 15px;
}
.emptyChat {
  padding: 10% 0px;
}
/*  12.10 NEW fixed */
@media (min-width: 992px) {
.section-findProposal .proposal-list .proposal-item .proposal-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  padding-top: 0px !important;
}
.section-findProposal .proposal-list .proposal-item .proposal-status .justify-content-around{
  border-left: 1px solid #E3E8F0;
}
.section-findProposal .proposal-list .proposal-item .proposal-status .justify-content-around .pb-lg-4:last-child{
  padding-bottom: 0px !important;
}
.section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  padding-top: 0px !important;
}
.section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .justify-content-around {
  border-left: 1px solid #E3E8F0;
}
.section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .justify-content-around .pb-lg-4:last-child {
  padding-bottom: 0px !important;
}
}
.section-findProposal .proposal-list .proposal-item {
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
}
.section-findProposal .proposal-list .proposal-item:hover {
  box-shadow: 6px 8px 5px rgba(1, 101, 198, 0.4);
}

.section-proposal .section-proposalTabs .proposal-list .proposal-item {
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
}
.section-proposal .section-proposalTabs .proposal-list .proposal-item:hover {
  box-shadow: 6px 8px 5px rgba(1, 101, 198, 0.4);
}

.section-lawyerDetail .section-lawyerInfo .card-information .card-body {
  padding-left: 0px;
}
.section-chat .chat-container .inbox-people .nav-tabs .nav-link, 
.section-chat .chat-container .inbox-people .nav-tabs .nav-link {
  margin-bottom: 0px;
}
.section-chat .chat-container .inbox-people .nav-tabs .nav-link.active, 
.section-chat .chat-container .inbox-people .nav-tabs .nav-link:hover {
  margin-bottom: 0px;
}

.section-chat .chat-container .inbox-people {
  padding-right: 0px;
  overflow-x: hidden;
}
.section-cardsLawyer .justify-content-between .col-5 {
  display: flex;
  align-items: center;
  padding: 0px
}
.section-cardsLawyer .justify-content-between .col-3 {
  padding-right: 0px;
}
.section-cardsLawyer .blue {
  padding-right: 5px;
}
span.irs-name {
  padding-right: 20px;
}
.section-proposalDetail .proposal-publish h2 {
  font-size: 14px;
}
.section-proposalDetail .proposal-description,
.section-proposalDetail .proposal-title > .row,
.section-proposalDetail .documents-list,
.section-proposalDetail .proposal-badge,
.section-proposalDetail .proposal-status,
.section-proposalDetail .proposal-offers
{
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
}
.section-proposalDetail .documents-list {
  padding-top: 16px;
}
.section-proposalDetail .section-offersList {
  margin: 0 auto;
}
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body{
	text-align: right;
}
.section-lawyerDetail .section-lawyerInfo .card-information .card-body .star-rating{
	margin: 0 15px;
}
.section-proposalDetail .proposal-publish
{
  box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
}
.avaLawyerCard{
	width: 281px;
	height: 281px;
	overflow: hidden;
	}
.btnLawyerCard{
	margin-top: 38px;
}
.card-description .row div {
  padding-left: 0px;
  padding-right: 0px;
}

/* arabic 12.10 */
@media (min-width: 992px) {
  .body-rtl .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .justify-content-around {
    border-left: unset;
    border-right: 1px solid #E3E8F0;
}
.body-rtl .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .justify-content-around {
  border-left: unset;
  border-right: 1px solid #E3E8F0;
}
.body-rtl .section-findProposal .proposal-list .proposal-item .proposal-status .justify-content-around {
  border-left: unset;
  border-right: 1px solid #E3E8F0;
}
}

.body-rtl .section-cardsLawyer .blue {
  padding-right: 15px;
  padding-left: 5px;
}
.body-rtl .section-cardsLawyer .justify-content-between .col-3 {
  padding-right: 15px;
  padding-left: 0px;
}
.body-rtl span.irs-name {
  padding-right: 0px;
  text-align: right;
}
.body-rtl .section-lawyerDetail .section-lawyerInfo .card-information .card-body {
  padding-left: unset;
  padding-right: 0px;
}

.body-rtl .section-chat .chat-container .inbox-people {
  padding-right: 15px;
  padding-left: 0px;
}
.body-rtl .section-find .range-slider {
  width: 75%;
}
/*13.10 fix */
.section-cardsLawyer .card-lawyer {
  margin-top: 0px;
}
.section-cardsLawyer .btn-light {
  margin-bottom: 0px;
}
.section-cardsLawyer .row .justify-content-between {
  margin-bottom: 16px;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: #d1d1d1;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-thumb {
  background-color: #0165c6;
}


@media (min-width: 768px) {
.section-proposalDetail .section-proposalDefault img {
    width: 60px;
    padding-bottom: 5px;
}
.section-proposalDetail .section-proposalDefault {
  padding-top: 50px
}
}

.section-filterLawyer form {
  z-index: 1;
}
.section-proposalDetail .desktop-container .justify-content-around .pb-lg-4:last-child {
  padding-bottom: 0px !important;
}
.body-rtl .section-filterLawyer .filters-lawyer .card-body,
.body-rtl .bootstrap-select .dropdown-menu {
  text-align: right;
}
.body-rtl .proposal-title .row.pl-lg-2 {
  padding-right: 15px;
}
ul.dropdown-menu.inner.show {
  font-size: 12.9px;
}
.dropdown-menu.show {
  max-width: 220px;
  overflow-x: hidden;
  font-size: 12px;
}
}
.body-rtl  .dropdown-menu.show {
  overflow-x: unset;
  font-size: 14px;
}
@media (min-width: 768px) {
.section-findProposal .proposal-list .proposal-item .item-title h2 {
    font-size: 15px;
}
}

@media (min-width: 576px) {
body .modal.fade .modal-content .modal-body .form-connect .form-control {

    font-size: 16px;
}
}

@media (min-width: 576px){
  .modal-dialog .form-connect label {
    font-size: 14px !important;
}
}
.modal-dialog form .form-title h4 {
  font-size: 14px;
}

/* Top menu - navigation */
@media screen and (max-width: 991px) {
  .headerLang {
    padding: 0px;
    display: flex;
    justify-content: center;
  }
  .headerLang a {
    padding: 0px;
    margin-bottom: 0px;
    text-align: unset;
  }
  header .container .navbar .header-userProfileMob {
    display: flex;
    justify-content: center;
    border: none;
    flex-direction: column;
}
header .container .navbar .navbar-navMob .nav-link.badge {
  padding-right: 0px;
}
header .container .navbar .nav-item.active .nav-link:after,
 header .container .navbar .nav-link:hover:after {
  left: 0px;
}
header .container .navbar .nav-link:after {
  width: 100%;
  left: -100%;
}
}

/* сhat-all */
.emptyChat {
  padding: 0px;
}








/* 19.10 VERSION- */
/* calendar */
.calendars-popup {
  /*top: -100% !important;
  position: relative !important;*/
}
/* сhat-all */
.inbox-peopleMob-item-name {
  padding-left: 15px;
}
.inbox-peopleMob-item .row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-top: 10px;
}
.section-chatMob .inbox-peopleMob .nav-tabs .nav-link.active,
.section-chatMob .inbox-peopleMob .nav-tabs .nav-link {
  margin: 0px;
}
.section-chatMob .inbox-peopleMob .border-bottom {
  border-color: #e3e4e4 !important;
}
/* сhat-all */
@media screen and (min-width: 992px) {
  .emptyChat {
    display: grid;
  }
  .emptyChat img{
    justify-self: center;
    align-self: flex-end;
  }
  .emptyChat div  {
    justify-self: center;
    align-self: flex-start;
  }
}
/*375viewport - 991*/
/* HomePage */
@media screen and (max-width: 767px) {
    .section-history .history-image {
      display:none;
    }
  }
  @media screen and (max-width: 991px) {


    
    /*Find Proposal */
  .section-findProposal .proposal-list .proposal-item .item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .section-findProposal .proposal-list .proposal-item .item-title {
      padding-left: 0px;
    }
    .range-slider {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
    }
    .section-findProposal .findMob-collapse .irs span {
      color: #fff;
    }
  
    
  /* proposal/number */
  .section-proposalDetail .proposal-title > .row{
    box-shadow: unset;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .section-proposalDetail .proposal-title{
    box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
  }
  .section-proposalDetail .proposal-status .number,
  .section-proposalDetail .proposal-status .name {
    font-size: 12px;
    line-height: 16px;
  }
  .section-proposalDetail .proposal-offers img {
    height: 45px;
    width: 45px;
  } 
  .section-proposalDetail .proposal-offers .section-proposalDefault .text-center {
    font-size: 16px;
  }
  .section-proposalDetail .proposal-offers {
    padding: 16px;
  }
  .section-proposalDetail .section-offersList .offers-item .date {
    display: flex;
  }
  #nav-Rejected > div > div, #nav-Offer > div > div {
    width: 100%;
  }
  .section-createProposal .form-edit .form-premium label,
  .section-createProposal .form-edit label,
  .section-createProposal .form-edit h3,
  .section-createProposal .form-edit .form-btn button {
    font-size: 14px;
  }
  .section-createProposal .form-edit textarea,
  .section-createProposal .form-edit textarea,
  .section-createProposal .form-edit .grey,
  .section-createProposal .form-edit .form-budget .custom-form input,
  .section-createProposal .form-edit .form-budget .custom-form select,
  .section-createProposal .form-edit .profileSpecialisationProposal label + div input[type='button'],
  .section-createProposal .form-edit input  {
    font-size: 12px;
  }
  .section-createProposal .form-edit .calendar-type label {
    display: inline;
  } 
  .section-createProposal .form-edit .form-btn {
    margin-left: 0px;
  }
  /* Proposal */
  .badge-container {
    width: 100%
  }
  .section-proposal .section-proposalTabs .proposal-list {
    padding: 0px;
  }
  .section-proposal .section-proposalTabs .tab-content .nav-proposals-tab .proposal-list .badge-container .proposal-item .proposal-name .badge-container {
    width: 100%;
    padding-right: 5px;
  }
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .number,
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status .name {
    font-size: 12px;
    line-height: 12px;
  }
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-image {
    padding: 0px;
  }
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
  }
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .item-title {
    padding-left: 20px;
  }
  .section-proposal .section-proposalTabs .section-proposalButton {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-proposal .section-proposalTabs .proposal-list .proposal-item .proposal-status {
    border-top: 1px solid #E3E8F0;
  
  }
  
  /* my-proposal */
  .section-proposalDetail .section-offersList .offers-item .btn-container .btn-decline {
    width: unset;
  }
  .section-proposalDetail .proposal-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-proposalDetail .proposal-title .row .col-3 {
   padding: 0px;
  }
 
  
  /* add-proposal */
  .d-flex {
      margin: 10px 0;
  }

  /* chat */
  .msg-chatList,
  .section-chatMob .mob-msg {
    width: 102%;
  }
  .emptyChat {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .emptyChat,
  .section-chatMob #msg-history {
    overflow-x: hidden;
  }
  .section-chatMob .messaging .msg-history .makeDealMob {
    margin-bottom: 10px;
  }
  .section-chatMob .messaging .msg-history .makeDealMob button {
/*       margin-top: 0px; */
  }
  .section-chatMob .inbox-peopleMob img {
      width: 45px;
      height: 45px;
  }
  .section-history .history-image img {
      object-fit: contain;
      width: 100%;
  }
  .section-history h2 {
      margin-top: 50px;
  }
 .section-findProposal .proposal-list .proposal-item .proposal-status .number {
      font-size: 14px;
  }
  /* modal-offer */
  .modal .modal-dialog .modal-content .modal-body {
    max-height: 100% !important;
    overflow: hidden;
    width: 100%;
    background: #ffffff !important;
    padding: 10px 10px !important;
  
  }
  body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-btn {
    margin-left: 0;
  }
  }
  
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body .modal.modal-proposal .modal-dialog .modal-content .modal-body .form-premium > div .check-input {
       width: 100%;
    }
    body .modal.modal-proposal .modal-dialog .modal-content .modal-body form .form-premium .check-input div  {
      display: flex;
      flex-direction: column;
    }
    body .modal.modal-proposal .modal-dialog {
      width: 100% !important;
    }
  }
  

/* 20.10 version */
/* icons-msg */
.btnLawyerCard .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cntMsgProfile {
  margin-left: 5px;
}
@media (max-width: 768px){
  body .section-lawyerInfoMob a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cntMsgProfile {
    width: 20px;
    height: auto;
  }
}

/* Top-menu_new */
@media screen and (max-width: 991px) {
 header {
  max-height: 100%;
  overflow-y: auto;
  overflow: hidden;
}
#navbarSupportedContent {
  height: 100%;
      padding-bottom: 100%;

}
body header .container .navbar ul.navbar-nav li {
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container .navbar .navbar-navMob .nav-link.badge {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.headerLang {
  padding: 5px 0px;
  width: 100%;
  border: 1px solid #fff;
  margin-top: 5px;
}
.headerLang a {
  padding: 8px 0px;
}
header .container .navbar .navbar-navMob .nav-link.badge i.icon-number {
  position: absolute;
  top: -11px;
  right: -30px;
}
.cntMsg {
  position: relative;
}
header .container .navbar .nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container .navbar .nav-link:hover:after {
  left: -100%;
}
}
/* About us - HomePage */
@media screen and (max-width: 991px) {
.section-about .card {
  display: grid;
  grid-template-rows: 250px auto;
}
.owl-carousel .owl-item img {
      width: 100%;
  }
  .owl-carousel.owl-drag .owl-item {
    padding-right: 5px;
    padding-left: 5px;
  }

}
  .section-about .card {
    display: grid;
    grid-template-rows: auto auto;
  }
  .about-card .card-img-top {
    width: 100%;
    align-self: stretch;
    padding: 0px;
    max-height: 100%;
  }

/* Homepage - welcome */
@media screen and (min-width: 320px) {
  
  .jumbotron-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .jumbotron-title .row {
    /*margin-top: 30px;*/
  }
  .jumbotron-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jumbotron-image  img {
    height: 100%;
    margin: 30px 0px;
    width: 100%;
    object-fit: contain;
    max-height: 100%;
  }
}
/* select-filter */
.dropdown-menu.show {
  max-height:240px;
}
/* Proposal */
@media screen and (max-width: 991.9px) {
.item-image {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
}
/* modal */ 
.modal .modal-dialog .modal-content .modal-body {
  overflow-y: hidden;
}

/* Arabic .body-rtl */

/* Menu */
@media screen and (max-width: 991px){
  .body-rtl header .container .navbar .navbar-navMob .nav-link.badge i.icon-number {
    right: 10px;
  }
  .body-rtl .container .navbar .navbar-collapse ul.header-reg {
    padding-right: 0px;
  }
}

/* Find lawyers */
@media screen and (min-width: 991px){
/*
  .body-rtl ul.dropdown-menu.inner.show {
    overflow-y: hidden;
  }
*/
}

/* Proposal */ 
/*
.body-rtl .bootstrap-select .dropdown-menu {
  overflow-y: hidden !important;
}
*/

/* modal */
@media screen and (max-width: 991.9px) {
.body-rtl .modal .modal-content .modal-body .form-connect .form-control {
  font-size: 16px;
}
}
/* my-proposal */ 

@media (min-width: 768px) {
  .section-createProposal .form-edit .form-projectName label {
      width: 20% !important;
  }
  .section-createProposal .form-edit .form-projectName div {
    width: 320px !important;
  }
}
@media (max-width: 767.9px) {
  .section-createProposal .form-edit .form-projectName label {
      width: 100% !important;
  }
  .section-createProposal .form-edit .form-projectName div {
    width: 100% !important;
  }
}
/* my-proposal/detail */ 
@media (min-width: 768px) {
  .section-proposalDetail .button-container > .row .btn-orange,
  .section-proposalDetail .button-container > .row .btn-editProposal {
    margin: 0px;
  }
}
.inbox-peopleMob-item .row {
  grid-column-gap: 10px;
}
/* chat msg-icon */
.body-rtl .section-chatMob  .cntUnreadMsg  {
  top: 30px;
}
.section-chat .chat-container .inbox-people .people-item .cntUnreadMsg {
    top: 47px;
}
.cntUnreadMsg {
    top: 25px;
}
.card-licence p span{
	font-weight: bold;	
}

@media screen  and (min-width: 320px) and (max-width: 991.9px) {

.section-jumbotron .container .tabMobile {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 5px;
  padding: 0 5px;
}
.section-jumbotron .container .tabMobile .col-md-2 {
  padding: 0px !important;
  max-width: 100%
}
.section-jumbotron .container .tabMobile .col-md-2 .tabBtn {
  padding: 8px 0px;
  min-width: 100%;
}
}
body {
  display: grid;
}
main {
  display: grid;
  background: #F8FAFF;
}


/* regist */
.lawyerStepOne {
    position: absolute;
    margin: 15px;
    top: 0;
    left: 0;
    transition: all .6s linear;
  }
  
  .lawyerStepTwo {
    position: relative;
    margin: 0 auto;

    top: 1000px;
    left: 0;
    transition: all .6s linear;
  }
  .section-registration .form  .lawyerStepTwo .input-group .form-control {
    border: 1px solid #ced4da;
  }
  .section-registration .form  .lawyerStepTwo .input-group .form-control::placeholder {
    color: #CDD5DF;
  
  }
  .section-registration .form  .lawyerStepTwo .input-group .form-control  option:disabled {
    color: #CDD5DF;
  }
  .section-registration .form .lawyerStepTwo .badge {
    font-family: 'Helveticaneuecyr-light';
    font-size: 14px;
    line-height: 16px;
    background: #F4F6F9;;
    padding: 10px;
    margin-top: 10px;
  }
  
  .section-registration .container__overlay .lawyer-icon-reg {
    background: #DDE8FD;
    width: 271px;
    height: 271px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-registration .container__overlay .lawyer-icon-reg img {
    width: 101px;
    height: 144px;
  }
  .reviewing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviewing h5, .resetPass h5{
    margin-top: 32px;
    text-align: center;
  }
  .resetPass, .container--signin  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .resetPass {
    margin: 10px;
  }
  
  /* mob-reg */
  .lawyerStepOneMob, .lawyerStepTwoMob {
    margin: 15px;
  }
  
  .lawyerStepTwoMob {
    display: none;
    margin: 0 auto;
    padding: 15px;
  }
  .lawyerStepOneMob {
    display: flex;
  }
  .reviewingMob {
    margin: 110px 10px;
  }
  .section-registrationMob .form  .lawyerStepTwoMob .input-group .form-control {
    border: 1px solid #ced4da;
  }
  .containerFormMob button:disabled, .containerForm button:disabled {
    box-shadow: #ccc 0 0px 0px 40px inset !important;
  }
  .containerFormMob button:disabled:hover, .containerForm button:disabled:hover {
    box-shadow: #ccc 0 0px 0px 40px inset !important;
    color: #fff !important;
  }
/* arabic - reg */
.section-registration .form .lawyerStepTwo .input-group .form-control {
  padding-right: 0px;
}

.body-rtl .section-registrationMob .form .lawyerStepTwo .input-group .form-control {
    padding-right: 0px;
}
.section-lawyerDetail .section-rating, .section-lawyerDetail .section-detail {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.section-lawyerDetail .card-review .form-review .form-control {
  font-size: 14px;
}
@media screen and (max-width: 991px){
.section-proposalDetail .proposal-title {
    box-shadow: 2px 2px 4px rgba(1, 101, 198, 0.3);
    padding: 16px;
    background: #fff;
}
.section-proposalDetail .proposal-title > .row {
  padding: 0;
}
}
.btnMessage{
	width: 100%;
    border: 1px solid #0165C6;
    margin-top: 8px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0165C6;
    transition: 0.4s ease-in-out;	
}
.btnMessage:hover{
	color: #fff;
	background: #0165C6;
}
.profileSpecialisationProposal .dropdown-menu.show {
  max-height: 320px;
  z-index: 999 !important;
}
.body-rtl .section-jumbotron .jumbotron-title p,
.body-rtl .section-history p,
.body-rtl .section-about p,
.body-rtl .section-advantages p,
.body-rtl .section-findProposal .proposal-list .proposal-item .proposal-name .proposal-description p,
.body-rtl .section-proposalDetail .proposal-description p,
.body-rtl .section-proposalDetail .description p {
  text-align: justify;
}
.body-rtl .jumbotron-image img,
.body-rtl .history-image img
{
	transform: scale(-1, 1);
}
header .container .navbar a img.logo_text{
	width: 100px !important;
}

.countOffers{
	width: 18px;
    height: 18px;
    position: absolute;
    color: #fff;
    background: #2aca21;
    border-radius: 50%;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 20px;
    display: inline;
    text-align: center;
    margin: 0 5px;	
	}
.progressUploadBar{
	height: 3px;
    background: #0065c6;
    position: absolute;
    bottom: -3px;	
    z-index: 33;
}
.section-chatMob .container-background .progressUploadBar{
	left: 0;
	right: 0;
}
.file-uploading{
    font-size: 10px;
    position: absolute;
    bottom: -19px;
    margin: 0 0px;
    z-index: 33;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
    width: 100%;	
}
.file-uploading span{
	background: #fff;
    padding: 0px;
}
/* 03.11 */
.section-chatMob .container-background {
/*   position: unset; */
  bottom: 0;
}

.section-chatMob #msg-history {
  height: calc(100vh - 242px);
}
@media screen and (device-aspect-ratio: 40/71) {

}
.chatList-back{
	height: 32px;
    width: 32px;
    /* display: table; */
    display: table-cell;
    vertical-align: middle;	
}
.chatList-back > img{
	object-fit: cover !important;
    width: 16px !important;
    height: 16px !important;
}
/* 04.11 */
@media screen and (max-width: 991px) {
.close{
	top: 0px;
    right: 0px;	
    position: absolute;
}

.section-chatMob .messaging .msg-history .close img{
    width: 20px;
    height: 20px;
    margin: 5px;	
}
.section-chatMob .mob-msg {
    grid-template-columns: 100%;
    background: #F4F6F9;
/*     height: calc(100vh - 69px); */
}

  .msg-chatList {
    overflow-x: hidden;
  }
  
body {
    min-height: -webkit-fill-available;
    overflow: hidden;
}
	


  
}

.section-chatMob #msg-history {
  max-height: 100%;
  height: auto;
  position: absolute;
  bottom: 62px;
  top: 121px;
  left: 0;
  width: 100%;
  padding: 0;
}

.section-chatMob .messaging .msg-history .msg-history-scroll {
    overflow-y: unset;
}
.section-registrationMob .alert-danger {
	margin: 50px auto 25px;
}

.telegram_connect{
	margin: 60px 0 60px;
/*     height: calc(100vh - 448px); */
}
.telegram_connect .containerForm{
background-color: #ffffff;
    box-shadow: 0 0.9rem 1.7rem rgba(0, 0, 0, 0.25), 0 0.7rem 0.7rem rgba(0, 0, 0, 0.22);
    height: 450px;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;	
}
.telegram_connect__img{
    padding: 40px;	
	text-align: center;	
}
.telegram_connect__img img{
    margin-left: -60px;	
}
.telegram_connect__descr{
    text-align: center;
    padding: 0px 40px;
    line-height: 1.4em;	
}
.telegram_connect__buttons{
    text-align: center;	
}
.telegram_connect__buttons button{
	
}
.telegram_connect__buttons button.confirm{
	font-size: 1rem;
    line-height: 1.5;	
	width: auto;
	height: auto;
}
.terms_check{
	height: 15px !important;
    float: left;
    width: 15px;
    margin: 0px 10px;
}
.body-rtl .terms_check{
	float: right;
}
.section-registration .form label a{
	font-size: 16px;
}
.goUp{
	position: absolute;
	right: 20px;
	top: 0px;
	z-index:99
}
.body-rtl .goUp{
	right: unset;
	left: 20px;
}
.goUp:hover > svg > path{
	fill:#000000;
}
.whatsapp { position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; font-size: 1em; animation: 2s ease 0s infinite normal none running pulse;     z-index: 999;}
.callback_btn{
	right: 115px;
	background: #f6bd20;
    border-radius: 50%;

}
.callback_btn > svg{
	margin: 0 auto;
    padding: 8px;	
}
.whatsapp img { width: 100%; height: 100%; }
.callback_btn:hover,.whatsapp:hover { animation: 0s ease 0s 1 normal none running none; }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@keyframes pulse {
   0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/*# sourceMappingURL=style.css.map */

