/**
* Template Name: EstateAgency - v2.2.1
* Template URL: https://bootstrapmade.com/real-estate-agency-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    font-family: "Aerial", sans-serif !important;
    /* scroll-behavior:smooth; */
}
body {
    background-image: url("https://employeerescue.co.uk/assets/front/img/body-bg.png");
    font-family: "Aerial", sans-serif !important;
    color: #555555;
    background-size: contain;
    z-index: 99999999999 !important;
    letter-spacing: 0.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

a {
    color: #939393;
    /*transition: all .5s ease;*/
    /*font-size: 13px;*/
}
.beta_version {
    background: #dc3545;
    padding: 0px 0;
    text-align: center;
}
.beta_version span.beta {
    color: #fff;
    font-family: 'Roboto';
}   
.cookie_consents {
    transition: 0.8s;
    transform: translateY(150%);
}
.cookie_consents.active {
    background: #12114a;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    transition: 0.8s;
    transform: translateY(0%);
}
.cookie_consents p {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
}
a:hover {
    color: #c61406;
    text-decoration: none;
}

.link-two {
    color: #000000;
    transition: all 0.5s ease;
}

.link-two:hover {
    text-decoration: underline;
    color: #000000;
}

.link-one {
    color: #000000;
    transition: all 0.5s ease;
}

.link-one:hover {
    color: #000000;
    text-decoration: none;
}

.link-icon {
    color: #000000;
    font-weight: 500;
}

.link-icon span {
    font-size: 14px;
    padding-left: 4px;
    vertical-align: middle;
}

.link-a {
    color: #ffffff;
    text-decoration: none;
}
/*Ripple Effect for buttons*/
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 1s;
    transform: scale(5, 5);
}

.btn:active::after {
    padding: 0;
    margin: 0;
    opacity: 0.2;
    transition: 0s;
    transform: scale(0, 0);
}

/*End Ripple Effect for buttons*/
label,
select {
    font-size: 15px !important;
}
@media (min-width: 768px) {
    .link-a {
        font-size: 0.9rem;
    }
}
@media (min-width: 992px) {
    .link-a {
        font-size: 1rem;
    }
}

.link-a:hover {
    color: #ffffff;
    text-decoration: none;
}

.link-a span {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .link-a span {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .link-a span {
        font-size: 18px;
    }
}

/*.text-brand {*/
/*color: #11104a;*/
/*font-size: 14px;*/
/*font-weight: 600;*/
/*}*/

@media (max-width: 767px) {
    .text-brand {
        font-size: 1.8rem;
    }
}

.color-a {
    color: #000000;
}

.color-b {
    color: #c80002;
}
.color-white {
    color: #fff;
}
.color-d {
    color: #adadad;
}

.color-text-a {
    color: #939393;
    font-size: 15px;
}

.no-margin {
    margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a.nav-pills .nav-link {
    color: #000000;
    position: relative;
    font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
    background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #c61406;
    z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

/*------/ List a /------*/
.list-a {
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}

.list-a li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .list-a li {
        width: 33.333%;
    }
}

.list-a li:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #313131;
    top: 15px;
    left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a .pagination .page-link {
    margin: 0 0.2rem;
    border-color: transparent;
    padding: 0.5rem 0.8rem;
    color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
    background-color: #c61406;
}

.pagination-a .pagination .page-link span {
    font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
    padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
    padding: 0.4rem 0.9rem;
    color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: #c61406;
}

.a {
    color: #c61406;
    font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #000000;
    width: 50px;
    padding-top: 8px;
}

.icon-box .icon-box-content {
    padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
    padding-top: 8rem;
}
.section-t10 {
    padding-top: 10rem;
}
.section-t5 {
    margin-top: 5%;
}
@media (max-width: 767px) {
    .section-t8 {
        padding-top: 4rem;
    }
}

.section-t4 {
    padding-top: 4rem;
}

@media (max-width: 767px) {
    .section-t4 {
        padding-top: 2rem;
    }
}

.section-t3 {
    padding-top: 3rem;
}

@media (max-width: 767px) {
    .section-md-t3 {
        padding-top: 3rem;
    }
}

.section-b2 {
    padding-bottom: 2rem;
}

.section-tb85 {
    padding: 8rem 0 5rem 0;
}

@media (max-width: 767px) {
    .section-tb85 {
        padding: 4rem 0 2.5rem 0;
    }
}

/*------/ Title /------*/
.title-wrap {
    padding-bottom: 1rem;
}

.title-a {
    /*font-size: 2rem;*/
    font-weight: 600;
    color: #08376b;
    /*text-transform: lowercase;*/
}
/*.title-a:first-letter {*/
/*    text-transform: capitalize;*/
/*}*/

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

.title-link a {
    margin-top: 10px;
    font-size: 16px;
    color: #c61406;
}
.section-guides {
    background: #f9f9f9;
    padding: 5%;
}
.documents-templates {
    padding: 5%;
}
.documents-templates .owl-carousel .owl-stage-outer {
    height: unset !important;
}
.documents-templates .owl-carousel .owl-stage-outer .img-box-a img {
    height: 270px;
    object-fit: cover;
}
.title-link span {
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-box-d .title-d {
    font-weight: 600;
    font-size: 2rem;
}

.title-box-d .title-d:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #c61406;
    bottom: 20px;
    left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul,
.list-a ul,
.box-comments ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 27%,
        rgba(0, 0, 0, 0.65) 90%
    );
}

/*------/ Owl carousel /------*/
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}
.owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 5px 5px;
    background: #000000;
    border: 0px solid #000000;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
}
.order-img img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c61406;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #c61406;
    width: 35px;
}

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}
.owl-prev {
    margin-top: 1rem;
}
.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: 0.7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
    background-color: #c61406;
    opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
    background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #c70003;
    color: #fff;
    width: 56px;
    height: 55px;
    text-align: center;
    line-height: 1;
    font-size: 27px;
    border-radius: 50%;
    right: 19px;
    bottom: 84px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #dc3545;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*======================================
//--//-->   BUTTON
======================================*/
.btn {
    transition: 0.5s ease;
}

.btn.btn-a,
.btn.btn-b {
    border-radius: 0;
    padding: 1rem 3rem;
    letter-spacing: 0.05rem;
}

.btn.btn-a {
    background-color: #000000;
    color: #ffffff;
}

.btn.btn-a:hover {
    background-color: #c61406;
    color: #000000;
}

.btn.btn-b {
    background-color: #c61406;
    color: #000000;
}

.btn.btn-b:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn.btn-b-n {
    background-color: #c61406;
    color: #ffffff;
    border-radius: 0;
}

.btn.btn-b-n:hover {
    background-color: #26a356;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3); */
}

.navbar-default .nav-search {
    color: #000000;
    font-size: 1.5rem;
}
.dropdown-menu a {
    font-size: 13px !important;
}

.navbar-default.navbar-reduce {
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
    position: relative;
    padding-right: 7px;
    padding-bottom: 8px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar-default.navbar-trans .nav-item,
    .navbar-default.navbar-reduce .nav-item {
        margin-left: 0px;
    }
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
    font-size: 9px;
    color: #828282;
    font-weight: 400;
    letter-spacing: 0.6px;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #c61406;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
    transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
    background-color: #c80002;
}

.navbar-default.navbar-trans .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
    color: #000000;
}

.navbar-default.navbar-reduce {
    transition: all 0.5s ease-in-out;
    padding-top: 19px;
    padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
    color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
    background-color: #c80003;
}

.navbar-default.navbar-reduce .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
    color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
    color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
    /*border-top: 0;*/
    /*border-left: 4px solid #c61406;*/
    /*border-right: 0;*/
    /*border-bottom: 0;*/
    /*transform: translate3d(0px, -40px, 0px);*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    visibility: hidden;
    /*transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;*/
    /*margin: 0;*/
    /*border-radius: 0;*/
    /*padding: 12px 0;*/
}

@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-top: 4px solid #c61406;
        border-left: 0;
        display: block;
        position: absolute;
        /*box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);*/
        box-shadow: 0 8px 60px 0 rgb(8 55 107 / 11%),
            0 12px 90px 0 rgb(8 55 107 / 11%);
        border: none;
    }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 18px;
    /*transition: all 500ms ease;*/
    font-weight: 600;
    min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    color: #c61406;
    transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #ffffff;
    color: #c61406;
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: all 0.6s ease;
}

@media (min-width: 768px) {
    .box-collapse {
        width: 50%;
    }
}

.box-collapse .title-box-d {
    top: 30px;
    left: 60px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
}

@media (max-width: 575px) {
    .box-collapse .title-box-d {
        left: 35px;
    }
}

@media (max-width: 575px) {
    .box-collapse .title-box-d .title-d {
        font-size: 1.3rem;
    }
}

.box-collapse-wrap {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 6.5rem;
    bottom: 5rem;
    padding-left: 10%;
    padding-right: 10%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    transform: translateY(3rem);
    transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
    visibility: visible;
}

.box-collapse-open .box-collapse {
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
    transform: translate(0);
    opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
    transform: translate(0);
    opacity: 1;
}

.box-collapse-closed .box-collapse {
    opacity: 0.7;
    transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
    opacity: 0;
    transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
    opacity: 0;
    transition-delay: 0s;
}

.click-closed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1035;
    background-color: #000000;
    opacity: 0.4;
}

.close-box-collapse {
    position: absolute;
    z-index: 1050;
    top: 2rem;
    font-size: 3.5rem;
    line-height: 1;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.right-boxed {
    right: 4.2857rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
    height: 100vh;
    position: relative;
    color: #ffffff;
}

.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 70px;
    right: 50px;
}

@media (min-width: 768px) {
    .intro .owl-theme .owl-dots {
        right: 200px;
    }
}

.intro .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c61406;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
    background-color: #c61406;
}

.intro .intro-item {
    padding-top: 2rem;
}

.intro .carousel-item-a {
    position: relative;
    height: 100vh;
}

.intro .carousel-item-a.bg-image {
    background-attachment: scroll;
}

.intro .intro-content {
    position: absolute;
}

.intro .intro-body {
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .intro .intro-body {
        padding-left: 2rem;
    }
}

.intro .intro-body .price-a {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 2px solid #c61406;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.intro .spacial {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: #ffffff;
}

.intro .intro-title-top {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

.intro .intro-title {
    transition-duration: 9s !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.8rem;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-title {
        font-size: 4rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title {
        font-size: 4.5rem;
    }
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .intro .intro-subtitle {
        font-size: 2.5rem;
    }
}

.intro .intro-subtitle.intro-price {
    padding-top: 1rem;
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 2rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 3rem;
    }
}

/*------/ Intro Single /------*/
.intro-single {
    padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
    .intro-single {
        padding-top: 9rem;
    }
    .links .widget-a {
        margin-left: 0 !important;
    }
    .card-news {
        margin-right: 0px !important;
    }
    .content-fixed-accordion {
        position: relative !important;
        width: 100% !important;
    }
    .date-btn {
        width: auto !important;
    }
    .rescue_footer_btn {
        top: 15px !important;
    }
    .related-img {
        margin-bottom: 20px;
        margin-top: 20px;
        width: auto;
    }
    #cart {
        float: left;
        margin-bottom: 15px;
    }
    .rescue-logo {
        width: 25% !important;
    }
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #c61406;
}

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 768px) {
    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }
}

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: 0.8s all ease-in-out;
}

@media (min-width: 768px) {
    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {
    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 27%,
        rgba(0, 0, 0, 0.65) 90%
    );
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }
}

