/*=========================================================
Template Name:Lifesafe-Real Estate & Property HTML5 Template
https://www.templatemonster.com/authors/techtime/
Description: Description
Version: 1.0.0
Text Domain: Lifesafe
Tags: 	agency, Business Agency, Business Consultant, business optimization, company website, consultancy, Lifesafeng, Lifesafeng Firm, corporate solutions, digital agency, financial analysis, market trends analysis, Strategic insights
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Lifesafe Header Top Menu Area Css
02. Lifesafe Nav Menu Area Css 
03. Lifesafe Slider Area Css
04. Lifesafe Section Title Css
05. Lifesafe Service Area css
06. Lifesafe About Area Css
07. Lifesafe Counter Area Css
08. Lifesafe Testimonial Area Css
09. Lifesafe Process Area Css
10. Lifesafe Team Area Css
11. Lifesafe Faq Area Css
12. Lifesafe Call Do Section Css
13. Lifesafe Form Box Css
14. Lifesafe Blog Area Css
15. Lifesafe footer Area Css
16. Lifesafe Subscribe Area Css
17. Lifesafe Prossess Ber Css
18. Lifesafe Scrollup Section
19. Lifesafe Breadcumb Area Css
20. Lifesafe abouts_areas Css
21. Lifesafe Pricing Section Css
22. Lifesafe Contact  US Css
23. Lifesafe Blog Sidber Widget CSS
24. Lifesafe Search Box Css
25. Lifesafe Loader Css
=======================*/




/*==================================================
 <-- Lifesafe Header Top Menu Area Css-->
===================================================*/
h2{
    color: #14133B;
}
h1{
    color: #14133B;
}
img{
    border-radius: 15px;
}
.topbar-area {
    padding: 0px 0;
    background: #0100b3;
    position: relative;
}

.topbar-area .container {
    max-width: 1600px;
}

.topbar-items ul {
    list-style: none;
}

.topbar-items ul li {
    display: inline-block;
    margin-right: 100px;
}

.topbar-items ul li.line {
    position: relative;
}

.topbar-items ul li.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(0, 58, 55, 0.702);
    right: -54px;
    top: -17px;
}

.topbar-items ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: "Raleway";
}

.topbar-items ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #FFF;
}

.topbar-social {
    text-align: right;
}

.topbar-social h4 {
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway";
}

.topbar-social ul {
    list-style: none;
    display: inline-block;
}

.topbar-social ul li {
    display: inline-block;
    margin-right: 11px;
}

.topbar-social ul li a {
    color: #FFF;
    font-size: 16px;
}



/*==================================================
 <-- Lifesafe Header Area Css-->
===================================================*/

.header-area {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.11));
    z-index: 9;
}

.header-area::before {
    position: absolute;
    content: "";
    width: 452px;
    height: 140px;
    background-color: #0100b3;
    left: 0;
    top: 0;
    z-index: -1;

}

.header-area::after {
    position: absolute;
    content: "";
    width: 720px;
    height: 42px;
    background: #0100b3;
    transform: skewX(-10deg);
    z-index: -111;
    left: 12%;
}

.header-area .container {
    max-width: 1600px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 80px;
}

.header-menu ul {
    list-style: none;
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 54px;
}

.header-menu ul li a {
    font-size: 18px;
    color: #14133B;
    font-weight: 500;
    position: relative;
    transition: .5s;
    padding: 36px 0;
    text-decoration: none;
    display: inline-block;
}

.header-menu ul li a:hover {
    color: #0100b3;
}

.header-menu ul li a i {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: -6px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-search {
    margin-right: 44px;
}

.header-sidebar {
    margin-left: 35px;
}

.header-sidebar a {
    font-size: 42px;
}


/* sticky menu css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #FFF !important;
    z-index: 9999 !important;
    animation: fadeInDown 1s both 0.2s;
    padding: 0 30px;
}

.sticky-nav .logo {
    margin-top: 0;
}


/* sub menu */

.header-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 98%;
    border-radius: 5px;
    width: 250px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    overflow: hidden;
    padding: 10px 10px;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.header-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.header-menu ul .sub-menu ul li a {
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #003d4d;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.header-menu ul .sub-menu ul li a:hover {
    color: #fff;
}

.header-menu ul .sub-menu ul li a::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #0100b3;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}

.header-menu ul .sub-menu ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.header-menu ul .sub-menu ul li a::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #0100b3;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}

.header-menu ul .sub-menu ul li a:hover::after {
    width: 100%;
    opacity: 1;
}

/* mobile menu */

.mobile-menu-area {
    display: none;
}


/*==================================================
 <-- Lifesafe All Btn Css-->
===================================================*/

.Lifesafe-btn {
    display: inline-block;
}

.Lifesafe-btn a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-family: "Raleway";
    background: #0100b3;
    text-decoration: none;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Lifesafe-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 0;
    height: 100%;
    background: #212529;
    transition: .5s;
    transform: skew(35deg, 0deg) scale(1.7);
    z-index: -1;
    transition: 0.5s;
}

.Lifesafe-btn a:hover:before {
    width: 100%;
}

/* slider btn */

.Lifesafe-btn.slider1 {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .Lifesafe-btn.slider1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/* explore btn */

.Lifesafe-btn.explore a {
    background: #FFF;
    color: #0100b3;
}

.Lifesafe-btn.explore a:hover {
    color: #fff;
}

/*==================================================
 <-- Lifesafe Banner Area Css-->
===================================================*/
.banner-section {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 730px;
    top: 42px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    left: 11%;
}

.slider-sub-icon {
    display: inline-block;
    position: relative;
    top: 4px;
}

.slider-sub-title {
    margin-bottom: 28px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .slider-sub-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}


.slider-sub-title h4 {
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0100b3;
    font-family: "Raleway";
    position: relative;
    background: #FFF;
    display: inline-block;
    padding: 6px 18px;
}

.slider-main-title {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.slider-main-title h1 {
    font-size: 58px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
}

.active .slider-main-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.slider-main-title h1 {
   font-size: 50px;
    line-height: 60px;
    color: #14133B;
    font-weight: 800;
}

.slider-discription {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}


.active .slider-discription {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.slider-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin: 30px 0 56px;
    width: 85%;
}

/* video icon */

.video-icon {
    display: inline-block;
    margin-left: 35px;
    position: relative;
    top: -16px;
}

.video-icon a {
    width: 60px;
    height: 60px;
    background-color: #0100b3;
    display: inline-block;
    line-height: 60px;
    font-size: 38px;
    color: #FFF;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    text-align: center;
}

.video-icon a::before {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.video-icon a::after {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 150px;
    height: 150px;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


/* video area css */

.video-area {
    height: 1000px;
    position: relative;
}

.video-area {
    height: 1000px;
    position: relative;
}

video.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

/*==================================================
 <-- Lifesafe Section title Css-->
===================================================*/

.section-sub-title h4 {
    font-size: 19px;
    color: #0100b3;
    font-weight: 600;
    font-family: "Raleway";
    margin-bottom: 12px;
    padding: 0 95px;
    position: relative;
    display: inline-block;
}

.section-sub-title h4::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 2px;
    background: #0100b3;
    left: 0;
    top: 50%;
}

.section-main-title h2 {
    font-size: 48px;
    color: #14133B;
    font-weight: 800;
    font-family: "Raleway";
    margin-bottom: 42px;
}

/*==================================================
 <-- Lifesafe Feature Area Css-->
===================================================*/

.feature-area {
    padding: 0px 0 60px;
}

.feature-single-box {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 45px 20px 23px;
    top: 0;
    overflow: hidden;
    transition: all 500ms ease;
    border-radius: 8px;
}

.feature-single-box:hover {
    top: -30px;
}

.feature-single-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0100b3;
    bottom: 0;
    left: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-single-box:hover::before {
    height: 100%;
}

.fetaure-icon img {
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-single-box:hover .fetaure-icon img {
    transform: scale(.9);
    filter: brightness(0)invert(1);
}

.feature-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #14133B;
    font-weight: 700;
    margin: 33px 0 21px;
    transition: all 500ms linear;
}

.feature-single-box:hover .feature-content h4 {
    color: #FFF;
}

.feature-content p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    transition: all 500ms linear;
}

.feature-single-box:hover .feature-content p {
    color: #FFF;
}

.feature-shape {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 400ms;
    transform: translateX(100%);
    opacity: 0;
}

.feature-single-box:hover .feature-shape {
    transform: translateX(0%);
    opacity: 1;
}



/*==================================================
 <-- Lifesafe About Area Css-->
===================================================*/
.about-area {
    padding: 0 0 60px;
}

/* about section title */

.section-main-title.about h2 {
    margin-bottom: 20px;
}

/* about thumb */

.about-thumb img {
    width: 100%;
}

.about-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
}

/* tab css */

ul.tabs {
    margin: 20px 0 60px;
}

.tab.list-tab ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.tab.list-tab ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #14133B;
    font-weight: 500;
    background: #ececec;
    padding: 8px 20px;
    border-radius: 5px;
}

.tab.list-tab ul li.current a {
    background: #0100b3 !important;
    color: #FFF !important;
}

/* about list  */

.about-list ul li {
    display: block !important;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
}

/* about bottom */

.about-bottom {
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.about-us-icon i {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    margin-left: 27px;
    color: #0100b3;
}

.about-us-phone {
    margin-left: 26px;
}

.about-us-phone h5 {
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    font-weight: 400;
}

.about-us-phone h5 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #0100b3;
}


/*==================================================
 <-- Lifesafe Service Area Css-->
===================================================*/

.service-area {
    background: #f5fdff;
    padding: 60px 0 80px;
}

.service-single-box {
    position: relative;
}

.service-thumb {
    position: relative;
    z-index: 1;
}
.service-thumb img{
    border-radius: 0px !important;
}
.service-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #14133b4f;
    transition: all 500ms ease;
    z-index: 1;
}

.service-single-box:hover .service-thumb::before {
    height: 100%;
}

.service-thumb img {
    width: 100%;
}

.service-icon {
    position: absolute;
    bottom: -17px;
    right: 20px;
    width: 98px;
    height: 88px;
    border-radius: 5px;
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    text-align: center;
    line-height: 83px;
    z-index: 1;
}

.service-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #0100b3;
    bottom: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
    transition: all 700ms ease;
}

.service-single-box:hover .service-icon::before {
    height: 100%;
}

.service-icon img {
    width: auto;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-single-box:hover .service-icon img {
    transform: scale(.9);
    filter: brightness(0)invert(1);
}

.service-content {
    background-color: #ffffff;
    border: 1px solid #ececec;
    padding: 55px 40px 0;
}

.service-content h4 a {
    font-size: 24px;
    line-height: 24px;
    color: #14133B;
    font-weight: 700;
    text-decoration: none;
    transition: all 500ms linear;
}

.service-single-box:hover .service-content h4 a {
    color: #0100b3;
}

.service-content p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin: 20px 0 55px;
}

/* service btn */

