:root {
    --blue: #126bc4;
    --green: #61ae56;
    --white: #fff;
    --grey: #d1d5db;
}

body {
    font-family:
        "Roboto",
        ui-sans-serif,
        system-ui,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

/* heading */
.heading {
    font-size: 48px;
    font-weight: 700;
    color: var(--blue);
}

.xs_heading {
    font-size: 24px;
}

.sm_heading {
    font-size: 30px;
}
.md_heading {
    font-size: 36px;
}
.xl_heading {
    font-size: 60px;
}

a {
    text-decoration: none;
}
.btn_custom{
    font-size: 14px;
    color: var(--white);
    background-color: var(--green);
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 500;
}
.btn_custom:hover{
    color: var(--white);
    opacity: .95;
}

/* menu */
.menu .navbar-brand{
    font-size: 24px;
    color: var(--blue);
    font-weight: 700;
}

.menu .navbar-brand span{
    color: var(--green);
}
.menu ul{
    gap: 20px;
}
.menu ul li .nav-link{
    font-size: 14px;
    font-weight: 600;
}
.menu ul li .nav-link:hover{
    color: var(--blue);
}
.menu ul li .nav-link.active{
    color: var(--blue);
}
.menu .navbar-toggler{
    border: none;
}
.menu .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.menu{
    padding: 9px 0;
}
/* banner_sec */
.banner_sec{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(5, 50, 110, 0.85)), url(https://images.unsplash.com/photo-1560520031-3a4dc4e9de0c?q=80&w=1974&auto=format&fit=crop&h=900&q=80);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
}
.banner_bg_{
    background-image: linear-gradient(to right, hsl(215 83% 27% / 0.01) , hsl(210 83% 42% / .1));
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner_sec .container{
    position: relative;
    z-index: 2;
}
.banner_sec .container .row{
    justify-content: center;
    align-items: center;
}
.banner_content_wrapper span{
    text-transform: uppercase;
    color: var(--white);
    font-size: 12px;
    background-color: #1f2937;
    padding: 5px 10px;
    border-radius: 20px;
}
.banner_content_wrapper .xl_heading{
    color: var(--white);
    line-height: 1;
    padding: 20px 0 10px;
}
.banner_content_wrapper p{
    font-size: 20px;
    color: var(--white);
    width: 90%;
    color: #ffffffb3;
}
.total_customer_wrapper{
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    padding: 20px;
    border-radius: 7px;
    width: 80%;
    margin: 35px 0 25px;
}
.total_customer_wrapper small{
    font-size: 14px;
    color: #ffffffb3;
}
.total_customer_wrapper h2{
    color: var(--white);
    padding-top: 5px;
    margin-bottom: 0;
}
.total_customer_wrapper h2 span{
    color: hsl(205 75% 57%);
}
.btn_get_free{
    height: 60px;
    color: var(--white);
    background-image: linear-gradient(to right, hsl(210 83% 42%) , hsl(215 83% 27%));
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}
.btn_get_free:hover{
    color: var(--white);
    background-image: linear-gradient(to left, hsl(210 83% 42%) , hsl(215 83% 27%));
}
.learn_how_btn{
    height: 60px;
    color: var(--white);
    border: 1px solid #fff3;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}
.learn_how_btn:hover{
    color: var(--white);
    background-color: #fff3;
}
.banner_sec .btn_wrap{
    gap: 15px;
    padding-top: 15px;
}
.insurance_looking_for_wrapper{
    background-color: #ffffff1a;
    border: 1px solid #fff3;
    padding: 40px 30px;
    border-radius: 15px;
    margin: 25px 0;
}
.looking_card{
    background-size: cover;
    background-position: center center;
    height: 240px;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
    transform: scale(1);
    transition: transform 0.4s ease;
}
.looking_card:hover {
    transform: scale(1.03);
}
.insurance_icon_wrap{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(215 83% 27%);
}
.insurance_icon_wrap img{
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.looking_card h4{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}
.insurance_looking_for_wrapper h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}
/* simplified_sec */
.simplified_sec{
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #fff , hsl(210 83% 42% / .05));
}
.simplified_sec .insurance_trips_content p{
    width: 63%;
    margin: 0 auto;
}
.simplified_img_wrap{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #126bc41a;
    margin: 0 auto 20px;
}
.simplified_card{
    padding: 25px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    background-color: #fff;
    transition: transform 0.4s ease;
}
.simplified_card:hover{
    transform: translateY(-5px);
}
.simplified_card::after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, white, #0c3b7e, white);
    border-radius: 10px;
}

.simplified_img_wrap img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.simplified_card h4{
    font-size: 18px;
    color: var(--blue);
    font-weight: 700;
    text-align: center;
}
.simplified_card p{
    padding-top: 7px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}
.number_wrap{
    background-color: #0c3b7e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.number_wrap h5{
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0;
}
.simplified_sec .row{
    position: relative;
    z-index: 1;
}
.simplified_sec .underline{
    content: "";
    position: absolute;
    top: 55%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #126bc4);
}
.obligation_wrapper{
    padding-top: 60px;
}
.obligation_wrapper p{
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}
.border_btn{
    width: 215px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #0c3b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--blue);
    transition: background-image 0.3s ease;
    font-weight: 600;
    font-size: 18px;
}
.border_btn:hover{
    color: var(--white);
    border: 2px solid var(--blue);
    background-image: linear-gradient(to right, hsl(210 83% 42%) , hsl(215 83% 27%));
}
/* why_choose_sec */
.why_choose_sec{
    padding: 60px 0;
}
.why_choose_sec .benefit-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.why_choose_sec .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.why_choose_sec .card.benefit-card {
    text-align: left;
}
.why_choose_sec .icon-circle img {
    width: 45px;
}
.why_choose_sec .icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #e7f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.benefit-card h5{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
/* testimonials_sec */
.testimonials_sec{
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)), url('../assets/images/testimonials_bg.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0;
}
.testimonials_card{
    background-color: var(--white);
    padding: 30px 30px;
    border-radius: 7px;
}
.star_inner{
    gap: 5px;
    padding-bottom: 15px;
}
.star_inner span{
    color: #6b7280;
    font-size: 14px;
}
.testimonials_card p{color: #6b7280;}
.testimonials_card .name_wrap{
    background-color: var(--blue); 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials_card .name_wrap h3{color: var(--white); font-size: 16px; margin-bottom: 0; text-transform: uppercase;}
.name_text_wrap h5{font-size: 16px;}
.name_text_wrap span{font-size: 14px; color: #6b7280;}
.star_comma_wrapper img{
    position: absolute;
    left: -24px;
    top: -20px;
    opacity: .1;
    width: 30px;
}
/* insurance_trips_sec */
.insurance_trips_sec{
    padding: 60px 0;
}
.blog_card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
}
.blog_card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #126bc4);
    transition: width 0.4s ease-in-out;
}
.blog_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.blog_card:hover::after {
    width: 100%;
}
.card-img-top {
    height: 180px;
    object-fit: cover;
}
.badge_category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}
.card-body {
    padding: 20px;
}
.meta {
    color: #6b7280;
    font-size: 14px;
    padding-bottom: 4px;
}
.meta i {
    margin-right: 5px;
    color: #000;
}
.blog_card .card_title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin: 10px 0;
    width: 90%;
    line-height: 28px;
}
.card-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}
.read-more {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.read-more i{
    font-size: 10px;
    padding-left: 3px;
    color: #000;
}
.expert_advice{
    color: var(--blue);
    font-size: 14px;
    background-color: #126bc41a;
    border-radius: 24px;
    padding: 5px 14px;
    font-weight: 500;
}
.insurance_trips_content p{
    font-size: 18px;
    font-weight: 300;
    color: #4b5563;
}
/* footer */
.footer {
    background-color: var(--blue);
    padding: 70px 0 0;
}
.footer h5 {
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--white);
    font-size: 18px;
}
.footer a {
    color: var(--grey);
    text-decoration: none;
}
.footer a:hover {
    color: var(--white);
}
.footer p {
    margin: 0 0 10px;
    font-size: 15px;
    color: var(--grey);
}
.all_right_sec{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 25px 0;
}
.all_right_sec p, .all_right_sec a{
    font-size: 14px;
}
.footer-bottom {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.footer-bottom a {
    color: var(--grey);
    margin-left: 15px;
}
.footer-bottom a:hover {
    color: var(--white);
}
/* blog_listing_banner */
.blog_listing_banner{
    background-color: #186fc6;
    padding: 90px 0;
}
.blog_listing_banner span{
    background-color: #2a7aca;
}
.blog_listing_banner p{
    color: #fffc;
    font-size: 18px;
    font-weight: 200;
    width: 62%;
    margin: 0 auto;
}
/* latest_articles_sec */
.latest_articles_sec h3{
    font-size: 24px;
    font-weight: 700;
}
.insurance_trips_sec.latest_articles_sec .blog_card::after{
    display: none;
}
.latest_articles_sec .previous_btn{
    width: 110px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
    color: #4b5563;
}
.latest_articles_sec .previous_btn:hover{
    color: #000;
}
.latest_articles_sec .previous_btn i{
    font-size: 13px;
    padding-right: 6px;
}
.latest_articles_sec .next_btn{
    background-color: hsl(210 83% 42%);
    width: 110px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
}
.latest_articles_sec .next_btn:hover{
    opacity: 0.9;
}
.latest_articles_sec .next_btn i{
    font-size: 13px;
    padding-left: 6px;
}
/* blog_details_sec */
.blog_details_bg{
    background-color: hsl(210 50% 97%);
}
.blog_details_sec .row .blog_details_card{
   box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    border-radius: 15px;
    padding-bottom: 30px;
    margin-top: 25px;
}
.blog_details_sec .back_to_blog_btn{
    color: #007bff;
}
.blog_details_sec .back_to_blog_btn:hover{
    color: #0c3b7e;
}
.blog_details_card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 255px;
    object-fit: cover;
}
.blog_details_sec .date_wrap span{
    font-size: 12px;
    color: #4b5563;
}
.blog_details_card .description{
    font-size: 20px;
    color: #4b5563;
}
.blog_details_card ._insurance{
    background-color: #0c3b7e;
    color: var(--white);
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
}
.blog_details_card h4{
    font-size: 24px;
    font-weight: 700;
}
.related_sec h3{
    font-size: 20px;
    color: var(--blue);
    padding-bottom: 15px;
}