@media (min-width: 768px) {
    .card-box-a:hover .card-body-a {
        padding-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .card-box-a .card-overlay-a-content {
        bottom: 65px;
    }
    .card-box-a .card-body-a {
        padding-bottom: 1rem;
    }
}

.card-overlay-a-content {
    transition: all 0.5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

@media (min-width: 768px) {
    .card-overlay-a-content {
        bottom: -20px;
    }
}

@media (min-width: 992px) {
    .card-overlay-a-content {
        bottom: 0px;
    }
}

.card-header-a {
    padding: 0 1rem;
}

.card-header-a .card-title-a {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .card-header-a .card-title-a {
        font-size: 2rem;
    }
}

.card-header-a .card-title-a a {
    color: #ffffff;
    text-decoration: none;
}

.card-body-a {
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
    padding-bottom: 0.5rem;
}

.price-a {
    color: #ffffff;
    padding: 0.6rem 0.8rem;
    border: 2px solid #c61406;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #c61406;
}

.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
}

.card-info .card-info-title {
    font-size: 1rem;
    color: #313131;
}

@media (min-width: 768px) {
    .card-info .card-info-title {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card-info .card-info-title {
        font-size: 1rem;
    }
}

.card-info li span {
    color: #ffffff;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .card-info li span {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .card-info li span {
        font-size: 1rem;
    }
}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
    border-radius: 0;
    width: 200px;
    border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
    border-color: #313131;
}

.property-grid .grid-option .custom-select option {
    border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
    margin-bottom: 3rem;
}

.property-price {
    margin: 0 auto;
}

.property-price .card-header-c {
    padding: 0;
}

.summary-list {
    padding-right: 1rem;
    color: #000000;
}

.summary-list .list {
    padding: 0;
    line-height: 2;
}

.summary-list .list span {
    color: #555555;
}

@media (max-width: 767px) {
    .property-agent {
        margin-top: 2.5rem;
    }
}

.property-agent .title-agent {
    font-weight: 600;
}

.property-agent ul {
    line-height: 2;
    color: #000000;
}

.property-agent .socials-a {
    text-align: center;
}

@media (max-width: 991px) {
    .property-contact {
        margin-top: 2.5rem;
    }
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}
.news-content {
    height: 90%;
}

@media (min-width: 768px) {
    .card-header-b {
        bottom: 0px;
    }
}

@media (min-width: 992px) {
    .card-header-b {
        bottom: 20px;
    }
}

.card-header-b .category-b {
    font-size: 0.9rem;
    background-color: #c61406;
    padding: 0.3rem 0.7rem;
    color: #313131;
    letter-spacing: 0.03em;
    border-radius: 50px;
    text-decoration: none;
}

.card-header-b .title-2 {
    margin-bottom: 0;
    padding: 0.6rem 0;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .card-header-b .title-2 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .card-header-b .title-2 {
        font-size: 1.6rem;
    }
}

.card-header-b .title-2 a {
    color: #ffffff;
    text-decoration: none;
}

.card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .card-header-b .date-b {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card-header-b .date-b {
        font-size: 1rem;
    }
}

/*------/ News Single /------*/
.post-information {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}

.post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

.post-content p {
    margin-bottom: 1.7rem;
}

.post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid #c61406;
    color: #000000;
}

.post-content .blockquote footer {
    text-align: left;
    padding: 0;
}
.footer-er-logo {
    width: 100%;
    height: auto;
    margin-left: -26px;
    margin-top: -15px;
}
.post-footer {
    padding: 3rem 0 4rem;
}
.google-play {
    width: 48%;
}
.apple-store {
    width: 40%;
}
.post-share .socials {
    display: inline-block;
}

.post-share .socials li {
    margin-left: 0.6rem;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
    padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments .comment-description {
    padding: 0.8rem 0 0.5rem 0;
}

.box-comments .list-comments a {
    color: #000000;
}

.box-comments .list-comments span {
    display: block;
    color: #2b2a2a;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/
.section-guides .owl-carousel .owl-item img {
    height: 364px;
    object-fit: cover;
}
.section-guides .owl-carousel .owl-stage-outer {
    height: unset !important;
}
.card-box-c {
    position: relative;
}

@media (max-width: 767px) {
    .card-box-c {
        margin-bottom: 2rem;
    }
}

.card-header-c {
    padding: 0 1rem 1rem 1rem;
}

.card-body-c {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

@media (max-width: 767px) {
    .card-body-c {
        padding: 0;
    }
}

.card-footer-c {
    padding-left: 0.5rem;
}

.card-box-ico {
    padding: 1rem 3rem 1rem 2.5rem;
    border: 5px solid #c61406;
}

.card-box-ico span {
    font-size: 4rem;
    color: #000000;
}

.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: -40px;
}

@media (min-width: 768px) {
    .title-c {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .title-c {
        font-size: 2.5rem;
    }
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
    transition: all 0.2s ease-in-out;
    padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }
}

@media (min-width: 992px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }
    .logo_rescue {
        width: 15%;
    }
}

@media (min-width: 1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }
    .news-container {
        max-width: 1400px;
    }
    .footer-container {
        max-width: 1400px;
    }
    .navbar-default.navbar-trans .nav-link,
    .navbar-default.navbar-reduce .nav-link {
        font-size: 11px;
    }
    .rescue-logo {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }
    .news-container {
        max-width: 1400px;
    }
    .footer-container {
        max-width: 1400px;
    }
    .navbar-default.navbar-trans .nav-link,
    .navbar-default.navbar-reduce .nav-link {
        font-size: 12px;
    }
    .rescue-logo {
        width: 90%;
    }
}
@media (min-width: 1600px) {
    .navbar-default.navbar-trans .nav-link,
    .navbar-default.navbar-reduce .nav-link {
        font-size: 14px;
    }
    .logo {
        width: auto;
    }
    .rescue-logo {
        width: 70%;
    }
}

.card-box-d .title-d {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    transform: translateY(-20px);
    opacity: 0;
}

@media (min-width: 768px) {
    .card-box-d .title-d {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }
}