.Lifesafe-btn.service {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.Lifesafe-btn.service a {
    width: 185px;
    height: 52px;
    border-radius: 5px;
    padding: 0;
    line-height: 52px;
    text-align: center;
}

.service-single-box:hover .Lifesafe-btn.service a::before {
    width: 100%;
}


/*==================================================
 <-- Lifesafe Protection Area Css-->
===================================================*/

.protection-area {
    background: url(../images/resource/protection-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 278px;
    padding: 112px 0 0;
}

.protection-content h4 {
    font-size: 42px;
    line-height: 52px;
    color: #f5fdff;
    font-weight: 700;
}

/* protection btn */

.Lifesafe-btn.protection {
    display: block;
    text-align: right;
}

.Lifesafe-btn.protection a {
    background: #f5fdff;
    color: #0100b3;
}

.Lifesafe-btn.protection a:hover {
    color: #FFF;
}

/*==================================================
 <-- Clients Logo Carousel Area Css-->
===================================================*/

.clients-logo-area {
    background: #f8f5f0;
    padding: 60px 0 80px;
    position: relative;
}

.clients-subtitle {
    margin-bottom: 20px;
}

.clients-subtitle span {
    display: inline-block;
    padding: 8px 20px;
    background: #14133B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
}

.clients-main-title {
    margin-bottom: 50px;
}

.clients-main-title h2 {
    font-size: 42px;
    line-height: 54px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.clients-logo-carousel.owl-carousel {
    position: relative;
}

.client-logo-item {
    background: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin: 0 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.client-logo-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.client-logo-item img {
    max-width: 100%;
    filter: grayscale(0);
    transition: all 0.3s ease;
}

.clients-logo-carousel.owl-carousel .owl-nav {
    display: none !important;
}

.clients-logo-carousel.owl-carousel .owl-dots {
    display: none !important;
}


/*==================================================
 <-- Lifesafe Choose us Area Css-->
===================================================*/

.choose-us-area {
    padding: 60px 0 60px;
}

.choose-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
}

.row.choose {
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0 25px;
    margin-bottom: 46px;
}

.choose-list span {
    display: block;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 24px;
    color: #14133B;
    font-weight: 600;
}

.choose-list span i {
    color: #0100b3;
    font-weight: 800;
}

.choose-thumb-items {
    position: relative;
}

.choose-thumb {
    margin-bottom: 30px;
    position: relative;
}

.choose-thumb.three {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

/*==================================================
 <-- Lifesafe Insurance Area Css-->
===================================================*/

.insurance-area {
    padding: 0 0 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.insurance-area::before {
    position: absolute;
    content: "";
    width: 62%;
    height: 92%;
    background: #0100b3;
    z-index: 99;
    bottom: -71px;
    left: -107px;
    transform: skewX(-15deg);
}

/* insurance tab */

.tab.insurance-list-tab {
    margin-top: 65px;
    position: relative;
    z-index: 1111;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tab.insurance-list-tab ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.tab.insurance-list-tab ul li a {
    display: inline-block;
    text-decoration: none;
    background: #14133B;
    color: #FFF;
    padding: 11px 25px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
}


/* insurance form */

.insurance-form-box label {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.insurance-form-box input {
    background: #309178;
    width: 278px;
    height: 51px;
    border-radius: 3px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    color: #FFF;
    margin-bottom: 25px;
}

.insurance-form-box input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #b0c9c2;
    font-weight: 500;
}

.limit-title h4 {
    font-size: 18px;
    color: #feffff;
    font-weight: 500;
    margin-bottom: 22px;
}

.limit-baclance {
    position: relative;
}

.limit-baclance::before {
    position: absolute;
    content: "";
    width: 96%;
    height: 12px;
    border-radius: 3px;
    background-color: #309178;
}

.limit-baclance::after {
    position: absolute;
    content: "";
    width: 398px;
    height: 12px;
    border-radius: 3px;
    background-color: #FFF;
}

.limit-value {
    margin: 70px 0 22px;
}

.limit-value h4 {
    font-size: 18px;
    color: #feffff;
    font-weight: 500;
}

.insurance-form-box-button button {
    font-size: 20px;
    color: #0100b3;
    font-weight: 500;
    font-family: "Raleway";
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    outline: 0;
    width: 584px;
    height: 56px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: 0.5s;
}

.insurance-form-box-button button:hover {
    color: #FFF;
}

.insurance-form-box-button button::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 0;
    height: 100%;
    background: #212529;
    transition: .5s;
    transform: skew(35deg, 0deg) scale(1.7);
    z-index: -1;
    transition: 0.5s;
}

.insurance-form-box-button button:hover:before {
    width: 100%;
}

/* google map */

.google-map {
    position: absolute;
    bottom: -16px;
}


/*==================================================
 <-- Lifesafe Testimonial Area Css-->
===================================================*/

.testimonial-area {
    padding: 60px 0 30px;
}

.testi-single-box {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    position: relative;
    padding: 32px 40px 40px;
    margin-bottom: 30px;
    position: relative;
}

.testi-single-box::before,
.testi-single-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.testi-single-box::before {
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all 0.6s linear;
}

.testi-single-box::after {
    right: 0px;
    top: 0px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.6s linear;
}

.testi-single-box:hover::before,
.testi-single-box:hover::after {
    border-color: #0100b3;
    width: 100%;
    height: 100%;
}

.testi-title {
    margin-bottom: 7px;
}

.testi-title h4 {
    font-size: 24px;
    line-height: 28px;
    color: #14133B;
    font-weight: 700;
}

.testi-title span {
    font-size: 16px;
    line-height: 37px;
    color: #505050;
    font-weight: 400;
}

.testi-icon i {
    color: #0100b3;
    font-size: 18px;
}

.testi-discription {
    position: relative;
}

.testi-discription::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    background-color: #0100b3;
    left: 0;
    top: -7px;
}

.testi-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin: 27px 22px 0;
}

.testi-qouet {
    position: absolute;
    top: 0;
    right: 0;
}

.testi-qouet i {
    font-size: 100px;
    color: #0100b3;
    opacity: 0.071;
}

.testi-qouet {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* testi thumb */

.testi-thumb {
    position: relative;
}


/* testi counter */

.testi-counter {
    position: absolute;
    top: 20px;
    right: -130px;
    width: 184px;
    height: 91px;
    background-color: #0100b3;
    padding: 14px 8px 0;
    z-index: 1;
}

.testi-counter::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 40px;
    background: #0100b3;
    bottom: -19px;
    right: 20px;
    clip-path: polygon(82% 41%, 106% 40%, 50% 100%, 0% 42%);
    z-index: -1;
    transition: .5s;
}

.testi-counter h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.testi-counter span {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.testi-counter p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}


/*==================================================
 <-- Lifesafe Blog Area Css-->
===================================================*/

.blog-area {
    padding: 0 0 120px;
}


.blog-content {
    border: 1px solid #0100b3;
    padding: 30px 16px 0px;
    background: rgba(245, 253, 255, 0.180);
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.blog-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: -58px;
    width: 0;
    height: 100%;
    background: #0100b3;
    transition: .5s;
    transform: skew(35deg, 0deg) scale(1.7);
    z-index: -1;
    transition: 0.5s;
}

.blog-single-box:hover .blog-content::before {
    width: 100%;
}

.blog-month {
    float: left;
    margin-right: 19px;
    margin-bottom: 31px;
    width: 93px;
    height: 91px;
    background-color: #0100b3;
    padding: 18px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-month::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFF;
    transition: ease all 500ms;
    transform: skew(35deg, 0deg) scale(1.7);
    z-index: -1;
}

.blog-single-box:hover .blog-month::before {
    width: 100%;
}


.blog-month h4 {
    font-size: 40px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    transition: ease all 500ms;
}

.blog-single-box:hover .blog-month h4 {
    color: #0100b3;
}

.blog-month span {
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    transition: ease all 500ms;
}

.blog-single-box:hover .blog-month span {
    color: #0100b3;
}

.blog-text h4 a {
    font-size: 20px;
    line-height: 24px;
    color: #0100b3;
    font-weight: 600;
    text-decoration: none;
    transition: ease all 500ms;
}

.blog-single-box:hover .blog-text h4 a {
    color: #FFFFFF;
}

.blog-text p {
    font-size: 14px;
    line-height: 24px;
    color: #505050;
    font-weight: 500;
    margin: 14px 0 0;
    transition: ease all 500ms;
}

.blog-single-box:hover .blog-text p {
    color: #FFFFFF;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.blog-single-box:hover .blog-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.blog-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.blog-single-box:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




/*==================================================
 <-- Lifesafe Footer Area Css-->
===================================================*/

.footer-area {
    padding: 100px 0 80px;
    background: #0c0b24;
    position: relative;
    z-index: 1;
}

.footer-area .container {
    max-width: 1450px;
}

/* footer widget */

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding: 0 20px 27px;
    position: relative;
}

.footer-wiget-title h4::before {
    position: absolute;
    content: "";
    bottom: 17px;
    width: 3px;
    height: 30px;
    background-color: #0100b3;
    top: 0;
    left: 0;
}

.footer-socilal-title h4 {
    opacity: 0.800;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0 20px;
    position: relative;
}

.footer-socilal-title h4::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background: #0100b3;
    left: 0px;
}

/* footer widget inner */

.footer-wiget.inner {
    text-align: center;
    position: relative;
    z-index: 1;
    left: -100px;
}

.footer-wiget.inner::before {
    position: absolute;
    content: "";
    width: 436px;
    height: 500px;
    background-color: #0100b3;
    left: -42px;
    top: -100px;
    z-index: -1;
}
@media (max-width: 768px) {
    .footer-wiget.inner::before{
    height: 390px;
    top: -87px;
    }
}
.footer-wiget-logo {
    position: relative;
    top: -50px;
}
.footer-wiget-logo img{
    width: 100%;
}
.footer-wiget-text h4 {
    margin: 0px 0 22px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

/* footer social */

.footer-social ul li {
    list-style: none;
    display: inline-block;
}

.footer-social ul li a i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #1a3851;
    font-size: 24px;
    color: #FFF;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.footer-social ul li a:hover i {
    color: #0100b3;
    border: 1px dashed #0100b3;
}

.footer-social ul li a i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #FFF;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.footer-social ul li a i:hover::after {
    width: 100%;
    left: 0;
}


.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: .5s;
    margin: 0;
    line-height: 50px;
    color: #ffffff;
}

.footer-wiget-menu ul li a:hover {
    color: #0100b3;
    margin-left: 10px;
}

.footer-wiget-menu ul li a i {
    color: #0100b3;
}

/* company work */

.company-work-hour ul li {
    display: block;
    list-style: none;
    color: #f8f8f8;
    opacity: .8;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0100b3;
}

.company-work-hour ul li span {
    float: right;
}

li.table-brb {
    border: inherit !important;
}

li.table-brb span.style {
    background: #0100b3;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 5px;
}


/*==================================================
 <-- Lifesafe Home page two All  Css-->
===================================================*/


/* header area */

.header-area.style-two::before {
    background: #01bdb2;
    height: 100%;
}

.header-area.style-two::after {
    display: none;
}

.header-menu.style-two ul li a {
    padding: 40px 0;
    color: #01bdb2;
}

.header-menu.style-two ul .sub-menu ul li a {
    color: #01bdb2;
}

.header-menu.style-two ul .sub-menu ul li a:hover {
    color: #ffffff;
}

.header-menu.style-two ul .sub-menu ul li a:hover::before {
    background: #01bdb2;
}

.header-menu.style-two ul .sub-menu ul li a:hover::after {
    background: #01bdb2;
}


.Lifesafe-btn.style-two a {
    background: #01bdb2;
}

/* slider area */

.slide-item.one {
    height: 810px;
    top: 0;
}

.slider-content.style-two {
    left: 9%;
}

.slider-sub-title.style-two h4 {
    color: #01bdb2;
}

.slider-main-title.style-two h1 {
    color: #ffffff;
}

