@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth !important;
    
}

header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
body{
    font-family: "DM Sans", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
    font-display: swap
}
a{
    text-decoration: none!important;
}
.main-header-top{
    background: #16243d;
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
}
.main-header-top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main-header-top-address{
    position: relative;
    display: block;
}
.main-header-top-address-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ml-0 {
    margin-left: 0;
}
.main-header-top-address-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-top-address-list li span {
    position: relative;
    align-items: center;
    font-size: 14px;
    color: #015fc9;
}
.main-header-top-address-list li .text {
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-top-address-list li .text p, .main-header-top-address-list li .text p a {
    font-size: 13px;
    color: #97a2b7;
    line-height: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-top-address-list li + li {
    margin-left: 10px;
}
.main-header-top-address-list li .text p a:hover {
    color: #fff;
}
.main-header-top-right{
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-top-menu-box{
    position: relative;
    display: block;
}
.main-header-top-menu{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 3em;
}
.main-header-top-menu li a {
    font-size: 13px;
    color: #97a2b7;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0 15px;
}
.main-header-top-menu li a:hover, .main-header-top-menu li a:focus{
    color: #fff;
}
.main-header-top-social-box {
    margin-left: 40px;
}
.main-header-top-social {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-top-social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0 10px;
}
.main-header-top-social a:hover span {
    color: #015fc9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-top-social a:last-child{
    padding-right: 0;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    height: 50px;
}
.navbar-brand img{
    max-width: 160px;
}
.navbar{
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
}
.navbar-collapse{ flex-grow: inherit !important;}
.no-padd{
    padding-left: 0;
    padding-right: 0;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}
.nav-links a {
    text-decoration: none;
    color: #333;
}
.cta .btn {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.navbar-nav .nav-item a.nav-link{
    padding: 7px 15px;
    color: #000;
    font-weight: 600;
    transition: 0.5s all ease;
}
.navbar-nav .nav-item a.nav-link.active, .navbar-nav .nav-item a.nav-link:hover{
    color: #0056b3;transition: 0.5s all ease;
    /* border-bottom: 1px solid #0056b3; */
}
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 33px 0 0;
}
.carousel-caption h5{
    font-size: 3.5rem;
}
.carousel-caption p{
    font-size: 22px;
}
.carousel-caption h5 span, .carousel-caption p span{
    color: #015fc9;
    font-weight: 700;
}
.carousel-caption{ 
    color: #3D3D3F;
    bottom:9.25rem;
    text-align: left;
}
.policy-form .btn-primary{padding: 10px 25px;margin: 5px 0 0 0;}
@media (min-width:1400px){
    .carousel-caption{
        bottom: 13.25rem;
    }
    .carousel-caption p{
        font-size: 25px;
    }
}
.btn-primary {
    margin: 5px 10px;
    font-size: 15px;
    padding: 15px 40px;
    background-color: #015fc9;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    /* display: none; */
}
.top-icon-block {
    display: inline-block;
    width: 140px;
    padding:41px 40px 30px;
    background: #0056b3;
    border-radius: 50%;
    height: 140px;
    margin-left: -60px;
    margin-top: -30px;
    margin-bottom: 15px;
}
.icons{
    display: inline-block;
    max-width: 80px;
    height: auto !important;
}
.services {
    text-align: center;
    padding: 50px 20px;
}
.service-cards {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.service-cards .card {
    background: #fff;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 0 30px 50px;
    text-align: left;
    min-height: 340px;
}
.card h3{ 
    color: #16243d;
    font-weight: 900;
    font-size: 25px;
}
.card p{
    color: #6d6f74;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
.featured {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
    background-color: #f1f1f1;
}
.featured-content h2 {
    font-size: 2.4em;
    color: #16243d;
    font-weight: 700;
    line-height: 40px;
}
.featured-content p{
    font-size: 18px;
    color: #015fc9;
}
.section-sub-title {
    font-size: 18px;
    color: #16243d;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.about-img{
    width: 100%;
    border-radius: 20px;
}
.about-one-points {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 37px;
}
.about-one-points li {
    position: relative;
    display: flex;
    align-items:self-start;
    margin-bottom: 8px;
}
.about-one-points li .icon {
    height: 24px;
    width: 24px;
    background-color: #8b3690;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50%;
    /* display: flex; */
    padding: 6px 7px 6px;
    float: left;
    margin-top: 4px;
    /* align-items: center;
    justify-content: center; */
}
.about-one-points li .text {
    margin-left: 10px;
}
.about-one-points li .text p {
    font-size: 17px;
    color: #16243d;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
p.about-one-text-2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #555;
}
.featured-content .btn-primary{
    margin-left: 0;
}
.voffset1{
    margin-top: 10px;
}
.voffset2{
    margin-top: 20px;
}
.voffset3{
    margin-top: 30px;
}
.voffset4{
    margin-top: 40px;
}
.voffset5{
    margin-top: 50px;
}
.insurance-fiels-section{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 120px 0 90px;
}
.inner-service-section{
    display: inline-block;
    width: 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    min-height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.service-img{
    display: inline-block;
    width: 100%;
}
.service-one-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    color: #16243d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-one-text{
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #7A7A7A;
    min-height: 80px;
}
.bottom-content-section{
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.btn-primary-2{
    font-size: 14px;
    padding: 10px 25px;
    background-color: #015fc9;
    color: white; 
    text-decoration: none;
    border-radius: 5px; 
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: none;
}
.btn-primary-2:hover, .btn-primary-2:focus{
    background:#015fc9;
    opacity: 0.9;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team {
    text-align: center;
    padding: 50px 20px;
    background: #f2f5f9;
}
.testimonial-slider .set-jant {
    min-height: 220px !important;
    margin-bottom: 15px;
}
.testimonial-slider .item {
    background: #fff;
    border: 0px solid #7d7044;
    height: auto;
    border-radius: 10px;
    box-shadow: -1px 1px 6px #ccc;
    border: 1px solid #f1f0f0;
}
.testimonial-slider .owl-item {
    width: unset !important;
}
.top-test-img-block {
    display: inline-block;
    width: 100%;
    position: relative;
    /* padding-left: 80px; */
    padding-left: 0px;
    min-height: 70px;
    text-align: left;
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
}
.top-test-img-block .testimonial-user-img {
    position: absolute;
    width: 70px;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.testimonial-slider .item h4 {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #16243d;
}
.star-icons {
    display: inline-block;
    width: 80px;
}
.star-icons2 {
    display: inline-block;
    width: 64px;
}
.testimonial-slider .item p {
    font-size: 14px;
    text-align: left;
}
.testimonial-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 30%;
}
.testimonial-slider .owl-prev {
    position: absolute;
    left: -18px;
}
.testimonial-slider .owl-next {
    position: absolute;
    right: -18px;
}
.testimonial-slider .owl-prev span, .testimonial-slider .owl-next span {
    font-size: 50px;
    color: #16243d;
}
.team-cards {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.team-mates{
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 15px;
    max-width: 100%;
}
.team-one__content {
    position: relative;
    display: block;
    padding-top: 0px;
}
.team-one__sub-title {
    font-size: 14px;
    color:#015fc9;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #16243d;
}
.testimonials {
    background: #f9f9f9;
    padding: 50px 20px;
}

.testimonial {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.news-one__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.news-one__meta li a span, .news-one__meta li span span {
    font-size: 15px;
    color: #015fc9;
    padding-right: 2px;
}
.news-one__meta li a {
    font-size: 14px;
    color:#696e77;
    font-weight: 500;
    letter-spacing: -0.02em;;
    transition: all 500ms ease;
}
.posted-on{
    margin-right: 10px;
}
.blog{
    display: inline-block;
    width: 100%;
    padding: 45px 0;
}
footer {
    width: 100%;
    padding: 60px 0 0;
    background:#16243d;
}
.footer-logo {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
}
footer p{
    color: #fff;
}
footer h5 {
    color: #fff;
    font-size: 1.5rem;
}
.footer-links {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}
.footer-links li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s all ease;
}
.footer-links li a span{
    margin-right: 5px;
}
.social-links {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links li {
    display: inline-block;
    margin: 8px 8px 0 0;
}
.social-links li a {
    color: #fff;
    font-size: 22px;
    font-family: 'OvoRegular';
    text-decoration: none;
    transition: 0.3s all ease;
}
.bottom-footer {
    display: inline-block;
    background: #25395c;
    padding: 8px 0;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -6px;
    text-align: center;
}
.bottom-footer p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.awards{
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}
.award-slider img{ max-height:160px; border-radius: 5px; display: inline-block !important;}

/* About Us Section */
.about {
    padding: 60px 0;
    background-color: #f9f9f9; /* Light background for contrast */
}

.about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-content {
    flex: 1;
    max-width: 600px;
}

.about-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
	    padding: 10px 20px;
}

.about-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
	    padding: 10px 20px;
}

.about-content .btn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.about-content .btn:hover {
    background-color: #0056b3;
}

.about-image {
    flex: 1;
    max-width: 500px;
    margin-left: 40px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* General styling for header */
.main-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensures it stays above other elements */
    background-color: white; /* You can change this to match your design */
    transition: background-color 0.3s ease; /* Smooth transition for background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds subtle shadow */
}

/* General Header Styling */
.main-header {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px 0 10px;
    transition: background-color 0.3s ease;
}

/* Header container layout */


/* Logo */
.main-header .logo img {
    height: 50px;
    width: auto;
}

/* Navigation links */
.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #007BFF;
}
.nav-item.cta .btn{
    padding: 10px 25px !important;
    font-size: 13px;
}
/* Call-to-Action (CTA) Button */
.cta .btn {
    padding: 10px 20px;
    background-color: #015fc9;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.cta .btn:hover {
    background-color: #0056b3;
}
body {
    padding-top: 80px;
}

/*************** About page css ***************/
.main-inner-banner-section{
    display: inline-block;
    width: 100%;
}
.inner-main-banner{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
/* img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 900ms ease;
}
img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 900ms ease;
} */
.trusted-brand-section{
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.brand-one-title {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 9px;
}
.brand-one-title h2 {
    font-size: 16px;
    color: #16243d;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.client-slider img.client-brand-logo{
    opacity: 1;
    max-width: 80%;
    transition: all 900ms ease;
    display: inline-block;
}
.client-slider img.client-brand-logo:hover{
    opacity: 1;
    transition: all 900ms ease;
}
.carousal-banner, .main-logo, .about-img, .service-img, .team-mates, .footer-logo{
    height: auto !important;
}
img.w-100.insured-img {
    margin-top: 18px;
}
.policy-form-section{
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.policy-form label{
    font-size: 16px;
    color: #16243d;
    font-weight: 600;
}
.policy-form-section .form-select, .policy-form-section .form-control{
    height: 44px;
    font-size: 14px;
}
.policy-form-section textarea.form-control{
    height: 140px;
}
.get-quote-block{
    display: inline-block;
    width: 100%;
    padding: 92px 0 0;
    background: url('../images/get-insurance-bg1.png') no-repeat #fafbfc;
}
.tab-block{
    display: inline-block;
    width: 100%;
}
.insurance-tabs {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.insurance-tabs li {
    display: inline-block;
}
.insurance-tabs li button {
    color: #fff !important;
    background: #16243d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 1px solid #16243d !important;
    display: inline-block;
    width: 100%;
    padding: 12px 30px !important;
    transition: 0.5s ease all;
    text-transform: uppercase;
}
.insurance-tabs li button:hover, .insurance-tabs li button:focus, .insurance-tabs li button.active {
    background: #015fc9 !important;
    color: #fff !important;
    transition: 0.5s ease all;
    border: 1px solid #015fc9 !important;
}
.no-top-padd{
    padding-top: 0px;
    padding-bottom: 15px;
}
.talkto-our-experts{
    display: inline-block;
    width: 100%;
}
.position-relative{
    position: relative;
}
.calling-img-all{
    display: inline-block;
    width: 80px;
    transition: all 0.5s ease;
    animation: pulse 1s infinite ease-in-out alternate;
}
.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.8); }
    to { transform: scale(1.1); }
  }
.calling-no-all{
    font-size: 30px;
    font-weight: 600;
    color: #015fc9;
}
@media (max-width:1199px){
    

    /* .hero .carousel-caption{position: static;background-color: #015fc9;padding: 15px;}
    .hero .carousel-caption h5{font-size: 1.5rem;color:#ffffff}
    .hero .carousel-caption p {font-size: 14px;color:#ffffff}
    .hero .carousel-caption .btn-primary{margin: 5px 0px; background-color:#ffffff;color:  #015fc9;} */
}

@media (max-width:767px){ 
    .text small{
        display: none;
    }
    .main-header-top-address-list li + li{
        margin-left: 0;
    }
    .service-cards{
        display: inline-block;
    }
    .main-header-top-menu{
        display: none;
    }
    .service-cards .card{
        margin-bottom: 25px;
        min-height: 100px;
    }
    .featured-content{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .about-one-points li .text p{
        text-align: left;
    }
    .insurance-fiels-section{
        padding: 30px 0 10px;
    }
    .inner-service-section{
        margin-bottom: 20px;
    }
    .featured-content h2{
        line-height: 28px;
        font-size: 1.8em;
    }
    .testimonial-slider .set-jant{
        height: auto !important;
    }
    footer h5{
        margin-bottom: 0;
        margin-top: 20px;
    }
    .main-header-top-address-list li span{
        font-size: 17px;
        color: #fff;
        margin: 0 5px 0 0;
    }
    .nav-item.cta .btn{
        width: 150px;
    }
    /*************** About page css ***************/
    .brand-one-title{
        margin-right: 0;
        margin-top: 0;
    }
    .brand-one-title h2{
        text-align: center;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .client-slider img{
        opacity: 1;
        max-width: 85% !important;
    }
    .insurance-tabs li button{
        padding: 12px 18px !important;
    }
    .get-quote-block{
        background-size: cover;
    }
    .hero .carousel-inner{min-height: 250px;}
    .hero .carousel-inner .carousel-item, .hero .carousel-inner .carousel-item img{min-height: 240px;}
    .hero .carousel-inner .carousel-item .carousel-caption{bottom: 0;left: 10px;padding: 5px 50px 5px 0;top: 10px;}
    .hero .carousel-inner .carousel-item .carousel-caption h5{font-size: 1.5rem;}
    .hero .carousel-inner .carousel-item .carousel-caption p{font-size: 14px;}
    .hero .carousel-inner .carousel-item .carousel-caption .btn-primary{padding:10px 20px;margin: 5px 0px;}
    header .main-header-top-address-list li:nth-child(2){display: none;}
}
@media (min-width:481px) and (max-width:767px){
    .hero .carousel-inner .carousel-item .carousel-caption{bottom: 0;left: 10px;padding: 5px 45px 5px 0;top: 40px;}
}
@media (min-width:768px) and (max-width:1023px){
    .service-cards{
        display: inline-block;
    }
    .main-header-top-address-list li + li {
        margin-left: 10px;
    }
    .main-header-top-menu{
        margin: 0;
        display: none;
    }
    .service-cards .card{
        margin-bottom: 25px;
    }
    .services{
        padding: 50px 20px 25px;
    }
    .featured-content{
        margin-top: 20px;
    }
    .testimonial-slider .set-jant{
        height: auto !important;
    }
    .insurance-fiels-section{
        padding: 30px 0;
    }
    .inner-service-section{
        margin-bottom: 15px;
    }
    .footer-logo{
        max-width: 100%;
    }
    .nav-item.cta .btn{
        width: 150px;
    }
    /*************** About page css ***************/
    .brand-one-title{
        margin-right: 0;
        margin-top: 0;
    }
    .brand-one-title h2{
        text-align: center;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .client-slider img{
        opacity: 1;
        max-width: 85% !important;
    }
    .insured-img{
        display: none;
    }
}