body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Montserrat", sans-serif;
}
.header-sec {
    /*position: absolute;*/
    /*z-index: 9999;*/
    width: 100%;
    /*top: 0;*/
    padding: 27px 0;
    background: #fff;
}
.ql-editor li {
    width: 100% !important;
    float: none !important;
}
.ql-editor span {
    display: inline-block !important;
}
nav.navbar {
    padding: 0;
}
nav.navbar a.navbar-brand {
    padding: 0;
    margin: 0;
    width: 227px;
}
.navbar-collapse .navbar-nav li.nav-item.active a.nav-link {
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.navbar-collapse .navbar-nav li.nav-item {
    padding: 7px 20px;
}
.navbar-collapse .navbar-nav li.nav-item a.nav-link {
    color: #231F2D;
    padding: 5px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
}
.navbar-collapse .navbar-nav li.nav-item.postajobmenu a.nav-link {
    color: #fff;
    background: #EF4B3B;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 6px;
}
.navbar-collapse .navbar-nav li.nav-item.active a.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #ef4b3b;
    left: 1px;
    width: 64%;
    display: none;
}
.navbar-collapse .navbar-nav li.nav-item.postajobmenu {
    /*border: 1px solid #000;*/
    /*border-radius: 5px;*/
    padding: 0px;
    margin-left: 10px;
    /*background: rgba(255, 255, 255, 0.2);*/
}
li.nav-item.usernav.postajobmenu {
    padding: 0 !important;
    border-radius: 100% !important;
    margin-left: 18px !important;
}
li.nav-item.usernav.postajobmenu a.nav-link {
    padding: 0;
}
li.nav-item.usernav.postajobmenu img.img-fluid {
    width: 46px;
    height: 46px;
    border-radius: 100%;
}

