@import url('menu.css');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('slider.css');
@import url('slick-theme.css');
@import url('slick.css');


:root {
    --color-1: #2C394A;
    --color-2: #f4f0ea;
    --color-3: #d1c8b6;
    --color-4: #f1c300;
    --heading-letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: var(--heading-letter-spacing);
}
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--color-1);
    margin: 0;
    padding: 0;
    height: 100%;
}

input:focus,
button:focus,
button:hover {
    outline: 0 !important;
    box-shadow: none !important;
}

p {
    line-height: 1.7em !important
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

header {
    background-color: transparent;

}

.bg-grey {
    background-color: #F5F5F5;
}


#nav-transparent {
    height: 0;

}

#nav-transparent.bg_white #dark_logo {
    display: none !important;
}

@media (min-width:991px) {
    #nav-transparent.bg_white {
        height: auto;
    }

    #nav-transparent.bg_white .nav-menu>li>a {
        color: #2C394A;
    }

    #nav-transparent.bg_white .nav-right-menu ul li a {
        color: #2C394A;
    }
    #nav-transparent.bg_white .nav-white-bg .nav-right-menu .nav-link,
     #nav-transparent.bg_white .nav-white-bg .nav-right-menu .nav-link:hover{
        color: #fff !important;
    }

    #nav-transparent.bg_white .nav-white-bg .nav-right-menu ul li a {
        color: #000;
    }

    #nav-transparent.bg_white #dark_logo {
        display: block !important;
    }

    #nav-transparent.bg_white .nav-white-bg #dark_logo,
    #nav-transparent.bg_white #light_logo,
    #nav-transparent.bg_white #main_logo {
        display: none !important;
    }

    #nav-transparent.bg_white .nav-white-bg #main_logo {
        display: block !important;
    }
}




#nav-transparent .nav-white-bg .navigation {
    animation: .42s cubic-bezier(.165, .84, .44, 1) slide-in--down;
    box-shadow: 0 4px 40px #00000020;

}

#nav-transparent .nav-white-bg .navigation .nav-dropdown {
    box-shadow: 0 4px 40px #00000020;
}

@keyframes slide-in--down {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slide-out--up {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}


.nav-menu {
    display: flex;
}

.nav-brand {
    height: 48px;
    line-height: normal;
}

.nav-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#nav-transparent .navigation {
    display: flex;
    align-items: center;
}

.nav-menus-wrapper {
    flex: 1;
}

#nav-transparent .nav-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;

}

#nav-transparent .nav-menu>li>a:hover {
    color: #f1c300;
}

.nav-dropdown {
    box-shadow: none;
}

.nav-dropdown>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


.nav-dropdown>li>a:hover {
    color: var(--color-4);
}

#nav-transparent .nav-menu>li:last-child>a:before,
#nav-transparent .nav-menu>li:last-child>a:before {
    display: none;
}

.nav-right-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-right-menu ul li {
    display: flex;
    align-items: center;

}

.nav-right-menu ul li a {
    height: 43px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-right-menu ul :last-child a {
    width: 143px;
    max-width: 143px;
    background-color: #f1c300;
    color: #000;
    border-radius: 12px;
}

.nav-right-menu ul :last-child a:hover {
    background-color: #2C394A;
    color: #fff;
}

@media (min-width:991px) {}


.nav-dropdown {
    border-radius: 4px;
}



.submenu-indicator-chevron {
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
}

#nav-transparent .nav-white-bg {
    background-color: #2C394A;
    border-bottom: 0;
    box-shadow: none;
}

#nav-transparent .nav-white-bg .nav-menu>li>a {
    color: #fff;
}

@media (max-width: 768px) {
    #nav-transparent {
        height: 70px !important;
    }

    .nav-right-menu {
        display: none;
    }

    .nav-menu {
        display: table;
    }

    #nav-transparent .nav-menu>li>a {
        color: #fff;
    }

    .tc_btn {
        border-radius: 0;
    }

    #navigation {
        padding: 0;
    }

    .nav-brand {
        margin: 0;
        padding-left: 5px;
    }

    .nav-brand img {
        height: 48px;
        object-fit: contain;
        object-position: left;
    }


    .nav-toggle:before {
        height: 2px;
    }

    .nav-dropdown {
        border-radius: 0;
    }


    #nav-transparent .nav-menu>li>a {
        margin: 0;
        padding: 10px 20px;
    }
}




.hero_bottom_curved {
    position: relative;
    margin-top: -150px;
    background: url('../images/hero_b_shape.svg');
    background-size: cover;
    min-height: 300px;
    z-index: 999;
    padding: 50px 0;
    /*padding: 100px 0;*/
}

.hero_bottom_curved .caption-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 8px;
    /*border: 1px solid #E9E9E9;
    background-color: #F9F8F4;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

h3 {
    font-size: 40px;
    font-weight: 500;
    /*text-align: center;*/
    color: #2C394A;
    margin: 20px 0;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 60px;
    font-weight: 500;
    /*text-align: center;*/
    color: #2C394A;
    margin: 20px 0;
    letter-spacing: -0.02em;
}

p {
    font-size: 16px;
    font-weight: 400;
    /*text-align: center;*/
    color: #575C66;
}

@media (max-width: 768px) {
    .hero_bottom_curved {
        position: relative;
        margin-top: -50px;
        background: url('../images/hero_b_shape.svg');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 999;
        padding-bottom: 40px;
    }


}

.partnerLogos {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
}