/* insurance_agent_banner */

.insurance_agent_banner{
    background-image: linear-gradient(rgba(0, 20, 50, 0.7), rgba(0, 20, 50, 0.8)), url('../assets/images/agent_insurance_banner.webp');
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}
.insurance_agent_banner .grow_your{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #5e6b7c;
    padding: 5px 12px;
    color: #fff;
    border-radius: 20px;
}
.insurance_agent_banner .xl_heading{
    color: var(--white);
    width: 60%;
    padding: 20px 0;
}
.insurance_agent_banner .xl_heading span{
    color: #61ae56;
}

.insurance_agent_banner p {
    color: #fffc;
    font-size: 20px;
    width: 55%;
}
.sign_up_now_btn{
    color: var(--white);
    width: 162px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: linear-gradient(#007bff, #007bff) padding-box,
              linear-gradient(90deg, #4CAF50, #000) border-box;
    border: 2px solid transparent;
    transition: background-image 0.4s ease-in-out;;
}
.sign_up_now_btn:hover {
    color: var(--white);
    background-image: linear-gradient(90deg, #4CAF50, #000000);
    border: 0;
}
.view_pricing_btn{
    color: var(--white);
    width: 162px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #fff3;
    border: 1px solid #ffffff4d;
}
.view_pricing_btn:hover{
    opacity: 0.7;
    color: var(--white);
}

/* form sec */
.signup_inner .sm_heading{
    font-size: 26px;
}
.signup-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    max-width: 1100px;
}

.signup-left {
    background: #0c3b7e;
    color: #fff;
    padding: 40px;
}

.signup-left ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.signup-left ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.signup-left ul li .check_wrap {
    background-color: #fff3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-left ul li i {
    font-size: 14px;
}
.insurance_business{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.insurance_business p{
    font-size: 14px;
}
.Profile_img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-color: #fff3;
    border-radius: 50%;
    padding: 4px;
}
.Profile_img_wrap h6{
    font-size: 14px;
    margin-bottom: -3px;
}
.Profile_img_wrap small, .stat-box small{
    font-size: 12px;
    color: #ccc;
}
.signup-right {
    background: #fff;
    padding: 40px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
}
.signup-right .form-label{
    font-weight: 700;
    font-size: 14px;
}
.insurance_types{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
}
.form-control{
    font-size: 14px;
}
.service_area span{
    font-size: 12px;
    padding-top: 5px;
}
.stat-box h5 {
    font-weight: bold;
    margin: 0;
}
.form-select{
    font-size: 14px;
}
.signup-right .btn_custom{
    background-color: var(--blue);
    border: 0;
    height: 42px;
    color: var(--white);
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    transition: transform 0.3s ease,;
}
.signup-right .btn_custom:hover{
    opacity: 0.9;
}
.signup_inner .heading{
    color: var(--blue);
}
.why_choose_sec.why_join_us_sec .icon-circle {
    margin: 0 0 15px;
}
/* sign_in_sec */
.signin_right_side_content_sec{
    background-image: url('../assets/images/sign_img.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 48px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.signin_right_side_content_sec::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(66,116,167,0.85);
    border-radius: 20px;
}
.sign_in_logo{
    font-size: 30px;
    color: hsl(210 83% 42%);
    font-weight: 700;
}
.sign_in_logo span{
    color: #4CAF50;
}
.signIn_form_sec{
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    padding: 50px 45px;
    border-radius: 10px;
}
.signIn_form_sec p{
    font-size: 14px;
    text-align: center;
    color: #6b7280;
}
.signIn_form_sec form label{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
}
.signIn_form_sec form .form-control{
   height: 50px;
   font-size: 14px;
   font-weight: 400;
}
.forgot_link{
    font-size: 14px;
    color: #0c3b7e;
    font-size: 500;
}
.forgot_link:hover{
    color: #0c3b7e;
    text-decoration: underline;
}
.sign_in_email{
    background-color: #0c3b7e;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white);
    border-radius: 7px;
    margin-top: 20px;
}
.sign_in_email:hover{
    opacity: 0.9;
}
.dont_account{
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
}
.dont_account a{
    color: #0c3b7e;
}
.dont_account a:hover{
    color: #0c3b7e;
    text-decoration: underline;
}
.signin_right_side_content_sec span{
    font-size: 14px;
    padding: 5px 12px;
    color: var(--white);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: #4c6f9e;
    border-radius: 20px;
}
.signin_right_side_content_sec h4{
    color: var(--white);
    position: relative;
    z-index: 2;
    padding: 25px 0;
}

.signin_right_side_content_sec p{
    color: #ffffffe6;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.signin_right_side_content_sec ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    position: relative;
    z-index: 2;
    color: #ffffffe6;
    list-style: none;
    padding: 0;
    column-gap: 30px;
    row-gap: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff3;
}
.signin_right_side_content_sec i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff3;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signin_right_side_content_sec p.fst-italic{
    font-size: 16px;
    opacity: 0.8;
}
.signin_right_side_content_sec .Profile_img_wrap{
    position: relative;
    z-index: 2;
}
.signin_right_side_content_sec .Profile_img_wrap h6{
    color: #ffffffe6;
}
.signin_right_side_content_sec .Profile_img_wrap small{
    color: #ffffffe6;
    opacity: 0.8;
}
.signIn_sec{
    padding: 80px 0;
}
/* our_agency_banner_sec */
.our_agency_banner_sec{
    padding: 50px 0;
}
.our_agency_banner .md_heading{
    color: #000;
    margin-bottom: 0;
}
.our_agency_banner ._suwance{
    color: #4b5563;
    font-size: 18px;
}
.our_agency_banner p{
    color: #4b5563;
}
.our_agency_banner i{
    color: #facc15;
    font-size: 14px;
}
.our_agency_banner .review_content{
    font-size: 14px;
    color: #4b5563;
}
.free_online_quote_btn{
    color: var(--white);
    background-color: #14b8a6;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3 ease-in-out;
}
.free_online_quote_btn:hover{
    color: var(--white);
    background-color: #0e887a;
}
.talk_to_agent_btn{
    color: #14b8a6;
    border: 1px solid #14b8a6;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}
.talk_to_agent_btn:hover{ 
    opacity: 0.85;
    color: #14b8a6;
}
.our_agency_banner_img{
    width: 192px;
    height: 192px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* agent_location_sec */
.agent_location_sec .row{
    border: 1px solid #ccc;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 22px -2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.agent_location_content_left_side .xs_heading{
    color: #1f2937;
    font-weight: 500;
}
.agent_location_content_left_side p{
    font-size: 14px;
    color: #4b5563;
}
.agent_location_content_left_side span{
    font-weight: 500;
    font-size: 14px;
}
.agent_location_content_right_side i{
    color: #2563eb;
    font-size: 16px;
}
.agent_location_content_right_side h6{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.agent_location_content_right_side p{
    margin-bottom: 0;
    font-size: 14px;
    color: #4b5563;
}
.agent_location_content_right_side a{
    text-decoration: none;
    padding-top: 10px;
    font-size: 14px;
}
.agent_location_content_right_side a:hover{
    text-decoration: underline;
}
.agent_location_sec .col-md-3{
    border-left: 1px solid #e5e7eb;
    padding-left: 30px;
}
/* our_insurance_agents_sec */
.our_insurance_agents_sec{
    background-color: #f0f9ff;
    padding: 100px 0 50px;
}
.our_insurance_agents_wrapper{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    margin-top: 30px;
}
.our_insurance_agents_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 1px solid #ccc;
    padding: 25px 15px;
    border-radius: 8px;
}
.our_insurance_agents_card .comment_profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_insurance_agents_card .comment_profile h5{
    text-transform: uppercase;
    color: #000;
}
.our_insurance_agents_card img{
    height: 90px;
}
.our_insurance_agents_card h3{
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    padding-top: 10px;
    text-align: center;
}
.our_insurance_agents_card p{
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}
.our_insurance_agents_card .phone_wrapper i{
    color: #007bff;
    font-size: 12px;
}
.our_insurance_agents_card .phone_wrapper a{
    color: #4b5563;
    font-size: 14px;
}
.our_insurance_agents_card .request_link{
    font-size: 12px;
    padding: 4px;
}
.our_insurance_agents_card .request_link:hover{
    text-decoration: underline;
}
.our_insurance_agents_card .star_wrapper{
    font-size: 12px;
    color: #facc15;
}
.our_insurance_agents_card .review_content{
    font-size: 12px;
    padding: 5px 0 0;
}
.our_insurance_agents_sec .sm_heading{
    color: #000;
}
/*  */
.agents_office_licensed_left_side{
   border: 1px solid #ccc;
   padding: 30px 20px;
   border-radius: 5px;
}
.agents_office_licensed_left_side h3{
    font-size: 20px;
    font-weight: 500;
}
.agents_office_licensed_left_side ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    color: #4b5563;
    gap: 3px;
    padding-top: 20px;
    margin-bottom: 0;
}
.agents_office_licensed_right_side{
    background-color: #f0fdfa;
    padding: 30px 20px;
    border-radius: 5px;
}
.agents_office_licensed_right_side h4 {
    color: #0f766e;
    font-size: 20px;
}
.agents_office_licensed_right_side p{
    color: #0f766e;
    font-size: 14px;
}
.agents_office_licensed_right_side a{
    color: #0f766e;
    font-size: 14px;
    font-weight: 500;
}
.agents_office_licensed_right_side a:hover{
    text-decoration: underline;
}
.agents_office_licensed_right_side img{
    width: 160px;
}
.agents_office_licensed_sec ._content_wrapper ul{
    display: flex;
    align-items: center;
    column-gap:  15px;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
    color: #4b5563;
    flex-wrap: wrap;
}
.agents_office_licensed_sec ._content_wrapper ul a:hover{
    text-decoration: underline;
}
/* insurance_in_suwanee_sec */
.insurance_in_suwanee_sec {
    background-color: #f3f4f6;
    padding: 70px 0;
}
.insurance_in_suwanee_sec .sm_heading{
    color: #000;
}
.insurance_in_suwanee__card{
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    border: 1px solid #cccc;
}
.insurance_in_suwanee__card h6{
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}
.insurance_in_suwanee__card ul{
    list-style: none;
    padding: 0;
    row-gap: 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.insurance_in_suwanee__card ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}
.insurance_in_suwanee__card ul li i{
    font-size: 8px;
    color: #007bff;
}
/* location_content_ */
.location_content_ h2{
    font-size: 24px;
    color: #1f2937;
    font-weight: 500;
}
.location_content_ p{ 
    font-size: 14px;
    color: #1f2937;
    padding: 10px 0;
}
.learn_more_btn{
    border: 1px solid #1d4ed8;
    color: #1d4ed8;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
}
.learn_more_btn:hover{
   color: #1d4ed8;
   opacity: 0.85;
}
.location_wrapper i{
    color: #6b7280;
    font-size: 50px;
}
.location_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d1d5db;
    height: 100%;
    gap: 15px;
    border-radius: 8px;
}
.location_wrapper h6{
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 0;
}
/* reviews_section */
.reviews_section{
    padding: 80px 0 60px;
}
.reviews_section .sm_heading{
    color: #000;
    font-weight: 500;
}
.short_by_wrapper span{
    font-size: 14px;
}
.short_by_wrapper .btn-secondary{
    background: transparent;
    color: #000;
    font-size: 14px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.short_by_wrapper .btn-secondary:focus{
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}
.short_by_wrapper .dropdown-menu .dropdown-item{
    font-size: 14px;
}
.rating_inner h6{
    font-size: 16px;
    color: #374151;
    font-weight: 500;
}
.rating_inner h3{
    font-size: 24px;
    color: #000;
    font-size: 600;
}
.rating_inner span{
    font-size: 12px;
    color: #4b5563;
}
.rating_inner .star_wrapper i{
    color: #facc15;
    font-size: 14px;
}
.write_review_btn{
    font-size: 14px;
    background-color: #007bff;
    color: var(--white);
    padding: 8px 20px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3 ease-in;
}
.write_review_btn:hover{
    color: var(--white);
    background-color: #034e9e;
}
.rating_inner{
    border: 1px solid #e7e5e4;
    border-radius: 7px;
    padding: 30px 20px;
    height: 100%;
}
.comment_profile_wrapper .comment_profile{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29b6f6;
}
.comment_profile_wrapper .comment_profile h5{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.comment_profile_wrapper h6{
    font-size: 16px;
    margin-bottom: 0;
}
.comment_profile_wrapper small{
    font-size: 14px;
}
.star_wrapper i{
    color: #facc15;
    font-size: 14px;
}
.rating_comment_card p{
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 10px;
    color: #4b5563;
}
.rating_comment_card span{
    font-size: 12px;
    color: #9ca3af;
}
.rating_comment_card a{
    font-size: 12px;
    padding-top: 5px;
}
.rating_comment_card a:hover{
    text-decoration: underline;
}
.rating_comment_card{
    border-bottom: 1px solid #e7e5e4;
    padding-bottom: 20px;
    margin-top: 20px;
}
/*  */
.insurance_like_sec_{
    background-image: linear-gradient(to bottom, hsl(210 83% 42%) , hsl(205 75% 57%));
    padding: 80px 0;
}
.option_card_wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.option_card{
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0;
    position: relative;
    border: 2px solid #fff;
}
.option_card.active {
    background: #ffe6f1;
    border: 2px solid #ff3fa4;
    box-shadow: 0 10px 15px -3px rgba(255, 63, 164, 0.4);
}
.option_card img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.option_card label{
    font-size: 18px;
    padding-top: 5px;
}
.next__btn{
    width: 130px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    margin: 50px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.next__btn:hover{
    opacity: 0.85;
}
.next__btn.enabled{
    background-color: #ff3fa4;
    color: var(--white);
}
.bundle_tag {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #ff3fa4;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 600;
}
.option_card .form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.option_card .form-check-input:checked{
    background-color: #ff3fa4;
    border-color: #ff3fa4;
}
.option_card .form-check-input:focus {
    border-color: #ff3fa4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 63, 164, 0.25);
}
/* form_sec */
.form_sec{
    background: linear-gradient(to bottom, #1a75cf, #3fa8f4);
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change_selection{
    width: 190px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    color: #374151;
    background-color: #e5e7eb;
    border-radius: 5px;
    font-weight: 400;
}
.form_sec h2{
    color: #fff;
}
.form_sec p{color: #e5e7eb; font-size: 18px;}
.form-step {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}
.form-step.active {
    display: block;
}
.form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 67%;
    padding: 30px 40px;
    position: relative;
    margin: 50px auto 0;
}
.form_sec .progress {
    height: 4px;
    margin-bottom: 15px;
}

.form_sec .progress-bar {
    background-color: #126bc4;
    transition: width 0.4s ease;
}

.form_sec .step-header {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.form_sec .percentage {
    float: right;
    font-size: 13px;
    color: #126bc4;
}
.form-step .form-label{font-size: 14px; font-weight: 500;}
.form-step .form-control, .form-step .form-select {  height: 40px;}
.form-step .insurance_type{height: 40px; color: #c4c1bfde; border: 1px solid #e7e5e4; font-weight: 400;}
.form-step .form-select:disabled {
    background-color: #fff;
}
.form-card .step-header{color: #126bc4;}
.submit_btn{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #126bc4;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 auto;
}
.submit_btn:hover{
    opacity: 0.85;
}
.back_btn{
    background-color: transparent;
    color: #000;
    border: 1px solid #e7e5e4;
    font-size: 14px;
}
.back_btn:hover{
    background-color: #00e6ac;
    border: 1px solid #e7e5e4;
}
.form-step textarea{
    min-height: 80px;
    font-size: 14px;
}
.form-step .form-check-label{
    font-size: 14px;
}
.form-step .form-check-label a{
    color: #126bc4;
}
.form-step .form-check-label a:hover{
    color: #126bc4;
    text-decoration: underline;
}
.submit_success{
    font-size: 14px;
    background-color: #61ae56;
    border: none;
    height: 40px;
}
.submit_success:hover{
    opacity: .85;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*  */
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1250px;
    }
}

/* responsive */

@media(max-width: 1536px) {}
@media(max-width: 1366px) {
    .heading{font-size: 48px;}
    .xl_heading{font-size: 60px;}
    .md_heading{font-size: 36px;}
    .sm_heading{font-size: 30px;}
    .xs_heading{font-size: 22px;}
}
@media(max-width: 1199px) {
    .heading{font-size: 40px;}
    .xl_heading{font-size: 48px;}
    .md_heading{font-size: 30px;}
    .sm_heading, .sign_in_logo{font-size: 26px;}
    .xs_heading{font-size: 20px;}
    .signin_right_side_content_sec, .signIn_form_sec{padding: 50px 30px;}
    .our_insurance_agents_wrapper{grid-template-columns: repeat(3,1fr);}
    .blog_details_card h4, .insurance_looking_for_wrapper h3{font-size: 22px;}
    .btn_get_free, .learn_how_btn{padding: 8px 15px; font-size: 14px; display: flex; align-items: center; justify-content: center;}
}
@media(max-width: 1024px) {}
@media(max-width: 991px) {
    .heading{font-size: 36px;}
    .xl_heading{font-size: 40px;}
    .md_heading{font-size: 26px;}
    .sm_heading, .sign_in_logo{font-size: 24px;}
    .xs_heading{font-size: 18px;}

    .signin_right_side_content_sec{
        margin-top: 45px;
    }
    .option_card_wrapper{ grid-template-columns: repeat(2,1fr);}
    .signin_right_side_content_sec, .signIn_form_sec{padding: 50px 25px;}
    .signin_right_side_content_sec p {font-size: 16px;}
    .signIn_sec { padding: 40px 0 60px;}
    .our_insurance_agents_wrapper{grid-template-columns: repeat(2,1fr);}
    .agents_office_licensed_right_side h4, .insurance_in_suwanee__card h6{font-size: 18px;}
    .location_content_ h2{font-size: 22px;}
    .insurance_agent_banner p, .looking_card h4{font-size: 18px;}
    .signup_inner .sm_heading{font-size: 24px;}
    .signup-left,.signup-right{padding: 40px 25px;}
    .blog_details_card .description,.benefit-card h5 {font-size: 18px;}
    .blog_details_card h4, .insurance_looking_for_wrapper h3{font-size: 20px;}
    .blog_card .card_title{font-size: 18px; width: 100%;}
    .simplified_sec .insurance_trips_content p{font-size: 16px; width: 80%;}
    .btn_get_free, .learn_how_btn {font-size: 12px; padding: 5px 15px;}
    .banner_content_wrapper p{font-size: 16px;}
    .insurance_looking_for_wrapper{padding: 40px 20px;}
    .banner_sec, .testimonials_sec, .blog_listing_banner{padding: 70px 0;}
}
@media(max-width: 767px) {
    .heading{font-size: 24px;}
    .xl_heading{font-size: 30px;}
    .md_heading{font-size: 22px;}
    .sm_heading, .sign_in_logo, .location_content_ h2{font-size: 20px;}
    .xs_heading{font-size: 16px;}

    .footer h5{font-size: 16px;}
    .our_agency_banner{padding-top: 35px;}
    .agent_location_sec .col-md-3{padding-left: 12px; border-left: 0; padding-top: 10px;}
    .our_insurance_agents_card .comment_profile { width: 75px; height: 75px;}
    .our_insurance_agents_card h3, .agents_office_licensed_right_side h4 { font-size: 16px;}
    .agents_office_licensed_left_side h3 {font-size: 18px;}
    .insurance_in_suwanee__card{margin-bottom: 30px;}
    .insurance_in_suwanee_sec{padding: 70px 0 50px;}
    .short_by_wrapper{justify-content: space-between; padding: 10px 0 25px;}
    .location_wrapper{min-height: 260px; margin-top: 50px;}
    .insurance_agent_banner .xl_heading, .insurance_agent_banner p{width: 95%;}
    .insurance_agent_banner p, .border_btn, .looking_card h4{font-size: 16px;}
    .signup_inner .sm_heading{font-size: 20px;}
    .signup-left{padding: 40px 25px;}
    .signup-right{padding: 40px 15px;}
    .blog_details_card .description, .blog_card .card_title, .simplified_card h4, .insurance_trips_content p, .benefit-card h5 {font-size: 16px;}
    .blog_details_card h4, .insurance_looking_for_wrapper h3{font-size: 18px;}
    .simplified_sec .insurance_trips_content p, .blog_listing_banner p{font-size: 16px; width: 100%;}
    .simplified_sec .underline{display: none;}
    .border_btn{width: 185px;}
    .banner_sec, .testimonials_sec, .blog_listing_banner{padding: 60px 0;}
    .insurance_looking_for_wrapper{margin: 50px 0 0;}
}
@media(max-width: 575px) {
    .signin_right_side_content_sec ul{grid-template-columns: repeat(1,1fr);}
}
@media(max-width: 480px) {
    .xl_heading{font-size: 24px;}
    .comment_profile_wrapper .comment_profile h5, .comment_profile_wrapper h6{font-size: 14px;}
    .star_content_wrapper_{flex-direction: column; gap: 0 !important; padding-top: 5px;}
}
@media(max-width: 400px) {
    .our_insurance_agents_card{padding: 25px 5px;}
    .our_insurance_agents_card h3, .agents_office_licensed_right_side h4{font-size: 14px;}
    .heading{font-size: 20px;}
    .btn_wrap {flex-direction: column;}
}