.assets-and-debts{
  background-image: url(../images/legalcategory-icon-5.png);
}
.child-support{
  background-image: url(../images/child-support-icon.png);
}
.children-parenting{
  background-image: url(../images/children-parenting-icon.png);
}
.consent-orders{
  background-image: url(../images/legalcategory-icon-6.png);
}
.mediation-arbitration{
  background-image: url(../images/mediation-icon.png);
}
.my-rights{
  background-image: url(../images/my-rights-icon.png);
}
.parenting{
  background-image: url(../images/legalcategory-icon-10.png);
}
.property{
  background-image: url(../images/property-icon.png);
}
.property-assets-division-spousal-maintenance{
  background-image: url(../images/legalcategory-icon-4.png);
}
.superannuation{
  background-image: url(../images/legalcategory-icon-7.png);
}
.view-all{
  background-image: url(../images/know-about.png);
}
.your-rights{
  background-image: url(../images/my-rights-icon.png);
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
* {
  margin: 0 auto;
  padding: 0;
}
a,
a:after,
a:before,
li,
img,
input,
textarea,
a span,
button,
i,
figure,
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@font-face {
  font-family: 'CircularStdBlack';
  src: url('../font/CircularStdBlack.eot');
  src: url('../font/CircularStdBlack.eot') format('embedded-opentype'),
  url('../font/CircularStdBlack.woff2') format('woff2'),
  url('../font/CircularStdBlack.woff') format('woff'),
  url('../font/CircularStdBlack.ttf') format('truetype'),
  url('../font/CircularStdBlack.svg#CircularStdBlack') format('svg');
}
@font-face {
    font-family: 'circlarbook';
    src: url('../fonts/circlarbook.eot');
    src: url('../fonts/circlarbook.eot') format('embedded-opentype'),
         url('../fonts/circlarbook.woff2') format('woff2'),
         url('../fonts/circlarbook.woff') format('woff'),
         url('../fonts/circlarbook.ttf') format('truetype'),
         url('../fonts/circlarbook.svg#circlarbook') format('svg');
}
@font-face {
    font-family: 'circlarbook';
    src: url('../font/circlarbook.eot');
    src: url('../font/circlarbook.eot') format('embedded-opentype'),
         url('../font/circlarbook.woff2') format('woff2'),
         url('../font/circlarbook.woff') format('woff'),
         url('../font/circlarbook.ttf') format('truetype'),
         url('../font/circlarbook.svg#circlarbook') format('svg');
}
@font-face {
    font-family: 'CircularStd-Book';
    src: url('../font/CircularStd-Book.eot');
    src: url('../font/CircularStd-Book.eot') format('embedded-opentype'),
         url('../font/CircularStd-Book.woff2') format('woff2'),
         url('../font/CircularStd-Book.woff') format('woff'),
         url('../font/CircularStd-Book.ttf') format('truetype'),
         url('../font/CircularStd-Book.svg#circlarbook') format('svg');
}
@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'),
         url('../font/OpenSans-Regular.woff2') format('woff2'),
         url('../font/OpenSans-Regular.woff') format('woff'),
         url('../font/OpenSans-Regular.ttf') format('truetype'),
         url('../font/OpenSans-Regular.svg#circlarbook') format('svg');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Bold.eot');
    src: url('../font/OpenSans-Bold.eot') format('embedded-opentype'),
         url('../font/OpenSans-Bold.woff2') format('woff2'),
         url('../font/OpenSans-Bold.woff') format('woff'),
         url('../font/OpenSans-Bold.ttf') format('truetype'),
         url('../font/OpenSans-Bold.svg#circlarbook') format('svg');
    font-style: normal;
    font-weight: bold;
}
img {
  border: none;
  max-width: 100% !important;
}

a {
  color: #1c85da;
}
a:hover {
  color: #fc577b;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

a,
a:hover {
  text-decoration: none;
}

:hover,
:focus,
.focus {
  outline: none !important;
  text-shadow: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8fafb;
}

::-moz-selection {
  background: #fc577b;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #fc577b;
  text-shadow: none;
  color: #fff;
}

.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}

.main-wapper {
  float: left;
  width: 100%;
}

.blue-bg {
   background: #278bdc;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/*======== Log in Main Section ========*/
.login-main-section {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    max-width: 680px;
    padding: 40px 15px 115px 15px;
    margin-top: 90px;
    box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 0px;
    margin-bottom: 15px;
}

.login-main-section .content-warpper {
    max-width: 480px;
}

.login-main-section .content-warpper figure {
    margin: 0 auto 24px auto;
}

.login-main-section .content-warpper h2 {
    font-size: 36px;
    color: rgb(28, 133, 218);
    line-height: 0.889;
    text-align: center;
    font-weight: 300;
}

.login-main-section .content-warpper h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.778;
    font-weight: 500;
    margin-top: 10px;
}

.login-main-section .content-warpper .signup-with-google {
    width: 100%;
    border: #ced5da 1px solid;
    border-radius: 5px;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin: 18px 0 5px;
}

/* @Author:Akshay 17-07-2020 */
.login-main-section .content-warpper .signin-with-google {
    width: 100%;
    position: relative;
    border: #ced5da 1px solid;
    border-radius: 5px;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin: 18px 0 5px;
}

/*.login-main-section .content-warpper .signin-with-google img {
    position: absolute;
    height: 56px;
    top: 0;
    left: 0;
    width:100%;
}*/
/* @Author:Akshay EndCode*/
.login-main-section .signup-form {
    width: 100%;
    display: inline-block;
}
.login-main-section .signup-form .fild-warpper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 65px;
    padding-top: 25px;
    z-index: 1;
    font-weight: 500;
}
.login-main-section .signup-form .fild-warpper label {
   position: absolute;
   left: 0;
   top: 33px;
   font-size: 14px;
   color: rgb(0, 0, 0);
   line-height: normal;
   text-align: left;
   margin: 0;
   transition: all 0.2s ease-in-out;
   touch-action: manipulation;
   width: 100%;
   z-index: -1;
}
.login-main-section .signup-form .fild-warpper input::after {
  content: "";
  height: 2px;
  width: 100%;
  background: rgb(28, 133, 218);
  position: absolute;
  left: 0;
  bottom: 0;
}

.login-main-section .signup-form .fild-warpper input[type="text"],
.login-main-section .signup-form .fild-warpper input[type="email"],
.login-main-section .signup-form .fild-warpper input[type="password"] {
    width: 100%;
    border: none;
    border-bottom: #545454 1px solid;
    height: 40px;
    touch-action: manipulation;
    background: transparent;
}
.login-main-section .signup-form .fild-warpper input:invalid + label {
  top: 33px;
}
.login-main-section .signup-form .fild-warpper input.has-content,
.login-main-section .signup-form .fild-warpper input:focus {
  font-size: 20px;
  color: rgb(28, 133, 218);
  line-height: normal;
  border-bottom: rgb(28, 133, 218) 2px solid;
}
.login-main-section .signup-form .fild-warpper input:focus + label , .login-main-section .signup-form .fild-warpper input:focus + .error + label,
.login-main-section .signup-form .fild-warpper input.has-content + label , .login-main-section .signup-form .fild-warpper input.error + label ,  .login-main-section .signup-form .fild-warpper input.has-content + .error  + label {
  top: 10px;
}
.login-main-section .signup-form .fild-warpper input[type="submit"],
.login-main-section .signup-form .fild-warpper button[type="submit"] {
  float: left;
  width: 100%;
  text-align: center;
  border: none;
  background: rgb(28, 133, 218);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 0;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
}
.login-main-section .signup-form .fild-warpper input[type="submit"]:hover,
.login-main-section .signup-form .fild-warpper button[type="submit"]:hover {
  background: #fc577b;
  color: #fff;
}
.login-main-section .signup-form .fild-warpper .require {
  color: #da1c1c;
  font-weight: 600;
}
.login-main-section .signup-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.login-main-section .signup-form .row div[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.login-main-section .fild-warpper select {
    width: 100%;
    border: none;
    border-bottom: #545454 1px solid;
    height: 40px;
    touch-action: manipulation;
    background: transparent url(../images/down-black-arrow.png) no-repeat center right;
    -webkit-appearance: none;
    font-size: 0;
}
.login-main-section .fild-warpper select:focus,
.login-main-section .fild-warpper select.active {
  font-size: 14px;
  font-size: 20px;
  color: rgb(28, 133, 218);
  line-height: normal;
  border-bottom: rgb(28, 133, 218) 2px solid;
  background: transparent url(../images/down-blue-arrow.png) no-repeat center right;
}
.login-main-section .fild-warpper select:focus + label,
.login-main-section .fild-warpper select.active + label {
  top: 10px;
}
/* Log in Terms Conditions */
.login-main-section .login-terms-condition-warpper {
  max-width: 590px;
  width: 100%;
}
.login-terms-condition-warpper .terms-content-warpper {
  border: #e1e3e4 1px solid;
  width: 100%;
  border-radius: 2px;
  margin-top: 22px;
  padding: 6px 6px 6px 22px;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content {
  width: 100%;
  height: 420px;
  text-align: left;
  overflow: auto;
  font-size: 12px;
  padding: 10px 15px 10px 0;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content::-webkit-scrollbar {
  width: 7px;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content::-webkit-scrollbar-thumb {
  background: #1c85da;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content::-webkit-scrollbar-thumb:hover {
  background: #fc577b;
}
.login-terms-condition-warpper .terms-content-warpper .terms-content h6 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 0;
}
.login-terms-condition-warpper .terms-btns {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.login-terms-condition-warpper .terms-btns a, .login-terms-condition-warpper .terms-btns button {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  border-radius: 6px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  max-width: 48%;
  width: 260px;
  background: #e2e2e2;
  color: #000;
  float: left;
}
.login-terms-condition-warpper .terms-btns a.blue, .login-terms-condition-warpper .terms-btns button.blue {
  float: right;
  background: #1c85da;
  color: #fff;
}
.login-terms-condition-warpper .terms-btns button{
  border: 0px;
}
.login-terms-condition-warpper .terms-btns a:hover, .login-terms-condition-warpper .terms-btns button:hover{
  background: #fc577b !important;
  color: #fff !important;
}
.terms-warpper {
  padding-bottom: 40px;
}
/*======== Dashbord Section ========*/

    /* Dashbord Sidebar */
.dashbord-sidebar {
  width: 190px;
  background: #1c85da;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  margin-right: 100vh;
  overflow-y: auto;
}
.dashbord-sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.dashbord-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
 
/* Handle */
.dashbord-sidebar::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 10px;
}

/* Handle on hover */
.dashbord-sidebar::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}
  /* Profile */
.dashbord-sidebar .user-profile {
  text-align: center;
  padding: 26px 0;
  border-bottom: rgba(255,255,255,0.2) 1px solid;
}
.dashbord-sidebar .user-profile .avatar {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.dashbord-sidebar .user-profile .avatar .avatar-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  color: #1c85da;
  font-size: 18px;
}
.dashbord-sidebar .user-profile .avatar-name {
  text-align: center;
  width: 100%;
  margin: 13px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
ul#setting-dropdown li i {
    font-size: 18px;
    opacity: 0.5;
    width: 20px;
    text-align: center;
}
.dashbord-sidebar .user-profile .avatar-links a {
  margin: 0 8px;
  display: inline-block;
  opacity: 0.5;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}
.dashbord-sidebar .user-profile .avatar-links a:hover,
.dashbord-sidebar .user-profile .avatar-links a.active {
  opacity: 1;
}
.dashbord-sidebar a {
  color: rgba(255,255,255,0.5);
}
.dashbord-sidebar a:hover {
  color: rgba(255,255,255,1);
}
.small-nav ul li.active a {
  color: rgba(255,255,255,1);
}
  /* Dashbord Menu */
.dashbord-menu {
  width: 100%;
  padding: 16px 13px;
  border-bottom: rgba(255,255,255,0.2) 1px solid;
}
.dashbord-menu ul,
.dashbord-menu ul li {
  width: 100%;
}
.dashbord-menu ul li a {
  position: relative;
  padding-left: 33px;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,1);
  opacity: 0.5;
}
.dashbord-menu ul li a:hover,
.dashbord-menu ul li.active a {
   opacity: 1;
   font-weight: 500;
}
.small-nav ul li.active a {
  opacity: 1;
   font-weight: 500;
}
.dashbord-menu ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

  /* Find Service */
.find-service {
  width: calc(100% - 13px);
  padding:0 13px 0 0;
  position: relative;
  z-index: 1;
  margin: 25px 0 25px 13px;
}
.find-service a { /*Akshay - 30-07-2020*/
  height: 44px;
  width: 100%;
  padding-left: 0;
  border: none;
  background: transparent;
  /*color: #fff;*/
  line-height: 30px;
}
.find-service input[type="text"]::placeholder {
  white-space:pre-line;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.find-service label {
  margin: 0;
  /*color: #fff;*/
  display: flex;
  height: 44px;
  align-items: center;
  /*padding-left: 25px;*/
  top: -10px; /*Akshay - 30-07-2020*/
  left: 25px;
  position: absolute;
  z-index: -1;
  line-height: normal;
}
.find-service i {
  position: absolute;
  left: 0;
  top: 12px;
  transform: translate(0,-50%);
  opacity: 0.5;
}
.find-service input[type="text"]:focus + label,
.find-service input[type="text"].has-content + label {
  opacity: 0;
}
.find-service input[type="text"]:focus ~ i,
.find-service input[type="text"].has-content ~ i {
  opacity: 1;
}
/* Small Nav */
.small-nav {
  padding: 25px 13px 13px 13px;
  border-top: rgba(255,255,255,0.2) 1px solid;
}
.small-nav ul,
.small-nav ul li {
  width: 100%;
  margin-bottom: 10px;
}
/*======== Dashbord Container Warpper ========*/

.dashbord-container {
  float: right;
  width: calc(100% - 190px);
}
  /* Dashbord Title */
 .dashbord-container .dashbord-title {
   background: #fff;
   padding: 35px 80px 35px 45px;
   display: inline-block;
   float: left;
   width: 100%;
   position: relative;
 }
.dashbord-container .dashbord-title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: bold; /*Akshay 23-07-2020*/
  color: #000;
  margin: 0;
  float: left;
}
.dashbord-container .dashbord-title .close {
  float: right;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0,-50%);
}
  /* Dashbord Right Content */