@media (max-width: 768px) {
    .partnerLogos {
        margin-top: 50px;
        display: grid;
        gap: 20px;
        align-items: center;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

.mx-h-520 {
    max-height: 520px;
}

.mx-w-450 {
    max-width: 560px;
}

.mx-w-560 {
    max-width: 560px;
}

.mx-w-500 {
    max-width: 500px;
}

.mx-w-620 {
    max-width: 500px;
}

.pack-box {
    padding: 0 0;
}

@media (max-width:661px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.box-1 {
    padding: 40px;
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
    text-align: left;
    padding-bottom: 250px;
    position: relative;
}

.box-1 h3 {
    margin-top: 0 !important;
}

.box-1 p {
    padding-right: 100px;
    color: #828385;
}



.box-1 .pack-1,
.box-1 .pack-2 {
    width: 375px;
    height: 355px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.box-1 .pack-1 {
    width: 345px;
    height: 315px;
}

.box-1 .pack-2 {
    width: 500px;
    height: 300px;
}

.slide_tags_1 {
    display: flex;
    gap: 10px;
    /* align-items: center;
    justify-content: center; */
}

.slide_tags_1 span {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    color: #2C394A;
    font-size: 18px;
    font-weight: 400;

}

.slide_tags_1 span::before {
    position: absolute;
    content: '';
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../images/safety-check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.slide_tags_2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: left;
    justify-content: left;
}

.slide_tags_2 li {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #2C394A;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.56px;
    position: relative;
    padding-left: 32px;
}

.slide_tags_2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 25px;
    background: url('../images/safety-check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slide_btns_1 a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    height: 40px;
    background-color: #f1c300;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
}
.slide_btns_1 a:hover {
    background-color: #2C394A;
    color: #FFF;
}
.bleft-1 {
    align-content: flex-end;
    display: flex;
}

.bleft-1 img {
    width: 55%;

}

.about-box {
    background: #F5F5F5;
    box-shadow: 0px 2px 2px 0px rgba(216, 219, 223, 0.33);
    padding: 20px 16px;
    margin-bottom: 8px;
}


.caption-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 8px;
    /*border: 1px solid #E9E9E9;
    background-color: #F9F8F4;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position:relative;
}
.caption-lable:before {
    position:absolute;
    content:'';
    left:0;
    width:5px;
    height:5px;
    border-radius:50%;
    /*background-color:#F1C300;*/
}


.caption-lable_2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    border: 2px dashed #E9E9E9;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .slide_tags_2 {
        flex-direction: row;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;
    }


}




.clientsLove {
    padding: 60px 0;
}


.bgBlockPatterns {
    position: relative;
     background: #F9F8F4;
    background: linear-gradient(269.97deg, rgba(249, 248, 244, 0) 2.25%, #F9F8F4 45.97%, rgba(249, 248, 244, 0) 99%);
}

.bgBlock {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    left: 0;
    top: 0;
    z-index: -1;

}

/*.linearBg {
    background: linear-gradient(90deg, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 1) 100%);
    width: 85%;
    height: 100%;
    border-radius: 12px;
}

.solidBg {
    background: #F9F8F4;
    width: 60%;
    height: 100%;
    border-radius: 12px;
}*/


.clientsLoveList {
    list-style: none;
    padding: 35px 0;
    margin: 0;
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.clientsLoveList li {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.clientsLoveList li .greyBg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    font-size: 50px;
    font-weight: 500;
    line-height: 130%;
    width: 166px;
    height: 99px;
    border-radius: 20px;
}

.clientsLoveList li .whiteBg {
    background-color: #fff;
    height: 75px;
    max-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 8px 25px 8px 30px;
}


.clientsLoveList li:nth-child(2) {
    align-self: flex-end;
    /*flex-direction: row-reverse;*/
}

.clientsLoveList li:nth-child(2) .whiteBg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.box-1.newbox {
    padding-bottom: 75px;
}

.box-1.newbox p {
    color: #828385;
    max-width: 400px;
}

.box-1.newbox .pack-1 {
    width: 230px;
    height: 240px;
}

.box-1.newbox .pack-2 {
    width: 290px;
    height: 250px;
}

.defaultPadding {
    padding: 50px 0;
}

.testimonials {
    padding: 60px 0;
    background-color: #F5F5F5;
}

.testimonials h3 {
    margin: 15px 0 10px;
}

.testimonial-slider {
    margin-top: 30px;
}

.rating {
    --rating: 0%;
    position: relative;
    display: inline-block;
    width: calc((20px + 4px) * 5);
    height: 19px;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="19" viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg"><path d="M10.0003 15.2165L4.12246 18.5067L5.43524 11.8998L0.489746 7.32634L7.17895 6.53322L10.0003 0.416504L12.8217 6.53322L19.5108 7.32634L14.5654 11.8998L15.8782 18.5067L10.0003 15.2165Z" fill="%23ccc"/></svg>');
    background-repeat: repeat-x;
    background-size: 24px 19px;
}

.rating::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: var(--rating);
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="19" viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg"><path d="M10.0003 15.2165L4.12246 18.5067L5.43524 11.8998L0.489746 7.32634L7.17895 6.53322L10.0003 0.416504L12.8217 6.53322L19.5108 7.32634L14.5654 11.8998L15.8782 18.5067L10.0003 15.2165Z" fill="%23FF5805"/></svg>');
    background-repeat: repeat-x;
    background-size: 24px 19px;
    pointer-events: none;
}



.testimonial_item {
    /* max-width: 384px; */
    background-color: #FFFFFF;
    border: 1px solid #F5F5F6;
    border-radius: 12px;
    padding: 32px;
    margin: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;

}

.testimonial_item .testimonial_head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;

}

.testimonial_item .testimonial_head .testimonial_avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 4px;
    background-color: #E6E6E7;
}

.testimonial_item .testimonial_head .testimonial_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial_item .testimonial_head h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.testimonial_item .testimonial_head p {
    margin-bottom: 0;
    font-size: 14px;
}

.testimonial_item .testimonial_content p {
    margin-bottom: 0;
    font-size: 18px;
}


.testimonial_item .testimonial_rating {
    margin-bottom: 10px;
}



.blogSection {
    padding: 60px 0;
    background-color: #F5F5F5;
}



.blogSection h3 {
    margin: 15px 0 10px;
}

.blogpost {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
}


.blogpost .postimg {
    width: 100%;
    height: 256px;
}