@media (min-width: 992px) {
    .card-box-d .title-d {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
}

@media (min-width: 1200px) {
    .card-box-d .title-d {
        font-size: 2rem;
        margin: 1rem 0;
    }
}

.card-box-d .content-d {
    opacity: 0;
    transition: 0.5s ease-in-out;
    transform: translateY(-40px);
}

@media (min-width: 768px) {
    .card-box-d .content-d {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }
}

@media (min-width: 768px) {
    .card-box-d .card-body-d p {
        margin-bottom: 8px;
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .card-box-d .card-body-d p {
        margin-bottom: 12px;
        font-size: 1rem;
    }
}

.card-box-d .info-agents {
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
    transition: 0.5s ease-in-out;
    transform: translateY(40px);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
    background-color: #c61406;
    opacity: 0.9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
    opacity: 1;
    transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footer {
    margin-top: 2rem;
}

.agent-info-box .socials-footer li {
    margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-us a {
    color: #aa0002;
}
.about-us p {
    float: left;
    text-align: justify;
}
.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}

.about-img-box {
    padding-left: 1rem;
    position: relative;
}

@media (min-width: 576px) {
    .about-img-box {
        padding-left: 4rem;
    }
}

@media (min-width: 768px) {
    .about-img-box {
        padding-left: 5rem;
    }
}

.sinse-box {
    background-color: #c61406;
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

@media (min-width: 576px) {
    .sinse-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sinse-box {
        padding: 1.5rem 3rem;
    }
}

@media (min-width: 992px) {
    .sinse-box {
        padding: 3rem 4.5rem;
    }
}

.sinse-box .sinse-title {
    font-weight: 700;
    letter-spacing: 0.043em;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .sinse-box .sinse-title {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .sinse-box .sinse-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .sinse-box .sinse-title {
        font-size: 2.2rem;
    }
}

.sinse-box .sinse-title span {
    position: absolute;
}

.sinse-box .sinse-title span:after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -15px;
}

.sinse-box p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-box {
    padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
    width: 80px !important;
    display: inline-flex !important;
    border-radius: 50%;
}

.testimonial-ico {
    text-align: center;
}

.testimonial-ico span {
    font-size: 1.8rem;
    background-color: #c61406;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 50px;
}

.testimonial-text {
    font-style: italic;
    margin-top: 25px;
    padding: 1.5rem 1.5rem;
    background-color: #f3f3f3;
    position: relative;
}

.testimonial-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0px;
    height: 0px;
    border-top: 15px solid #f3f3f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.testimonial-author-box {
    margin-top: 2rem;
}

.testimonial-author {
    margin-left: 1rem;
    display: inline-flex;
    font-size: 1.2rem;
    color: #000000;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
    color: #c61406;
    border: 1px solid #26a356;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-as #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-as #sendmessage.show,
.form-as #errormessage.show,
.form-as .show {
    display: block;
}

.form-as .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}

.form-as label {
    color: #000000;
    position: relative;
}

.form-as select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.form-as .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.form-as .form-control.form-control-a {
    height: 3.5rem;
}

.form-as .form-control:focus {
    box-shadow: none;
    border-color: #c61406;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form label {
    color: #000000;
    position: relative;
}

.php-email-form select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.php-email-form .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.php-email-form .form-control.form-control-a {
    height: 3.5rem;
}

.php-email-form .form-control:focus {
    box-shadow: none;
    border-color: #c61406;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.section-footer {
    /*padding-top: 60px;*/
    margin-top: 60px;
    /*background: #ffffff;*/
    /*background-image: url(http://employee-rescue.pk/assets/front/img/footer-bg.png);*/
}

.section-footer ul {
    line-height: 1.5;
    padding-left: 0px;
}
.stores {
    padding: 8px 0px 0px 12px;
}
.section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: #c61406;
}

/*.section-footer .widget-a .w-title-a {*/
/*    margin-bottom: 1rem;*/
/*}*/

footer {
    /*background: #fff;*/
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    background-image: url(http://employee-rescue.pk/assets/front/img/footer-bg.png);
    background-size: cover;
}

/* footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
} */

footer .credits {
    font-size: 14px;
}
/* Custom CSS Sajid */
/* Start Employee Rescue Backgrounds And Colors*/
.skyblue-bg {
    background: #cdf0fc;
    border-radius: 15px;
}
.blue-bg {
    background: #c1d9fa;
    border-radius: 15px;
}
.pink-bg {
    background: #f9cdcd;
    border-radius: 15px;
}
.purple-bg {
    background: #e1cbf6;
    border-radius: 15px;
}
.yellow-bg {
    background: #fcefca;
    border-radius: 15px;
}
.green-bg {
    background: #d4f1e0;
    border-radius: 15px;
}
.orange-bg {
    background: #fbe0c9;
    border-radius: 15px;
}
.gray-bg {
    background: #f2f2f2;
    /*border-radius: 15px;*/
}
#huey {
    position: absolute;
}
.huey {
    margin-left: 4%;
    margin-top: 15px;
}
.et1-dis-form-input {
    color: #515c69 !important;
    background-color: #fff !important;
    border: none;
    /* font-weight: 400; */
    padding: 0px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}
.light-orange {
    background: #fef5ed;
    border-radius: 15px;
}
.light-purple {
    background: #f9f1fc;
    border-radius: 15px;
}
.light-blue {
    background: #effafe;
    border-radius: 15px;
}
.light-green {
    background: #f1fbf5;
    border-radius: 15px;
}
.light-navy-blue {
    background: #ebf3fe;
    border-radius: 15px;
}
.light-sky-blue {
    background: #effafe;
    border-radius: 15px;
}
.light-pink {
    background: #fdefef;
    border-radius: 15px;
}
.content-accordion-bg {
    border-radius: 15px;
    background: #f2f2f2;
}

/*End Employee Rescue Backgrounds And Colors*/
/* Start Homepage CSS*/
.section-services .title-box .rescue_search {
    border-radius: 24px;
    width: 500px;
    /* height: 55px; */
    border: none;
    padding-left: 35px;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06) !important;
}
.rescue_search_btn {
    margin-left: -53px;
    border-radius: 24px;
    width: 120px;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06) !important;
    z-index: 999;
}
.title-wrap-main {
    padding-bottom: 2rem;
}
.color-red {
    color: #cb0002 !important;
}
.icon-1 {
    padding: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.icon-2 {
    margin-left: 15% !important;
    padding: 15%;
}
.icon-3 {
    margin-left: 15% !important;
    padding: 15%;
}
.rescue-nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url(http://employeerescue.co.uk/assets/front/img/body-bg.png);
    height: 90px;
}
.fixed-top .navbar-nav .nav-item {
    padding: 0 15px;
}
.header-img {
    width: 68px;
    margin-top: -24px;
}
@media (max-width: 1530px) {
    .fixed-top .navbar-nav .nav-item {
        padding: 0 9px;
    }
}
@media (max-width: 1425px) {
    .fixed-top .navbar-nav .nav-item {
        padding: 0 6px;
    }
}
@media (max-width: 1285px) {
    .fixed-top .navbar-nav .nav-item {
        padding: 0 4px;
    }
    .fixed-top .navbar-nav .nav-item a {
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    .rescue-nav a.logo_rescue img {
        width: 200px;
    }
}
/*.rescue-container {*/
/*  padding-right: 5%;*/
/*  padding-left: 5%;*/
/*}*/
.border-card {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 15px;
    height: 300px;
}
.border-card img {
    height: 200px;
    object-fit: contain;
}
.icon1-bg {
    background: #d4f1e0;
    border-radius: 15px;
}
.icon2-bg {
    background: #fbe0c9;
    border-radius: 15px;
}
.icon3-bg {
    background: #e1cbf6;
    border-radius: 15px;
}
.icon4-bg {
    background: #f9cdcd;
    border-radius: 15px;
}
.icon5-bg {
    background: #c1d9fa;
    border-radius: 15px;
}
.icon6-bg {
    background: #cdf0fc;
    border-radius: 15px;
}
.card-title_rescue {
    margin-top: 8%;
    font-weight: 600;
    font-size: 16px !important;
}
.border-card-news {
    background: #f5faff;
    padding: 5% 5% 5% 7%;
    border-radius: 15px;
}
.card-news {
    background: #11104a;
    border-radius: 15px;
    padding: 8px;
    margin-right: 30px;
}
.card-title-news {
    background: #ffe0dd;
    width: 50%;
    padding: 7px;
    border-radius: 24px;
    color: #c61406;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.card-text-news {
    margin: 30px 20px 30px 0px;
    font-size: 16px;
    color: #ffffff;
    text-transform: lowercase;
}
.card-text-news::first-letter {
    text-transform: capitalize !important;
}
.heading-news {
    color: #0b498e;
    font-size: 32px;
}
.news-link {
    color: #ffffff;
    font-weight: 600;
}
.news-slider-navigation {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
}
.left_news_arrow {
    margin-right: 30px;
    font-size: 30px;
}
.right_news_arrow {
    color: #c61406;
    font-size: 30px;
}
.rightside-nav {
    margin-right: 20px;
}
.rescue-btn {
    background: #ffe0dd;
    float: left;
    padding: 0px 17px 0px 17px;
    border-radius: 24px;
    color: #c61406;
    -webkit-box-shadow: 0 2px 5px 0 rgb(255 224 221),
        0 2px 10px 0 rgb(255 224 221);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: none;
    height: 36px;
}
.rescue-red-btn,
.rescue-red-btn:hover {
    background: #c60003;
    padding: 0px 17px 0px 17px;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(255 224 221),
        0 2px 10px 0 rgb(255 224 221);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: none;
    height: 40px;
}
/*End Homepage CSS*/
/* Start Footer */
/*.rescue-footer-img {*/
/*    margin-left: -20px;*/
/*}*/
.social-icons li:last-child a {
    border-right: 1px solid #eee;
}
.address-new {
    /* padding: 10px 0; */
    text-align: right;
    margin-top: 5px;
}
.social-button span.fab.fa-telegram {
    display: none;
}
.address-new > span {
    font-size: 15px;
}
.address-new > p {
    font-size: 13px;
}
.nav-footer ul li a {
    font-size: 12px;
}
.social-icons a {
    border-left: 1px solid #eee;
    display: block;
    height: 63px;
    line-height: 63px;
    text-align: center;
    width: 63px;
    font-size: 18px;
    background-color: #fff;
}
.nav-footer {
    padding: 5px 0px 0px 0px;
    text-align: right;
}
.contact-anytime {
    float: left;
    position: relative;
}
.contact-anytime > ul {
    margin-top: 10px;
    padding-left: 0px;
}
.contact-anytime > ul li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    list-style: none;
}
.contact-anytime a,
.contact-anytime span {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: 3px;
}
.brief_message,
.vpromise {
    font-size: 13px;
}
.contact-anytime > ul .icon-before-contact {
    background: #1f8ceb none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.or {
    background: #333 none repeat scroll 0 0;
    height: 208px;
    position: absolute;
    right: 36px;
    top: 3px;
    width: 1px;
}
.or > span {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: -15px -10px 0;
    position: absolute;
    top: 50%;
}
.contact-plus-newsletter > .container > .row {
    margin-bottom: 10px;
    margin-top: 25px;
}
.icon-before-contact > img {
    width: 100%;
}
.subscribe-input {
    height: auto !important;
}
.stores ul li {
    list-style: none;
}
.footer-about-text {
    font-size: 13px;
    line-height: 2;
}
.footer_email {
    width: 20rem;
}
.social-plus-address {
    border-bottom: 1px solid #eee;
}
ul.social-icons {
    list-style-type: none;
}
.social-icons > li {
    float: left;
}
/*.social-icons a {*/
/*    display: block;*/
/*    height: 63px;*/
/*    line-height: 63px;*/
/*    text-align: center;*/
/*    width: 63px;*/
/*    font-size: 18px;*/
/*    background-color: #fff;*/
/*}*/
li.item-list-a {
    line-height: 2;
}
.stores li {
    float: left;
    margin-right: 10px;
}
.disclaimer {
    margin: 20px 0;
}
ul.list-unstyled a {
    font-size: 13px;
}
.links,
.headoffice_links,
.subscribe_us {
    margin-top: 1%;
}
/*.links .widget-a {*/
/*    margin-left: 25%;*/
/*}*/
/*.links .list-unstyled {*/
/*    margin-top: 28px;*/
/*}*/
.links h6 {
    font-weight: 600;
    font-size: 18px;
}
.footer-logo {
    width: 300px;
}
.headoffice_links h6 {
    font-weight: 600;
    font-size: 18px;
}
.headoffice_links li {
    margin-top: 24px;
}
.rescue_map {
    color: #56ccf2 !important;
}
.rescue_email {
    color: #f2c94c !important;
}
.headoffice_links .list-unstyled {
    margin-top: 28px;
}
.subscribe_us h6 {
    font-weight: 600;
    font-size: 18px;
}
.footer_search {
    border-radius: 24px;
    margin-top: 3%;
    /*width: 250px;*/
    height: 48px;
}
.socials-a {
    margin-top: 20px;
}
.socials-a a {
    font-size: 20px;
}
.copyright {
    color: #c80003;
    font-size: 13px;
}
.rescue_footer_btn {
    border-radius: 24px;
    width: 80px;
    /*box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06)!important;*/
    position: absolute;
    right: 0px;
    top: 10px;
    height: 50px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(255 224 221),
        0 2px 10px 0 rgb(255 224 221);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
/* End Footer */

/* Start Category Page */
.sub-icon {
    float: left;
}
.subcat-heading {
    color: #07376b;
}
.subicon1-bg {
    background: #fbe0c9;
    border-radius: 15px;
    padding: 15px;
}
.sub-heading {
    /*float: left;*/
    /*width: 70%;*/
    margin-left: 15px;
    /*text-transform: lowercase;*/
}
.sub-heading:first-letter {
    text-transform: capitalize;
}
.card-title_sub {
    font-size: 15px;
    color: #333;
    margin-left: 40px;
    display: block;
    text-align: left;
}
.sub-cb-card {
    min-height: 100px;
}
.subcard-list {
    float: left;
    width: 100%;
}
.subcard-list ul {
    margin-left: -38px !important;
    margin-top: 22px;
}
.subcard-list ul li {
    color: #939393 !important;
    list-style: none;
    font-size: 16px;
}
.sub-link {
    color: #c70003;
    margin-top: 15%;
    /*float: left;*/
}
/* End Category Page */

/*Start Subcategory Page*/
.subcat-card-padding {
    padding: 20px 10px 20px 15px;
    min-height: 85px;
}
.card-title_subcat {
    font-size: 15px;
    color: #444;
    display: block;
    text-align: left;
}
.subcat-heading {
    float: left;
    margin-left: 15px;
}
/*End Subcategory Page*/

/*Start unfair dismissal*/
.rescue-collapsible-container {
    width: 100%;
    padding-right: 5%;
    padding-left: 6%;
    margin-right: auto;
    margin-left: auto;
}
.form-heading {
    color: #0a498f;
    font-weight: 600;
}
.red-stripe {
    border: 1px solid #c80003;
    width: 10%;
    float: left;
}
.form-text {
    width: 100% !important;
    float: left;
    color: #5d5d5d;
    font-size: 16px;
}
.content-heading {
    color: #234d7b;
    font-size: 1.1em;
}
.content-drop-icon {
    color: #234d7b;
    margin-top: 5px;
    font-size: 1.5em;
    margin-left: 5px;
}
.content-sub-heading {
    color: #234d7b;
    margin-left: 10px;
    /*margin-top: 5px;*/
    text-align: left;
    font-size: 18px;
}
.first::marker {
    content: none;
    list-style-type: circle;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.content-dropdown-list {
    position: relative;
    display: block;
    padding: 0rem 0.1rem;
    font-size: 13px;
    color: #fff;
}
.content-fixed-accordion {
    position: sticky !important;
    top: 20%;
}
.advice-scroll-heading {
    scroll-margin-top: 200px;
}
.action_icon {
    color: #fff;
    font-size: 1.1em;
    margin-top: 5px;
    margin-right: 15px;
}
.action-heading {
    color: #fff;
    font-size: 1.1em;
}
.action-drop-icon {
    color: #fff;
    margin-top: 5px;
    font-size: 1.5em;
    margin-left: auto;
}
.action_card {
    background-color: #feeeef;
    border: none;
    box-shadow: none;
    border-radius: 10px !important;
}
.action-card-header {
    padding: 0.75rem 1rem 0rem 1rem;
}
.action_card1 {
    background-color: #fcf4ff;
    border: none;
    box-shadow: none;
    border-radius: 10px !important;
    /*display: block !important;*/
    height: auto;
    /*overflow-y: auto;*/
}
.advice-document-widget-list ul {
    max-height: 150px;
    overflow-y: scroll;
}
.advice-document-li span,
.advice-document-li a {
    font-weight: 100 !important;
}
ol {
    margin-left: 0px;
    padding-left: 10px;
}
.resources_icon {
    color: #fff;
    font-size: 1.1em;
    margin-top: 5px;
    margin-right: 15px;
}
.resources-heading {
    color: #fff;
}
.resources-drop-icon {
    color: #fff;
    font-size: 1.5em;
    margin-left: auto;
    margin-top: 4px;
}
.list-heading {
    color: #9b52e0;
    font-size: 18px;
}
.related-drop-icon {
    color: #fff;
    margin-top: 5px;
    font-size: 1.5em;
    margin-left: auto;
}
.advice-widget-separator {
    margin-bottom: 10px;
    margin-top: 5px;
}
.navbar-nav {
    margin-left: 3%;
}
/*.content-dropdown-list a {*/
/*    color: #fff;*/
/*}*/
.advice-document table {
    overflow-x: auto;
    display: block;
    border: none !important;
}
.advice-document p,
.advice-document li {
    color: #222 !important;
    font-size: 16px !important;
    text-align: justify;
    /*line-height: 2.5;*/
    line-height: 1.5;
}
.advice-document h1,
.advice-document h2,
.advice-document h4,
.advice-document h5,
.advice-document h6 {
    font-size: 24px !important;
    text-align: left;
    font-weight: bold;
    color: #0a498f !important;
    scroll-margin-top: 160px;
    /*text-transform: lowercase;*/
    border-top: 1px solid #090847;
    padding-top: 25px;
}
.advice-document h3 {
    font-size: 14px;
    font-style: italic;
}
.advice-document h1 span,
.advice-document h2 span,
.advice-document h3 span,
.advice-document h4 span,
.advice-document h5 span,
.advice-document h6 span {
    font-size: 24px !important;
    text-align: left;
    font-weight: bold;
    color: #0a498f !important;
    scroll-margin-top: 160px;
    /*text-transform: lowercase;*/
}
.advice-document h3 span {
    font-size: 20px !important;
    text-align: left;
    font-weight: bold;
    color: #0a498f !important;
    scroll-margin-top: 160px;
    /*text-transform: lowercase;*/
}
.advice-document hr {
    display: none;
}
.membership-header {
    border: 1px solid #b30003;
    padding: 7px !important;
    border-radius: 5px;
    color: #fff !important;
    background-color: #b30003;
}

.login-header {
    border: 1px solid #d4f1e0;
    padding: 7px !important;
    border-radius: 5px;
    color: #b30003 !important;
    background-color: #d4f1e0;
}
/*.advice-document h1:first-letter, .advice-document h2:first-letter, .advice-document h3:first-letter, .advice-document h4:first-letter, .advice-document h5:first-letter, .advice-document h6:first-letter  {*/
/*    text-transform: capitalize !important;*/
/*}*/
.advice-document ul li ::marker {
    content: none;
}
.advice-document-widget-list {
    padding-top: 0px;
}
.content-dropdown-list a {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
.content-dropdown-list span {
    line-height: 1.8;
}
.advice-document span {
    text-align: justify;
    font-size: 16px !important;
}
.advice-document a {
    color: #dc3545 !important;
    font-size: 16px !important;
}
#tocli {
    padding-left: 0px !important;
}
#tocli {
    padding-left: 0px !important;
}
#tocli .advice-document-li {
    cursor: pointer;
    /*text-transform: lowercase;*/
    list-style: none;
    /*font-size: 16px;*/
    color: #555555;
}
.advice-document-li span {
    /*font-size: 17px !important;*/
    color: #555555 !important;
}
.advice-document-li a {
    font-size: 16px;
    color: #555555;
}
.advice-document-li a.active {
    color: #08376b !important;
    /*font-size: 20px !important;*/
    opacity: 1;
}
#social-links li a span {
    font-size: 20px !important;
}
#social-links ul {
    display: flex;
    list-style: none;
    padding-left: 10px;
}
#social-links a {
    padding-right: 10px;
}
#social-links span.fab.fa-facebook-square {
    color: #4267b2;
}
#social-links span.fab.fa-twitter {
    color: #1da1f2;
}
#social-links span.fab.fa-linkedin {
    color: #016eab;
}
#social-links span.fab.fa-whatsapp {
    color: #3ec050;
}
#social-links span.fab.fa-telegram {
    color: #2ba0d9;
}
/*#tocli .advice-document-li:first-letter {*/
/*    text-transform: capitalize;*/
/*}*/
.purple-gradient-bg {
    background: radial-gradient(#b69efe, #b69efe);
}

.green-gradient-bg {
    background: radial-gradient(#36d1dc, #36d1dc);
}
input.sol-btn {
    height: auto !important;
}

.date-btn {
    text-align: center !important;
}
.advice-document img {
    max-width: 100%;
}
.action_card2 {
    background-color: #f6fffa;
    border: none;
    box-shadow: none;
    border-radius: 10px !important;
}
.rescue-form-input {
    border: none !important;
    background: #f5fafe;
    overflow: hidden;
}
.rescue-form-input::placeholder {
    color: #ec6f70;
    background: #f5fafe;
    padding: 1.375rem 0.78rem;
    border: none;
    /*font-weight: 400;*/
}
.rescue-form-span {
    line-height: 3.1;
}
.form-check-input {
    width: 20px;
    height: 14px !important;
    cursor: pointer;
}
.date-btn {
    background: #f2f2f2;
    /*width: 22%;*/
    padding: 7px;
    border-radius: 24px;
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.select2-search__field {
    border: none !important;
}
/*End unfair dismissal*/
/*Time Limit Calculator*/
.select2-container--default .select2-selection--single {
    border: none !important;
    background: #f5fafe;
    overflow: hidden;
}
.rescue-btn1 {
    background: #dc3545;
    /* float: left; */
    border-radius: 24px;
    color: #fff;
    padding: 0.375rem 0.75rem;
    /* height: 30px; */
    padding: 0.5rem 2rem 0.5rem 2rem;
}
span.select2-selection.select2-selection--single {
    height: 50px !important;
    font-size: 14px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px !important;
}
/* End Time Limit Calculator*/
/*Start Claim Template Page*/
.template-claim-img {
    width: 100%;
}
.claim-price {
    font-size: 24px;
    color: #c80003;
    font-weight: 600;
}
.claim-cart {
    background: #ffe0dd;
    padding: 10px 24px 10px 24px;
    color: #c61406;
    border-radius: 5px;
}
.directDiscrimination {
    text-decoration: underline;
    font-weight: 500;
}
.claim-cart-download-button {
    background: #97de97;
    padding: 10px 24px 10px 24px;
    color: #09800b;
    border-radius: 5px;
}

.material-card-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgb(255 224 221),
        0 2px 10px 0 rgb(255 224 221);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.input-number {
    width: 50px;
    padding: 0 12px;
    /* vertical-align: top; */
    text-align: center;
    outline: none;
    font-size: 15px;
    height: 36px !important;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: none;
    height: 37px;
    user-select: none;
    background: #e2f0ff;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 35px;
    background: #e2f0ff;
    color: #7493b5;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 35px;
    vertical-align: middle;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.input-number-increment {
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.product-price {
    color: #c80003;
    font-weight: 600;
}
.related-product-card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 0 0 15px;
}
.claim-template-container {
    max-width: 1140px !important;
}
.related-heading {
    /* background: #f1fbf5; */
    /* width: 50%; */
    padding: 7px;
    border-radius: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.template-claim-section {
    position: relative;
    text-align: center;
    color: white;
}
.vl {
    position: absolute;
    border-left: 5px solid #222;
    height: 210px;
    top: 20%;
    left: 15%;
}
.top-left-text {
    position: absolute;
    top: 21%;
    left: 24%;
    width: 70%;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}
.top-left-text1 {
    position: absolute;
    top: 40%;
    left: 24%;
    width: 64%;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
    text-align: left;
}
.law-guide-container {
    max-width: 1240px !important;
    width: 100%;
}
.law-guide-price {
    color: #11104a;
    font-size: 16px;
    display: block;
    text-align: center;
}
/*End Claim Template Page*/

/*Start Checkout Page*/
.checkout-heading {
    color: #c60003;
    font-weight: 600;
}
/*End Checkout Page*/

/*Start Product listing Page*/
.product-like-btn {
    font-size: 15px;
}
.price-container {
    text-align: center;
}
.listing-price {
    color: #11104a;
    font-size: 16px;
    display: block;
    text-align: center;
}
.listing-price::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 28%;
    right: 0;
    border-top: 3px solid red;
    transform: rotate(-0deg);
    width: 20%;
}
.listing-price1 {
    color: #11104a;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.listing-title {
    color: #11104a;
    margin-top: 8px;
    font-size: 15px;
    text-align: center;
}
/*.owl-item {*/
/*    width: 280px !important;*/
/*}*/
.product-img {
    webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%),
        0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    width: 105% !important;
    height: auto;
    object-fit: cover;
}
.law_guides {
    margin-left: 3%;
}
.hide_Section {
    display: block;
}
i.ion-ios-arrow-forward {
    position: absolute;
    right: -3%;
    top: 35%;
    font-size: 28px;
}
i.ion-ios-arrow-back {
    position: absolute;
    left: -3%;
    top: 35%;
    font-size: 28px;
}
.document_carousel-img {
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    width: 100% !important;
    height: auto;
    object-fit: cover;
}
#property-carousel i.ion-ios-arrow-forward {
    position: absolute;
    right: -20px;
    top: 100px;
    font-size: 28px;
}
#property-carousel i.ion-ios-arrow-back {
    position: absolute;
    left: -25px;
    top: 100px;
    font-size: 28px;
}

.continuing_discrimination {
    margin-left: 12%;
}
.owl-carousel,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.home-product-img {
    webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%),
        0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    object-fit: cover;
    width: 100% !important;
    height: auto;
    object-fit: cover;
}