.mainbanner {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    min-height: 700px;
    background-position: center !important;
    position: relative;
}
.mainbanner-text {
    width: 50%;
    float: left;
    padding-top: 202px;
}
.mainbanner-text h1 {
    letter-spacing: 0.54px;
    color: #fff;
    font-weight: 700;
    line-height: 57px;
    margin: 0 0 16px 0;
}
.mainbanner-text p {
    letter-spacing: 0.28px;
    color: #fff;
    opacity: 0.85;
    font-size: 19px;
    font-weight: 400;
}
.btn-sec {
    padding-top: 20px;
}
a.btn.btn-info {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 13px 40px;
    min-width: 156px;
    background: #ef4b3b !important;
    border: none;
    outline: 0 !important;
}
a.btn.btn-info:hover {
    background: #95a293 !important;
    box-shadow: 0 3px 6px #00000029 !important;
}
a.btn.btn-info:focus {
    background: #ef4b3b !important;
    box-shadow: 0 3px 6px #00000029 !important;
}
a.btn.btn-info.signup {
    margin-left: 21px;
    background: #95a293 !important;
}
a.btn.btn-info.signup:hover {
    background: #ef4b3b !important;
    box-shadow: 0 3px 6px #00000029 !important;
}
a.btn.btn-info.signup:focus {
    background: #95a293 !important;
    box-shadow: 0 3px 6px #00000029 !important;
}
.row.service-row {
    /*background: #f5f5f5;*/
    /*border-radius: 0 0 20px 20px;*/
    /*padding: 170px 0 60px 0;*/
    /*margin-top: -110px;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}
.service-col {
    /*border-right: 1px solid #c1c0c3;*/
}
.service-col:last-child {
    /*border: none !important;*/
}
.service-sec {
    padding-bottom: 100px;
}
.service-card {
    /*text-align: center;*/
    position: relative;
    padding-left: 65px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.service-card-img svg {
    /*width: 50px;*/
    /*height: 50px;*/
}
a.articlea {
    color: #F04A3D;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.07px;
}
a.articlea i.fa {
    margin-right: 8px;
}
.service-card-img svg path {
    /*fill: #fff;*/
}
.service-card-img img.img-fluid {
    /*width: 50px;*/
}
.service-card-img {
    background: #ef4b3b;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
}
.service-card h3 {
    text-transform: capitalize;
    color: #231F2D;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.10px;
    margin: 0px;
}
.areas-card {
    text-align: center;
    padding: 35px 15px;
    background: #FFF1F0;
    border-radius: 15px;
    margin-bottom: 30px;
}
.areas-card:hover {
    background: #F04A3D;
}
.areas-card-img {
    width: 80px;
    margin: 0 auto;
    background: #F04A3D;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.areas-card:hover .areas-card-img {
    background: #fff;
}
.areas-card:hover svg .fillr {
    fill: #f04a3d;
}
.areas-card:hover svg .fillw {
    fill: #fff;
}
.areas-card:hover svg .strokew {
    stroke: #fff;
}
.areas-card:hover svg .stroker {
    stroke: #f04a3d;
}

.areas-card h3 {
    text-transform: capitalize;
    color: black;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.09px;
    margin: 30px 0px 0px 0px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.areas-card:hover h3 {
    color: #fff;
}
.areas-sec {
    padding: 95px 0px 65px;
}
.heading-sec {
    text-align: center;
    margin-bottom: 80px;
}
.heading-sec h2 {
    color: black;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.50px;
    margin-bottom: 27px
}
.heading-sec p {
    margin: 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
}
.legal-sec {
    padding-bottom: 80px;
}
.legal-sec .heading-sec {
    margin-bottom: 70px;
}
.legal-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.legal-left ul li {
    display: block;
    position: relative;
    padding-left: 45px;
    min-height: 40px;
    margin-bottom: 23px;
}
.legal-left-check {
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    background: #ef4b3b;
    border-radius: 100%;
    text-align: center;
    padding-top: 2px;
}
.legal-left-check img.img-fluid {
    width: 20px;
}
.legal-left-check svg {
    width: 20px;
    height: 26px;
    fill: #fff;
}
.legal-left-check svg {
    width: 20px;
}
.legal-left ul li h3 {
    font-weight: 700;
    color: #241f2d;
    font-size: 22px;
    text-transform: capitalize;
}
.legal-left ul li p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #4a4650;
}
a.btn.btn-info.webbtn {
    box-shadow: 0 15px 21px -15px #ef4b3b !important;
    margin-top: 10px;
}
a.btn.btn-info.webbtn:hover {
    box-shadow: 0 15px 21px -15px #95a293 !important;
}
a.btn.btn-info.webbtn:focus {
    box-shadow: 0 15px 21px -15px #ef4b3b !important;
}
.legal-right {
    position: relative;
}
.legal-right img.img-fluid {
    background: #f5f5f5;
    padding: 35px;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.legal-right::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ef4b3b;
    left: 46px;
    top: -14px;
    border-radius: 100%;
}
.legal-right::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ef4b3b;
    right: 75px;
    bottom: 10px;
    border-radius: 100%;
}
.ourlawyers-sec {
    padding: 0 0 80px 0;
}
.ourlawyers-sec .heading-sec {
    text-align: left;
}
.ourlawyers-card {
    padding: 0 20px;
}
.ourlawyers-cardin {
    background: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
}
.ourlawyers-desc {
    padding: 18px;
}
.ourlawyers-desc h3 {
    color: #241f2d;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 3px 0;
}
.ourlawyers-desc p {
    font-size: 14px;
    margin: 0 0 6px 0;
    color: #4a4650;
}
span.address {
    font-weight: 600;
    color: #241f2d;
    font-size: 14px;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 21px;
}
span.address img.img-fluid {
    position: absolute;
    left: -5px;
    top: 0;
    width: 20px;
}
span.address svg {
    position: absolute;
    left: -5px;
    top: 0;
    width: 20px;
    fill: #000;
}
.ourlawyers-price {
    position: relative;
    min-height: 55px;
}
.ourlawyers-price span {
    font-size: 13px;
    margin: 8px 0 3px 0;
    color: #4a4650;
    display: block;
}
.ourlawyers-price h4 {
    color: #241f2d;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.ourlawyers-price a.btn.btn-info.webbtn {
    padding: 10px 20px;
    min-width: auto;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 1px;
}
.ourlawyers-price a.btn.btn-info.webbtn img.img-fluid {
    width: 20px;
    margin-right: 13px;
}
.ourlawyers-price a.btn.btn-info.webbtn svg {
    width: 20px;
    margin-right: 13px;
    fill: #fff;
    vertical-align: middle;
}
.owl-carousel .owl-stage-outer {
    /*padding-left: 100px;*/
}
.owl-carousel .owl-stage-outer::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background: #fff;*/
    /*left: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*width: 100px;*/
}
.ourlawyers-sec .container-fluid {
    padding: 0;
}
.ourlawyers-sec .container-fluid .row {
    margin: 0;
}
.ourlawyers-sec .container-fluid .col-md-12 {
    padding: 0;
}
.owl-carousel .owl-pagination {
    display: none !important;
}
.owl-carousel .owl-controls {
    margin: 0 !important;
    text-align: right !important;
    position: absolute;
    right: 110px;
    top: -75px;
}
.owl-carousel .owl-buttons div {
    color: #bdbcbc !important;
    background: 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    font-size: 30px !important;
    line-height: normal !important;
    margin: 0 13px !important;
}
.owl-carousel .owl-buttons div.owl-prev:hover {
    color: #ef4b3b !important;
}
.owl-carousel .owl-buttons div.owl-next:hover {
    color: #ef4b3b !important;
}
.ourclients-sec {
    padding: 90px 0px 60px 0px;
}
.ourclients-sec .container-fluid {
    padding: 0;
}
.ourclients-sec .container-fluid .row {
    margin: 0;
}
.ourclients-sec .container-fluid .col-md-12 {
    padding: 0;
}
.ourclients-card {
    padding: 0 10px;
}
ul.ourclients-star {
    margin: 0px;
    padding: 0;
    list-style: none;
}
ul.ourclients-star li {
    display: inline-block;
}
ul.ourclients-star li .fa-star {
    color: #fff;
    font-size: 15px;
    margin: 0px 1px;
}
.ourclients-desc {
    /*background: #f5f5f5;*/
    /*border-radius: 18px 18px 0 18px;*/
    /*padding: 25px;*/
}
.ourclients-desc p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    /*height: 135px;*/
}
.ourclients-desc p strong {
    font-weight: 600;
}
.ourclients-desc .ql-editor {
    padding: 0px;
    text-align: center;
}
.ourclients-img {
    margin-top: 20px;
}
.ourclients-img img.img-fluid {
    width: 50px !important;
    height: 50px;
    border: 4px solid #ef4b3b;
    border-radius: 100%;
    margin-left: 14px;
    /*display: inline-block !important;*/
    display: none !important;
}
.ourclients-img span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.help-sec {
    min-height: 600px;
    padding: 81px 0;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.legal-left.help-right img.img-fluid {
    width: 15px;
}
.legal-left.help-right svg {
    width: 15px;
    fill: #ef4b3b;
}
.help-sec .heading-sec {
    text-align: left;
}
.help-sec .heading-sec h2 {
    color: #fff;
}
.help-sec .heading-sec p {
    color: #fff;
}
.legal-left.help-right .legal-left-check {
    background: #fff;
}
.legal-left.help-right h3 {
    color: #fff;
}
.legal-left.help-right p {
    color: #ffffffbf;
}
.help-left {
    padding: 42px 23px 0 0;
}
.help-left img.img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.25);
    padding: 40px;
}
.ourclients2-sec {
    padding: 110px 0px;
}
.ourclients2-sec .heading-sec {
    /*text-align: left;*/
}
.ourclients2-sec .container-fluid {
    padding: 0;
}
.ourclients2-sec .container-fluid .row {
    margin: 0;
}
.ourclients2-sec .container-fluid .col-md-12 {
    padding: 0;
}
.ourclients2-card {
    padding: 0 20px;
}
.ourclients2-cardin {
    padding: 35px 35px 50px 35px;
    background: #F6F6F6;
    border-radius: 15px;
}
.ourclients2-img {
    /*text-align: center;*/
    /*border-bottom: 1px solid #c1c0c3;*/
    padding-bottom: 30px;
}
.ourclients2-img img.img-fluid {
    height: 27px;
    width: auto !important;
    object-fit: scale-down;
}
.ourclients2-desc h3 {
    height: 70px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.09px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px 0px 20px 0px;
}
.ourclients2-desc p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 120px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
}
.ourclients2-btn {
    /*text-align: right;*/
    margin-top: 30px;
}
.ourclients2-btn .btn.btn-infowebbtn {
    color: #EF4B3D;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
}
.app-download-left {
    text-align: center;
    padding-top: 100px;
}
.logo-icon-design img.img-fluid {
    width: 180px;
    margin: 0 auto;
    display: block;
}
.app-download {
    padding: 140px 0 160px;
}
.download-option ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.download-option ul li {
    display: inline-block;
    width: 200px;
    margin: 0 10px;
}
.app-download-left h3 {
    color: #241f2d;
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0 24px 0;
}
.app-downloadmobile {
    position: absolute;
    left: 61%;
    top: 61%;
    transform: translateX(-50%) translateY(-50%);
    width: 460px;
}
.app-downloadbg {
    position: relative;
    width: 540px;
}
.app-download-right {
    position: relative;
    width: 540px;
}
.app-employee1 {
    width: 52px;
    position: absolute;
    left: 47px;
    transform: rotate(38deg);
    top: 27px;
}
.app-employee2 {
    width: 30px;
    position: absolute;
    right: 42px;
    transform: rotate(-15deg);
    top: 68px;
}
.app-judge1 {
    width: 51px;
    height: 51px;
    position: absolute;
    bottom: 4px;
    left: 35px;
    transform: rotate(-33deg);
}
.app-judge2 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    transform: rotate(140deg);
    right: 46px;
}
.app-download-right svg path {
    fill: #ef4b3b;
}
.app-employee2 path {
    fill: #ca2c1c !important;
}
.app-judge2 path {
    fill: #ca2c1c !important;
}
.get-started {
    padding: 120px 0 110px 0;
}
.get-started .row {
    /*border-radius: 20px;*/
    /*background: #241f2d;*/
    /*padding: 70px 40px;*/
    /*margin: 0;*/
}
.get-started h3 {
    margin: 0;
    color: white;
    font-size: 28px;
    font-weight: 700;
}
.get-started-btn {
    text-align: center;
}
.get-started-btn a.btn.btn-info.webbtn {
    margin: 0px;
    padding: 17px 55px;
    border-radius: 12px;
    box-shadow: none !important;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.get-border1 {
    position: relative;
}
.get-border1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f5f5f5;
    top: 50%;
    z-index: -1;
    margin-top: -60px;
    left: 0;
}
.get-border1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f5f5f5;
    top: 50%;
    z-index: -1;
    margin-top: 40px;
    left: 0;
}
.get-border2 {
    position: relative;
}
.get-border2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    top: 50%;
    z-index: -1;
    margin-top: -25px;
    left: 0;
}
.footer-sec {
    background: #231F2D;
    padding: 50px 0 45px;
}
.footer-about {
    padding: 30px 40px;
    border-radius: 20px;
    background: #45404C;
}
a.footer-brand {
    display: block;
    width: 238px;
    margin-bottom: 25px;
}
.footer-about p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    margin: 0px;
}
.footer-app {
    padding-left: 60px;
    padding-top: 15px;
}
.footer-app h3 {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin: 0 0 13px 0;
}
ul.footer-app-download {
    margin: 0 0 22px 0;
    padding: 0;
    list-style: none;
}
ul.footer-app-download li {
    display: inline-block;
    width: 128px;
    margin-right: 10px;
}
ul.footer-app-download li a {
    display: block;
}
ul.footer-app-download li a img.img-fluid {
    border-radius: 4px;
}
ul.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-link ul.footer-social li {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.footer-link ul.footer-social li a {
    display: block;
    margin-bottom: 25px;
    width: 23px;
    height: 23px;
    background: #EF4B3A;
    border-radius: 100%;
    padding-top: 3px;
    text-align: center;
}
.footerlink-row h3.tollfree {
    color: white;
    font-size: 15px;
    margin: 0px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: normal;
}
.footerlink-row .col-md-3:last-child {
    padding-right: 0px;
}
.footerlink-row h3.tollfree a {
    color: #fff;
}
.footer-link ul.footer-social li a img.img-fluid {
    /*width: 19px;*/
    /*margin: 0 auto;*/
    /*display: block;*/
    /*height: 20px;*/
}
ul.footer-social li.facebookimg a {
    /*padding-top: 6px;*/
}
ul.footer-social li.facebookimg a svg {
    /*width: 28px;*/
    /*height: 28px;*/
}
ul.footer-social li.facebookimg a img.img-fluid {
    /*width: 28px !important;*/
    /*height: auto;*/
}
ul.footer-social li a svg {
    /*width: 20px;*/
    /*height: 20px;*/
}
ul.footer-social li a svg path {
    /*fill: #fff !important;*/
}
.footerlink-row {
    padding: 0px 90px;
}
.footer-link {
    margin-top: 80px;
}
.footerlink-row h3 {
    margin: 0 0 10px 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.09px;
}
.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-link ul li {
    display: block;
}
.footer-link ul li a {
    display: block;
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
a {
    text-decoration: none !important;
}
.copyright {
    margin-top: 80px;
}
.copyright p {
    text-align: center;
    margin: 0;
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
.inner-header .header-sec {
    /*background: #f5eceb;*/
    /*position: relative;*/
}
.how-itwork-sec {
    padding: 120px 0 0;
}
.how-itwork-tab {
    /*margin-top: 24px;*/
    /*margin-bottom: 30px;*/
}
.how-itwork-tab ul.nav.nav-tabs {
    display: block;
    width: 560px;
    overflow: hidden;
    margin: 0 auto;
    border: none;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item:nth-child(1) {
    /*border-right: 1px solid #c8c7ca;*/
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 20px;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    border: none !important;
    background: #F5F5F5;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    position: relative;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item svg {
    width: 45px;
    height: 45px;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item svg path {
    fill: #fff;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link span {
    display: block;
    margin-top: 15px;
    color: #B3B2B1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.09px;
}
.nav-link-svg {
    background: #b3b2b1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    padding-top: 12px;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background: #ef4b3b;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link.active .nav-link-svg {
    background: #fff;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link.active span {
    color: #fff;
}
.how-itwork-tab ul.nav.nav-tabs li.nav-item a.nav-link.active .nav-link-svg svg path {
    fill: #ef4b3b;
}
.how-itwork-tab-content {
    background: #f5f5f5;
    margin-top: 100px;
    padding: 45px 25px;
}
.how-itwork-tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.how-itwork-tab-content ul li {
    padding: 0 0;
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.how-itwork-tab-content ul li::after {
    content: "";
    position: absolute;
    border-right: 1px solid #CECECE;
    height: 80%;
    top: 10%;
    right: 0;
}
.how-itwork-tab-content ul li:last-child::after {
    border: none !important;
}
.how-itwork-card {
    padding: 30px 15px;
    border-radius: 20px;
    min-height: 289px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.how-itwork-card h3 {
    color: #241f2d;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin: 30px 0 13px 0;
    letter-spacing: 0.09px;
}
.how-itwork-card p {
    color: #241f2d;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.07px;
}
.how-itwork-card svg {
    width: 45px;
    height: 45px;
    fill: #ef4b3b;
}
.how-itwork-card:hover {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 13px 19px rgb(255 102 90 / 10%) !important;
    transform: scale(1.022);
    z-index: 111;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.how-itwork-tab-content #menu1 ul li {
    width: 25%;
}
.careers-cards h2 {
    color: #241f2d;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
}
.careers-cards li {
    width: 25% !important;
}
.careers-cards .how-itwork-card {
    min-height: 210px;
}
.benefits .how-itwork-tab-content {
    margin: 20px 0 0 0;
    background: 0 0;
}
.benefits .how-itwork-card:hover {
    background: #ef4b3b;
}
.benefits .how-itwork-card:hover svg {
    fill: #fff;
}
.benefits .how-itwork-card:hover h3 {
    color: #fff;
}
.benefits .how-itwork-card:hover p {
    color: #fff;
}
.thank-your-interest p {
    color: #241f2d;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 0 15px;
}
.signup-sec {
    padding: 80px 0;
    position: relative;
}
h2.pagetitle {
    writing-mode: tb-rl;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 127px;
    font-weight: 800;
    color: #dedee0;
    line-height: 107px;
    transform: translateX(1%) translateY(-50%);
    text-align: center;
    height: 533px;
}
.signup-tab {
    width: 800px;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 30px 44px;
    overflow: hidden;
}
.signup-tab ul.nav.nav-tabs {
    border: none;
    width: 40%;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #c8c7ca;
}
.signup-tab ul.nav.nav-tabs li.nav-item {
    display: block;
    width: 100%;
    float: left;
    margin: 12px 0;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    border: none !important;
    background: #ebebeb;
    border-radius: 20px;
    text-align: center;
    padding: 25px 30px;
    position: relative;
}
.signup-tab .nav-link-svg {
    background: rgba(36, 31, 45, 0.15);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto;
    padding-top: 17px;
}
.signup-tab ul.nav.nav-tabs li.nav-item svg {
    width: 45px;
    height: 45px;
}
.signup-tab ul.nav.nav-tabs li.nav-item svg path {
    fill: #fff;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link span {
    display: block;
    color: #a6a4a9;
    font-weight: 600;
    font-size: 18px;
    margin-top: 11px;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background: #ef4b3b;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link.active .nav-link-svg {
    background: #fff;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link.active .nav-link-svg svg path {
    fill: #ef4b3b;
}
.signup-tab ul.nav.nav-tabs li.nav-item a.nav-link.active span {
    color: #fff;
}
.signup-tab .tab-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}
.signup-tab .form-group .form-control {
    background: #ebebeb;
    border-radius: 11px;
    color: #241f2d;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 20px;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.signup-tab .form-group input.btn.btn-signup {
    border-radius: 11px;
    color: #fff;
    font-weight: 600;
    padding: 17px 40px;
    min-width: 156px;
    background: #ef4b3b !important;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    outline: 0 !important;
    box-shadow: none !important;
}
.signup-agree-color a {
    color: #ef4b3b;
}
.signup-tab .form-group input.btn.btn-signup:hover {
    background: #95a293 !important;
}
.signup-tab a.loginlink svg {
    font-size: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    fill: #ef4b3b;
}
.signup-tab a.loginlink {
    display: block;
    width: 100%;
    color: #ef4b3b;
    font-weight: 700;
    font-size: 15px;
    margin-left: 11px;
}
.signup-tab ul.nav.nav-tabs h4 {
    color: #241f2d;
    font-weight: 600;
    font-size: 18px;
    margin-top: 12px;
}
.signup-tab .tab-content .form-group {
    margin-bottom: 22px;
}
.form-group.signupbtn {
    margin-bottom: 0 !important;
}
.form-group.form-check {
    padding-left: 30px;
}
.form-group.form-check label.form-check-label {
    color: #241f2d;
    font-weight: 600;
    font-size: 15px;
}
.form-check input.form-check-input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    background-color: #f5f5f5;
    color: #666;
    top: -3px;
    height: 20px;
    width: 20px;
    border: 2px solid #bfbfbf;
    border-radius: 100%;
    cursor: pointer;
    outline: 0;
    left: 20px;
    opacity: 1;
}
.form-check input.form-check-input:checked {
    background-color: #ef4b3b;
    border: none !important;
}
.form-check input.form-check-input:checked::before {
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.forgot-password {
    color: #9e9ca2;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
p.dont-have {
    text-align: center;
    color: #241f2d;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
p.dont-have a {
    color: #ef4b3b;
    font-weight: 700;
    font-size: 15px;
}
.login-tab .form-group.signupbtn {
    margin: 50px 0 60px !important;
}
.login-tab h4 {
    margin-top: 0 !important;
}
.signup-tab.login-tab {
    padding: 52px 30px 44px;
}
.forgot_password h3 {
    color: #241f2d;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 41px 0;
}
.forgot_password .form-group.signupbtn {
    margin: 48px 0 0 0 !important;
}
.forgot_password h2.pagetitle {
    font-size: 91px;
    text-align: center;
    line-height: 71px;
}
.our_lawyersbanner .mainbanner-text {
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
    align-items: center;
}
.jobslist-sec {
    padding: 100px 0;
}
.jobslist-left {
    background: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
}
.jobslist_active {
    background: #ef4b3b;
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 14px 25px 14px 25px;
    font-size: 15px;
    letter-spacing: 0.24px;
}
.jobslist_active svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.jobslist_active span.badge {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.jobslist-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jobslist-left ul li {
    display: block;
}
.jobslist-left ul li a {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 25px 14px 25px;
    font-size: 15px;
    letter-spacing: 0.24px;
    color: #241f2d;
    border-bottom: 1px solid #d9d9d9;
}
.jobslist-left ul li a svg {
    fill: #ef4b3b;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.jobslist-left ul li:last-child a {
    border: none !important;
}
span.badge {
    float: right;
    background: #ebebeb;
    padding: 5px 9px;
    border-radius: 19px;
    color: #ef4b3b;
    font-weight: 700;
    font-size: 14px;
    width: 52px;
}
.jobslist-right {
    background: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
    padding: 17px;
    margin-bottom: 30px;
}
.jobslist-search {
    margin-bottom: 40px;
}
.jobslist-search .form-group {
    margin-bottom: 0;
}
.jobslist-search .form-group .form-control {
    background: #ebebeb;
    border-radius: 18px;
    padding: 10px 20px;
    min-height: 65px;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 600;
}
.jobslist-search .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    background: url(http://dropdown/arrow/url/) no-repeat;
    background-position: right center;
    background-color: #ebebeb;
}
.jobslist-search .form-group .input-group input.form-control {
    border-radius: 18px 0 0 18px;
}
.jobslist-search .form-group button.btn.btn-success {
    background: #ef4b3b;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 7px 13px 4px;
    border-radius: 0 18px 18px 0;
}
.jobslist-search .form-group button.btn.btn-success svg {
    fill: #fff;
    width: 43px;
    height: 42px;
    margin-top: 6px;
}
.jobslist-result ul.jobslist-result-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jobslist-result ul.jobslist-result-ul li.jobslist-result-li {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 85px;
    min-height: 257px;
}
li.jobslist-result-li .result-user {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
span.our-lawyersactive {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 53px;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px #00000029;
    background: #13e550;
}
.jobslist-resultbox {
    background: #ebebeb;
    padding: 20px 166px 20px 20px;
    border-radius: 18px;
    position: relative;
    min-height: 293px;
}
.jobslist-resultbox h3 {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.practice-areas {
    margin-bottom: 5px;
}
.practice-areas span {
    background: #ef4b3b;
    border-radius: 19px;
    padding: 2px 10px 3px;
    display: inline-block;
    letter-spacing: 0.12px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    margin: 0 7px 7px 0;
    line-height: 14px;
}
.jobslist-resultbox p {
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.jobslist-result-view {
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
    height: 100%;
}
.jobslist-result-view a.view-profile {
    background: #241f2d;
    letter-spacing: 0.18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 8px;
    display: block;
    text-align: center;
    border-radius: 0 18px 0 18px;
    text-transform: capitalize;
}
.jobslist-result-view ul.jobslist-result-viewul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.jobslist-result-viewul li.jobslist-result-viewli {
    display: block;
    margin-top: 14px;
}
ul.jobslist-result-viewul li.jobslist-result-viewli span {
    display: block;
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    font-weight: 400;
}
ul.jobslist-result-viewul li.jobslist-result-viewli strong {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 700;
    font-size: 16px;
}
ul.jobslist-result-viewul li.jobslist-result-viewli strong i.fa {
    margin-right: 8px;
}
.paginationdesign a.page-link {
    border: none !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #241f2d;
    font-size: 14px;
    font-weight: 600;
}
.paginationdesign li.page-item.active a.page-link {
    color: #ef4b3b;
}
.view_profile {
    padding-top: 40px;
}
.view_profile li.nav-item {
    width: 100%;
    margin: 0;
}
.view_profile ul.nav.nav-tabs {
    border: none !important;
    background: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
}
.view_profile ul.nav.nav-tabs a.nav-link {
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
.view_profile ul.nav.nav-tabs a.nav-link.active {
    background: #ef4b3b;
    color: #fff;
}
.view_profile .jobslist-left .jobslist_active {
    margin-bottom: 15px;
    border-radius: 18px;
    padding: 16px 25px 16px 25px;
}
.view_profile .jobslist-left {
    background: 0 0 !important;
    border-radius: 0;
    overflow: visible;
}
.view_profile ul.nav.nav-tabs a.nav-link.active svg {
    fill: #ffffff;
}
.view_profile ul.nav.nav-tabs li.nav-item:last-child a.nav-link {
    border: none !important;
}
.view_profile .jobslist-right {
    padding: 30px;
}
.view_profile .jobslist-right h3 {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.view_profile .jobslist-right h3 a {
    color: #241f2d;
}
.view_profile .jobslist-right p {
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.view_profile .jobslist-right p span {
    white-space: normal !important;
}
.overview-col span {
    display: block;
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.overview-col strong {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 700;
    font-size: 16px;
}
.overview-col:nth-child(3) {
    padding: 0 !important;
}
.overview-col:nth-child(7) {
    padding: 0 !important;
}
.overview-col i.fa {
    margin-right: 8px;
    color: #ef4b3b;
}
.overview-col {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.overview-col:nth-child(5) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.overview-col:nth-child(6) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.overview-col:nth-child(7) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.overview-col:nth-child(8) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.work-experience ul {
    margin: 0;
    padding: 0;
}
.work-experience ul li {
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    margin: 0 0 3px 0;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 17px;
    min-height: 21px;
}
.work-experience ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #212529;/*#ef4b3b;*/
    border-radius: 100%;
}
.job-complete ul {
    margin: 0;
    padding: 11px 0 0 0;
    list-style: none;
    overflow: hidden;
}
.job-complete ul li {
    width: 20%;
    float: left;
}
.job-complete ul li:nth-child(4) {
    width: 17%;
}
.job-complete ul li:nth-child(3) {
    width: 23%;
}
.job-complete ul li span {
    display: block;
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.job-complete ul li strong {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 700;
    font-size: 16px;
}
.job-complete ul li i.fa {
    margin-right: 8px;
    color: #ef4b3b;
}
.service-catalog p {
    margin-bottom: 30px !important;
}
.reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reviews ul li {
    display: block;
    margin-bottom: 10px;
}
.reviews ul li span.reviews-name {
    letter-spacing: 0.18px;
    color: #241f2d;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    min-width: 208px;
}
.reviews ul li span.reviews-star i.fa {
    margin-right: 8px;
    color: #ef4b3b;
}
.success-score h3 {
    text-align: center;
    font-size: 18px !important;
}
.reviews .row {
    margin-top: 30px;
}
.success-score .card-score {
    position: relative;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.success-score .percent {
    position: relative;
    z-index: 1000;
}
.success-score svg {
    position: relative;
    width: 162px;
    height: 162px;
    z-index: 1000;
}
.success-score svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f5f5f5;
    stroke-width: 18;
    stroke-linecap: round;
    transform: translate(9px, 9px);
}
.success-score .card-score svg circle:nth-child(2) {
    stroke-dashoffset: calc(378 - (378 * 90) / 100);
    stroke: #ef4b3b;
}
.success-score svg circle:nth-child(2) {
    stroke-dasharray: 378;
    stroke-dashoffset: 378;
}
.success-score .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.success-score .percent .number h2 {
    font-size: 25px;
    font-weight: 700;
    color: #241f2d;
}
.profile-img {
    padding: 80px 0 40px;
}
.profile-img .profileinfo {
    position: relative;
    text-align: center;
}
.profile-img .profileinfo img.img-fluid {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}
.profileinfo h3 {
    letter-spacing: 0.42px;
    color: #241f2d;
    font-weight: 700;
    font-size: 26px;
    margin: 16px 0 9px 0;
}
.profileinfo h4 {
    letter-spacing: 0.28px;
    color: #7e7986;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
}
.profileinfo h4 i.fa {
    margin-right: 7px;
}
.profile-Share h5 {
    letter-spacing: 0.24px;
    color: #241f2d;
    font-weight: 600;
    font-size: 18px;
}
.profile-Share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-Share {
    position: absolute;
    right: 0;
    bottom: 0;
}
.profile-Share ul li {
    display: inline-block;
    margin: 0 4px;
}
.profile-Share ul li a {
    background: #f5f5f5;
    border-radius: 43px;
    width: 40px;
    height: 40px;
    display: block;
}
.profile-Share ul li a i.fa {
    font-size: 22px;
    padding-top: 9px;
    color: #4267b2;
}
.profile-Share ul li a i.fa.fa-linkedin {
    color: #0077b5;
}
.about-talk {
    padding: 80px 0px 0px;
    background: #FFF1F0;
    margin-bottom: 50px;
}
.about-talk-ring {
    background: #241f2d;
    height: 400px;
    width: 400px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.about-talk-ring img.img-fluid {
    width: 120px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.about-talk-ring::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ef4b3b;
    right: 130px;
    bottom: -12px;
    border-radius: 100%;
}
.about-talk-ring::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ef4b3b;
    left: 39px;
    top: 7px;
    border-radius: 100%;
}
.about-talk-left h2 {
    color: #231F2D;
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 30px;
}
.about-talk-left p {
    color: #231F2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 45px;
    text-align: left;
}
.about-talk-left {
    text-align: center;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*min-height: 390px;*/
}
.our-mission {
    padding: 80px 0px 70px;
}
.our-mission .how-itwork-tab-content {
    margin-top: 30px;
}
.our-mission .how-itwork-tab-content h2 {
    color: #241f2d;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
}
.our-mission .how-itwork-tab-content ul li {
    width: 25%;
}
.our-mission .how-itwork-tab-content ul li .how-itwork-card {
    min-height: 293px;
}
.why-choose {
    padding: 80px 0;
    background: #ef4b3b;
    margin-bottom: 30px;
}
.why-choose .help-left img.img-fluid {
    padding: 30px;
}
.why-choose .heading-sec {
    text-align: left;
}
.why-choose .heading-sec h2 {
    color: #fff;
}
.why-choose-right {
    position: relative;
    padding-left: 54px;
}
.why-choose-right svg {
    position: absolute;
    width: 30px;
    height: 30px;
    fill: #fff;
    left: 0;
    top: 0;
}
.why-choose-right h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px 0;
}
.why-choose-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-choose-right ul li {
    color: #fff;
    opacity: 0.85;
    font-size: 18px;
    margin-bottom: 9px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
}
.why-choose-right ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 2px solid #fff;
    width: 17px;
    height: 8px;
    border-bottom: 2px solid #fff;
    transform: rotate(-43deg);
}
.why-choose-right:nth-child(3) {
    margin-top: 40px;
}
.why-choose-right:nth-child(3) svg {
    transform: rotate(40deg);
}
.contact-us {
    padding: 100px 0 0 0;
}
.contact-us .heading-sec h2 {
    margin-bottom: 45px;
}
.contact-us h5 {
    color: #241f2d;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 5px 0;
}
.contact-us .heading-sec p {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 18px;
    color: #231F2D;
        line-height: 37px;
}
.contact-us .heading-sec {
    margin-bottom: 70px;
}
.contact-form .form-control {
    border-radius: 12px;
    color: #231F2D;
    font-weight: 600;
    font-size: 16px;
    padding: 19px 20px;
    border: 1px solid #FFBEBE;
    outline: 0 !important;
    box-shadow: none !important;
    background: none;
    min-height: 65px;
}
.btn.btn-design {
    border-radius: 11px;
    color: #fff;
    font-weight: 600;
    padding: 17px 40px;
    min-width: 156px;
    background: #ef4b3b !important;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn.btn-design:hover {
    background: #95a293 !important;
}
.contact-form {
    max-width: 1040px;
    margin: 0 auto;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.form-group.contact-btn {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.contact-btn .btn.btn-design {
    width: 48%;
        font-size: 16px;
    min-height: 60px;
        text-transform: capitalize;
}
.thank-you {
    padding: 80px 0 0 0;
}
.thank-left h2 {
    color: #241f2d;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 13px 0;
}
.thank-left p {
    font-size: 19px;
    font-weight: 400;
    margin: 15px 0 42px 0;
    color: #4a4650;
}
.thank-left .btn.btn-design {
    width: 61%;
}
.thank-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}
.last-modified span {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px 20px;
    letter-spacing: 0.2px;
    color: #241f2d;
    font-weight: 600;
}
.content-page {
    padding: 150px 0 0px 0;
}
.content-box h2 {
    color: #ef4b3b;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0 0 14px 0;
}
.content-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}
.content-box p {
    color: #241f2d;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}
.content-box ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.content-box ul li {
    color: #241f2d;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}
.content-box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #ef4b3b;
    border-radius: 100%;
}
.content-design2 ul li {
    padding: 0;
}
.content-design2 ul li::after {
    display: none;
}
.content-design2 ul li ul {
    padding-left: 17px;
}
.job_detail span.jobslist.jobslist_active {
    text-align: center;
}
.job_detail span.jobslist.jobslist_active i.fa.fa-paper-plane {
    margin-right: 15px;
}
.job_detail .jobslist-left ul {
    background: #f5f5f5;
    border-radius: 18px;
}
.job_detail .jobslist-left ul li {
    border-bottom: 1px solid #d9d9d9 !important;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 25px 14px 25px;
    font-size: 16px;
    letter-spacing: 0.24px;
    color: #241f2d;
}
.job_detail .jobslist-left ul li:last-child {
    border-bottom: none !important;
}
.job_detail .jobslist-left ul li span.badge {
    width: auto;
    background: 0 0 !important;
    padding: 6px 0;
}
.job_detail .profile-Share {
    position: static;
    text-align: right;
    margin-bottom: 40px;
}
.job_detail .profile-Share a {
    text-align: center;
}
.job_detail .profile-Share a .fa-share-alt {
    color: #241f2d;
}
.job_detail .profile-Share a .fa-twitter {
    color: #1da1f2;
}
.job_detail .profile-Share h5 {
    margin-bottom: 22px;
}
.view_profile.job_detail {
    padding-top: 80px;
}
.job_detail .profile-img {
    padding-top: 0;
}
.fing_job_right li.jobslist-result-li {
    padding-left: 0 !important;
}
.fing_job_right li.jobslist-result-li span.find-title {
    display: block;
    background: 0 0 !important;
    padding: 0;
    font-weight: 400 !important;
    letter-spacing: 0.16px;
    color: #241f2d;
    font-size: 14px;
    margin: 0 0 3px 0;
}
.fing_job_right .jobslist-resultbox h3 {
    margin: 0 0 17px 0;
}
.fing_job_right .practice-areas {
    margin-bottom: 12px;
}
.fing_job_right .jobslist-resultbox p {
    font-weight: 600;
}
.fing_job_right .jobslist-resultbox {
    padding-right: 210px;
}
.fing_job_right .jobslist-result-view {
    width: 172px;
}
.card-score .demo {
    position: relative;
    height: 192px;
}
.card-score .demo div canvas ~ div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}
.card-score .demo div canvas ~ div input.knob {
    color: #ef4b3b !important;
    font-weight: 700 !important;
    font-size: 25px !important;
}
.ourlawyers-img img.img-fluid {
    height: 224px;
    width: 100%;
}
.dropdown.user.user-menu a#dropdown-toggle {
    display: block;
}
.user .dropdown-toggle {
    border: 2px solid #fff;
    border-radius: 100%;
        cursor: pointer;
}
.dropdown.user.user-menu a#dropdown-toggle img.user-image {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    /*border: 2px solid #fff;*/
}
.dropdown.user.user-menu a#dropdown-toggle span.hidden-xs {
    display: none;
}
.dropdown.user.user-menu a#dropdown-toggle::after {
    display: none;
}
.dropdown.user.user-menu ul.dropdown-menu {
    margin: 7px 0 0 0;
    padding: 8px 0;
    left: auto;
    right: 0;
    min-width: 185px;
    border-radius: 20px 20px 20px 20px;
}
.dropdown.user.user-menu ul.dropdown-menu li {
    display: block;
}
.dropdown.user.user-menu ul.dropdown-menu li a {
    padding: 9px 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
}
.dropdown.user.user-menu ul.dropdown-menu li:last-child a {
    border-bottom: none;
}
.dropdown.user.user-menu ul.dropdown-menu li.active a {
    color: #ef4b3b;
}
.dropdown.user.user-menu ul.dropdown-menu li.active a svg {
    fill: #ef4b3b;
}
.dropdown.user.user-menu ul.dropdown-menu li a svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dropdown.user.user-menu ul.dropdown-menu li a i.fa {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.jobslist-result-view a.view-invite {
    background: #241f2d;
    letter-spacing: 0.18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 15px;
    display: block;
    text-align: center;
    border-radius: 18px 0 18px 0;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.jobslist-resultbox h3 a {
    color: #241f2d;
}
.jobslist-resultbox p span {
    white-space: normal !important;
}
.client-reviews {
    position: relative;
    min-height: 75px;
    padding-left: 86px;
    margin-bottom: 13px;
}
.client-reviews .result-user {
    width: 70px;
    height: 72px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews h3 {
    padding: 10px 0 0 0 !important;
    margin: 0 0 5px 0 !important;
}
.client-reviews h5 {
    font-size: 14px;
    font-weight: 600;
    color: #ef4b3b;
}
.overview-col.overview-col-client:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
h3.job-detail-legal {
    /*position: absolute;*/
    letter-spacing: 0.54px;
    color: #241f2d;
    font-weight: 700;
    margin: 15px 0 0 0;
    font-size: 35px;
}
.job_detail .profile-Share {
    min-height: 50px;
}
.job_detail .jobslist-left ul li span.badge.badgebg {
    background: #ef4b3b !important;
    padding: 6px 15px !important;
    color: #fff;
}
.navbar-collapse .navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
    color: #212529;
    padding: 7px 13px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.navbar-collapse .navbar-nav li.nav-item .dropdown-menu {
    padding: 0;
}
.mainbanner-text .form-group {
    margin: 25px 0 0 0;
}
.mainbanner-text .form-group input.form-control {
    border: none !important;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    width: 428px;
    height: 50px;
    padding: 10px 17px;
    border-radius: 5px 0 0 5px;
}
.mainbanner-text .form-group .btn.btn-success {
    background: #ef4b3b;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 7px 13px 4px;
    border-radius: 0 8px 8px 0;
    width: 66px;
    height: 50px;
}
.mainbanner-text .form-group .btn.btn-success svg {
    fill: #fff;
    height: 34px;
    width: 34px;
}
.free_documents li.jobslist-result-li {
    padding-left: 0 !important;
}
.free_documents .jobslist-resultbox {
    position: relative;
    padding: 20px 20px 20px 112px;
}
.free_documents .jobslist-resultbox .box-user {
    width: 70px;
    height: 72px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    text-align: center;
    padding-top: 19px;
}
.free_documents .jobslist-resultbox .box-user svg {
    width: 35px;
    height: 35px;
}
.free_documents .jobslist-resultbox .box-user svg path {
    fill: #ef4b3b;
}
.free_documents .jobslist-resultbox .box-user svg circle {
    fill: #ef4b3b;
}
.free_documents .jobslist-resultbox h3 {
    padding-right: 140px;
}
.free_documents .jobslist-resultbox a.readmore {
    color: #ef4b3b;
    font-weight: 600;
}
.articlescard h6 {
    margin: 0;
    letter-spacing: 0.24px;
    color: #000000d9;
    font-weight: 600;
    font-size: 16px;
}
.articlescard {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}
.categories-sec {
    padding-bottom: 170px;
    padding-top: 120px;
}
.categoriescard {
    text-align: center;
    background: #fff;
    border-radius: 17px;
    margin-bottom: 30px;
    padding: 30px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    border: 1px solid #FFBEBE;
}
.categoriescard:hover {
    /*box-shadow: 0 10px 20px #0000005c;*/
    /*transition: 0.5s ease;*/
    /*-webkit-transition: 0.5s ease;*/
    /*-moz-transition: 0.5s ease;*/
}
.categoriescard h3 {
    margin-bottom: 15px;
    color: #231F2D;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.09px
}
.categoriescard h4 {
    margin-bottom: 15px;
    color: #231F2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
}
.categoriescard a {
    color: #F04A3D;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.categoriescard a i.fa {
    margin-left: 7px;
}
.categoriescard a img.img-fluid {
    margin-left: 14px;
}
.categories-img {
        margin-bottom: 23px;
    /*width: 130px;*/
    /*height: 130px;*/
    /*margin: 0 auto 30px;*/
    /*background: #f5f5f5;*/
    /*border-radius: 100%;*/
    /*padding-top: 35px;*/
}
.categories-img svg {
    /*width: 60px;*/
    /*height: 60px;*/
    /*fill: #ef4b3b;*/
}
.faq-page {
    padding: 70px 0px 90px;
}
#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion .panel-title a {
    display: block;
    padding: 20px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #888bc2;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after,
#accordion .panel-title a:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #888bc2;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after {
    content: "\f067";
}
#accordion .panel-title a.collapsed:hover:after,
#accordion .panel-title a:hover:after {
    transform: rotate(360deg);
}
#accordion .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .card {
    margin-bottom: 30px;
    border-radius: 17px;
    border: 1px solid #FFBEBE;
    overflow: hidden;
}
#accordion .card .card-header {
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 38px 83px 38px 45px;
}
#accordion .card .card-header a {
    display: block;
    color: #231F2D;
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    letter-spacing: 0.10px;
}
#accordion .card .card-body {
    padding: 0 45px 45px 45px;
}
/*#accordion .card .card-body p {
    font-size: 16px;
    color: #241f2d;
    font-weight: 400;
}*/
#accordion .card-header a.collapsed::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    color: #ef4b3b;
}
#accordion .card-header a::after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 38px;
    top: 33px;
    color: #ef4b3b;
}
#accordion .card .card-body ul {
    padding-left: 15px;
}
#accordion .card .card-body ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 4px;
}
.faq-page.no-article {
    padding-top: 0;
    text-align: center;
}
.no-articleimg h4 {
    color: #000000d9;
    opacity: 0.65;
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 0 0;
}
.paydiv1 {
    position: relative;
    display: none;
    margin-top: 13px;
}
.paydiv1.blue {
    display: block;
}
.paydiv1 form {
    display: inline-block;
    margin: 2px 4px;
}
.paydiv1 #sform .stripe-button-el {
    background: #4242b9 !important;
}
.paydiv1 button {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 16px;
    height: 38px;
    line-height: normal !important;
    background: #ef4b3b !important;
    border-radius: 4px;
    border: none !important;
    vertical-align: top;
    outline: 0 !important;
    box-shadow: none !important;
}
.paydiv1 button span {
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: auto !important;
    line-height: normal !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.owl-carousel .owl-dots {
    display: none;
}
.owl-carousel .owl-nav {
    display: block !important;
    margin: 0 !important;
    /*text-align: right !important;*/
    /*position: absolute;*/
    /*right: 110px;*/
    /*top: -75px;*/
}
.owl-carousel .owl-nav button {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 29px !important;
    margin: 0px;
    outline: 0 !important;
    box-shadow: none !important;
    background: #EF4B3D !important;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.owl-carousel .owl-nav button:hover {
    color: #fff !important;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -25px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -25px;
}
.attorneyabout p span {
    white-space: normal !important;
}
.ourlawyers-sec {
    display: none;
}
.jobslist-right.reviews .card-score input.knob {
    font-size: 29px !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.job-complete ul li strong.red-color p {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #ef4b3b !important;
    margin: 0;
}
.red-color {
    color: #ef4b3b !important;
}
.cfname h5 {
    min-height: 75px;
    margin: 0;
    line-height: 75px;
}
a.filetypeadd {
    color: #ef4b3b;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}
.mobile-proposal {
    display: none;
}
.copyright a {
    color: #fff;
}


/*signature*/

.signature-sign .header {
    position: absolute;
    top: 10px;
    right: 35px;
}
.signature-sign .header a.close {
    background: #ef4b3b;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 19px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff !important;
    position: absolute;
    opacity: 1;
    font-weight: 500;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #EF4B3B !important;
}
.jconfirm-box .jconfirm-title-c span.jconfirm-title {
    color: #000;
    font-weight: 600 !important;
}
.jconfirm-title-c span.jconfirm-title {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 0px !important;
}
.jconfirm-box .jconfirm-buttons button.btn.btn-primary {
    background: #EF4B3B;
    font-weight: 600 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
}
.fieldset-c .tab-content {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 20px;
    min-height: 400px;
}
.scrollclass .page div#document-reader {
    margin: 0px auto;
}
.sign-link {
    padding: 70px 0px;
}
.signature-sign {
    z-index: 99999!important;
}
.signature-sign ul.nav.nav-tabs li {
    height: auto !important;
}
.signature-sign ul.nav.nav-tabs li a {
    border: 0;
    background-color: transparent;
    color: #40505B;
    font-size: 14px;
    padding: 11px 12px;
    display: inline-block;
    font-weight: 600;
}
.self_sing_tab .tab-pane .clearbtn {
    border-radius: 8px;
    background: none !important;
    color: #EF4B3B;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 27px;
    outline: none !important;
    border: 1px solid #EF4B3B;
    margin-right: 4px;
    box-shadow: none !important;
}
.self_sing_tab .tab-pane .savebtn {
    border-radius: 8px;
    background: #EF4B3B;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 27px;
    outline: none !important;
    border: 1px solid #EF4B3B;
    box-shadow: none !important;
}
.checkbox.checkbox-primary {
    margin-top: 10px;
}
.checkbox.checkbox-primary label {
    margin-left: 10px;
    font-size: 15px;
}
.signature-sign ul.nav.nav-tabs li.active a {
    color: #EF4B3B !important;
}
.scrollclass .progress-bar {
    background-color: #ef4b3b;
}
.finishbtn {
    text-align: right;
        margin-bottom: 22px;
}
.finishbtn button#finish:disabled {
    opacity: .5;
}
.finishbtn button#finish {
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 8px;
    background: #EF4B3B;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 37px;
    outline: none !important;
}
.alreadysigned {
    position: relative;
}
.alreadysigned-d {
    position: absolute;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 24px 24px 0px 0px;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 28px;
    margin: 0px;
    font-size: 16px;
    color: #EF4B3B;
    font-weight: 500;
    text-align: center;
}
.type-field-d .form-control {
    outline: none !important;
    box-shadow: none !important;
    min-height: 40px;
    font-size: 15px;
}
.type-field-btn .btn.btn-primary {
    box-shadow: none !important;
    border-radius: 8px;
    background: #EF4B3B !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    outline: none !important;
    padding: 9px 20px;
    border: none !important;
}
.typeshow .thumb a {
    display: block;
    height: auto !important;
    margin-bottom: 12px;
}
div#show_upload_signature .col-md-12.head3_0.text-center {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left !important;
}
div#upload_signature .form-control {
    outline: none !important;
    box-shadow: none !important;
    min-height: 40px;
    font-size: 15px;
}
.signatureup-text p.text-warning {
    margin: 0px;
    color: #ef4b3b !important;
    font-size: 14px;
    text-align: left;
}
.signatureup-text {
    margin-top: 3px;
}
.sign-link .sclass {
    border: 1px solid #ef4b3b !important;
    padding: 0px 10px !important;
    border-radius: 5px !important;
    color: #ef4b3b !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 39px !important;
}
.sign-link .sclass::-webkit-input-placeholder { 
 color: #ef4b3b !important;
}
.sign-link .sclass::-moz-placeholder {
 color: #ef4b3b !important;
}
.sign-link .sclass:-ms-input-placeholder {
 color: #ef4b3b !important;
}
.sign-link .sclass:-moz-placeholder { 
 color: #ef4b3b !important;
}
.typeshow .thumb a img {
    max-width: 100%;
    height: auto;
}
.jconfirm-box .jconfirm-buttons button.btn.btn-default {
    background: #EF4B3B !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-top: 10px;
}





@media all and (min-width:320px) and (max-width: 767px) {
.final-screen-alert .final-screen-done a {
    position: static !important;
    top: 0px !important;
    display: inline-block;
    margin-top: 10px;
}
.final-screen-form .btn.btn-primary {
    margin-top: 14px;
}
.final-screen-form h4 {
    font-size: 20px !important;
    margin-bottom: 30px !important;
}
}

@media all and (min-width:768px) and (max-width: 991px) {
.final-screen-alert .final-screen-done a {
    position: static !important;
    top: 0px !important;
    display: inline-block;
    margin-top: 10px;
}
}





.newbanner {
    position: relative;
    /*min-height: 700px;*/
    padding: 130px 0px 120px;
    /*background-size: 100% 100% !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: center !important;*/
}
.newbanner-text {
    /*width: 50%;*/
    /*float: left;*/
    /*z-index: 1;*/
    /*position: relative;*/
    padding-top: 60px;
}
.newbanner-text h1 {
    margin: 0px 0px 30px 0px;
    color: #231F2D;
    font-size: 50px;
    font-weight: 700;
}
.newbanner-text p {
    color: #231F2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
}
.mainbanner-img {
    position: relative;
    /*right: -90px;*/
    /*top: 80px;*/
    width: 603px;
}
.btn-sec a.btn.btn-info.signup {
    margin-left: 19px;
    background: none !important;
    border: 1px solid #F04A3D !important;
    color: #F04A3D !important;
    box-shadow: none !important;
}
.btn-sec a.btn.btn-info {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    border: 1px solid #ef4b3b;
    box-shadow: none !important;
    min-width: 150px;
}
.arrowimg {
    margin-top: 90px;
}
.btn-sec a.btn.btn-info:hover {    
    border: 1px solid #95a293;
}
.btn-sec a.btn.btn-info.signup:hover {
    background: #ef4b3b !important;
    border: 1px solid #ef4b3b !important;
    color: #fff !important;
}
.newbanner-text .btn-sec {
    padding-top: 40px;
}
.footer-app h3.tollfree {
    margin: 22px 0px 0px 0px;
    font-size: 19px;
    font-weight: 400;
}
.footer-app h3.tollfree span {
    font-size: 22px;
    font-weight: 600;
}
.footer-app h3.tollfree a {
    color: #fff !important;
    font-weight: 300;
}


#login_form label.error {
    color: #d92424;
    font-size: 14px;
    text-transform: lowercase;
}
#login_form label.error:first-letter {
  text-transform: uppercase;
}