.blogpost .postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogpost .postcontent {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogpost .postcontent h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    margin: 0;
}

.blogpost .postcontent h3 {
    margin: 0;
    font-size: 18px;
    line-height: 160%;
}

.blogpost .postcontent h3 a {
    color: #2C394A;
}

.blogpost .postcontent .postmeta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #575C66;
    padding-top: 10px;
    border-top: 1px solid #E9E9E9;
}


.readytoProtect {
    padding: 0px 0 60px;
    background-color: #F5F5F5;
}

.readToBlock {
    position: relative;
    padding: 80px;
    border-radius: 20px;
    border: 1px solid rgba(130, 131, 133, 0.33);
    background: #F9F8F4;
    background: linear-gradient(320deg, rgba(249, 248, 244, 0) 40%, rgba(249, 248, 244, 1) 100%);
    z-index: 0;
}

.readToBlock:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    height: 282px;
    background: url('../images/readytoprotect_left.png');
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

.readToBlock:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url('../images/readytoprotect_right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
}


footer {
    padding: 48px 0;
    background-color: #fff;
    border-top: 1px solid #E9E9E9;
}

.footerLogoBlock {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.footerLogoBlock .flogo {
    display: inline-flex;
    max-width: 127px;
}

.footerLogoBlock ul {
    list-style: none;
    display: flex;
}

.footerLogoBlock ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogoBlock div:first-child {
    position: relative;
    display: flex;
    align-items: center;
}

.footerLogoBlock div:first-child:after {
    position: absolute;
    content: '';
    right: -20px;
    width: 1px;
    height: 60px;
    background-color: #D8DBDF;
}


.footerCols {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.footBottom {
    font-size: 12px;
    padding: 15px 0 0;
    border-top: 1px solid #EDEEF1;
}

.extralink {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.extralink a ,
.footBottom .extralink a {
    font-size: 12px;
    color: #575C66;
    text-decoration: underline;
}

.footerLinkBlock h6 {
    font-size: 16px;
    font-weight: 500;
    color: #2C394A;
    margin-bottom: 25px;
}

.footerLinks {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerLinks a {
    font-size: 14px;
    font-weight: normal;
    color: #2C394A;
}

.footBottom .extralink a:hover,
.footerLinks a:hover,
.footerLinks a.active{
    color: #f1c300;
}


@media (min-width: 1100px) and (max-width: 1300px) {
   .box-1 {
        padding: 30px 30px 250px;

    }
    .slide-left {
        flex: 25%;
    }
    
    .box-1.newbox p{
            max-width: 360px;
    }
}
@media (max-width:1400px) {
   .box-1 {
        padding: 30px 30px 250px;

    }
}
@media (max-width: 661px) {
    h2 {
        font-size: 28px !important;
    }
}

@media (max-width:767px) {
    
    .page-banner::before {
        top: auto !important;
        bottom: 0;
        height: 50% !important;
        background: #FFFFFF;
        background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)!important;
        
    }
    
    .pack-box {
        overflow-x: hidden
    }

    .box-1 {
        padding: 20px 20px 100px;
        margin-bottom: 24px;
    }

    .box-1 h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .box-1 .pack-1 {
        width: 210px;
        height: 190px;
    }

    .box-1 p {
        padding-right: 25px;
        font-size: 14px;
    }

    .box-1 .pack-2 {
        width: 230px;
        height: 145px;
    }



    .slide_tags_2 li {
        font-size: 13px;
        line-height: 22px;
        padding-left: 24px;
    }

    .slide_tags_2 li::before {
        width: 18px;
        height: 18px;
    }

    .pack-box {
        padding-bottom: 0;
    }

    .pack-box h3 {
        font-size: 24px;
    }

    .about-box p {
        margin-bottom: 0;
    }

    .clientsLoveList li .whiteBg {
        padding: 8px 20px;
        font-size: 11px;
        height: 60px;
    }

    .clientsLoveList li .greyBg {
        font-size: 26px;
        font-weight: 500;
        line-height: 1;
        width: 170px;
        height: 70px;
        border-radius: 15px;
    }

    .box-1.newbox .pack-1 {
        width: 150px;
        height: 150px;
    }

    .box-1.newbox .pack-2 {
        width: 180px;
        height: 180px;
    }

    .testimonials {
        margin-top: 50px;
        overflow-x: hidden;
    }

    .testimonials h3,
    .blogSection h3 {
        font-size: 25px;
    }

    .testimonial-slider {
        margin-top: 0;
    }

    .testimonial_item {
        margin: 0;
    }

    .blogpost {
        margin-bottom: 20px;
    }

    .readToBlock {
        padding: 80px 20px 40px 20px;
    }

    .readToBlock:before {

        width: 140px;
        height: 140px;
        background-size: contain;
        z-index: -1;
    }

    .readToBlock h2 {
        font-size: 26px;
    }

    .readToBlock p {
        font-size: 16px;
    }

    .readToBlock .caption-lable {
        padding: 8px;
    }

    .slide_btns a {
        font-size: 12px;
        height: 40px;
    }

    .extralink {

        justify-content: center;
        margin-bottom: 10px;
    }

    /* .order-1 {
        padding-top: 20px;
    } */

    .container {
        padding: 0 16px !important;
    }

}

.page-banner {
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 0;
    background-position: right center;
    background-size: contain;
    display: flex;
    align-items: center;


    /* background-size: 100%; */
    background-repeat: no-repeat;
}


.page-banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 60%);*/
    /* background-image: url('../images/banner_gradient.svg'); */
    
    background:linear-gradient(90deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 70%);
    background-position: left center;
    background-size: cover;
    z-index: 0;
}





.page-banner .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
    margin-bottom: 20px;
}


.page-banner .sublable {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    position: relative;
    color: #1F2C47;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5%;
    padding-left: 40px;
}


.page-banner .sublable:before {
    position: absolute;
    content: '';
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('../images/sublable.png');
    background-position: center;
    background-size: contain;

}

