* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Comfortaa';
    font-size: 14px;
}

:root {
    --main-color: #007EFF;
    --second-color: #2f2222ea;
    --title-color: #222;
    --subtitle-color: #8d8d8d;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*===== scrollbar css =====*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f4f4f4;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* ====== Preloader ===== */

/* ====== End Preloader ===== */

/* Back to Top button */
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 35px;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#topBtn:hover {
    background-color: #555;
}

/* ===== Navbar ===== */
.navbar {
    background-color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-link {
    color: var(--subtitle-color) !important;
    font-size: 15px;
    font-weight: 600;
    padding: 0.5rem 1.2rem !important;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color) !important;
}

.navbar-toggler-icon {
    background-color: #ffffff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== Navbar ===== */

/* ===== Banner ===== */
.banner {
    background-image: url(img/Home-banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.home-desktop {
    background-image: url(img/health-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.home-mobile-banner {
    display: none;
}

.retirement-desktop {
    background-image: url(img/retirement-plan.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.invest-desktop {
    background-image: url(img/Invest-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.term-desktop {
    background-image: url(img/Term-banner.jpg   );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.bg-benifit {
    background-image: url(img/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
}

/* ===== lead form ===== */
.lead-form-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.lead-content h3 {
    color: #03a6d7;
    font-size: 24px;
    font-weight: 500;
}

.lead-content h3 span {
    color: #b48d20;
}

.lead-content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.lead-content p span {
    font-weight: 700;
}

.text-container .text-gradient {
    color: transparent;
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    -webkit-background-clip: text;
    background-clip: text;
    animation: color 2s linear infinite;
    background-size: 200% 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@keyframes color {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.point i {
    color: var(--main-color);
}

.point li {
    font-weight: bolder;
    list-style: none;
    margin: 10px 0;
}

.control-wrapper {
    position: relative;
    font-size: 12px;
}

.form-control {
    font-size: 14px;
}

.control-wrapper .form-control,
.control-wrapper .form-select {
    line-height: 2.5rem;
}

.control-wrapper label {
    position: absolute;
    top: calc(-3%)
}

.control-wrapper label {
    position: absolute;
    top: calc(-22%);
    background-color: white;
    left: 10px;
    padding: 0px 6px;
}

.control-wrapper i {
    position: absolute;
}

.control-wrapper i {
    position: absolute;
    top: calc(36%);
    left: 1.5rem;
}

.control-wrapper .form-control,
.control-wrapper .form-select {
    padding-left: 3.5rem;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,

.uneditable-input:focus {
    border-color: #1f369189;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.097);
    outline: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-footer {
    font-size: 12px;
}

.bg-btn {
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    padding-top: 15px;
}

.btn-grad-1 {
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    margin: 10px 0;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-weight: 600;
    border: none;
}

.btn-grad-1:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* ====== Header Form ===== */

.fom-head {
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    border-radius: 24px 24px 0 0;
    margin: -2px -1px -1px;
    max-height: 70px;
    min-height: 70px;
    padding-left: 16px;
    padding-top: 10px;
}

.fom-head:after,
.fom-head:before {
    content: "";
    display: table;
}

.fom-head-wrapper {
    align-items: center;
    display: flex;
}

.fom-head .fom-head-wrapper {
    height: 45px;
}

.fom-head-title {
    display: inline-block;
    flex: 1 1;
    overflow: hidden;
    padding: 16px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.HeaderWrap {
    align-items: center;
    display: flex;
}

.PayWrap {
    align-items: center;
    column-gap: 20px;
    display: flex;
}

.HeaderWrap .you {
    background-color: #fff;
    color: var(--main-color);
    display: inline-block;
    flex: 0 1;
    height: 28px;
    margin: 0;
    min-width: 45px;
    padding: 4px 8px;
    position: relative;
    text-align: left;
    z-index: 1;
}

.HeaderWrap .you:after {
    border-bottom: 14px solid #0000;
    border-left: 14px solid #fff;
    border-top: 14px solid #0000;
    bottom: 0;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    right: auto;
    top: 0;
    width: 0;
    z-index: -2;
}

.PayText {
    color: #fff;
}

.HeaderWrap .Vdivider {
    border-right: 1px solid #fff;
    height: 27px;
    margin: 0 14px;
}

.HeaderWrap .GetWrap {
    align-items: center;
    column-gap: 20px;
    display: flex;
}

.HeaderWrap .GetText {
    color: #FFF;
}

.GetText span {
    font-size: 22px;
    font-weight: bolder;
}

/* ===== End Lead Form ===== */

/* ===== Aditional Information ===== */
.white-box {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    width: 19%;
}

.vertical-box-content h5 {
    background-color: var(--main-color);
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    width: 85%;
}

.vertical-box-content h5::after {
    content: '';
    position: absolute;
    right: 32px;
    top: 37px;
    transform: translateY(-50%);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid var(--main-color);
}

.vertical-box-content h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.price-plan {
    background-color: #fff5d6;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.price-plan-header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 15px;
}

.price-plan-header span {
    font-size: 18px;
    color: #333;
}

.price-text {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}

.divider {
    border-top: 1px solid #e6e6e6;
    margin: 10px 0;
}

.features-list {
    font-size: 14px;
    color: #333;
}

.features-list ul {
    list-style-type: none;
    padding: 0;
}

.features-list li {
    margin: 8px 0;
}

.features-list i {
    margin-right: 10px;
    color: var(--main-color);
}

/* ===== End Aditional Information ===== */

/* ===== Heading Animation =====*/
@keyframes background-size-300 {
    from {
        background-size: 0%;
    }

    to {
        background-size: 300%;
    }
}

.scribble {
    position: relative;
    background-image: none;
    background-color: transparent;
    color: var(--main-color);
}

.scribble::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0;
    height: 30%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: 95%;
    width: 100%;
    background-image: linear-gradient(to right, currentcolor 40%, transparent 50%);
    background-repeat: no-repeat;
    animation: background-size-300 0.4s 1.5s ease-in both;
    background-size: 300%;
}

/* ===== Heading Animation =====*/


/* ===== Investment Plan ===== */
.invest li {
    list-style: none;
    padding: 10px;
}

.bx-check-shield {
    color: var(--main-color);
    font-size: 20px;
    padding: 5px;
}

.invest h5::after {
    background-color: var(--main-color);
    bottom: -10px;
    height: 2px;
    width: 80px;
    position: relative;
    content: "";
    display: block;
}

/* ===== End Investment Plan ===== */

/* ===== Our Partners ===== */
.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.content-grid .content-grid-item {
    min-height: 150px;
    border: 1px solid #e4e4e4;
    border-left: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

.content-grid .content-grid-item:first-child {
    border-left: 1px solid #e4e4e4;
}

.content-grid .content-grid-item::before,
.content-grid .content-grid-item::after {
    content: none;
}

/* ===== End Our Partners ===== */

/* ===== Why iNvest ===== */
.bluebg {
    background: aliceblue;
}

.investw h2 {
    font-size: 25px;
    padding-bottom: 20px;
}

.investw-box i {
    font-size: 75px;
    padding: 15px;
    color: var(--main-color);
}

.investw-box h4 {
    font-size: 20px;
    font-weight: bolder;
}

/* ===== End Why iNvest ===== */

/* ===== About ===== */
.why li {
    list-style: inside !important;
}

.h-about h2 {
    font-weight: bold;
    color: var(--main-color);
}

.type-box {
    display: flex;
    padding: 5px;
    border-radius: 15px;
    border: 0.3px dashed #c9c9c9;
    padding: 20px;
}

.type-box-info a {
    color: #555 !important;
    font-size: 18px;
    font-weight: bold;
}

.type-box:hover h4 {
    color: var(--main-color) !important;
}

.type-box:hover a {
    color: inherit !important;
}

.type-box.type-box-style .type-box-icon {
    background: transparent;
    top: -3px;
}

.type-box.type-box-style .type-box-icon img {
    padding: 10px;
}

.type-box-info p {
    color: var(--second-color);
}

/* ===== End About ===== */

/* ===== Footer ===== */
footer {
    padding: 15px;
    background-color: #0b0909e6;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: #FFF;
}

footer p {
    padding: 0;
    margin: 0;
}

/* ===== End Footer ===== */

/* ===== Retirement Plan ===== */
.benefits ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.benefits li {
    background-color: #FFF;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.benefits li h3 {
    margin-bottom: 15px;
    color: #2980b9;
    font-size: 17px;
    font-weight: bolder;
}

.benefits li p {
    color: #555;
    text-align: justify;
}

.benefits li i {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 10px;
}

/* ===== End Retirement Plan ===== */

.list-group-item:hover {
    background: #dfdddd;
}

/* ====== contact ======  */
small {
    color: #ffffffe0;
}

.contact h2 {
    color: #FFF;
}

.contact p {
    font-weight: bold;
    color: #FFF;
}

.contact-body {
    padding: 20px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
}

.form-group input {
    height: 50px;
    padding: 5px 15px;
    width: 100%;
}

.contact h2 {
    font-weight: bold;
}

.c-icon i {
    font-size: 30px;
}

.con-bg {
    background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 49%)), url(img/policy-pro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    justify-content: center;
}

/* ====== end contact ======  */


/*===== Thank you page =====*/
.thank-you-wrapper {
    background-image: linear-gradient(rgb(0 0 0 / 65%), rgb(0 0 0 / 93%)), url(img/policy-pro.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    justify-content: center;
}

.thank-you-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.25rem;
}

.thank-you-content img {
    width: 400px;
    border-radius: 0.25rem;
}

.thank-you-content h5 {
    color: black;
    font-size: 17px;
    font-weight: 300;
}

.thank-you-content p {
    color: #df0a16;
    font-size: 17px;
}

.thank-you-content img {
    width: 191px;
}

/* ===== End Thank You Page */

/* ====== Contact Form Css ====== */

.con-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: #409eff;
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #007EFF);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #409eff;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.cform {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: var(--main-color);
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
}

.input-container span {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 4px;
    color: #FFF;
    background-color: #409eff;
    pointer-events: none;
    z-index: 500;
}
.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #409eff;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: var(--main-color);
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: var(--main-color);
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    font-size: 18px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid var(--main-color);
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(115deg, #62cff4, #2c67f2);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

/* feacture box  */
.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
    height: 220px;
}

.feature-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 3px solid #007eff;
    display: inline-block;
    padding-top: 10px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border: 1px dotted #007eff;
}

.feature-icon img {
    width: 40px;
}

.feature-text {
    margin-top: 10px;
}

.feature-box-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.feature-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.about img {
    border-radius: 100px 10px 50px 10px;
}

.mt-7 {
    margin-top: 40px;
}


.insurance-section {
    background: linear-gradient(135deg, #6ac2f4, #1894d2);
    padding: 60px 0;
    color: #fff;
}

.insurance-section .section-title {
    font-size: 28px;
    font-weight: bold;
}

.insurance-section p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.insurance-section .btn-primary {
    background-color: #f8dc04;
    border-color: #f8dc04e0;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    border-radius: 5px;
}

.insurance-section .btn-primary:hover {
    background-color: #fff;
    color: #0056b3;
    border-color: #f4f4f4;
}

.btn {
    width: auto;
    display: inline-block;
}


/* ====== End Contact Form Css ====== */