.login-account.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.main-wrapper.signup-form {
    padding-top: 105px;
}
@media (max-width: 991px) {
    .main-wrapper.signup-form {
        padding-top: 100px;
    }
}
@media (max-width: 575px) {
    .main-wrapper.signup-form {
        padding-top: 145px;
    }
}

/* multi step form */

.content {
    padding: 50px 0;
}

.content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.content__title--m-sm {
    margin-bottom: 10px;
}

.company-register-form-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.multisteps-form {
    width: 100%;
}
.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}
button.multisteps-form__progress-btn.js-active .form-inner-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 1px solid #c69d61;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #c69d61;
    position: relative;
}
button.multisteps-form__progress-btn .form-inner-icon:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 3px;
    transform: translate(-50%);
}
button.multisteps-form__progress-btn .form-inner-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #cecece;
    padding: 15px;
    position: relative;
    z-index: 0;
}
.multisteps-form__progress-btn.js-active:after {
    background-color: #c69d61;
}
button.multisteps-form__progress-btn .form-inner-icon img {
    filter: brightness(0.5);
}
button.multisteps-form__progress-btn.js-active .form-inner-icon img {
    filter: brightness(1);
}
@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}
.multisteps-form__progress-btn:after {
    position: absolute;
    top: 40%;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #cecece;
    z-index: 0;
}
.multisteps-form__progress-btn:first-child:after {
    display: none;
}
.multisteps-form__progress-btn:after {
    z-index: 0;
}
button.multisteps-form__progress-btn .form-inner-icon {
    z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
    display: block !important;
}
.multisteps-form__progress-btn:last-child:after {
    display: none;
}
.multisteps-form__progress-btn:after {
    left: calc(50% - 13px / 2);
}
.multisteps-form__progress-btn.js-active {
    color: #000;
}
.multisteps-form__form {
    position: relative;
}
.view-btn input {
    padding-left: 50px;
    font-size: 16px;
    background: #f9f9f9;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
}
.multisteps-form__content a.cat-btn {
    background: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #000;
    height: 100%;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #103c42;
    border-color: #103c42;
}
.page-item .page-link {
    color: #22242b;
}
.multisteps-form__content a.cat-btn:hover {
    background: #fcfaf7;
    border-color: #c69d61;
}
img.img-fluid.icon-search.location-icon {
    filter: brightness(0.5);
}
.multi-f-right {
    max-width: 350px;
    margin-left: auto;
    height: 100%;
}
.view-btn .icon-search {
    position: absolute;
    top: 8px;
    left: 15px;
}
a.btn.btn-primary.text-capitalize.text-primary:hover {
    box-shadow: 0 5px 10px rgb(198 158 98 / 40%);
}
.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
section.multistep-form-main .multisteps-form__panel {
    position: absolute;
    z-index: 999;
}
.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
    transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
    left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
    transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}
/* multi step form */

.signup-inner button.multisteps-form__progress-btn .form-inner-icon {
    width: 45px;
    height: 45px;
}
.signup-inner .login-right {
    display: block;
}
.signup-inner .login-right .close {
    position: unset;
}
.signup-inner .login-content .heading {
    margin-bottom: 0;
}
.signup-inner .login-content {
    width: 100%;
}
.signup-inner .multisteps-form__progress-btn:after {
    top: 35%;
}
.signup-inner .dropzone {
    margin: 0;
    width: 80px;
    min-height: 80px;
    height: 80px;
}
span.required {
    color: #ff0000;
}
.sign-link {
    color: #c69d61;
}
.signup-consultant .multisteps-form__progress-btn:after {
    top: 40%;
}
.styled-checkbox {
    width: 18px;
    height: 18px;
}
.time-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 10px;
}

.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}
.l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border-color: #c69d61;
    appearance: none;
    padding: 0;
    margin: 0;
    pointer-events: none;
}
.l-radio input:focus {
    outline: none;
    background: #c69d61;
}
.l-radio input:checked {
    box-shadow: inset 0 0 0 3px #fff;
    background: #c69d61;
}
.l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
}

.dropzone {
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    color: black;
    font: bold 24px/200px arial;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    min-height: 100px;
}
img.del-img {
    top: 0 !important;
    left: auto !important;
    right: 0;
    padding: 2px;
    background: #e5e5e5;
    margin-right: -8px;
    border-radius: 0 10px 0 0;
}
.dropzone.hover {
    border: 10px solid #fe5;
    color: #fe5;
}
.dropzone div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dropzone.dropped div:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: top right;
    padding: 2px;
    margin-right: 0;
    border-radius: 0 10px 0 0;
}
div.dropzone img {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translate(-50%);
    top: 35%;
}
div.dropzone i {
    position: absolute;
    display: flex;
    color: #dddddd;
    left: 50%;
    transform: translate(-50%);
    top: 20%;
    font-size: 50px;
}
.dropzone.dropped {
    border: none;
}
.dropzone.dropped img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    transform: translate(0);
}
.dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.navbar-divider,
.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
    margin-left: unset;
}
button,
input,
optgroup,
select,
textarea {
    font-family: muli;
}
.law-filter {
    width: 100%;
}
.law-filter select.form-select.form-control {
    width: 100%;
    background-color: #f9f9f9;
}
.uploaded-img {
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #c8e4e8;
    border-radius: 10px;
}
.law-header a {
    color: #000;
}
a.btn.btn-primary.text-capitalize.text-primary:hover {
    color: #000 !important;
}
/* price range */