.dashbord-right-content {
  width: 100%;
  padding: 60px 45px;
  float: left;
}
.dashbord-right-content .dash-title {
  text-align: center;
  width: 100%;
}
.dashbord-right-content .dash-title h2 {
  font-size: 36px;
  color: #2f2f2f;
  text-align: center;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.dashbord-right-content .dash-title h4 {
  font-size: 20px;
  color: #7e7e7e;
  font-weight: 300;
  margin: 0;
}
  /* Home Services */
.lawyers-home-services {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.lawyers-home-services > li {
  width: 33.3%;
  max-width: 300px;
  background: #fff;
  border-radius: 10px;
  /*overflow: hidden;*/
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 14px;
}
.lawyers-home-services > li figure {
  float: left;
  width: 100%;
  margin: 0;
}
.lawyers-home-services > li figure img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.lawyers-home-services > li .content {
  float: left;
  width: 100%;
  padding: 18px;
}

.lawyers-home-services > li .content h3 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 15px 0;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.lawyers-home-services > li .content ul {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.lawyers-home-services > li .content ul li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 24px;
  background: url(../images/blue-check.png) no-repeat 0 7px;
  margin-bottom: 5px;
}

.lawyers-home-services > li .content ul li:last-child {
  margin-bottom: 0;
}

.lawyers-home-services > li .content .btn {
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background: #1c85da;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}

.lawyers-home-services > li .content .btn:hover {
  background: #fc577b;
  color: #fff;
}



.dashbord-right-content .where-to-begin {
  float: left;
  width: 100%;
  margin-top: 70px;
  font-size: 22px;
  color: #2f2f2f;
  font-weight: 300;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.dashbord-right-content .where-to-begin h5 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
  width: 100%;
}

.dashbord-right-content .where-to-begin a {
  color: #127ebb;
  border-bottom: #127ebb 1px solid;
}

.dashbord-right-content .where-to-begin a:hover {
  color: #fc577b;
  border-bottom: #fc577b 1px solid;
}


  /* Agreement Steps */
.agreement-steps-warpper {
  background: #fff;
  padding: 50px 55px;
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;
  position: relative;
}

.agreement-steps-warpper .step-tittle {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.agreement-steps-warpper .step-tittle span {
  color: #797979;
}

.agreement-steps-warpper .content {
  margin-top: 10px;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.agreement-steps-warpper .sub-content {
  font-size: 18px;
  color: #7e7e7e;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}


.agreement-steps-warpper form input[type="text"],
.agreement-steps-warpper form input[type="email"],
.agreement-steps-warpper form input[type="password"],
.agreement-steps-warpper form input[type="date"] {
  width: 100%;
  height: 46px;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.agreement-steps-warpper form input[type="text"]:focus,
.agreement-steps-warpper form input[type="email"]:focus,
.agreement-steps-warpper form input[type="password"]:focus,
.agreement-steps-warpper form input[type="date"]:focus {
  border-color: #000;
  color: #000;
}


.agreement-steps-warpper .row {
   margin-right: -6px;
   margin-left: -6px;
   position:relative; /*@Author:Akshay - 25-07-2020 */
}

.agreement-steps-warpper .row div[class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

  /* Custome Radio */
.custome-redio {
  display: inline-block;
  position: relative;
}

.custome-redio input[type="radio"], .custome-redio.custom-check input[type="checkbox"] {
  -webkit-appearance: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.custome-redio label {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 300;
  min-height: 34px;
  padding-left: 48px;
  display: flex;
  align-content: center;
  align-items: center;
  background: url(../images/checkbox-gray.png) no-repeat center left;
}

.custome-redio input[type="radio"]:checked + label, .custome-redio.custom-check input[type="checkbox"]:checked + label {
  background: url(../images/checkbox-blue.png) no-repeat center left;
}

/* Custome Checkbox */
.custome-checkbox {
  display: inline-block;
  position: relative;
}

.custome-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.custome-checkbox label {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 300;
  min-height: 34px;
  padding-left: 48px;
  display: flex;
  align-content: center;
  align-items: center;
  background: url(../images/checkbox-gray.png) no-repeat 0 6px;
  flex-wrap: wrap;
}

.custome-checkbox input[type="checkbox"]:checked + label {
  background: url(../images/checkbox-blue.png) no-repeat 0 6px;
}

.with-head-title label {
  font-size: 32px;
  line-height: normal;
  color: #2f2f2f;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding-left: 70px;
}

.with-head-title label span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.agreement-steps-warpper .btns-warpper {
  float: right;
}

.agreement-steps-warpper .btns-warpper a {
  background: #1c85da;
  color: #fff;
  border-radius: 3px;
  height: 46px;
  width: 128px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
}

.agreement-steps-warpper .btns-warpper a.cancle {
  background: transparent;
  color: #000;
}

.agreement-steps-warpper .btns-warpper a:hover {
  background: #fc577b;
  color: #fff;
}

.agreement-steps-warpper .back-step {
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translate(0,-50%);
  opacity: 0.1;
}

.agreement-steps-warpper .back-step:hover {
  opacity: 0.7;
}


.invitenow h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.invitenow .custome-redio label input[type="text"] {
  margin-left: 20px;
  position: relative;
  z-index: 3;
  width: 370px;
  max-width: 100%;
  font-size: 15px;
}


/* Offer Steps */
.offer-steps-warpper {
  max-width: 1125px;
  margin: 0 auto;
}

.offer-steps {
  padding: 35px 35px 35px 150px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;
  position: relative;
  margin-top: 40px;
  min-height: 250px;
  display: inline-block;
  width: 100%;
}

.offer-steps .offer-lady {
  position: absolute;
  left: -20px;
  bottom: 0;
}

.offer-steps h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
/*@Author : Akshay - 17-07-2020*/
.step-list {
    margin: 25px auto 0 auto;
    padding: 0;
    text-align: center;
    float: right;
    position: absolute;
    left: 220px;
}
/*EndCode*/

.step-list li {
  text-align: center;
  padding-right: 25px;

  position: relative;
  background: url(../images/right-arrow.png) no-repeat right 4px;
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 25px;
}

.step-list li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}


.step-list li h4 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0;
}

.step-list li span {
  font-size: 16px;
  color: #1c85da;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}


  /*  Offer List  */
.offer-list-warpper {
  margin: 0 auto;
  display: block;
  max-width: 1125px;
  width: 100%;
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -35px;
  margin-left: auto;
}

.offer-list li {
  margin-right: 35px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;
  position: relative;
  text-align: center;
  padding: 15px;
  min-height: 325px;
  width: calc(25% - 35px);
  margin-left: 0;
}

.offer-list li figure {
  width: 100%;
  height: 215px;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.offer-list li .content {
  width: 100%;
}

.offer-list li .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 7px 0;
  font-family: 'Roboto', sans-serif;
  color: #2f2f2f;
}
.offer-list li .content h4 a {
  color: #2f2f2f;
}
.offer-list li .content h4 span {
  cursor: pointer;
}
.offer-list li .content p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}


  /* Breadcrumb */
.breadcrumb  {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  top: -45px;
  position:relative;
}

.breadcrumb li {
  margin:0px;
}

.breadcrumb li a {
  font-size: 14px;
  line-height:1;
  color: #1c85da;
  margin-left: 8px;
}

.breadcrumb-item::before,
.breadcrumb-item + .breadcrumb-item::before  {
  content:'';
  background-image: url(../images/breadcums-arrow.png);
  width:8px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}




/* New css */

/* top trip */

.container-small {
  max-width: 1000px;
}

.top-trip-wrap {
  background: #fff;
  border: 1px #dfe1e1 solid;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}

.top-trip-img {
  -ms-flex: 0 0 199px;
  flex: 0 0 199px;
  max-width: 199px;
  margin-left: -30px;
  margin-top: 5px;
}

.top-trip-txt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px 30px 10px 10px;
}

.top-trip-art {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  padding-right: 60px;
}

.top-trip-txt h2 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-trip-txt p {
  margin: 0;
  font-size: 18px;
  color: #7e7e7e;
  font-family: "Roboto", sans-serif;
}

.top-trip-txt p a {
  text-decoration: underline;
}

.close-tp-trip {
  position: absolute;
  right: 25px;
  top: 25px;
}

/* Create Offers */
.create-offer-inner {
  height: 109px;
  background: #fcfdfd;
  border: 1px #dbdcdc dashed;
  display: flex;
  align-items: center;
}

.create-offer-inner h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  /*color: #dbdcdc;*/ /* @Author:Akshay - 28-10-2020 */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 10px 15px;
}

.create-offer-inner h3 img {
  vertical-align: middle;
  margin-right: 15px;
}

.create-offer-wrap {
  margin-bottom: 30px;
}

.create-offer-wrap h2 {
  font-size: 22px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 25px;
}

.offers-dd {
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.offers-dd h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #dbdcdc;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 10px 15px;
}

/* Need some help */

.need-help-wrap {
  padding-top: 20px;
}

.need-help-title {
  text-align: center;
  margin-bottom: 50px;
}

.need-help-title h2 {
  font-size: 33px;
  color: #2f2f2f;
  text-align: center;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.need-help-title h4 {
  font-size: 20px;
  color: #7e7e7e;
  font-weight: 300;
  margin: 0;
}

a.btn-blue-dd {
  min-width: 184px;
  height: 46px;
  background: #1c85da;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  border-radius: 3px; /* Akshay 23-07-2020 */
  padding: 10px 15px;
}
a.btn-blue-dd:hover {background: #1c85da !important;}
.need-help-inner .offer-list {
  margin-top: 0;
  margin-right: -14px;
}

.need-help-inner .offer-list li {
  margin-right: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
  width: calc(25% - 14px);
  box-sizing: border-box;
}

.need-help-inner .offer-list li figure {
  height: auto;
  margin-bottom: 20px;
}

.need-help-inner .offer-list li .content p {
  margin-bottom: 20px;
}

.need-help-inner .offer-list li:nth-child(4n + 4) {
  margin-right: 0;
}

/* Professional help */

a.help-icon-dd {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.professional-help-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin-right: -20px;
}

.prof-help-block {
  margin-right: 20px;
  width: calc(50% - 20px);
}

.prof-help-white {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
  height: 100%;
}

.prof-help-block:nth-child(1n + 3) {
  margin-top: 20px;
}

.professional-help-wrap h2 {
  font-size: 33px;
  color: #2f2f2f;
  font-weight: normal;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.prof-help-txt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 20px;
}

.prof-help-img {
  width: 194px;
}

.prof-help-img img {
  display: block;
}

.prof-help-txt h3 {
  font-size: 25px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 10px;
}

a.btn-gray-dd {
  min-width: 154px;
  height: 46px;
  display: inline-block;
  background: #cacaca;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.prof-help-btn {
  margin-top: 30px;
}

.prof-help-btn::after {
  content: "";
  display: table;
  clear: both;
}

.prof-help-btn a.btn-gray-dd {
  min-width: 140px;
}

.prof-help-btn a.btn-blue-dd {
  float: right;
  min-width: 20px;
  padding: 10px 25px;
}

.offer-latter-wrap {
  background: #fff;
  padding: 60px 100px;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
}

.offer-latter-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer-latter-wrap ul {
  margin-bottom: 30px;
  list-style-type: circle;
  padding-left: 20px;
}

.offer-latter-wrap ul li {
  list-style: disc;
  font-size: 17px;
  color: #000000;
}

.offer-latter-wrap .custome-radio input[type="checkbox"] {
  background: transparent;
  font-size: 18px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.offer-latter-wrap .custome-radio label {
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  color: #000000;
}

.offer-latter-wrap p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 20px;
}

a.border-btn-dd {
  min-width: 128px;
  height: 46px;
  display: inline-block;
  font-size: 18px;
  color: #1c85da;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border: 1px #1c85da solid;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  padding: 15px 20px;
}

/* offer table */
.offer-table table {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
}

.offer-table table td {
  background: #fff;
  padding: 20px 15px;
}

.offer-table table thead td {
  border-bottom: 1px #dadfe1 solid;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 300;
}

.offer-table table tbody td {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: normal;
}

.offer-table table tbody td .view-offer-link {
  text-decoration: underline;
  display: inline-block;
  margin-left: 20px;
}

.offer-table table tbody td a.btn-pending {
  font-size: 13px;
  color: #ffffff;
  background: #dedede;
  display: inline-block;
  width: 97px;
  height: 32px;
  line-height: 12px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 50px;
}







/* Prepare an Offer */

body .prepare-offers-table h2 {
  font-size: 22px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 25px;
}

body .prepare-offers-table form table thead tr th,
body .prepare-offers-table form table tbody tr.tbl-head td {
  background: #e8f3fb;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: none;
}

body  .prepare-offers-table form table thead tr th:first-child,
body  .prepare-offers-table form table tbody tr.tbl-head td:first-child {
  padding-left: 25px;
}

body  .prepare-offers-table form table thead tr th:last-child,
body  .prepare-offers-table form table tbody tr.tbl-head td:last-child {
  padding-right: 20px;
}

body  .prepare-offers-table form table tbody tr td {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px #dadfe1 solid;
  font-size: 18px;
  color: #1c85da;
  font-weight: normal;
}

body  .prepare-offers-table form table tbody tr.po-bb-none td {
  border-bottom: none;
}

body  .prepare-offers-table form table tbody tr td:first-child {
  padding-left: 25px;
}

body  .prepare-offers-table form table tbody tr td:last-child {
  padding-right: 20px;
}

body  .prepare-offers-table form table tbody tr td h3 {
  font-size: 18px;
  color: #1c85da;
  font-weight: normal;
}

body  .prepare-offers-table form table tbody tr td h3 span {
  display: block;
  font-size: 14px;
}

body  .prepare-offers-table form table tbody tr td input {
  max-width: 156px;
  width: 100%;
  border: 1px #d5d5d5 solid;
  padding: 10px 15px;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f2f2f;
}

body  .prepare-offers-table ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1c85da;
}
body  .prepare-offers-table ::-moz-placeholder { /* Firefox 19+ */
  color: #1c85da;
}
body  .prepare-offers-table :-ms-input-placeholder { /* IE 10+ */
  color: #1c85da;
}
body  .prepare-offers-table :-moz-placeholder { /* Firefox 18- */
  color: #1c85da;
}

body  .prepare-offers-table form table tbody tr td select {
  max-width: 116px;
  width: 100%;
  border: 1px #d5d5d5 solid;
  padding: 5px 18px 5px 15px;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  color: #1c85da;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/down-blue-arrow.png) no-repeat right 10px center;
}

body  .prepare-offers-table form table tbody tr.table-bg-trans td {
  background: transparent;
  font-size: 16px;
  color: #2f2f2f;
  padding-left: 25px;
  border-bottom: none;
  opacity: 0.7;
}

body  .prepare-offers-table form table tbody tr.table-final-blue td {
  background: #1c85da;
  color: #fff;
  font-weight: bold;
}

body  .prepare-offers-table form table tbody tr.table-final-blue td strong {
  color: #a7c8e3;
  font-weight: bold;
}

body  .prepare-offers-table form table tbody tr.prepare-offer-btn td {
  background: transparent;
  border: none;
  text-align: center;
  padding: 30px 20px;
}

body  .prepare-offers-table form table tbody tr.prepare-offer-btn button {
  border: none;
  margin: 0 9px;
}

body  .prepare-offers-table form table tbody tr.prepare-offer-btn button.btn-blue-dd {
  min-width: 268px;
  height: 56px;
  background: #1c85da;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  border-radius: 5px;
  padding: 10px 15px;
}

body  .prepare-offers-table form table tbody tr.prepare-offer-btn button.btn-blue-save {
  min-width: 156px;
  height: 56px;
  background: #fff;
  display: inline-block;
  color: #1c85da;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px #1c85da solid;
}

.prepare-offfer-note p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #828282;
}








  /* Assets Form */
.assets-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 45px auto;
  background: #fff;
  padding: 25px ;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;
  border-radius: 10px;
  min-height: 245px;
  position: relative;
}

.assets-form::after {
  content: "";
  background: url(../images/offer-lady.png) no-repeat top;
  width: 230px;
  height: 263px;
  position: absolute;
  left: -220px;
  top: 16px;
  background-size: 100%;
}


.assets-form .form-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.assets-form .form-title h2 {
  margin: 0;
  font-size: 30px;
  color: #2f2f2f;
  font-weight: 300;
  float: left;
  margin-top: 4px;
  width: 70%;
}

.assets-form .btns-warpper {
  float: right;
  width: 67%;
}

.assets-form .btns-warpper a {
  background: #1c85da;
  color: #fff;
  border-radius: 3px;
  height: 46px;
  width: 128px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;

}

.assets-form .btns-warpper a.cancle {
  background: transparent;
  color: #000;
}

.assets-form .btns-warpper a:hover {
  background: #fc577b;
  color: #fff;
  cursor: pointer;
}


.assets-form .btns-warpper.bottom-part a {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}


.assets-form .select-category {
  width: 100%;
  position: relative;
}

.assets-form .select-category label {
  font-size: 14px;
  color: #1c85da;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.assets-form .select-category .lang-select {
  position: relative;
}

.assets-form .select-category .lang-select .btn-select::after {
  content: "";
  background: url(../images/down-greay-arrow.png) no-repeat center;
  height: 17px;
  width: 17px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0,-50%);
}





/* category Select option */
.vodiapicker{
  display: none;
}

#a{
  padding-left: 0px;

}



#a li {
  list-style: none;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 300;
  padding: 15px 17px 15px 77px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}

#a li:last-child {
  border: none;
}

#a li:first-child {
  display: none;
}


#a li img{
  margin:0;
  float: left;
}

#a li i {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 77px;
  height: 100%;
}

#a li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 68px;
  max-width: 68px !important;
  object-fit: contain;
  opacity: 0.5;
}


#a li span,
.btn-select li span{
  margin-left: 0;
  float: left;
  width: 100%;
  text-align: left;
}


#a li:hover {
  background-color: #e8f3fb;
  color: #000;
 }

 #a li:hover i img {
   opacity: 1;
 }

 .btn-select li {
   display: flex;
 }

 .btn-select li i img {
   margin-right: 15px;
 }

 .btn-select.active {
   border-color: #1c85da;
   color: #1c85da;
 }

 .btn-select.active li i img {
  filter: invert(39%) sepia(100%) saturate(1476%) hue-rotate(186deg) brightness(91%) contrast(87%);
 }

 .btn-select.active li span {
  color: #1c85da;
 }

 .btn-select.active::after {
  background: url(../images/down-blue-arrow.png) no-repeat center !important;
 }




/* item list */
.b {
  display: none;
  width: 100%;
  max-width:100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 9;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 6px 6px 0px;
}

.open{
  display: show !important;
}

.btn-select{
  width: 100%;
  max-width: 100%;
  height: 46px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 17px;
  font-weight: 300;
}

.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
  width: 100%;
  font-size: 18px;
  color: #5a5a5a;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 0;
}

.top-tip {
  width: 100%;
  font-size: 13px;
  color: #535353;
  margin-top: 10px;
}

.top-tip span {
  color: #1c85da;
}




.assets-form .form-filds {
  font-size: 13px;
  color: #535353;
}

.assets-form .form-filds input[type="text"],
.assets-form .form-filds input[type="email"],
.assets-form .form-filds input[type="password"],
.assets-form .form-filds input[type="date"],
.assets-form .form-filds input[type="number"],
.assets-form .form-filds input[type="time"]
 {
  width: 100%;
  height: 46px;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 0 17px;
  font-size: 18px;
  font-weight: 300;
}
.assets-form .form-filds input[type="text"]:focus,
.assets-form .form-filds input[type="email"]:focus,
.assets-form .form-filds input[type="password"]:focus,
.assets-form .form-filds input[type="date"]:focus,
.assets-form .form-filds input[type="number"]:focus,
.assets-form .form-filds input[type="time"]:focus {
  border-color: #000;
  color: #000;
}