.page-banner h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 15px;
    color: #000000;
        Letter-spacing: -0.02em;
}

.page-banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #828385;
    text-align: left;
    margin-bottom: 0;
}

.page-banner .slide_btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 48px;
    margin-bottom: 16px;
}

.page-banner .slide_btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    height: 43px;
    background-color: #f1c300;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
}
.slide_btns a:hover {
    background-color: #2C394A;
    color: #FFF;
}
.page-banner .slide_btns a:first-child {
    background-color: #f1c300;
}

.slide_btns a:first-child {
    background-color: #f1c300;
}

.slide_btns a:first-child:hover {
    background-color: #2C394A;
    color: #FFF;
}

.slide_btns a:not(:first-child):hover {
    background-color: #2C394A;
    color: #FFF;
}

.page-banner .slide_btns a:nth-child(2) {
    background-color: #FBEBAB;
}
.page-banner .slide_btns a:nth-child(2):hover {
    background-color: #2C394A;
    color: #FFF;
}

.slide_btns a:last-child :hover {
    background-color: #2C394A;
    color: #FFF;
}
.page-banner .slide_tags {
    display: flex;
    gap: 10px;
    /* align-items: center;
    justify-content: center; */
}

.page-banner .slide_tags span {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    color: #2C394A;
    font-size: 14px;
    font-weight: 300;

}

.page-banner .slide_tags span::before {
    position: absolute;
    content: '';
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../images/safety-check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.whatWeHelpWith {
    padding: 80px 0;
}

.wwhw_block {
    /*background: #fff;*/
    /*border: 1px solid #E9E9E9;*/
    /*border-radius: 6px;*/
    /*padding: 20px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    height: 100%;
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.wwhw_block .wwhw_block_head {
    background-color: #F7F8F8;
    height: 56px;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    position: relative;
}

.wwhw_block .wwhw_block_head span {
    position: relative;
    content: '';
    width: 24px;
    height: 24px;
    background: transparent var(--icon);
    left: 0;
    margin-right: 10px;
}

.wwhw_block .wwhw_block_body {
    /*background-color: #fff;*/
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-items: flex-start;*/
    /*padding: 20px;*/
    /*flex-direction: column;*/
    /*gap: 10px;*/
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    flex-grow: 1;   
}
.wwhw_block .wwhw_block_body > * {
    flex-grow: 0;
}

.wwhw_block .wwhw_block_body h4 {
    color: #2C394A;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.wwhw_block .wwhw_block_body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #49505B;
    margin: 0;
}


.iconLable {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: var(--count);
    -webkit-columns: var(--count);
    -moz-columns: var(--count);

}

@media(max-width:661px) {
    .iconLable {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.iconLable li {
    color: #2C394A;
    font-size: 16px;
    font-weight: 400;
    background-color: #F9F8F4;
    margin-bottom: 15px;
    padding: 13px 45px;
    position: relative;
    display: block;
}

.iconLable li:before {
    position: absolute;
    content: '';
    background-image: url('../images/safetycheck.png');
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 15px;

}


.everythingyoutneed {
    padding-bottom: 100px;
}

.whowehelp {
    padding-bottom: 100px;
}



.whychooselegalcover {
    padding: 0px 0 60px;
    background-color: #FFFFFF;
}

.whychooselegalcoverBlock {
    position: relative;
    padding: 30px 70px;
    border-radius: 20px;
    border: 1px solid rgba(130, 131, 133, 0.33);
    background: #F9F8F4;
    background: linear-gradient(320deg, #F9F8F4 40%, #F9F8F4 100%);
    z-index: 0;
}

.whychooselegalcoverBlock:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/why-choose-legal-cover.png');
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

.zigzacList {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
   /*display: grid;
        grid-template-columns: repeat(4, 1fr);*/
    gap:15px;
    list-style: none;
}


@media(min-width:1200px){
    .zigzacListGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .fourColGrid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:1100px){
    .fourColGrid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:767px){
    .fourColGrid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:661px){
    .fourColGrid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*.zigzacList li:nth-child(1) {
    align-self: flex-start;
}

.zigzacList li:nth-child(2) {
    align-self: flex-end;
    padding-right: 50px;
    margin-bottom: 70px;
}

.zigzacList li:nth-child(3) {
    align-self: flex-end;
}

.zigzacList li:nth-child(4) {
    align-self: flex-start;
    padding-left: 50px;
}*/

.zigzacList li>div {
    width:100%;
    min-width: 275px;
    max-width: 348px;
    color: #2C394A;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding:13px 13px 13px 45px;
    position: relative;
    display: inline-flex;
    box-shadow: #D8DBDF54 0px 2px 2px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.zigzacList li>div:before {
    position: absolute;
    content: '';
    background-image: url('../images/safetycheck.png');
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 15px;
}

/* .zigzacList li>div:hover {
    background-color: #2C394A;
    color: #fff;
} */


.faqBlock {
    padding: 50px 0 100px;
}

.accordion {
    border-radius: 12px;
    margin-top: 20px;
}

.accordion-header {
    margin: 0;
    border-radius:12px;
}

.accordion-header button.accordion-button span {
    font-size: 14px;
    font-weight: 400;
    color: #2C394A;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.accordion-header button.accordion-button[aria-expanded="true"] span {
    background-color: #DFB40C;

}


.accordion-item {
    border-color: #E9E9E9;
}
.accordion-header h4{
    margin-bottom:0;
    font-size:20px;
}
.accordion-button {
    padding: 20px 30px;
    background: #fff;
   /* background: linear-gradient(320deg, #F9F8F4 40%, #F9F8F4 100%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    font-size: 20px;
    color: #2C394A;
    font-weight: 500;
    border-radius: 12px !important
}
.accordion-button p {
    margin-bottom:0;
    font-size: 14px;
    color: #737373;
}
.accordion-button::after {
    position: absolute;
    right: 30px;
    top: 40%;
}
.accordion-flush>.accordion-item{
    border-radius:12px;
}
.accordion-body {
    text-align: left;
    padding: 0 30px 30px;
    background: #fff;
    /*background: linear-gradient(320deg, #F9F8F4 40%, #F9F8F4 100%);*/
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color:#fff !important;
}



/*  */
.p-pricing {
    padding-bottom: 100px;
}

.toggle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.form-switch input {
    display: none;
}

.form-switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 4px;
    position: relative;
}

.switchslider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.2s;
}

.switchslider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    /*translateX(-(w-h))*/
    transition: 0.2s;
}

.switchslider:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 30px;
    transform: translate(8px, 8px);
    transition: 0.2s;
}

input:checked+.switchslider:before {
    transform: translateX(30px);
    /*translateX(w-h)*/
    background-color: #fff;
}

input:checked+.switchslider:after {
    transform: translate(38px, 8px);
    /*translateX(w-h)*/
    background-color: #f1c300;
}

input:checked+.switchslider {
    box-shadow: 0 0 0 2px #f1c300, 0 0 4px #f1c300;
    background-color: #f1c300;
}


/* .form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
} */

.badge-discount {
    background-color: rgba(255, 212, 0, 0.2);
    color: #000;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 5px;
}

.plan-card {
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.plan-card .plan-head {
    padding: 10px 10px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-align:center;
}

.plan-card .plan-head h5.plan-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #2C394A;
    margin-bottom: 5px;
}

.plan-card .plan-head p {
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    color: #575C66;
    margin: 0;
}

.plan-card .plan-head p strong {
    font-weight: 500;
}

.plan-card .plan-price {
    padding: 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.plan-card .plan-price h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 48px;
    color: #2C394A;
    font-weight: 400;
}

.plan-card .plan-price span {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #575C66;
    font-weight: 400;
}

.plan-card .plan-btn {
    padding: 0 10px;
}
.plan-card .plan-btn a,
.plan-card .plan-btn button {
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    border: 0;
    box-shadow: #0000000F 0px 1px 2px;
    margin: 10px 0 20px 0;
    text-align:center;
    color:#000;

}

/* .plan-card .plan-btn button:hover {
    background-color: #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.059) 0px 1px 2px !important;
} */

.plan-card .feature-list {
    flex: 1;
    background-color: #fff;
    padding: 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.plan-card:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}

.plan-card:hover .feature-list {
    background-color: #F5F5F5;
}
.plan-card:hover .plan-btn a,
.plan-card:hover .plan-btn button {
    background-color: #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px !important;
}


.plan-card .feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;

}