.job-complete ul.at_jobs_completed li {
    width: 25%;
}

.job-complete ul.client_oveview_job li {
    width: 25%;
    margin-top: 10px;
}




.permissionmodal .modal-dialog {
    margin-top: 102px;
}
.permissionmodal .modal-content {
    box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
    border-radius: 0px;
}
.permissionmodal .modal-header {
    padding: 0px;
    border: none;
}
.permissionmodal .modal-header button.close {
    position: absolute;
    top: 17px;
    right: 25px;
    box-shadow: none !important;
    outline: none !important;
    padding: 0px;
    margin: 0px;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
    font-size: 35px;
    z-index: 11;
}
.permissionmodal .modal-body {
    padding: 35px 25px 25px;
}
.modal-bodyheader {
    text-align: center;
    border-bottom: 1px solid rgba(2, 22, 56, .1);
    margin-bottom: 20px;
}
.modal-bodyheader h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.40px;
    margin-bottom: 30px;
}
.permissionmodal .modal-body p {
    color: #021638;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.24px;
    margin: 0px;
}
.permissionmodal .modal-footer {
    border: none;
    padding: 5px 25px 25px 25px;
}
.permissionmodal .modal-footer .btn.btn-info {
    padding: 15px 30px;
}
.permissionmodal .modal-footer .btn.btn-danger {
    color: #000;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 11px;
    font-weight: 600;
    padding: 11px 34px;
    text-transform: uppercase;
    font-size: 18px;
    outline: 0 !important;
    box-shadow: none !important;
    background: none !important;
}
.permissionmodal .modal-footer .btn.btn-info {
    border-radius: 11px;
    color: #fff;
    font-weight: 600;
    padding: 11px 34px;
    background: #ef4b3b !important;
    border: 1px solid #ef4b3b;
    text-transform: uppercase;
    font-size: 18px;
    outline: 0 !important;
    box-shadow: none !important;
}
#paymentResponse {
    font-size: 14px;
    line-height: 19px;
    color: #e53221;
    margin-top: 10px;
}
.nav-link-profileimg {
    background: #fff;
}
.userfindfieldimg.userfindfieldimg-icon {
    background: none !important;
}