.slider-discription.style-two p {
    color: #d1d1d1;
}

.Lifesafe-btn.slider1.style-two a {
    background: #01bdb2;
}

.video-icon.style-two {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
}

.video-icon.style-two a {
    background: #01bdb2;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.video-icon.style-two a i {
    font-size: 60px;
}

/* ABOUT AREA STYLE TWO */

.about-area.style-two {
    background: url(../images/about/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0 120px;
}

p.about2 {
    margin-bottom: 55px;
}

.Lifesafe-btn.about1 {
    margin-right: 30px;
}

.Lifesafe-btn.about1 a {
    background: #0bbeb4;
    border: 1px solid #0bbeb4;
}

.Lifesafe-btn.about2 a {
    background: none;
    border: 1px solid #0bbeb4;
    color: #0bbeb4;
}

/* COUNTER AREA */

.row.number-count {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid #505050;
    padding: 60px 0 60px;
}

.counter-single-box {
    position: relative;
    border: 1px solid white;
}

.counter-number {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.counter-number h4 {
    font-size: 60px;
    color: #14133B;
    font-weight: 700;
    font-family: "Rubik";
}

.counter-number span {
    font-size: 60px;
    color: #14133B;
    font-weight: 700;
    font-family: "Rubik";
}

.counter-content {
    display: inline-block;
    text-align: left;
}

.counter-content h4 {
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    font-weight: 500;
    font-family: "Raleway";
}


/* PROJECT AREA */

.project-area {
    padding: 120px 0 0;
}

.project-single-box {
    overflow: hidden;
}

.project-thumb {
    position: relative;
}

.project-thumb::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 186, 235, 0.56);
    z-index: 1;
    opacity: 0.5;
    -webkit-transform: scaleY(0) translateZ(100px);
    -ms-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    visibility: hidden;
}

.project-single-box:hover .project-thumb::before {
    -webkit-transform: scaleY(1) translateZ(0px);
    -ms-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}

.project-thumb img {
    transition: all 2s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-single-box:hover .project-thumb img {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.project-icon {
    position: absolute;
    top: 30px;
    right: -56px;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.project-single-box:hover .project-icon {
    right: 30px;
    opacity: 1;
}

.project-icon a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0bbeb4;
    color: #ffff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: transform 500ms ease;
}

.project-icon a:hover {
    transform: scale(0.9);
}

.project-icon a::before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    border-radius: 500px;
    background: #14133B;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}

.project-icon a:hover::before {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.project-content {
    position: absolute;
    bottom: -70px;
    width: 367px;
    height: 116px;
    background-color: #0bbeb4;
    padding: 26px 30px 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.project-single-box:hover .project-content {
    bottom: 0;
    opacity: 1;
}

.project-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 0;
    height: 100%;
    background: #212529;
    transition: .5s;
    transform: skew(35deg, 0deg) scale(1.7);
    z-index: -1;
    transition: 0.5s;
}

.project-content:hover:before {
    width: 100%;
}

.project-content span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.project-content h4 a {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

/* CHOOSE US AREA */

.choose-us-area.style-two {
    background: url(../images/resource/choose-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-main-title.choose h2 {
    color: #ffff;
}

.choose-discription.style-two p {
    color: #c9c9c9;
}

.insurance-list ul li {
    list-style: none;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #201b1c;
    padding: 0px 0 39px;
}

.insurance-list ul li.line-two {
    border: none !important;
}

.Lifesafe-btn.choose.style-two a {
    background: #0bbeb4;
}

.choose-text {
    position: absolute;
    bottom: 0;
    width: 345px;
    height: 235px;
    background-color: #0bbeb4;
    right: 0;
    padding: 40px 40px 0;
}

.choose-text h4 {
    font-size: 40px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 600;
}

/* PRICING AREA */

.pricing-area {
    padding: 120px 0 120px;
}

.pricing-single-box {
    filter: drop-shadow(0px 1px 25.5px rgba(2, 91, 86, 0.09));
    background-color: #ffffff;
    padding: 35px 40px 30px;
}

.pricing-single-box::before,
.pricing-single-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.pricing-single-box::before {
    left: 0px;
    bottom: 0px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: all 0.6s linear;
}

.pricing-single-box::after {
    right: 0px;
    top: 0px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    transition: all 0.6s linear;
}

.pricing-single-box:hover::before,
.pricing-single-box:hover::after {
    border-color: #01bdb2;
    width: 100%;
    height: 100%;
}

.pricing-icon {
    float: left;
    margin-right: 32px;
    margin-top: 24px;
    margin-bottom: 29px;
}

.pricing-content {
    position: relative;
    margin-bottom: 56px;
}

.pricing-content::before {
    position: absolute;
    content: "";
    width: 416px;
    height: 2px;
    background-color: #0bbeb4;
    left: -40px;
    bottom: -20px;
}

.pricing-content h4 {
    font-size: 24px;
    line-height: 54px;
    color: #14133B;
    font-weight: 600;
}

.pricing-content h2 {
    font-size: 48px;
    line-height: 54px;
    color: #14133B;
    font-weight: 800;
}

.pricing-content h2 span {
    font-size: 24px;
    color: #14133B;
    font-weight: 400;
}

.pricing-content p {
    font-size: 16px;
    line-height: 54px;
    color: #14133B;
    font-weight: 400;
}

.pricing-list ul li {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    color: #525459;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px 14px;
    position: relative;
    margin: 0 0px 12px;
}

.pricing-list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #01bdb2;
    left: 2px;
    top: 27%;
}

.pricing-list ul li::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #01bdb2;
    left: 0;
    top: 22%;
}

.Lifesafe-btn.pricing {
    margin-top: 27px;
}

.Lifesafe-btn.pricing a {
    background: #01bdb2;
    padding: 16px 50px;
}

/* GET IN TOUCH AREA */

.get-in-touch-area {
    background: url(../images/resource/get-ng.jpg);
    background-position: center ceneter;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px;
}

.get-in-contact {
    filter: drop-shadow(0px 1px 25.5px rgba(2, 91, 86, 0.09));
    background-color: #ffffff;
    padding: 50px 60px 68px;
    margin-top: 55px;
}

.form-box.inner input {
    border-bottom: 1px solid #eaeaea;
}

.form-box.inner input::placeholder {
    font-size: 20px;
    line-height: 60px;
    color: #757575;
    font-weight: 400;
}

.form-box.inner textarea {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.form-box.inner textarea::placeholder {
    font-size: 20px;
    line-height: 60px;
    color: #757575;
    font-weight: 400;
}


/* BLOG AREA STYLE TWO */

.blog-area.style-two {
    padding: 120px 0 20px;
}

.blog-content.style-two {
    width: 587px;
    filter: drop-shadow(0 0 10px rgba(2, 108, 102, 0.09));
    background-color: #ffffff;
    border: none;
    padding: 30px 30px 40px;
    top: -100px;
}

h4.blog-two a {
    font-size: 32px;
    line-height: 44px;
    color: #14133B;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
}

.blog-single-box:hover h4.blog-two a {
    color: #ffffff;
}

p.blog-two-discription {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    margin: 24px 0 35px;
    transition: .5s;
}

.blog-single-box:hover p.blog-two-discription {
    color: #ffffff;
}


.blog-meta {
    border: 1px solid #eaeaea;
    padding: 12px 30px;
}

.blog-meta span {
    font-size: 20px;
    color: #525459;
    font-weight: 600;
    margin-right: 42px;
    position: relative;
    transition: 0.5s;
}

.blog-single-box:hover .blog-meta span {
    color: #ffffff;
}

.blog-meta span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 52px;
    background: #eaeaea;
    top: -14px;
    left: -31px;
}

.blog-meta span i {
    color: #01bdb2;
    font-size: 18px;
    margin-right: 3px;
    transition: 0.5s;
}

.blog-single-box:hover .blog-meta span i {
    color: #ffffff;
}


/* SOLUTION AREA */

.solution-area {
    background: #01bdb2;
    padding: 90px 0 90px;
}

.section-main-title.solution h2 {
    color: #ffff;
    margin-bottom: 0;
}

.Lifesafe-btn.solution {
    text-align: right;
    display: block;
}

.Lifesafe-btn.solution a {
    background: #ffff;
    color: #01bdb2;
    padding: 16px 42px;
}

.Lifesafe-btn.solution a:hover {
    color: #ffff;
}



/*==================================================
 <-- Lifesafe Home page Three All  Css-->
===================================================*/

/* TOPBAR AREA */

.topbar-area.style-three {
    background: #406aff;
}

/* HEADER AREA */

.header-area.style-three::before {
    background: url(../images/resource/header-shape3.png);
}

.header-area.style-three::after {
    display: none;
}

.header-menu.style-three ul li a {
    color: #406aff;
}

.Lifesafe-btn.style-three a {
    background: #406aff;
}

.header-sidebar.style-three a {
    color: #406aff;
}

.header-menu.style-three ul .sub-menu ul li a {
    color: #406aff;
}

.header-menu.style-three ul .sub-menu ul li a:hover {
    color: #ffffff;
}

.header-menu.style-three ul .sub-menu ul li a:hover::before {
    background: #406aff;
}

.header-menu.style-three ul .sub-menu ul li a:hover::after {
    background: #406aff;
}


/* SLIDER AREA */

.slide-item.style-three {
    height: 814px;
    top: 0;
}

.banner-carousel .slide-item.style-three .image-layer:before {
    background-color: #020f0c;
    opacity: 0.00;
}

svg {
    width: 100%;
    height: 814px;
    position: absolute;
    top: 0;
}

circle {
    stroke: #020f0c;
    fill: none;
    transition: 0.5s;
}

.steap {
    stroke-width: 0;
}

#svg2 circle {
    transition-timing-function: linear;
}

.circle1 {
    transition-delay: 0.05s;
}

.circle2 {
    transition-delay: 0.1s;
}

.circle3 {
    transition-delay: 0.15s;
}

.circle4 {
    transition-delay: 0.2s;
}

.circle5 {
    transition-delay: 0.25s;
}

.circle6 {
    transition-delay: 0.3s;
}

.circle7 {
    transition-delay: 0.35s;
}

.circle8 {
    transition-delay: 0.4s;
}

.circle9 {
    transition-delay: 0.45s;
}

.active .steap {
    animation: dash 0.5s linear;
}

@keyframes dash {
    0% {
        stroke-width: 0;
    }

    100% {
        stroke-width: 200px;
    }
}

.slider-content.style-three {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}

.slider-main-title.style-three h1 {
    color: #ffff;
    font-size: 82px;
    line-height: 92px;
}

.slider-discription.style-three p {
    color: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px 0 50px;
}

.video-icon.style-three a {
    background: #406aff;
    line-height: 54px;
}

.video-icon.style-three a i {
    font-size: 30px;
}

/* FEATURE AREA */

.section-sub-title.style-three h4 {
    color: #406aff;
}

.section-sub-title.style-three h4::before {
    background: #406aff;
}

.feature-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #14133B;
    font-weight: 400;
}

.feature-single-box.style-three {
    padding: 45px 20px 28px;
}

.feature-single-box.style-three::before {
    background: #406aff;
}

.feature-icon2 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}

.feature-single-box:hover .feature-icon2 {
    opacity: 1;
}

.feature-icon2 a {
    width: 66px;
    height: 53px;
    background-color: #406aff;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    color: #ffff;
    font-size: 26px;
    transition: 0.5s;
}

.feature-single-box:hover .feature-icon2 a {
    background: #ffff;
    color: #406aff;
}


/* ABOUT AREA */

.about-area.style-three {
    background: url(../images/resource/get-ng.jpg);
    padding: 110px 0 120px;
}

.about-thumb.style-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-thumb1 {
    margin-right: 20px;
}

.about-thumb2 {
    margin-top: 46px;
}


/* SERVICE AREA*/

.service-single-item {
    margin: 0 0 0px 20px;
}

.service-items-thumb {
    position: relative;
    overflow: hidden;
}

.service-items-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.service-single-item:hover .service-items-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.service-items-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.service-single-item:hover .service-items-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.service-items-content {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 100%;
    background-color: #f3f3f3;
    right: 0;
    z-index: 1;
}

.service-items-content::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
    background: #406aff;
    z-index: -1;
    transition: 0.5s;
}