.range-slider.grad {
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
        -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
        -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
        0 0 0 99px var(--primary-color) inset;
}
.range-slider.grad input:hover {
    --thumb-transform: scale(1.2);
}
.range-slider.grad input:active {
    --thumb-shadow: inherit;
    --thumb-transform: scale(1);
}

.range-slider.flat {
    --thumb-size: 15px;
    --track-height: 2px;
    --progress-shadow: none;
    --progress-flll-shadow: none;
    --thumb-shadow: 0 0 0 2px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset,
        0 0 0 99px white inset;
    --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
}

.range-slider.overlay {
    --primary-color: #d6e9ff;
    --track-height: 50px;
    --thumb-size: var(--track-height);
    --thumb-color: var(--primary-color);
    --thumb-shadow: none;
    --progress-flll-shadow: none;
    --progress-shadow: none;
    --progress-background: none;
    --progress-radius: 0px;
    --ticks-color: var(--primary-color);
    --ticks-height: 0;
    --ticks-thickness: 0;
    --ticks-gap: 0px;
    --min-max-font: 700 18px Arial;
    --min-max-opacity: 1;
    --show-min-max: none;
    color: #0366d6;
}
.range-slider.overlay input:hover {
    --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #0366d6 inset;
}
.range-slider.overlay input:active {
    --thumb-color: inherit;
}
.range-slider.overlay .range-slider__values {
    width: calc(100% - 50% / (var(--max) - var(--min)));
}