.assets-form .form-filds input[type="text"]:placeholder,
.assets-form .form-filds input[type="email"]:placeholder,
.assets-form .form-filds input[type="password"]:placeholder,
.assets-form .form-filds input[type="date"]:placeholder,
.assets-form .form-filds input[type="number"]:placeholder,
.assets-form .form-filds input[type="time"]:placeholder {
  color: #5a5a5a;
}

.assets-form .form-filds textarea {
  width: 100%;
  height: 176px;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 10px 17px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  resize: none;
}

.assets-form .form-filds textarea:focus {
  border-color: #000;
  color: #000;
}


.assets-form .form-filds select {
  width: 100%;
  height: 46px;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
  -webkit-appearance: none;
  background: url(../images/down-greay-arrow.png) no-repeat calc(100% - 17px) center;
  color: #5a5a5a;
}

.assets-form .form-filds select:focus {
  border-color: #000;
  color: #000;
}


.row.small-pad {
  margin-right: -6px;
  margin-left: -6px;
}

.row.small-pad div[class*=col-] {
 padding-right: 6px;
 padding-left: 6px;
}

.assets-form .form-filds label {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.assets-form .form-filds .v-c {
  align-items: center;
  display: flex;
}

.assets-form .form-filds hr {
  margin-top: 0;
}

.assets-form .form-filds .form-note {
  font-size: 15px;
  color: #1c85da;
  font-weight: 600;
}

.assets-form .form-filds .form-note i {
  margin-right: 10px;
}

 .select-file-warpper {
  padding: 8px;
  width: 100%;
  border-radius: 6px;
  position: relative;
  background: rgba(173, 173, 173, 0.1);
}

 .select-file-warpper::after {
  content: "";
  height: 100%;
  width: 58px;
  background: url(../images/file-pin-icon.png) no-repeat center 7px;
  position: absolute;
  top: 0;
  right: -40px;
}


 .select-file-warpper .select-file {
  background: rgba(255,255,255,0.9);
   text-align: center;
   display: flex;
   align-items: center;
   height: 80px;
   border: 1px #c4c4c4 dashed;
   width: 100%;
   border-radius: 6px;
   padding: 0 15px;
   font-size: 15px;
}

 .select-file-warpper .select-file .content {
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 300;
}

.assets-form .form-filds .light-btn {
  width: 100%;
  border: #9dcaef 1px solid;
  width: 100%;
  text-align: center;
  display: flex;
  height: 46px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
}

.assets-form .form-filds .light-btn:hover {
  background: #fc577b;
  color: #fff;
  border-color: #fc577b;
}


.btns-warpper.bottom-part a {
  width: auto;
  padding: 0 20px;
}

.custome-checkbox-round {
  position: relative;
}

.custome-checkbox-round input {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/ /* 30-10-2020 */
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.custome-checkbox-round label {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #5a5a5a;
  background: url(../images/round-checkbox.png) no-repeat 0 7px;
  padding-left: 30px;
  cursor: pointer;
}

.custome-checkbox-round input:checked + label {
  background: url(../images/round-checkbox-active.png) no-repeat 0 7px;
}

.custome-checkbox-round label a {
  color: #1c85da;
  text-decoration: underline;
}

.custome-checkbox-round label a:hover {
  color: #000;
}

.custome-value-select {
  width: 100%;
}

.custome-value-select li {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 12px;
}

.custome-value-select li.custome-checkbox-round {
  padding-left: 0;
}

.custome-value-select li:last-child {
  margin-bottom: 0;
}

.request-valuation::after {
  left: initial;
  right: -100px;
  transform: scaleX(-1);
  top: auto;
  bottom: 170px;
  width: 202px;
  height: 228px;
}



/* Form Small Popup */
.right-small-popup {
  position: absolute;
  right: -300px;
  width: 250px;
  padding: 40px 30px;
  font-size: 15px;
  color: #2f2f2f;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  bottom: 320px;
}

.right-small-popup .exit {
  position: absolute;
  top: 10px;
  right: 20px;
}

.right-small-popup .exit:hover img {
  filter: invert(39%) sepia(100%) saturate(1476%) hue-rotate(186deg) brightness(91%) contrast(87%);
}




/* Assets list */

.assets-list {
  width: 100%;
}

.assets-list table {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
}

.assets-list table thead tr th {
  border-bottom: 1px #dadfe1 solid;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 300;
  background: #fff;
  padding: 20px 15px
}

.assets-list table thead tr th .info {
  position: relative;
  margin-left: 3px;
  top: -5px;
}

.assets-list table thead tr th:nth-child(1),
.assets-list table thead tr th:nth-child(5),
.assets-list table thead tr th:nth-child(6) {
  text-align: center;
}


.assets-list table tbody tr td {
  background: #fff;
  padding: 15px 10px;
  border-bottom: 1px #dadfe1 solid;
  font-size: 18px;
  color: #1c85da;
  font-weight: 400;
}

.assets-list table tbody tr td:nth-child(1),
.assets-list table tbody tr td:nth-child(5),
.assets-list table tbody tr td:nth-child(6) {
  text-align: center;
}

.assets-list table tbody tr td:nth-child(2) {
  max-width: 180px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;

}

.assets-list table tbody tr td:nth-child(3) {
  width: 120px;
}


.assets-list table tbody tr td .category-sub-text {
  font-size: 14px;
  float: left;
  width: 100%;
}

.assets-list table tbody tr td .attachedment i {
  display: inline-block;
  line-height: 20px;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  height: 20px;
  width: 20px;
  background: #1c85da;
  border-radius: 50%;
  color: #fff;
  margin-left: 3px;
}


.assets-list table tbody tr td .avatar {
  height: 43px;
  width: 43px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: #1c85da 1px solid;
  text-align: center;
}


.assets-list table tbody tr td .avatar .avatar-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  color: #1c85da;
  font-size: 18px;
}

.assets-list table tbody tr td a.btn-pending {
  font-size: 13px;
  color: #ffffff;
  background: #dedede;
  display: inline-block;
  width: 180px;
  height: 32px;
  line-height: 12px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 50px;

}

.assets-list table tbody tr td .edit {
  display: inline-block;
  float: left;
}

.assets-list table tbody tr td .edit:hover img {
  filter: invert(39%) sepia(100%) saturate(1476%) hue-rotate(186deg) brightness(91%) contrast(87%);
}


.assets-list table tbody tr td .exit {
  display: inline-block;
  margin-left: 18px;
  float: left;
}


.assets-list table tbody tr td .exit:hover img {
  filter: invert(42%) sepia(70%) saturate(6789%) hue-rotate(347deg) brightness(102%) contrast(84%);
}


.assets-list table tbody tr.active td {
  color: #f39a2c;
}

.assets-list table tbody tr.active .avatar {
  border-color: #f39a2c;
}

.assets-list table tbody tr.active .avatar .avatar-text {
  color: #f39a2c;
}


/* Custome Select */
.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #fff;
  height: 32px;
  width: 180px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ec5656;
  height: 32px;
  border-radius: 18px;
  line-height: 32px;
  padding:0 25px 0 15px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled.agree,
.select-styled.documentation,
.select-styled.valuation,
.select-styled.propose {
  background-color: #5ec465;
}


.select-styled:after {
  content: "";
  width: 9px;
  height: 6px;
  background: url(../images/white-down-arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0,-50%);
}

.select-styled:hover {
  background-color: #ec5656;
}
.select-styled:active, .select-styled.active {
  background-color: #ec5656;
}


.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: #dadfe1 1px solid;
  text-align: left;
  border-radius: 3px;
}
.select-options li {
  margin: 0;
  padding: 9px 0;
  text-indent: 15px;
  border-top: 1px solid #dadfe1;
  color: #3c3c3c;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: rgba(28, 133, 218, 1);
  background: rgba(28, 133, 218, 0.05);
}


.select-options li[rel="hide"] {
  display: none;
}

.c-red {
  color: #ec5656;
}


.asset-history {
  width: 100%;
  margin-top: 15px;
}

.asset-history tr td {
  padding:12px 20px 12px 0;
  text-align: left;
  line-height: normal;
  font-size: 14px;
  color: #8a8b8c;
  border-top:#e5e5e5 1px solid;
}

.asset-history tr:last-child td {
  border-bottom:#e5e5e5 1px solid;
}


.asset-history tr td:nth-child(1) {
  width: 85px;
}

.asset-history tr td:nth-child(3) {
  width: 75px;
  text-align: right;
}

.asset-history tr td:last-child {
  padding-right: 0;
}

.asset-history tr td .remove {
  color: #8a8b8c;
}

.asset-history tr td .remove img {
  margin-left: 3px;
}

.asset-history tr td .remove:hover {
  color: #eb4134;
}

.asset-history tr td .remove:hover img {
  filter: invert(31%) sepia(94%) saturate(2124%) hue-rotate(343deg) brightness(95%) contrast(93%);
}


.asset-history tr td .pdf-file {
  color: #000;
  font-weight: 500;
  line-height: normal;
}

.asset-history tr td .pdf-file img {
  margin-right: 7px;
}



