@import url('https://www.lawsyst.co.uk/assets/css/bootstrap.min.css');

@font-face {
    font-family: 'simples';
    src: url('https://lawsyst.co.uk/assets/fonts/simples/simples.eot');
    src: url('https://lawsyst.co.uk/assets/fonts/simples/simples.eot?#iefix') format('embedded-opentype'),
        url('https://lawsyst.co.uk/assets/fonts/simples/simples.woff2') format('woff2'),
        url('https://lawsyst.co.uk/assets/fonts/simples/simples.woff') format('woff'),
        url('https://lawsyst.co.uk/assets/fonts/simples/simples.ttf') format('truetype'),
        url('https://lawsyst.co.uk/assets/fonts/simples/simples.svg#.') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.mainbanner{
    background-position: center;
    background-size: cover;
    padding: 0px 0 0px 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.dropdown-menu #row1{
    gap: 0px;
    flex-wrap: wrap;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: auto;
    width: auto;
    top: auto;
    right: auto;
    height: 300px;
    left: auto;
}
.nav-item:last-child .dropdown-menu {
    right:0 !important;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

a.nav-link.dropdown-toggle:hover::after {
    width: 80%;
    background: #16a44a;
}

a.nav-link.dropdown-toggle.active.show:after {
    content: "";
    display: block;
    margin: 0;
    height: 3px;
    width: 0;
    bottom: 0px;
    position: absolute;
    border: none;
    background: transparent;
    width: 80%;
    background: #16a44a;
}

a.nav-link.dropdown-toggle {
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
}

a.nav-link.dropdown-toggle:after {
    content: "";
    display: block;
    margin: 0;
    height: 3px;
    width: 0;
    bottom: 0px;
    position: absolute;
    border: none;
    background: transparent;
    transition: all 0.3s;
}

.dropdown-menu.show {
    display: block !important;
}

ul#activelink {
    position: relative;
}

.mega-content h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mega-content .list-group {
    border: none;
    display: block;
    border-radius: 0;
}

.mega-content .list-group .list-group-item {
    border: none !important;
    padding: revert-layer;
    font-size: 13px;
    margin-bottom: 6px;
    transition: .4s ease all;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    width: fit-content;
}

.list-group-item:hover::after {
    width: 100%;
    background: #16a44a;
}

.list-group-item:after{
    content: "";
    display: block;
    margin: 0;
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    border: none;
    background: transparent;
    transition: all 0.3s;
}

.mega-content .list-group .list-group-item:hover {
    color: #16a44a;
}

.dropdown-toggle i {
    font-size: 12px;
    transition: .4s ease all;
}

.dropdown-toggle.show i {
    transform: rotate(180deg);
}
.list-group-item.active {
    background: transparent;
    color: #000;
}

/********************
font family
*********************/
.navbar-brand img{
    width: 170px;
  max-width: 100%;
  height: 60px;
  margin-bottom: 8px;
}
body{
    font-family: 'simples' !important;
    font-size: 14pt;
}

h1,h2,h3,h4,h5,h6,p,span{
    font-family: 'simples' !important;
}

/********************
font family end
*********************/

/********************
Modal css
*********************/

.modal {
    background-color: #eeeeeed1;
}
.modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-content {
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    border-radius: 0;
    padding-bottom: 10px;
}
.modal-header {
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}
.btn-close {
    opacity: 1;
}
.btn-close:hover {
    opacity: 1;
}
.modal-body{
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}
.modal-body .contactsection {
    padding-top: 10px;
    background-color: transparent;
}
.modal-body .contactinfo p.cpt {
    font-weight: 400;
    font-size: 14pt;
}
.modal-body .contactinfo {
display: block;
}

.psection img{
    object-fit: contain;
}

.modal-body .contactinfo .cpt {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}
.modal-body .contactinfo p.cpt {
    font-weight: 400;
    font-size: 14pt;
    text-align: left;
    color: #fff;
}
.modal-body .contactinfo .fa {
    font-weight: 900;
    color: #16a44a;
    padding: 8px;
    
    background: #eee;
    border-radius: 50%;
    font-size: 20px;
}
.contactinfo a:hover {
    font-weight: 500;
}
.modal-body .contactinfo p {
    color: #fff;
    font-size: 14pt;
}
/********************
Modal css end
*********************/
.what-icon {
    background-color: #04a53a;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 36px;
    transition: .4s ease all;
}
.what-icon:hover{
    color: #fff;  
    background-color: #03792a;
}

#bank-sec1 .g-revin-mobile,
.innersection .g-revin-mobile,
.bannersection .g-revin-mobile{
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navone {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        margin-top: 40px;
    }

    .topbar .topbtn {
        position: unset;
        top: 15px;
    }

    .topbar {
        background-color: #16a44a;
        padding: 10px;
        text-align: end;
        top: 15px;
    }

    .topbtn {
        position: absolute;
        top: 15px;
    }

    .topbar .topbtn .reqbtn {
        padding: 5px 20px 6px 20px;
        margin-right: 10px;
        background-color: #000;
    }

    .navbar-expand-lg .navtwo {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        margin-top: 0px;
    }

    .navbar-expand-lg .navthree {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        margin-top: 0px;
    }
    .nav-link:focus, .nav-link:hover, .nav-link.active {
        color: #16a44a;
    }

}
.modal-header {
    border: none;
}
.modal-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}
.modal-content {
    border-radius: 15px;
    padding-bottom: 10px;
}
.modal-body {
    padding: 20px 20px 20px 20px !important;
}
button.navbar-toggler {
    width: 55px !important;
    border-radius: 0.25rem !important;
    box-shadow: 1px 1px 4px #0000008f;
}