.range-slider {
    --primary-color: #c69d61;
    --value-offset-y: var(--ticks-gap);
    --value-active-color: white;
    --value-background: transparent;
    --value-background-hover: var(--primary-color);
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 22px;
    --thumb-color: white;
    --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,
        0 0 0 99px var(--thumb-color) inset;
    --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset
            var(--thumb-color),
        0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(--ticks-height, 0);
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(
        1,
        Max(var(--ticks-count) - var(--maxTicksAllowed), 0)
    );
    --x-step: Max(
        var(--step),
        var(--too-many-ticks) * (var(--max) - var(--min))
    );
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc(
        (100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) *
            var(--tickEvery, 1)
    );
    --value-a: Clamp(var(--min), var(--value, 0), var(--max));
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc(
        (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --completed-b: calc(
        (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(
        -1,
        1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
        1
    );
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(
            to right,
            var(--ticks-color) var(--ticks-thickness),
            transparent 1px
        )
        repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc(
        var(--thumb-size) / 2 - var(--ticks-thickness) / 2
    );
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}
input[type="range"] {
    position: absolute;
}
output {
    top: 40px;
    display: flex;
}
.range-slider::before,
.range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font: var(--min-max-font);
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: calc(-2.5ch * var(--flip-y));
    opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
    transform: translateX(
            calc(var(--min-max-x-offset) * var(--before, -1) * -1)
        )
        scale(var(--at-edge));
    pointer-events: none;
}
.range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
}
.range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
}
.range-slider__values {
    position: relative;
    top: 50%;
    line-height: 0;
    text-align: justify;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
    z-index: 5;
}
.range-slider__values::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 0;
    background: red;
}
.range-slider__progress {
    --start-end: calc(var(--thumb-size) / 2);
    --clip-end: calc(100% - (var(--cb)) * 1%);
    --clip-start: calc(var(--ca) * 1%);
    --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
    position: absolute;
    left: var(--start-end);
    right: var(--start-end);
    top: calc(
        var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 -
            var(--track-height) / 2
    );
    height: calc(var(--track-height));
    background: var(--progress-background, #eee);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--progress-radius);
}
.range-slider__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    top: 0;
    bottom: 0;
    background: var(--fill-color, black);
    box-shadow: var(--progress-flll-shadow);
    z-index: 1;
    border-radius: inherit;
}
.range-slider__progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: var(--progress-shadow);
    pointer-events: none;
    border-radius: inherit;
}
.range-slider > input {
    -webkit-appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
}
.range-slider > input:not(:only-of-type) {
    pointer-events: none;
}
.range-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -moz-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input::-ms-thumb {
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.range-slider > input:hover {
    --thumb-shadow: var(--thumb-shadow-hover);
}
.range-slider > input:hover + output {
    --value-background: var(--value-background-hover);
    --y-offset: -5px;
    color: var(--value-active-color);
    box-shadow: 0 0 0 3px var(--value-background);
}
.range-slider > input:active {
    --thumb-shadow: var(--thumb-shadow-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 2;
}
.range-slider > input:active + output {
    transition: 0s;
}
.range-slider > input:nth-of-type(1) {
    --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}
.range-slider > input:nth-of-type(1) + output {
    --value: var(--value-a);
    --x-offset: calc(var(--completed-a) * -1%);
}
.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
    --flip: calc(var(--thumbs-too-close) * -1);
}
.range-slider > input:nth-of-type(1) + output::after {
    content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
}
.range-slider > input:nth-of-type(2) {
    --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}
.range-slider > input:nth-of-type(2) + output {
    --value: var(--value-b);
}
.range-slider > input:only-of-type ~ .range-slider__progress {
    --clip-start: 0;
}
.range-slider > input + output {
    --flip: -1;
    --x-offset: calc(var(--completed-b) * -1%);
    --pos: calc(
        ((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%
    );
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: var(--value-background);
    border-radius: 10px;
    padding: 2px 4px;
    left: var(--pos);
    transform: translate(
        var(--x-offset),
        calc(
            150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) *
                var(--flip)
        )
    );
    transition: all 0.12s ease-out, left 0s;
}
.range-slider > input + output::after {
    content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
    font: var(--value-font);
}

/* price range */
/*------------------------------------
Slider css Start
-------------------------------------*/
.banner-slider .owl-nav button {
    background: #091717 !important;
    display: block;
    width: 25px;
    height: 100px;
    font-size: 36px !important;
    outline: none !important;
}
.banner-slider .owl-nav button span {
    color: #ffdba1;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.hero_area {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}
.banner-slider .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: transparent !important;
    border-radius: 20px !important;
    margin: 0 5px;
    border: 1px solid #ffdba1 !important;
}
button.owl-dot.active {
    background: #ffdba1 !important;
}

.banner-overlay {
    background: rgb(9 23 23 / 80%);
}
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-carousel .owl-item img {
    height: 100%;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav button.owl-next {
    right: 0;
}
.banner-info button.btn.btn-primary {
    color: #000 !important;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
}
.why-choose-us .btn-primary img {
    display: inline-block !important;
    margin-left: 10px !important;
    height: auto !important;
}
.banner-info button.btn.btn-primary img {
    transition: all 0.3s;
}
.banner-info button.btn.btn-primary:hover img {
    transform: translateX(10px);
}
section.banner {
    height: 100vh !important;
}
.banner-1 {
    background: url(../images/banner-1.jpg) no-repeat center top;
    background-size: cover;
}
.banner-2 {
    background: url(../images/banner-2.jpg) no-repeat center top;
    background-size: cover;
}
.banner-3 {
    background: url(../images/banner-3.jpg) no-repeat center top;
    background-size: cover;
}
.banner-info {
    top: 40%;
    transform: translate(-50%);
    text-align: center;
    left: 50%;
    position: absolute;
    z-index: 2;
    width: 880px;
}
.banner-info h3 {
    color: #ffdba1;
    font-size: 32px;
}
.banner-info h2 {
    font-size: 56px;
}
.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
    height: 100%;
}
.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
    margin: 10px 0;
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
.slider_section .custom_carousel-control .carousel-control-next:hover,
.slider_section .custom_carousel-control .carousel-control-prev:hover {
    background: #bad480;
}
.slider_section .custom_carousel-control .carousel-control-next:hover i,
.slider_section .custom_carousel-control .carousel-control-prev:hover i {
    color: #fff;
}
.slider_section .custom_carousel-control .carousel-control-prev {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #0000001a;
    border-radius: 50%;
    position: absolute;
    left: 3%;
    top: 44%;
}

.slider_section .custom_carousel-control .carousel-control-next {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #0000001a;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    right: 3%;
}
.slider_section .custom_carousel-control i {
    color: #000000;
    font-size: 25px;
}

/*------------------------------------
Slider css End
-------------------------------------*/

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section.how-sec {
    padding: 50px 0;
}
/* .how-sec-inner {
    align-items: center;
} */
.icon-img-1 {
    background-image: linear-gradient(to right, #1f626b, #103c42);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-text p {
    margin: 0;
}
section h6 {
    color: #c69d61;
    font-weight: 700;
    font-size: 18px;
}
.sub-line {
    width: 30px;
    height: 2px;
    background-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61);
    margin-left: 20px;
    margin-top: 10px;
}
.sub-line.sub-1 {
    margin-right: 20px;
    margin-left: 0;
}
.exp_left {
    background: #f2f2f2;
}
.exp_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f2f2f2;
}
.exp-img {
    height: 100%;
}
.exp-img img {
    height: 100%;
    object-fit: cover;
}
.exp-text {
    padding: 50px;
    z-index: 99;
}
.experience_sec {
    position: relative;
}
.experience_sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/just_bg.svg);
    background-size: auto;
    background-position: bottom right -245px;
    z-index: 11;
    top: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.font36 {
    font-size: 36px;
}
.team_sec {
    padding: 100px 0 50px;
    position: relative;
}
.header-title p {
    max-width: 890px;
    margin: 0 auto;
}
.team_card h6 {
    color: #000;
}
.team_card p {
    color: #c69d61;
}
.team_card .card-footer {
    background: #fff;
}
.team_card {
    padding: 50px 0 0;
}
section.team_sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/just_lady.svg);
    top: 0;
    z-index: -1;
    background-size: auto;
    background-position: bottom left -50px;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.rules_bg {
    padding: 50px 0 100px;
    background: #fff;
}
.rules_box {
    padding: 50px 0 0;
}
section.rules_sec {
    position: relative;
}
section.rules_sec .owl-carousel .owl-next,
section.rules_sec .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 45px !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    color: #b7b7b7;
    border: 1px solid #b7b7b7 !important;
    text-align: center;
}
section.rules_sec .owl-carousel .owl-next span,
section.rules_sec .owl-carousel .owl-prev span {
    font-size: 40px;
}
section.rules_sec .owl-carousel .owl-prev {
    left: -70px;
}
section.rules_sec .owl-carousel .owl-next {
    right: -70px !important;
}
section.rules_sec .owl-carousel .owl-prev:focus,
section.rules_sec .owl-carousel .owl-next:focus {
    outline: none !important;
}
section.rules_sec .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}
section.rules_sec .owl-dot.active {
    background: #c69d61 !important;
}
section.rules_sec .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: transparent !important;
    border-radius: 20px !important;
    margin: 0 5px;
    border: 1px solid #c69d61 !important;
}
.small-box:hover h4 {
    color: #c69d61;
}
.small-box:hover {
    border-color: #c69d61;
}