.userfindfieldimg {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 45px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.17px;
    text-transform: uppercase;
    /* position: absolute; */
    background: #ef4b3b;
    border-radius: 100px;
    
}
.userdefauit-name {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    padding: 0px;
    background-color: #515151;
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 200px;
    text-transform: uppercase;
    margin: 0px auto;
}
.result-user-name {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #515151;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
    text-transform: uppercase;
    z-index: 1;
}
.mainbanner-paybill {
    position: absolute;
    background: #FEAFAA;
    border-radius: 13.77px;
    width: 200px;
    padding: 18px 13px;
    text-align: center;
        left: 60px;
}
.mainbanner-paybill h4 {
    color: #231F2D;
    font-size: 16.52px;
    font-weight: 600;
    line-height: 22.94px;
    margin-bottom: 12px;
}
.btn.btn-paybill {
    background: #EF4B3B !important;
    border-radius: 4.85px;
    display: block;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: white;
    font-size: 13.77px;
    font-weight: 600;
    line-height: 14.68px;
    padding: 10px 10px;
    margin: 0px 5px;
}
.legal-talent {
    padding: 55px 0px 90px;
}
.legal-talentbox {
    background: #FFF1F0;
    border-radius: 15px;
    padding: 25px 30px;
}
.legal-talentbox h3 {
    color: #231F2D;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.10px;
    margin-bottom: 35px;
    padding-right: 35px;
}
.legal-talentbox a {
    display: block;
    color: #231F2D;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    position: relative;
}
.legal-talentbox a svg {
    position: absolute;
    right: 0px;
    top: 2px;
}
.legal-talentbox a span {
    font-size: 8px;
    font-weight: 500;
    top: -8px;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    display: inline-block;
}
.legal-talent .heading-sec {
    margin-bottom: 70px;
}
.business-owners {
    padding: 60px 0px;
}
.business-owners-text h2 {
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.50px;
    margin: 0px;
}
.business-owners-right {
    position: relative;
    padding-top: 90px;
}
.business-ownersimg {
    position: relative;
    z-index: 1;
}
.business-ownersbg {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    width: 385px;
}
.business-ownersbg h4 {
    color: black;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0.50px;
    position: absolute;
    text-align: center;
    top: 78px;
    width: 100%;
    margin: 0px;
}
.business-ownersbg h6 {
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.50px;
    position: absolute;
    top: 180px;
    width: 100%;
    margin: 0px;
}
.business-owners .row {
    align-items: center;
}
.legalsupport-sec {
    padding: 60px 0px 90px;
}
.legalsupportbox h3 {
    color: black;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.10px;
    margin-bottom: 10px;
}
.legalsupportbox p {
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0px;
}
.legalsupportbox {
    position: relative;
    padding-left: 65px;
}
.legalsupportbox span {
    position: absolute;
    left: 0px;
    top: 0px;
}
.owl-item.active.center .ourclients-cardin {
    background: #FFF1F0;
    top: 0px;
    left: 0px;
}
.owl-item.active.center ~ .owl-item .ourclients-cardin{
    background: #231F2D;
    position: relative;
    top: -160px;
    left: 0px;
}
.owl-item.active .ourclients-cardin{
    position: relative;
    top: -100px;
    left: 50px;
}
.owl-item.active.center {
     z-index: -1;
}
.ourclients-sec .owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
    padding-top: 80px;
}
.ourclients-sec .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #FFD4D1;
    border-radius: 100px;
    margin: 0px 5px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.ourclients-sec .owl-carousel .owl-dots .owl-dot.active {
    background: #e51e0f;
}
.ourclients-cardin {
    background: #EF4B3A;
    border-radius: 100%;
    padding: 50px 40px;
    text-align: center;
    width: 370px;
    height: 370px;
}
.ourclients-desc span {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}
.owl-item.active.center .ourclients-cardin .ourclients-desc p{
    color: black;
}
.owl-item.active.center .ourclients-cardin .ourclients-img span{
    color: black;
}
.owl-item.active.center .ourclients-cardin ul.ourclients-star li .fa-star{
    color: black;
}
.owl-item.active.center .ourclients-cardin .ourclients-desc p{
    color: black;
}
.owl-item.active.center .ourclients-cardin .ourclients-desc span svg path {
    fill: #000;
}
.owl-item.active.center .ourclients-cardin .ourclients-desc span svg circle {
    fill: #000;
}
.ourclients-sec .container {
    padding: 0px;
}
.ourclients-sec .col-md-12 {
    padding: 0px;
}
.ourclients-sec .owl-carousel .owl-stage-outer {
    padding-top: 160px;
}
.ourclients-sec .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.help-newrow {
    background: #FFF1F0;
    border-radius: 15px;
    padding: 60px 45px;
}
.help-newrow-left {
    background: #231F2D;
    border-radius: 15px;
    padding: 0px 50px 70px;
    position: absolute;
    top: 10px;
}
.help-newrow-left h4 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px;
    padding: 54px 0px 15px 0px;
}
.help-newrow-left p {
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.07px;
    margin: 0px;
}
.help-newrow-right {
    padding-top: 40px;
}
.help-new {
    padding: 50px 0px 75px;
}
.get-startedbg {
    background: #241F2D;
    border-radius: 25px;
    padding: 65px 50px;
    max-width: 1010px;
    margin: 0px auto;
}
.heading-secbg .heading-sec {
    margin: 0px;
}
.heading-secbg {
    background: #F04A3D;
    padding: 48px 35px;
    border-radius: 15px;
}
.heading-secbg .heading-sec h2 {
    margin-bottom: 20px;
    line-height: 36px;
     color: #fff;
}
.heading-secbg .heading-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}
.whytalkCounsel {
    padding: 60px 0px 0px 0px;
}
.whytalkCounsel .heading-sec {
    margin-bottom: 60px;
}
.whytalkCounsel-card {
    border-radius: 17px;
    border: 1px #FFBEBE solid;
    padding: 25px;
    text-align: center;
    margin-bottom: 60px;
}
.whytalkCounsel-card h4 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.09px;
    margin: 25px 0px;
}
.whytalkCounsel-card p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.07px;
    margin: 0px;
    min-height: 138px;
}
.whytalkCounsel.who-we-help {
    padding: 100px 0px 0px;
}
.whytalkCounsel.who-we-help .heading-sec {
    margin-bottom: 100px;
}
.who-we-help .whytalkCounsel-card p {
    min-height: 161px;
}
.freedocuments-banner {
    background: #FFF1F0;
    padding: 50px 0px 20px;
}
.freedocuments-banner .row {
    align-items: center;
}
.freedocuments-left h2 {
    color: #231F2D;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.freedocuments-left p {
    color: #231F2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    margin: 0px;
    padding-right: 30px;
}
.mobilehelp {
    display: none;
}




