/** CrimsonLogic UX Practice R2-S2 Foundation **/
/** Project Specific CSS **/
/** Main Containers Styling **/

/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/open-sans-300.woff2') format('woff2');
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/open-sans-300italic.woff2') format('woff2');
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/open-sans-400.woff2') format('woff2');
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/open-sans-400italic.woff2') format('woff2');
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/open-sans-500.woff2') format('woff2');
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../webfonts/open-sans-500italic.woff2') format('woff2');
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/open-sans-600.woff2') format('woff2');
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/open-sans-600italic.woff2') format('woff2');
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/open-sans-700.woff2') format('woff2');
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/open-sans-700italic.woff2') format('woff2');
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../webfonts/open-sans-800.woff2') format('woff2');
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../webfonts/open-sans-800italic.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/montserrat-600.woff2') format('woff2');
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/montserrat-600italic.woff2') format('woff2');
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/montserrat-900.woff2') format('woff2');
}
/* montserrat-900italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/montserrat-900italic.woff2') format('woff2');
}
/* source-code-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/source-code-pro-400.woff2') format('woff2');
}
/* source-code-pro-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Code Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/source-code-pro-400italic.woff2') format('woff2');
}

/** Project Specific CSS **/

html {
  font-size: 16px;
}

body,
html {
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f3f3f3;
}


html {
  font-size: 16px;
}
body, html {
  overflow-x: hidden;
}