.tutorial-textbox h5 {
    margin-top: 8%;
    font-size: 16px !important;
    text-align: center;
}
.et1-date {
    padding-left: 0;
    width: 104px !important;
}
.tutorial-textbox p {
    /*margin-top: 8%;*/
    font-size: 16px !important;
    text-align: center;
    color: #000000;
}
.sidebar-separator {
    color: #000;
    width: 100%;
    margin-bottom: 5%;
    margin-top: 0;
}
.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
    background-color: #11104a;
    border-color: #11104a;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgb(156 39 176 / 14%),
        0 1px 10px 0 rgb(156 39 176 / 12%), 0 2px 4px -1px rgb(156 39 176 / 20%);
    border-radius: 100%;
}
.page-item.disabled .page-link,
.page-link {
    border: none;
}
.badge {
    background-color: #6394f8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#cart {
    margin-top: 7px;
    float: right;
}
/*End Product listing Page*/

/*Start Cart Page*/
.product-table td {
    vertical-align: middle;
}
/*End Cart Page*/

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    max-width: 500px;
}
.myform h1 {
    color: #c80003;
    font-weight: 600;
}
.google {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}
form .error {
    color: #ff0000;
}
#second {
    display: none;
}

.rescue-label {
    color: #0b498e;
    font-weight: 600;
}
input,select {
    height: 50px !important;
}
::placeholder {
    color: #0b498e !important;
    opacity: 1; /* Firefox */
    font-size: 14px;
}
/*Start Schedule loss builder*/

.card-title_schedule {
    color: #333;
    /* font-weight: 600; */
    font-size: 14px;
}
.schedule_check {
    margin-right: 5px;
    margin-top: -15px;
}
.schedule_label {
    margin-left: 15px;
    margin-top: 4px;
}
.schedule-form-input {
    background-color: #f5fafe !important;
    border: none;
    font-size: 13px;
    overflow: hidden;
    padding-left: 7%;
}
.schedule-form-input::placeholder {
    color: #c70003 !important;
    background-color: #f5fafe !important;
    padding-left: 10px;
    border: none;
    font-weight: 400;
}
.et1_nav ::marker {
    content: none;
}
.schedule_result_heading.border-less {
    border: none !important;
    font-size: 18px;
}
button {
    border: none !important;
}
.dropdown-menu.show {
    min-width: 200px !important;
}
.sol-span-text {
    font-size: 13px;
    color: #656059 !important;
}
#statutory_list li {
    display: none;
}
ul#statutory_list {
    padding-left: 10px !important;
}
.label-center {
    align-items: center;
    display: flex;
}
.select-sol-style {
    background-color: #f5fafe !important;
    border: none;
    font-size: 13px !important;
    height: 50px;
    padding-left: 20px;
}
.sol_li {
    cursor: pointer;
}
.sol_li.active {
    color: #0a498f;
    font-size: 20px;
}
#statutory_list li::marker {
    content: none;
}
.sol-heading-border {
    display: flex;
    border: 8px solid #222;
    width: 25%;
    margin-left: 38%;
    margin-bottom: 5px;
}
/*End Schedule loss builder*/