/*new*/
.web-notification-inner {
    background: #FFF2D8;
    border-radius: 15px;
    position: relative;
    padding: 37px 0px;
    max-width: 1289px;
    margin: 0px auto;
}
.web-notification-inner h4 {
    color: #040405;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.40px;
    text-align: center;
    margin: 0px;
}
.web-notification-inner h4 span {
    color: #F11702;
}
.web-notification-inner h4 a {
    color: #F11702;
    text-decoration: underline !important;
    display: inline-block;
    margin-left: 15px;
}
.web-notification {
    padding: 0px 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border: none;
    margin: 0px;
    border-radius: 0px;
}
.web-notification button.close {
    top: 35px;
    padding: 0px;
    right: 25px;
    outline: none !important;
    box-shadow: none !important;
}
.notificationimg {
    position: absolute;
    left: 15px;
    bottom: 0px;
}
.notification-new {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFB653;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.42px;
    padding: 7px 21px;
    border-radius: 0px 15px 0px 15px;
}
.content-banner {
    background: #FFF1F0;
    padding: 80px 0px 0px;
}
.content-banner-left h2 {
    color: #231F2D;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.content-banner-left p {
    color: #231F2D;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 37px;
}
.content-banner-left img.img-fluid {
    margin: 0px auto;
    display: block;
}
.content-banner-left span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background: #EF4B3B;
    border-radius: 12px;
    min-width: 267px;
    min-height: 50px;
    display: inline-block;
    padding: 16px 20px;
}
.content-banner-left {
    text-align: center;
}