button.navbar-toggler:hover,
button.navbar-toggler:focus{
    box-shadow: 1px 1px 4px #0000008f;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: inherit;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #00000042;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.error {
    color: red;
}
.error {
    display: none;
}
.banner_form_phone {
    display: flex;
}
.phone_col1 {
    width: 15%;
}
.phone_col2 {
    width: 85%;
    padding-left: 10px;
}

@media screen and (max-width: 480px) {
    .bannertitle {
        font-weight: 800;
        font-size: 2em !important;
    }

    .navbar>.container {
        justify-content: space-between;
        column-gap: 0;
        row-gap: 0;
    }
    .navbar>.container>.navbar-brand {
        margin-right: 0;
        padding: 0;
        display: inline-block;
        line-height: 1em;
    }

    .bannerbtn {
        margin-top: 10px;
        margin-bottom: 50px !important;
        background-color: #16a44a;
        color: #fff;
        padding: 12px 30px 12px 30px;
        text-decoration: none;
        font-size: 1.2em;
        transition: all .2s ease-in-out;
        border-radius: 10px;
    }

    img.imageboxs {
        width: 100%;
    }

    .isect {
        padding-top: 0rem !important;
    }

    .cardsection {
        padding: 20px;
        border-radius: 15px;
        border: 1px solid #e3e3e3;
        transition: all .3s ease-in-out;
        height: auto !important;
        margin-top: 30px;
        display: inline-flex;
        background: #fff;
    }

    .cardsec {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        margin-top: 40px;
    }
}

/* ------------Headerone--------------- */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 2px rgb(71, 71, 71); */
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #16a44a;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #16a44a;
}

* {
    box-sizing: border-box;
}
h2, h3, h4, h5, h6{
    letter-spacing: 0px;
}
.navbar {
    background: #fff;
}

.navbar-toggler-icon {
    background-image: url('https://lawsyst.co.uk//public/Image/menu-icon.png');
}

.nav-link {
    color: #000;
    font-size: 18px;
}

.nav-link:hover,
.nav-link:focus, 
.nav-link.active {
    color: #16a44a;
}



.topbtn a {
    color: #000;
    text-decoration: none;
}

a.reqbtn {
    color: #fff;
}
img.g-rev {
    width: 200px;
    margin-left: 30px;
}
/* ------------Headertwo--------------- */

.reqbtn{
    font-size: .80625rem;
    cursor: pointer !important;
    text-align: center;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 31.25rem !important;
    font-weight: 600;
    padding: calc(1*0.525rem) calc(3*0.525rem);
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    background-color: #16a44a;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #fff;
    letter-spacing: 0px;
}

.reqbtn:hover{
    box-shadow: 0 4px 24px rgba(0,0,0,.15);
    color: #fff;
    border-color: #003300;
    background-color: #003300;
}

.bannerbtn,
.demobtn,
.btn_inq_form,
.bannersection  .tnp-submit,
#BtnSubmit {
    font-size: .90625rem;
    cursor: pointer !important;
    text-align: center;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 31.25rem !important;
    font-weight: 600;
    padding: calc(1*0.525rem) calc(4*0.525rem);
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    background-color: #16a44a;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #fff;
    letter-spacing: 0px;
}

.bannerbtn:hover,
.demobtn:hover,
.btn_inq_form:hover,
.bannersection  .tnp-submit:hover,
#BtnSubmit:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,.15);
    color: #fff;
    border-color: #003300;
    background-color: #003300;
}

.tnp-email,
.tnp-email:active,
.tnp-email:focus, 
.tnp-email:focus-visible{
    font-size: .90625rem;
    cursor: pointer !important;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 31.25rem !important;
    font-weight: 600;
    padding: calc(1*0.525rem) calc(4*0.525rem);
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #000;
    letter-spacing: 0px;
    width: 260px;
    margin-right: -30px;
    outline: none;
}
select#CntSelInterest, 
#CntTxtName, 
#CntTxtEmail, 
#CntTxtCompanyName, 
#CntCompSize, 
#CmbCountry1, 
#CntTxtPhone,
#TxtFirstName,
#TxtEmail,
#TxtCompName,
#CompSize,
#CmbCountry,
#TxtCountryCode,
#TxtPhoneNumber {
    font-size: .90625rem;
    cursor: pointer !important;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 31.25rem !important;
    font-weight: 600;
    padding: calc(1*0.525rem) calc(2*0.525rem);
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #000;
    letter-spacing: 0px;
    outline: none;
}

textarea#CntTxtMsg,
#TxtMsg {
    font-size: .90625rem;
    cursor: pointer !important;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 1.25rem !important;
    font-weight: 600;
    padding: calc(1*0.525rem) calc(2*0.525rem);
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #000;
    letter-spacing: 0px;
    outline: none;
}

.bannertitle {
    font-weight: 800;
    font-size: 54px;
}

.bannerpara {
    font-size: 14pt;
}
.pt-3{
    text-align: center;
}
section.main-section {
    margin: 40px 0px;
}