/*==legalbanner-start==*/
.legal-banner h1 {font-size: 30px;line-height: 32px;color:#ffffff;font-weight:300;margin-bottom:70px;}
.legal-banner-content h2 {font-family: 'Roboto', sans-serif;font-size: 36px;line-height:1.2;color: #ffffff;font-weight: 700;}
.legal-banner-content p{font-size: 24px;line-height: 50px;color: #ffffff;font-family: "Roboto";font-weight: 400;}
.legal-banner {padding: 40px;min-height: 400px;background-size: cover;}
.legal-banner-content {margin-left: 120px;}
.legal-help-box {background-color: #fff;border-radius: 6px;box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 0px;margin-bottom:40px;height: calc(100% - 40px);}
.legal-help-box-img {height: 145px;display: flex;justify-content: center;align-items: center;background-color: #fafafa;border-radius: 6px 6px 0px 0px;}
.legal-help-box-content h3{font-size: 20px;line-height:1.1;margin-bottom: 10px;color: #2f2f2f;font-family: 'Roboto', sans-serif;font-weight: 700;}
.legal-help-box-content p {font-size: 14px;line-height: 19px;color: #2f2f2f;font-weight:300;font-family: 'Roboto', sans-serif;margin-bottom: 5px;}
.legal-help-box-content {padding: 24px;}
p.phone-no{margin-bottom:0px;}
.legal-box-part {max-width:1120px;margin:0 auto;}
.legal-help-box-img img {border-radius: 6px 6px 0px 0px;}
.legal-help-box-img img.wp_img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;}
.load-more{font-size: 18px;line-height: 19px;color: #ffffff;font-family: 'Roboto', sans-serif;font-weight: 300;border-radius: 3px;background-color: #1c85da;padding: 12px 26px;    margin-top: 10px;}

.load-more:hover {
  color: #fff;
  background: #fc577b;
 }

.legal-informtion .legal-help-box-content h3 {min-height: 44px;}
.legal-information-content p {font-size:22px;font-weight:300;font-family: 'Roboto', sans-serif;line-height: 30px;color: #2f2f2f;margin-bottom: 30px;}
.legal-information-content p b {font-weight:700;}
.legal-information-content {padding: 0px 115px;}
/*==legalbanner-end==*/



.liability-steps {
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 16px;
  position: relative;
  height: 250px;
  border: 1px solid rgba(0,0,0,0.1);
  padding-left: 200px;
}

.liability-steps.step-2 {
  padding-left: 30px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.liability-steps.step-2 .offer-lady {
  left: -180px;
}

.liability-steps .close {
  position: absolute;
  top: 20px;
  right: 30px;
}


.liability-steps .offer-lady {
  position: absolute;
  left: -20px;
  bottom: 0;
  max-width: 200px !important;
}

.liability-steps .debut-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.liability-steps .debut-right .debut-right-text {
  padding-right: 15px;
}

.liability-steps .debut-right .debut-right-text h3 {
  font-size: 26px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 13px;
}

.liability-steps .debut-right .debut-right-text p {
  font-size: 18px;
  color: #7e7e7e;
}

.liability-steps .debut-right .debut-right-text p:last-child {
  margin-bottom: 0;
}

.liability-form::after {
  display: none !important;
}

.agreement-steps-warpper .row input[type="text"],
.agreement-steps-warpper .row input[type="email"],
.agreement-steps-warpper .row input[type="password"],
.agreement-steps-warpper .row input[type="date"] {
  width: 100%;
  height: 46px;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.agreement-steps-warpper .row input[type="text"]:focus,
.agreement-steps-warpper .row input[type="email"]:focus,
.agreement-steps-warpper .row input[type="password"]:focus,
.agreement-steps-warpper .row input[type="date"]:focus {
  border-color: #000;
  color: #000;
}


/*==mk-start==*/
.assets-form.property-form {padding: 0pc;background-color: transparent;box-shadow: none;max-width: 765px;}
.assets-form.property-form h3 {color:#2c2e35;font-size:22px;margin-bottom:30px;margin-top:25px;font-family: 'CircularStdBlack';}
.assets-form.property-form label {font-size:14px;margin-bottom:5px;color:#2f2f2f;}
.form--small-title h2{font-size:24px;color:#2c2e35;}
.assets-form.property-form .without-image #a li i , .btn-select li i{display:none;}
.assets-form.property-form .without-image #a li {padding: 15px 17px 15px 17px;}
.assets-form.property-form .row {margin-left:-45px;margin-right:-45px;}
.assets-form.property-form .col-sm-6 , .assets-form.property-form .col-sm-12{padding:0px 45px;margin:0;}
.assets-form.property-form::after {display:none;}
.assets-form.property-form input {background-color:#fff;}
.assets-form.property-form .custome-select{margin-right:auto;}
.assets-form.property-form .custome-redio input {background-color:transparent;}
/*==mk-end==*/


.need-for-court {
  width: 100%;
  margin-top: 45px;
  font-family: 'Roboto', sans-serif;
}

.need-for-court h2 {
  margin: 0 0 45px 0;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #2f2f2f;
  font-family: 'Roboto', sans-serif;
  padding-top:20px; /*@Author:Akshay - 06-10-2020*/
}

.need-for-court .needs-list {
  width: 100%;
  margin: 0;
}

.need-for-court .needs-list > li {
  display: flex;
  margin-bottom: 18px;
  background: #fff;
  border: 1px #dfe1e1 solid;
  box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
  padding: 25px 33px;
  border-radius: 5px;
  position: relative;
}

.need-for-court .needs-list > li figure {
  margin: 0;
  min-width: 183px;
}

.need-for-court .needs-list > li .court-content {
  margin-left: 0;
  padding-left: 35px;
}

.need-for-court .needs-list > li .court-content h3 {
  font-size: 28px;
  color: #2f2f2f;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.need-for-court .needs-list > li .court-content .need-itesms {
  width: 100%;
  margin: 0;
}

.need-for-court .needs-list > li .court-content .need-itesms li {
  font-size: 15px;
  color: #2f2f2f;
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../images/blue-check.png) no-repeat 0 6px;
}

.need-for-court .needs-list > li .court-content .need-itesms li.time {
  background: url(../images/watch.png) no-repeat 0 4px;
}

.need-for-court .needs-list > li .court-content .need-itesms li:last-child {
  margin-bottom: 0;
}


.need-for-court .needs-list > li .court-content h6 {
  font-size: 17px;
  color: #3ea1f4;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 12px 0;
}

.need-for-court .needs-list > li .court-content .pdf-doc {
  display: flex;
}

.need-for-court .needs-list > li .court-content .pdf-doc i {
  margin: 0;
}


.need-for-court .needs-list > li .court-content .pdf-doc span {
  margin-left: 10px;
  font-size: 15px;
  color: #2f2f2f;
  text-decoration: underline;
}


.custome-radio-blue {
  position: relative;
  margin: 0 5px 5px 0;
}

.custome-radio-blue input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.custome-radio-blue span {
  font-size: 15px;
  color: #2f2f2f;
  padding-left: 30px;
  background: url(../images/radio-blue.png) no-repeat 0 0;
  min-height: 22px;
  display: inline-block;
  cursor: pointer;
}

.custome-radio-blue span:hover {
  cursor: pointer;
}

.custome-radio-blue input[type="radio"]:checked + span {
  background: url(../images/radio-blue-checked.png) no-repeat 0 0;
}





.need-for-court .needs-list > li .price-part {
  display: flex;
  margin: 0;
  flex-flow: column;
  justify-content: space-between;
}

.need-for-court .needs-list > li .price-part .price {
  font-size: 28px;
  color: #1c85da;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-right: 0;
}

.need-for-court .needs-list > li .price-part a {
  height: 46px;
  background: #488ff7;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 26px;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
}

.need-for-court .needs-list > li .price-part a:hover {
  background: #fc577b;
  color: #fff;
}


/* 8 - 7 - 2020 */
.orders-gray-warpper {
  background: #eeeeee;
  min-height: 100vh;
}


.orders-gray-warpper .assets-form .form-filds input[type="text"],
.orders-gray-warpper .assets-form .form-filds input[type="email"],
.orders-gray-warpper .assets-form .form-filds input[type="password"],
.orders-gray-warpper .assets-form .form-filds input[type="date"],
.orders-gray-warpper .assets-form .form-filds input[type="number"],
.orders-gray-warpper .assets-form select {
  background-color: #fff;
  border-radius: 5px;
}

.orders-gray-warpper .assets-form .form-filds label {
  width: 100%;
}


.orders-gray-warpper .assets-form.property-form h3 {
  font-size: 40px;
  color: #3c4449;
  font-weight: 900;
}


.orders-gray-warpper .assets-form .form-filds .custome-redio {
    display: inline-flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    vertical-align: top;
}

.orders-gray-warpper .assets-form .form-filds .custome-redio label {
  background: none;
  font-size: 22px !important;
  background: #fff;
  color: #3c4449;
  font-weight: 600;
  width: 100%;
  padding: 0 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  width: 172px;
  height: 105px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 0;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
}

.orders-gray-warpper .assets-form .form-filds input[type="radio"], .orders-gray-warpper .assets-form .form-filds .custom-check input[type="checkbox"] {
  z-index: 1;
}

.orders-gray-warpper .assets-form .form-filds input[type="radio"]:checked + label, .orders-gray-warpper .assets-form .form-filds .custom-check input[type="checkbox"]:checked + label {
  background: #3c4449;
  color: #fff;
}



.orders-gray-warpper .assets-form .btns-warpper {
  margin-top: 35px;
}

.orders-gray-warpper .assets-form .btns-warpper input {
  width: 328px;
  max-width: 100%;
  min-height: 56px;
  background: #488ff7 url(../images/right-arrow-white-2.png) calc(100% - 22px) center no-repeat;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
}

.orders-gray-warpper .assets-form .btns-warpper input:hover {
  background: #fc577b url(../images/right-arrow-white-2.png) calc(100% - 22px) center no-repeat;
}


.orders-gray-warpper .back-page {
  font-size: 20px;
  color: #488ff7;
  margin-bottom: 11px;
  display: inline-block;
}

.orders-gray-warpper .back-page::before {
  content: url(../images/blue-arrow-left.png);
  float: left;
  margin-right: 10px;
}


.dashbord-title .process-bar {
  position: absolute;
  width: 100%;
  background: #e4e5e7;
  height: 7px;
  bottom: -7px;
  left: 0;
}

.dashbord-title .process-bar span {
  background: #1c85da;
  height: 100%;
  width: 3.5%;
  float: left;
}


.orders-gray-warpper .dashbord-title {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
}

.orders-gray-warpper .dashbord-title figure {
  margin: 0 20px 0 0;
}

.orders-gray-warpper .dashbord-title .btns-warpper.right {
  margin-right: 0;
}

.orders-gray-warpper .dashbord-title .btn {
  width: 130px;
  border: #e7e7e7 1px solid;
  font-size: 18px;
  color: #3c4449;
  font-weight: 300;
}

.orders-gray-warpper .dashbord-title .btn:hover{
  background: #1c85da;
  border-color: #1c85da;
  color: #fff;
}


.container-small .assets-form.property-form {
  max-width: 880px;
}


.three-block {
  margin-left: 30px;
  margin-right: 30px;
}


.has-fild-icon .fild-icon {
  height: 46px;
  width: 46px;
  border: #e5e5e5 1px solid;
  text-align: center;
  line-height: 46px;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
  font-size: 17px;
}

.has-fild-icon .fild-icon.left {
  border-radius: 5px 0 0 5px;
}

.has-fild-icon .fild-icon.left + input {
  border-radius: 0 5px 5px 0 !important;
  width: calc(100% - 46px);
  border-left: none;
}

.has-fild-icon .fild-icon.right {
  border-radius:0 5px 5px 0;
}

.has-fild-icon .fild-icon.right + input {
  border-radius: 5px 0 0 5px !important;
  width: calc(100% - 46px);
  border-right: none;
}


.assets-form .d-flex,
.three-block  {
  flex-wrap: wrap;
}


.orders-gray-warpper .assets-form .form-filds .custome-redio.big {
  width: calc(33.3% - 18px);
}

.orders-gray-warpper .assets-form .form-filds .custome-redio.big label {
  width: 100%;
  height: 140px;
  font-size: 17px;
  line-height: 22px;
}

.payment-warpper {
  background: #fff;
  padding: 45px 45px 35px;
  border-radius: 25px;
}


.blue-underline {
  color: #1c85da;
  text-decoration: underline;
}

.payment-title {
  background: url(../images/lock.png) no-repeat center right;
  padding-right: 40px;
  display: inline-block;
  min-height: 32px;
}



.property-minutes-warpper {
  background: #eeeeee;
}


.property-minutes-top-bar {
  width: 100%;
  background: #fff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  position: relative;
}

.property-minutes-top-bar figure {
  float: left;
  margin: 0;
}

.property-minutes-top-bar .head-slogan {
  font-size: 28px;
  color: #2f2f2f;
  font-weight: 600;
  margin-left: 25px;
  display: inline-block;
}


.property-minutes-top-bar .btn {
  margin-right: 0;
  width: 130px;
  border: #e7e7e7 1px solid;
  font-size: 18px;
  color: #3c4449;
  font-weight: 300;
}

.property-minutes-top-bar .btn:hover {
  background: #1c85da;
  border-color: #1c85da;
  color: #fff;
}

.property-minutes-top-bar .btn:hover,
.property-minutes-top-bar .btn:focus {
  box-shadow: none;
  outline: none;
}


  /* Head Process bar */
.property-minutes-top-bar .process-bar {
  position: absolute;
  width: 100%;
  background: #e4e5e7;
  height: 7px;
  bottom: -7px;
  left: 0;
}

.property-minutes-top-bar .process-bar span {
  background: #1c85da;
  height: 100%;
  width: 3.5%;
  float: left;
}


  /* Property Content */
.property-minutes-content {
  max-width: 910px;
  padding: 0 15px;
  margin-top: 85px;
  letter-spacing: 0;
  margin-bottom: 85px;
}

.property-minutes-content,
.property-minutes-content p {
  font-size: 22px;
  font-family: 'Circular Std';
  line-height: 28px;
}

.property-minutes-content p:not(:last-child) {
  margin-bottom: 25px;
}


.property-minutes-content h2 {
  font-size: 40px;
  color: #3c4449;
  margin: 0 0 40px 0;
  font-family: 'Circular Std';
  font-weight: 900;
}


.property-minutes-content h6 {
  font-size: 22px;
  color: #3c4449;
  margin:25px 0;
  font-family: 'Circular Std';
  font-weight: 900;
}

.property-minutes-content .btn.blue {
  background: #488ff7;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 32px;
  margin-top: 30px;
}

.property-minutes-content .btn.blue:hover {
  background: #fc577b;
  color: #fff;
}

.property-minutes-content .btn.blue:hover,
.property-minutes-content .btn.blue:focus {
  box-shadow: none;
  outline: none;
}



/* Notifications Table */
.notifications-table {
  width: 100%;
  margin-bottom: 60px;
}

.notifications-table table {
  width: 100%;
  background: #fff;
  border-radius: 7px;
}

.notifications-table table tr th {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 300;
  color: #2f2f2f;
  border-bottom: #dadfe1 1px solid;
}

.notifications-table table tr td {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 400;
  color: #1c85da;
  border-bottom: #e9eced 1px solid;
}

.notifications-table table tr td:nth-child(3) {
  width: 50%;
}

.notifications-table table tr td a {
  text-decoration: underline;
  font-weight: 600;
}

.notifications-table table tr:last-child td {
  border-bottom: none;
}


/* Manage Members */
.manage-members {
  width: 100%;
  margin-bottom: 60px;
}

.manage-members h3 {
  font-size: 22px;
  color: #2f2f2f;
  font-weight: 600;
  margin: 0 0 23px 0;
}


.manage-members table {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  min-width: 600px;
}

.manage-members table tr th {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 300;
  color: #2f2f2f;
  border-bottom: #dadfe1 1px solid;
}

.manage-members table tr td {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 400;
  color: #1c85da;
  border-bottom: #e9eced 1px solid;
  position: relative;
}

.manage-members table tr th:nth-child(2) {
  width: 50%;
}

.manage-members table tr th:nth-child(3),
.manage-members table tr td:nth-child(3) {
  text-align: center;
}

.manage-members table tr:last-child td {
  border: none;
}

.manage-members table tr td input[type="text"],
.manage-members table tr td input[type="email"]
.manage-members table tr td input[type="number"] {
  width: 100%;
  padding: 0 15px;
  height: 46px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  font-size: 15px;
}

.manage-members table tr td .status {
  background: #1c85da;
  color: #fff;
  border-radius: 30px;
  padding: 7px 40px;
}

.manage-members table tr td .status.pending {
  background: #dedede;
}

.manage-members table tr td .status.activated {
  background: #5ec465;
}


.manage-members table tr td a.actions {
  height: 26px;
  width: 26px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.manage-members table tr td a.actions.open,
.manage-members table tr td a.actions:hover {
  background: #ebebeb;
}



.manage-members table tr td .invite-action {
  position: absolute;
  background: #fff;
  width: 190px;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  text-align: left;
  padding: 15px 24px;
  margin: 0 0 0 40px;
  display: none;
}

.manage-members table tr td a.actions.open + .invite-action {
  display: block;
}

.manage-members table tr td .invite-action a {
  color: #000000;
  font-size: 14px;
}

.manage-members table tr td .invite-action a:hover {
  color: #1c85da;
}

/* Settings menu*/
.avatar-links {
  position: relative;
}

.dashbord-sidebar .user-profile .avatar-links a.active {
  opacity: 1;
}


.sidebar-dropdown {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 0;
  text-align: left;
  width: 90%;
  left: 5%;
  color: #000;
  font-weight: 600;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 0px;
  top: 32px;
  visibility: hidden;
  opacity: 0;
  z-index: -3;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar-dropdown.open {
  opacity: 1;
  z-index: 9;
  visibility: visible;
  margin-top: 0;
}

.sidebar-dropdown li {
  border-bottom: rgba(255,255,255,0.2) 1px solid;
  padding: 12px 17px;
}

.sidebar-dropdown li a {
  color: #000;
  opacity: 1;
}


.sidebar-dropdown li:hover a {
  color: #000;
  text-decoration: underline;
  opacity: 1;
}

.sidebar-dropdown li:first-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
/* Parenting CSS */
.parenting-schedule-wrap {
    display: flex;
    flex-wrap: wrap;
}
.parenting-schedule-wrap .parenting-schedule-options-wrap {
    width: calc(25% - 20px);
    box-sizing: border-box;
}
.parenting-schedule-wrap .parenting-schedule-options-wrap .wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 20px;
    border-radius: 6px;
}
.parenting-schedule-wrap .parenting-schedule-calender-wrap {
    width: calc(75% - 20px);
}
.parenting-schedule-options-wrap .parenting-schedule-options-header {
    padding: 30px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.parenting-schedule-options-wrap .parenting-schedule-options-header h2 {font-size: 26px;font-weight: 700;color: #2f2f2f;font-family: 'Roboto';margin-bottom: 15px;line-height: 26px;}

.parenting-schedule-options-wrap .parenting-schedule-options-header p {
    color: #7e7e7e;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.parenting-schedule-options-wrap .parenting-schedule-options-header img {
    max-width: 90px !important;
    width: 100%;
}
.parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title {
    border-top: 1px solid #ececec;
}
.parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title p {
    padding: 20px 25px;
    margin-bottom: 0;
    color: #5a5a5a;
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 18px;
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border: 0;
    -webkit-appearance: none;
}
.parenting-schedule-content p.additional-title{
    color: #5a5a5a;
    font-size: 16px !important;
    font-family: 'Roboto';
    line-height: 18px;
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border: 0;
    -webkit-appearance: none;
}
.parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title p:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    right: 25px;
    position: absolute;
    color: #5a5a5a;
    background-image: url(../images/accordian-arrow.png);
    display: inline-block;
    width: 14px;
    height: 8px;
    background-position: center;
    top: 50%;
    margin-top: -4px;
}
.parenting-schedule-action-btn {
    text-align: right;
    padding: 0 14px 25px 14px;
}
.parenting-schedule-action-btn a {
    background: #1c85da;
    color: #fff;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    width: 128px;
    text-align: center;
    display: inline-block;
}
.parenting-schedule-action-btn a.cancle {
    background: transparent;
    color: #000;
}
.parenting-schedule-action-btn a:hover {
    background: #fc577b;
    color: #fff;
}
.parenting-schedule-content {padding: 0px 25px;}
.parenting-schedule-content  .form-body label{font-weight:bold;font-family: 'Roboto', sans-serif;margin-bottom: 2px;}
.parenting-schedule-content  .form-body input[type=date] {text-transform: uppercase;}
.parenting-schedule-content  .form-body input {height:45px;border-color: rgba(0,0,0,0.15);font-size: 16px;font-weight: lighter;color: #000;}
.parenting-schedule-content .form-group {margin-bottom: 13px;}
.parenting-schedule-content select {color: #5a5a5a;background-image: url(../images/accordian-arrow.png);background-position:right 10px center;height: 45px;border:1px solid  rgba(0,0,0,0.15);display: block;width: 100%;padding: 10px 15px;-webkit-appearance: none;border-radius:3px;background-color:transparent;background-size: 11px;background-repeat: no-repeat;}
.parenting-schedule-content select::placeholder {
  color: #5a5a5a !important;
  opacity: 1;
}
.parenting-schedule-content select:-ms-input-placeholder {
  color: #5a5a5a !important;
}
.parenting-schedule-content select::-ms-input-placeholder {
  color: #5a5a5a !important;
}
.parenting-schedule-content .form-body {padding-bottom:10px;}
.parenting-schedule-content p {font-size:13px;    margin-bottom: 15px;}
.parenting-schedule-content .form-group .row{margin-left:-5px;margin-right:-5px;}
.parenting-schedule-content .form-group .col-sm-12 , .form-group .col-sm-6 , .form-group .col-sm-4 {padding:0px 5px;margin:0px;}
.parenting-schedule-content .custome-checkbox-round label {font-size: 14px !important;font-weight: 400 !important;color: #000;}
.parenting-schedule-content .custome-value-select li{margin-bottom:0px;}
.parenting-schedule-content .custome-checkbox-round label{background-image:url(../images/radio-blue.png);background-position:  top left;background-size: 21px;}
.parenting-schedule-content .custome-checkbox-round input:checked + label {background: url(../images/radio-blue-active.png) no-repeat 0 0px;background-size:21px;}
.parenting-schedule-content .custome-value-select{margin-bottom:15px;}
.parenting-schedule-content a.blue-btn.btn {background-color:#1c85da;color: #fff;font-weight: bold;font-size: 14px;margin-top: 0px;}
.parenting-schedule-content img {margin-top: -4px;margin-right: 5px;}
.parenting-schedule-content .radio-click-content.show-content {display:block;}
.parenting-schedule-content .radio-click-content input , .parenting-schedule-content .radio-click-content select {margin-bottom:12px;}
.parenting-create-block .parenting-schedule-action-btn {
    position: relative;
    top: -25px;
}

.parenting-create-block .parenting-schedule-wrap {
    position: relative;
    top: -25px;
}
.parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title .success:before {
    content: "";
    position: absolute;
    background-image: url(../images/sucess-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    left: 4px;
    top: 50%;
    background-position: center;
    z-index: 9;
    transform: translateY(-50%);
}

/*Consent Order Document Forms CSS*/
.consent-application-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -10px;
}
.consent-application-list li {
    padding: 0 10px;
    margin: 0;
    width: 25%;
}
.consent-application-list li .list-block {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 2px rgba(119, 119, 119, 0.1);
    position: relative;
    text-align: center;
    min-height: 360px;
    padding: 20px;
}
.consent-application-list .list-block h3 {
    color: #1c85da !important;
    font-size: 22px !important;
    line-height: 22px;
    font-family: "Roboto";
    font-weight: bold !important;
}
.consent-application-list .list-block h4 {
    color: #2f2f2f;
    font-size: 22px;
    font-family: "Roboto";
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 22px;
}
.consent-application-list .step-options {
    text-align: left;
}
.consent-application-list .step-options .option-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}
.consent-application-list .step-options .option-block .image {
    min-width: 26px;
    margin: 0;
    display: block;
}
.consent-application-list .step-options .option-block .text {margin: 0;font-size: 15px;color: #2f2f2f;font-family: "Roboto";line-height: 22px;}
.consent-order-form h5 {
    font-size: 22px !important;
    line-height: 26px;
    color: #3c4449;
    font-family: 'CircularStd-Book';
}
.consent-order-form .form-filds select, .consent-order-form .form-filds input[type="text"], .assets-form .form-filds input[type="email"], .assets-form .form-filds input[type="password"], .assets-form .form-filds input[type="date"], .assets-form .form-filds input[type="number"], .assets-form .form-filds input[type="time"] {
    color: #2f2f2f;
    font-weight: 400;
}
.consent-order-form h3 a,
.consent-order-form p a,
.consent-order-form label a{
    color: #488ff7 !important;
    text-decoration: underline;
}
.consent-order-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}
.consent-order-form .form-filds input::placeholder,
.consent-order-form .form-filds select::placeholder {
  color: #2f2f2f;
  opacity: 1;
}
.consent-order-form .form-filds input:-ms-input-placeholder,
.consent-order-form .form-filds select:-ms-input-placeholder {
 color: #2f2f2f;
}
.consent-order-form .form-filds input::-ms-input-placeholder,
.consent-order-form .form-filds select::-ms-input-placeholder { 
 color: #2f2f2f;
}
.consent-order-form h3 {
    line-height: 44px;
    margin-bottom: 10px;
    font-size: 39px !important;
    color: #3c4449 !important;
    font-weight: 900 !important;
}
.consent-order-form h3.small {
    font-size: 30px !important;
    line-height: 36px;
}
.consent-order-form p {
    color: #7e7e7e !important;
    font-family: "Roboto";
    font-size: 20px;
}
.consent-order-form p a {
    color: #488ff7;
    text-decoration: underline;
}
.consent-order-form .btn {
    height: 56px;
    line-height: 56px;
    border: 0;
    padding: 0 28px;
    font-family: "Roboto";
}
.consent-order-form .btn.btn-blue {
    background-color: #488ff7;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.consent-order-form .btn.btn-blue:hover {
    background-color: #fc577b;
}
.consent-order-form .add-child-btn {
    width: 328px;
    max-width: 100%;
    min-height: 56px;
    background: #488ff7;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 56px;
    padding: 0 15px;
}
.consent-order-form .add-child-btn span {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    display: inline-block;
    transform: translateY(2px);
}
.consent-order-form .add-child-btn:hover {
    background-color: #fc577b;
}
.consent-order-form .btn.cancle-btn {
    font-size: 16px;
    color: #3c4449;
    font-weight: 300;
}
.consent-order-form .btn.cancle-btn:hover {color: #488ff7;}
.consent-order-form .offer-item {
    background-color: #fff;
    border-bottom: 3px solid #e2e2e2;
    border-radius: 6px;
    margin: 0 0 18px 0 !important;
    padding: 30px;
    cursor: pointer;
}
.consent-order-form .offer-item span {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 300;
}
.consent-order-form .offer-item h6 {
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 0;
    margin-top: 3px;
}
.consent-order-form .offer-item.active,.consent-order-form .offer-item:hover {
    background-color: #3c4449;
}
.consent-order-form .offer-item.active span, .consent-order-form .offer-item:hover span {
    color: #fff;
}
.consent-order-form .offer-item.active h6, .consent-order-form .offer-item:hover h6 {
    color: #fff;
}
.consent-order-form .date-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px;
}
.consent-order-form .date-wrapper.full {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.consent-order-form .date-wrapper .date-block {
    padding: 0 5px;
    width: 31%;
}
.consent-order-form .date-wrapper .date-block input,
.consent-order-form .date-wrapper .date-block select {
    height: 52px;
}
.consent-order-form .date-wrapper .date-block:last-child {
    width: 38%;
}
.consent-order-form .date-wrapper.equal .date-block {
    width: 33.3333%;
}
.consent-order-form .date-wrapper.half .date-block {
    width: 50%;
}
.consent-order-form .date-wrapper.full .date-block {
    width: 100%;
    margin-bottom: 12px;
}
.consent-order-form .btns-warpper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consent-order-form .btns-warpper a {
    margin: 0;
    background: transparent !important;
    font-size: 20px;
    width: auto !important;
    color: #488ff7 !important;
    padding: 0 15px;
}
.consent-order-form .btns-warpper a:hover {
    color: #fc577b !important;
}
.consent-order-form .col-sm-8 ,
.consent-order-form .col-sm-10,
.consent-order-form .col-md-8,
.consent-order-form .col-md-10 {
    margin: 0;
    padding: 0 45px;
}
.child-form-wrapper .form-inner-row{
    margin: 0 -5px !important;
}
.consent-order-form .form-inner-row {
    margin: 0 -15px !important;
}
.child-form-wrapper .form-inner-row .col {
    padding: 0 5px !important;
}
.child-form-wrapper {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.4);
}
.child-form-wrapper.small {
    padding: 25px 22px;
    min-height: 100%;
}
.child-form-wrapper.small .checkmark,
.consent-order-form .checkmark{
    transform: translateY(-4px);
}
.child-form-wrapper .checkmark,
.consent-order-form .checkmark {
    width: 36px;
    height: 34px;
    box-shadow: none;
    border: 1px solid #e4e5e7;
    border-radius: 5px;
}
.child-form-wrapper .check-container .checkmark:after ,
.consent-order-form .check-container .checkmark:after {
    width: 8px;
    height: 16px;
    left: 12px;
    top: 6px;
}
.child-form-wrapper .check-container.bold {
    color: #3c4449 !important;
    font-size: 22px !important;
    line-height: 36px !important;
    font-family: "Roboto";
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.child-form-wrapper .custom-check-boxes ,
.consent-order-form  .custom-check-boxes {
    margin-top: 10px;
}
.consent-order-form .date-wrapper.last-half .date-block {
    width: 29%;
}

.consent-order-form .date-wrapper.last-half .date-block:nth-child(3),.consent-order-form .date-wrapper.last-half .date-block:nth-child(4) {
    width: 21%;
}
.consent-order-form .date-wrapper.second-last-half .date-block:last-child {
    width: 21%;
}

.consent-order-form .date-wrapper.second-last-half .date-block:nth-child(3) {
    width: 11%;
}

.consent-order-form .date-wrapper.second-last-half .date-block {
    width: 34%;
}
.consent-order-form .btns-warpper input {
    font-weight: bold !important;
}
/*Payment page css*/
.parenting-orders-payment-box{ background-color: #fff;border-radius: 30px; }
.payment-radio {min-height: 100px;min-width:200px;max-height: 100px;max-width:200px;vertical-align: top;cursor: pointer;position: relative;padding: 10px; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
 .parenting-orders-payment-box .payment-radio input{position: absolute;opacity: 0;visibility: hidden;}
 .parenting-orders-payment-box .payment-radio span::before{content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 2px solid #2385d9;border-radius: 5px;transition: all 0.2s;opacity: 0;visibility: hidden;}
 .parenting-orders-payment-box .payment-radio span::after{content: '';width: 20px;height: 20px;position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%) rotate(45deg);background-color: #fff;border: 2px solid #2385d9;border-top: none;border-left: none;transition: all 0.2s ease-in-out;z-index: 1;opacity: 0;visibility: hidden;}
 .parenting-orders-payment-box .payment-radio input:checked + span::before,
 .parenting-orders-payment-box .payment-radio input:checked + span::after{visibility: visible;opacity: 1;}
 .parenting-orders-payment-box .payment-radio span img{position: relative;z-index: 2;max-height: 80px;object-fit: contain;}
 .parenting-orders-payment-box .st-payment-block label{width: 100%;font-size: 14px;margin-bottom: 5px;color: #2f2f2f;font-weight: 400;margin: 0;}
 .parenting-orders-payment-box .st-payment-block input{background-color: #fff;border-radius: 5px;width: 100%;height: 46px;border: #e5e5e5 1px solid;padding: 0 17px;font-size: 18px;font-weight: 300;}
 .parenting-orders-payment-box .st-payment-block input:focus{border-color: #488ff7;}
 .parenting-orders-payment-box .st-payment-block select{width: 100%;height: 46px;border: #e5e5e5 1px solid;padding: 0 20px;font-size: 18px;font-weight: 300;-webkit-appearance: none;background: url(assets/images/down-greay-arrow.png) no-repeat calc(100% - 17px) center;color: #5a5a5a;background-color: #fff;border-radius: 5px;}
 .parenting-orders-payment-box .st-payment-block select:focus {border-color: #000;color: #000;}

/* Child Abuse Css */

.consent-application-list .list-block h3 {
    color: #1c85da !important;
    font-size: 22px !important;
    line-height: 22px;
    font-family: "Roboto";
    font-weight: bold !important;
}
.assets-form.property-form.child-abuse-form label {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #2f2f2f;
    line-height: 20px !important;
}
.container-small .assets-form.property-form.child-abuse-form {
    max-width: 920px;
}
.container-small .assets-form.property-form.child-abuse-form .checkmark {
    box-shadow: none !important;
}
.container-small .assets-form.property-form.child-abuse-form .check-container {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px !important;
    cursor: pointer;
    font-size: 18px !important;
    color: #2f2f2f !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px !important;
}
.container-small .assets-form.property-form.consent-order-form.child-abuse-form p {
  font-size: 22px;
  color: #292929;
  font-family: 'circlarbook';
}
.container-small .assets-form.property-form.consent-order-form.child-abuse-form .text-area-label {
  font-size: 22px !important;
  color: #3c4449;
  line-height: 25px !important;
  font-weight: bold;
  margin-bottom: 15px !important;
  font-family: "Roboto";
}
.container-small .assets-form.property-form .btns-warpper.single {
  justify-content: flex-end;
}
.container-small .assets-form.property-form .btns-warpper.single input {
    width: 440px;
}
.container-small .assets-form.property-form.child-abuse-form .btns-warpper .add-child-btn {
  background-color: #858585 !important;
    display: block;
    width: 100% !important;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    min-height: 56px;
    border-radius: 5px;
}
.container-small .assets-form.property-form.child-abuse-form .btns-warpper .add-child-btn:hover {
  background-color: #fc577b !important;
  color: #fff !important
}
.assets-form.property-form.child-abuse-form .col-md-6 {
    padding: 0px 45px;
    margin: 0;
}


















































/*================================================*/
/*================ Responsive Css ================*/
/*===============================================*/

@media screen and (max-width: 1599px) {
  .parenting-schedule-wrap .parenting-schedule-options-wrap {width: calc(35% - 14px);}
  .parenting-schedule-wrap .parenting-schedule-calender-wrap {width: calc(65% - 14px);}
  #collapsetwo input[type=date] {
      font-size: 13px;
  }
}
@media screen and (max-width:1400px) {
  .legal-help-box-content p br {display:none;}
  .legal-information-content {padding: 0px 80px;}
  .legal-banner-content {margin-left: 85px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header h2 {font-size: 20px;margin-bottom: 10px;line-height: 24px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header p {font-size: 15px;line-height: 20px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header > div p {padding-right: 5px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header {padding: 25px 20px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header img {max-width: 80px !important;}
  .parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title p {padding: 15px 20px;font-size: 16px;line-height: 16px;}
  .parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title p:after {font-size: 16px !important;}
}
@media(max-width:1400px) {
  .legal-help-box-content p br {display:none;}
  .legal-information-content {padding: 0px 80px;}
  .legal-banner-content {margin-left: 85px;}
}
@media (max-width: 1279px) {
  div.card-content p {
    height: 105px !important;
  }
}
@media (min-width:1025px) and (max-width:1330px) {


  .agreement-steps-warpper {
    margin-top: 40px;
  }

  .agreement-steps-warpper .back-step {
    left: 0;
    top: -40px;
    transform: translate(0);
    opacity: 0.6;
  }

  .agreement-steps-warpper .back-step::after {
    content: "Back";
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    position: relative;
    top: 1px;
  }

  .agreement-steps-warpper .back-step img {
    width: 14px;
  }

  .lawyers-home-services > li {
    width: 29%;
  }

  .lawyers-home-services > li .content h3 {
    font-size: 24px;
    line-height: normal;
  }

  .assets-form::after {
    width: 120px;
    height: 263px;
    left: -110px;
    top: 46px;
  }


  .request-valuation::after {
    bottom: 230px;
    right: -100px;
    top: initial;
    left: initial;
  }

  .right-small-popup {
    position: relative;
    right: 0;
    width: 100%;
    padding: 30px 20px;
    bottom: 0;
    margin-top: 25px;
  }




}

@media (max-width: 1133px) {
  div.card-content p {
    height: 125px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-trip-img {
    margin-left: -20px;
  }


  .liability-steps.step-2 .offer-lady {
    max-width: 100px !important;
    left: -80px;
  }

  .orders-gray-warpper .dashbord-title {
    padding-right: 30px;
  }

  .orders-gray-warpper .dashbord-title figure {
    width: 90px;
  }

  .dashbord-container .dashbord-title h2 {
     font-size: 24px;
  }



}



.legal-banner .mobi-menu,
.dashbord-container .dashbord-title .mobi-menu {
  display: none;
}

.dashbord-sidebar .exit {
  display: none;
}

@media (max-width: 1024px) {
  div.card-content p {
    height: 105px !important;
  }
  .assets-form::after {
    display: none;
  }


  .dashbord-sidebar {
    left: -100%;
    opacity: 0;
  }

  .agreement-steps-warpper {
    margin-top: 40px;
  }

  .agreement-steps-warpper .back-step {
    left: 0;
    top: -40px;
    transform: translate(0);
    opacity: 0.6;
  }

  .agreement-steps-warpper .back-step::after {
    content: "Back";
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    position: relative;
    top: 1px;
  }

  .agreement-steps-warpper .back-step img {
    width: 14px;
  }

  .dashbord-container {
    width: 100%;
  }

  .offer-list li {
    width: calc(33.3% - 35px);
  }


  .dashbord-container .dashbord-title {
     padding: 25px 60px;
  }

  .dashbord-container .dashbord-title h2 {
    font-size: 24px;
  }

  .dashbord-container .dashbord-title .close {
    right: 20px;
  }

  .dashbord-container .dashbord-title .mobi-menu {
    display: block;
    position: absolute;
    left: 17px;
    width: 24px;
    opacity: 1;
    top: 50%;
    transform: translate(0,-50%);
  }


  .legal-banner .mobi-menu {
    display: block;
    left: 17px;
    width: 24px;
    opacity: 1;
    float: left;
    margin: 5px 15px 0 0;
  }

  .legal-banner .mobi-menu img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(101%) contrast(103%);
  }

  .dashbord-sidebar .exit {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
  }

  .dashbord-sidebar .exit img {
    width: 50%;
  }


  .dashbord-sidebar {
    transition: all 0.1s ease-in-out;
    z-index: 999;
  }

  .dashbord-sidebar.open {
    left: 0;
    opacity: 1;
  }

  .dashbord-sidebar {
    overflow: auto;
  }

  .dashbord-right-content {
    padding: 40px 25px;
  }

  .lawyers-home-services > li {
    width: 29%;
  }

  .right-small-popup {
    position: relative;
    right: 0;
    width: 100%;
    padding: 30px 20px;
    bottom: 0;
    margin-top: 25px;
  }


  .liability-steps.step-2 .offer-lady {
    max-width: 100px !important;
    left: -80px;
  }


}

@media(max-width:991px) {

 img.newdebut-lady{display:none;}
.legal-banner h1 {font-size:25px;margin-bottom:50px;}
.legal-banner-content h2 {font-size:32px;}
.legal-banner-content p {font-size: 20px;}


.orders-gray-warpper .dashbord-title figure {
  width: 80px;
}

.orders-gray-warpper .assets-form.property-form h3 {
  font-size: 30px;
}
.parenting-schedule-wrap .parenting-schedule-options-wrap {width: 100%;}
  .parenting-schedule-wrap .parenting-schedule-calender-wrap {width: 100% !important;margin-top: 40px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header > div {width: 100%;}



}


@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    top: -25px;
  }

  .top-trip-txt p {
    font-size: 16px;
  }

  .top-trip-txt h2 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 22px;
  }

  .need-help-inner .offer-list li {
    width: calc(50% - 14px);
  }

  a.btn-gray-dd {
    font-size: 16px;
    padding: 15px;
  }

  .offer-table table tbody td {
    font-size: 16px;
  }
  /*Consent order doc css*/
  .consent-application-list .step-options .option-block .text {
        font-size: 13px;
        line-height: 20px;
    }
    .consent-application-list .step-options .option-block .image {
        min-width: 20px;
    }

    .consent-application-list li {
        padding: 0 5px;
    }
    .consent-application-list li .list-block {
        padding: 15px 5px;
    }
    .consent-application-list {
        margin: 40px -5px;
    }

    .consent-application-list .list-block h3 {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .consent-application-list .list-block h4 {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .consent-application-list .step-options .option-block {
        margin-bottom: 4px;
    }
    .consent-application-list li .list-block {
        min-height: 370px;
    }
}


/* Akshay 25-07-2020 */
#partner_gender-error {
  position: absolute;
  left: 5px;
  top: 40px!important;
}
label#partner_email-error {
    position: absolute;
    left: 103px;
    top: 103px!important;
}
/* Akshay EndCode - 25-07-2020 */

@media (max-width: 767px) {
  div.card-content p {
    height: auto !important;
  }
  div.hopscotch-bubble {
    left: 20px !important;
  }
  .login-main-section {
    width: calc(100% - 30px);
    margin-top: 35px;
    padding-bottom: 35px;
  }

  .login-main-section .content-warpper h2 {
    font-size: 28px;
  }

  .login-main-section .content-warpper h6 {
    font-size: 17px;
    line-height: normal;
  }

  .login-terms-condition-warpper .terms-btns a {
    font-size: 16px;
  }


  .dashbord-container .dashbord-title h2 {
    font-size: 20px;
  }

  .dashbord-right-content {
    padding: 30px 15px;
    float: left;
  }

  .dashbord-right-content .dash-title h2 {
    font-size: 24px;
  }

  .dashbord-right-content .dash-title h4 {
    font-size: 15px;
  }

  .offer-steps {
    padding: 20px;
    min-height:320px; /* Akshay 23-07-2020 */
  }

  .offer-steps h3 {
    font-size: 20px;
  }

  /* Akshay 23-07-2020 */
  .step-list {
    left : 0px;
  }
  #div_is_torres_strait_islander {
    padding-top:50px;
  }
  /* Akshay 23-07-2020 */

  .step-list li h4 {
    font-size: 20px;
  }

  .step-list li span {
    font-size: 12px;
  }

  .offer-steps .offer-lady {
    display: none;
  }

  .offer-list li {
    width: calc(50% - 35px);
   }


   .agreement-steps-warpper {
     padding: 30px 20px;
   }

   .agreement-steps-warpper .step-tittle {
     font-size: 16px;
   }

   .agreement-steps-warpper .content {
     font-size: 20px;
     line-height: normal;
   }

   .agreement-steps-warpper .sub-content {
     font-size: 15px;
   }

   .invitenow h3 {
     font-size: 24px;
   }

   .invitenow .custome-redio label input[type="text"] {
     width: 100%;
   }

   .agreement-steps-warpper .btns-warpper a {
     width: 120px;
   }


   .with-head-title label {
     padding-left: 48px;
     font-size: 18px;
   }

   .with-head-title label span {
     font-size: 13px;
   }

   .agreement-steps-warpper form input[type="text"],
   .agreement-steps-warpper form input[type="email"],
   .agreement-steps-warpper form input[type="password"],
   .agreement-steps-warpper form input[type="date"] {
     font-size: 15px;
   }

   .lawyers-home-services > li {
      width: 45%;
      margin-bottom: 40px;
   }

   .dashbord-right-content .where-to-begin {
     margin-top: 25px;
   }

   .dashbord-right-content .where-to-begin h5 {
     font-size: 20px;
     margin-bottom: 5px;
   }

   .dashbord-right-content .where-to-begin {
     font-size: 16px;
   }

   .breadcrumb {
    top: -15px;
  }

  .top-trip-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -5px;
    margin-top: 15px;
    padding-right: 60px;
  }

  .top-trip-txt {
    padding: 10px 20px;
  }

  .top-trip-txt h2 {
    font-size: 20px;
  }

  .top-trip-txt p {
    font-size: 16px;
  }

  .top-trip-art {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .create-offer-wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .need-help-title h2 {
    font-size: 26px;
  }

  .need-help-title h4 {
    font-size: 16px;
  }

  .need-help-inner .offer-list li {
    width: calc(50% - 14px);
  }

  a.btn-blue-dd {
    min-width: 164px;
    font-size: 16px;
  }

  .prof-help-block {
    width: 100%;
    margin-right: 0;
  }

  .professional-help-inner {
    margin-right: 0;
  }

  .prof-help-block:nth-child(1n + 2) {
    margin-top: 20px;
  }

  .professional-help-wrap h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .prof-help-txt h3 {
    font-size: 22px;
  }

  a.btn-gray-dd {
    font-size: 16px;
    padding: 15px;
  }

  a.help-icon-dd {
    right: 20px;
    max-width: 34px;
  }

  .offer-latter-wrap {
    padding: 30px 30px;
  }

  .offer-latter-wrap .custome-radio label {
    font-size: 16px;
    width: 88%;
    vertical-align: top;
    margin-top: -5px;
  }

  .offer-latter-wrap ul li {
    font-size: 16px;
  }

  .offer-latter-wrap h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .offer-table {
    overflow: auto;
  }

  .offer-table table {
    width: 767px;
  }

  .offer-table table tbody td {
    font-size: 16px;
  }

  .assets-form {
    padding: 15px;
  }

  .assets-form .form-title h2 {
    margin-top: 0;
    font-size: 23px;
  }

  .assets-form .btns-warpper {
    float: left;
    margin-top: 13px;
    width: 100%;
  }

  .assets-form .btns-warpper a {
    height: 36px;
    width: 80px;
  }

  .btns-warpper.bottom-part a {
    width: auto;
  }


  .assets-form .form-filds input[type="text"],
  .assets-form .form-filds input[type="email"],
  .assets-form .form-filds input[type="password"],
  .assets-form .form-filds input[type="date"] {
    font-size: 14px;
  }

  #a li,
  .btn-select li,
  .assets-form .form-filds select {
    font-size: 14px;
  }

  .assets-form .form-filds .select-file-warpper::after {
    width: 28px;
    right: -10px;
    background-size: 100%;
  }

  .assets-list {
    overflow: auto;
  }


.legal-banner-content {margin-left: 0px;line-height: 1.2;}
.legal-banner-content h2 {font-size: 30px; line-height: 1;margin-bottom:15px;}
.legal-banner-content p {line-height:1.2;}
.legal-banner {padding: 20px 15px;}
.legal-informtion .legal-help-box-content h3 {min-height: unset;}
.legal-help-box {max-width:257px;margin-right:auto;margin-left:auto;}
.legal-information-content { padding: 0px;}
.legal-information-content p {font-size: 16px;line-height:1.5;margin-bottom: 20px;}
.legal-banner-content h2 br {display:none;}
.legal-banner{min-height:300px;}


.liability-steps.step-2 .offer-lady {
  display: none;
}

.need-for-court .needs-list > li {
  flex-direction: column;
  padding: 15px;
}


.need-for-court .needs-list > li .court-content {
  padding-left: 0;
  margin-top: 30px;
}

.need-for-court .needs-list > li .court-content h3 {
  font-size: 23px;
}


.need-for-court .needs-list > li .price-part {
  flex-flow: unset;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}


.need-for-court .needs-list > li .price-part .price {
  margin-left: 0;
}

.need-for-court .needs-list > li .price-part a {
  margin-right: 0;
}

.orders-gray-warpper .dashbord-title {
  padding-right: 15px;
}

.orders-gray-warpper .dashbord-title figure {
  display: none;
}

.orders-gray-warpper .assets-form.property-form h3 {
  font-size: 24px;
}

.dashbord-container .dashbord-title h2 {
  width: calc(100% - 110px);
  font-size: 17px;
  font-weight: 600;
}

.orders-gray-warpper .dashbord-title .btn {
  width: 90px;
  font-size: 14px;
}


.orders-gray-warpper .assets-form .btns-warpper input {
  font-size: 20px;
}


.orders-gray-warpper .assets-form .form-filds .custome-redio label {
  width: 17px;
  width: 131px;
  font-size: 17px !important;
  line-height: 22px;
}



.assets-form.property-form .col-sm-6,
.assets-form.property-form .col-sm-12 {
  padding: 0px 15px;
}

.assets-form.property-form .row {
  margin-left: -15px;
  margin-right: -15PX;
}


.three-block {
  margin-left: 0;
  margin-right: 0;
}

.orders-gray-warpper .assets-form .form-filds .custome-redio {
  width: calc(50% - 12px);
  margin-right: 10px !important;
}

.orders-gray-warpper .assets-form .form-filds .custome-redio label {
  width: 100%;
}

.orders-gray-warpper .assets-form .form-filds .custome-redio.big {
  width: 100%;
}

.payment-warpper {
  padding: 25px 25px 15px;
  margin-bottom: 30px;
}

.payment-title {
  display: table-caption;
}


.property-minutes-content {
      margin-top: 60px;
      margin-bottom: 60px;
    }

    .property-minutes-top-bar figure {
      display: none;
    }

    .property-minutes-top-bar .head-slogan {
      font-size: 14px;
      margin-left: 0;
    }

    .property-minutes-top-bar .btn {
      font-size: 14px;
       width: 100px;
    }

    .property-minutes-content h2 {
      font-size: 24px;
    }

    .property-minutes-content h6 {
      font-size: 16px;
    }

    .property-minutes-content, .property-minutes-content p {
      font-size: 16px;
    }

    .property-minutes-content .btn.blue {
      font-size: 18px;
    }


    .notifications-table table tr th,
    .notifications-table table tr td {
      padding: 10px 5px;
      font-size: 12px;
    }


    .manage-members {
      overflow: auto;
    }

    /* @Author:Akshay 25-07-2020 */
    .login-terms-condition-warpper .terms-btns a, .login-terms-condition-warpper .terms-btns button {
      float: none;
      max-width: 100%;
      width: 100%;
      margin-bottom : 10px;
    }
    .login-terms-condition-warpper .terms-btns a.blue, .login-terms-condition-warpper .terms-btns button.blue {
      max-width: 100%;
      width: 100%;
    }
    #partner_gender-error {
        padding-left: 0px;
    }
    /* @Author:Akshay EndCode 25-07-2020 */
    .parenting-schedule-options-wrap .parenting-schedule-options-header img {max-width: 70px !important;width: 100%;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header h2 {font-size: 20px;margin-bottom: 10px;line-height: 24px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header p {font-size: 16px;line-height: 20px;}
  .parenting-schedule-options-wrap .parenting-schedule-options-header {padding: 20px !important;}
  .parenting-schedule-options .parenting-schedule-options-item .parenting-schedule-options-item-title p {font-size: 16px;line-height: 16px;padding: 16px 20px !important;}
  /* Child Abuse Css */
  .container-small .assets-form.property-form .btns-warpper.single input {
      width: 380px;
  }
  .assets-form.property-form.consent-order-form.child-abuse-form p {
      font-size: 16px;
  }
  .assets-form.property-form.consent-order-form.child-abuse-form .text-area-label {
      font-size: 16px !important;
      line-height: 20px !important;
      margin-bottom: 10px !important;
  }
  .assets-form.property-form.child-abuse-form .col-md-6 {
      padding: 0px 15px;
  }
}
/*# Spinner Css#*/
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:#2385da;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.select-file-warpper div.uploadfile{
  background: rgba(255,255,255,0.9);
  text-align: center;
  display: flex;
  align-items: center;
  height: 80px;
  border: 1px #c4c4c4 dashed;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 15px;
}
.login-main-section label.error {
  top: unset !important;
  color: red !important;
  position: relative !important;
}


@media (max-width: 480px) {

  .offer-list {
    width: 100%;
    margin-right: 0;
  }

  .offer-list li {
    width: 100%;
    margin-right: 0;
  }

  .dashbord-sidebar {
    width: 100%;
    overflow: auto;
  }

  .lawyers-home-services > li {
    width: 100%;
  }

  .lawyers-home-services > li .content h3 {
    font-size: 23px;
    line-height: normal;
  }


  .need-help-inner .offer-list li {
    width: 100%;
    margin-right: 0;
  }

  .need-help-inner .offer-list {
    margin-right: 0;
  }

  .parenting-schedule-calender-wrap .fc-view-harness.fc-view-harness-active table.fc-scrollgrid-sync-table > tbody tr:first-child td a.fc-daygrid-day-number{padding:5px 0 0 0 !important;}
   .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar{padding:10px !important;}
   .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title{font-size:16px !important;line-height:16px !important;}
   .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-today-button{padding:8px !important;font-size:12px !important;line-height:12px !important;}
   .parenting-schedule-calender-wrap .fc-view-harness.fc-view-harness-active .fc-scrollgrid-liquid table.fc-col-header th a.fc-col-header-cell-cushion{font-size:10px;line-height:10px !important;padding-top:5px !important;}
   body div.parenting-schedule-calender-wrap .fc-view-harness.fc-view-harness-active table.fc-scrollgrid-sync-table tbody tr td a.fc-daygrid-day-number {padding: 10px 0 0 0!important;}
   .parenting-schedule-wrap .parenting-schedule-calender-wrap {height: 500px !important;}
   .sidebar-dropdown.open {
      width: auto;
      max-width: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block;
    }
    .sidebar-dropdown li {
      padding: 10px 15px;
    }
    .dashbord-sidebar .user-profile .avatar-links a {
      font-size: 16px;
      line-height: 16px;
    }

  .container-small .assets-form.property-form .btns-warpper.single input {
    font-size: 14px !important;
    background: #488ff7 url(../images/right-arrow-white-2.png) calc(100% - 10px) center no-repeat;
  }
}

@media (max-width: 1600px) {

    .manage-members table tr td .invite-action {
      margin: 0;
      right: 70px;
      top: 7px;
    }

  }







































/* End */
/*
*@author: Akshay
*/
#drop-container {
  background: rgba(255,255,255,0.9);
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 80px;
  border: 1px #c4c4c4 dashed;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 15px;
}
.drop-area-text {
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 300;
}
.drop-area-text1 {
  text-align: left;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 300;
}
.drop-image {
  display: none;
}
/*
*@author: Akshay End
*/




/* Prefix entry with a $ symbol in input fields */
.input-symbol-prefix {
  position: relative;
}
.input-symbol-prefix input {
 padding-left:30px !important;
}
.input-symbol-prefix:before {
 position: absolute;
 top: -7px;
 content:"$";
 left: 10px;
 font-size: 20px;
     font-weight: 300;
}
 /* End code */



/*
*@author: Satish.
*/
.cat2_vehicle_loan_section{
padding:  0px 9px 0px 8px;
}
 /* End code */

 /*
*@author: Akshay
*/
.card {
  padding: 30px;
}
.card-img img {
  height: auto;
    width: 200px;
}
.card-content h4 {
    padding-bottom: 10px;
}
.card-content p {
    height: 85px !important;
    color: #808080;
}
.send_offer_2_contnet .card {
    padding: 40px 80px;
    margin-bottom: 25px;
}
.username {
    margin: 0px;
    margin-bottom: 20px;
}
.username h2 {
  color: #808080;
}
.terms {
  margin-bottom: 20px;
}
.terms ul li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #808080;
}
.terms ul li:before {
    position: absolute;
    content: ".";
    top: -21px;
    left: -2px;
    font-size: 30px;
}
.accept {
  margin: 0px;
}
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    color: #808080;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    /*background-color: #eee;*/
    border-radius: 5px;
    border-radius: 3px;
    border: solid 1px #808080;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

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

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

/* Style the checkmark/indicator */
.container .checkmark:after {
    /*left: 10px;
    top: 5px;*/
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: static;
}
.accept span.conatiner-span{
  padding-left: 10px;
}
.offer_bottom{
  margin: 0px;
}
.step3_heading h2 {
    padding-bottom: 20px;
    color: #808080;
}
.step3_content p {
    color: #808080;
    font-size: 15px;
    padding-bottom: 10px;
}
.commonText {
    padding: 15px 0px;
}
.commonText p {
    font-weight: bold;
    margin: 0;
}
/*
*@author: Akshay EndCode
*/
/*==mk-start==*/
.radio-table p {font-size: 14px;font-weight: 300;color: #2f2f2f;margin-bottom: 0px;}
.radio-table span.date{font-size:18px;font-weight:400;color:#2f2f2f;}
.radio-table .custome-redio ul {display:flex;justify-content:space-between;}
.radio-table .custome-redio{display: block;box-shadow: rgba(0, 0, 0, 0.1) 0 4px 0;background-color:#fff;border-radius: 10px;padding: 30px 45px;}
.radio-table .custome-redio.selected-this{background: #3c4449;}
.radio-table .custome-redio.selected-this * {color:#fff;}
/* dashbord*/
/*==mk-end==*/
.container-medium {max-width: 1045px;}
.contact-page-content h2 {font-family: 'Roboto', sans-serif;font-weight:bold;color:#2f2f2f;margin-bottom:5px;font-size:26px;}
.contact-page-content p {font-size:18px;line-height: 28px;font-weight: 300;margin-bottom:35px;}
.contact-page-content p a , .contact-form.assets-form p a {text-decoration:underline;}
.contact-page-content{max-width:418px;margin:0;}
.contact-form.assets-form .form-filds input {font-size:16px;color: #757575;font-weight: normal; font-family: 'circlarbook';margin-top:20px;height:55px;}
.contact-form.assets-form .form-filds textarea{border: #e5e5e5 1px solid;padding:17px;width:100%;font-size:16px; font-family: 'circlarbook';margin-top:20px;border-radius:3px;}
.contact-form.assets-form .form-filds input::placeholder,
.contact-form.assets-form .form-filds textarea::-ms-input-placeholder {color: #757575;opacity: 1;}
.contact-form.assets-form .form-filds input:-ms-input-placeholder,
.contact-form.assets-form .form-filds textarea::-ms-input-placeholder {color: #757575;}
.contact-form.assets-form .form-filds input::-ms-input-placeholder,
.contact-form.assets-form .form-filds textarea::-ms-input-placeholder { color: #757575;}
.contact-form.assets-form p {font-size: 14px;font-family: 'circlarbook';line-height: 1; margin-top: 10px;}
.contact-form.assets-form::after {display:none;}
.contact-form.assets-form {box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;padding:37px;}
.contact-form.assets-form a.btn {font-size:14px;font-family: 'CircularStdBlack';border:1px solid #1c85da;margin-top: 10px; }
.contact-form.assets-form a.btn:hover , .contact-form.assets-form a.btn:focus {background-color:#fff;color:#1c85da;}
.onlytext-page h1 {font-size:55px;font-family: 'Roboto', sans-serif;font-weight:bold;color:#2f2f2f;margin-bottom: 50px;}
.onlytext-page p , .onlytext-page li {font-size:18px;font-family: 'Roboto', sans-serif;font-weight:300;color:#2f2f2f;line-height:25px;margin-bottom: 25px;}
.onlytext-page {max-width: 1075px;}
.onlytext-page h6 {font-size:18px;font-weight:bold;font-family: 'Roboto', sans-serif;color:#2f2f2f;margin-bottom:27px;}
.onlytext-page li{margin-bottom:5px;list-style: disc;list-style-position: inside;}
.onlytext-page h6 {margin-top:30px;}
/*==mk-step-properymites-start==*/
.container-small .assets-form.property-form .btns-warpper {float:none !important;width:100%;text-align: center;}
.container-small .assets-form.property-form .btns-warpper input{float: none;display: inline-block;}
.assets-form.property-form .select-category input:focus {border-color: #488ff7;}
.orders-gray-warpper .assets-form .form-filds .custome-redio + label.error  , .orders-gray-warpper .assets-form .form-filds .custome-redio + div + label.error{top: -16px !important;display: block;position: relative;}
.radio-table .custome-redio:last-child {margin-bottom:6px !important;}
.dashbord-container .dashbord-title.close-icon-part h2 {width:100%;}
/*==mk-step-propertyminutes-end==*/

/*Jevin 21-09-2020*/
.parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-today-button {
    padding: 0;
    width: 75px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9 !important;
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: "Roboto";
}
/*Jevin 22-08-2020 ------------------------------------------------------*/ 
.parenting-order-form p {
    font-size: 22px;
    color: #292929;
    margin-bottom: 20px;
}
.orders-gray-warpper .assets-form.property-form.parenting-order-form h3 {
    width: 90%;
    line-height: 44px;
}
/*Jevin 25-08-2020*/
/* The container */
.custom-check-boxes {
    margin-top: 25px;
}
.check-container {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px !important;
    cursor: pointer;
    font-size: 22px !important;
    color: #292929 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px){
    .checkmark {
        width: 24px;
        height: 24px;
    }
    .container .checkmark:after{
        width: 8px;
        height: 14px;
    }
    .card-content p{
        overflow: hidden;
    }

    /*Consent order doc css */
    .consent-order-form h3 {
        font-size: 30px !important;
        line-height:34px !important; 
    }
    .congrats-content p {
        font-size: 18px !important;
    }
    .consent-order-form .offer-item {
        padding: 30px 0;
    }
    .consent-order-form .offer-item h6 {
        font-size: 16px;
    }
    .date-wrapper.second-last-half,
    .date-wrapper.last-half {
        flex-wrap: wrap;
    }
    .consent-order-form .date-wrapper.second-last-half .date-block,
    .consent-order-form .date-wrapper.second-last-half .date-block:nth-child(3),
    .consent-order-form .date-wrapper.second-last-half .date-block:nth-child(4),
    .consent-order-form .date-wrapper.last-half .date-block,
    .consent-order-form .date-wrapper.last-half .date-block:nth-child(3), 
    .consent-order-form .date-wrapper.last-half .date-block:nth-child(4) {
        width: 50%;
        margin-bottom: 10px;
    }
    .consent-order-form .add-child-btn {
        width: auto;
    }
    .child-form-wrapper .check-container.bold {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .child-form-wrapper .checkmark,
    .consent-order-form .checkmark {
        width: 30px;
        height: 28px;
    }
    .child-form-wrapper .check-container .checkmark:after,
    .consent-order-form .check-container .checkmark:after {
        width: 7px;
        height: 12px;
        left: 10px;
    }
    .child-form-wrapper.small .checkmark,
    .consent-order-form .checkmark{
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px){
    .container .checkmark:after {
        width: 7px;
        height: 12px;
    }
    .send_offer_2_contnet .card {
        padding: 40px 50px;
    }
    .offer_bottom .col-md-6 {
        width: auto;
    }
    .send_offer_1 .card-img {
        margin-top: 20px;
    }

    /*Consent order doc css */
    .consent-order-form .offer-item h6 {
        font-size: 14px;
    }
    .consent-order-form .offer-item span {
        font-size: 12px;
    }
    .orders-gray-warpper .assets-form.property-form.consent-order-form h3 {
        font-size: 24px !important;
        line-height:28px !important; 
    }
    .consent-order-form .col-sm-8,
    .consent-order-form .col-sm-10,
    .consent-order-form .col-md-8,
    .consent-order-form .col-md-10 {
        margin: 0;
        padding: 0 15px;
    }
    .consent-order-form .btns-warpper {
        flex-wrap: wrap;
    }
    .consent-order-form .btns-warpper a {
        height: 56px;
        line-height: 56px;
    }
    .congrats-content p {
        font-size: 16px !important;
    }
    .consent-order-form h5 {
        font-size: 18px !important;
    }
    .consent-application-list li {
        width: 50%;
        margin: 10px 0;
    }
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #3c4449;
}

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

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

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 11px;
    top: 7px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.congrats-content p {
    margin: 30px 0;
    color: #292929;
}
.congrats-content h5 {
    font-size: 22px;
    color: #292929;
    font-weight: 700;
}
.download-doc a {
    font-size: 22px;
    color: #488ff7;
    text-decoration: underline;
}
.download-doc {
    margin: 35px 0;
}
.dashboard-btn {
    margin-top: 25px !important;
}
.dashboard-btn a {
    max-width: 330px;
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    height: 56px !important;
    line-height: 56px;
    font-size: 24px;
    font-weight: 700;
    background: #488ff7 !important;
}
.dashboard-btn a:hover {
    background: #fc577b !important;
}
.w-85 {
    max-width: 85%;
}


@media(max-width:767px)
{
  .contact-form.assets-form{padding:15px;}
  .onlytext-page h1 {font-size: 30px;margin-bottom: 30px;}
  .onlytext-page h6 {margin-top: 25px;margin-bottom: 15px;}
  .onlytext-page p{margin-bottom:15px;font-size:15px;}
  .onlytext-page li {font-size:15px;}

  .radio-table .custome-redio ul{flex-wrap:wrap;}
  .radio-table .custome-redio ul li {width:50%;margin-bottom:10px;}
  .radio-table .custome-redio{padding:15px;}
  .radio-table p {font-size: 12px;}
  .radio-table span.date {font-size: 14px;}
}

/*==legalnew-information-start==*/
.legal-filter button.btn-select {height: 73px;max-width: 505px;border-radius: 0px;padding-left: 77px;background-image: url(../images/down-greay-arrow.png);background-repeat: no-repeat;background-position: right 27px center;} /*Akshay - 30-07-2020*/
.legal-filter .lang-select {position: relative;}
.legal-filter .lang-select .b{top:73px;border-radius:0px;max-width: 505px;}
.legal-filter #a li i img{opacity:1;}
.legal-filter .btn-select li span {color: #5a5a5a;font-size: 24px;}
.legal-filter #a li{font-weight:400;}
.legal-filter #a li span{font-size:16px;}
.legal-filter .btn-select li i img {margin-right: 30px;}
.legal-filter {display: flex;max-width: 860px;justify-content: center;background-color: #fff;height: 73px;margin:0px;}
.legal-filter  .custome-select {width: 59%;}
.legal-filter .location-part {width: 27%;}
.legal-filter .location-part input {width: 100%;height: 100%;border: 0px;font-size: 16px;background-image: url(../images/location.png);background-repeat: no-repeat;padding-left: 66px;background-position: left 20px center;}
.legal-filter .filter-search a {height:100%;display:block;background-color:#1c85da; text-align: center;line-height: 70px;}
.legal-filter .filter-search{width:15%;}
.legal-filter button.btn-select:focus , .legal-filter button.btn-select:hover , .legal-filter .btn-select.active {border: 1px solid #d9d9d9;background-color:#fff;}
@media(max-width:991px)
{
  .legal-filter .location-part {width: 38%;}
}
@media(max-width:767px)
{
  .legal-filter{flex-wrap:wrap;height:unset;}
  .legal-filter .custome-select,.legal-filter .location-part ,.legal-filter .filter-search {width:100%;height: 70px;}
}
@media(max-width: 360px) {
  .parenting-schedule-action-btn a {
    width: 120px;
  }
}
/*==legal-infoemtion-end==*/

/*Akshay - 30-07-2020*/
#btn-select1.active li i {
  display: block;
}
.legal-filter #btn-select1 li i {
  display: block;
}

#btn-select1.active li i {
  position: absolute;
  top: 24px;
  left: 26px;
}
#btn-select1 li i {
  position: absolute;
  top: 24px;
  left: 26px;
}
/*Akshay - 30-07-2020*/

div.hopscotch-bubble h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px !important;
    line-height: 32px !important;
}
div.hopscotch-bubble {
    border:0px!important;
    background-color: #3e3e3e !important;
    color:#fff!important;
}
div.hopscotch-bubble h3 {
  color:#fff!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-right: 17px solid #3e3e3e !important;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  display: none!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #3e3e3e !important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 20px!important;
}
div.hopscotch-bubble .hopscotch-bubble-container {
    padding: 30px 36px!important;
    width: 450px!important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.hopscotch-bubble .hopscotch-content {
  padding-top: 20px !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  display: none!important;
}
.hopscotch-actions {
    float: right;
    width: 50%;
}
.done_skip {
    float: none;
    width: 50%;
}
.clearfix {
    clear: both;
    display: block;
    width: 100%;
}
div.hopscotch-bubble .hopscotch-bubble-content {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
}
div.hopscotch-bubble .hopscotch-bubble-number {
    -ms-flex-order: 1;
    order: 1;
}
div.hopscotch-bubble .hopscotch-actions {
    -ms-flex-order: 4;
    order: 4;
    margin: 5px 0 0 0;
}
.done_skip {
    float: none !important;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
}
.done_skip a {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.done_skip a.hopscotch-close {
    margin-left: 5px;
    display: inline-block;
    text-decoration: underline;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
    background: #1c85da !important;
    box-shadow: none;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    line-height: 48px;
    padding: 0;
    width: 105px;
    height: 48px;
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    background: #fc577b;
}
a#skip {
    text-decoration: underline;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
    right:-25px!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #3e3e3e!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 17px solid #3e3e3e!important;
}
/*Jevin 21-09-2020*/
.parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-today-button {
    padding: 0;
    width: 75px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9 !important;
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: "Roboto";
}
/*Jevin 24-08-2020*/
#quick_video_popup .modal-dialog {max-width: 900px;height: 500px;position: absolute;width: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0;}
#quick_video_popup .modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}
#quick_video_popup .modal-content .modal-body {
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.close.popup-close {
    opacity: 1;
    position: absolute;
    top: 50px !important;
    right: 60px !important;
}
.w-bottom-bar-lower.w-css-reset {
    position: absolute !important;
    width: 100%;
    bottom: 0px;
}
div#quick_video_popup {
    background-color: rgba(255, 255, 255, 0.9);
}
#quick_video_popup .wistia_swatch {
    display: none;
}
.w-css-reset {
    border: 0;
}
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding,
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding .wistia_responsive_wrapper,
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding .wistia_responsive_wrapper .wistia_embed,
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding .wistia_responsive_wrapper .wistia_embed #wistia_chrome_26,
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding .wistia_responsive_wrapper .wistia_embed #wistia_chrome_26 #wistia_grid_32_wrapper,
#quick_video_popup .modal-content .modal-body .wistia_responsive_padding .wistia_responsive_wrapper .wistia_embed #wistia_chrome_26 #wistia_grid_32_wrapper #wistia_grid_32_main {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
}
/*Jevin 25-08-2020*/
.search-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 1799px) {
  #quick_video_popup .modal-dialog {
    max-width: 800px;
    height: 450px;
  }
}
@media (max-width: 1599px) {
  #quick_video_popup .modal-dialog {
    max-width: 800px;
    height: 450px;
  }
  .close.popup-close {
    width: 24px;
    height: 24px;
    top: 30px !important;
    right: 40px !important;
  }
}
@media (max-width: 1399px) {
  #quick_video_popup .modal-dialog {
    max-width: 580px;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
      font-size: 20px !important;
      line-height: 20px !important;
  }
  .close.popup-close {
    width: 20px;
    height: 20px;
    top: 15px !important;
    right: 15px !important;
  }
  #quick_video_popup .modal-dialog {
    max-width: 520px;
    height: 292px;
  }
}
@media (max-width: 575px) {
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar {
      padding: 15px !important;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
      font-size: 18px !important;
      line-height: 18px !important;
  }
  #quick_video_popup .modal-dialog {
    max-width: 420px;
    height: 235px;
  }
  /*Consent order css*/
  .consent-order-form .offer-item .col-6 {
        margin: 10px 0;
  }
  .consent-order-form .offer-item {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .consent-order-form .offer-item span {
      display: block;
  }
  .consent-order-form .btns-warpper {
      margin-top: 30px;
  }
  .consent-application-list li .list-block {
      min-height: 370px;
  }
  .consent-order-form p {
      font-size: 18px !important;
  }
  .consent-order-form .date-wrapper.second-last-half .date-block, .consent-order-form .date-wrapper.second-last-half .date-block:nth-child(3), .consent-order-form .date-wrapper.second-last-half .date-block:nth-child(4), .consent-order-form .date-wrapper.last-half .date-block, .consent-order-form .date-wrapper.last-half .date-block:nth-child(3), .consent-order-form .date-wrapper.last-half .date-block:nth-child(4) {
      width: 100%;
      margin-bottom: 0;
  }
  .consent-order-form .child-form-wrapper {
      padding: 15px;
  }

}
@media (max-width: 480px) {
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar {
      padding: 10px 5px !important;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-myCustomButton2-button {
      margin-left: 5px !important;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-myCustomButton-button, .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-myCustomButton2-button {
      width: 58px !important;
      height: 18px !important;
      line-height: 19px !important;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
      font-size: 14px !important;
      line-height: 14px !important;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-prev-button,.parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-next-button {
      padding-left: 0;
      padding-right: 0;
  }
  .parenting-schedule-wrap .parenting-schedule-calender-wrap #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-today-button {
      width: 60px !important;
      height: 30px !important;
  }
  #quick_video_popup .modal-dialog {
    max-width: 280px;
    height: 155px;
  }
  /*Consent doc css*/
  .consent-order-form .date-wrapper.equal .date-block,
    .consent-order-form .date-wrapper .date-block:last-child {
        width: 100%;
        padding: 0;
    }
    .consent-order-form .date-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .consent-order-form .date-wrapper .date-block {
        padding: 0;
        width: 100% !important;
    }
    .consent-order-form .date-wrapper .date-block:last-child,
    .consent-order-form .date-wrapper.equal .date-block, 
    .consent-order-form .date-wrapper.equal .date-block:last-child {
        padding: 0;
        width: 100%;
    }
    .consent-order-form .date-wrapper .date-block input {
        height: 46px;
        margin-bottom: 10px;
    }
    .consent-order-form .btn.btn-blue {
        font-size: 20px;
        padding: 0 16px;
    }
    .consent-order-form .date-wrapper.full .date-block {
        margin-bottom: 0;
    }
    .assets-form.property-form label {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .consent-application-list li {
        width: 100%;
        margin: 10px 0;
    }
    .consent-application-list li .list-block {
        min-height: auto;
    }
    .consent-order-form p {
        font-size: 16px !important;
    }
    .consent-application-list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*Legal Information*/
#search-form{box-sizing:border-box;}
#search-form input{width:100%;box-sizing:border-box;padding:5px 10px;}
.legal-banner-content {
  margin-left: 120px;
  margin-right: 120px;
}
#search-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#search-form .jqcs_select .jqcs_value {
  float: none !important;
  padding: 0 !important;
  height: 100%;
  background-image: url(../images/down-greay-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
}
#search-form .jqcs_select .jqcs_value p.jqcs_placeholder {
  margin: 0;
  padding: 0;
}
#search-form #jqcs_s_demo {
  height: 70px;
  background: #fff;
  width: 95%;
  border: 0;
}
#search-form .jqcs_select .jqcs_value .placeholder-bg {
  color: #5a5a5a;
  font-size: 24px;
  font-family: "Roboto" !important;
  font-weight: 300;
  padding-left: 60px;
  margin: 0;
  height: 100%;
  line-height: 68px;
  background-image: url(../images/know-about.png);
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: 25px center;
}
#search-form .jqcs_options {
  border: 1px solid #d9d9d9 !important;
  position: absolute;
  top: 70px;
  width: 94%;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px;
}
#search-form #jqcs_o_demo .jqcs_option {
    background-color: #fff;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 25px center;
    border-bottom: 1px solid #d9d9d9 !important;
    background-repeat:no-repeat;
}
#search-form #jqcs_o_demo .jqcs_option:last-child, #search-form #jqcs_s_demo .jqcs_option:last-child {
    border-bottom: 0 !important;
}
#search-form .search-btn {
    background: #1c85da;
    width: 6%;
}
#search-form .search-btn .button {
  height: 100%;
  border: 0;
  padding: 0;
  background-image: url(../images/search.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}
#search-form .jqcs_value .jqcs_option {
  background-repeat: no-repeat;
  height: 70px;
  line-height: 70px;
  padding-left: 65px;
  padding-right: 65px;
  font-size: 24px;
  background-position: 25px center;
  color: #5a5a5a;
  font-family: "Roboto" !important;
  font-weight: 300;
}
@media (max-width: 1799px) {
  #search-form .search-btn {
      width: 7%;
  }
  #search-form #jqcs_s_demo,
  #search-form .jqcs_options {
      width: 93%;
  }
}
@media (max-width: 1440px) {
  .legal-banner-content {
    margin-left: 85px;
    margin-right: 85px;
  }
  #search-form .search-btn {
      width: 8%;
  }
  #search-form #jqcs_s_demo,
  #search-form .jqcs_options {
      width: 92%;
  }
  #search-form .jqcs_select .jqcs_value .placeholder-bg {
    font-size: 22px;
    line-height: 58px;
  }
  #search-form #jqcs_s_demo {
    height: 60px;
  }
  #search-form .jqcs_options {
    top: 60px;
  }
  #search-form #jqcs_o_demo .jqcs_option {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 60px;
  }
  #search-form .jqcs_value .jqcs_option {
    height: 60px;
    line-height: 58px;
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
  #search-form .search-btn {
      width: 9%;
  }
  #search-form #jqcs_s_demo,
  #search-form .jqcs_options {
      width: 91%;
  }
}
@media (max-width: 1199px) {
  .offer-list.create-offer-list li .content h4 .tooltip-wrapper {
    left: -5%;
  }
  .offer-list li:nth-child(3) .tooltip-wrapper, .offer-list li:nth-child(6) .tooltip-wrapper {
    left: -30% !important;
  }
  #search-form #jqcs_s_demo, #search-form .jqcs_options {
      width: 88%;
  }
  #search-form .search-btn {
      width: 12%;
  }
  #search-form .search-btn .button {
      background-size: 24px 24px;
  }
  #search-form #jqcs_s_demo {
      height: 54px;
  }
  #search-form .jqcs_select .jqcs_value .placeholder-bg {
      font-size: 20px;
      line-height: 52px;
      padding-left: 55px;
      background-position: 20px center;
  }
  #search-form .jqcs_select .jqcs_value {
      background-position: right 20px center;
  }
  #search-form .jqcs_options {
      top: 54px;
  }
  #search-form #jqcs_o_demo .jqcs_option {
      padding-left: 55px;
      padding-right: 55px;
      background-position: 20px center;
      padding-top: 12px;
      padding-bottom: 12px;
  }
  #search-form .jqcs_value .jqcs_option {
    height: 54px;
    line-height: 52px;
    font-size: 20px;
  }
  .w-85 {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
    #search-form .search-btn {
      width: 8%;
    }
    #search-form #jqcs_s_demo, #search-form .jqcs_options {
      width: 92%;
    }
    .legal-banner-content {
        margin: 0;
    }
    div.hopscotch-bubble .hopscotch-content {
      padding-top: 15px !important;
      font-size: 16px !important;
      line-height: 26px !important;
    }
}
@media (max-width: 991px) {
  .offer-list li:nth-child(3) .tooltip-wrapper, .offer-list li:nth-child(6) .tooltip-wrapper {
    left: -70% !important;
  }
  #search-form .search-btn {
      width: 9%;
  }

  #search-form #jqcs_s_demo, #search-form .jqcs_options {
      width: 91%;
  }
  .parenting-order-form p {
    font-size: 20px;
    line-height: 26px;
  }
  .check-container {
    font-size: 18px !important;
    padding-left: 40px;
    margin-bottom: 15px !important;
  }
  .checkmark {
      width: 26px;
      height: 26px;
  }
  .check-container .checkmark:after {
      width: 5px;
      height: 10px;
  }
  .congrats-content h5 {
    font-size: 20px;
  }
  .congrats-content p {
      font-size: 18px;
      line-height: 24px;
      margin: 24px 0;
  }
  .dashboard-btn a {
    max-width: 300px !important;
    height: 50px !important;
    line-height: 50px;
    font-size: 20px;
  }
  .download-doc a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .offer-list.create-offer-list li:nth-child(even) .content h4 .tooltip-wrapper {
      left: -35% !important;
  }
  .offer-list.create-offer-list li:nth-child(odd) .content h4 .tooltip-wrapper {
      left: 5% !important;
  }
    #search-form .search-btn {
        width: 10%;
    }

    #search-form .search-btn .button {
        background-size: 22px 22px;
    }
    #search-form #jqcs_s_demo {
        height: 50px;
    }
    #search-form .jqcs_select .jqcs_value .placeholder-bg {
        font-size: 18px;
        line-height: 48px;
        padding-left: 50px;
        background-position: 15px center;
    }
    #search-form .jqcs_select .jqcs_value {
        background-position: right 15px center;
    }
    #search-form #jqcs_s_demo, #search-form .jqcs_options {
        width: 90%;
    }
    #search-form .jqcs_options {
        top: 50px;
    }
    #search-form #jqcs_o_demo .jqcs_option {
        padding-left: 50px;
        padding-right: 10px;
        background-position: 15px center;
        font-size: 12px;
    }
    #search-form .jqcs_value .jqcs_option {
        height: 50px;
        line-height: 48px;
        font-size: 16px;
        padding-left: 50px;
        padding-right: 30px;
        background-position: 20px center;
    }
    div.hopscotch-bubble .hopscotch-bubble-container {
        padding: 20px 25px !important;
    }

    div.hopscotch-bubble h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    div.hopscotch-bubble {
        border-radius: 20px;
    }

    div.hopscotch-bubble .hopscotch-bubble-container {
        padding: 15px 20px !important;
    }

    div.hopscotch-bubble h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-top: 0;
    }

    div.hopscotch-bubble .hopscotch-nav-button.next {
        width: 90px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    div.hopscotch-bubble .hopscotch-bubble-container {
        width: 400px !important;
    }

    div.hopscotch-bubble .hopscotch-actions {
        margin: 5px 0 0;
    }

    .done_skip a {
        font-size: 14px;
    }
    .parenting-order-form p {
      font-size: 16px;
      line-height: 22px;
    }
    .check-container {
      font-size: 16px !important;
      margin-bottom: 12px !important;
    }
    .checkmark {
        width: 22px;
        height: 22px;
    }
    .check-container .checkmark:after {
        left: 9px;
        top: 5px;
    }
    .congrats-content p {
      margin: 20px 0;
    }
    .dashboard-btn a {
      font-size: 18px;
      max-width: 280px !important;
    }
    .w-85 {
      max-width: 100%;
    }
}
@media (max-width: 575px) {
  #search-form .search-btn {
      width: 12%;
  }
  #search-form #jqcs_s_demo, #search-form .jqcs_options {
      width: 88%;
  }
}
@media (max-width: 479px) {
  #search-form .search-btn {
      width: 16%;
  }
  #search-form .search-btn .button {
      background-size: 18px;
  }
  #search-form #jqcs_s_demo, #search-form .jqcs_options {
      width: 84%;
  }
  #search-form #jqcs_s_demo {
      height: 45px;
  }
  #search-form .jqcs_select .jqcs_value .placeholder-bg {
      font-size: 16px;
      padding-left: 40px;
      line-height: 44px;
      background-size: 16px 14px;
      background-position: 12px center;
  }
  #search-form .jqcs_options {
      top: 45px;
  }
  #search-form #jqcs_o_demo .jqcs_option {
      padding-top: 10px;
      padding-bottom: 10px;
      background-position: 12px center;
  }
  #search-form .jqcs_select .jqcs_value {
      background-position: right 12px center;
  }
  #search-form .jqcs_value .jqcs_option {
      height: 45px;
      line-height: 43px;
      font-size: 14px;
      padding-left: 40px;
      padding-right: 20px;
      background-position: 12px center;
  }
  div.hopscotch-bubble .hopscotch-bubble-container {
    width: 260px !important;
  }
  div.hopscotch-bubble .hopscotch-bubble-container {
    padding: 15px 15px !important;
  }
  div.hopscotch-bubble {
    border-radius: 15px;
  }
  div.hopscotch-bubble h3 {
    margin-right: 0;
    font-size: 18px !important;
  }
  div.hopscotch-bubble .hopscotch-content {
    padding-top: 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  div.hopscotch-bubble h3 {
    margin-right: 0;
  }
  .done_skip {
      width: 60%;
      margin-top: 0;
  }
  .hopscotch-actions {
      width: 40%;
      margin: 0 !important;
  }
  div.hopscotch-bubble .hopscotch-nav-button.next {
    width: 70px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}
/*Consent  order media css*/
@media only screen and (max-width: 1264px) {
    .consent-application-list li .list-block {
        padding: 20px 10px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .consent-application-list .step-options .option-block .text {
        font-size: 13px;
        line-height: 20px;
    }
    .consent-application-list .step-options .option-block .image {
        min-width: 20px;
    }

    .consent-application-list li {
        padding: 0 5px;
    }
    .consent-application-list li .list-block {
        padding: 15px 5px;
    }
    .consent-application-list {
        margin: 40px -5px;
    }

    .consent-application-list .list-block h3 {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .consent-application-list .list-block h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .consent-application-list .step-options .option-block {
        margin-bottom: 4px;
    }
    .consent-application-list li .list-block {
        min-height: 350px;
    }
    .child-form-wrapper {
        padding: 20px;
    }
    .consent-order-form .date-wrapper .date-block input, .consent-order-form .date-wrapper .date-block select {
        font-size: 14px;
    }
    .child-form-wrapper .check-container.bold {
        font-size: 20px !important;
    }
    .consent-order-form .add-child-btn {
        font-size: 18px;
        min-height: 52px;
        line-height: 52px;
    }
    .consent-order-form .three-btn-wrapper .btns-warpper a {
        font-size: 18px !important;
    }
    .consent-order-form .three-btn-wrapper .btns-warpper input {
        font-size: 18px;
        min-height: 52px;
        width: 260px;
    }
}
.avatar-links a {
    position: relative;
}
#notificationCnt {
    background: red;
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: 9px;
    border: 1px solid red;
    border-radius: 15px;
    height: 16px;
    width: 16px;
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*@author:Akshay - 11-09-2020 - START*/
.highlighted {
  background-color: red;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.editableDiv {
  width: 100%;
  min-height: 150px;
  color: black;
  border: #e5e5e5 1px solid;
  margin: 0;
  border-radius: 3px;
  padding: 17px 17px 0px 17px;
  font-size: 18px;
  font-weight: 300;
}
.editableDiv:focus {
  border: 1px solid #000;
}
.warningMessage {
  color: red;
}
.hideShowBtn {
pointer-events: none;
cursor: default;
}
/*@author:Akshay - 11-09-2020 - END*/
span#errorPercentage {
  color: red;
  font-weight: 600;
  line-height: 20px;
}
div.field {
    height: 46px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 13px 17px;
    font-size: 18px;
    font-weight: 300;
    background-color: #fff;
    color: #000;
}
table .rollOver:hover td{
  color: #fc577b;
}
/*Jevin 18-12-2020*/
/*Popup*/
.tooltip-wrapper {
    position: absolute;
    width: 355px;
    max-height: 375px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 4px #ebedee;
    z-index: 9;
    padding: 5px 15px;
    top: 115%;
    display: none;
    left: -38%;
	padding: 25px 15px 5px 15px;
}
.tooltip-wrapper .popup-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 0 0 auto !important;
    text-align: right;
    line-height: 28px;
	position: absolute;
	right: 14px;
	top: 0px;
}
.tooltip-wrapper .popup-close img {
    max-width: 14px !important;
    width: 100%;
}
.tooltip-wrapper .tooltip-content {
	margin: 5px 0 15px 10px;
	overflow-y: auto;
	max-height: 305px;
	padding: 0 15px 0 0;
	text-align: left;
}
.tooltip-wrapper .tooltip-content h6 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'OpenSans';
	margin-top: 20px;
}
.tooltip-wrapper .tooltip-content h6:first-child {
	margin-top: 0;
}
.tooltip-wrapper .tooltip-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0 !important;
    font-family: 'OpenSans';
}
.tooltip-wrapper .tooltip-content::-webkit-scrollbar {
  width: 12px;
}
.tooltip-wrapper .tooltip-content::-webkit-scrollbar-track { 
  border-radius: 10px;
  background-color: #f7f7f7;
}
.tooltip-wrapper .tooltip-content::-webkit-scrollbar-thumb {
  background: #cacaca; 
  border-radius: 10px;
}
.tooltip-wrapper .tooltip-content::-webkit-scrollbar-thumb:hover {
  background: #cacaca; 
}
.assets-list table thead tr th {
  position: relative;
}
.assets-list table thead tr th span {
  display: inline-block;
  margin-left: 5px;
}
.offer-list li .content h4 {
  position: relative;
}
.assets-list table thead tr th .tooltip-wrapper {
    top: 90%;
}
.offer-list li .content h4 span {
  margin-left: 5px;
}
.offer-list li .content h4 .tooltip-wrapper {
    left: -70%;
}
@media (max-width: 1199px) {
  .lawyers-home-services > li .content h3 {
    font-size: 30px;
  }
  .assets-list table thead tr th .tooltip-wrapper {
    left: 0%;
  }
}
@media (max-width: 991px) {
  .lawyers-home-services > li .content h3 {
    font-size: 26px;
  }
  .tooltip-wrapper .tooltip-content h6 {
    font-size: 16px;
  }
  .tooltip-wrapper {
    width: 340px;
    max-height: 375px;
    left: -100%;
  }
  .tooltip-wrapper .tooltip-content {

  }
  .need-help-inner .offer-list li:nth-child(2) h4 .tooltip-wrapper,
  .need-help-inner .offer-list li:nth-child(3) h4 .tooltip-wrapper,
  .need-help-inner .offer-list li:nth-child(4) h4 .tooltip-wrapper {
    left: -5%;
	  max-height: auto;
  }
  .tooltip-wrapper .tooltip-content {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .tooltip-wrapper {
    left: -22%;
  }
  .lawyers-home-services > li .content h3 {
    font-size: 24px;
  }
  .lawyers-home-services > li {
    margin: 15px 0;
  }
  .lawyers-home-services > li {
    width: 50% !important;
    max-width: 100%;
  }
  .assets-list table thead tr th:nth-child(3) .tooltip-wrapper,
  .assets-list table thead tr th:nth-child(4) .tooltip-wrapper {
    left: -140%;
  }
  .need-help-inner .offer-list li:nth-child(3) h4 .tooltip-wrapper {
    left: 0 !important;
  }
  .need-help-inner .offer-list li:nth-child(2) h4 .tooltip-wrapper, .need-help-inner .offer-list li:nth-child(4) h4 .tooltip-wrapper {
    left: -35%;
  }
}
@media (max-width: 575px) {
  .lawyers-home-services > li .content h3 {
    font-size: 20px;
  }
  .lawyers-home-services > li {
    width: 100% !important;
  }
  .tooltip-wrapper {
    left: 0;
    top: 130%;
  }
  .assets-list table thead tr th:nth-child(3) .tooltip-wrapper {
    left: -25%;
  }
  .need-help-inner .offer-list li:nth-child(2) h4 .tooltip-wrapper, .need-help-inner .offer-list li:nth-child(4) h4 .tooltip-wrapper {
    left: -75%;
  }
  .offer-list.create-offer-list li:nth-child(even) .content h4 .tooltip-wrapper {
    left: -70% !important;
  }
}
@media (max-width: 480px) {
  .tooltip-wrapper {
    width: 280px;
    left: -6%;
    top: 125%;
  }
  .lawyers-home-services > li .content h3 {
    font-size: 18px;
  }
  .need-help-inner .offer-list li:nth-child(2) h4 .tooltip-wrapper, .need-help-inner .offer-list li:nth-child(3) h4 .tooltip-wrapper, .need-help-inner .offer-list li:nth-child(4) h4 .tooltip-wrapper {
    left: -3% !important;
  }
  .offer-list.create-offer-list li:nth-child(even) .content h4 .tooltip-wrapper, .offer-list.create-offer-list li:nth-child(odd) .content h4 .tooltip-wrapper {
    left: -4% !important;
  }
}