/*Start SOL Result Page*/
.sol-table td {
    border: none;
    padding: 0.35rem;
}
.sol-result-container {
    margin: auto;
    width: 60%;
}
.result-border {
    border-top: 1px solid;
}
/*End SOL Result Page*/

/*Star Search Bar*/
.search_box {
    position: absolute;
    width: 100%;
    text-align: left;
    margin-top: 35px;
    cursor: default;
    -webkit-user-select: none;
    z-index: 899;
}
.inner_search_box {
    background: #fff;
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.06) !important;
    /*box-shadow: 0 9px 8px -3px rgb(64 60 67 / 24%), 8px 0 8px -7px rgb(64 60 67 / 24%), -8px 0 8px -7px rgb(64 60 67 / 24%);*/
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 24px 24px;
    padding-bottom: 4px;
    overflow: hidden;
}
.erkvQe {
    flex: auto;
    padding-top: 25px;
}
.sbic.sb43 {
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}
.pcTkSc {
    padding-top: 10px;
}
/*End Search Bar*/
/*Start Employment News Page*/
.employment-news {
    background: #11104a;
    border-radius: 15px;
    padding: 8px;
    margin-right: 30px;
}
.employment-heading-news {
    margin: 30px 20px 30px 0px;
    color: #fff;
}
.employment-text-news {
    margin: 30px 20px 30px 0px;
    color: #fff;
}
/*End Employment News Page*/
/*Start Membership Page*/
/*section.pricing {*/
/*    background: #007bff;*/
/*    background: linear-gradient(to right, #0062E6, #33AEFF);*/
/*}*/

/*.pricing .card {*/
/*    border: none;*/
/*    border-radius: 1rem;*/
/*    transition: all 0.2s;*/
/*    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
/*}*/

.pricing hr {
    margin: 1.5rem 0;
    visibility: hidden;
}

.pricing .card-title {
    margin: 0.5rem 0;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    border-radius: 5rem;
    /* letter-spacing: .1rem; */
    padding: 0.8rem;
    transition: all 0.2s;
    height: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.member_price {
    color: #0b498e;
    font-weight: bold;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
/* vertical spacing between columns */

.content {
    height: 100%;
    border-radius: 15px;
}
.membership_description {
    font-size: 14px;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -0.25rem;
        margin-bottom: 0.25rem;
        box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%),
            0 12px 90px 0 rgb(103 151 255 / 11%);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}
/*End Membership Page*/
/*Material Checkbox*/
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(
        --pure-material-font,
        "Roboto",
        "Segoe UI",
        BlinkMacSystemFont,
        system-ui,
        -apple-system
    );
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -11px;
    top: -12px;
    display: block;
    margin: 0;
    border-radius: 50%;
    /*width: 40px;*/
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}
/*End Material Checkbox*/
.satutory_input {
    margin-top: -8px;
}
/*Start Bot Page CSS*/
/*#grad1 {*/
/*    background-color: : #9C27B0;*/
/*    background-image: linear-gradient(120deg, #FF4081, #81D4FA)*/
/*}*/
#msform {
    text-align: left;
    position: relative;
    margin-top: 20px;
}

/*#msform fieldset .form-card {*/
/*    background: white;*/
/*    border: 0 none;*/
/*    border-radius: 0px;*/
/*    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
/*    padding: 20px 40px 30px 40px;*/
/*    box-sizing: border-box;*/
/*    width: 94%;*/
/*    margin: 0 3% 20px 3%;*/
/*    position: relative*/
/*}*/

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9e9e9e;
}

/* #msform input, #msform textarea { */
/* padding: 0px 8px 4px 8px; */
/* border: none; */
/* border-bottom: 1px solid #ccc; */
/* border-radius: 0px; */
/*margin-bottom: 25px;*/
/* margin-top: 2px; */
/*width: 100%;*/
/* box-sizing: border-box; */
/* font-family: montserrat; */
/* color: #2C3E50; */
/* font-size: 16px; */
/* letter-spacing: 1px; */
/* } */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}
.login_subscription_card {
    width: 41rem;
    height: 15rem;
    opacity: 0.9;
    margin-top: 40%;
    position: absolute !important;
    z-index: 1 !important;
}
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    margin-bottom: 10px !important;
}

.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #11104a;
}
.radio-group {
    position: relative;
    margin-bottom: 25px;
}
.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}
.bot-label {
    margin-left: 15px;
    margin-top: 4px;
}

/*End Bot Page CSS*/

.custom_checkbox[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}
.bot-label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #222;
    border-radius: 24px;
    padding: 0.5rem 2rem 0.5rem 2rem;
    width: 100%;
    /* border: 1px solid #828282; */
}
input.custom_checkbox[type="radio"]:checked + label {
    background-color: #11104a;
    color: #fff;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.toltip_color {
    color: #08376b;
}
.toltip_color2 {
    color: #08376b;
}
[data-title]:after {
    content: attr(data-title);
    background-color: white;
    color: green;
    font-size: 14px;
    font-weight: 200;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #0f0e40;
    z-index: 99999;
    visibility: hidden;
    border-radius: 5px;
    width: 300px;
    line-height: 2;
}
[data-title] {
    position: relative;
}
/*Dictionary*/
.dictionary-result a {
    color: #c80003;
}
.dictionary-result {
    box-shadow: 0px 20px 30px 0px rgb(18 17 74 / 2%);
    padding: 10px;
}
.options {
    text-align: left;
}
.options__heading {
    margin-bottom: 20px;
    font-size: 50px;
    color: #dd2131;
    background: -webkit-linear-gradient(180deg, #8d288f, #dd2131);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.options__sub-heading {
    color: white;
    background: #242728;
    padding: 20px;
    font-weight: 400;
    text-align: left;
}
.options__list {
    padding-bottom: 20px;
    box-shadow: 0px 20px 30px 0px rgb(18 17 74 / 2%);
    padding-top: 20px;
    display: inline-block;
}
.options__list dl {
    padding: 0px 0px 0px 20px;
    text-align: left;
}
.options__list dt {
    color: #00abe6;
    font-weight: bold;
    /*display: inline-block;*/
}
/*.options__list dd {*/
/*    display: inline-block;*/
/*}*/
.options__item {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    width: 95%;
    border: 1px solid #8d288f;
    border-radius: 0.325rem;
    padding: 20px;
    margin: 10px;
    overflow: auto;
    vertical-align: text-top;
}
@media (min-width: 700px) {
    .options__item {
        width: 45%;
    }
}
@media (min-width: 1300px) {
    .options__item {
        width: 30%;
    }
}
.options__item h1 {
    margin: 0;
    color: #00a94f;
    text-align: center;
    font-weight: 400;
    line-height: 60px;
}
.options__item p {
    line-height: 1.64em;
    padding-bottom: 1.64em;
    margin-bottom: 1.64em;
    border-bottom: 1px dashed #aaa;
}
.options__item .helper {
    color: #666;
    font-weight: 700;
    font-size: 14px;
}
.options__item code {
    display: inline-block;
    clear: both;
    line-height: 30px;
    padding: 0 8px;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 3px;
    width: 96%;
    overflow: auto;
}
.options__item code:last-child {
    margin-bottom: 0;
}
#slug {
    cursor: pointer;
}
.options__nav {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    display: flex;
}
.options__nav li {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 3px;
    /*font-weight: 700;*/
}
.options__nav li:hover {
    color: #00abe6;
    cursor: pointer;
}
.options__nav li.active {
    color: white;
    background: #08376b;
}
.options__list dd {
    color: #d00000;
    text-transform: none;
}
.dictionary_list_icon {
    margin-right: 8px;
    color: #1e1d53;
    font-size: 10px;
    margin-top: 6px;
}
.disclaimer {
    font-size: 13px;
}
.er-blue-bg {
    background: #11104a;
    border-radius: 15px;
    color: #fff;
}
.top-bg {
    background: #11104a;
}
.w-30 {
    width: 30%;
}
.w-68 {
    width: 68%;
}
/*Dictionary*/
/*Et1 Builder Styling*/
.et1-auto-input {
    padding: 0px !important;
}
input.et1-auto-input {
    text-indent: 0px !important;
}
.et1-auto-input::placeholder {
    padding: 0px !important;
}
.et1-select-email {
    width: 95px !important;
}
.edit-title {
    position: absolute;
    top: 0px;
    font-size: 18px;
    cursor: pointer;
    display: none;
}
.save-title-form {
    display: none;
}
.et1_nav li.active {
    color: #08376b;
    font-size: 16px;
    opacity: 1;
    font-weight: 600;
}
/*.et1_nav li.active {*/
/*    color: #08376b;*/
/*    font-size: 16px;*/
/*    opacity: 1;*/
/*}*/
.et1_nav {
    padding-left: 5px;
}
.et1_nav li {
    /*opacity: 0.8;*/
    /*color: #01014d;*/
    cursor: pointer;
    /*text-transform: lowercase;*/
    /*font-size: 14px;*/
}
.et1_nav li:first-letter {
    text-transform: capitalize;
}
.radio_label {
    margin: 3px 30px 0px 5px;
}
.add_paragraph {
    background: #3fbafe !important;
}
.add_more_btn {
    background: #11104a;
    border-radius: 24px;
    color: #fff;
    font-size: 12px;
}
.add_more_btn:hover {
    color: #fff !important;
}
.et1-span-text {
    font-size: 15px;
    color: #5c5d5e !important;
}
.et1_select {
    width: 25%;
}
.et1_btn {
    text-align: center;
}
span.et1_span_btn:first-child {
    float: left;
}
span.et1_span_btn:last-child {
    float: right;
}
.sol {
    margin-left: -18px !important;
}
.fa-lightbulb-o {
    color: #fff06c;
    font-size: 22px;
}
/*.label-number {*/
/*    margin-left: 7px;*/
/*}*/
.et1-label-span {
    margin-left: 30px;
    display: flex;
    /*display: block;*/
    text-align: left;
    font-size: 15px;
}
.remedy-label-span {
    margin-left: 24px;
    display: flex;
    /*display: block;*/
    text-align: left;
    font-size: 15px;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.acas_child_menu {
    margin-left: 20px;
    font-size: 11px !important;
}
.acas_child_menu.active {
    margin-left: 20px;
    font-size: 12px !important;
}
.et1_col_1 {
    padding-right: 0px !important;
    max-width: 3%;
    margin-top: 2%;
}
.pound_sign {
    margin: 0;
    position: relative;
    /* top: 45%; */
    margin-top: 15%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
}
.pound_sign1 {
    margin: 0;
    position: absolute;
    top: 73%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
}
.percent_sign {
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
}
input,
select {
    text-indent: 10px;
}
.gradient-bg {
    /*background: radial-gradient(rgb(31, 228, 245), rgb(63, 186, 254));*/
    background: radial-gradient(rgb(63, 186, 254), rgb(63, 186, 254));
    box-shadow: 0 8px 60px 0 rgb(63, 186, 254 / 11%),
        0 12px 90px 0 rgb(63, 186, 254 / 11%);
    border-radius: 10px;
}
.pink-gradient {
    /*background: radial-gradient(#fbc1cc, #fa99b2);*/
    background: radial-gradient(#fa99b2, #fa99b2);
    box-shadow: 0 8px 30px 0 rgb(250 163 78 / 11%),
        0 12px 60px 0 rgb(250 163 78 / 11%);
    border-radius: 10px;
}
.gradient-bg:hover {
    box-shadow: 0px 6px 10px rgba(63, 186, 254 / 11%);
    transform: scale(1.01);
}
.et1-textarea {
    /*height: 70px !important;*/
    overflow: hidden;
}
/*.et1-number {*/
/*    margin-right: 5px;*/
/*}*/
/*Et1 End Builder Styling*/
.et1-form-input,
.et1-form-input:focus {
    /* border: none !important; */
    /* border: 1px solid; */
    background: #fff;
    overflow: hidden;
    /* margin: 0px 5px; */
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0px !important;
    border-bottom: 1px solid #a5a5a5 !important;
    border-radius: 0;
    font-size: 15px;
    margin-left: 1%;
    margin-right: 1%;
}
.et1-form-input::placeholder {
    color: #0229bf !important;
    background-color: #fff !important;
    padding: 1.375rem 0.78rem;
    border: none;
    /*font-weight: 400;*/
    width: auto !important;
}
.documents_and_templates {
    margin-left: 3%;
    width: 100%;
}

.search_section {
    background: #bb0000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.search_section_li {
    font-size: 16px;
    font-weight: 400;
    color: #07074f;
}

.search_section_li:hover {
    color: #bb0000;
}

.search_section_heading:hover {
    color: #bb0000;
}

.et1-dis-form-input::placeholder {
    color: #515c69 !important;
    background-color: #fff !important;
    padding: 1.375rem 0.78rem;
    border: none;
    /*font-weight: 400;*/
    width: auto !important;
}
.et1_border {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin-top: -40px;
    margin-bottom: 25px;
    position: relative;
}
.rel_status {
    width: 25%;
}
/*Start Dashboard*/
.table-bordered td,
.table-bordered th {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
    border: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter input:focus-visible {
    border: none !important;
    border-radius: 0px !important;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-bottom: 1px solid #333 !important;
}
#invoice_length select {
    text-indent: 0px;
}
.delete-account-btn {
    font-size: 12px;
}
.dashboard_li::marker {
    content: none;
}
.dashboard_nav {
    padding-left: 5px;
}
.dashboard_nav li.active {
    color: #08376b;
    font-size: 16px;
    opacity: 1;
    font-weight: 600;
}
.dashboard_nav li {
    /*opacity: 0.6;*/
    /*color: #000e7a;*/
    cursor: pointer;
    /*font-size: 12px;*/
}
.dashboard-title_sub {
    font-size: 13px;
    color: #333;
    display: block;
    text-align: left;
}
.dashboard_icon {
    font-size: 14px;
    color: #333;
    margin-right: 8px;
}
.avatar-pic {
    width: 150px;
}
.sol-toc .nav-link:hover {
    color: #939393;
}
.sol-toc .nav-link.active:hover {
    color: #fff;
}
/*End Dashboard*/
.toast {
    position: fixed;
    bottom: 0px;
    left: 42%;
    background-color: #11104a;
    color: #fff;
    border-radius: 0px;
    z-index: 99999;
}
.et1-tooltip-icon {
    font-size: 19px;
}

.acas_list li {
    list-style: none;
    color: #555;
    font-size: 14px !important;
    opacity: 1;
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 25px;
}
#saveBtn {
    background: #d4f1e0;
    border: #d4f1e0 !important;
    color: #333;
}
.disabled.preview {
    background-color: #e9e9e9;
    border-color: #e9e9e9 !important;
    color: #333;
    box-shadow: none;
}
.label-line-height {
    line-height: 3;
}
.intro_list li {
    list-style: none;
}
.job-description-input {
    width: 255px !important;
}
.material-card {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
        0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    padding: 25px;
}
.material-card:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%), 0 0 15px 0 rgb(0 0 0 / 2%),
        0 0 20px 4px rgb(0 0 0 / 6%);
}
/*Documents and templates*/
.advice-document_nav {
    overflow-y: scroll;
    max-height: 600px;
}
.product-content {
    height: 93%;
    margin-top: 10%;
}
.price-wrapper {
    position: relative;
    display: inline-block;
}
.price-slash {
    position: relative;
    width: 25%;
    height: 0;
    border-top: 2px solid red;
    transform: rotate(-14deg);
    top: 12px;
    left: 50px;
}