.plan-card .feature-list li {
    font-size: 14px;
    color: #2C394A;
    position: relative;
    padding-left: 30px;
}

.plan-card .feature-list li:before {
    background-image: var(--pIcon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    left: 0;
}




/* B PLANS */
.b-pricing {
    background-color: #F5F5F5;
}

.b-pricing .tab-content {
    padding: 20px 0 60px;
}

.bPlansTable {
    padding: 20px 15px 25px;
    background: #fff;
    border-radius: 15px;
}

.bPlansTable ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    margin-bottom: 0;
}

.bPlansTable ul li {
    list-style: none;
    flex: 1;
}

.bPlansTable ul li:last-child {
    border-right: 1px solid #ddd;
}

.bPlansTable ul li button {
    width: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    color: #666;
}

.bPlansTable ul li.active button {
    background: #f5f5f5;
    color: #000;
}

.bPlansTable .planTop {
    display: flex;
    flex-direction: column;
}


.bPlansTable .planTop .plan-head {
    padding: 10px 10px 15px;
    text-align: center;
}

.bPlansTable .planTop .plan-head h5.plan-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #2C394A;
    margin-bottom: 5px;
}

.bPlansTable .planTop .plan-head p {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    color: #575C66;
    margin: 0;
}

.bPlansTable .planTop .plan-head p strong {
    font-weight: 500;
}

.bPlansTable .planTop .plan-price {
    padding: 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.bPlansTable .planTop .plan-price h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 48px;
    color: #2C394A;
    font-weight: 400;
}

.bPlansTable .planTop .plan-price span {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #575C66;
    font-weight: 400;
}

.bPlansTable .planTop .plan-btn {
    padding: 0 10px;
}

.bPlansTable .planTop .plan-btn button {
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    border: 0;
    box-shadow: #0000000F 0px 0px 0px 2px !important;
    margin: 10px 0 20px 0;
    transition: all 0.2s ease-in-out;

}

.bPlansTable .planTop .plan-btn button:hover {
    box-shadow: #f1c50010 0px 0px 0px 2px !important;
    background-color: #f1c300;

}

.bPlansTable table {
    table-layout: fixed;
    width: 100%;
}

.bPlansTable thead {
    vertical-align: top;
}

.bPlansTable table tr td,
.bPlansTable table tr th {
    position: relative;
    padding: 0 5px;
}

.bPlansTable table tr:nth-child(even) td:after {
    background-color: var(--color-2);
}

.bPlansTable table tr td:last-child:after {
    display: none;
}

.bPlansTable td {
    padding: 0;
    height: 72px;
    empty-cells: show;
}

.bPlansTable td,
.bPlansTable th {
    text-align: left;
}

.bPlansTable td {
    font-size: 16px;
    font-weight: 400;
    color: #000000;

}


.bPlansTable table tbody tr {
    border-bottom: 1px solid #D8DBDF;
}


.bPlansTable td+td,
.bPlansTable th+th {
    text-align: center;
    display: none;
}

.bPlansTable td.default {
    display: table-cell;
}

.bPlansTable table tr td:first-child {
    font-size: 16px;
    color: #2C394A;
    line-height: 24px;
    font-weight: 400;
}

.sep {
    background: #f5f5f5;
    font-weight: bold;
}

.txt-l {
    font-size: 16px;
    font-weight: 400;
    color: #2C394A;
}

.txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.removeIcon,
.tickIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.tickIcon {
    background-image: url('../images/tickicon.png');
}