img.Crown {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.col-lg-5.md-12.sm-12.left-crown {
    align-items: center;
    display: flex;
}

.content p {
    margin-top: 15px;
}

section.inner {
    margin: 25px 0px;
}

.image-box {
    display: flex;
    align-items: center;
}

.image-box h4 {
    margin: 0px 10px;
    font-weight: 700;
    font-size: 18px;
}

hr.divide {
    width: 30%;
    height: 2px;
    background-color: #000;
    margin-left: 60px;
    margin-top: 0px;
}

/* ul li {
    font-size: 12px;
    color: rgb(78, 78, 78);
    font-weight: 500;
} */
.secpara {
    padding-left: 38px;
    margin-top: -5px;
    font-size: 14px;
    color: rgb(78, 78, 78);
    font-weight: 500
}
.secpara ul li{
    margin-bottom: 8px;
}

.secheading {
    font-weight: 800;
    font-size: 2rem;
}

.secdiscription {
    font-size: 14px;
}

.psection {
    padding: 50px 0 50px 0;
}

.paheading {
    font-weight: 800;
    text-align: center;
}

.secdiscription {
    font-size: 18px;
}

.imageboxs {
    transition: box-shadow .3s;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    display: block;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 0px;
}

.imageboxs p {
    margin-bottom: 10px;
    margin-top: -10px;
}

.imageboxs:hover {
    -webkit-box-shadow: 4px 4px 15px -4px #000000;
    box-shadow: 4px 4px 15px -4px #000000;
    border-radius: 15px;
    -ms-transform: scale(1.03);
    /* IE 9 */
    -webkit-transform: scale(1.03);
    /* Safari 3-8 */
    transform: scale(1.03);
    color: #000;
}

.isect {
    padding-top: 1.5rem;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #000;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #16a44a;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

ul {
    margin: 0;
    list-style-image: url('../../public/Image/arrow.png');
    padding-left: 20px;
    padding-top: 10px;
}

h1.cbheading {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

.bannersection {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.innersection {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cpt {
    text-align: center;
    font-weight: 600;
}

.card {
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    transition: all .3s ease-in-out;
    height: 70%;
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 15px;
    background-color: #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-in-out;
}

h5.card-title {
    font-weight: 800;
    font-size: 20px;
}

.card:hover .card-body {
    color: #fff;
}

.card:hover img {
    /* -ms-transform: scale(1.03);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); */
    transition: all .3s ease-in-out;
}

.cardsection {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    transition: all .3s ease-in-out;
    height: 350px;
    display: inline-flex;
    background: #fff;
    margin: 15px 0px 10px 0px;
}

.cardsection:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 15px;
    border: 2px solid #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-in-out;
}

.cardsection:hover h5.card-title {
    font-weight: 900;
}

.card-img {
    text-align: right;
}

.card-img img {
    width: 100%;
}

p.card-text {
    font-size: 14pt;
}

p.call-text {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.call {
    padding: 50px;
    background: #16a44a;
}

.test {
    padding: 30px;
    background: #e3e3e3;
}

.test-text {
    margin: 0;
    color: #000;
    font-size: 30px;
}

.test blockquote {
    font-size: 28px;
}

.demo {
    padding: 30px;
    background: #f5f5f5;

}

.demo-img {
    text-align: right;
}

.demo-img img {
    width: 80%;
    border-radius: 15px;
}

h5.demo-title {
    font-size: 40px;
    font-weight: 800;
}

p.demo-text {
    font-size: 14pt;
}

/*.cardfeature {
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 95%;
    transition: all .3s ease-in-out;
}*/

/*.cardfeature:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 15px;
    border: 2px solid #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}
.cardfeature img {
    border-radius: 20%;
    width: 60%;
}
.cardfeature:hover.cardfeature img {
    border-radius: 20%;
    width: 60%;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: all .4s ease-in-out;
}*/




.cardfeature .card-text {
    font-size: 14pt;
    font-weight: 400;
    color: #003300;
    margin: 0 auto;
}

.cardfeature .card-title {
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    margin: 0 auto 0.75em !important;
    font-size: 1.75rem;
    color: #003300;
    font-weight: 900;
}
h5.card-title::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #19a54b;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.featurebottom {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}


/* ////////////////////// */

.pricingtable {
    background-color: #16a44a26;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.head-text {
    width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 30px;
}

.pricingtable .ph {
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
}

.pricingtable h1 {
    text-align: center;
    margin-top: 2rem;
}

.pricingtable p {
    text-align: left;
    margin-bottom: 10px;
}

.pricingtable .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pricingtable .plan {
    background-color: #fff;
    padding: 30px 10px 30px 10px;
    margin: 12px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    width: 340px;
}

.pricingtable h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.pricingtable .price {
    margin-bottom: 1rem;
    font-size: 30px;
}

.pricingtable ul.features {
    list-style-type: none;
    text-align: left;
    padding-left: 10px;
}

.pricingtable li {
    margin: 8px;
}

.pricingtable .fas {
    margin-right: 4px;
}

.pricingtable .fa-check-circle {
    color: #6ab04c;
}

.pricingtable .fa-times-circle {
    color: #eb4d4b;
}

.pricingtable button {
    border: none;
    width: 70%;
    padding: 12px 35px;
    margin-top: 1rem;
    background-color: #16a44a;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pricingtable .popular {
    border: 2px solid #16a44a;
    position: relative;
    transform: scale(1.05);
    border-radius: 15px;


}
.popular .span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #16a44a;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;
}

.pricingtable .popular li {
    font-size: 15px;
    font-weight: 700;
}

.pricingtable .plan:hover li {
    font-size: 15px;
    font-weight: 700;
}

.popular:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.plan:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
    border: 2px solid #16a44a;
    position: relative;
    transform: scale(1.08);
    border-radius: 15px;


}
.plan:hover .span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #16a44a;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;
}


.pricingtable .timep {
    font-size: 14px;
    font-weight: 500;
}

.pricingtable .price h5 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -5px;
}
.pricingtable .price h5 sub {
    font-size: 14px;
    font-weight: 500;
}


/* ////////////////////// */

.pricingpagetable {
    background-color: #16a44a26;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pricingpagetable .ph {
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricingpagetable h1 {
    text-align: center;
    margin-top: 2rem;
}

/* .pricingpagetable p {
    text-align: center;
    margin-bottom: 4rem;
} */

.pricingpagetable .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pricingpagetable .plan {
    background-color: #fff;
    padding: 30px 10px 30px 10px;
    margin: 12px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    width: 23%;
    height: 780px;
}

.pricingpagetable h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.pricingpagetable .price {
    margin-bottom: 1rem;
    font-size: 30px;
}

.pricingpagetable ul.features {
    list-style-type: none;
    text-align: left;
}

.pricingpagetable li {
    margin: 8px;
}

.pricingpagetable .fas {
    margin-right: 4px;
}

.pricingpagetable .fa-check-circle {
    color: #6ab04c;
}

.pricingpagetable .fa-times-circle {
    color: #eb4d4b;
}

.pricingpagetable .sbtn {
    border: none;
    width: 90%;
    padding: 12px 20px;
    margin-top: 1rem;
    background-color: #16a44a;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pricingpagetable .popular {
    border: 2px solid #16a44a;
    position: relative;
    transform: scale(1.05);
    border-radius: 15px;


}
.popular .span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #16a44a;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;
}

.pricingpagetable .popular li {
    font-size: 15px;
    font-weight: 700;
}

.pricingpagetable .plan:hover li {
    font-size: 15px;
    font-weight: 700;
}

.popular:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.plan:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
    border: 2px solid #16a44a;
    position: relative;
    transform: scale(1.08);
    border-radius: 15px;


}
.plan:hover .span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #16a44a;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;
}