.service-single-item:hover .service-items-content::before {
    height: 100%;
}

.service-items-icon {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.service-items-icon a i {
    color: #406aff;
    font-size: 20px;
    transition: 0.5s;
}

.service-single-item:hover .service-items-icon a i {
    color: #ffffff;
}

.service-items-btn {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
    transform: rotate(180deg);
}

.service-items-btn a {
    writing-mode: vertical-lr;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #406aff;
    font-weight: 500;
    transition: 0.5s;
}

.service-single-item:hover .service-items-btn a {
    color: #ffffff;
}

/* owl nav css */

.service-area .owl-nav {
    position: absolute;
    top: -30%;
    right: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-area .owl-next i {
    width: 55px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    color: #406aff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
    transition: 0.5s;
    position: relative;
}

.service-area .owl-next:hover i {
    color: #ffffff;
}

.service-area .owl-next i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #406aff;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.service-area .owl-next i:hover::after {
    width: 100%;
    left: 0;
}

.service-area .owl-prev i {
    width: 55px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    color: #406aff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: 0.5s;
    position: relative;
}

.service-area .owl-prev:hover i {
    color: #ffffff;
}

.service-area .owl-prev i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #406aff;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.service-area .owl-prev i:hover::after {
    width: 100%;
    left: 0;
}


/* CHOOSE US AREA */

.choose-us-area.style-three {
    background: url(../images/resource/choose-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0 50px;
    position: relative;
}

.choose-us-area.style-three::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    background: url(../images/resource/choose-bg2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

.section-sub-title.style-three.inner h4 {
    color: #ffffff;
}

.section-sub-title.style-three.inner h4::before {
    background: #ffffff;
}

.section-main-title.style-three.inner h2 {
    color: #ffffff;
    font-weight: 700;
}

.choose-discription.style-three p {
    color: #f7f7f7;
}

.row.choose.style-three {
    border-top: 1px solid #ebebeb;
    border-bottom: inherit;
    padding: 40px 0 0;
}

.choose-list.style-three span {
    color: #ffffff;
}

.choose-list.style-three span i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #406aff;
    font-weight: 800;
    margin-right: 10px;
}

/* PROJECT AREA */

.project-area.style-three {
    padding: 120px 0 90px;
}

.project-discription {
    margin-left: 140px;
    position: relative;
}

.project-discription::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background-color: #406aff;
    top: 50%;
    left: -24px;
    transform: translate(50%, -50%);
}

.project-discription p {
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
}

.project-itmes-thumb {
    position: relative;
    overflow: hidden;
}

.project-itmes-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.project-items-box:hover .project-itmes-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.project-itmes-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.project-items-box:hover .project-itmes-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.project-btn {
    position: absolute;
    left: 23%;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.project-btn a {
    width: 114px;
    height: 114px;
    border-radius: 57px;
    background-color: #406aff;
    display: inline-block;
    line-height: 114px;
    font-size: 18px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
    transform: scale(0);
    transition: 0.5s;
}

.project-items-box:hover .project-btn a {
    transform: scale(1.1);

}

.project-itmes-content {
    margin: 35px 0 0;
}

.project-itmes-content h4 a {
    font-size: 24px;
    line-height: 30px;
    color: #14133B;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: all 2s ease;
}

.project-items-box:hover .project-itmes-content h4 a {
    color: #406aff;
    background-size: 100% 2px;
}

.project-itmes-content p {
    font-size: 16px;
    line-height: 42px;
    color: #406aff;
    font-weight: 500;
}


/* CALL DO ACTION AREA */

.call-do-action-area {
    background: url(../images/resource/call-do-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 602px;
    background-position: center center;
    background-attachment: fixed;
}

.video-icon.style-three.inner a {
    height: 108px;
    width: 108px;
    background: #406aff;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.video-icon a i {
    color: #ffffff;
    font-size: 36px;
}

.call-do-title {
    margin: 40px 0 0;
}

.call-do-title h2 {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
}


/* FAQ AREA */

.faq-items-box {
    filter: drop-shadow(0px 1px 20px rgba(0, 61, 77, 0.11));
    background-color: #ffffff;
    padding: 30px 30px 30px;
}


/* BLOG AREA */

.blog-content.style-three {
    border: 1px solid #406aff;
}

.blog-content.style-three::before {
    background: #406aff;
}

.blog-month.style-three {
    background: #406aff;
}

.blog-month.style-three::before {
    background: #ffffff;
}

.blog-single-box:hover .blog-month.style-three h4 {
    color: #406aff;
}

.blog-single-box:hover .blog-month.style-three span {
    color: #406aff;
}

.blog-text.style-three h4 a {
    color: #406aff;
}

/* FOOTER AREA */

.footer-area.style-three {
    background: #1d2c60;
}

.footer-wiget.inner.style-three::before {
    background: #406aff;
}

.footer-social.style-three ul li a i {
    border: 1px solid #ffff;
}

.footer-social.style-three ul li a:hover i {
    color: #406aff;
}

.footer-wiget-title.style-three h4::before {
    background: #406aff;
}

.footer-wiget-menu.style-three ul li a:hover {
    color: #406aff;
}

.company-work-hour.style-three ul li {
    border-bottom: 1px solid #406aff;
}

.company-work-hour.style-three ul li.table-brb span.style {
    background: #406aff;
}

/*===============================================================
<-- All Inner Page Css-->
=================================================================*/
/* breatcome area css */


.breatcome-area {
    background: url(../images/resource/bretcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 154px 0;
}

.breatcome-content {
    position: relative;
}

.breatcome-discription p {
    text-align: center;
    font-size: 28px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 19px;
    text-align: center;
}

.bratcome-text {
    position: absolute;
    left: 0;
    bottom: -173px;
    background: #0100b3;
    padding: 23px 35px;
    border-radius: 5px 5px 0 0;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 27px;
    font-weight: 500;
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a:hover {
    color: #0100b3;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 62px;
}

/*==================================================
 <-- About Inner Page Css-->
===================================================*/

/* about area */

.about-area.inner-page {
    padding: 130px 0 123px;
}

/*==================================================
 <-- Service Inner Page Css-->
===================================================*/

/* feature area */

.feature-area.inner-page {
    padding: 120px 0 120px;
}


/*==================================================
 <--  Team Area Inner Page Css-->
===================================================*/

.team-area {
    padding: 120px 0 200px;
}

.team-single-box {
    background: #f1f1f1;
    padding: 0 15px 28px;
    position: relative;
    top: 75px;
}

.team-thumb {
    position: relative;
    top: -68px;
    margin-bottom: -55px;
}

.team-social-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.team-social-icon ul {
    list-style: none;
    background: #f3efec;
    padding: 7px 8px 9px;
}

.team-social-icon ul li {
    margin-top: 2px;
}

.team-social-icon ul li a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #14133B;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.team-social-icon ul li a:hover {
    color: #ffff;
}

.team-social-icon ul li a::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #14133B;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.team-social-icon ul li a:hover::before {
    height: 100%;
    top: 0;
}

.team-content h4 a {
    font-size: 28px;
    line-height: 63px;
    color: #14133B;
    font-weight: 700;
    text-decoration: none;
}

.team-content p {
    font-size: 16px;
    color: #3c3531;
    font-weight: 400;
}

/*==================================================
 <-- Team Details Inner Page Css-->
===================================================*/

.team-details-area {
    padding: 122px 0 0;
}

.team-author-thumb img {
    width: 100%;
}

/* progress bar  */

.team-details-area .process-ber-plugin {
    margin: 50px 60px 0;
}

.team-details-area .barfiller {
    margin-bottom: 40px;
}


/* progress bar */


.barfiller {
    width: 368px;
    height: 8px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 21px;
    background-color: #f2f2f2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tip {
    font-size: 18px;
    color: #252638;
    font-weight: 500;
    top: -42px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #0100b3 !important;
    border-radius: 0px 15px 15px 0px;
}


/* author info */

.row.author-info {
    background: #f8f6f1;
    padding: 35px 40px 25px;
    margin-top: -200px;
}

.team-author-exprience ul li {
    list-style: none;
    margin-bottom: 17px;
}

.team-author-exprience ul li span {
    font-size: 20px;
    color: #888888;
    font-weight: 400;
    line-height: 45px;
}

.team-author-exprience ul li h4 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
}

.team-author-socila {
    text-align: center;
    margin-right: -76px;
    margin-top: 24px;
}

.team-author-socila ul li {
    list-style: none;
    margin: 17px 0px 0;
}

.team-author-socila ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #ffffff;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-author-socila ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0100b3;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-author-socila ul li a:hover::before {
    transform: scale(1);
}

.team-author-socila ul li a {
    transition: .5s;
}

.team-author-socila ul li a:hover i {
    color: #ffffff;
}

/*==================================================
 <--  Blog Area Inner Page Css-->
===================================================*/

.blog-area.inner-page {
    padding: 60px 0 80px;
}


/*==================================================
 <-- Service Details Inner Page Css-->
===================================================*/
.service-details-area {
    padding: 62px 0 72px;
    overflow: visible !important;
}

.service-details-area .container,
.service-details-area .row {
    overflow: visible !important;
}

/* Sticky Sidebar */

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    height: fit-content;
}

.service-details-area .row {
    align-items: flex-start;
}

/* widget catagories box */

.widget-categories-box {
    margin-bottom: 30px;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    margin-bottom: 17px;
    background: #f8f6f1;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear 0s;
    background-color: #0100b3;
    content: "";
    z-index: -1;
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 22px;
    line-height: 27px;
    color: #003d4d;
    font-weight: 500;
    transition: .5s;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.widget-categories-menu ul li a span {
    float: right;
}

/* widget contact box */

.widget-contact-box {
    background: #14133B;
    text-align: center;
    padding: 63px 30px 57px;
    margin-bottom: 40px;
}

.widget-contact-title h4 {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 27px;
}

.widget-contact-icon {
    width: 81px;
    height: 81px;
    display: inline-block;
    background: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 34px;
}

.widget-contact-content h6 {
    font-size: 16px;
    line-height: 48px;
    color: #ededed;
    font-weight: 400;
}

.widget-contact-content h4 {
    font-size: 30px;
    line-height: 48px;
    color: #ededed;
    font-weight: 600;
}

/* widget pdf btn */

.widget-download-btn a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    background: #0100b3;
    text-decoration: none;
    padding: 22px 76px;
    transition: .5s;
}

.widget-download-btn a:hover {
    background: #003d4d;
}

.widget-download-btn a i {
    font-size: 38px;
    position: relative;
    top: 4px;
}

/* service details right bar */

.service-details-thumb {
    overflow: hidden;
    margin-bottom: 33px;
}