* {
  outline: none !important;
}
.wrapper {
  min-width: 360px;
  min-height: 512px;
  outline: none;
  max-width: 1360px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.container-fluid {
  position: static;
  min-width: 400px;
  max-width: 1366px !important;
  /* This controls the maximum display width of the elements. If you need full width, just set it to 100% */
  padding: 0;
  margin: auto;
}
.max-content-width {
  /* For the body content */
  max-width: 100% !important;
}
/** This is to prevent Bootstrap modal from shifting the page when it is loaded **/
.modal-open[style] {
  overflow: auto;
  padding-right: 0px !important;
}
/** End of Main Containers Styling **/
/** Button Styling **/
/** If there are no Buttons, please delete the whole block below */
.btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  padding: 15px 25px;
  line-height: 100%;
}
.btn:hover {
  background: #333 !important;
  color: #fff;
}
/** Delete till here if there are no Buttons **/
/** Navigation Styling **/
/** If there is no Navigation, please delete the whole block below */
.navbar {
  overflow: hidden;
  background: url(../images/bkgnd_rec_web.png) no-repeat right center;
  padding: 30px 0px;
  max-width: 1360px;
  margin: auto;
  height: 120px;
}
.navbar-container, .navbar-brand, .navbar-collapse {
  position: static;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler {
  position: absolute;
  top: 30px;
  left: 10px;
  border: 0;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand-md .navbar-nav li.nav-item {
  margin: 0 2px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-transform: none;
  font-size: 1.2rem;
  position: relative;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav li a::before, .navbar-expand-md .navbar-nav li.active a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '';
  font-family: "Font Awesome 5 Pro";
  text-shadow: 0 0 transparent;
  font-size: 0.5rem;
  font-weight: bold;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.navbar-expand-md .navbar-nav li a:hover, .navbar-expand-md .navbar-nav li a:focus, .navbar-expand-md .navbar-nav li a.active {
  color: #fff;
  text-decoration: none;
  background: #834c9e;
  border-radius: 10px;
}
.navbar-expand-md .navbar-nav li.login-btn a:before {
  display: none !important
}
.navbar-expand-md .navbar-nav .login-btn .nav-link {
  background: #fff;
  color: #333;
  border-radius: 30px;
  padding-right: 25px;
  font-weight: 400;
  padding-left: 25px;
}
.nav-item.login-btn {
  position: relative;
  margin-left: 20px;
}
.nav-link.btn:hover {
  color: #fff !important;
  background: #834c9e;
}
.login-close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #666;
  font-size: 1.2rem;
}
.login-close:hover {
  cursor: pointer;
}
.modal-header {
  background: linear-gradient(90deg, #5956d7 0%, #8342a1 100%);
  border-radius: 29px 29px 0px 0px;
  flex-wrap: wrap;
  position: relative;
}
.modal-header .modal-title {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  margin: 30px 0;
}
.modal-header .user-image {
  margin: 0px auto -70px auto;
  position: relative;
  z-index: 9;
  height: 170px;
  width: 170px;
}
.modal-header .user-image:after {
  display: none !important;
}
.modal-header .user-image:hover {
  cursor: default;
}
.modal-footer {
  background: linear-gradient(90deg, #5956d7 0%, #8342a1 100%);
  border-radius: 0px 0px 29px 29px;
  text-align: center;
  display: inline-block;
  padding: 30px;
}
.modal-content {
  border-radius: 30px !important;
}
.modalogo {
  width: 100%;
  text-align: center;
}
.modal-body {
  padding: 30px 50px;
  border-radius: 0px 0px 29px 29px;
  background: #fff;
}
#login-modal .modal-body {
  background: #adaaeb;
  border-radius: 0;
}
.modal-body .form-group {
  text-align: center;
}
.modal-body label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 0;
}
.modal-body .form-control {
  display: inline-block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}
.login-modal .modal-body .form-control {
  width: 70%;
}
.buttons {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  body.nav-open {
    right: 320px;
    overflow: hidden;
  }
  .navbar-collapse {
    position: fixed;
    top: 65px;
    width: 320px;
    height: calc(100% - 65px);
    left: -320px;
    margin: 0 !important;
    background: rgb(93, 91, 212);
    background: -moz-linear-gradient(90deg, rgba(93, 91, 212, 1) 0%, rgba(163, 108, 221, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(93, 91, 212, 1) 0%, rgba(163, 108, 221, 1) 100%);
    background: linear-gradient(90deg, rgba(93, 91, 212, 1) 0%, rgba(163, 108, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d5bd4", endColorstr="#a36cdd", GradientType=1);
    padding: 15px;
    z-index: -10;
  }
  .navbar-collapse.nav-open {
    left: 0;
    z-index: 99;
    padding-bottom: 0;
    overflow: auto;
  }
  .navbar-expand-md .navbar-nav li.nav-item {
    margin: 3px;
  }
}
/** Delete till here if there is no Navigation **/
/* banner */
.banner {
  background: url(../images/bkgnd.png) no-repeat right center;
  min-height: 829px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.secondbanner {
  background: url(../images/Pics_1.png) no-repeat right bottom;
  min-height: 484px;
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 120px;
}
.banner-content {
  margin-left: 0;
  text-align: left;
  padding-top: 80px;
}
.banner-content h1 {
  color: #000;
  font-weight: 600;
  font-size: 36px;
}
.banner-content h1 strong {
  color: #fcdef9;
}
.btn-keybenfit {
  border: #f6b1fa solid 1px;
  border-radius: 7px;
  padding: 14px 5px;
  color: #f6b1fa;
  width: 230px;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  margin-top: 25px;
}
.btn-keybenfit:after {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  right: 25px;
  border-bottom: 10px solid transparent;
  top: 20px;
}
.btn-keybenfit:hover {
  background-color: #c48bde;
  color: #fff;
  cursor: pointer;
}
.keybenefits {
  background: url(../images/key_benefit_bkgnd_web.png) no-repeat top center;
  min-height: 800px;
  z-index: -10;
  margin-top: -300px;
  display: none;
  padding-bottom: 190px;
}
.keybenefits h1 {
  color: rgba(131, 76, 158, 0.2);
  font-size: 72px;
  font-weight: 900;
  margin-top: -30px;
  margin-bottom: 30px;
  font-family: 'Montserrat';
}
.benefitscont {
  padding-top: 200px;
}
.imgbox {
  float: left;
  align-content: center;
  margin-bottom: 20px;
  width: 196px;
  text-align: left;
  margin-left: 70px;
  margin-top: 40px;
}
.boxtxt {
  float: left;
  text-align: left;
  margin: 110px 0 0 0px;
  color: #642220;
}
/** Main Content Styling **/
.marx-row {
  display: flex;
  margin-top: -155px;
  background: #fff;
  padding-top: 30px;
}
.marx-row h1 {
  color: rgba(131, 76, 158, 0.2);
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'Montserrat';
}
.blog {
  width: 33.33%;
  float: left;
  padding: 15px;
}
.about-blog h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0px 0px 0px;
  color: #452882;
}
.about-blog {
  padding: 30px;
  text-align: left;
  min-height: 390px;
  position: relative;
  color: #333;
}
.about-blog p {
  font-size: 14px;
  padding: 15px 0px;
}
.btn-learnmore {
  position: relative;
  border: #471d25 solid 1px;
  border-radius: 10px;
  color: #834c9e;
  width: 140px;
  text-align: center;
  text-decoration: none !important;
  bottom: 16px;
  margin-top: 20px;
  padding: 10px 5px;
  display: block;
  clear: both;
  float: left;
  padding-right: 30px;
}
.btn-learnmore::after {
  content: "";
  position: absolute;
  border-left: 10px solid #a48e92;
  border-top: 10px solid transparent;
  right: 10px;
  border-bottom: 10px solid transparent;
  top: 13px;
}
.btn-learnmore:hover {
  background-color: #834c9e;
  color: #fff;
}
.btn-login {
  border-radius: 10px;
  padding: 8px 5px;
  color: #fff;
  width: 100px;
  text-align: center;
  background: rgb(253, 200, 7);
  background: -webkit-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: linear-gradient(to right, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  float: left;
  font-weight: 600;
  border: 1px solid transparent;
}
.btn-login:hover {
  border: #fff solid 1px;
}
.btn-cancel {
  border-radius: 10px;
  padding: 8px 5px;
  color: #fff;
  width: 100px;
  text-align: center;
  background: rgb(95, 85, 217);
  background: linear-gradient(90deg, rgba(95, 85, 217, 1) 0%, rgba(193, 69, 250, 1) 100%);
  float: left;
  margin-left: 20px;
  font-weight: 600;
  border: 1px solid transparent;
}
.btn-cancel:hover {
  border: #fff solid 1px;
}
.modal-footer a {
  color: #e0d3e0;
  padding: 14px 0px;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 300;
}
.btn-action {
  background: #c12844;
}
.btn-action {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.btn-action:after {
  content: '\f324';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  opacity: 0;
  right: -15px;
  transition: 0.5s;
  font-weight: 300;
  width: 20px;
  height: 20px;
  line-height: 100%;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
.btn-action:hover {
  padding-right: 40px;
}
.btn-action:hover:after {
  opacity: 1;
  right: 10px;
}
.main-content {
  position: relative;
  margin: 0 auto;
}
.heading {
  margin-top: 50px;
  font-weight: normal;
  font-size: 2rem;
  display: inline-block;
  color: #c12844;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-align: center;
}
.subtxt {
  padding: 0px 0px 20px 0px;
  margin-top: -20px;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #c12844;
  left: 50%;
  margin-left: -50px;
}
.heading.heading-white {
  color: #fff;
}
h2.heading.heading-light {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
h2.heading.heading-light::after {
  display: none;
}
.heading.heading-white::after {
  background: #fff;
}
.heading span {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
  text-transform: none;
  color: #333;
  padding-bottom: 5px;
  letter-spacing: 0;
}
.heading span.help-blog {
  text-align: left;
  color: #ddd;
  margin: 0;
  display: block;
  width: 100%;
  font-weight: 300;
  font-style: italic;
}
/** start of tab Content Styling **/
.tabintereq {
  display: block;
  padding: 15px 0;
}
nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  border-radius: 0;
  background: #272e38;
  font-size: 16px;
  font-weight: 600;
}
.tab1 {
  background: #834c9e;
}
.tab2 {
  background: #e9724c;
}
.tab3 {
  background: #5f6273;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 25px 25px;
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  width: 33.33%;
  font-size: 1.5rem;
}
.tab-content {
  line-height: 25px;
  margin-top: -15px;
}
nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
  border: none;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}
.case-sort {
  display: flex;
  margin-bottom: 0px;
  width: 100%;
  align-items: center;
  padding: 100px 10px 100px 20px;
  margin-left: 20px;
}
.case-sort-by {
  margin-left: auto;
  min-width: 150px;
  padding-left: 90px;
  border-left: 1px solid #cb71d5;
}
.case-search {
  position: relative;
}
.case-search .form-control {
  min-width: 900px;
  border-radius: 50px;
  height: 70px;
  padding-left: 28px;
  font-size: 20px;
}
.case-search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  margin-top: -15px;
  color: #333;
  font-weight: 600;
}
.dir-img {
  margin: 0px auto;
  margin-bottom: 20px;
}
.btn-lawfirm {
  border: #cb71d5 solid 1px;
  border-radius: 7px;
  padding: 10px 5px;
  color: #fff;
  width: 120px;
  position: relative;
  padding-right: 30px;
}
.btn-lawfirm::after {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  right: 10px;
  border-bottom: 10px solid transparent;
  top: 13px;
}
.btn-lawfirm:hover {
  background-color: #cb71d5;
}
.agency-sort-by {
  margin-left: auto;
  min-width: 150px;
  padding-left: 90px;
  border-left: 1px solid #ffd200;
}
.agency-search {
  position: relative;
}
.btn-agency {
  border: #f4b8a5 solid 1px;
  border-radius: 7px;
  padding: 10px 5px;
  color: #fff;
  width: 120px;
  padding-right: 30px;
  position: relative;
}
.btn-agency::after {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  right: 10px;
  border-bottom: 10px solid transparent;
  top: 13px;
}
.btn-agency:hover {
  background-color: #f4b8a5;
  color: #333;
}
.bank .col {
  display: inline-block;
}
.bank row {
  display: block;
}
.select-style {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.select-style select {
  padding-right: 43px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.select-style select {
  width: 100%;
  max-width: 100%;
  background-image: none;
  -webkit-appearance: none;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 36px;
  height: 44px;
}
.select-style::after {
  content: "";
  position: absolute;
  z-index: 9;
  pointer-events: none;
  border-top: 7px solid #666;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 50%;
  margin-top: -3px;
  right: 10px;
}
.banktxt {
  color: #fff;
  padding: 5px 0px;
}
.line {
  border-bottom: #fff solid 1px;
  padding-bottom: 30px;
}
/** End of tab Content Styling **/
/** End of Main Content Styling **/
/** Footer Styling **/
/** If there is no Footer, please delete the whole block below **/
.footer {
  display: block;
  color: #fff;
  text-align: left;
  padding: 10px 0;
  font-size: 1.1rem;
  background: url(../images/footer_bkgnd.png);
  font-weight: 300;
}
.sitemap {
  display: inline-block;
  text-align: left;
  width: 100%;
  background: #fff;
  padding: 70px 0px;
  position: relative;
  border-top: 1px solid #ecd0f9;
}
.sitemap:before {
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgb(236, 208, 249);
  background: -moz-linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecd0f9", endColorstr="#ffffff", GradientType=1);
}
.top-left {
  position: absolute;
  font-size: 14px;
  top: 8px;
  left: 16px;
}
.sitemap h2 {
  color: #834c9e;
  font-size: 24px;
}
.sitemap p {
  margin-top: 20px;
  font-size: 12px;
}
.footer .float-left {
  margin-top: 20px;
}
@media only screen and (max-width: 575.98px) {
  .sitemap {
    text-align: center;
  }
}
.copyright {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 10px 0px;
}
.copyright a {
  color: #fff;
  line-height: 100%;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.footer .copyright .float-left a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
}
/** Delete till here if there is no Footer **/
.bank.row {
  width: 100%;
}
.bank.row {
  width: 100%;
  align-items: center;
}
.case-sort .bank.row {
  align-items: flex-end;
}
span.last-updated {
  display: block;
  text-align: right;
}
a.footer-link {
  padding: 0;
  margin: 0;
}
.buttons .btn {
  border-radius: 36px;
  border: none;
  padding: 15px 40px;
  width: auto;
  font-weight: 300;
}
.modal-dialog.login-modal .modal-body {
  padding: 40px 50px 20px 50px;
}
.modal-dialog.login-modal {
  max-width: 700px;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 1279.98px) {
  .banner-content {
    margin-left: 0;
    padding-top: 40px;
  }
  .secondbanner {
    background-position: right center;
    background-size: 580px;
  }
  .case-search {
    width: 70%;
  }
  .case-search .form-control {
    min-width: 100%;
  }
  .case-sort {
    margin-left: 0;
  }
  .imgbox {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .secondbanner {
    background-size: 480px;
    background-position: right top 50px;
  }
  nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active, .about-blog h4 {
    font-size: 1.4rem;
  }
  .boxtxt {
    width: 50%;
  }
  nav.navbar.navbar-expand-md.fixed-top {
    background-size: 1194px;
    padding: 8px 0;
    /*border-left: 5px solid #6654dc;*/
    height: auto;
  }
  .banner {
    min-height: 730px;
    background-size: 1199px;
  }
  .keybenefits {
    margin-top: -250px;
  }
  .marx-row {
    margin-top: -95px;
  }
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
    min-width: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 1rem;
  }
  .navbar-brand img {
    width: 175px;
    height: auto;
  }
  .fixed-top {
    position: fixed;
    top: -12px;
  }
  .secondbanner {
    background-size: 360px;
    background-position: right top 50px;
  }
  .banner-content h1 {
    font-size: 27px;
  }
  nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    font-size: 1.2rem;
    padding: 20px 10px;
    width: auto;
  }
  .case-sort-by {
    padding-left: 40px;
  }
  .keybenefits {
    background-size: cover;
  }
  .imgbox {
    margin-left: 20px;
    margin-top: 0;
  }
  .benefitscont .row .col-lg-6 {
    display: flex;
  }
  .benefitscont .row .col-lg-6 .imgbox {
    width: 150px;
    margin-left: 0;
  }
  .benefitscont .row .col-lg-6 .boxtxt {
    float: none;
    margin-left: auto;
    width: calc(100% - 180px);
    margin-top: 50px;
  }
  .benefitscont .row .col-lg-6 .imgbox img {
    width: 100%;
    height: auto;
  }
  .benefitscont .row .col-lg-6 .boxtxt br {
    display: none;
  }
  nav.navbar.navbar-expand-md.fixed-top {
    background-size: 987px;
  }
  .banner {
    min-height: 580px;
    background-size: 991px;
  }
  .benefitscont {
    padding-top: 220px;
  }
  .agency-sort-by {
    margin-left: auto;
    min-width: auto;
    padding-left: 40px;
    border-left: 1px solid #ffd200;
  }
  .about-blog img {
    width: 140px;
    height: auto;
  }
  .agency-search {
    position: relative;
    padding-right: 40px;
  }
  .case-sort {
    margin-left: 0;
    padding: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-content h1 {
    font-size: 22px;
  }
  .secondbanner {
    background-size: 280px;
    background-position: right top 80px;
  }
  ul.navbar-nav.navbar-login.ml-md-auto {
    position: absolute;
    right: 15px;
  }
  nav.navbar.navbar-expand-md.fixed-top {
    background-size: 763px;
  }
  .banner {
    min-height: 450px;
    background-size: 767px;
  }
  .banner-content {
    margin-left: 0;
    padding-top: 20px;
  }
  .secondbanner {
    background-size: 280px;
    background-position: right top 0px;
  }
  .marx-row h1 {
    font-size: 42px;
    margin-top: 20px;
  }
  .keybenefits h1 {
    font-size: 42px;
    margin-top: -10px;
  }
  .blog {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
  }
  .about-blog {
    text-align: center;
    min-height: 0;
    padding: 15px;
  }
  .btn-learnmore {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .float-left, .float-right {
    width: 100%;
  }
  span.last-updated {
    text-align: center;
  }
  .footer {
    text-align: center;
    font-size: 0.9rem;
  }
  .case-search .form-control {
    font-size: 1rem;
  }
  .case-search {
    width: 70%;
    padding-right: 20px;
  }
  .marx-row .blog {
    padding: 0;
  }
  .bank .col {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }
  .line {
    border-bottom: #fff solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .navbar-expand-md .navbar-nav .login-btn .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0px;
    width: 100%;
  }
  .sitemap .col {
    margin-bottom: 10px;
    min-width: 100%;
    text-align: center;
  }
  .tabs-desktop {
    display: none;
  }
  .secondbanner {
    margin-top: 90px;
  }
  .free-access {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  nav.navbar.navbar-expand-md.fixed-top {
    background-size: 573px;
  }
  .banner {
    min-height: 350px;
    background-size: 575px;
  }
  .secondbanner {
    background-size: 150px;
    background-position: right top -5px;
  }
  .banner-content h1 {
    font-size: 15px;
  }
  .banner-content {
    margin-left: 0;
    padding-top: 0px;
  }
  .btn-keybenfit {
    width: 200px;
    text-align: center;
    font-size: 1rem;
    margin-top: 5px;
  }
  .banner-content h1 {
    font-size: 20px;
    width: 250px;
  }
	
	.banner-content h1 strong {
    color: #fcdef9;
    display: block;
}
  .btn-keybenfit {
    display: none;
  }
  .benefitscont .row .col-lg-6 .imgbox {
    width: 100px;
    margin-left: 0;
  }
  .benefitscont .row .col-lg-6 .boxtxt {
    float: none;
    margin-left: auto;
    width: calc(100% - 120px);
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .keybenefits {
    display: block;
    padding-bottom: 100px;
  }
  .about-blog img {
    width: 100px;
    height: auto;
  }
  .marx-row h1 {
    font-size: 42px;
    margin-top: 0px;
  }
  .tabintereq div#nav-tabContent {
    margin: -15px -16px 0 -16px;
  }
  .case-sort {
    padding: 30px 10px;
    flex-wrap: wrap;
  }
  .agency-search, .case-search {
    width: 100%;
    position: relative;
  }
  .agency-sort-by, .case-sort-by {
    margin: 0 auto;
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  .case-search .form-control {
    font-size: 1rem;
    height: 50px;
  }
  .dir-img {
    margin-bottom: 10px;
  }
  /*nav.navbar.navbar-expand-md.fixed-top {
    border-left: 5px solid #805fe1;
  }*/
}
.interest-rate input.form-control, .processing-charge input.form-control {
  background: none;
  border: none;
  border-bottom: 1px #fff dotted;
  border-radius: 0;
  margin-top: 10px;
  box-shadow: none;
  color: #fff;
  text-align: center;
}
.bank .col div img {
  margin-bottom: 30px;
}
.find-a-lawyer {
  background: #834c9e;
}
.participating-agencies {
  background: #e9724c;
}
.compare-bank-rates {
  background: #5f6273;
}
.find-a-lawyer .case-search {
  width: 100%;
  margin: 0;
  padding: 0;
}
.find-a-lawyer .case-sort, .participating-agencies .case-sort {
  flex-wrap: wrap;
}
.find-a-lawyer .case-sort-by, .participating-agencies .agency-sort-by {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.find-a-lawyer .dir-img, .participating-agencies .dir-img {
  margin: 0 30px 0 0;
}
.participating-agencies .agency-search {
  padding: 0;
}
.tabs-mobile h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0px 20px;
  padding-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 25px;
}
.find-a-lawyer .dir-img img, .participating-agencies .dir-img img {
  width: 36px;
  height: auto;
}
.find-a-lawyer .case-search::after {
  font-weight: 400;
  font-size: 1.2rem;
}
.find-a-lawyer .case-sort .bank.row, .participating-agencies .case-sort .bank.row, .compare-bank-rates .case-sort .bank.row {
  align-items: flex-end;
  margin: 0;
}
.hidden-d {
  display: none;
}
.tabs-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .tabs-mobile {
    display: block;
  }
  .hidden-m {
    display: none;
  }
  .case-sort .select-style {
    padding-left: 50px;
    margin-bottom: 20px;
  }
  .select-style .bank-name-alpha {
    position: absolute;
    left: 0;
    top: 10px;
    color: #ddd;
  }
  .interest-rate-calc {
    width: 100%;
  }
  .interest-rate-calc p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
  }
  .interest-rate-calc p span {
    width: calc(40% - 10px);
    font-size: 0.9rem;
    margin: 0 5px;
  }
  .interest-rate-calc p span:first-child {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  .interest-rate-calc p span:nth-child(2) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
  .compare-bank-rates .case-sort {
    flex-wrap: wrap;
  }
  .interest-rate-calc p span input.form-control {
    color: #fff;
    background: none !important;
    border: none;
    height: 30px;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
  }
  .hidden-d {
    display: block;
  }
  .crimson-logo.hidden-d {
    padding: 20px;
    background: #fff;
    bottom: 0;
    left: 0;
    margin: 30px -15px 0 -15px;
    text-align: left;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
    text-align: left;
  }
  .crimson-logo.hidden-d img.img-fluid {
    max-width: 200px;
  }
  .navbar-close {
    text-align: right;
    font-size: 2rem;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 20px;
    color: #fff;
  }
  .modal-dialog.login-modal .modal-body {
    padding: 40px 20px 20px 20px;
  }
  .modal-body label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1rem;
  }
  .sitemap p {
    margin-top: 20px;
    font-size: 12px;
    padding: 0 0;
  }
  body {
    min-width: 380px;
  }
}
.content-blog {
  margin-top: 126px;
}
.content-blog {
  margin-top: 126px;
  display: flex;
  flex-wrap: wrap;
}
.left-nav, .content {
  padding: 0 40px;
  min-height: 600px;
}
.left-nav {
  width: 25%;
  background: #fff;
  box-shadow: 8px 0 3px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content {
  width: 75%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-heading {
  background: linear-gradient(90deg, #5956d7 0%, #e8b1fa 100%);
  display: flex;
  margin: 0 -40px;
  padding: 40px 40px;
  align-items: center;
  color: #fff;
  padding-bottom: 120px;
  flex-wrap: wrap;
}
.page-heading h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.page-heading .input-group {
  max-width: 65%;
  border-radius: 36px;
  background: #fff;
}
.page-heading .input-group button.btn {
  height: 40px;
  background: none !important;
  border: none;
  padding: 0 20px;
  color: #6a3fc4;
  font-size: 1.4rem;
  box-shadow: none;
}
.page-heading .input-group input.form-control {
  background: none;
  border: none;
  box-shadow: none;
}
.page-heading .input-group input.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  font-weight: 300;
}
.page-heading .input-group input.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  opacity: 1;
}
.page-heading .input-group input.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  font-weight: 300;
  opacity: 1;
}
.page-heading .input-group input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  font-weight: 300;
}
.page-heading .input-group input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  font-weight: 300;
}
.page-heading .input-group input.form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #9591ed;
  font-size: 0.90rem;
  font-style: italic;
  font-weight: 300;
}
.data-table {
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #5934a7;
  color: #5934a7;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.50rem;
  white-space: nowrap;
}
.table td {
  padding: 0.50rem;
  font-size: 0.9rem;
}
.table-striped tbody tr {
  background: #f6f5f7;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.data-table {
  margin-top: -43px;
  background: #fff;
}
.table-action {
  white-space: nowrap;
}
.table-action a {
  display: inline-block;
  margin: 0 4px;
  color: #792bd9;
}
span.text-underline {
  text-decoration: underline;
}
.user-image {
  border-radius: 50%;
  width: 118px;
  height: 118px;
  position: relative;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.user-image:after {
  content: "Click to edit profile";
  position: absolute;
  white-space: nowrap;
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 10px;
  top: 50%;
  margin-top: -12px;
  left: 100%;
  border-radius: 4px;
  display: none;
}
.user-image:hover {
  cursor: pointer;
}
.user-image:hover:after {
  display: block;
}
.user-image img {
  width: 100%;
}
.user-name {
  color: #243678;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 15px;
  width: 100%;
}
.user-name span {
  display: block;
  font-size: 1rem;
}
.logout-button .btn {
  display: inline-block;
  padding: 8px 15px;
  background: #9374d4;
  border-radius: 36px;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 20px;
  line-height: 100%;
}
.left-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.left-links a {
  font-weight: 300;
  display: block;
  padding: 8px 15px;
  padding-left: 75px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
.left-links a {
  color: #333;
}
.left-links.icon-link a {
  position: relative;
  color: #815292;
}
.left-links a:hover {
  background: #f6f5f7;
  text-decoration: none;
}
.left-links.disabled a {
  pointer-events: none;
  opacity: 0.5;
}
.left-links a i {
  position: absolute;
  left: 40px;
  top: 10px;
  font-size: 1.4rem;
}
.radio-control {
  color: #333;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.radio-control input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: 9999;
}
.radio-overlay {
  display: inline-block;
  height: 25px;
  left: 0px;
  top: 0px;
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.radio-overlay::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  line-height: 100%;
  color: #6d3068;
  font-weight: 300;
}
.radio-control input[type=radio]:checked + .radio-overlay::before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #6d3068;
}
.check-control {
  color: #333;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.check-control input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 9999;
}
.check-overlay {
  display: inline-block;
  height: 25px;
  left: 0px;
  top: 0px;
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.check-overlay::before {
  content: "\f04d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  line-height: 100%;
  color: #5956d7;
  font-weight: 300;
}
.check-control input[type=checkbox]:checked + .check-overlay::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #5956d7;
}
.table td:first-child {
  text-align: center;
}
.left-links.icon-link a.reference-number {
  background: linear-gradient(90deg, #5956d7 73%, #c544fb 100%);
  min-height: 41px;
  color: #fff;
}
.edit-modal .modal-body label {
  text-align: left;
  font-size: 1rem;
  padding-left: 0;
}
.edit-modal .modal-body .form-control {
  text-align: left;
  padding: 0;
}
.edit-modal .modal-body .form-control {
  text-align: left;
  color: #333;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.edit-profile-fields {
  margin-top: 50px;
  padding: 0 50px;
  text-align: left;
}
.edit-profile-fields .form-group.row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.edit-profile-fields .form-group.row:last-child {
  border: none;
  margin-bottom: 30px;
}
.image-edit {
  position: absolute;
  left: 90%;
  white-space: nowrap;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  top: 50%;
  display: none;
}
.modal-header .user-image:hover .image-edit {
  display: block;
}
.image-edit .image-edit-link {
  display: block;
  font-size: 0.9rem;
  padding: 5px 0;
  color: #666;
  text-decoration: none !important;
}
.nav-min {
  position: absolute;
  right: 20px;
  top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #243678;
  width: 30px;
  transform: rotate(180deg);
}
.nav-min:hover {
  cursor: pointer;
}
.nav-min.active {
  transform: rotate(0deg);
}
.left-links a strong {
  border: 1px solid #ccc;
  padding: 5px;
  width: 50px;
  text-align: center;
  border-radius: 5px;
  color: #243678;
  font-weight: 600;
  font-size: 0.85rem;
  display: none;
}
.user-name strong {
  font-weight: 300;
}
.nav-minimised .left-nav {
  width: 80px;
  padding-left: 25px;
}
.nav-minimised .content {
  width: calc(100% - 80px);
}
.nav-minimised .left-links a {
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  position: relative;
}
.nav-minimised .left-links a i {
  position: static;
}
.nav-minimised .left-links a span {
  display: none;
}
.nav-minimised .left-links a span.reference-number-text {
  display: block;
}
.nav-minimised .logout-button .btn, .nav-minimised .user-name strong, .nav-minimised .user-name span, .nav-minimised .left-links.icon-link a.reference-number span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
}
.nav-minimised .user-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.user-name strong {
  margin-top: 20px;
}
.nav-minimised .logout-button .btn {
  margin-left: -5px;
  padding: 15px 8px;
}
.nav-minimised .user-image {
  display: none;
}
.nav-minimised .left-links.icon-link a.reference-number i {
  display: none;
}
.nav-minimised .user-name span {
  margin-left: 5px;
}
.nav-minimised .left-links {
  margin: 0 0 0 -25px;
  width: 80px;
}
.nav-minimised .user-details {
  width: 50px;
  margin-left: -10px;
  padding-left: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.nav-minimised .left-links a strong {
  margin-left: -15px;
}
.nav-minimised .left-links.icon-link a.reference-number {
  margin: 10px 0px;
}
.nav-minimised .left-links.icon-link a.reference-number span {
  margin: 10px 0 5px 0;
  position: static;
  background: none;
  border: none;
  width: auto;
  left: auto;
  padding: 0;
}
.reference-number-text {
  font-weight: 600;
}
.nav-minimised .left-links a strong {
  display: block;
}
.nav-minimised .left-links a span {
  position: absolute;
  left: 100%;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  min-width: 200px;
  text-align: center;
  padding: 2px 10px;
  top: 0;
  display: none;
  font-size: 0.9rem;
  z-index: 9;
}
.nav-minimised .left-links a:hover span {
  display: block;
}
.modal-dialog.login-modal.modal-xl {
  max-width: 1000px;
}
.form-content {
  padding: 0 50px 20px 50px;
  background: #f2dfdf;
  border-radius: 10px;
  margin-bottom: 40px;
}
.form-heading {
  background: linear-gradient(90deg, #e6906e 0%, rgba(230, 144, 110, 0) 100%);
  margin: 0 -50px;
  padding: 20px 60px;
  text-align: left;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.2rem;
}
.form-content label.col-form-label {
  text-align: left;
  width: 100%;
  font-size: 0.9rem;
  margin: 0;
}
.form-content input.form-control {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #8c8c8c;
}
.data-table.form-table {
  background: none;
  margin: 0;
}
.data-table.form-table .table thead th, .data-table.form-table .table tbody td {
  border: none;
  color: #333;
  padding: 0;
  font-size: 0.9rem;
  text-align: left;
}
.data-table.form-table .table tbody td .form-control {
  width: calc(100% - 10px);
  max-width: 200px;
  margin-top: 5px;
}
.form-control {
  box-shadow: none !important;
}
.form-heading-sm {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #6d3068;
  text-transform: uppercase;
  font-size: 1rem;
}
.sub-heading {
  background: #eccffa;
  padding: 35px 20px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  margin-top: -43px;
  margin-bottom: 30px;
}
.summary-cards {
  display: flex;
  flex-wrap: wrap;
}
.summary-cards .card {
  width: calc(50% - 60px);
  margin: 30px;
  padding: 0 30px 30px 30px;
  text-align: left;
  border-radius: 10px;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-minimised .summary-cards .card {
  width: calc(33.33% - 60px);
}
.summary-cards .card-body {
  padding: 20px 0;
}
.summary-cards .card-title {
  padding: 20px 30px;
  margin: 0 -30px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.summary-cards .buyer-info .card-title {
  background: linear-gradient(90deg, #e6906e 0%, rgba(230, 144, 110, 0) 100%)
}
.summary-cards .seller-info .card-title {
  background: linear-gradient(90deg, #9d7cb8 0%, rgba(157, 124, 184, 0) 99%, rgba(157, 124, 184, 0) 100%);
}
.summary-cards .buyer-lawyer .card-title {
  background: linear-gradient(90deg, #e6be6e 0%, rgba(230, 144, 110, 0) 100%);
}
.summary-cards .seller-lawyer .card-title {
  background: linear-gradient(90deg, #49a8ab 0%, rgba(218, 218, 218, 0) 100%);
}
.summary-cards .buyer-agent .card-title {
  background: linear-gradient(90deg, #3e86fa 0%, rgba(218, 218, 218, 0) 100%);
}
.summary-cards .seller-agent .card-title {
  background: linear-gradient(90deg, #b87b8d 0%, rgba(157, 124, 184, 0) 99%, rgba(157, 124, 184, 0) 100%);
}
.summary-cards .stamp-duty .card-title {
  background: linear-gradient(90deg, #8db36f 0%, rgba(141, 179, 111, 0) 100%);
}
.summary-cards .property-tax .card-title {
  background: linear-gradient(90deg, #9499e0 0%, rgba(148, 153, 224, 0) 100%);
}
.summary-cards .list-docs .card-title {
  background: linear-gradient(90deg, #d1b366 0%, rgba(209, 179, 102, 0) 100%);
}
.summary-cards .buyer-info {
  background: #f2dfdf;
}
.summary-cards .seller-info {
  background: #e1d8ed;
}
.summary-cards .buyer-lawyer {
  background: #f5eacb;
}
.summary-cards .seller-lawyer {
  background: #dce9ed;
}
.summary-cards .buyer-agent {
  background: #dce9ed;
}
.summary-cards .seller-agent {
  background: #eaddeb;
}
.summary-cards .stamp-duty {
  background: #cce3c8;
}
.summary-cards .property-tax {
  background: #cfd2fc;
}
.summary-cards .list-docs {
  background: #ebddb2;
}
.actions {
  background: rgb(140 140 140 / 0.3);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  font-size: 1.3rem;
}
.actions a {
  color: #fff;
  margin: 0 5px;
  position: relative;
}
.card-action {
  margin: 0 0 20px 0;
}
.actions a:after {
  content: ""attr(class) "";
  position: absolute;
  top: -100%;
  background: #fff;
  font-size: 12px;
  color: #333;
  width: 70px;
  text-align: center;
  padding: 5px 0;
  margin-left: -35px;
  z-index: 99;
  left: 50%;
  display: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -3px;
  border: 1px solid #ccc;
}
.actions a:hover:after {
  display: block;
}
.icon {
  position: relative;
  padding-left: 35px;
  font-size: 0.9rem;
}
.icon i {
  color: rgb(140 140 140 / 0.5);
  font-size: 1.3rem;
  width: 35px;
  left: 0;
  position: absolute;
  top: 3px;
}
.summary-cards .stamp-duty .icon {
  color: #36660e;
}
.summary-cards .icon strong {
  display: block;
}
.summary-cards .stamp-duty .icon i {
  color: rgb(54 102 14 / 0.4);
  top: 5px;
}
.summary-cards .property-tax .icon {
  color: #0045b5;
}
.summary-cards .property-tax .icon i {
  color: rgb(0 69 181 / 0.5);
  top: 5px;
}
.edit-profile-fields .input-group {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 5px 0 10px;
  border-radius: 5px;
  width: 200px;
}
.edit-profile-fields .input-group button.btn {
  height: 40px;
  color: #6a3fc4;
  font-size: 1.2rem;
  padding: 0 10px;
  background: none !important;
  box-shadow: none !important;
}
.client-select .check-control {
  position: absolute;
  font-weight: 600;
  color: #5956d7;
  display: block;
  bottom: -50px;
  z-index: 9;
  right: 90px;
}
.left-links a.active {
  background: #f3e8fc;
  color: #000;
  font-weight: 600;
  width: calc(100% - 20px);
  border-radius: 0 20px 20px 0;
}
.nav-minimised .left-links a.active {
  background: none;
}
.nav-minimised .left-links a.active strong {
  background: #243678;
  color: #fff;
  border-color: #243678;
}
.form-content.form-preview input.form-control {
  border: none;
  background: none;
  pointer-events: none;
  padding: 0;
  color: #333;
}
.page-action {
  text-align: right;
  margin-bottom: 30px;
}
.page-action .actions {
  background: #9d7cb8;
  padding: 5px 10px;
}
.nav-minimised .edit-modal .user-image {
  display: block;
}
.edit-profile-icon {
  display: none;
  margin-top: 20px;
}
.nav-minimised .edit-profile-icon {
  display: block;
}
.edit-profile-icon a {
  display: flex;
  width: 30px;
  height: 30px;
  background: #0045b5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #fff;
  text-decoration: none !important;
}
.modal-header .user-image {
  display: block;
}
.modal-dialog.modal-md {
  max-width: 700px;
}
.page-item .page-link {
  color: #0045b5;
  box-shadow: none !important
}
.page-item.active .page-link, .page-item .page-link:hover {
  background: #9374d4;
  border-color: #9374d4;
  color: #fff;
}
.page-heading h3 span {
  margin-left: 50px;
  font-weight: 300;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .content-blog {
    margin-top: 80px;
  }
  .modal-xl {
    max-width: 940px;
  }
}
@media only screen and (max-width: 991.98px) {
  .user-name {
    margin-top: 0;
  }
  .modal-xl {
    max-width: 740px;
  }
  .edit-profile-icon {
    display: block;
  }
  .content-blog {
    margin-top: 60px;
  }
  .nav-min {
    display: none;
  }
  .left-nav {
    width: 60px;
    padding-left: 15px;
    padding-top: 0px;
  }
  .content {
    width: calc(100% - 60px);
    padding: 0 15px;
  }
  .page-heading {
    margin: 0 -15px;
    padding: 20px;
    padding-bottom: 70px;
  }
  .left-links a {
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    position: relative;
  }
  .left-links a i {
    position: static;
  }
  .left-links a span {
    display: none;
  }
  .left-links a span.reference-number-text {
    display: block;
  }
  .logout-button .btn, .user-name strong, .user-name span, .left-links.icon-link a.reference-number span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
  }
  .user-name {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .logout-button .btn {
    margin-left: -5px;
    padding: 15px 8px;
  }
  .user-image {
    display: none;
  }
  .left-links.icon-link a.reference-number i {
    display: none;
  }
  .user-name span {
    margin-left: 5px;
  }
  .left-links {
    margin: 0 0 0 -25px;
    width: 80px;
  }
  .user-details {
    width: 50px;
    margin-left: -10px;
    padding-left: 5px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .left-links a strong {
    margin-left: -15px;
  }
  .left-links.icon-link a.reference-number {
    margin: 10px 0px;
    width: 70px;
  }
  .left-links.icon-link a.reference-number span {
    margin: 10px 0 5px 0;
    position: static;
    background: none;
    border: none;
    width: auto;
    left: auto;
    padding: 0;
  }
  .left-links a strong {
    display: block;
  }
  .left-links a span {
    position: absolute;
    left: 100%;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    min-width: 200px;
    text-align: center;
    padding: 2px 10px;
    top: 0;
    display: none;
    font-size: 0.9rem;
    z-index: 9;
  }
  .left-links a:hover span {
    display: block;
  }
  .left-links a.active {
    background: none;
  }
  .left-links a.active strong {
    background: #243678;
    color: #fff;
    border-color: #243678;
  }
  .client-select .check-control {
    bottom: -90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-xl {
    width: calc(100% - 30px);
  }
  .data-table table, .data-table tbody, .data-table td, .data-table th, .data-table thead, .data-table tr {
    display: block;
  }
  .data-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .data-table tr {
    padding: 15px 0 !important;
  }
  .data-table td:first-child {
    border-top: none !important;
  }
  .data-table td::before {
    font-weight: 400;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 37%;
    content: attr(data-title);
    padding-left: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .data-table td {
    border-bottom: medium none !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 40% !important;
    position: relative;
    text-align: left;
  }
  .data-table .table tbody tr td {
    white-space: normal;
  }
  .data-table .type-more-info td {
    padding-left: 0 !important;
  }
  .data-table .table tbody tr td::after {
    content: ":";
    position: absolute;
    left: 35%;
    top: 8px;
    margin-left: 5px;
  }
  .action a {
    display: inline-block;
    margin-right: 10px;
  }
  .radio-control {
    margin-top: -10px;
  }
  .radio-overlay::before {
    content: "\f204";
    font-family: "Font Awesome 5 Pro";
    line-height: 100%;
    color: #999;
    font-weight: 300;
    font-size: 2rem;
  }
  .radio-control input[type=radio]:checked + .radio-overlay::before {
    content: "\f205";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #5956d7;
  }
  .page-heading .input-group {
    max-width: 100%;
  }
  .page-heading h3 {
    width: 100%;
    text-align: center;
  }
  .summary-cards .card {
    width: 100%;
    margin: 15px 0;
  }
  .nav-minimised .summary-cards .card {
    width: 100%;
    margin: 15px 0;
  }
  .sub-heading {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .form-content {
    padding: 0 20px 20px 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .content .form-content {
    margin-left: 0;
    margin-right: 0;
  }
  .form-heading {
    margin: 0 -20px;
    padding: 20px 20px;
  }
  .table td:first-child {
    text-align: left;
  }
  .edit-profile-fields .form-group.row .col-sm-9 {
    padding: 0;
  }
  .image-edit {
    left: auto;
    right: 70%;
  }
  .edit-profile-fields .form-group.row input.form-control {
    padding: 0;
  }
  .modal-header .modal-title {
    margin: 10px 0
  }
  .modal-body {
    padding: 30px 0 10px 0;
  }
  .form-content input.form-control {
    margin-bottom: 0;
  }
  .form-content label.col-form-label {
    padding-bottom: 0;
  }
  .data-table.form-table .table tbody td .form-control {
    margin: 0 0 5px 0;
  }
  .table-action a.action-btn {
    font-size: 1.3rem;
    line-height: 100%;
  }
  .table-striped tbody tr {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-xl {
    width: calc(100% - 15px);
  }
}
.mandatory {
  text-align: left;
  margin-bottom: 20px;
  color: #666;
  font-size: 0.8rem;
  font-style: italic;
}
.mandatory span {
  color: #ff0000;
  font-size: 1rem;
  font-style: normal;
}
.required span.mandatory-label {
  display: inline-block;
}
.required span.mandatory-label:after {
  content: "*";
  color: #ff0000;
}
.form-content label.col-form-label .help-blog {
  display: inline-block;
  font-size: 0.8rem;
  color: #481d24;
  font-weight: 300;
  margin-left: 5px;
}
.file {
  display: flex;
  align-items: center;
}
span.selected-file {
  color: #8c8c8c;
  margin-right: 15px;
}
.delete-file, .add-lot-info, .delete-addable {
  color: #9d7cb8;
  font-size: 1.4rem;
}
.form-preview .delete-file, .form-preview .add-lot-info, .form-preview .delete-addable, .form-preview .btn.btn-browse {
  display: none;
}
.add-lot-info {
  margin: 5px 0 0 10px;
  vertical-align: middle;
}
.delete-addable {
  vertical-align: middle;
  margin-top: 5px;
  display: inline-block;
}
.btn.btn-browse {
  background: #9d7cb8;
  height: 40px;
  border-radius: 36px;
  padding: 10px 30px;
  margin-right: 10px;
  white-space: nowrap;
}
.addable:first-child .delete-addable {
  pointer-events: none;
}
.add-new-client {
  text-align: left;
  margin-bottom: 30px;
}
.add-new-client span.check-overlay {
  margin-top: -8px;
}
.client-type span.radio-overlay {
  margin-top: 0px;
}
.client-type::before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  color: #dadada;
  position: absolute;
  left: 0;
  font-size: 8rem;
  top: 0;
  font-weight: 600;
  line-height: 100%;
  border-radius: 50%;
  margin-top: -60px;
}
.client-type {
  text-align: left;
  padding-left: 200px;
  position: relative;
  min-height: 120px;
  margin-top: 100px;
}
.client-type label.radio-control {
  margin-right: 80px;
  color: #6d3068;
}
.client-info .form-heading-sm {
  text-align: left;
  margin-top: 0;
}
.client-info .form-group.row {
  margin: 0 0 10px 0;
}
.client-info .form-group.row button.btn {
  height: 40px;
  color: #6d3068;
  background: none !important;
  padding: 0;
  font-size: 1.8rem;
  margin-left: 20px;
  box-shadow: none !important;
}
.client-info .form-group input.form-control {
  border-radius: 4px;
}
.multi-field select.form-control {
  background: #fff;
  border-radius: 4px;
  flex: 1;
}
.multi-field {
  display: flex;
  align-items: center;
}
.multi-field label.check-control {
  flex: 1;
  margin-left: 20px;
  font-size: 1rem;
  margin-bottom: 0;
}
.contact-particulars .page-action {
  position: absolute;
  left: 60%;
  top: 0;
}
.contact-particulars {
  position: relative;
  margin-top: 30px;
}
.contant-addable .contact-particulars:first-child .actions a.delete {
  display: none;
}
.company, .individual {
  display: none;
}
.form-tabs .nav-tabs {
  border: none;
}
.form-tabs .nav-tabs .nav-link {
  background: #d3d6d8;
  border: none;
  border-radius: 0;
  padding: 20px;
  color: #666;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.form-tabs .nav-tabs .nav-item {
  margin: 0;
  flex: 1;
}
.form-tabs .nav-tabs .nav-item:first-child a.nav-link {
  border-radius: 10px 0 0 0;
}
.form-tabs .nav-tabs .nav-item:last-child a.nav-link {
  border-radius: 0 10px 0 0;
}
.form-tabs .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #e6906e 20%, rgba(230, 144, 110, 0) 130%);
  color: #fff;
}
.form-tabs .tab-content {
  margin: 0;
  padding: 50px;
  background: #f2dfdf;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
}
.form-content.form-inline {
  padding: 0;
  text-align: left;
}
.form-content.form-preview.form-inline .form-control {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #666;
  width: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
}
.form-content.form-inline .form-control {
  display: inline-block;
  border: none;
  width: auto;
  height: 38px;
  margin: 2px 0;
  color: #333;
  font-size: 1rem;
}
.inner-inline-form {
  margin-left: 50px;
}
.inner-inline-form label.check-control {
  display: inline-block;
}
.form-inline .text-center {
  width: 100%;
  margin: 0 0 40px 0;
}
.form-inline ul {
  padding-left: 30px;
  list-style: decimal;
}
.form-inline ul li {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.form-content.form-inline .form-control.form-control-lrg {
  width: 300px;
}
.form-content.form-inline .form-control.form-control-md {
  width: 260px;
}
.form-content.form-inline .form-control.form-control-sm {
  width: 100px;
}
.form-content.form-inline .form-control.form-control-xs {
  width: 70px;
}
.form-content.form-inline .form-control.form-control-xxs {
  width: 50px;
}
.form-inline .d-flex {
  width: 100%;
  margin-bottom: 10px;
}
.form-inline .d-flex span {
  margin-right: 10px;
}
.inner-inline-form {
  margin-left: 50px;
  margin-top: 30px;
}
.inner-inline-form p {
  margin-bottom: 30px;
}
.form-inline ul li li {
  list-style: lower-alpha;
}
.form-inline ul li ul {
  margin-top: 30px;
}
.form-inline h5 {
  margin: 30px -20px;
  font-size: 1.1rem;
  text-decoration: underline;
}
.form-inline h6 {
  margin: 30px -20px;
  font-weight: 600;
  font-size: 0.9rem;
}
.space {
  height: 40px;
}
.form-static {
  padding-left: 0;
}
.form-content.form-static input.form-control {
  font-weight: 400;
  color: #000;
  height: 38px;
}
.btn-upload {
  font-size: 1.5rem;
  margin-top: 7px;
  display: inline-block;
  color: #333;
}
.form-static .form-group.row {
  text-align: left;
}
.uploaded-file {
  text-decoration: none !important;
  display: inline-block;
  margin-left: 0px;
  color: #333;
}
.uploaded-file span {
  position: relative;
  margin-right: 5px;
}
.uploaded-file span:after {
  content: ""attr(class) "";
  position: absolute;
  top: -100%;
  background: #fff;
  font-size: 12px;
  color: #333;
  width: 70px;
  text-align: center;
  padding: 5px 0;
  margin-left: -35px;
  z-index: 99;
  left: 50%;
  display: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -3px;
  border: 1px solid #ccc;
}
.uploaded-file span:hover:after {
  display: block;
}
.buyer-lawyer label.check-control, .seller-lawyer label.check-control {
  position: absolute;
  right: 70px;
  top: 94px;
}
.buyer-lawyer label.check-control, .buyer-lawyer .check-overlay::before {
  color: #996f06 !important;
}
.seller-lawyer label.check-control, .seller-lawyer .check-overlay::before {
  color: #025948 !important;
}
.edit-modal .client-type {
  padding: 0;
  background: none;
  min-height: 0;
}
.edit-modal .form-content.client-info {
  background: none;
  padding: 0;
}
.edit-modal .client-type::before {
  display: none;
}
.edit-modal .form-heading-sm {
  margin-top: 25px;
  color: #6d3068;
  text-transform: uppercase;
  font-size: 1rem;
}
.edit-modal .client-info .form-group .form-control {
  border-bottom: 1px solid #333;
  border-radius: 0;
}
.stakeholder {
  width: calc(100% - 60px);
  margin: 0 30px;
  background: #f2dfdf;
  display: flex;
  border-radius: 10px 10px 10px 10px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.stakeholder .title {
  float: left;
  font-weight: 600;
  width: 50%;
}
.stakeholder .card-title {
  background: linear-gradient(90deg, #e6906e 0%, rgba(230, 144, 110, 0) 100%);
  color: #fff;
  text-transform: capitalize;
  text-align: left;
  padding-left: 50px;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.summary-cards .stakeholder .card {
  background: none;
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
  border-radius: 0;
  border-bottom: 2px solid #9d7cb8;
  padding-bottom: 0;
}
.summary-cards .stakeholder .card.card-bg {
  background: rgba(233, 114, 76, 0.1);
  margin: 0 30px 0 0;
  border-radius: 0;
  border-bottom: 2px solid #f2f2f2;
}
.summary-cards .stakeholder .card.card-bg.border-top-radius {
  border-radius: 30px 30px 0 0;
}
.summary-cards .stakeholder .card.card-bg.border-bottom-radius {
  border-radius: 0 0 30px 30px;
  border-bottom: none;
}
.details-hidden {
  display: none;
}
.stakeholder-collapse {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  text-align: center;
  line-height: 30px;
  color: #eb8c28;
}
.stakeholder-collapse:hover {
  cursor: pointer;
}
.stakeholder-collapse:before {
  content: '\f2d0';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.stakeholder-collapse.active:before {
  content: '\f068';
}
.more-modal {
  background: #dadada;
  position: absolute;
  right: 50px;
  bottom: 30px;
  padding: 5px 15px;
  border-radius: 4px;
  color: #6d3068;
  border: 1px solid #fff;
  font-size: 13px;
  text-decoration: none !important;
}
.more-modal:hover {
  background: #6d3068;
  color: #fff;
}
hr {
  margin-top: 50px;
  border-top: 2px solid #6d3068;
}
.data-table.data-table-colored .table td:first-child {
  text-align: left;
  padding-left: 30px;
}
.data-table.data-table-colored .table th:first-child {
  text-align: left;
  padding-left: 30px;
}
.data-table.data-table-colored .table th:last-child {
  padding-right: 30px;
}
.data-table.data-table-colored .table td:last-child {
  padding-right: 30px;
}
.data-table.data-table-colored {
  margin: auto;
  background: none;
  margin-bottom: 20px;
}
.data-table.data-table-colored table.table.table-striped {
  margin: 0;
}
.data-table.data-table-colored table.table.table-striped thead th {
  background: #cfd2fc;
  font-weight: 600;
  color: #481d24;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 100%;
  vertical-align: middle;
  font-size: 0.8rem;
}
.data-table.data-table-colored .table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.data-table.data-table-colored table.table.table-striped thead th:first-child {
  border-radius: 10px 0 0 0;
}
.data-table.data-table-colored table.table.table-striped thead th:last-child {
  border-radius: 0px 10px 0 0;
}
.data-table.data-table-colored .table-striped tbody tr {
  background: #f3e8fc;
}
.data-table.data-table-colored .table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.data-table.data-table-colored tfoot td {
  background: #f3e8fc;
  color: #6d3068;
}
.data-table.data-table-colored tfoot td:first-child {
  border-radius: 0 0 0 10px;
}
.data-table.data-table-colored tfoot td:last-child {
  border-radius: 0px 0 10px 0;
}
.data-table.data-table-colored .table td label.check-control, .data-table.data-table-colored .table td strong {
  font-weight: 600;
  color: #6d3068;
}
label.check-control.select-all-label {
  color: #6d3068;
  font-weight: 600;
  margin-bottom: 10px;
}
.total-fee-gst {
  display: flex;
  justify-content: flex-end;
}
.fee-gst-field {
  width: 300px;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}
.fee-gst-field p {
  margin: 10px;
  color: #9d7cb8;
}
.status {
  display: inline-block;
  width: 90px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 400;
  position: relative;
}
.status-hover {
  position: absolute;
  width: 230px;
  right: 100%;
  min-height: 120px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 10px;
  top: 50%;
  margin-top: -60px;
  display: none;
  border-radius: 6px;
}
.status:hover {
  cursor: pointer;
}
.status:hover > .status-hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.status-hover span.replied, .status-hover span.processing {
  width: 100px;
  position: absolute;
  left: 10px;
}
.status-hover span.status-text {
  margin-left: 110px;
  color: #333;
  font-size: 14px;
  text-align: left !important;
  display: block;
}
a.go-next-table {
  font-size: 1.8rem;
  color: #999;
}
.processing {
  background: #f7ba11;
}
.replied {
  background: #51ab02;
}
i.help-blog {
  color: #999;
  font-weight: 400;
  font-style: normal;
  margin-left: 30px;
  display: block;
}
span.message-icon {
  color: #6d3068;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 767.98px) {
  .form-tabs .tab-content {
    padding: 50px 10px;
  }
  .data-table.data-table-colored td::before {
    top: 20px;
  }
  .data-table.data-table-colored .table tbody tr td::after {
    top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-tabs .nav-tabs {
    border: none;
    flex-wrap: wrap;
  }
  .form-tabs .nav-tabs .nav-item {
    width: 100%;
    flex: auto;
  }
  .form-tabs .nav-tabs .nav-link {
    border-radius: 0 !important;
  }
  .form-tabs .nav-tabs .nav-item:first-child a.nav-link {
    border-radius: 10px 10px 0 0 !important;
  }
}
.left-links.icon-link a.reference-number.other-services {
  background: linear-gradient(90deg, #ffd208 0%, #f06d02 100%);
}
.form-content h6, .tab-pane h6 {
  text-align: left;
  margin: 20px 0;
  font-weight: 600;
  font-size: 0.95rem;
}
textarea.form-control {
  min-height: 100px;
}
.form-content h6.small {
  font-weight: 300;
  font-size: 0.85rem;
}
.data-table.form-table .table tbody td select.form-control {
  min-width: 160px;
  margin-right: 10px;
}
.inline-checkbox label.check-control {
  font-size: 0.9rem;
  margin-right: 40px;
}
button.btn.btn-light {
  background: linear-gradient(90deg, rgb(209, 193, 245) 0%, rgb(139, 114, 158) 100%);
}
button.btn.btn-green {
  background: linear-gradient(90deg, rgb(165, 212, 171) 2%, rgb(145, 161, 137) 100%);
}
.buttons .btn {
  border-radius: 36px;
  border: none;
  padding: 15px 40px;
  width: auto;
  font-weight: 300;
  margin: 0 5px;
  float: left;
  display: inline-block;
}
span.processing.icon-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 50%;
  background: #d60c01;
}
span.icon-play {
  color: #a3a3a3;
}
.search-blog {
  padding: 30px;
  background: #fce5d4;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: left;
}
.search-blog .col-md-4 {
  border-right: 2px solid #fff;
  padding-bottom: 20px;
}
.search-action {
  padding: 30px 0 0 0;
}
.search-action a {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 4px;
  color: #b988cc;
}
.note {
  font-size: 0.7rem;
  margin-bottom: 20px;
  color: #5f6273;
  font-weight: 600;
}
.note-list {
  color: #5f6273;
  font-size: 0.7rem;
  line-height: 1.5;
}
.note-list ul {
  padding-left: 15px;
  list-style: decimal;
}
.form-tabs .nav-tabs .nav-item:last-child a.nav-link.text-left {
  border-radius: 10px 10px 0 0;
}
.search-blog label.col-form-label {
  padding: 0;
}
.inline-checkbox {
  text-align: left;
}
.request-success-message {
  text-align: left;
  padding: 40px 0;
}
.request-success-message p {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
  color: #481d24;
}
.inner-inline-form p {
  position: relative;
  padding-left: 15px;
}
.inner-inline-form p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  top: 17px;
}
.select-one p:before {
  display: none;
}
.select-one .radio-control {
  display: block;
}
.inner-inline-form p:last-child:before {
  top: 8px;
}
.buyer-seller-sign {
  width: 100%;
  margin-bottom: 50px;
}
.buyer-seller-sign label {
  display: inline-block;
  width: 120px;
}
.buyer-seller-sign input.form-control {
  width: calc(100% - 130px) !important;
}
button.btn.btn-note {
  display: inline-block;
  background: rgb(253, 200, 7);
  background: -webkit-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: linear-gradient(to right, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  position: relative;
  padding: 12px;
  padding-right: 35px;
}
.page-note-dropdown a {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
}
.page-note-dropdown a span {
  display: block;
  font-size: 0.7rem;
  line-height: 100%;
  color: #333;
}
.page-note-dropdown a i {
  font-size: 1.2rem;
  color: #f06d02;
}
.page-note-dropdown a.btn {
  padding: 10px 25px;
  background: linear-gradient(to right, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  border-radius: 36px;
}
button.btn.btn-note:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 10px;
}
.page-note-dropdown a i.fal.fa-clone, .page-note-dropdown a i.fal.fa-toggle-off, .page-note-dropdown a i.fal.fa-repeat {
  color: #333;
}
.page-note-dropdown {
  display: inline-block;
  padding: 6px;
  border: 1px solid #ccc;
}
.page-note-dropdown {
  display: inline-block;
  padding: 6px;
  border: 1px solid #ccc;
}
.page-note {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.page-note-dropdown {
  position: absolute;
  width: 570px;
  right: 0;
  background: #fff;
  top: -10px;
  display: none;
}
.notes {
  position: absolute;
  width: 260px;
  background: #fff;
  top: 70px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -100px;
  padding: 5px 15px;
  text-align: right;
  font-size: 0.8rem;
  color: #333;
  display: none;
  z-index: 99;
}
.notes h5 {
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background: linear-gradient(to right, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  position: relative;
}
.orders label.badge {
  font-weight: 400;
  background: #ddd;
  padding: 5px;
  margin: 1px;
  margin-bottom: 1px;
  color: #000;
}
.notes hr {
  border: none;
  margin: 10px 0;
  height: 2px;
  background: linear-gradient(90deg, #5956d7 73%, #c544fb 100%);
}
.note-content p {
  font-size: 0.9rem;
  text-align: left;
}
button.btn.btn-reply {
  padding: 5px 10px;
  background: linear-gradient(90deg, #5956d7 73%, #c544fb 100%);
  font-size: 0.7rem;
  margin-top: 10px;
}
.page-note-dropdown a .notes h5 span.close-note-content {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.page-note-dropdown a .notes h5 span.close-note-content:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-note-dropdown a .notes h5 span.close-note-content i {
  color: #fff !important;
}
.select-otp {
  float: left;
}
.signed-date {
  color: #6d3068;
  font-style: italic;
  text-align: right;
}
.digital-sign {
  position: relative;
}
.digital-sign button.btn {
  position: absolute;
  left: 200px;
  background: #ccc;
  color: #333;
  padding: 10px 30px;
  top: -5px;
  border: 1px solid #999;
}
.digital-sign button.btn:hover {
  color: #fff;
}
.digital-signature-box {
  height: 400px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#qr-code-modal .modal-body {
  border-radius: 30px;
}
.form-inline ul.list-style-none {
  list-style: none;
  padding: 0;
}
.buyer-seller-sign .input-full .form-control {
  width: 100% !important;
}
.form-inline textarea.form-control.text-area-full {
  width: 100% !important;
  display: block !important;
}
.multi-field-blog {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  padding-right: 50px;
  position: relative;
  margin-bottom: 30px;
}
.form-content .multi-field-blog label.col-form-label {
  width: 10%;
  text-align: left;
  display: block;
}
.multi-field-blog .fields {
  width: 90%;
}
.multi-field-blog .fields input.form-control.form-control-mlg {
  width: calc(100% - 265px);
}
.multi-field-blog .fields .form-control.form-control-xl {
  width: calc(100% - 0px);
}
.multifield-repeat {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 1.4rem;
  color: #815292;
  display: none;
}
.multifield-repeat:hover {
  cursor: pointer;
}
.multifield-repeat span {
  display: block;
  position: relative;
}
.multifield-repeat span:after {
  content: ""attr(class) "";
  position: absolute;
  top: -100%;
  background: #fff;
  font-size: 12px;
  color: #333;
  width: 70px;
  text-align: center;
  padding: 5px 0;
  margin-left: -35px;
  z-index: 99;
  left: 50%;
  display: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -10px;
  border: 1px solid #ccc;
}
.multifield-repeat span:hover:after {
  display: block;
}
.form-preview-editable .multifield-repeat {
  display: block;
}
.inner-inline-form.select-one {
  margin-left: 0;
}
.inner-inline-form.select-one .radio-control {
  padding-left: 30px;
}
.select-check .check-overlay {
  position: absolute;
  left: -50px;
  top: 3px;
}
.inner-inline-form.select-one .radio-control .radio-overlay, .inner-inline-form.select-one .radio-control .radio, .select-check .check-overlay, .select-check .check-control .checkbox {
  display: none;
}
.form-preview-editable .inner-inline-form.select-one .radio-control .radio-overlay, .form-preview-editable .inner-inline-form.select-one .radio-control .radio, .form-preview-editable .select-check .check-overlay, .form-preview-editable .select-check .check-control .checkbox {
  display: inline-block;
}
.inner-inline-form.select-one .radio-overlay {
  margin-left: -30px;
}
.select-check.select-check-inner {
  display: inline-block;
}
.select-check.select-check-inner .check-overlay {
  position: static;
  margin: 0 4px;
}
.vw-details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.vw-details .vw {
  width: calc(50% - 20px);
}
.vw-details .vw .form-control {
  width: 90% !important;
}
.no-bg {
  background: none !important;
}
.tab-bg {
  padding: 50px;
  background: #f2dfdf;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
}
.note p {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: #333;
}
.annex {
  border-radius: 10px;
}
.annex h4 {
  margin: 0 auto 30px;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
li.select-check.select-check-inline label.check-control {
  display: block;
}
.annex ul li {
  list-style: lower-alpha
}
.annex p {
  width: 100%;
}
.annex textarea.form-control.form-control-xl {
  width: 100% !important;
}
.form-content.form-inline .form-control.form-control-fluid {
  width: 100%;
}
.form-static .input-group-light button.btn.btn-outline-secondary {
  background: none !important;
  border: none;
  color: #999;
  outline: none !important;
  box-shadow: none;
  padding-top: 0px;
  font-size: 1.2rem;
  height: 38px;
  padding-bottom: 0;
}
.form-preview-editable.form-static .input-group-light button.btn.btn-outline-secondary {
  display: none;
}
.form-static .form-control:disabled {
  background: none;
  pointer-events: none;
}
h4 {
  text-align: left;
  font-size: 1.2rem;
}
span.table-icon {
  color: #5934a7;
  font-size: 1.2rem;
}
.lawfirm {
  display: flex;
  width: 100%;
  margin: 0 0 40px 0;
  border: 3px dotted #9d7cb8;
  padding: 15px;
  align-items: center;
}
.lawfirm .lawfirm-img {
  width: 20%;
  text-align: center;
  font-size: 5rem;
  color: #9d7cb8;
}
.lawfirm-details span {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
.lawfirm-details {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #9d7cb8;
}
.lawfirm-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #9d7cb8;
}
.lawfirm-footer h5 {
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 0 0 15px 0;
}
.lawfirm-footer div {
  width: 33.33%;
  text-align: center;
  font-weight: 600;
}
.form-static .input-group-light input.form-control {
  font-size: 0.8rem;
  border-radius: 4px;
}
.about-spex {
  text-align: left;
}
.about-spex h1 {
  margin-bottom: 20px;
}
.navbar-brand img {
  height: auto;
}
.about-spex h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
.conveyancing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.conveyancing-head {
  width: 100%;
  padding: 40px 15px;
  color: #fff;
  letter-spacing: 8px;
  margin-top: 40px;
  background: rgb(197, 68, 251);
  background: -moz-linear-gradient(140deg, rgba(197, 68, 251, 1) 0%, rgba(89, 86, 215, 1) 27%, rgba(89, 86, 215, 1) 69%, rgba(197, 68, 251, 1) 100%);
  background: -webkit-linear-gradient(140deg, rgba(197, 68, 251, 1) 0%, rgba(89, 86, 215, 1) 27%, rgba(89, 86, 215, 1) 69%, rgba(197, 68, 251, 1) 100%);
  background: linear-gradient(140deg, rgba(197, 68, 251, 1) 0%, rgba(89, 86, 215, 1) 27%, rgba(89, 86, 215, 1) 69%, rgba(197, 68, 251, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c544fb", endColorstr="#c544fb", GradientType=1);
}
.convenyancing-blog {
  width: 25%;
  padding: 40px;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 300;
  background-size: 70%;
  background-repeat: no-repeat;
  padding-top: 240px;
  background-position: center top 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.convenyancing-blog.dark-pink {
  background-color: #834c9e;
  background-image: url("../images/seamless.png");
}
.convenyancing-blog.light-pink {
  background-color: #eabdff;
  color: #333;
  background-image: url("../images/casefile.png");
}
.convenyancing-blog.dark-blue {
  background-color: #6c74dd;
  background-image: url("../images/dd.png");
  background-size: 80%;
}
.convenyancing-blog.light-blue {
  background-color: #cfd2fc;
  color: #333;
  background-image: url("../images/timebased.png");
}
.convenyancing-blog:hover {
  background-size: 90%;
}
.convenyancing-blog.dark-blue:hover {
  background-size: 100%;
}
.faq {
  padding: 0px 0;
  position: relative;
}
/*.faq:before {
    content: "FAQ";
    color: rgba(131, 76, 158, 0.2);
    font-size: 172px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Montserrat';
    opacity: 0.3;
    position: absolute;
    left: 60%;
    top: 250px;
    z-index: 9;
    pointer-events: none;
}

.faq:after {
    content: "FAQ";
    color: rgba(131, 76, 158, 0.2);
    font-size: 272px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Montserrat';
    opacity: 0.2;
    position: absolute;
    left: 100px;
    top: 350px;
    z-index: 9;
    pointer-events: none;
}*/
.page-tabs h1, .about-spex h1 {
  color: rgba(131, 76, 158, 0.2);
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Montserrat';
}
.faq h3 {
  text-align: left;
  position: relative;
  margin: 20px 0;
}
.faq h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #834c9e;
  left: 0;
  top: 50%;
}
.faq h3 span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding-right: 20px;
  color: #834c9e;
  font-weight: 300;
  font-size: 1.4rem;
}
.faq .card-header {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.faq .card {
  border: none;
}
.faq .card button.btn.btn-link {
  background: none !important;
  display: block;
  width: 100%;
  padding: 25px 30px 25px 0;
  color: #333;
  text-align: left;
  font-size: 01rem;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.faq .card button.btn.btn-link:after {
  content: '\f068';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  top: 15px;
  color: #834c9e;
}
.faq .card button.btn.btn-link.collapsed:after {
  content: '\f067';
}
.faq .card-body {
  text-align: left;
  padding: 20px 0;
}
.link {
  margin-top: 15px;
  font-weight: 600;
  color: #834c9e;
}
.phase h5 {
  color: #834c9e;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 30px;
}
.phase ul {
  padding-left: 15px;
  list-style: lower-alpha;
}
.phase ul li {
  margin: 5px 0;
}
.sitemap-contact {
  display: flex;
  flex-wrap: wrap;
}
.sitemap-contact p {
  width: calc(50% - 10px);
  color: #999;
  font-size: 1rem;
}
.sitemap-contact p:first-child {
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 20px;
}
.sitemap-contact p a, .sitemap-contact p span {
  display: block;
  color: #333;
  font-size: 0.85rem;
}
.card-body .data-table {
  margin: 0;
  text-align: left;
}
.card-body .data-table td {
  text-align: left;
}
.service-content ul {
  padding-left: 15px;
  list-style: lower-alpha;
}
.free-access {
  width: 200px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transform: rotate(-20deg);
  color: #eee;
  margin-top: 70px;
  margin-left: 100px;
}
.free-access strong {
  font-size: 2.4rem;
  position: relative;
}
.free-access span {
  font-size: 1.2rem;
  display: block;
  position: relative;
  z-index: 9;
}
.free-access:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -50px;
  border-radius: 50%;
  z-index: -1;
  border: 1px dotted #fff;
}
.file-upload {
  font-size: 1.2rem;
  color: #834c9e;
  display: none;
}
.form-preview-editable .file-upload {
  display: inline-block;
}
.form-preview-editable .file-uploaded {
  display: none;
}
.file-upload:hover {
  cursor: pointer;
}
.file-upload i {
  vertical-align: middle;
  margin-top: 10px;
}
.main-content.content-fluid {
  margin-top: -240px;
  z-index: 9;
}
.inner-banner {
  min-height: 200px;
  background-image: url(../images/Rectangle.svg);
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top: -70px;
}
.banner-img, .inner-banner h1 {
  width: 50%;
}
.banner-img img {
  width: 100%;
  max-width: 380px;
}
.page-tabs .nav-tabs {
  border-radius: 11px 11px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.page-tabs .nav-tabs .nav-item {
  margin: 0;
  flex: 1;
}
.page-tabs .nav-tabs .nav-link {
  background: #d3d6d8;
  border: none;
  border-radius: 0;
  padding: 20px;
  color: #666;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.page-tabs .nav-tabs .nav-link.active {
  background: rgb(230, 144, 110);
  background: -moz-linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6906e", endColorstr="#ffffff", GradientType=1);
  color: #fff;
}
.page-tabs .nav-tabs .nav-item:first-child a.nav-link {
  border-radius: 10px 0 0 0;
}
.page-tabs .nav-tabs .nav-item:last-child a.nav-link {
  border-radius: 0 10px 0 0;
}
.page-tabs .tab-content {
  padding: 70px;
  position: relative;
  background-image: url(../images/tab-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  margin-top: 0;
}
.contact-map {
  background-image: url(../images/tab-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
.contact-map iframe {
  box-shadow: 0px 30px 24px 0px rgb(0 0 0 / 10%);
}
.page-tabs .nav-tabs .nav-link span {
  text-transform: none;
}
.page-tabs .table-responsive {
  overflow: visible;
}
.download, .External {
  position: relative;
  font-size: 2.2rem;
  display: block;
  color: #834c9e;
}
.download:after, .External:after {
  content: ""attr(class) "";
  position: absolute;
  top: -100%;
  background: #fff;
  font-size: 13px;
  color: #333;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  margin-left: -35px;
  z-index: 99;
  left: 50%;
  display: none;
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: -3px;
  border: 1px solid #ccc;
}
.download:hover:after, .External:hover:after {
  display: block;
}
ul.navbar-nav.navbar-login.ml-md-auto {
  padding-left: 20px;
}
.announcement {
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: 20px;
  padding: 30px 100px;
  text-align: left;
  box-shadow: 0px 30px 24px 0px rgb(0 0 0 / 10%);
  margin-top: 50px;
  min-height: 400px;
}
h3.title {
  color: #6d3068;
  font-weight: 600;
  margin-bottom: 20px;
}
h3.title .download {
  display: inline-block;
  margin-left: 20px;
}
h3.date {
  font-weight: 600;
  color: #a3a3a3;
  margin-bottom: 0;
}
.home-announcements {
  text-align: left;
}
.announcement-box {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.announcement-box > div {
  flex: 1;
  margin: 0 120px;
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: 20px;
  text-align: left;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  padding: 20px 50px;
  position: relative;
  padding-bottom: 100px;
}
.announcement-box > div:first-child, .announcement-box > div:last-child {
  margin: 0;
}
.announcement-box > div h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.announcement-box > div.conveyancing-platform h5 {
  color: #6d3068;
}
.announcement-box > div.easy-navigation h5 {
  color: #fc8200;
}
.announcement-box > div.stay-tuned h5 {
  color: #6c74dd;
}
.announcement-box > div .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  display: flex;
}
.announcement-box > div .btn-learnmore {
  background: none;
  width: auto;
  display: inline-block;
  padding: 10px 40px 10px 10px;
  color: #834c9e;
}
.announcement-box > div.conveyancing-platform:hover .btn-learnmore {
  background: rgb(95, 85, 217);
  background: linear-gradient(90deg, rgba(95, 85, 217, 1) 0%, rgba(193, 69, 250, 1) 100%);
  color: #fff;
  border-color: transparent;
}
.announcement-box > div.easy-navigation:hover .btn-learnmore {
  background: rgb(253, 200, 7);
  background: -webkit-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  background: linear-gradient(to right, rgba(253, 200, 7, 1) 0%, rgba(240, 109, 2, 1) 100%);
  color: #fff;
  border-color: transparent;
}
.announcement-box > div.stay-tuned:hover .btn-learnmore {
  background: rgb(95, 85, 217);
  background: linear-gradient(90deg, rgba(58, 70, 235, 1) 0%, rgba(193, 69, 250, 1) 100%);
  color: #fff;
  border-color: transparent;
}
.announcement-box > div:hover .btn-learnmore::after {
  border-left: 10px solid #fff;
}
.announcement-box > div .icon {
  padding: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: -20px -50px 30px -50px;
  background: #000;
  border-radius: 20px 20px 0 0;
}
.announcement-box > div.conveyancing-platform .icon {
  background: #6d3068;
}
.announcement-box > div.easy-navigation .icon {
  background: #fc8200;
}
.announcement-box > div.stay-tuned .icon {
  background: #6c74dd;
}
.announcement-box > div.conveyancing-platform:hover .icon {
  background: #9d7eb7;
}
.announcement-box > div.easy-navigation:hover .icon {
  background: #f3999a;
}
.announcement-box > div.stay-tuned:hover .icon {
  background: #959bde;
}
.announcement-box > div .icon i {
  position: static;
  color: #fff;
  font-size: 4rem;
  display: block;
  width: auto;
}
.about-spex {
  position: relative;
  border-top: 1px solid #ecd0f9;
  padding-top: 70px;
}
.about-spex:before {
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgb(236, 208, 249);
  background: -moz-linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(236, 208, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecd0f9", endColorstr="#ffffff", GradientType=1);
}
.sitemap img {
  margin-top: 35px;
  position: relative;
}
.modalogo img {
  width: 230px;
  height: auto;
}

.terms-privacy-modal {
    text-align: left;
}

.terms-privacy-modal .modal-header, .terms-privacy-modal .modal-footer {
    background: none;
    font-size: 1.6rem;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
}


.terms-privacy-modal .modal-body h6 {margin-bottom: 40px;}

.terms-privacy-modal .modal-body  p {
    margin-bottom: 25px;
}

.terms-privacy-modal .modal-body h3 {
    margin-bottom: 20px;
}

.terms-privacy-modal .modal-body h4, .terms-privacy-modal .modal-body ol > li {
    font-size: 1rem;
    margin-top: 50px;
    margin-bottom: 20px;
	font-weight: 600;
}
.terms-privacy-modal .modal-body ol > li .writeups{ font-weight: 400;}
.terms-privacy-modal .modal-body ol > li ol{ margin-top:20px;}
.terms-privacy-modal .modal-body ol > li ol li{ margin-top: 0; font-weight: 400;}

.terms-privacy-modal .modal-body ol > li ol li:before{ font-weight: 400;}
.terms-privacy-modal .modal-body .writeups ul {
    margin-bottom: 25px;
    margin-top: -15px;
}

.terms-privacy-modal .modal-body li a, .terms-privacy-modal .modal-body h6 a{ color: #834c9e; text-decoration: underline;}
.terms-privacy-modal ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
  list-style-position: outside;
}
.terms-privacy-modal ol > li {
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-privacy-modal ol > li:before {
  content: counters(item, ".") ". ";
}
.terms-privacy-modal li ol > li:before {
  content: counters(item, ".") " ";
  font-weight: 600;
}

#notification-modal {
    text-align: left;
}

#notification-modal .modal-body {background: #dda4fc;border-radius: 0;}

#notification-modal .buttons {
    justify-content: center;
    display: flex;
}

#notification-modal .modal-footer p {
    color: #fff;
	margin-bottom: 25px;
}

#notification-modal .check-control {
    color: #642220;
    font-size: 1rem;
}
@media only screen and (max-width: 1199.98px) {

.announcement-box > div {
    flex: 1;
    margin: 0 20px;
	
}
	
}
@media only screen and (max-width: 991.98px) {
  .convenyancing-blog {
    width: 50%;
    padding-top: 330px;
  }
  .sitemap .col-md-6.offset-3 {
    margin-left: 15%;
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media only screen and (max-width: 767.98px) {
	
	.announcement-box > div {
    flex: auto;
    width: 100%;
    margin: 20px 0;
}
  .convenyancing-blog {
    width: 100%;
    padding-top: 420px;
  }
  .sitemap .col-md-6.offset-3 {
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .convenyancing-blog {
    background-size: 300px auto !important;
    padding-top: 280px;
  }
  .form-content .multi-field-blog label.col-form-label {
    width: 100%;
  }
  .tab-bg {
    padding: 15px;
  }
  .multi-field-blog {
    padding-right: 10px;
  }
  .form-content.form-inline .form-control {
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .form-inline ul {
    padding-left: 10px;
  }
  .select-one .radio-overlay {
    float: left;
  }
  .inner-inline-form.select-one .radio-overlay {
    margin-left: -50px;
  }
  .page-heading {
    flex-wrap: wrap;
  }
  .page-heading h3 {
    width: 100%;
    text-align: left;
  }
  .page-heading h3 span {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 0 0;
  }
  .navbar-brand img {
    height: auto;
    width: 130px;
    padding-top: 10px;
  }
	
	.page-tabs .tab-content {
    padding: 70px 20px;
		
	}
	.announcement {
    padding: 30px 30px;
	}
	
	.page-tabs h1 {
    font-size: 3rem;
}
	h3.title .download {
    display: block;
    margin-left: 0;
}
	
	.terms-privacy-modal .modal-body, .terms-privacy-modal .modal-header, .terms-privacy-modal .modal-footer {
    padding: 15px;
}
	
	.faq .card button.btn.btn-link:after{ top:25px;}
}
@media only screen and (max-width: 575.98px) {
 .free-access {
    width: 200px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transform: rotate(-20deg);
    color: #eee;
    margin-top: 60px;
    margin-left: 150px;
}
  .free-access strong {
    font-size: 1.4rem;
    position: relative;
  }
  .free-access span {
    font-size: 0.9rem;
  }
  .free-access:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    border-radius: 50%;
    z-index: -1;
    border: 1px dotted #fff;
  }
	
	.sitemap-contact p {
    width: 100%;
    border: none!important;
    padding: 0!important;
    margin: 10px 0!important;
}
	
	.home-announcements {
    margin-top: 50px;
}
	
	.page-tabs .nav-tabs .nav-item {
    flex: auto;
    width: 100%;
}
	
	.page-tabs .nav-tabs .nav-item:first-child a.nav-link {
    border-radius: 10px 10px 0 0;
}
	
	.page-tabs .nav-tabs .nav-item:last-child a.nav-link {
    border-radius: 0;
}
}



/*CSS for eGuide*/
.eguide {
    margin-top: -550px;
}
.eguide-header{
  background: rgb(230, 144, 110);
  background: -moz-linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(230, 144, 110, 1) 40%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6906e", endColorstr="#ffffff", GradientType=1);
  color: #fff;
	text-align: left;
	padding: 20px 40px;
	    border-radius: 40px 40px 0 0;
	}

.page-tabs .eguide .tab-content {
    padding: 60px 60px;
	text-align: left;
	padding-bottom: 0;
	min-height: 500px;
}

.guide-page {
    display: flex;
	    font-size: 0.9rem;
    line-height: 1.4;
}

.guide-page .left {
    width: 40%;
	padding: 0 40px;
}

.guide-page .right {
    width: 60%;
}

.page-tabs .guide-page .nav-tabs .nav-item a {
    padding: 0;
    border-radius: 0!important;
    background: none!important;
    border-bottom: 4px solid transparent;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
}

.page-tabs .guide-page .nav-tabs {
    border: none;
}

.page-tabs .guide-page .nav-tabs .nav-link.active {
    color: #6d3068;
    border-bottom-color: #6d3068;
}

.page-tabs .guide-page .nav-tabs  li.nav-item {
    flex: unset;
        padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #ccc;
}
.page-tabs .guide-page .nav-tabs li.nav-item:last-child {
    border: none;
}

.page-tabs .eguide .tab-content .tab-content {
    padding: 1rem 0;
    background: none;
}

.guide-content ul {
    padding-left: 15px;
    list-style: auto;
}

.guide-content ul li {
    padding-bottom: 1rem;
    font-size: 0.85rem;
}

.tag {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.primary{ background: #834c9e;}
.orange {
    background: #e9724c;
}
.text {
    font-weight: 600;
}

.red {
    color: #9a0000;
}

.btn-text {
    background: none!important;
    color: #824c9e;
    font-weight: 600;
    font-size: 0.9rem;
	padding: 0;
}
.btn-text:hover{background: none!important; color: #333;}
.guide-content {
    display: flex;
    flex-wrap: wrap;
}

ul.list-style-none {
    list-style: none;
}
.guide-sub-tab {
    display: flex;
    width: 100%;
}

.guide-sub-tab ul.nav.nav-tabs {
    width: 160px;
    border-right: 1px solid #6d3068;
    border-radius: 0;
    background: #fcf2fc;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
}

.page-tabs .eguide .tab-content .tab-content .tab-content {
    width: calc(100% - 100px);
    padding-left: 1.5rem;
}

.guide-sub-tab ul.nav.nav-tabs li.nav-item {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.guide-sub-tab ul.nav.nav-tabs li.nav-item a {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 0.25rem 0;
}

.guide-sub-tab ul.nav.nav-tabs li.nav-item a.active {
    font-weight: 600;
}


/*Added On 16 Oct 2024 starts*/

.page-tabs .eguide .eguideContainer {
    padding: 60px 60px;
    text-align: left;
    padding-bottom: 0;
    min-height: 500px;
    position: relative;
    background-image: url(../images/tab-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    margin-top: 0;
}

.page-tabs .eguide .eguideContainer .tab-content{
    padding: 0;
    text-align: left;
    padding-bottom: 0;
    min-height: 0;
    background: none;
}
.text-primary{color: #815292!important}

.eguideContainer .step{
    font-size: 14px;
	position: relative;
	min-height: 600px;
}

.eguideContainer .step p strong{font-weight:600;}
.eguideContainer .step p a{color:#666; text-decoration:underline;}
 .step { display: none; } /* Hide all steps initially */
        .stepactive { display: block; } /* Only show active step */

.step .nav-pills {
    position: relative;
    padding-left: 40px;
    display: inline-flex;
    padding-right: 40px;
    margin-top: 16px;
}

.step .nav-pills .prev-tab {
    position: absolute;
    left: 0;
    padding: 0;
    background: none!important;
    color: #999;
    font-size: 26px;
    line-height: 26px;
    top: 50%;
    margin-top: -13px;
	outline: none;
	box-shadow: none;
}

.step .nav-pills .next-tab {
    position: absolute;
    right: 0;
    padding: 0;
    background: none!important;
    color: #999;
    font-size: 26px;
    line-height: 26px;
    top: 50%;
    margin-top: -13px;
	outline: none;
	box-shadow: none;
}

.step .nav-pills .next-tab:disabled, .step .nav-pills .prev-tab:disabled{opacity: 0.5; pointer-events: none;}


.step .nav-pills a.nav-link.active {
    border-bottom: 2px solid #824c9e;
}

.step .nav-pills a.nav-link {
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 5px 3px;
    background: none;
    color: #824c9e;
    font-weight: 600;
    margin: 0 5px;
}
.step-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-content .steps-left-content {
    width: calc(50% - 40px);
    margin-right: 40px;
}
.step-content .steps-right-content {
    width: 50%;
	margin-bottom: 50px;
}
.eguideContainer .step .note, .eguideContainer .step .note strong {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-style: italic;
}

.buttonContainer {
    left: 0;
    position: absolute;
    top: 400px;
    width: 440px;
}

.text-light {
    color: #999 !important;
    font-weight: 600;
}

@media only screen and (max-width: 1199.98px) {
	.eguideContainer .step {
    min-height: 700px;
}
	.buttonContainer {
    top: 470px;
}

.mobile-topmargin {
        margin-top: -520px;
    }
}


@media only screen and (max-width: 991.98px) {
.eguideContainer .step {
    min-height: 740px;
}
    .buttonContainer {
        width: 340px;
        top: 530px;
    }
.mobile-topmargin {
    margin-top: -490px;
}
.step-content .steps-left-content {
    width: calc(50% - 20px);
    margin-right: 20px;
}
}

@media only screen and (max-width: 767.98px) {
.mobile-topmargin {
        margin-top: -290px;
    }
	.step-content .steps-left-content{width: 100%; margin-bottom: 30px;}
.buttonContainer {
    position: static;
}
.step-content .steps-right-content {
    width: 100%;
}
.step-content .steps-right-content .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: auto;
}

.buttonContainer {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttonContainer .buttons.text-left.w-100 {
    text-align: center!important;
    justify-content: center;
    display: flex;
}
    .eguideContainer .step {
        min-height: 0;
    }
}

/*Added On 16 Oct 2024 ends*/