.pricingpagetable .timep {
    font-size: 20px;
    font-weight: 500;
}

.pricingpagetable .price h3 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -15px;
}
.rbtn {
    border: none;
    width: 65%;
    padding: 12px 15px;
    margin-top: 1rem;
    background-color: #16a44a;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.fa-star:before {
    content: "\f005";
    color: gold;
}
.disc {
    text-align: left;
    margin-top: 105px;
}
.pricingpagetable .features {
    overflow-y: scroll;
    height: 70%;
}

.pricingpagetable::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.pricingpagetable ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(172, 172, 172);
    border-radius: 5px;
    border: 1px solid #16a44a;
}

/* Handle */
.pricingpagetable::-webkit-scrollbar-thumb {
    background: #16a44a;
    border-radius: 10px;
}

/* Handle on hover */
.pricingpagetable::-webkit-scrollbar-thumb:hover {
    background: #16a44a;
}
.pp {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}



.faqhead {
    background-color: #16a44a;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faqpara {
    padding: 20px;
    border: 1px solid #c7c7c7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.faqsection .col-md-6 {
    margin-top: 15px;
}



/* Footer Css */

.footer {
    background-color: #e3e3e3;
    border-top: 1px solid #ebebeb;
    padding-top: 80px;
    padding-bottom: 30px;
    z-index: 99;
    position: relative;
}
.bfooter {
    background-color: #e3e3e39d;
    border-top: 1px solid #ebebeb;
    padding: 15px;

}
.footer-links {
    display: inline-grid;
}
.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 14pt;
    font-weight: 500;
    padding: 5px;

}
.footer-links a:hover {
    color: #16a44a;
    transition: 0.3s;
    text-decoration: underline;
}
.footer-links a:active {
    color: #16a44a;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
}
.footertext {
    margin-top: 20px;
    font-size: 14pt;
    font-weight: 500;
    padding-right: 25px;
}
.contactinfo {
    display: inline-flex;
}
.footer .contactinfo {
    display: inline-grid;
}
.contactinfo a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}
.contactinfo a:hover {
    color: #16a44a;
    transition: 0.3s;
    text-decoration: none;
}
.contactinfo .fa {
    font-weight: 900;
    color: #fff;
    padding: 8px;
    background: #16a44a;
    border-radius: 50%;
    font-size: 20px;
}
.bnr-img {
    text-align: center;
}
.social a {
    color: black;
    text-decoration: none;
    font-size: 30px;
    padding: 0px;
    margin: 5px;
    text-align: center;
}
.social .fa-brands, .fab {
    font-weight: 400;
    color: #16a44a;
}
.btext {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.about .cardfeature img {
    border-radius: 0;
    width: 70%;
}
.about {
    padding: 40px 0px;
}
/*.about .cardfeature:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 0px;
    border: 2px solid #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}
.about .cardfeature:hover.cardfeature img {
    border-radius: 0;
    width: 70%;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: all .4s ease-in-out;
}*/
.cardfeature .row {
    align-items: center;
}
.crd-img {
    text-align: right;
}
.about.bg-white .row {
    flex-direction: row-reverse;
}
.bg-white .crd-img{
    text-align: left;
}
.support .crd-img {
    text-align: center;
}
.support.bg-white .row {
    flex-direction: row-reverse;
}
.support {
    padding: 40px 0px;
}
.support .cardfeature img {
    border-radius: 10px;
    width: auto;
    height: 150px;
}
.sp-pg .crd-img {
    width: auto;
    margin: auto;
}
/*.support .cardfeature:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 10px;
    border: 2px solid #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}
.support .cardfeature:hover.cardfeature img {
    border-radius: 10px;
    width: 80%;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: all .4s ease-in-out;
}*/
.supportinfo {
    width: 100%;
    margin: 0 auto;
    background-color: #eeeeee;
    padding: 50px 0 50px 0;
}
.supportcinfo {
    background: #fff;
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 15px;
    margin: 0 auto;
    transition: 0.2s;
    border: 1px solid #c7c7c7;
}
.supportcinfo:hover {
    background: #fff;
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 15px;
    border: 2px solid #16a44a;
    box-shadow: 5px 5px 16px -2px #00000061;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.supportcinfo a {
    color: #000;
    text-decoration: none;
}
.supportcinfo h4 {
    color: #000;
    text-decoration: none;
    font-weight: 600 !important;
}
.phone_col1 {
    width: 20%;
    float: left;
}
.phone_col2 {
    float: right;
    width: 80%;
}
button, input, optgroup, select, textarea {
    border-radius: 8px !important;
}
.contactsection{
    width: 100%;
    margin: 0 auto;
    background-color: #eeeeee;
    padding: 50px 0 50px 0;
}

.rdius{
    border-radius: 15px;
    padding: 50px 40px 25px 40px !important;
}
.contactsection .contactinfo a{
    font-size: 14px !important;
}
.contaajshd{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.csp{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.kjhkjshd{
    background-color: #16a44a;
    padding: 20px;
    width: 100%;
}
.kjhkjshd p{

    margin-bottom: 0 !important;
    color: #fff;
}
.bannersection form {
    display: flex;
    flex-flow: row wrap;
}
/* .bannersection button, input {
    border-radius: 0px !important;
    padding: 15px;
} */


.bankruptcy {
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 95%;
    transition: all .3s ease-in-out;
}

.bankruptcy:hover {
    -webkit-box-shadow: 4px 2px 10px -7px #000000;
    box-shadow: 4px 2px 10px -7px #000000;
    border-radius: 15px;
    border: 2px solid #16a44a;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}

.bankruptcy img {
    border-radius: 0%;
    width: 60%;
}
.bankruptcy:hover.bankruptcy img {
    border-radius: 0%;
    width: 60%;
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: all .4s ease-in-out;
}

.bankruptcy .card-text {
    font-size: 16px;
    font-weight: 500;
}

.bankruptcy .card-title {
    font-weight: 800;
    font-size: 22px;
}
.footer-links a.active {
    color: #16a44a;
}

/*prcing table css start*/
.package-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    padding-top: 50px;
}
.packages-col {
    background-color: #fff;
    color: #404040;
    border: 1px solid #999;
    transition: .4s ease all;
    width: 100%;
    position: relative;
}
.packages-col:hover {
    box-shadow: -5px 0 6px 0 rgba(0,0,0,.07), 5px 0 6px 0 rgba(0,0,0,.07), 0 -5px 6px 0 rgba(0,0,0,.07);
}

.headerpack {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid;
}

.headerpack h4 {
    font-size: 30px;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
}
#package-col-1 .headerpack h4:after {
    background: #880015;;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    max-width: 90px;
    position: absolute;
    width: 19%;
}
#package-col-1 .headerpack h4 span {
    font-size: 13px;
    color: #880015;
    position: relative;
    top: -4px;
}
#package-col-2 .headerpack h4:after {
    background: #7F7F7F;;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    max-width: 90px;
    position: absolute;
    width: 19%;
}
#package-col-2 .headerpack h4 span {
    font-size: 13px;
    color: #7F7F7F;
    position: relative;
    top: -4px;
}
#package-col-3 .headerpack h4:after {
    background: #FFCF28;;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    max-width: 90px;
    position: absolute;
    width: 19%;
}
#package-col-3 .headerpack h4 span {
    font-size: 13px;
    color: #FFCF28;
    position: relative;
    top: -4px;
}
#package-col-4 .headerpack h4:after {
    background: #7F7F7F;;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    max-width: 90px;
    position: absolute;
    width: 19%;
}
#package-col-4 .headerpack h4 span {
    font-size: 13px;
    color: #7F7F7F;
    position: relative;
    top: -4px;
}
.annually-priceyearly{
    width: 100%;
}
.marquee-sec{
    background: #f7f5f5;
    color: #000;
    margin-bottom: -6px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.slidenews {
    padding-left: 10%;
    padding-right: 10%;
}
.headerpack p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.content {
    padding: 15px;
}
p.annually-priceyearly.text2 {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #880015;
}

.price-cont {
    background-color: #dcf1e4;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.price-cont p, .price-cont h4 {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
}
.price-cont h4 {
    font-size: 35px;
    font-weight: 900;
    margin-right: 4px;
}

.price-cont p {
    font-size: 12px;
    color: #000;
}
.feature-list h4 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: inherit;
}
/* .feature-list {
    height: 350px !important;
    overflow-x: hidden;
} */