.service-details-thumb img {
    width: 100%;
    transition: all 2s ease;
}

.service-details-thumb img:hover {
    transform: scale(1.15);
}

.service-details-title h4 {
    font-size: 32px;
    color: #14133B;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 16px;
}

.service-detials-discription {
    margin-bottom: 32px;
}

.service-detials-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3531;
    font-weight: 400;
}

.service-list-title h4 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #d5d5d5;
    padding: 0px 0 19px;
}

.service-detials-list span {
    font-size: 16px;
    line-height: 32px;
    color: #3c3531;
    font-weight: 500;
    padding: 0 28px 0;
    display: block;
    position: relative;
}




/*==================================================
 <-- Project Grid Inner Page Css-->
===================================================*/
.project-grid-area {
    padding: 120px 0 94px;
}

.project-grid-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
}

.project-grid-thumb img {
    transition: all 2s ease;
}

.project-grid-thumb img:hover {
    transform: scale(1.15);
}

.project-grid-content {
    position: absolute;
    bottom: -100px;
    width: 554px;
    height: 128px;
    background-color: #ebebeb;
    padding: 20px 28px 0;
    left: 16px;
    border-radius: 0px 30px 0px 0px;
    opacity: 0;
    transition: .5s;
}

.project-grid-thumb:hover .project-grid-content {
    bottom: 10px;
    opacity: 1;
}

.project-grid-content h4 a {
    font-size: 26px;
    line-height: 52px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.project-grid-content h4 a:hover {
    color: #0100b3;
}

.project-grid-content p {
    font-size: 18px;
    font-weight: 400;
}

.project-grid-icon {
    position: absolute;
    top: -50px;
    right: 20px;
    opacity: 0;
    transition: all 2s ease;
}

.project-grid-thumb:hover .project-grid-icon {
    top: 20px;
    opacity: 1;
}

.project-grid-icon a {
    color: #fff;
    font-size: 32px;
    width: 90px;
    height: 90px;
    background-color: #0100b3;
    line-height: 90px;
    text-align: center;
    border-radius: 30px 0px 0px 0px;
    transition: .5s;
    display: inline-block;
}

.project-grid-icon a:hover {
    background: #fff;
    color: #0100b3;
}

/*==================================================
 <-- Project Details Inner Page Css-->
===================================================*/

.project-detials-area {
    padding: 120px 0 100px;
}

.project-details-thumb {
    margin-bottom: 55px;
    overflow: hidden;
}

.project-details-thumb img {
    width: 100%;
    transition: all 2s ease;
}

.project-details-thumb img:hover {
    transform: scale(1.15);
}

.project-details-title h4 {
    font-size: 30px;
    color: #3c3531;
    font-weight: 600;
}

.porject-detials-discription {
    margin: 25px 0 57px;
}

.porject-detials-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
}

.porject-detials-discription.inner {
    margin: -14px 0 0;
}

/*===============================================================
<-- Blog Details Inner page Css-->
=================================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-meta {
    margin: 29px 0 26px;
}

.blog-details-meta span {
    opacity: 0.902;
    font-size: 16px;
    line-height: 34px;
    color: #4d4e4f;
    font-weight: 400;
    margin-right: 27px;
}

.blog-details-meta span i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

.blog-details-content {
    margin-bottom: 42px;
}

.blog-details-content h4 {
    font-size: 40px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 400;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 60px;
}

.blog-details-tag {
    border: 1px solid #0100b3;
    padding: 24px 38px;
    margin-bottom: 55px;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 32px;
}

.blog-details-tag a {
    font-size: 16px;
    color: #0100b3;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eceae5;
    padding: 4px 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-details-tag a:hover {
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #0100b3;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before {
    width: 100%;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
}

.blog-team-content h4 a {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
}

.blog-team-content p {
    font-size: 20px;
    line-height: 30px;
    color: #3c3531;
    font-weight: 400;
    margin: 15px 0 9px;
}

.ba-blog-details-social-icons.two h6 {
    font-size: 18px;
    color: #3c3531;
    font-weight: 400;
    display: inline-block;
    margin-right: 14px;
}

.ba-blog-details-social-icons.two a {
    font-size: 16px;
    margin-right: 10px;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
    margin-top: -12px;
}

.row.blog-item {
    padding: 20px 68px 20px;
    border-top: 1px solid #0100b3;
    border-bottom: 1px solid #0100b3;
}

.blog-item-content h4 {
    font-size: 20px;
    color: #0100b3;
    font-weight: 500;
}

.blog-details-item.two {
    margin-left: 90px;
}

.blog-details-area .owl-nav {
    display: none;
}

/* blog details comment */

.blog-details-comment {
    margin-top: 36px;
}

.blog-details-comment h5 {
    font-size: 30px;
    line-height: 28px;
    color: #292930;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #0100b3;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before {
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    color: #18191D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover {
    color: #fff;
}

.text-sm-end a::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #0100b3;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before {
    width: 100%;
}

/* blog contact box */

.blog-contact-box {
    background: #eff5f4;
    padding: 20px 30px 20px;
}

.blog-contact-title h4 {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #0100b3;
    content: "";
    left: 0;
}

/* contact form */

.form-box input {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height: 145px;
    background: #ffff;
    border: none;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #0100b3;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #18191D;
    opacity: 1;
    transform: scale(1, 1);
}

.form-box-button.inner {
    text-align: center;
}

/* widget search box */

.widget_search.box {
    margin-bottom: 30px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    background: #f8f6f1;
    border: none;
    outline: 0;
}

.widget_search input::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #0100b3;
    border-radius: 0 3px 3px 0;
}

/* widget recent box */

.widget-recent-box {
    background: #f8f6f1;
    padding: 50px 35px 55px;
    margin-bottom: 30px;
}

.widget-recent-title h4 {
    font-size: 30px;
    color: #0100b3;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid #ece6e6;
    padding: 0 0 14px;
}

.sidber-widget-recent-post {
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 20px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    overflow: hidden;
}

.recent-widget-thumb img {
    transition: all 2s ease;
}

.sidber-widget-recent-post:hover .recent-widget-thumb img {
    transform: scale(1.15);
}

.recent-widget-meta span {
    font-size: 14px;
    color: #4d4e4f;
    font-weight: 400;
}

.recent-widget-meta span i {
    color: #0100b3;
    font-size: 12px;
    margin-right: 8px;
}

.recent-widget-title h4 a {
    font-size: 20px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.sidber-widget-recent-post:hover .recent-widget-title h4 a {
    color: #0100b3;
}

/* widget recent menu */
.widget-recent-menu ul li {
    list-style: none;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 10px;
}

.widget-recent-menu ul li::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color: #0100b3;
    content: "";
    z-index: -1;
}

.widget-recent-menu ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.widget-recent-menu ul li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #4d4e4f;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.widget-recent-menu ul li a:hover {
    color: #0100b3;
}

.widget-recent-menu ul li a span {
    float: right;
}

/* widget tags */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    font-size: 17px;
    color: #4d4e4f;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #0100b3;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}

/*===============================================================
<-- Contact Area Css-->
=================================================================*/
.contact-area {
    padding: 60px 0 60px;
}

.row.contact {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #eff5f4;
    padding: 110px 35px 70px;
}

.contact-single-box {
    background: #0100b3;
    padding: 60px 18px 30px;
}

.contact-title h4 {
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #0100b3;
    padding: 0 0 7px;
    margin-bottom: 30px;
}

.contact-items {
    margin-bottom: 30px;
    background: #fff;
    padding: 26px 15px;
}

.contact-icon {
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 59px;
    background-color: #0100b3;
    display: inline-block;
    text-align: center;
    line-height: 59px;
}

.contact-icon i {
    color: #fff;
    font-size: 26px;
}

.contact-content h4 {
    font-size: 24px;
    color: #0100b3;
    font-weight: 500;
}

.contact-content h6 {
    font-size: 15px;
    line-height: 34px;
    color: #757575;
    font-weight: 400;
}

/* contact box title */

.contact-box-title h4 {
    font-size: 48px;
    line-height: 60px;
    color: #0100b3;
    font-weight: 600;
    margin-bottom: 35px;
}

/*===============================================================
<-- Faq Area Css-->
=================================================================*/

.faq-area {
    padding: 45px 0 100px;
}


/* accrodion css */

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: -7px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    padding: 12px 16px 12px;
    text-decoration: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f9;
}

.accordion li a span {
    font-size: 18px;
    color: #14133B;
    font-weight: 600;
}

.accordion li a i {
    width: 36px;
    height: 36px;
    background: #406aff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

.accordion li a.inner i {
    background: #0100b3;
}

.accordion a.active {
    background: #f4f4f9;
    border: none;
}

.accordion a.active i {
    color: #fff;
    background: #406aff;
    border: none;
    margin-bottom: 0;
    transform: rotate(90deg);
}

.accordion li p {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #434141;
    background: #f4f4f9;
    padding: 11px 32px 28px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -24px;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

ul.accordion ul li a span {
    color: #fff;
}

/*===============================================================
<-- Error Area Css-->
=================================================================*/

.error-area {
    padding: 120px 0 110px;
}

.faq-thumb {
    text-align: center;
}

.Lifesafe-btn.error {
    margin-left: 160px;
}

/*===============================================================
<-- Lifesafe Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #171717;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}
  @media (max-width: 768px) {
    .sidebar-textwidget .sidebar-logo a img {
    width: 76%;
}
  }
.sidebar-group .about-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info {
    margin-top: 60px;
}

.sidebar-group .contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #0100b3;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #0100b3;
}


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 6px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #171717;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover {
    color: #0100b3;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before {
    display: none;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #14133B;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #14133B;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #14133B;
}



/*
<!-- ============================================================== -->
<!-- Lifesafe Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_scrollup {
    position: fixed;
    right: 55px;
    bottom: 80px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 119, 249, 0.2);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_scrollup.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_scrollup::after {
    position: absolute;
    content: "\F286";
    font-family: bootstrap-icons;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #0100b3;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_scrollup:hover::after {
    color: #0100b3;
}

.prgoress_scrollup svg path {
    fill: none;
}

.prgoress_scrollup svg.progress-circle path {
    stroke: #0100b3;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}




@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- Lifesafe Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.7s 1s ease;
    z-index: 666;
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #212529;
    z-index: 999;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 3s 1.5s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 3s 1.5s ease;
}

/*/ When page loaded /*/
.loaded{
    overflow: hidden;
}
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
} 

.shifa-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999;
  }
  
   /* .preloader-close{
    position: fixed;
    z-index: 999999999999999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
  } */
  
  .shifa-preloader .animation-preloader {
    position: absolute;
    /* z-index: 100; */
  } 
  
  .shifa-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
  }
  
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:before{
    animation: letters-loading 7s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top:0;
    position: absolute;
  }
  @media (max-width: 768px) {
    .letters-loading{
        font-size: 50px !important;
        letter-spacing: 8px !important;
    }
  }
  .shifa-preloader .animation-preloader .txt-loading .letters-loading{
    font-weight: 500;
    letter-spacing: 12px;
    display: inline-block;
    position: relative;
    font-size: 100px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);  */
  }
  
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
  .shifa-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
  }
  
  .preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.5s ease-out;
  }
  
  .handle-preloader .animation-preloader .txt-loading .letters-loading{
    
  }
  
  .shifa-preloader .animation-preloader .txt-loading .letters-loading:before{
     color: #0100b3; 
  }

  .shifa-preloader.style-two .animation-preloader .txt-loading .letters-loading:before{
    color: #01bdb2;
  }

  .shifa-preloader.style-three .animation-preloader .txt-loading .letters-loading:before{
    color: #406aff;
  }
  
  @keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      transform: rotateY(-90deg);
    }
  
    25%,
    50% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  } 
  .about-titles h1{
    color: #14133B;
    font-size: 68px;
  }
    .about-titles h2{
    font-size: 22px;
  }
  @media (max-width: 767px) {
    .about-titles h1{
      font-size: 50px;
    }
     .about-titles h2{
      font-size: 22px !important;
    }
  .about-feature-card-md {
    margin-top: 38px;
  }
}