.removeIcon {
    background-image: url('../images/removeIcon.png');
}

.hide {
    border: 0;
    background: none;
}

@media (min-width: 640px) {
    .bPlansTable ul {
        display: none;
    }

    .bPlansTable td,
    .bPlansTable th {
        display: table-cell !important;
    }

    .bPlansTable td+td,
    .bPlansTable th+th {
        width: auto;
    }
}

@media (max-width: 639px) {
    .bPlansTable tfoot th:first-child {
        display: table-cell;
    }

    .bPlansTable tfoot th:nth-child(2) {
        display: block;
    }

    .bPlansTable ul {
        flex-wrap: wrap;
    }

    .bPlansTable ul li {
        flex: 1;
    }
}

span.infoIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url("../images/info.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -3px;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@media (max-width:661px) {
    .bPlansTable {
        padding: 10px;
    }

    .bPlansTable .planTop .plan-btn,
    .bPlansTable .planTop .plan-head {
        padding: 0;
    }

    .bPlansTable .planTop .plan-price {
        padding: 10px 0;
    }

    .bPlansTable td {
        height: 56px;
    }

    .txt-l,
    .bPlansTable table tr td:first-child {
        font-size: 13px;
    }

    .bPlansTable ul {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .bPlansTable ul li button:hover,
    .bPlansTable ul li.active button {
        background: #dfb40c;
        color: #000;
        box-shadow: #dfb50c15 0px 0px 0px 2px !important;
    }

    .bPlansTable ul li button {
        width: 100%;
        display: block;
        background-color: #FFFFFF;
        padding: 4px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        border-radius: 8px;
        border: 0;
        box-shadow: #0000000F 0px 0px 0px 2px !important;
        margin: 0;
        transition: all 0.2s ease-in-out;
    }
}

.logo-carousel {
    margin-top: 25px;
}

.logo-carousel img {
    max-height: 80px;
    margin: auto;
    display: block;
    object-fit: contain;
}

.logo-carousel .slick-slide {
    padding: 10px;
    text-align: center;
}


.teamCard {
    background-color: #F5F5F5;
    border-radius: 15px;
    margin: 15px;
    border: 1px dashed #D8DBDF;
    padding: 16px;
}

.teamCard .teamImg {
    box-shadow: 0px 2px 2px 0px rgba(216, 219, 223, 0.5);
    border: 4px solid #E9E9E9;
    border-radius: 14px;
    overflow: hidden;
}

.teamCard .teamImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamCard .teamBody {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-top: 15px;
}

.teamCard .teamBody h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.16px;

}

.teamCard .teamBody h6 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.12px;

}

.teamCard .teamSocial {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px dashed #D8DBDF;
}

.teamCard .teamSocial a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    padding: 6px;
}

.teamCard .teamSocial a svg {
    height: 100%;
    fill: #DFB40C;
    transition: all 0.2s ease-in-out;
}

.teamCard .teamSocial a:hover {
    background-color: #fff;
}

.teamCard .teamSocial a:hover svg {

    fill: #2C394A;
}



.postDetails .bloghead {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postDetails .bloghead .headTag {
    display: flex;
    align-items: center;
    gap: 15px;
}

.postDetails .bloghead .headTag .category {
    border: 1px dashed #B5BBC4;
    height: 32;
    opacity: 1;
    gap: 8;
    padding: 6px 12px;
    display: flex;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #49505B;
}

.postDetails .bloghead .headTag .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.08px;
}

.bloghead h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin: 0;

}

.bloghead p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin: 0;
}

.blogMeta {
    padding-top: 30px;
    margin-top: 15px;
    border-top: 2px dashed #D8DBDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogMeta .blogAuth {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blogMeta .blogAuth .blogAuthAvatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px dashed #B5BBC4;
    overflow: hidden;
}

.blogMeta .blogAuth .blogAuthAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogMeta .blogAuth .blogAuthInfo {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.blogMeta .blogAuth .blogAuthInfo h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #2C394A;
    margin: 0;

}

.blogMeta .blogAuth .blogAuthInfo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.12px;
    color: #49505B;
    margin: 0;
}


.blogMeta .blogAuthSocial {
    display: flex;
    gap: 10px;
}

.blogMeta .blogAuthSocial .social_link {
    background: #F5F5F5;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8DBDF;
    border-radius: 10px;
}

.blogMeta .blogAuthSocial .social_share {
    background: #2C394A;
    border: 2px solid #2C394A;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.08px;
    text-align: center;
    color: #fff;
    border-radius: 11px;
    max-width: 86px;
}

.postContent {
    padding: 0 110px;
}

.postContent p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.2px;

}

.postContent ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    position: relative;
}

.postContent ul:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-image: repeating-linear-gradient(to bottom,
            #D8DBDF 0,
            #D8DBDF 5px,
            transparent 5px,
            transparent 10px);
}

.postContent ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.16px;
    color: #49505B;
}

.postContent ul li strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #2C394A;
}

.postContent .lineDivider {
    width: 2px;
    height: 48px;
    background-image: repeating-linear-gradient(to bottom,
            #D8DBDF 0,
            #D8DBDF 5px,
            transparent 5px,
            transparent 10px);
    margin: 40px auto 40px;

}

.postContent h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #575C66;

}

.blogMetafoot .blogMeta {
    margin: 0;
    padding: 15px;
    border: 2px dashed #D8DBDF;
    border-radius: 15px;
}

.blogMetafoot .blogAuthSocial {
    align-items: center;
}

.blogMetafoot .blogAuthSocial p {
    margin: 0;
    margin-right: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #575C66;

}

.accountForm {
    height: calc(100% - 72px);
    background: #FFFFFF;

}

.gradientReg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(232, 225, 224, 1) 50%);
}

.gradientLog {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, #E7EDF7 50%);
}

.accountFormBgImage {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-size: cover;
    padding: 20px;
    position: relative;
    z-index: 0;
}