.feature-list ul {
    list-style: none !important;
}

.feature-list ul li {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: inherit;
}

.feature-list ul li i {
    font-size: 12px;
}

/* .feature-list ul li i:nth-child(1) {
    font-size: 12px;
    margin-right: 2px;
    margin-left: 1px;
    color: #16a44a;
    font-weight: 800;
} */

.feature-list ul ul li i:nth-child(1) {
    font-size: 7px;
    background-color: transparent;
    border: 1px solid #16a44a;
    color: #16a44a;
    padding: 4px 5px;
    border-radius: 100px;
    margin-left: 4px;
    cursor: pointer;
    transition: .4s ease all;
}
.groupsub {
    padding-left: 10px !important;
}
.maingroup {
    font-weight: bold !IMPORTANT;
    position: relative;
    width: max-content;
    font-size: 16px !important;
    margin-top: 25px !important;
}
.maingroup:after {
    content: ' ';
    border-bottom: 1px solid #000;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.feature-list ul li i:nth-child(2):hover {
    background-color: #003300;
    color: #fff;
    border-color: #fff;
}
.footerpack {
    bottom: 0;
    position: absolute;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    right: 0;
}
.feature-list {
    margin-bottom: 100px;
}

.footerpack {padding: 30px 0px;}
.feature-list a {
    text-decoration: none;
    font-size: 16px;
    transition: .4s ease all;
}

.feature-list a:hover {
    text-decoration: underline;
}

.feature-list a {
    text-decoration: none;
    font-size: 16px;
    transition: .4s ease all;
}

.feature-list a:hover {
    text-decoration: underline;
}