.price-slash-detail {
    position: relative;
    width: 50%;
    height: 0;
    border-top: 2px solid black;
    transform: rotate(-14deg);
    top: 18px;
}
/*Documents and templates*/
.boxy {
    position: relative;
    background-color: #c80003;
}
.badge3 {
    position: absolute;
    background-color: #c80003;
    text-align: center;
    line-height: 50px;
    /* width: 100px; */
    height: 50px;
    color: #fff;
    left: -15px;
    padding: 0px 15px 15px 15px;
}
.badge3:before {
    content: "";
    position: absolute;
    top: 7px;
    transform: skewY(30deg);
    left: 0px;
    width: 20px;
    height: inherit;
    background-color: black;
    z-index: -10;
}
/*App Section*/
.download-area {
    background-image: url(https://preview.colorlib.com/theme/appy/images/xdownload-bg.png.pagespeed.ic.rs5beqBEtE.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 120px;
    margin-bottom: 120px;
    color: #fff;
}
.section-property {
    margin-top: 35px;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 120px;
}
.space-20 {
    height: 20px;
}
.space-60 {
    height: 60px;
}
.download-area .mobile-image {
    margin-top: -106px;
    margin-bottom: -200px;
}
@media (max-width: 800px) {
    .mobile-image {
        margin-top: -106px;
        margin-bottom: -200px;
    }
    .mobile-image img {
        width: 100%;
        margin-bottom: 30%;
        margin-top: 15%;
    }
    .headerr_li ul {
        background: #f9f9f9;
    }
    .header-img {
        width: 68px;
        margin-top: -24px;
        margin-left: 77%;
    }
    .rescue-logo {
        width: 25%;
    }
    .back-to-top {
        bottom: 85px;
    }
    .rescue_search_btn {
        width: 17%;
    }
}
@media (min-width: 1024px) {
    .rescue-logo {
        width: 100%;
    }
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #482cbf;
    background: -webkit-linear-gradient(
        45deg,
        rgba(72, 44, 191, 1) 0%,
        rgba(106, 198, 240, 1) 100%
    );
    background: -o-linear-gradient(
        45deg,
        rgba(72, 44, 191, 1) 0%,
        rgba(106, 198, 240, 1) 100%
    );
    background: linear-gradient(
        45deg,
        rgba(72, 44, 191, 1) 0%,
        rgba(106, 198, 240, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    z-index: -2;
}
#case-app {
    scroll-margin-top: 200px;
}
/*App Section*/
/*Start How it works card*/
.works-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: 0.5s;
    /* box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%); */
    background: #13124a;
    color: #fff;
}
.work-icon {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.works-card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.works-icon {
    color: #b91316;
    font-size: 25px;
}
.content-container a,
.acc-content a,
.acc-btn a {
    color: #ad0002;
}
/*End How it works card*/
/*Start Advice Now*/
.card
    [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -35px;
    padding: 15px;
}
.card [class*="card-header-"] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card-header.card-header-primary {
    background: linear-gradient(60deg, #101048, #0f0e40);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%),
        0 7px 10px -5px rgb(156 39 176 / 40%);
    position: absolute;
    width: 96%;
    height: 85px;
}
.advice-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.advice-list li {
    list-style: none;
}
.advice-form {
    margin-top: 5%;
}
#a2 {
    order: 1;
}
#a3 {
    order: 2;
}
#a29 {
    order: 3;
}
#a50 {
    order: 4;
}
#a4 {
    order: 5;
}
#a5 {
    order: 6;
}
#a6 {
    order: 7;
}
#a7 {
    order: 8;
}
.advice-list li {
    list-style: none;
    margin-bottom: 5%;
    font-size: 15px;
}
.advice-paragraph p {
    font-size: 15px;
}
.advice-radio {
    margin-left: 1%;
}
.advice-radio label {
    float: left;
    margin-top: 14px;
    margin-left: 2%;
    margin-right: 12%;
}
.advice-main-card {
    position: relative;
    margin-top: 5%;
}
/*End Advice Now*/
/* Start Faq Section*/
.hero {
    display: flex;
    justify-content: center;
    transform: translateY(-85%);
}
.hero .img {
    filter: drop-shadow(0rem 1.5rem rgba(0, 0, 0, 0.1));
    transition: 0.3s ease-out;
}
.hero:hover .img {
    filter: drop-shadow(0rem 2.5rem rgba(0, 0, 0, 0.1));
}

.title {
    text-align: center;
    font-size: 5rem;
    padding: 1rem;
}

.acc-container {
    padding: 0rem 2rem;
    margin-top: -10%;
}
.acc-btn {
    width: 100%;
    padding: 1.6rem 2rem;
    /*font-size: 1.6rem;*/
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.acc-btn:after {
    content: "\27A4";
    color: #0f0e40;
    float: right;
    transition: all 0.3s linear;
}
.acc-btn.is-open:after {
    transform: rotate(90deg);
}
.acc-btn:hover,
.acc-btn.is-open {
    color: #000;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    color: rgba(0, 0, 0, 0.75);
    /*font-size: 1.5rem;*/
    margin: 0 2rem;
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.credit {
    text-align: center;
    padding: 1rem;
}
.credit a {
    text-decoration: wavy underline;
    color: dodgerblue;
}
.faq-container {
    background-color: #f3f6f6;
    display: grid;
    margin-top: 5%;
}
.faq-card {
    background: #fff;
    margin: 10rem auto;
    max-width: 1280px;
    min-height: 45rem;
    border-radius: 2rem;
    /*box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);*/
}
/*End Faq Section*/
.related-img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%),
        0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
}
.product-main-img {
    width: 100%;
    /*height: 50vh;*/
    object-fit: cover;
    webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%),
        0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c70103;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.radio_btn_css {
    position: relative;
    top: 20px;
}
.site_map_heading {
    color: #08376b;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 17px;
}
.site_map_li li {
    color: #08376b;
    font-size: 23px;
    margin-top: -3%;
}

.site_map_li a {
    color: #939393 !important;
    font-size: 15px;
}