section.rules_sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/rules_bg.svg);
    background-size: auto;
    background-position: top right;
    top: 0;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.small-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #b7b7b7;
    position: relative;
    height: 100%;
}
/*.small-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px;
    filter: grayscale(1);
    opacity: 0.2;
}
.small-box.civil-bg:after{
    background-image: url(../images/low-icon-1.svg);
}
.small-box.education-bg:after{
    background-image: url(../images/low-icon-2.svg);
}
.small-box.family-bg:after{
    background-image: url(../images/low-icon-3.svg);
}
.small-box.criminal-bg:after{
    background-image: url(../images/low-icon-4.svg);
}
.small-box.business-bg:after{
    background-image: url(../images/low-icon-5.svg);
}
.small-box.cyber-bg:after{
    background-image: url(../images/low-icon-6.svg);
}*/
.small_inner {
    text-align: center;
    margin-bottom: 30px;
}
.small-box p {
    margin-bottom: 0;
    color: #9b9b9b;
}
.container.count_sec {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.count_card.row {
    margin: 0;
}
.count_card .card {
    background: #091717;
    color: #fff;
    border-radius: 0;
}
.count_card .card.primary-color img {
    border: 1px solid #091717;
    border-radius: 50%;
}
.count_card .card img {
    border: 1px solid #091717;
    border-radius: 50%;
}

.card.primary-color {
    background: #103c42;
}
.count_card .card-body {
    padding-bottom: 0;
}
.count_card .card-footer {
    border: none;
    background: transparent;
}
section.extra_space {
    padding: 90px;
    position: relative;
}
.blog_sec {
    padding: 50px 0;
}
.blog_sec_1 {
    padding: 50px 0;
    background: #f9f9f9;
}
.blog_card {
    padding: 50px 0 0;
}
.blog_card p {
    color: #9b9b9b;
}
.blog_card h6 {
    color: #000;
}
.blog_card div {
    color: #103c42;
}
.blog_card .card-footer {
    background: transparent;
}
.blog_card a:hover img {
    transform: translateX(10px);
}
.blog_card img {
    transition-duration: 0.3s;
}
.lawyer-detail-tab ul li a.active {
    color: #c69d61 !important;
    border-bottom: 2px solid #c69d61;
    border-radius: 0;
}
.lawyer-detail-tab ul li a {
    background: transparent !important;
    color: #777777;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 18px;
    font-family: "Playfair Display", serif;
}
section.testimonial_sec {
    background-image: url(../images/testomonial-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.testi_card {
    padding: 50px 0 0;
}
.testi_card .card {
    background: #09171799;
}
.testi_card .card-footer {
    background: transparent;
    border: none;
}
.testi_card p {
    color: #9b9b9b;
}
p.testi-name {
    color: #ffdba1;
    margin-top: 30px;
}
.testi_title h6 {
    color: #ffdba1;
}
.blog_card div.btn.btn-light.btn-sm {
    background: #ffdba1;
    border: 0;
}
.blog_card .card-img-overlay p {
    color: #000;
    border-top: 1px solid #c69d61;
}
.blog_card .card-body,
.blog_card .card-footer.text-muted.border-top-0 {
    background: #f2f2f2;
}
.card-cat {
    color: #c69d61 !important;
    font-size: 14px;
}
.download_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.download_main {
    background: #f2f2f2;
}
.newslater_main {
    background-image: linear-gradient(
        to right,
        rgba(9, 23, 23, 100),
        rgba(16, 60, 66, 100)
    );
    padding: 50px 0;
}
.newslater-img img {
    width: 300px;
}
.newslater_sec .row {
    align-items: center;
}
section.newslater_main:before {
    content: "";
    background-image: url(../images/logo-bg.svg);
    width: 100%;
    height: 100%;
    top: 0;
    right: 100px;
    background-position: right;
    position: absolute;
    background-repeat: no-repeat;
}

section.newslater_main {
    position: relative;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61) 6 !important;
}
.newslater-text button.btn.btn-primary {
    border-radius: 0 10px 10px 0;
}
.newslater-text input.form-control.bg-transparent {
    border-color: rgb(255 255 255 / 30%);
    border-radius: 10px 0 0 10px;
}
.modal-dialog.modal-dialog-centered {
    max-width: 60% !important;
    /* Uncomment when you add operator role */
    /* max-width: 70% !important; */
}
.login-right .close {
    float: right;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #bfbfbf;
}
.login-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
}
.login-image {
    max-height: 406px;
}
.login-content-image {
    max-height: 540px;
}
.justify-login-content {
    justify-content: space-between !important;
}
.login-content {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 80%;
}
.user-signup-content,
.company-signup-content {
    gap: 0px;
    justify-content: flex-start;
}
.login-form {
    width: 100%;
}
.login-form label,
.login-form input::placeholder {
    font-size: 14px;
}
.login-form input::placeholder {
    color: #b7b7b7;
}
.login-account p.account-link {
    text-align: center;
}
.login-btton button.btn.btn-primary {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 20px;
}
.login-account a {
    color: #c69d61;
}
.login-content .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #151515;
    margin-bottom: 30px;
    align-self: flex-start;
}
.user-signup-content .heading,
.company-signup-content .heading {
    margin-top: 20px;
}
.login-content .heading span {
    display: inline-block;
    padding: 9px;
    line-height: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-inline-end: 15px;
    cursor: pointer;
    background-color: #c69e619f;
    color: white;
}
.login-content .heading span:hover {
    background-color: #c69e61;
}
.login-content .fix-spacing {
    margin-bottom: 0px !important;
}
.login-content .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #313131;
    /* comment when you add operator role */
    text-align: center;
}
.signup-icon {
    margin: 20px 0px 0px 0px;
}
.signup-icons-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 16px;
}
.login-form .form-group input {
    border-radius: 10px;
}
.login-logo-img {
    height: 100%;
}
.login-logo-img img {
    height: 100%;
    object-fit: cover;
}
.login-popup .modal-content {
    border: none;
}