/*==================================================
 <-- About Feature Cards Section Css -->
===================================================*/
.about-feature-area {
  background: #14133B;
  padding: 80px 0;
}

.about-feature-area .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.about-feature-area .row.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.about-feature-card {
  padding: 40px 35px;
  min-height: 220px;
}

.about-feature-card.white-card {
  background: #fff;
  border-radius: 20px 0 0 20px;
}

.about-feature-card.red-card {
  background: #0100b3;
  border-radius: 0 20px 20px 0;
}

.about-feature-card .card-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.about-feature-card .icon-box {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-feature-card.white-card .icon-box {
  background: rgba(20, 19, 59, 0.1);
}

.about-feature-card.red-card .icon-box {
  background: rgba(255, 255, 255, 0.2);
}

.about-feature-card .icon-box i {
  font-size: 32px;
}

.about-feature-card.white-card .icon-box i {
  color: #14133B;
}

.about-feature-card.red-card .icon-box i {
  color: #fff;
}

.about-feature-card .feature-content {
  flex: 1;
}

.about-feature-card .feature-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-feature-card.white-card .feature-content h4 {
  color: #14133B;
}

.about-feature-card.red-card .feature-content h4 {
  color: #fff;
}

.about-feature-card .feature-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-feature-card.white-card .feature-content p {
  color: #666;
}

.about-feature-card.red-card .feature-content p {
  color: rgba(255, 255, 255, 0.85);
}

.about-feature-card .read-more-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
}

.about-feature-card.white-card .read-more-link {
  color: #0100b3;
}

.about-feature-card.red-card .read-more-link {
  color: #fff;
}

.about-feature-card .read-more-link:hover {
  opacity: 0.8;
}

/* Contact CTA Box */
.about-contact-cta {
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  padding: 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
     max-width: 1080px;
    width: 100%;
}

.about-contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-contact-icon {
  width: 50px;
  height: 50px;
  background: #0100b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-contact-icon i {
  font-size: 20px;
  color: #fff;
}

.about-contact-text {
  text-align: left;
}

.about-contact-text span {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}

.about-contact-text h5 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

/*==================================================
 <-- About Page Counter Section Css -->
===================================================*/
.about-counter-area {
  padding: 0px 0;
}

.about-counter-area .section-sub-title h4 {
  color: rgba(255,255,255,0.9);
}

.about-counter-area .section-main-title h2 {
  color: #fff;
}

.about-counter-area .counter-single-box {
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.about-counter-area .counter-single-box:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-10px);
}

.about-counter-area .counter-icon {
  width: 70px;
  height: 70px;
  background: #0100b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.about-counter-area .counter-icon i {
  font-size: 30px;
  color: #fff;
}

.about-counter-area .counter-content h2 {
  font-size: 48px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.about-counter-area .counter-content span {
  font-size: 32px;
  color: #0100b3;
  font-weight: 700;
}

.about-counter-area .counter-content h4 {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

/*==================================================
 <-- About Page Values Section Css -->
===================================================*/
.values-area {
  padding: 80px 0;
  background: #f8f9fa;
}

.value-card {
  background: #fff;
  border-radius: 0;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-left: 4px solid #0100b3;
  transition: all 0.4s ease;
}

.value-card:hover {
  box-shadow: 0 20px 50px rgba(37, 130, 106, 0.15);
  transform: translateX(10px);
}

.value-card-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 60px;
  font-weight: 800;
  color: rgba(37, 130, 106, 0.1);
  line-height: 1;
  z-index: 1;
}

.value-card-content {
  padding: 35px 30px;
  position: relative;
  z-index: 2;
}

.value-card-icon {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #0100b3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.value-card:hover .value-card-icon {
  background: #0100b3;
}

.value-card-icon i {
  font-size: 24px;
  color: #0100b3;
  transition: all 0.4s ease;
}

.value-card:hover .value-card-icon i {
  color: #fff;
}

.value-card h4 {
  font-size: 20px;
  color: #14133B;
  margin-bottom: 12px;
  font-weight: 600;
}

.value-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.value-card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0100b3 0%, #14133B 100%);
  transition: width 0.4s ease;
}

.value-card:hover .value-card-line {
  width: 100%;
}

/*==================================================
 <-- About Page Our Story Section Css -->
===================================================*/
.our-story-area {
  padding: 100px 0;
  background: #fff;
}

.story-thumb-wrapper {
  position: relative;
  padding-right: 30px;
}