.footerpack button {
    width: max-content;
    height: 40px;
    font-size: 0.92321rem;
    cursor: pointer !important;
    text-align: center;
    display: inline-block;
    border: 0.0625rem solid #16a44a;
    border-radius: 31.25rem !important;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    -webkit-appearance: none;
    background-color: #16a44a;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: #fff;
    letter-spacing: 0px;
}

.footerpack button:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,.15);
    color: #fff;
    border-color: #003300;
    background-color: #003300;
}
.footerpack h4 {
    font-size: 15px;
    letter-spacing: inherit;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 14px;
}

.footerpack ul {
    list-style: disc;
    padding-left: 20px !important;
}

.footerpack ul li {
    font-size: 14px;
    margin: 0 0 4px 0;
}

.pricingpagetable .packages {
    margin: 20px;
    width: 90%;
    padding-bottom: 1.5em;
    height: 100%;
    background-color: #1e2321;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);
    flex-wrap: wrap;
    color: #f4f4f4;
  }
  
  .pricingpagetable h1,
  .pricingpagetable h2 {
    font-size: 2.2em;
  }
  
  .pricingpagetable .list li {
    font-size: 20px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    padding-inline-start: 0;
    border-width: 1px;
    padding: 10px;
  }
  
  .pricingpagetable .first {
    margin-top: 40px;
    border-top: 1px solid #f4f4f4;
  }
  
  .pricingpagetable .list {
    width: 80%;
  }
  
  .pricingpagetable ol,
  .pricingpagetable ul {
    padding: 0;
  }
  .pricingpagetable ul .groupsub li {
    background-image: url(https://lawsyst.co.uk/public/public/Image/check.svg);
    background-repeat: no-repeat;
    padding-left: 16px;
    background-size: 12px;
    background-position: left 4px;
    font-size: 13px;
}

  
  .pricingpagetable .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pricingpagetable .top p {
    font-size: 14pt;
    text-align: center;
    width: 1024px;
    margin-top: 20px;
    margin-bottom: 0;
    }
  
  .pricingpagetable input,
  .pricingpagetable label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }
  
  .pricingpagetable .button {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.4em;
    margin: 15px 15px;
    border-radius: 50px;
    color: #f4f4f4;
    transition: all 0.3s ease 0s;
  }
  
  .pricingpagetable .button:hover {
    transform: scale(1.2);
  }
  
  .pricingpagetable .button1 {
    background-color: #00cc99;
    box-shadow: 0 0 10px 0 #00cc99 inset, 0 0 20px 2px #00cc99;
  }
  
  .pricingpagetable .button2 {
    background-color: #ff007c;
    box-shadow: 0 0 10px 0 #ff007c inset, 0 0 20px 2px #ff007c;
  }
  
  .pricingpagetable .button3 {
    background-color: #ffae42;
    box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 20px 2px #ffae42;
  }
  
  .pricingpagetable .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .pricingpagetable .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .pricingpagetable .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
  
    box-shadow: 2px 6px 25px #1e2321;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
  }
  
  .pricingpagetable .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #50bfe6;
  }
  
   input:focus + .slider {
    box-shadow: 0 0 1px #50bfe6;
  }
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .pricingpagetable .slider.round {
    border-radius: 34px;
  }
  
  .pricingpagetable .slider.round:before {
    border-radius: 50%;
  }
  
/*pricing table css end*/

/*bankcruptcy page css start*/
#bank-sec2 h2,
#bank-sec2 h4 {
    text-align: left;
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    margin: 1.75em 0 0.75em !important;
    font-size: 1.75rem;
    color: #003300;
    font-weight: 900;
}

#bank-sec2 h2:first-child,
#bank-sec2 h4:first-child {
    margin-top: 0 !important;
}

#bank-sec2 h2:after,
#bank-sec2 h4:after,
.bank-customsec h5::after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    max-width: 75px;
    position: absolute;
    width: 17%;
}
#bank-sec2 p,
#bank-sec2 ul li a {
    font-size: 14pt;
    font-weight: 400;
    color: #003300;
}
#bank-sec2 ul li{
    font-size: 17px;
    font-weight: 400;
    color: #003300;
    background-image: url(https://lawsyst.co.uk/public/public/Image/check.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 19px 15px;
    padding-left: 35px;
    margin-bottom: 17px;
}
#bank-sec2 ul {
    padding-left: 20px;
    padding-top: 0;
    list-style: none;
}
#bank-sec3 h3{
    text-align: center;
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    font-size: 2.5rem;
    color: #003300;
    font-weight: 900;
    width: 80%;
    margin: 0 auto !important;
}
.bank-customsec {
    padding: 40px 0px 40px 0px;
}
.bg-grey {
    background-color: #eeeeee7a;
}

div.bank-customsec.bg-white {
    background-color: #fff;
}
.bank-customsec h5{
    text-align: left;
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    margin: 0 auto 0.75em !important;
    font-size: 1.75rem;
    color: #003300;
    font-weight: 900;
}
.bank-customsec p {
    font-size: 14pt;
    font-weight: 400;
    color: #003300;
    margin: 0 auto;
}
.bank-customsec img{
    width: auto;
    height: 250px;
    margin: 0 auto;
}
#bank-faq h2,
#bank-faq h5 {
    text-align: left;
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    margin: 0 auto 0.75em !important;
    font-size: 2.5rem;
    color: #003300;
    font-weight: 900;
}
#bank-faq {
    padding: 40px 0px;
    background-color: #fff;
    /* margin-top: 50px; */
}
#bank-faq h3,
#bank-faq h4 {
    text-align: left;
    padding: 0;
    padding-bottom: 10px !important;
    position: relative;
    margin: 1.75em auto 0.75em;
    font-size: 1.75rem;
    color: #003300;
    font-weight: 900;
}
#bank-faq h3:nth-child(1),
#bank-faq h4:nth-child(1) {
    margin-top: 0;
}
#bank-faq h3:after,
#bank-faq h4:after{
    background: currentColor;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    max-width: 75px;
    position: absolute;
    width: 17%;
}
#bank-faq p, #bank-faq p a{
    font-size: 14pt;
    font-weight: 400;
    color: #003300;
    margin: 0 auto 1.3em;
    text-decoration: none;
    transition: .4s ease all;
}
#bank-sec1 h1 {
    font-weight: 900;
    font-size: 38px;
    color: #003300;
}