.card-input-element {
    display: none;
}
.card-input:hover {
    cursor: pointer;
}
.card-input-element:checked + .card-input {
    /* Uncomment when you add operator role */
    /* box-shadow: 0 0 0px 2px #113c42;
    background-color: #ccddde; */
    box-shadow: 0 0 0px 3px #cea769;
}
.disabled-card-input {
    box-shadow: none !important;
    cursor: default !important;
    opacity: 0.5;
}
.disabled-card-input:hover {
    box-shadow: none !important;
    border: none !important;
}
.bundle-card-input-element {
    display: none;
}
.bundle-card-input:hover {
    cursor: pointer;
}
.bundle-card-input-element:checked + .bundle-card-input {
    background: rgb(76, 59, 33);
    background: linear-gradient(
        0deg,
        rgba(76, 59, 33, 1) 0%,
        rgba(38, 38, 38, 0.77) 100%
    );
    margin-top: 0px;
    transition: all 0.5s ease-out;
}
.signup-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 138px;
    width: 158px;
    text-align: center;
    border-radius: 16px;
    position: relative;
    /* Uncomment when you add operator role */
    /* background-color: #e7ecec; */
    background-color: #0f373c;
}
/* Remove the below block when you add operator role */
.signup-box:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: url(../images/signup-bg-1.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
/* Remove the above block when you add operator role */
.signup-box.lawyer-bg:after {
    background-image: url(../images/signup-bg-2.svg);
}
.signup-box.consultant-bg:after {
    background-image: url(../images/signup-bg-3.svg);
}
.signup-box.company-bg:after {
    background-image: url(../images/signup-bg-4.svg);
}
.signup-box.student-bg:after {
    background-image: url(../images/signup-bg-5.svg);
}
.signup-box:hover {
    transition: all 0.2s ease-in;
    transform: scale(1.05);
}
.signup-box p {
    margin: 0;
    /* Uncomment when you add operator role */
    /* color: #5a5a5a; */
    color: #bfbfbf;
}
.signup-box-inner img {
    height: 60px;
    margin-bottom: 10px;
}
.signup-next-wrapper {
    text-align: center;
    width: 100%;
    margin: 0px;
}
.login-button-wrapper {
    margin: 20px 0px;
}
.signup-next-disabled {
    width: 100%;
    height: 52px;
    border-radius: 16px;
    background-color: #bfbfbf;
    color: white;
    border: none;
    transition: all 0.2s ease-in;
}
.signup-next {
    width: 100%;
    height: 52px;
    border-radius: 16px;
    background-color: #cea769;
    cursor: pointer;
    color: white;
    border: none;
    transition: all 0.2s ease-in;
}
.signup-next:hover {
    transform: scale(1.05);
}
.fix-height {
    max-height: 750px;
    overflow: auto;
}
div#signup-modal-2 .login-right .close {
    position: unset;
}
div#signup-modal-2 .login-right {
    display: block;
}
.login-popup {
    overflow-y: scroll !important;
}
.login-popup::-webkit-scrollbar {
    display: none;
}
.login-form spna.required {
    color: #ff0000;
}
.fix-height::-webkit-scrollbar {
    display: none;
}