.story-thumb-main {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.story-thumb-main img {
  width: 100%;
  height: auto;
  display: block;
}

.story-thumb-small {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 45%;
  border-radius: 15px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.story-thumb-small img {
  width: 100%;
  height: auto;
  display: block;
}

.story-experience-box {
  position: absolute;
  top: 30px;
  left: -20px;
  background: linear-gradient(135deg, #0100b3 0%, #14133B 100%);
  padding: 25px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(37, 130, 106, 0.3);
}

.story-experience-box .experience-number h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.story-experience-box .experience-number h2 span {
  font-size: 32px;
}

.story-experience-box p {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  margin: 10px 0 0;
  max-width: 120px;
  line-height: 1.4;
}

.story-content {
  padding-left: 30px;
}

.story-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.story-text p:last-child {
  margin-bottom: 0;
}

.story-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.story-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 10px 18px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.story-feature-item:hover {
  background: #0100b3;
}

.story-feature-item i {
  color: #0100b3;
  font-size: 16px;
  transition: all 0.3s ease;
}

.story-feature-item:hover i {
  color: #fff;
}

.story-feature-item span {
  color: #14133B;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.story-feature-item:hover span {
  color: #fff;
}

.story-btn {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .story-thumb-wrapper {
    padding-right: 0;
    margin-bottom: 80px;
  }
  
  .story-content {
    padding-left: 0;
  }
  
  .story-experience-box {
    left: 20px;
  }
}
.privacy-content{
        background-color: #f2f2f2;
    padding: 40px;
    border-radius: 15px;
}
.privacy-content h3{
        margin-bottom: 11px;
}
.privacy-content ul{
        margin-left: 20px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .blog-area.inner-page {
    padding: 52px 0 120px;
}
.privacy-content {
    padding: 28px;
}
}

/*==================================================
 <-- Top 10 Auto Insurance Providers Page Css-->
===================================================*/

/* Widget Categories Title */
.widget-categories-title {
    padding: 15px 20px;
    background: #0100b3;
    color: #fff;
}

.widget-categories-title h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

/* Provider Card Styles */
.provider-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 4px solid #0100b3;
}

.provider-card .service-details-title h4 {
    color: #14133B;
}

.provider-card .service-detials-list span {
    display: block;
    margin-bottom: 8px;
}

.provider-card .service-detials-list span i {
    margin-right: 10px;
}

/* Check Circle Icon Color */
.icon-check-green {
    color: #14133B;
}

/* Arrow Icon Color */
.icon-arrow-primary {
    color: #0100b3;
}

/* Comparison Tips Section */
.comparison-tips-list span {
    display: block;
    margin-bottom: 8px;
}

.comparison-tips-list span i {
    margin-right: 10px;
}

/* Responsive Styles for Provider Cards */
@media (max-width: 991px) {
    .provider-card {
        padding: 20px;
    }
    
    .widget-categories-title h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .provider-card {
        padding: 15px;
        margin-bottom: 20px;
    }
}

/*==================================================
 <-- Compare.com Style Header CSS -->
===================================================*/

.compare-header {
    background: #00D9A5 !important;
    filter: none;
    padding: 0;
}

.compare-header::before,
.compare-header::after {
    display: none;
}

.compare-header .container-fluid {
    padding: 0 40px;
}

/* Logo Styles */
.compare-logo {
    text-decoration: none;
    display: flex;
    align-items: baseline;
}

.compare-logo .logo-icon {
    font-size: 38px;
    color: #000;
    font-weight: 300;
    line-height: 1;
    margin-right: -2px;
}

.compare-logo .logo-text {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.compare-logo .logo-dot {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

/* Compare Menu Styles */
.compare-menu {
    margin-left: 0 !important;
}

.compare-menu > ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare-menu > ul > li {
    margin-right: 30px;
}

.compare-menu > ul > li > a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.compare-menu > ul > li > a:hover {
    color: #000 !important;
    opacity: 0.8;
}

.compare-menu > ul > li > a i {
    font-size: 12px;
    position: static;
    top: 0;
    left: 0;
}

/* Submenu for Compare Header */
.compare-menu .sub-menu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.compare-menu .sub-menu ul li a {
    color: #333 !important;
    font-size: 15px;
}

.compare-menu .sub-menu ul li a:hover {
    color: #fff !important;
    background: #00D9A5;
}

.compare-menu .sub-menu ul li a::before,
.compare-menu .sub-menu ul li a::after {
    background: #00D9A5;
}

/* Header Right - Compare Style */
.compare-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.phone-btn:hover {
    background: #333;
    color: #fff !important;
}

.phone-btn i {
    font-size: 16px;
}

.login-btn {
    display: inline-block;
    background: transparent;
    color: #000 !important;
    padding: 10px 24px;
    border: 2px solid #000;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background: #000;
    color: #fff !important;
}

/* Sticky Header Compare Style */
.sticky-nav.compare-header {
    background: #00D9A5 !important;
}

/* Mobile Menu Compare Style */
.compare-header .mobile-menu-area {
    background: #00D9A5;
}

/* Responsive for Compare Header */
@media (max-width: 991px) {
    .compare-header .container-fluid {
        padding: 0 15px;
    }
    
    .compare-right {
        flex-direction: column;
        gap: 10px;
    }
    
    .phone-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .login-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* Compare Mobile Menu */
.compare-mobile {
    background: #00D9A5 !important;
    padding: 15px 0;
}

.compare-mobile .mobile-menu {
    background: #00D9A5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.compare-mobile .navSidebar-button {
    color: #000;
}

.compare-mobile .compare-logo {
    display: flex;
    align-items: baseline;
}

.compare-mobile .compare-logo .logo-icon {
    font-size: 28px;
    color: #000;
    font-weight: 300;
    line-height: 1;
    margin-right: -2px;
}

.compare-mobile .compare-logo .logo-text {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.compare-mobile .compare-logo .logo-dot {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

/* Mobile Toggle Button Styling */
.compare-mobile .sidebar-menu a.navSidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 999;
    position: relative;
    text-decoration: none;
}

.compare-mobile .sidebar-menu a.navSidebar-button i {
    font-size: 28px;
    color: #000;
}

.compare-mobile .sidebar-menu a.navSidebar-button:hover {
    opacity: 0.7;
}

.compare-mobile .side-menu-info {
    display: flex;
    align-items: center;
}

.compare-mobile .sidebar-menu {
    display: block !important;
}

/* Sidebar Compare Logo */
.sidebar-compare-logo {
    display: flex;
    align-items: baseline;
    text-decoration: none;
}

.sidebar-compare-logo .logo-icon {
    font-size: 32px;
    color: #000;
    font-weight: 300;
    line-height: 1;
    margin-right: -2px;
}

.sidebar-compare-logo .logo-text {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.sidebar-compare-logo .logo-dot {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

/* Fix for mobile menu display */
.compare-mobile.mobile-menu-area {
    display: none;
}

@media (max-width: 991px) {
    .compare-mobile.mobile-menu-area {
        display: block;
    }
    
    .compare-header {
        display: none;
    }
}

/* Ensure sidebar works on mobile */
.sidebar-group.info-group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    pointer-events: none;
}

.sidebar-group.info-group.isActive {
    pointer-events: auto;
}

.sidebar-group.info-group .sidebar-widget {
    pointer-events: auto;
}

/*==================================================
 <-- Assurena Style Header CSS -->
===================================================*/

/* Assurena Topbar */
.assurena-topbar {
    background: #0100b3;
    padding: 0px 0;
}

.assurena-topbar .topbar-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.assurena-topbar .topbar-left ul li {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.assurena-topbar .topbar-left ul li i {
    color: #fff;
    font-size: 14px;
}

.assurena-topbar .topbar-left ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.assurena-topbar .topbar-left ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.assurena-topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.assurena-topbar .topbar-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.assurena-topbar .topbar-links li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.assurena-topbar .topbar-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

.assurena-topbar .topbar-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.assurena-topbar .topbar-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.assurena-topbar .topbar-social li a:hover {
    background: #14133B;
}

/* Assurena Header */
.assurena-header {
    background: #f4f5f9 !important;
    padding: 0;
    filter: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.assurena-header::before,
.assurena-header::after {
    display: none;
}

/* Assurena Logo */
.assurena-logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.assurena-logo .logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assurena-logo .logo-icon i {
    font-size: 32px;
    color: #0100b3;
}

.assurena-logo .logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #1a1f3c;
    font-family: 'Raleway', sans-serif;
}

/* Assurena Menu */
.assurena-menu {
    margin-left: 0 !important;
}

.assurena-menu > ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.assurena-menu > ul > li {
    margin-right: 25px;
}

.assurena-menu > ul > li > a {
    color: #1a1f3c !important;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.assurena-menu > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0100b3;
    transition: 0.3s;
}

.assurena-menu > ul > li:hover > a::after,
.assurena-menu > ul > li.active > a::after {
    width: 100%;
}

.assurena-menu > ul > li > a:hover {
    color: #0100b3 !important;
}

.assurena-menu > ul > li > a i {
    font-size: 10px;
    position: static;
    top: 0;
    left: 0;
}

/* Assurena Submenu */
.assurena-menu .sub-menu {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0100b3;
}

.assurena-menu .sub-menu ul li a {
    color: #1a1f3c !important;
    font-size: 15px;
}

.assurena-menu .sub-menu ul li a:hover {
    color: #fff !important;
    background: #0100b3;
}

.assurena-menu .sub-menu ul li a::before,
.assurena-menu .sub-menu ul li a::after {
    background: #0100b3;
}

/* Assurena Header Right */
.assurena-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.assurena-right .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a1f3c;
    text-decoration: none;
    transition: 0.3s;
}

.assurena-right .search-btn:hover {
    color: #0100b3;
}

.assurena-right .navSidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a1f3c;
    text-decoration: none;
    transition: 0.3s;
}

.assurena-right .navSidebar-button:hover {
    color: #0100b3;
}

.assurena-right .quote-btn {
    display: inline-block;
    background: #14133B;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.assurena-right .quote-btn:hover {
    background: #1a1f3c;
}

/* Assurena Mobile Menu */
.assurena-mobile {
    background: #fff !important;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.assurena-mobile .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.assurena-mobile .sidebar-menu {
    display: block;
    position: relative;
    right: auto;
    top: auto;
}

.assurena-mobile .navSidebar-button {
    color: #1a1f3c;
    font-size: 28px;
}

.assurena-logo-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.assurena-logo-mobile .logo-icon i {
    font-size: 26px;
    color: #0100b3;
}

.assurena-logo-mobile .logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #1a1f3c;
    font-family: 'Raleway', sans-serif;
}

/* Assurena Mobile Responsive */
.assurena-mobile.mobile-menu-area {
    display: none;
    background-color: #f4f5f9 !important;
}

@media (max-width: 991px) {
    .assurena-topbar {
        display: none;
    }
    
    .assurena-header {
        display: none !important;
    }
    
    .assurena-mobile.mobile-menu-area {
        display: block !important;
        z-index: 99999999 !important;
    }
}
.mobile-two-menu{
        color: #fff;
    background: #0100b3;
    padding: 10px;
    display: block;
    text-decoration: none;
}
.sidebar-assurena-logo img{
    width: 100%;
}
/* Sticky Header Assurena Style */
.sticky-nav.assurena-header {
    background: #fff !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

/* Sidebar Assurena Logo */
.sidebar-assurena-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.sidebar-assurena-logo .logo-icon i {
    font-size: 36px;
    color: #0100b3;
}

.sidebar-assurena-logo .logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

/*==================================================
 <-- Banner No Zoom Effect & Stitched to Header -->
===================================================*/

/* Remove zoom effect on banner */
.banner-carousel .slide-item .image-layer {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: opacity 1500ms ease-in !important;
    transition: opacity 1500ms ease-in !important;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Remove gap between header and banner */
.banner-carousel .slide-item {
    top: 0 !important;
}

.banner-section {
    margin-top: 0;
    padding-top: 0;
}

/* Static Banner Styles (No Carousel) */
.static-banner {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
}

.static-banner > .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.static-banner > .image-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    z-index: 0;
}

.static-banner > .container {
    position: relative;
    z-index: 1;
}

.static-banner .slider-content {
    position: relative;
    top: auto;
    transform: none;
    width: 50%;
    left: 0;
}

.static-banner .slider-sub-title {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.static-banner .slider-main-title {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.static-banner .slider-discription {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.static-banner .Lifesafe-btn {
    opacity: 1;
    visibility: visible;
    transform: none;
}

@media (max-width: 991px) {
    .static-banner .slider-content {
        width: 100%;
    }
    
    .static-banner {
        min-height: 600px;

    }
}

@media (max-width: 767px) {
    .static-banner {
        min-height: 500px;
        margin-bottom: 35px;
    }
    .slider-sub-title{
            margin-top: 26px;
    }
}
.Lifesafe-btn a{
    border-radius: 8px;
}

/*==================================================
 Benefits Cards Section
===================================================*/
.benefits-cards-area {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.benefit-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0100b3;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon i {
    font-size: 28px;
    color: #4a90e2;
}

.benefit-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1f4d;
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
}

.benefit-content p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .benefits-cards-area {
        margin-top: 40px;
    }
    
    .benefit-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .benefit-card {
        padding: 25px 20px;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .benefit-icon i {
        font-size: 24px;
    }
    
    .benefit-content h4 {
        font-size: 18px;
    }
}

/*==================================================
 Quote Comparison Banner Styles
===================================================*/
/* Assurena Hero Section */
.assurena-hero.quote-banner {
    background: #f5f6fa !important;
    min-height: auto !important;
    padding: 30px 0 80px;
    position: relative;
    overflow: visible;
}

.quote-banner .image-layer {
    display: none;
}

.quote-comparison-wrapper {
    text-align: left;
    max-width: 100%;
}

.quote-main-title h1 {
    font-size: 49px;
    font-weight: 800;
    color: #14133B;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}

.quote-main-title h1 .highlight-text {
    color: #0100b3;
}

.insurance-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.insurance-tabs .tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    border: 1.5px solid #d1d5db;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    transition: all 0.3s ease;
}

.insurance-tabs .tab-btn:hover {
    border-color: #1a1f4d;
    color: #1a1f4d;
}

.insurance-tabs .tab-btn.active {
    background: #fff;
    border-color: #1a1f4d;
    color: #1a1f4d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.insurance-tabs .tab-btn i {
    font-size: 20px;
}

/* Hero Description / Tab Content */
.hero-tab-content {
    margin-bottom: 30px;
    max-width: 480px;
    min-height: 60px;
}

.hero-tab-content .tab-pane {
    display: none;
}

.hero-tab-content .tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-tab-content p {
    font-size: 23px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* Hero CTA Button */
.hero-cta {
    margin-bottom: 0;
}

.get-quote-btn {
    display: inline-block;
    background: #0100b3;
    color: #fff;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.get-quote-btn:hover {
    background: #0100b3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(230, 57, 70, 0.4);
}

/* Banner Image Right Side */
.quote-banner-image {
    text-align: center;
    padding-left: 30px;
    position: relative;
}

.quote-banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

/* Floating Badges */
.floating-badge {
    position: absolute;
    padding: 12px 28px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1f4d;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 10;
}

.floating-badge.education {
    bottom: 45%;
    left: 10%;
    border-left: 4px solid #e63946;
}

.floating-badge.knowledge {
    bottom: 10%;
    right: 5%;
    border-left: 4px solid #e63946;
}

/* Responsive styles for quote banner */
@media (max-width: 991px) {
    .quote-comparison-wrapper {
        text-align: center;
    }
    
    .insurance-tabs {
        justify-content: center;
    }
    
    .hero-tab-content {
        margin-left: auto;
        margin-right: auto;
    }
    
    .quote-banner-image {
        margin-top: 50px;
        padding-left: 0;
    }
    
    .floating-badge {
        display: none;
    }
}

@media (max-width: 768px) {
    .quote-main-title h1 {
        font-size: 36px;
    }
    
    .assurena-hero.quote-banner {
        padding: 80px 0 60px;
    }
    
    .insurance-tabs .tab-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .zip-code-form {
        flex-direction: column;
        border-radius: 20px;
        max-width: 100%;
    }
    
    .quote-submit-btn {
        justify-content: center;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 480px) {
    .quote-main-title h1 {
        font-size: 26px;
    }
    
    .insurance-tabs {
        gap: 6px;
    }
    
    .insurance-tabs .tab-btn {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .trustpilot-rating {
        flex-direction: column;
        gap: 8px;
    }
}

/*==================================================
 Why Best Area Styles
===================================================*/
.why-best-area {
    padding: 60px 0;
    background: #fff;
}

.why-best-images {
    position: relative;
    padding-left: 30px;
}

.why-best-img-top {
    max-width: 100%;
    margin-bottom: 20px;
}

.why-best-img-top img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.why-best-img-bottom {
    max-width: 60%;
    margin-left: auto;
    position: relative;
    z-index: 2;
    margin-top: -80px;
}

.why-best-img-bottom img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.experience-badge {
    position: absolute;
    top: 15%;
    left: 0;
    width: 130px;
    height: 130px;
    background: #0100b3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(65, 105, 225, 0.3);
}

.experience-badge h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
}

.experience-badge p {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.why-best-content {
    padding-left: 40px;
}

.why-best-content .section-sub-title h4 {
    color: #0100b3;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-best-content .section-main-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #14133B;
    line-height: 1.3;
    margin-bottom: 20px;
}

.why-best-content .section-main-title .highlight-blue {
    color: #0100b3;
}

.why-best-tagline p {
    font-size: 18px;
    font-style: italic;
    color: #14133B;
    margin-bottom: 20px;
    line-height: 1.6;
}

.why-best-description p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
}

.why-best-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 2px dotted #d1d5db;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details h5 {
    font-size: 18px;
    font-weight: 700;
    color: #14133B;
    margin: 0 0 5px 0;
}

.author-details span {
    font-size: 14px;
    color: #6b7280;
}

.author-signature img {
    max-width: 120px;
    height: auto;
}

/* Why Best Area Responsive */
@media (max-width: 991px) {
    .why-best-area {
        padding: 80px 0;
    }
    
    .why-best-images {
        margin-bottom: 50px;
        padding-left: 50px;
    }
    
    .why-best-content {
        padding-left: 0;
    }
    
    .why-best-content .section-main-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .why-best-area {
        padding: 60px 0;
    }
    
    .why-best-images {
        padding-left: 40px;
    }
    
    .experience-badge {
        width: 100px;
        height: 100px;
    }
    
    .experience-badge h2 {
        font-size: 32px;
    }
    
    .experience-badge p {
        font-size: 12px;
    }
    
    .why-best-content .section-main-title h2 {
        font-size: 28px;
    }
    
    .why-best-author {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .why-best-img-bottom {
        margin-top: -40px;
    }
    
    .experience-badge {
        width: 80px;
        height: 80px;
    }
    
    .experience-badge h2 {
        font-size: 26px;
    }
    
    .experience-badge p {
        font-size: 10px;
    }
    
    .why-best-content .section-main-title h2 {
        font-size: 24px;
    }
}
.blog-details-content ul{
        margin-left: 25px;
    margin-bottom: 12px;
}

/*==================================================
 <-- Sign-up / Quote Form Area Css -->
===================================================*/

.signup-area {
    padding: 80px 0;
    background: linear-gradient(135deg, #e8ecef 0%, #d5dce0 100%);
}

.quote-card {
    background: #f5f7f9;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.quote-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.quote-intro .profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 3px solid #0100b3;
}

.quote-intro .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-intro p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.quote-intro p span {
    color: #14133B;
    font-weight: 600;
}

.quote-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    max-width: 350px;
}

.car-image {
    position: absolute;
    right: -20px;
    top: 20px;
    width: 280px;
}

.car-image-inner {
    position: relative;
}

.car-stripe {
    position: absolute;
    top: 0;
    right: 40px;
    width: 80px;
    height: 120px;
    background: linear-gradient(180deg, #0100b3 0%, #0100b3 33%, #ffffff 33%, #ffffff 66%, #14133B 66%, #14133B 100%);
    transform: skewX(-20deg);
}

.car-image img {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Progress Steps */
.progress-steps {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-width: 300px;
}

.progress-steps .step {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.progress-steps .step.active {
    background: #0100b3;
}

.progress-steps .step i {
    color: white;
    font-size: 16px;
}

.progress-steps .step:not(.active) i {
    display: none;
}

.step-line {
    flex: 1;
    height: 3px;
    background: #e0e0e0;
    position: relative;
}

.step-line-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #0100b3;
    transition: width 0.3s;
}

/* Timer Badge */
.timer-badge {
    position: absolute;
    right: 40px;
    top: 200px;
    background: #4CAF50;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Form Steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.form-step h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.form-step-2 h4,
.form-step-3 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Zipcode Input */
.zipcode-input {
    margin-bottom: 20px;
}

.zipcode-input input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #14133B;
    border-radius: 10px;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s;
}

.zipcode-input input:focus {
    border-color: #0100b3;
}

/* Name Inputs */
.name-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.name-inputs .input-group {
    width: 100%;
}

.name-inputs input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #14133B;
    border-radius: 10px !important;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s;
}

.name-inputs input:focus {
    border-color: #0100b3;
}

/* Error States */
.error-message {
    display: none;
    color: #0100b3;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 5px;
}

.error-message.visible {
    display: block;
}

input.error {
    border-color: #0100b3 !important;
    background-color: #fff5f5;
}

input.error::placeholder {
    color: #ff6b6b;
}

/* User Name Highlight */
.user-name-highlight {
    color: #0100b3;
    font-weight: 700;
}

/* Contact Inputs (Step 4) */
.contact-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-inputs .input-group {
    position: relative;
    width: 100%;
}

.contact-inputs .input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #14133B;
    font-size: 18px;
}

.contact-inputs input {
    width: 100%;
    padding: 18px 20px 18px 50px;
    border: 2px solid #14133B;
    border-radius: 10px !important;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s;
}

.contact-inputs input:focus {
    border-color: #0100b3;
}

/* TCPA Checkbox */
.tcpa-checkbox {
    margin-bottom: 25px;
    position: relative;
}

.tcpa-checkbox.error .checkmark {
    border-color: #0100b3;
    background-color: #fff5f5;
}

.tcpa-checkbox .error-message {
    padding-left: 35px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #14133B;
    border-radius: 4px;
    transition: all 0.3s;
}

.checkbox-container:hover input ~ .checkmark {
    border-color: #0100b3;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #14133B;
    border-color: #14133B;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.checkbox-text a {
    color: #14133B;
    font-weight: 600;
}

.checkbox-text a:hover {
    color: #0100b3;
}

/* Form Buttons */
.btn-next,
.btn-submit {
    width: 100%;
    padding: 18px;
    background: #14133B;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.3s;
}

.btn-next:hover,
.btn-submit:hover {
    background: #0100b3;
}

.form-step-2 .btn-next,
.form-step-3 .btn-submit {
    margin-top: 25px;
}

/* Privacy Notice */
.privacy-notice {
    text-align: center;
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.privacy-notice a {
    color: #555;
}

.privacy-notice a:hover {
    color: #0100b3;
}

/* Form Rows */
.quote-form-container .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.quote-form-container .form-row:last-of-type {
    border-bottom: none;
}

.quote-form-container .form-row label {
    font-size: 16px;
    color: #333;
}

/* Custom Select */
.quote-form-container select {
    padding: 10px 40px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.quote-form-container select:focus {
    outline: none;
    border-color: #14133B;
}

/* Toggle Buttons */
.toggle-buttons {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.toggle-btn {
    padding: 10px 25px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    transition: all 0.3s;
}

.toggle-btn.active {
    background: #0100b3;
    color: white;
}

.toggle-btn:hover:not(.active) {
    background: #f0f0f0;
}

/* Thank You Popup Modal */
.thank-you-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.thank-you-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    background: white;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.8) translateY(-20px);
    transition: transform 0.3s ease;
}

.thank-you-modal.active .modal-content {
    transform: scale(1) translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.modal-close:hover {
    background: #0100b3;
    color: white;
}

.modal-close i {
    font-size: 16px;
}

.thank-you-icon {
    margin-bottom: 25px;
}

.thank-you-icon i {
    font-size: 80px;
    color: #4CAF50;
    animation: scaleIn 0.5s ease-out 0.2s both;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.modal-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

.modal-content .thank-you-subtext {
    font-size: 15px;
    color: #777;
    margin-bottom: 30px;
}

.modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 25px;
    background: #14133B;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-home:hover {
    background: #0100b3;
    color: white;
}

.btn-home i {
    font-size: 18px;
}

.btn-close-modal {
    padding: 15px 25px;
    background: transparent;
    color: #14133B;
    border: 2px solid #14133B;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-close-modal:hover {
    background: #14133B;
    color: white;
}

/* Signup Popup Modal */
.signup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.signup-modal.active {
    opacity: 1;
    visibility: visible;
}

.signup-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
}

.signup-modal-content {
    position: relative;
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.8) translateY(-20px);
    transition: transform 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #0100b3 #f0f0f0;
}

.signup-modal-content::-webkit-scrollbar {
    width: 8px;
}

.signup-modal-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.signup-modal-content::-webkit-scrollbar-thumb {
    background: #0100b3;
    border-radius: 10px;
}

.signup-modal.active .signup-modal-content {
    transform: scale(1) translateY(0);
}

.signup-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.signup-modal-close:hover {
    background: #0100b3;
    color: white;
    transform: rotate(90deg);
}

.signup-modal-close i {
    font-size: 20px;
}

.signup-modal .signup-area {
    padding: 0;
    background: transparent;
}

.signup-modal .quote-card {
    margin: 0;
    box-shadow: none;
    border-radius: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .signup-modal-content {
        width: 98%;
        max-height: 95vh;
    }
    
    .signup-modal-close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
    
    .quote-card {
        padding: 25px;
    }
    .protection-content{
        background-color: black;
    padding: 17px;
    border-radius: 12px;
    margin-bottom: 12px;
    }
    .insurancee-tabb li{
        margin-bottom: 12px;
    }
    .car-image {
        display: none;
    }
    
    .timer-badge {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .quote-intro h2 {
        font-size: 22px;
        max-width: 100%;
    }
    
    .quote-form-container .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .toggle-buttons {
        justify-content: center;
    }
    .btn-submit{
        font-size: 16px;
    }
     .btn-next{
        font-size: 16px;
    }
}
.how-it-works-img img{
    border-radius: 12px;
}
.main-about-area{
    padding-bottom: 0px !important;
    padding-top: 45px !important;
}
.main-about-img{
    width: 100%;
        margin-left: 114px;
}
@media (max-width: 768px) {
    .main-about-img{
        margin-left: 14px;
}
.about-feature-area{
    padding-top: 50px !important;
}
.main-about-contact-text h1 {
    font-size: 20px !important;

}
.about-contact-cta{
    display: block;
}
}
.about-orange-card h3{
    color: white !important;
}
.main-about-contact-text h1{
    color: #fff;
    font-size: 48px;
}
.about-counter-area-container{
    background-color:#0100b3;
    padding: 70px;
    border-radius: 15px;
}
.counter-content-span{
    color: white !important;
}
@media (max-width: 768px) {
    .about-counter-area-container{
    padding: 15px;
}
.section-main-title h2{
    font-size: 25px !important;
}
.section-sub-title h4{
    padding: 0px 30px;
}
}
.counter-single-box h3{
    color: #fff !important;
}
.accordion-button:not(.collapsed){
    color: #14133B !important;
}
@media (max-width: 768px) {
    .protection-content h4{
            font-size: 18px;
    line-height: 31px;
    }
    .protection-area{
    height: 330px !important;
    }
    .feature-single-box {
        margin-bottom: 12px;
    }
    .about-list{
        margin-top: 12px;
    }
    .Lifesafe-btn{
        text-align: center !important;
    }
    .service-content{
        margin-bottom: 58px !important;
    }
    .blog-thumb img{
            border-radius: 0px;
    margin-bottom: 30px;
    }
    .footer-wiget.inner{
        left: 0px !important;
    }
    .privacy-colm{
        padding-top: 120px;
    }
    .pages-collmn{
        padding-top: 45px;
        padding-bottom: 132px;
    }
    .assurena-logo-mobile img{
        width: 100%;
    }
    .sidebar-textwidget{
        margin-top: 80px;
    }
}
.index-blog img{
    border-radius: 0px !important;
}
.assurena-logo img{
    width: 77%;
    margin-left: 12px;
}
.footer-bottom-area{
        background: #0c0b24;
        padding-top: 85px;
        padding-bottom: 12px;
}
.footer-bottom-area-text {
    font-size: 13px;
}
@media (max-width: 768px) {
    .footer-bottom-area{
        background: #0c0b24;
        padding-top: 12px;
        padding-bottom: 12px;
}
.footer-area {
    padding: 50px 0 20px;
}
}
.form-step p{
        padding-top: 45px;
}

.protection-area {
    background: radial-gradient(#1123dd, #000000a1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 278px;
    padding: 112px 0 0;
}