#bank-sec1 .bannerheading {
    font-weight: 900;
    font-size: 38px;
    color: #003300;
}

#bank-sec1 p {
    font-size: 14pt;
    font-weight: 400;
}


#sticysidebar {
    position: absolute;
    right: 0;
    top: 160px;
    height: 1500%;
    z-index: 9;
}

.fixed-div {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 160px; /* Adjust the top offset as needed */
    right: 20px;
    text-align: center;
    width: 300px;
    background-color: #f7f7f7;
    padding: 23px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px #00000042;
    transition: .4s ease all;
    z-index: 9;
    float: right;
}

#help:hover, #help h4:hover #help, #help a:hover #help {
    box-shadow: -1px -1px 7px #00000042;
}

#help a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    color: #003300;
    margin-bottom: 12px;
    transition: .4s ease all;
}

#help a:hover {
    text-decoration: underline;
}

#help h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #003300;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 0.75em;
}

#help h4:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    max-width: 75px;
    position: absolute;
    width: 17%;
}

/*help article fixed css*/
.fix-active {
    position: fixed !important;
    right: 9% !important;
    transform: translateX(0%);
}
/*help article fixed css ends*/
/*bankcruptcy page css end*/


/*xero page css start*/
.sectionxero .secpara {
    padding-left: 11px;
}
.xerifivehead {
    font-size: 2rem !important;
    text-align: center !important;
    color: #212529 !important;
    font-weight: 900;
    padding-bottom: 10px !important;
    position: relative;
    margin: 1.75em 0 0.75em !important;
    margin-top: 0 !important;
}
.xerifivehead:after {
    display: none;
}
.testimonial-box {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    text-align: center; 
    transition: .4s ease all;
    height: 280px;
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.testimonial-image {
    max-width: 100px;  
    margin-bottom: 20px;
}
.testimonial-text {
    font-size: 18px !important;
    font-style: italic !important;
    margin-bottom: 20px !important;
}
.testimonial-author {
    font-weight: bold !important;
}
.testimonial-box:hover {
    box-shadow: 4px 5px 10px #0009;
}
/*xero page css end */

/*responsive css start*/

/* Media Query for Laptops and Desktops */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    img.g-rev {
        width: 170px;
        margin-left: 10px;
    }
    /*pricing page css start*/
    .pricingpagetable .top p {
        width: 100%;
        font-size: 16px;
    }
    .pricingpagetable .top p {
        width: 100%;
        font-size: 16px;
    }
    
    .package-container {
        column-gap: 10px;
    }
    
    .packages-col {
        width: 100%;
    }
    
    .headerpack {
        padding: 30px 10px 10px 10px;
    }
    
    .headerpack h4 {
        font-size: 20px;
    }
    
    .headerpack p {
        font-size: 13px;
    }
    
    .content {
        padding: 15px;
    }
    
    .price-cont h4 {
        font-size: 25px;
        margin-right: 2px;
    }
    
    .price-cont p {
        font-size: 8px;
    }
    
    .feature-list h4 {
        font-size: 14px;
    }
    
    .feature-list ul li {
        font-size: 13px;
    }
    
    .feature-list ul li i:nth-child(2) {
        padding: 4.5px 6px;
    }
    
    .footerpack {
        padding: 20px 0px;
    }
    
    .footerpack button {
        width: 60px;
        height: 30px;
        font-size: .900225rem;
    }
    /*pricing page css end*/

    /*footer css start*/
    .footer iframe {
        width: 100%;
    }
    /*footer css end*/
}


/* Media Query for Tablets Ipads portrait mode */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    /********************
    Modal css
    *********************/

    .modal-body .contactsection .rdius {
        width: 100%;
    }
    .modal-body .contactinfo {
        margin-bottom: 16px;
    }
    .modal-content {
        height: auto;
    }

    /********************
    Modal css end
    *********************/
    
    /*pricing page css start*/
    .footer iframe {
        width: 100%;
    }
    .head-text {
        width: 100%;
        font-size: 14px;
    }
    
    .pricingpagetable .top p {
        width: 100%;
        font-size: 15px;
    }
    
    .package-container {
        column-gap: 10px;
    }
    
    .packages-col {
        width: 100%;
    }
    
    .headerpack {
        padding: 25px 10px 10px 10px;
    }
    
    .headerpack h4 {
        font-size: 20px;
    }
    
    .headerpack p {
        font-size: 12px;
    }
    
    .content {
        padding: 15px;
    }
    
    .price-cont h4 {
        font-size: 20px;
    }
    
    .price-cont p {
        font-size: 8px;
    }
    
    .feature-list h4 {
        font-size: 14px;
    }
    
    .feature-list ul li {
        font-size: 10px;
    }
    
    .feature-list ul li i:nth-child(1) {
        font-size: 8px;
    }
    
    .feature-list ul li i:nth-child(2) {
        font-size: 5px;
        padding: 2px 3px;
    }
    
    .footerpack button {
        font-size: 12px;
        width: 60px;
        height: 25px;
    }
    
    #bank-faq h2,
    #bank-faq h5 {
        font-size: 2rem;
    }
    
    #bank-faq h3,
    #bank-faq h4 {
        font-size: 1.275rem;
    }
    
    #bank-faq p, #bank-faq p a {
        font-size: 16px;
    }
    /*pricing page css end*/

    /*footer css start*/
    .footer .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .footer .row .col-md-3 {
        width: 100%;
    }
    .contactinfo {
        margin-bottom: 16px;
    }
    /*footer css end*/

    #bank-sec1 img {
        width: 100%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */

@media only screen and (min-width: 481px) and (max-width: 767px) {
    
    /********************
    Header css
    *********************/

    .navbar>.container {
        justify-content: center;
        column-gap: 65px;
        row-gap: 15px;
    }
    .navbar>.container>.navbar-brand {
        margin-right: 0;
    }
    
    /********************
    Header css end
    *********************/
    
    /********************
    Modal css
    *********************/

    .modal-body {
        height: auto;
    }

    /********************
    Modal css end
    *********************/

    /********************
    bank css
    *********************/

    #sticysidebar {
        position: relative;
        height: auto;
        top: 0;
        padding-top: 10px;
    }

    #bank-sec1 img {
        width: 100%;
    }
    .fixed-div {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

    /********************
    bank css end
    *********************/

    .sectionone {
        background-image: none !important;
    }

    .what-icon{
        bottom: 20px;
        left: 20px;
    }

    /*pricing page css start*/
    .pricingpagetable .top p {
        width: 95%;
        font-size: 14px;
    }
    .head-text {
        width: 100%;
        font-size: 14px;
    }
    
    .package-container {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
    }
    /*pricing page css end*/
    .bg-white .row, .bg-grey .row {
        flex-direction: column-reverse !important;
    }
    .crd-img {
        text-align: left;
    }
    .card-body {
        padding: 1rem 0rem;
    }
}

/* Media Query for low resolution Mobile*/
@media only screen and (min-width: 1px) and (max-width: 480px) {
    
    /********************
    Modal css
    *********************/

    .modal-body {
        height: auto;
        padding: 8px !important;
    }
    .modal-body .contactsection #col1 {
        display: none;
    }
    .modal-body .contactsection #col2{
        padding: 25px 10px !important;
    }
    .modal-body .contactsection #row1 {
        flex-direction: column;
    }

    .sectionone {
        background-image: none
    }

    /********************
    Modal css end
    *********************/

    /********************
    bank css
    *********************/

    #sticysidebar {
        position: relative;
        height: auto;
        top: 0;
        padding-top: 10px;
    }
    #bank-sec1 img {
        width: 100%;
    }

    .fixed-div {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
    
    .topbtn {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 10px;
        width: 100%;
    }

    /********************
    bank css end
    *********************/

    #nav-lsuk.fixed-menu {
        position: fixed;
        width: 100%;
        box-shadow: 1px 1px 14px #000000b5;
        z-index: 999;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #contactcaptcha{
        overflow: visible;
        transform: scaleX(0.9);
    }

    #bank-sec1 .g-revin-mobile,
    .bannersection .g-revin-mobile{
        display: block;
        margin-left: -10px;
        width: 180px;
        height: 50px;
        object-fit: contain;
    }
    .innersection .g-revin-mobile{
        display: block;
        margin-left: -10px;
        width: 180px;
        height: 50px;
        object-fit: contain;
    }

    .navbar {
      padding-top: 1.0rem;
      padding-bottom: 1.0rem;
    }
    .sectionone {
        background-image: none !important;
        border: none;
    }

    .what-icon{
        bottom: 20px;
        left: 20px;
    }
    img.g-rev {
        width: 150px;
        margin-left: 0px;
        display: none;
    }
    /*pricing page css start*/
    .pricingpagetable .top p {
        width: 95%;
        font-size: 14px;
    }
    .head-text {
        width: 100%;
        font-size: 14px;
    }
    .package-container {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
    }
    .packages-col{
        width: 95%;
    }
    .footerpack button {
        width: max-content;
        height: auto;
        font-size: 0.8234rem;
        line-height: 1.6em;
    }
    
    .price-cont h4 {
        font-size: 30px;
    }
    
    .price-cont p {
        font-size: 10px;
    }
    
    .feature-list ul li {
        font-size: 12px;
    }
    
    .headerpack h4 {
        font-size: 25px;
    }
    #bank-faq h2,
    #bank-faq h5 {
        font-size: 1.567rem;
    }
    
    #bank-faq h3,
    #bank-faq h4 {
        font-size: 1.2232rem;
    }
    
    #bank-faq p, #bank-faq p a {
        font-size: 14px;
    }
    #bank-faq {
        padding: 40px 15px;
    }
    /*pricing page css end*/
    /*footer css start*/
    .footer iframe {
        width: 100%;
        margin-top: 20px;
    }
    
    .footer .col-md-3 {
        padding-top: 20px;
    }
    
    .footer {
        padding-top: 50px;
    }
    /*footer css end*/
    .bg-white .row, .bg-grey .row {
        flex-direction: column-reverse !important;
    }
    .crd-img {
        text-align: left;
    }
    .card-body {
        padding: 1rem 0rem;
    }

    /* xero page css */
    .testimonial-box{
        height: auto;
        margin-bottom: 23px;
    }
    /* xero page css end */

}
@media only screen and (max-width: 400px) {
    a.navbar-brand img {
        width: 170px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 340px) {
    img.g-rev {
        width: 130px;
        margin-left: 0px;
    }
}
/*responsive css end*/

/* Code by DA*/

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .cart-overlay {
        width: 100% !important;
    }
    .top_pricing{
        position: unset !important;
        margin-top: 13px !important;
    }
    .packagebox{

        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .addon-container{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding-bottom: 22px;

    }
    .addon-container > .form-group{
        margin-bottom: 0 !important
    }
    .checkcontainer{
        width: 100%;
    }
}
/*Code by DA END */