.regMask {
    mask-image: url('../images/regMask.svg');
    mask-repeat: no-repeat;
    mask-size: 200%;
}

.loginMask {
    mask-image: url('../images/logMask.svg');
    mask-repeat: no-repeat;

}

@media (min-width:1200px) {
    .accountForm {
        height: auto;
    }

    .regMask {
        mask-position: 15% 125%;
    }

    .loginMask {
        mask-size: 230%;
        mask-position: 75% 40%;
    }
}

@media (min-width:1400px) {
    .accountForm {
        height: calc(100% - 72px);
    }

    .regMask {
        mask-position: 15% 95%;
    }

    .loginMask {
        mask-size: 200%;
        mask-position: 75% 40%;
    }
}

/* 
.loginMask {
    mask-image: url('../images/loginImgMask.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    mask-composite: exclude;
} */


/* 
.accountFormBgImage::before {

    content: '';
    position: absolute;
    width: 1231.82px;
    height: 1231.82px;
    left: calc(50% - 1231.82px/2 - 188.21px);
    top: calc(50% - 1231.82px/2 - 410.7px);

background: #0A0A0A;
transform: rotate(15deg);

}

*/
.accountFormBlock {
    padding: 55px 55px 55px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.accountFormBlock .accountFormHead a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 20px;
    color: #2C394A;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;

}

.accountFormBlock .accountFormHead a:before {
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow-left-s-line.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accountFormBody {
    padding: 24px;
    display: flex;
    flex-direction: column;

}

.accountFormBody .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.accountFormBody .head p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #2C394A;
}

.accountFormBody .head p a {
    font-weight: 400;
    font-size: 14px;
    color: #575C66;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;

}

.formFields .form-label {
    color: #2C394A;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 0;
    display: block;
    padding: 2px 0;
    margin-bottom: 4px;
}

.formFields .form-label span {
    color: #AB3C3C;
}

.formFields .form-control {
    /* width: 100%; */
    height: 48px;
    opacity: 1;
    padding: 12px;
    gap: 8px;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    color: #575C66;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;


}



.formFields textarea.form-control{
    height:100px;
}
.formFields .eye-icon {
    cursor: pointer;
}

.formFields .eye-slash {
    display: none;
}

.input-group-text {
    border-radius: 0;
    background-color: transparent;
}

.input-group .form-control {
    border-left: 0;
}




.formFields .round {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2C394A;
    display: flex;
    gap: 16px;
    position: relative;
}


.formFields .round a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #575C66;
}
.formFields input[type="submit"],
.formFields button[type="submit"] {
    width: 100%;
    height: 48px;
    padding: 12px;
    background: #2C394A;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.formFields .trobleshoot {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2C394A;
    text-align: center;
    margin-top: 10px;

}

.formFields .trobleshoot a {
    color: #575C66;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;

}

.accountFormFoot {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #575C66;
}

.round label {
    background-color: #fff;
    border: 2px solid #2C394A;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
}

.round label:after {
    border: 2px solid #2C394A;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 10px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #fff;
    border-color: #2C394A;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}




.accountFormtestimoni {
    position: absolute;
    left: 30px;
    bottom: 80px;
    z-index: 1;
}

.accountFormtestimoni.login {
    left: auto;
    right: 20px;
   
}


.accountFormtestimoniItem {
    max-width: 384px;
    min-height: 220px;
    max-height: 432px;
    background-color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.accounttestimoniTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accounttestimoniTop .auth {
    width: 64px;
    height: 64px;
}

.accounttestimoniTop .auth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accounttestimoniTop p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px !important;
    letter-spacing: 0px;
    margin: 0;
    color: #2C394A;
}


.accounttestimoniBottom h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2C394A;
    margin: 0;
}


.accounttestimoniBottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #575C66;
    margin: 0;
}

.googleBtn {
    width: 100%;
    height: 48px;
    padding: 12px;
    border: 1px solid #D4D4D4;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    /* transition: all 0.2s ease-in-out; */
}