.service_provide {
    padding: 80px 0;
    background: #f9f9f9;
}
.service_img_text {
    margin-bottom: 20px;
}
.service_img_text_gap {
    margin-bottom: 80px;
}
.goal_sec,
.payment_sec,
section.how-work-top,
.consulting-services {
    padding: 70px 0;
}
.consulting-services,
.court-btm {
    background: #f6f6f6;
}
section.consulting-services .bg-white,
section.goal_sec.court-btm .bg-white {
    border: 1px solid #b7b7b7;
    border-radius: 10px;
}
.true-icon-text {
    /* align-items: end; */
    align-items: flex-start;
}
.true-icon-text-align {
    align-items: center;
}
.how-it-work-align {
    align-items: flex-start;
}
section.payment_sec {
    box-shadow: 0 3px 20px 1px rgb(0 0 0 / 10%);
}
.how-work-top .how-icon-text {
    margin-bottom: 30px;
}
.how-work-top {
    background: #f2f2f2;
}
.how-work-top .row {
    align-items: center;
}
.court_bg_sec h2 {
    font-size: 22px !important;
}
.court-btm-box {
    height: 100%;
}
.rules_title .rules_img {
    margin-top: -60px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.modal-dialog-centered-bundles {
    max-width: 70% !important;
    min-height: calc(100% - (1.75rem * 2));
    display: flex;
    align-items: center;
    margin: 30px auto;
}
.modal-bundle-wrapper {
    padding: 45px 30px !important;
}
.modal-bundle-details-wrapper {
    height: 90vh;
    overflow-y: auto;
}
.modal-bundle-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modal-bundle-title .description {
    color: #eaeaea;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.modal-bundle-title .heading {
    color: #eaeaea;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}
.bundle-close {
    color: #eaeaea;
    border: 2px solid #eaeaea !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 0.1;
}
.bundle-close:hover {
    color: #eaeaea !important;
    border: 2px solid #eaeaea !important;
}
.bundle-carousel-wrapper {
    margin: 20px 10px;
}
.bundle-carousel-wrapper .owl-stage-outer {
    height: 400px;
}
.bundle-item {
    background: #113c42;
    height: 80%;
    border: 1.5px solid #cea769;
    border-radius: 16px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0px 20px 20px 0px #00000040;
    margin-top: 25px;
}
.bundle-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #cea769;
    margin-bottom: 20px;
}
.bundle-item-description {
    color: white;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    width: 95%;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.bundle-item-price {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.bundle-item-price strong {
    color: #cea769;
}
.bundle-item-price del {
    font-size: 11px;
}
.bundle-item button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #cea769;
    cursor: pointer;
    text-align: start;
}
#bundle-carousel {
    display: none;
}
.bundle-item-container {
    display: block !important;
}
#bundle-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bundle-carousel .owl-nav button {
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
}
#bundle-carousel .owl-nav button:first-child {
    margin-left: -17px;
}
#bundle-carousel .owl-nav button:last-child {
    margin-right: -17px;
}
#bundle-carousel .owl-nav button .nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 300;
    height: 0px;
    color: #a7a7a7;
}
#bundle-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: -34px;
}
#bundle-carousel .owl-dots button {
    padding: 3px !important;
    border-radius: 50%;
    background-color: #3b5650;
    margin: 0px 10px;
    outline: none;
}
#bundle-carousel .owl-dots .active {
    width: 20px;
    border-radius: 30px;
}
.bundles-spinner {
    width: 100%;
    text-align: center;
}
.bundles-spinner i {
    font-size: 70px;
    color: #ffdba1;
}
.modal-bundle-details-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modal-bundle-details-title .heading {
    color: #eaeaea;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}
.modal-bundle-details-title .heading-price {
    margin-inline-start: 15px;
    color: #cea769;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.modal-bundle-details-title .heading-price span {
    color: white;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}
.modal-bundle-details-title .description {
    color: #eaeaea;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.modal-bundle-details-title .description span {
    color: #cea769;
    margin-inline-end: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.bundle-details-wrapper {
    margin: 20px 30px;
}
.bundle-details {
    width: 100%;
    background-color: white;
    border-radius: 16px;
    padding: 25px 20px;
    display: none;
}
.bundle-details-info {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bundle-details-grid {
    width: 100%;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
}
.bundle-details-unit {
    display: flex;
    justify-content: flex-start;
    gap: 0px 15px;
    border: 1px solid #eaeaea;
    padding: 12px;
    border-radius: 8px;
}
.bundle-unit-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    background-color: #faf6f0;
}
.bundle-unit-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 6px;
}
.unit-text-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #313131;
}
.unit-text-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #5a5a5a;
}
.bundle-details-confirm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}
.bundle-details-skip {
    width: 142px;
    padding: 14px 24px;
    border-radius: 16px;
    background-color: #cea76929;
    color: #cea769;
    border: none;
    outline: none !important;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.bundle-details-skip:hover {
    box-shadow: 0 0 0px 2px #cea769;
}
.bundle-details-skip:focus {
    outline: none !important;
}
.bundle-checkout {
    width: 185px;
    padding: 14px 24px;
    border-radius: 16px;
    background-color: #cea769;
    color: white;
    border: none;
    outline: none !important;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.bundle-checkout:hover {
    box-shadow: 0 0 0px 2px #cea76929;
}
.bundle-checkout:focus {
    outline: none !important;
}
.unit-text-info .rules-list {
    margin-bottom: 0px !important;
}
.login-fields {
    border-radius: 16px !important;
    padding: 16px;
    margin: 8px 0px;
    /* Uncomment when you add operator role */
    /* background-color: #e7ecec; */
    background-color: #e8f0fe;
    color: black;
    height: 52px;
    padding-inline-start: 40px;
}
.login-fields:focus {
    /* Uncomment when you add operator role */
    /* background-color: #e7ecec; */
    background-color: #e8f0fe;
    box-shadow: 0 0 0px 1px #cea769 !important;
    border-color: #cea769 !important;
    color: black !important;
}
/* Uncomment the below block when you add operator role */
/* .login-fields::placeholder {
    color: #a0a0a0;
    opacity: 1;
}
.login-fields::-ms-input-placeholder {
    color: #a0a0a0;
} */
/* Uncomment the above block when you add operator role */
.input-icon-justifier-en i {
    position: absolute;
    top: 13px;
    left: 16px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #a0a0a0;
}
.login-toggle-password-en {
    color: #a0a0a0 !important;
    top: 18px !important;
    right: 12px !important;
    left: unset !important;
}
.login-form-helpers-wrapper a {
    color: #313131 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.register-inside-login-form {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #bfbfbf;
    text-align: center;
}
.bundle-learn-about {
    margin-inline-end: 10px;
    text-decoration: underline;
}
.alert-close {
    color: #0f373c;
    border-color: #0f373c !important;
    width: 30px;
    height: 30px;
    margin-inline-end: 10px;
    margin-top: -3px;
}
.alert-close:hover {
    color: #0f373cb0 !important;
    border-color: #0f373cb0 !important;
}
.bundle-details-info-description {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.justice-services {
    background-color: #f9f9f9;
    padding: 62px 104px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.justice-services-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #313131;
    text-align: center;
    margin-bottom: 20px;
}
.justice-services-description {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #757575;
    text-align: center;
}
.justice-services-grid {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.justice-service-item {
    border: 1px solid #dedede;
    border-radius: 24px;
    padding: 20px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 150px;
    cursor: pointer;
}
.justice-service-item:hover {
    transition: all 0.4s ease-in;
    border: 1px solid #eac489;
    background-color: #cea769;
    transform: scale(1.05);
}
.service-item-image-wrapper {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    padding: 12px;
    background-color: #faf6f0;
}
.service-item-image-wrapper div {
    width: 38px;
    height: 38px;
}
.justice-service-item div:last-child {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #313131;
}
.services-spinner {
    width: 100%;
    text-align: center;
}
.services-spinner i {
    font-size: 70px;
    color: #ffdba1;
}
.fix-reset-password-gap {
    gap: 0px;
    height: auto;
    margin-top: 0px;
}
.fix-reset-password-spacing {
    justify-content: flex-start;
    gap: 0px;
}
.toggle-reset-password-en {
    position: absolute;
    top: 42px;
    right: 15px;
}
.thank-you-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 50px 0px;
    text-align: center;
}

@media (max-width: 1336px) {
    .login-image {
        max-height: 750px;
    }
    .fix-login-margin {
        margin-bottom: 40px;
    }
    .login-content-image {
        max-height: 750px;
    }
    .fix-login-content-margin {
        margin-bottom: 20px;
    }
}
@media (max-width: 1330px) {
    section.rules_sec .owl-carousel .owl-next,
    section.rules_sec .owl-carousel .owl-prev {
        display: none;
    }
}
@media (max-width: 1200px) {
    .login-form p.account-link a.green {
        display: block;
    }
}
@media (max-width: 991px) {
    .container.count_sec {
        position: unset;
        transform: translateX(0);
    }
    section.extra_space {
        padding: 50px 0;
    }
    nav.navbar.navbar-expand-lg.custom_nav-container {
        padding: 10px 0 !important;
    }
    .custom_nav-container li.nav-item {
        padding: 0;
    }
    .newslater-img {
        text-align: center !important;
        margin-top: 30px;
    }
    .newslater-text {
        text-align: center;
    }
    .newslater-title,
    .download-title {
        justify-content: center;
    }
    .download-text {
        text-align: center;
        margin-top: 20px;
    }
    .download_img {
        justify-content: center;
    }
    .exp-text {
        margin: 0 !important;
    }
    .rules_box {
        padding-bottom: 0;
    }
    .rules_bg {
        padding-bottom: 50px;
    }
    .team_sec {
        padding: 50px 0 50px;
    }
    .part-2.my-5 {
        margin-bottom: 0 !important;
    }
    section.banner
        .banner-slider
        .owl-stage-outer
        .owl-item
        .item
        img:not(.banner-info .btn-primary img) {
        height: 450px !important;
        object-fit: cover;
    }
    .banner-info {
        top: 30%;
        width: auto;
    }
    .banner-info h2 {
        font-size: 40px;
    }
    .modal-body {
        padding: 0;
    }
    .login-logo-img {
        display: none;
    }
    .justice-services {
        padding: 40px 30px;
    }
    .justice-services-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .fix-login-margin {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .login-content {
        width: 100%;
    }
    .bundle-details-grid {
        grid-template-columns: 1fr;
    }
    .justice-services {
        padding: 25px 15px;
    }
    .justice-services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .fix-login-margin {
        margin-bottom: 20px;
    }
    .service_img_text_gap {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .exp-text {
        padding: 20px;
    }
    .banner-info {
        top: 30%;
        width: 270px;
    }
    .modal-dialog.modal-dialog-centered,
    .modal-dialog-centered-bundles {
        margin: 0 auto;
        max-width: 80% !important;
    }
    .pass-right,
    .pass-left {
        padding: 0 !important;
    }
    .form-group.d-flex {
        flex-wrap: wrap;
    }
    .fix-login-margin {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .fix-login-margin {
        margin-bottom: 40px;
    }
    .thank-you-title {
        margin-top: 70px;
    }
}

@media (max-width: 425px) {
    .exp-text {
        padding: 50px 0 !important;
    }
    .justice-services {
        padding: 25px 15px;
    }
    .justice-services-grid {
        grid-template-columns: 1fr;
    }
}

.dropzone-profile-image {
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    color: black;
    font: bold 24px/200px arial;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    min-height: 100px;
}

.dropzone-profile-image.hover {
    border: 10px solid #fe5;
    color: #fe5;
}
.dropzone-profile-image div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dropzone-profile-image.dropped div:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: top right;
    padding: 2px;
    margin-right: 0;
    border-radius: 0 10px 0 0;
}
div.dropzone-profile-image img {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translate(-50%);
    top: 35%;
}
div.dropzone-profile-image i {
    position: absolute;
    display: flex;
    color: #dddddd;
    left: 50%;
    transform: translate(-50%);
    top: 20%;
    font-size: 50px;
}
.dropzone-profile-image.dropped {
    border: none;
}
.dropzone-profile-image.dropped img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    transform: translate(0);
}
.dropzone-profile-image [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.how_icon_text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    right: -10px;
    background-size: auto;
    top: 0;
    background-position: right;
}
.how_icon_text:last-child:after {
    display: none;
}
.how_icon_text {
    position: relative;
}
.small_inner .small-box a {
    color: #000 !important;
}

/* media page */

section.media_page .lawyer-detail-tab ul li {
    width: 50%;
    text-align: center;
}
section.media_page .lawyer-detail-tab ul li a {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "muli";
}
.media_page .page-item.active .page-link {
    background: #103c42 !important;
}
section.media_page li.paginate_button.previous a {
    border-radius: 10px 0 0 10px;
}
section.media_page li.paginate_button.next a {
    border-radius: 0 10px 10px 0;
}
section.media_page .lawyer-detail-tab ul li a.active {
    font-weight: 600;
}
p.card-text {
    height: 70px;
}

/********* Date 08-09-2022 *******/
.banner-info .btn-primary img {
    display: inline-block !important;
    margin-left: 10px;
    height: auto !important;
}

/* .how-sec-inner{
  align-items:flex-start !important;
} */