.site_map_li a:hover {
    color: #bb0000 !important;
    font-size: 15px;
}
/* Mobile Responsive Start Here */
@media (max-width: 991px) {
    .rescue-nav a.logo_rescue {
        width: 80%;
    }
    .header-img {
        width: 80px;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 0;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav .rescue-container {
        justify-content: end;
        position: absolute;
        top: 90px;
        display: block;
        left: 0;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .rescue-container
        button.navbar-toggler {
        position: absolute;
        right: 0;
        padding: 0px 15px !important;
        top: -60px;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .rescue-container
        ul.navbar-nav {
        margin: 0;
        padding-top: 20px;
        background: transparent;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav .rescue-container ul li {
        padding: 0px 30px;
    }
    .fixed-top .navbar-nav .nav-item a {
        margin: 0px auto 0px 0px;
        display: table;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .rescue-container
        ul
        li
        #cart {
        float: unset;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav .rescue-container li a {
        font-size: 17px;
        line-height: 30px;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .rescue-container
        ul.navbar-nav
        span.rescue-btn {
        margin-bottom: 30px;
        height: 46px;
        padding: 0 13px;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav {
        flex-wrap: unset;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav .rescue-container {
        justify-content: end;
        background: #ffffff !important;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .container-fluid.rescue-container.show {
        height: 100vh;
    }
    .section-services .title-box .rescue_search {
        width: 300px;
    }
}
@media (max-width: 500px) {
    main#main {
        overflow-x: hidden;
    }
    /* Beadcrumbs Css Start Here */
    .breadcrumb {
        display: block !important;
    }
    .breadcrumb-item + .breadcrumb-item {
        padding: 0 !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        display: none !important;
    }
    /* Breadcrumbs Css End Here */
    .fixed-top nav.navbar .rightside-nav ul.navbar-nav {
        flex-direction: unset;
    }
    .fixed-top
        nav.navbar
        .rightside-nav
        ul.navbar-nav
        li.nav-item:nth-child(2) {
        padding: 0 10px 0 5px;
    }
    .fixed-top nav.navbar .rightside-nav ul.navbar-nav li.nav-item:last-child {
        padding: 0 10px;
    }
    .fixed-top nav.navbar .rightside-nav ul.navbar-nav li.nav-item:first-child {
        padding: 0 10px 0 30px;
    }
    .fixed-top
        nav.navbar.navbar-default.rescue-nav
        .rescue-container
        ul
        li
        #cart {
        position: absolute !important;
        left: 0;
        margin-top: 70px;
        padding: 0 30px;
    }
    .fixed-top
        nav.navbar
        .rightside-nav
        ul.navbar-nav
        li.nav-item:nth-child(3) {
        padding: 0 0px;
    }
    .fixed-top
        nav.navbar
        .rightside-nav
        ul.navbar-nav
        li.nav-item:nth-child(3)
        span.rescue-btn
        a.signup-btn {
        margin: 0 !important;
        display: block !important;
        text-align: center;
    }
    .fixed-top
        nav.navbar
        .rightside-nav
        ul.navbar-nav
        li.nav-item:nth-child(3)
        span.rescue-btn {
        padding: 0 0px;
        width: 110px;
    }
    /* Home Page Mobile Css Start Here */
    .fixed-top nav.navbar.navbar-default.rescue-nav .rescue-container li a {
        font-size: 15px;
        line-height: 25px;
    }
    .fixed-top nav.navbar.navbar-default.rescue-nav img.rescue-logo {
        width: 50% !important;
    }
    .section-t10 {
        padding-top: 12rem;
    }
    .advice-toc {
        display: none;
    }
    .section-services .title-wrap-main {
        padding-bottom: 0.5rem;
    }
    .section-services .title-a {
        font-size: 20px;
        line-height: 30px;
    }
    .border-card h4.card-title_rescue {
        font-size: 12px !important;
    }
    .border-card img {
        height: 120px;
    }
    .border-card {
        height: 200px;
    }
    .section-guides .title-link a {
        float: unset !important;
    }
    .section-guides h2.title-a {
        font-size: 20px;
        display: flex;
        flex-direction: column;
    }
    .section-guides .owl-carousel .owl-item img {
        height: 390px;
        object-fit: cover;
        padding: 0 2px;
    }
    .documents-templates .title-wrap .title-box h2.title-a {
        display: flex;
        flex-direction: column;
    }
    .documents-templates .title-wrap .title-box a.float-right {
        float: unset !important;
    }
    .documents-templates .title-wrap .title-box h2.title-a {
        font-size: 20px;
        line-height: 30px;
    }
    .documents-templates .owl-carousel .owl-stage-outer .img-box-a img {
        height: 350px;
        padding: 0 2px;
    }
    #case-app {
        margin-bottom: 0;
    }
    #case-app ul {
        padding: 0;
        margin: 0;
    }
    #case-app ul li {
        font-size: 13px;
        line-height: 23px;
        list-style: none;
        margin-bottom: 8px;
    }
    #case-app .section-padding {
        padding: 60px 10px;
    }
    .section-property .title-box h2.title-a {
        display: flex;
        flex-direction: column;
    }
    .section-property .title-box h2.title-a {
        font-size: 20px;
        line-height: 30px;
    }
    .section-property .title-box a.float-right {
        float: unset !important;
    }
    .section-guides .owl-nav {
        margin: 0px auto;
        display: table;
    }
    .section-guides .owl-nav i {
        position: unset;
        padding: 0 10px;
    }
    .documents-templates .owl-nav {
        margin: 0px auto;
        display: table;
    }
    .documents-templates i.ion-ios-arrow-back {
        position: unset;
        padding: 0 10px;
    }
    .documents-templates i.ion-ios-arrow-forward {
        position: unset;
        padding: 0 10px;
    }
    .section-property .card-box-a {
        margin-bottom: 0;
    }
    .section-property .owl-nav {
        display: none;
    }
    .section-services .title-box h2.title-a {
        display: flex;
        flex-direction: column;
        padding: 30px 0;
    }
    .section-services .title-box h2.title-a a.float-right {
        float: unset !important;
    }
    .border-card-news .owl-nav {
        margin: 0px auto;
        display: table;
    }
    .border-card-news .owl-nav i.ion-ios-arrow-back {
        position: unset;
        padding: 0 10px;
    }
    .border-card-news .owl-nav i.ion-ios-arrow-forward {
        position: unset;
        padding: 0 10px;
    }
    .border-card-news {
        padding: 0 21px;
    }
    .section-footer .social-plus-address address.address-new p {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
    }
    .section-footer .social-plus-address address.address-new p i {
        margin-bottom: 5px;
    }
    .section-footer ul.social-icons {
        margin: 0px auto;
        display: table;
    }
    .section-footer .stores ul {
        margin: 0px auto !important;
        display: table;
    }
    .section-footer .social-plus-address nav.nav-footer {
        text-align: center;
    }
    /* Home Page Mobile Css End Here */

    /* Home / Employment Tribunal Claim / ET1 Builder Css Start Here */
    .title-wrap-main .title-box {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
    }
    .title-wrap-main .title-box h2.title-a.subcat-heading {
        margin: 0;
        padding: 20px 0 0;
    }
    .section-services.section-t10 .col-md-4.mt-4 {
        margin-top: 0 !important;
    }
    /* Home / Employment Tribunal Claim / ET1 Builder Css End Here */

    /* Home / Template Letter Before Claim Css Start Here */
    .claim-template-container .form-heading {
        font-size: 21px;
    }
    .related-img {
        height: 22.5vh;
    }
    .section-t10 .col-md-4 .no-gutters .card-img.related-img {
        height: 400px;
        object-fit: contain;
        box-shadow: unset !important;
    }
    /* Home / Template Letter Before Claim Css End Here */

    /* Home / Employement Law Dictionary Css Start Here */
    .options__nav {
        display: block;
        text-align: center;
    }
    .options__nav li {
        padding: 3px 10px;
        font-size: 13px;
    }
    .options__list {
        width: 100%;
    }
    .options__list dl {
        padding: 0;
        font-size: 13px;
    }
    #contact_form .dictionary-result {
        width: 100%;
    }
    /* Home / Employement Law Dictionary Css End Here */

    /* Home / Fighting Dismissal / Disciplinary Proceedings Css Start Here */
    #news_carousel .owl-item .card {
        height: auto !important;
    }
    /* Home / Fighting Dismissal / Disciplinary Proceedings Css End Here */

    /* Cart Page Css Start Here */
    .section-services.section-t10 .section.my-5.pb-5 {
        margin: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-t10 .table-responsive table.table.product-table {
        margin-bottom: 0;
    }
    .section-t10 .table-responsive table.table.product-table td {
        font-size: 11px;
        padding: 10px 10px;
    }
    .section-t10 .table-responsive table.table.product-table th {
        font-size: 11px;
    }
    .section-t10 .table-responsive table.table.product-table td a {
        font-size: 13.1px;
    }
    .section-t10
        .table-responsive
        table.table.product-table
        td
        a.btn.btn-sm.btn-danger.waves-effect.waves-light.material-card-shadow {
        width: 30px;
        margin: 2px 0;
    }
    .section-t10
        .table-responsive
        table.table.product-table
        td
        span.number_btns
        span {
        display: none;
    }
    .section-t10
        .table-responsive
        table.table.product-table
        td
        span.number_btns
        #input-number-181 {
        text-align: center;
        padding: 0 0 !important;
        width: 30px;
        text-indent: unset;
    }
    .section-t10 .table-responsive table.table.product-table td h5 strong {
        font-size: 14px;
    }
    .section-t10 .table-responsive table.table.product-table td h5 {
        text-align: center;
    }
    .section-t10
        .table-responsive
        table.table.product-table
        .btn.btn-danger.btn-rounded.waves-effect.waves-light.rescue-red-btn {
        font-size: 12px !important;
        padding: 5px 15px;
        width: 160px;
    }
    /* Cart Page Css End Here */

    /* Profile Page Css Start Here */
    .section-t10 .rescue-collapsible-container {
        padding: 0;
    }
    .section-t10 .rescue-collapsible-container .form-heading {
        padding: 15px 0 0;
    }
    .dataTables_wrapper #invoice_length {
        margin: 0 0 30px;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px;
    }
    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        height: 35px !important;
        outline: none;
    }
    #invoice_wrapper #invoice td {
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }
    #invoice_wrapper #invoice th {
        font-size: 14px;
    }
    #invoice_wrapper #invoice td:last-child {
        display: flex;
        flex-direction: column;
    }
    #invoice_wrapper #invoice td:last-child a {
        margin: 4px 0;
    }
    .section-t10 .rescue-collapsible-container #account_details .w-50 {
        width: 100% !important;
    }
    .section-t10 .rescue-collapsible-container #account_details .file-field {
        text-align: center;
    }
    .section-t10 .rescue-collapsible-container #account_details h4 {
        padding: 15px 0 0;
        text-align: center;
    }
    .section-t10 .rescue-collapsible-container #account_details label {
        padding-left: 5px;
    }
    .section-t10
        .rescue-collapsible-container
        #account_details
        button.rescue-red-btn {
        width: 100%;
    }
    .section-t10 .rescue-collapsible-container #account_details .form-heading {
        color: #c60003;
        font-size: 24px;
        line-height: 34px;
        margin-top: 0 !important;
        text-align: center;
    }
    .section-t10
        .rescue-collapsible-container
        #account_details
        .delete-account-btn {
        background: #c60003;
        border: 0;
        color: #fff;
        font-size: 16px;
        width: 100%;
        padding: 8px 0;
    }
    /* Profile Page Css End Here */

    /* Document Creator Form Css Start Here */
    .section-services .title-wrap-main i.fa.fa-pencil.edit-title {
        margin: 3px 8px;
    }
    form#documentForm #intro_menu .card-body {
        padding: 0;
    }
    form#documentForm #intro_menu .card-body .ml-5 {
        margin-left: 15px !important;
    }
    form#documentForm #intro_menu .card-body ul {
        padding-left: 20px;
    }
    .content-fixed-accordion .card.content {
        margin-top: 20px;
    }
    .content-fixed-accordion .card.content a {
        font-size: 14px;
        line-height: 26px;
    }
    a#nextBtn {
        float: unset !important;
        width: 100%;
    }
    form#documentForm h4#intro_title {
        padding-bottom: 10px;
    }
    form#documentForm .form-group.material-card {
        padding: 0 0;
        margin-bottom: 0 !important;
    }
    form#documentForm
        .form-group.material-card
        a.btn.add_more_btn.material-card-shadow {
        float: unset !important;
        width: 100%;
        margin-bottom: 10px !important;
    }
    form#documentForm .form-group.material-card .mb-2.mt-4.col-sm-12 {
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }
    form#documentForm .et1_btn span a {
        width: 100%;
        margin: 5px 0;
    }
    form#documentForm .card-body .form-control {
        margin: 0 !important;
        width: 100% !important;
        margin: 10px 0 !important;
        border-bottom-color: #ced4da !important;
    }
    form#documentForm .card-body .form-group.material-card.form-inline {
        display: block;
    }
    form#documentForm .card-body .material-card {
        box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
            0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%) !important;
        padding: 15px 15px !important;
        margin-bottom: 10px !important;
    }
    form#documentForm .card-body a.btn.add_more_btn {
        width: 100%;
        padding: 10px 0;
    }
    form#documentForm .card-body .form-control::placeholder {
        padding: 0px !important;
    }
    form#documentForm #case_detail_menu span {
        margin-left: 0 !important;
    }
    form#documentForm .card-body textarea.form-control {
        padding: 15px 10px !important;
        border-bottom-color: #ced4da !important;
    }
    form#documentForm #dissability input[type="radio"] {
        position: relative !important;
        top: 6px;
    }
    form#documentForm #dissability input[type="radio"] {
        margin-left: -5px !important;
    }
    form#documentForm #dissability label span {
        margin-left: 0 !important;
    }
    form#documentForm
        .card-body
        span.select2.select2-container.select2-container--default {
        margin-left: 0;
    }
    form#documentForm
        .card-body
        span.select2.select2-container.select2-container--default
        span.select2-selection.select2-selection--multiple {
        margin-left: 0;
    }
    form#documentForm
        .card-body
        span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    form#documentForm
        .card-body
        span.select2.select2-container.select2-container--default
        textarea {
        height: 30px !important;
        padding: 4px 0;
    }
    form#documentForm .card-body label {
        font-size: 11px !important;
        margin-left: 0 !important;
    }
    form#documentForm .card-body .form-control::placeholder {
        font-size: 11px;
    }
    form#documentForm .card-body .form-group.mb-2.ml-2 {
        margin-left: 0 !important;
    }
    form#documentForm .card-body h4.form-heading {
        font-size: 20px;
    }
    form#documentForm .card-body h4.form-heading {
        font-size: 17px;
    }
    form#documentForm span.click_on_acas_c.an_uplift_of_show.et1-label-span {
        margin: 0;
    }
    form#documentForm ul.click_on_acas_c.et1_nav.acas_child_list li {
        margin-left: 0;
    }
    form#documentForm .click_on_acas_c a.click_on_acas_c {
        margin-left: 0 !important;
    }
    form#documentForm .card-body .col-md-11.ml-4 {
        margin-left: 0 !important;
    }
    form#documentForm .card-body input[type="radio"] {
        height: 20px !important;
        margin-top: 0px;
        margin-left: 0px;
    }
    #incident_menu
        .card-body
        .material-card
        span.ml-1.text-left.d-block.et1-span-text {
        margin-left: 30px !important;
    }
    #incident_menu
        .card-body
        .material-card
        span.ml-1.text-left.d-block.et1-span-text {
        margin-left: 30px !important;
    }
    #incident_menu .card-body .material-card span {
        margin-left: 0 !important;
    }
    #incident_menu .card-body .material-card label.mb-3.ml-2 {
        margin-left: 0 !important;
    }
    #incident_menu .card-body .material-card label.ml-2 {
        margin-left: 0 !important;
    }
    form#documentForm .card-body .col-md-11 {
        margin-left: 0 !important;
    }
    form#documentForm .card-body .form-group.mb-2.ml-3 {
        margin-left: 0 !important;
    }
    form#documentForm .card-body .et1-label span.et1-label-span {
        margin-left: 0;
    }
    form#documentForm .card-body input[type="checkbox"] {
        height: 30px !important;
        position: absolute;
        left: 0;
        top: -4px;
    }
    form#documentForm .card-body label.ml-2 {
        margin-bottom: 0 !important;
        margin-left: 25px !important;
        font-size: 11px !important;
    }
    form#documentForm .card-body .material-card span {
        position: relative;
    }
    form#documentForm .card-body .material-card span {
        font-size: 11px !important;
        margin-left: 12px;
    }
    form#documentForm #jurisdiction_menu span {
        margin-left: 0 !important;
    }
    form#documentForm #continuing_acts span {
        margin-left: 0 !important;
    }
    form#documentForm #impact_menu .et1-label {
        margin-left: 20px;
    }
    form#documentForm #impact_menu span {
        margin-left: 0;
    }
    form#documentForm .card-body .form-inline {
        position: relative;
    }
    form#documentForm .card-body .material-card span input.radio_btn_css {
        left: -14px;
        top: -12px;
    }
    form#documentForm
        #remedy_menu
        .form-group.label-number.material-card
        label.ml-3 {
        margin-left: 0px !important;
        margin-bottom: 0;
    }
    form#documentForm #remedy_menu .form-inline {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    form#documentForm #remedy_menu .material-card.pt-2.mb-3 span {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0;
    }
    form#documentForm
        #remedy_menu
        .material-card.pt-2.mb-3
        span
        input[type="checkbox"] {
        position: unset !important;
        height: unset !important;
        margin-bottom: 10px;
    }
    form#documentForm #remedy_menu .material-card.pt-2.mb-3 span i {
        margin: 0 !important;
    }
    form#documentForm #remedy_menu .form-inline input[type="checkbox"] {
        position: unset !important;
        height: unset !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    form#documentForm #remedy_menu .form-inline label.ml-2 {
        margin-left: 0px !important;
        margin-top: 0;
    }
    form#documentForm #remedy_menu .form-inline .material-card label.ml-3 {
        margin-left: 0 !important;
    }
    form#documentForm #remedy_menu .form-inline i {
        margin: 0 3px 0px 0px !important;
    }
    form#documentForm #appeal_menu label.click_on_acas_c {
        margin-left: 15px !important;
    }
    form#documentForm #appeal_menu input[type="radio"].click_on_acas_c {
        height: unset !important;
        position: absolute;
        top: 18px !important;
        left: 5px;
    }
    form#documentForm #appeal_menu .material-card {
        position: relative;
    }
    form#documentForm #appeal_menu label.click_on_acas_c span {
        margin: 0 !important;
        display: none;
    }
    form#documentForm #grievance_menu span.form-inline input[type="checkbox"] {
        position: unset !important;
        height: unset !important;
        margin: 0 0 !important;
    }
    form#documentForm #grievance_menu label.click_on_acas_c {
        margin-left: 0 !important;
    }
    form#documentForm #grievance_menu span.form-inline {
        margin-left: 0 !important;
    }
    form#documentForm #grievance_appeal_menu label.click_on_acas_c {
        margin-left: 0 !important;
    }
    form#documentForm
        #grievance_appeal_menu
        span.form-inline
        input[type="checkbox"] {
        margin-right: 10px;
        height: unset !important;
    }
    form#documentForm #investigation_menu .click_on_acas_c input[type="radio"] {
        /* position: unset !important; */
        height: unset !important;
        z-index: 5;
    }
    form#documentForm #investigation_menu span.click_on_acas_c {
        padding-left: 20px;
    }
    form#documentForm #investigation_menu span {
        margin: 0 !important;
    }
    form#documentForm div#grievance_menu input[type="radio"] {
        height: unset !important;
        position: unset;
        margin-top: 0px;
    }
    form#documentForm
        div#grievance_menu
        label.click_on_acas_c.an_uplift_of_show {
        margin: 0 !important;
    }
    form#documentForm div#incident_menu .material-card input[type="radio"] {
        position: relative;
        height: unset !important;
        margin: 0 !important;
        top: 2px;
        left: 0 !important;
    }
    form#documentForm
        div#incident_menu
        .material-card
        span.ml-1.text-left.d-block.et1-span-text {
        margin: 0 !important;
    }
    form#documentForm div#previous_warnings input[type="radio"] {
        height: unset !important;
        position: unset !important;
    }
    form#documentForm .et1_btn span.et1_span_btn {
        float: unset;
    }
    form#documentForm div#jurisdiction_menu .form-group.mb-4.ml-4 {
        margin: 0 !important;
    }
    form#documentForm div#warning_menu .material-card input[type="radio"] {
        height: unset !important;
        position: unset !important;
    }
    form#documentForm div#warning_menu .material-card .col-md-8.ml-3 {
        margin: 0 0 0px !important;
    }
    form#documentForm div#incident_menu .row label {
        padding: 0 10px;
    }
    form#documentForm div#performance_menu input[type="checkbox"] {
        position: relative;
        left: 0;
        top: 10px;
    }
    form#documentForm div#_direct_discrimination input[type="radio"] {
        position: relative !important;
        left: -2px;
        top: 6px;
    }
    /* Document Creator Form Css Start Here */

    /* SOL Form Css Start Here */
    .subcat-card-padding {
        margin: 5px 0;
    }
    div#sol_form_unfair form#sol_cal input {
        width: 100%;
    }
    div#sol_form_unfair form#sol_cal .add_more_btn {
        width: 100%;
    }
    div#sol_form_unfair a#party_next {
        width: 100%;
    }
    div#sol_form_unfair .material-card {
        padding: 20px 10px;
    }
    div#sol_form_unfair .et1_btn a {
        width: 100%;
        margin: 8px 0 0 !important;
        display: inline-block;
    }
    div#sol_form_unfair .et1_btn a#case_prev {
        width: 100% !important;
    }
    div#sol_form_unfair .et1_btn span.et1_span_btn {
        float: unset;
    }
    div#sol_form_unfair div#your_income input {
        padding-left: 30px;
    }
    div#sol_form_unfair div#divBasic_award input {
        padding-left: 30px;
    }
    div#sol_form_unfair div#divBasic_award textarea::placeholder {
        padding: 0;
    }
    div#sol_form_unfair input {
        padding-left: 30px;
        margin-bottom: 5px;
    }
    div#sol_form_unfair input::placeholder {
        padding: 0;
    }
    div#sol_form_unfair textarea::placeholder {
        padding: 0;
        font-size: 10.7px;
        line-height: 14px;
    }
    div#sol_form_unfair a#statutory_deduction_prev {
        width: 100%;
    }
    div#sol_form_unfair a#previewBtn {
        width: 100%;
        margin: 8px 0 0;
    }
    div#sol_form_unfair a#statutory_deduction_next {
        width: 100%;
        margin-top: 8px;
    }
    div#sol_form_unfair ul#statutory_list label {
        display: block !important;
    }
    div#sol_form_unfair ul#statutory_list input[type="checkbox"] {
        width: unset !important;
        margin: 3px 0 0 0;
        /* position: inherit; */
    }
    div#sol_form_unfair
        ul#statutory_list
        .material-card
        .col-form-label
        .sol-span-text {
        margin-left: 20px !important;
    }
    div#sol_form_unfair ul#statutory_list label span {
        margin: 0 !important;
    }
    div#sol_form_unfair ul#statutory_list span.d-flex span.pound_sign1 {
        top: 70%;
    }
    div#sol_form_unfair .load-more-btn a#loadMore {
        width: 100%;
        margin: 0 0px 0 10px;
    }
    div#sol_form_unfair a#statutory_prev {
        width: 100%;
    }
    div#sol_form_unfair .calculator-btn {
        width: 100%;
        margin-top: 8px;
    }
    div#sol_form_unfair select {
        padding: 0 0;
    }
    div#sol_form_unfair textarea#future_loss_of_bonus_details {
        height: auto !important;
    }
    div#sol_form_unfair form#sol_cal input[type="radio"] {
        width: unset;
        height: auto !important;
        margin: 0 !important;
    }
    div#sol_form_unfair form#sol_cal .row.advice-radio {
        display: grid;
    }
    div#sol_form_unfair form#sol_cal .row.advice-radio label {
        margin-left: 0;
    }
    .sol-result-container {
        width: 100%;
    }
    .sol-result-container h6.panel-title.row {
        margin: 0 !important;
        flex-direction: column;
    }
    .sol-result-container h6.panel-title.row span {
        text-align: left !important;
        padding: 5px;
        margin: 5px 0 0;
    }
    /* SOL Form Css Start Here */
}
/* Mobile Responsive End Here */