.googleBtn span {
    background-image: url('../images/google-fill.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

/* .googleBtn:hover {
    background-color: #E6E6E7;
} */

@media (max-width:661px) {


    h3 {
        font-size: 30px;
    }

    h2 {
        font-size: 40px;

    }

    .page-banner {
        background-position: bottom;
        background-repeat: no-repeat;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 0;
        height: 720px;
    }

    .page-banner::before {
        background-position: center;
    }

    .page-banner .content {
        width: 100%;
    }



    .page-banner .content h1 {
        font-size: 26px;
        padding: 40px 20px 0 20px;
        Letter-spacing: -0.02em;
    }

    .page-banner .content p {
        font-size: 14px;
    }

    .page-banner .content .slide_btns {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .page-banner .content .slide_btns a {
        font-size: 14px;
    }


    .page-banner .content .slide_tags {
        display: flex;
        gap: 10px;

    }

    .page-banner .content .slide_tags span {
        padding: 0px 5px 0px 30px;
        font-size: 13px;

    }

    .page-banner .content .slide_tags span::before {
        top: -3px;

    }

    .whychooselegalcoverBlock {
        padding: 20px;
    }

    .whychooselegalcoverBlock h2 {
        font-size: 40px;
    }

    .whychooselegalcover {
        padding-bottom: 0;
    }

    .testimonials {
        margin-top: 0;
        padding-bottom: 0;
    }

    .accordion-button {
        padding: 20px;
        padding-right: 60px;
        font-size: 16px;
    }

    .zigzacList {
        gap: 10px;
    }

    .zigzacList li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        width: 100%;
        text-align: left;
    }

    .zigzacList li>div {
        display: block;
    }

    .slide_btns a {
        padding-left: 22px;
        padding-right: 22px;
    }

    .page-banner .content h1 {
        padding-left: 0;
        
    }

    .personalBanner {
        height: 600px;
        max-height: 100%;
    }

    .everythingyoutneed {
        padding-bottom: 60px;
    }

    .everythingyoutneed img {
        width: 100%;
    }

    .whowehelp img {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .accountForm {
        background: #FFFFFF;
        height: auto;
    }

    .accountForm .container {
        padding: 0 !important;
    }

    .accountFormBlock {
        padding: 20px 0;
        gap: 20px;
    }

    .accountFormtestimoni.login,
    .accountFormtestimoni {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto;
    }

    .accountFormBgImage {
        height: 300px;
    }


    .loginMask,
    .regMask {
        mask: none;
    }

    .accountFormtestimoniItem {
        min-height: 300px;
        max-height: 100%;
    }

    .readToBlock:after {
        width: 100%;
        background-size: contain;
    }
}

.bg-shadow{
 
    box-shadow: 0px 8px 64px 0px #8F8F8F29;

    
}

.p-user{
    margin: 8px 8px 8px 8px;
}
.user-3{
        width: 32px;
    height: 32px;
    background: #eee;
    padding: 6px 5px 5px 5px;
    border-radius: 7px;
}

.bg-3{
    background: #fff;
    padding: 8px;
    border-radius: 8px; 
   
}

.bg-4{
    background: #f5f5f5;
    padding: 8px;
    border-radius: 8px;
}
.ft-2{
    font-size: 14px;
    font-weight: 600;
}
.ft-3{
    font-size: 12px;
}
.dashboard{
    padding: 40px 0;
}


.dash-box{
    background: #F5F5F5;
    width: 1099;
gap: 10px;
angle: 0 deg;
opacity: 1;
top: 23px;
left: 273px;
border-radius: 20px;
padding: 48px;

}

@media(max-width:767px){
    .dash-box{
        padding: 28px !important;
    }
    .p-user .bg-4{
        padding:0 !important;
    }
}

.t-tile-1 h3{
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 48px;
letter-spacing: -4%;
    padding: 0;
    margin: 0;

}
.t-tile-1 p{
    font-family: Inter;
font-weight: 300;
font-style: Regular;
font-size: 18px;
color: #575C66;
line-height: 48px;
letter-spacing: -4%;

}

.t-tile-2 h3{
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -4%;
padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}


.p-name{
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: -0.08px;
text-align: center;
background: #F1C300;
    padding: 6px;
    border-radius: 5px;
    color:#2C394A;


}

.c-plan a{
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -4%;
color: #2C394A;
}

.c-plan a:hover{
    color:#F1C300;
}

.r-name{
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -4%;
color: #2C394A;
}

.h-plan{
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #B5BBC4;
    padding: 5px 10px 5px 10px;
    color: #49505B;
    font-size: 12px;
}
.bg-grey1 tr th{
    background: #F5F5F5!important;
    font-size: 14px;
}
 thead {
    border-bottom: 2px solid #dee2e6; /* Bootstrap's default border color */
     background: none!important;
     color: #2C394A;
     
  }
  thead th {
    border: none; /* Remove default cell borders */
      font-size: 16px;
     font-weight: 500;
      
}
 tbody tr {
    border-bottom: 0px solid #dee2e6; /* Same as Bootstrap default */
     
  }

 tbody td {
    border: none; /* Remove all cell borders */
       color: #2C394A;
     font-size: 14px;
     font-weight: 300;
  }


.bg-light{
    background: #F5F5F5;
    margin: 6px;
    border-radius: 10px;
}

.dashboard .nav-item{
    margin-bottom: 5px;
}

.dashboard .nav-item a{
    color: #2C394A;
    font-size: 15px;
}


.dashboard .nav-item a:hover{
      color: #DFB40C;
}

.dashboard .active{
    background: #fff;
    border-radius: 6px;
}

.dashboard .nav-item a:hover{
     background: #fff;
    border-radius: 6px;
}

.dashboard .nav-link span{
    background: #fff;
    border-radius: 5px;
    line-height: 22px;
    height: 20px;
        padding: 3px 7px 5px 7px;
}

.dashboard .nav-item a:hover span, .dashboard .nav-item .active span{
    background: #F5F5F5;
}

.dashboard .nav-link:focus, .nav-link:hover {
      color: #2C394A;
}

.h-line hr{
    color: #DEDFE3;
}

.bg-white1{
    background: #fff;
    border-radius: 8px;
    margin: 3px 0;
    padding: 10px 25px;
    border: #E5E5E5 1px solid;
}


.bg-white1 label{
    font-size: 12px;
    color: #737373;
    margin: 0;
}

.bg-white1 input{
 border: none;
    padding: 0;
}

.bg-white1 .form-control:disabled {
    background-color: #fff;
    opacity: 1;
}

.dashboard form .bg-white1{
    position:relative;
}
.dashboard form .bg-white1 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}



#nav-transparent.bg_white .nav-right-menu ul li a:hover{
    color:#fff;
}
#nav-transparent.bg_white .nav-right-menu a.nav-link:hover{
    color:#000 !important;
}

#nav-transparent .submenu-indicator-chevron {
    border-color: white !important;
}

#nav-transparent.bg_white .submenu-indicator-chevron {
    border-color: #000 !important;
}

#nav-transparent.bg_white .nav-white-bg .submenu-indicator-chevron {
    border-color: white !important;
}

.gradientReg .toggle-password {
    position: absolute;
    top: 45px;
    right: 15px;
    cursor: pointer;
}




/* CONTACT DETAILS */


ul.addressInfo li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: var(--color-1);
  line-height: 32px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}

ul.addressInfo li a {
  color: var(--color-1);
  text-decoration: none;
}

ul.addressInfo li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  background-image: var(--ci_icon);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

 ul.hours li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: var(--color-1);
  line-height: 32px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  position: relative;
}

 ul.hours li a {
  color: var(--color-1);
  text-decoration: none;
}

 ul.hours li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: var(--ci_icon);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


#nav-transparent.bg_white .navigation-portrait .submenu-indicator-chevron{
        border-color: #fff !important;
}

.adnMore{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #828385;
margin: 40px 0;
}