.content-design {
    border: 1px solid #FFBEBE;
    border-radius: 17px;
    padding: 40px 45px;
    margin-bottom: 30px;
}
.content-design h2 {
    color: #231F2D;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.10px;
    margin-bottom: 20px;
}
.content-design h3 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #231f2d;
    font-size: 18px;
    letter-spacing: 0.1px;
}
 
.content-design p {
    color: #231F2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07px;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.content-design strong {
    color: #EF4B3A;
    font-weight: 700;
}
.content-design h4 {
    color: #EF4B3A;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.08px;
    word-wrap: break-word;
}
.content-design ul {
    margin: 0px;
    padding: 0 0 10px 20px;
    list-style: none;
}
.term-content ul:nth-of-type(2) li::after {
	content: unset;
}
.term-content ul:nth-of-type(2) li{
	padding-left: 0px;
}
.content-design ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #F04A3D;
    border-radius: 100px;
}
.content-design ul li {
    position: relative;
    color: #231F2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    word-wrap: break-word;
    margin-bottom: 20px;
    padding-left: 25px;
}
.content-design ul li b {
    font-weight: 700;
}
.howitworkbg .freedocuments-left {
    margin-top: -100px;
}
.ourlawyersbg .freedocuments-left h2 {
    margin-bottom: 20px;
}
.ourlawyersbg .freedocuments-left p {
    padding: 0px;
}
.ourlawyersbg .col-md-5 {
    padding-right: 0px;
}
.ourlawyersbg .freedocuments-left {
    margin-top: -40px;
}
.freedocuments-banner.helpdeskbg {
    padding-bottom: 0px;
}
.helpdeskbg .freedocuments-left {
    max-width: 700px;
    margin: 0px auto;
}
.helpdeskbg .freedocuments-left h2 {
    text-align: center;
    margin-top: 30px;
}
.helpdeskbg-img {
    text-align: center;
}
.helpdeskbg .form-group {
    margin-bottom: 60px;
}
.helpdeskbg .input-group {
    background: #fff;
    border-radius: 15px;
    padding: 12px 30px;
}
.helpdeskbg .form-control {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 7px 13px;
        font-size: 15px;
}
.helpdeskbg .input-group-append button {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
}
.faqmore {
    text-align: center;
    margin-top: 90px;
}
.faqmore .btn.btn-design {
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 13px;
    min-width: 500px;
    min-height: 60px;
    padding: 22px 40px;
}
.faq-page.articlefaqpage {
    padding: 120px 0px 90px;
}
#accordion .card .card-body p {
    color: #231F2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07px;
    margin-bottom: 25px;
}
#accordion .card .card-body ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#accordion .card .card-body ol li {
    color: #231F2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.07px;
    word-wrap: break-word;
    margin-bottom: 15px;
    padding-left: 25px;
        position: relative;
}
#accordion .card .card-body ol li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #F04A3D;
    border-radius: 100px;
}
#accordion .card .card-body ol li strong {
    font-weight: 600;
}
.webnew-notification {
    padding: 0px 15px;
    position: absolute;
    top: -120px;
    left: 0px;
    width: 100%;
    border: none;
    margin: 0px;
    border-radius: 0px;
}
.newbanner .container {
    position: relative;
}
.webnew-notification-inner {
    background: #FDDCDC;
    border-radius: 8px;
    padding: 12px 40px;
        position: relative;
}
.webnew-notification-inner .notification-webnew {
    background: #EF4B3B;
    color: white;
    font-size: 14px;
    font-weight: 700;
    width: 107px;
    height: 31px;
    display: inline-block;
    border-radius: 40px;
    text-align: left;
    position: relative;
    line-height: 30px;
        margin-right: 38px;
    padding-left: 20px;
}
.webnew-notification-inner .notification-webnew .star {
    position: absolute;
    right: 10px;
    top: 4px;
}
.webnew-notification-inner h4 {
    color: #231F2D;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.50px;
    margin: 0px;
}
.webnew-notification-inner h4 a {
    color: #EF4B3B;
    font-weight: 400;
    text-decoration: underline !important;
    letter-spacing: 0.45px;
    display: inline-block;
    margin-left: 8px;
}
.webnew-notification-inner .close {
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    top: 13px;
    right: 17px;
        opacity: 1;
}
#articleList {
    position: absolute;
    left: 0px;
    top: 51px;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
#articleList li {
    width: 100%;
    color: #231F2D;
    font-size: 15px;
    font-weight: 400;
    padding: 11px 58px;
    list-style: none;
    position: relative;
}
#articleList li:hover {
    background: #FBE6E5;
}
#articleList li:hover::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    background: #EF4B3B;
    height: 100%;
}

#accordion .card .card-body img {
    max-width: 100% !important;
    height: auto !important;
}

.footermicon {
    display: none;
}

.newvision .legal-talentbox1 img.img-fluid {
    margin: 0px auto 60px;
    display: block;
}
.newvision .legal-talentbox1 p {
    color: #231F2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0px;
    text-align: left;
}
.legal-talent.newvision {
    padding-bottom: 0px;
}

.attorney-service-buynow {
    margin-top: 20px;
    text-align: right;
}
.attorney-service-buynow .view-profile1 {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 8px 23px;
    background: #ef4b3b !important;
    border: none;
    outline: 0 !important;
    display: inline-block;
}
.jobslist-left ul li a.bar_membershipClass {
    text-transform: none;
}
.contact-us ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-us ul li {
    display: flex;
    gap: 0px 13px;
    margin-bottom: 20px;
    font-size: 16px;
    align-items: center;
    line-height: 19px;
    color: #000;
    font-weight: 400;
}

