@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {

    font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: #4a83fda2;
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #4a83fd;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: url(../images/left-arrow.png);
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: url(../images/right-arrow.png);
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 20px 0;
}

.banner-sec .slick-list {
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

/* *=========================
  Nav Bar CSS 
=========================*/

.toggle-btn:hover {
    cursor: pointer;
}

.navigation-section {
    position: relative;
    background: transparent;
    position: absolute;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 13%);
    border-bottom: 0.5px solid #ffffff53;
}

.navigation-section .navigation-main {
    display: flex;
    align-items: center;
    padding: 9px 0;
    justify-content: space-between;
}

.navigation-menu {
    display: flex;
    justify-content: end;
    gap: 8px;
    flex-direction: column;
    align-items: end;
}

.header-part {
    display: flex;
    align-items: center;
    gap: 20px;
}

.call,
.mail {
    display: flex;
    align-items: center;
    gap: 5px;

    a {
        color: #323232;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
}

.navigation-menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigation-menu ul li {
    position: relative;
}

.navigation-menu ul a,
.navigation-menu ul li {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
}

.navigation-main ul li span {
    font: 30px;
    font-weight: 200;
    color: #3336;
}

.navigation-menu ul a:hover {
    opacity: 0.8;
}

.get-btn a {
    display: inline-block;
    margin: 10px auto;
    font-size: 16px;
    color: #fff;
    background-color: #4a83fd;
    border: 2px solid #4a83fd;
    border-radius: 0.1em;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
}

.get-btn a:hover {
    color: #4a83fd;
}

.get-btn a::after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.35s;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}

.get-btn a:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.35s;
}


.manu {
    display: none;
}

.manu img {
    width: 30px;
}

.close {
    display: none;
}

.close-btn-menu {
    display: block;
}

.toggle,
.navigation-menu [id^="drop"] {
    display: none;
}

.navigation-menu ul li:hover ul {
    display: inline-block;
}

.navigation-menu ul ul {
    display: none;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 999;
    padding: 0;
    margin: 0px;
    min-width: 184px;
    border-radius: 0;
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.navigation-menu ul ul li a {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    display: block;
    text-align: left;
}

.navigation-menu ul ul li:hover {
    background-color: #323232;

    a {
        color: #fff;
    }
}

.navigation-menu ul ul li:nth-last-child(1) {
    border: none;
}

.main-drop-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.manu {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

.navigation-menu ul li ul a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 4px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0);
    transition: none;
}

.navigation-menu ul li ul a:hover:before {
    color: transparent;
    background-color: transparent;
}

.sticky {
    position: fixed !important;
    z-index: 999 !important;
    background-color: #ffff;
    top: 0;
}

/* *=========================
  thankyou CSS
=========================*/

.banner-sec {
    overflow: hidden;
    z-index: 1;
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.thankyou-banner {
    padding: 200px 0 150px 0;
    background: linear-gradient(-90deg, #00000042, #002a5c 65%);
}

.banner-img-1 {
    padding: 319px 0 237px;
    background: url(../images/slide-01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.thankyou-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.checkmark {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #4CAF50;
    animation: pop 0.5s ease forwards;
}

.checkmark::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 26px;
    width: 20px;
    height: 40px;
    border: solid white;
    border-width: 0 6px 6px 0;
    transform: rotate(45deg);
    opacity: 0;
    animation: tick 0.5s 0.3s forwards;
}

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

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

@keyframes tick {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.thankyou-main h1 {
    font-size: 4rem;
    color: #fff;
    margin-top: 30px;
}

.thankyou-main p {
    font-size: 20px;
    color: #fff;
    margin: 30px 0;
}

.thankyou-main a {
    display: inline-block;
    text-decoration: none;
    background: #4CAF50;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: background 0.3s;
}

.thankyou-main a:hover {
    background: #45a049;
}


/* *=========================
  Banner CSS 
=========================*/

.banner-sec {
    overflow: hidden;
    z-index: 1;
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.banner-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-90deg, transparent, #002a5c 65%);
    opacity: 0.7;
}

.banner-img-1 {
    padding: 319px 0 237px;
    background: url(../images/slide-01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-img-2 {
    padding: 319px 0 237px;
    background: url(../images/slide-03.webp) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-img-3 {
    padding: 319px 0 237px;
    background: url(../images/slide-02.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-img-4 {
    padding: 319px 0 237px;
    background: url(../images/silde-04.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-slider h1 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

.banner-slider p {
    color: #67d1ff;
    letter-spacing: 4px;
    font-size: 20px;
    text-align: center;
}

.banner-btn {
    margin-top: 20px;
    text-align: center;
}

.banner-btn a {
    display: inline-block;
    margin: 10px auto;
    font-size: 16px;
    color: #fff;
    background-color: #4a83fd;
    border: 2px solid #4a83fd;
    border-radius: 0.1em;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
}

.banner-btn a:hover {
    color: #4a83fd;
}

.banner-btn a::after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.35s;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}

.banner-btn a:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.35s;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

.sticky .navigation-menu ul a {
    color: #002a5c;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}


/* *=========================
  About Us CSS 
=========================*/

.about-us {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
}

.about-left {
    width: 41%;
    position: relative;
}

.about-right {
    /*margin-top: 40px;*/
    width: 50%;
}

.about-inner-img2 {
    right: -115px;
    bottom: 0px;
    position: absolute;
}

.about-right h2 {
    text-align: left !important;
}

.about-text-para {
    padding-top: 40px;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    max-width: 81%;
}

.about-text-para p {
    padding-bottom: 40px;
    color: #6b7078;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
}

.about-right h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #002a5c;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 20px;
}

.about-right span {
    font-size: 18px;
    color: #4a83fd;
    font-weight: 600;
    letter-spacing: 2px;
}

.list-style6 li:before {
    content: url(../images/check.png);
    font-size: 15px;
    position: absolute;
    top: 3px;
    font-weight: 800;
    left: 0;
    color: #4a83fd;
}

.list-style6 li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    list-style: none;
    color: #6b7078;
}

.list-style6 strong {
    color: #002a5c;
}

.list-style6 {
    margin-bottom: 40px;
}

.info-btn a {
    background-color: #fff !important;
    padding: 17px 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
    letter-spacing: 1.4px;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    vertical-align: top;
}

.info-btn a {
    color: #fff;
    border: 3px solid #4a83fd;
    background-image: -webkit-linear-gradient(30deg, #4a83fd 50%, transparent 50%);
    background-image: linear-gradient(30deg, #4a83fd 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.info-btn a:hover {
    background-position: 100%;
    color: #4a83fd;
}

.banner-slider a {
    background-color: #4a83fd;
    padding: 17px 30px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.vision-main .vision-box {
    width: 47% !important;
}

/*=========================
  Our Services CSS 
=========================*/
section#our-services {
    padding: 80px 0;
}

.our-services-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}

.our-services-cnt {
    position: relative;
    width: 48%;
    padding: 250px 0;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overlay-effect::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #00295cd1 100%);
}

.our-services-img-1 {
    background: url(../images/customer_support.webp) no-repeat center center;
    background-size: cover;
}

.our-services-img-2 {
    background: url(../images/growth_operational_support.webp) no-repeat center center;
    background-size: cover;
}

.our-services-img-3 {
    background: url(../images/human_resources_outsourcing.webp) no-repeat center center;
    background-size: cover;
}

.our-services-img-4 {
    background: url(../images/services_and_support.webp) no-repeat center center;
    background-size: cover;
}

.our-services-cnt:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.our-services-cnt h3 {
    padding: 30px 20px;
    color: #fff;
    font-size: 30px;
    position: relative;
}

.services-cnt a {
    display: inline-block;
    color: #002a5c;
    border: 1px solid #002a5c;
    padding: 10px 30px;
}

.services-cnt:hover.services-cnt a {
    color: #fff;
    border-color: #fff;

}

.inner-circle::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 25px;
    left: 15px;
    background-color: #4a83fd94;
    border-radius: 50%;
    z-index: -1;
}

.list-inner ul {
    padding-top: 26px !important;
}

.card-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100px);
    transition: transform 0.5s ease;
}

.card-cnt ul li a {
    color: #fff;
}

.our-services-cnt:hover .card-cnt {
    transform: translateY(0px);
    transition: 1s;
    background: linear-gradient(180deg, transparent, #002a5c 75%);
}

.our-services-cnt:hover .card-cnt ul {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.7s
}

.our-services-cnt:hover .card-cnt ul li {
    padding: 5px 0;
    position: relative;
}

.our-services-cnt:hover .card-cnt ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #4a83fd94;
    border-radius: 50%;
    left: -20px;
    top: 11px;
}

.our-services-cnt:hover .card-cnt h3 {
    transform: translateY(20px);
    transition: 0.5s;
    transition-delay: 0.5s
}

.card-cnt ul {
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    padding: 0 20px 20px 40px;
    line-height: 1.5;
}

/*=========================
  Personal Services CSS 
=========================*/

#personal-insurance {
    padding-top: 80px;
}

.personal-services,
.commercial-services {
    display: flex;
    justify-content: center;
    gap: 2%;
    row-gap: 30px;
    flex-wrap: wrap;
}

.sec-heading h2 {
    color: #002a5c;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.services-cnt {
    width: 32%;
    padding: 55px 30px 30px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    position: relative;
}

.services-cnt:hover {
    background-color: #002a5c;
    transition: 0.8s;
    cursor: pointer;
}

.services-cnt:hover p {
    color: #fff !important;
}

.services-cnt:hover h4 {
    color: #fff;
}

.services-cnt:hover img {
    filter: brightness(5);
}

.services-cnt p {
    color: #6b7078;
    font-weight: 500;
    line-height: 22px;
}

.services-cnt h4 {
    color: #002a5c;
    padding: 20px 0;
    font-size: 24px;
    min-height: 100px;
}

.bg-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 150px;
    top: 30px;
    background: #4a83fd4e;
    border-radius: 50%;
}

/* *=========================
  Insurance Carriers CSS 
=========================*/

#insurance-carriers {
    background-color: #002a5c;
    padding: 20px 0 40px 0;
    margin-bottom: 100px;
}

.carriers-images {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

#insurance-carriers .slick-track {
    min-width: max-content;
}

#insurance-carriers .slick-initialized .slick-slide {
    min-width: 302px;
}

.logo-img.slick-slide.slick-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img img {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.sec-head h2 {
    padding-top: 20px;
    color: #fff;
}

#commercial-insurance {
    padding: 80px 0;
}

#commercial-insurance p {
    color: #6b7078;
    font-weight: 500;
    letter-spacing: 1px;
}

#commercial-insurance .sec-heading p {
    text-align: center;
}

/*=========================
  Insurance Section bg CSS 
=========================*/

#insurance-section-bg {
    padding: 80px 0;
    position: relative;
    background: url(../images/vision-back_images.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    z-index: 0;
}

#insurance-section-bg::after {
    content: '';
    position: absolute;
    background-color: #00295ce6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#insurance-section-bg .sec-heading h2,
.sec-heading p {
    color: #fff;
    position: relative;
    z-index: 2;
}

#insurance-section-bg .sec-heading h2 {
    margin-bottom: 20px;
}

.sec-heading p {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.vision-main {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.vision-main .vision-box {
    padding: 50px;
    width: 45%;
    border: 1px solid #fff3;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

.vision-main .vision-box p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.vision-main .vision-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.vision-main .vision-box .vision-top h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}


/*=========================
  States Section CSS 
=========================*/

#states-section {
    text-align: center;
    background: url(../images/newsletter_bg_home_4.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

#states-section p {
    color: #6b7078;
    font-weight: 500;
    letter-spacing: 1px;
}

#states-section .sec-heading p {
    text-align: center;
}

.table-container {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 100%;
}

.table-head h2 {
    background-color: #002a5c;
    text-transform: capitalize;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

th,
td {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}

th {
    background-color: #002a5c;
    color: #fff;
    font-weight: bold;
}

/*=========================
  Footer Sec CSS 
=========================*/
footer {
    background-color: #002a5c;
    padding: 80px 0 40px 0;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-form {
    width: 48%;
    border-radius: 20px;
    z-index: 1;
    padding: 10px 30px 50px 30px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.164);
}

.footer-heading h3 {
    color: #fff;
    text-align: left;
    font-size: 34px;
    margin-bottom: 40px;
}

form {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 4%;
}

input,
textarea {
    width: 100%;
    background: none;
    border: none;
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

input[name="Email-id"] {
    width: 48%;
}

input[name="Name"] {
    width: 48%;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid white;
}

textarea {
    resize: none;
    height: 80px;
    align-content: start;
}

.single-msg-2,
.form-control-2 textarea {
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-right {
    width: 48%;
}

.thankyou-footer {
    background-color: #edf6f5;
}
.thankyou-right {
    width: 100%;
}
.thankyou-right .footer-heading h3{
    text-align: center;
    color: #323232;
}
.thankyou-right .footer-contact li {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    color: #323232;
}
.thankyou-right .footer-contact ul {
    color: #323232;
}
.thankyou-right ul li img {
    filter: brightness(0);
}
.thankyou-footer .copy-right p {
    font-size: 18px;
    color: #323232;
    text-align: center;
}
.thankyou-right .footer-contact li a {
    color: #323232;
    font-size: 18px;
}

.thankyou-right .footer-contact p {
    text-align: center;
    color: #323232;
}
.thankyou-footer .copy-right {
    border-top: 1px solid #323232;
}

.footer-contact {
    width: 75%;
}

.footer-contact p {
    padding-bottom: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-links {
    justify-content: center;
    display: flex;
}

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
}

.footer-contact li a {
    color: #fff;
    font-size: 18px;
}

.footer-contact li {
    display: flex;
    align-items: start;
    gap: 20px;
}

.contact-form-head h3 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}

.submit-btn {
    display: inline-block;
    height: fit-content;
    font-size: 16px;
    color: #fff;
    background-color: #4a83fd;
    border: 2px solid #4a83fd;
    border-radius: 0.1em;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.submit-btn:hover {
    color: #4a83fd;
}

.submit-btn::after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.35s;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
}

.submit-btn:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.35s;
}

.copy-right {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #fff;
}

.copy-right p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}



@media (max-width:1366px) {

    .banner-img-1,
    .banner-img-2,
    .banner-img-3,
    .banner-img-4 {
        padding: 219px 0 237px;
    }

}

@media (max-width:1280px) {

    .banner-img-1,
    .banner-img-2,
    .banner-img-3,
    .banner-img-4 {
        padding: 219px 0 237px;
    }

    .banner-slider h1 {
        color: #fff;
        font-size: 5rem;
        text-align: center;
    }

    .our-services-main {
        gap: 17px;
    }

    .footer-right {
        width: 53%;
    }

}

@media (max-width:1024px) {

    .get-btn {
        display: none;
    }

    .navigation-menu .toggle {
        float: right;
        font-size: 0px;
        margin: 0;
        padding: 10px 10px;
        position: absolute;
        right: 10px;
        display: block;
        margin-top: 4px;
    }

    .navigation-menu ul li:hover ul {
        display: none;
    }

    .navigation-menu ul li ul {
        border-top: 1px solid #3333;
    }

    .navigation-menu ul {
        gap: 0px;
    }

    [id^=drop]:checked+ul {
        display: block !important;
    }

    .navigation-menu ul a:hover {
        color: #3339;
    }

    .navigation-menu ul ul {
        position: static;
        height: auto;
    }

    .navigation-menu ul ul {
        background: none;
        box-shadow: none;
    }

    .main-drop-menu {
        display: flex;
        align-items: center;

        img {
            display: none;
        }
    }

    .navigation-menu ul a,
    .navigation-menu ul li {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
    }

    .manu {
        display: block;
        width: 12%;
        display: flex;
        justify-content: end
    }

    .navigation-section .navigation-main {
        justify-content: space-between;
    }

    .navigation-main ul .span-hr {
        display: none;
    }

    .header-part {
        display: none;
    }

    .sub-sec-hed {
        font-size: 40px;
        line-height: 50px;
    }

    .header-section .header-left {
        width: 75%;
    }

    .navigation-menu ul ul li {
        border-bottom: 1px solid #3333;
    }

    .navigation-menu ul ul li a {
        color: #323232;
    }

    .navigation-menu ul ul li a:hover {
        color: #ffff;
        background-color: #e7008a;
    }

    .navigation-menu {
        display: none;
        max-width: 300px;
        height: 100vh;
    }

    .navigation-menu ul {
        flex-direction: column;
        background-color: white;
        padding: 70px 20px 20px;
        max-width: 300px;
        position: relative;
        right: 0;
        z-index: -1;
        overflow-y: auto;
        height: 100vh;
    }

    .active-menu {
        top: 0px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 999999999999999999999;
        background-color: #fff;
        min-width: 300px;
    }

    .close {
        display: block;
    }

    .bar1 {
        position: absolute;
        right: 30px;
        font-size: 40px;
        cursor: pointer;
        color: #323232;
    }

    .navigation-main ul li {
        border-bottom: 1px solid #3333;
        width: 100%;
    }

    .nav-all li:last-child {
        border: none;
    }

    .navigation-main ul li a {
        padding: 10px;
    }

    .navigation-main ul li:last-child {
        border-bottom: none;
    }

    .navigation-menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #666;
        transform-origin: right top;
        transform: scale(0);
        transition: none;
    }

    .navigation-menu ul li a:hover:before {
        color: transparent;
        background-color: transparent;
    }

    .sticky .manu img {
        width: 30px;
        filter: brightness(0);
    }

    .banner-carousel .item img {
        height: 714px;
    }

    .banner-img-1,
    .banner-img-2,
    .banner-img-3,
    .banner-img-4 {
        padding: 189px 0 209px;
    }

    .banner-slider h1 {
        color: #fff;
        font-size: 3rem;
        text-align: center;
    }

    .about-inner-img2 {
        right: -101px;
        bottom: 115px;
        position: absolute;
    }

    .about-right h2 {
        font-size: 2rem;
    }

    .about-text-para {
        padding-top: 20px;
        transform: translateX(52px);
    }

    .about-us {
        padding: 80px 0 60px;
    }

    .bg-circle {
        left: 190px;
        top: 30px;
    }

    .vision-main .vision-box {
        width: 47%;
    }

    .services-cnt {
        width: 49%;
    }

    .table-head h2 {
        font-size: 30px;
    }
}

@media (max-width:900px) {

    .about-us {
        flex-direction: column-reverse;
    }

    .about-right,
    .about-left {
        width: 100%;
    }

    .about-inner-img2 {
        right: 0px;
        bottom: 115px;
        position: absolute;
    }

    .about-inner-img1 {
        text-align: center;
    }

    .bg-circle {
        left: 160px;
        top: 30px;
    }
}

@media (max-width:800px) {

    .sticky,
    .toggle-btn img {
        filter: brightness(1);
    }

    .banner-img-1,
    .banner-img-2,
    .banner-img-3,
    .banner-img-4 {
        padding: 189px 0 129px;
    }

    .banner-img-3 br {
        display: none;
    }

    .banner-slider h1 {
        font-size: 2.5rem;
    }

    .about-inner-img2 {
        right: 30px;
        bottom: 0;
        position: absolute;
    }

    .about-us {
        padding: 50px 0;
    }

    .our-services-cnt {
        width: 100%;
    }

    .card-cnt {
        transform: translateY(90px);
    }

    .vision-main .vision-box .vision-top h3 {
        font-size: 24px;
    }

    #insurance-carriers {
        margin-bottom: 50px;
    }

    #personal-insurance {
        padding-top: 50px;
    }

    #commercial-insurance {
        padding: 50px 0;
    }

    .bg-circle {
        left: 140px;
        top: 30px;
    }

    .footer-heading h3 {
        text-align: center;
    }

    .footer-contact li {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-contact li a {
        text-align: center;
    }

    .footer-contact ul {
        gap: 30px;
    }

    .footer-contact li {
        gap: 10px;
    }

    .footer-main {
        flex-direction: column-reverse;
    }

    .footer-form {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        padding-bottom: 40px;
    }

}

@media (max-width:768px) {

    .vision-main .vision-box {
        width: 49%;
    }

    .about-text-para {
        padding-top: 0px;
        transform: inherit;
        max-width: 100%;
    }

    .about-text-para p {
        padding-bottom: 20px;
    }

    #insurance-section-bg {
        padding: 50px 0;
    }

    .vision-main .vision-box {
        padding: 30px;
    }

    section#our-services,
    #states-section {
        padding: 60px 0;
    }

    .footer-contact p {
        text-align: center;
    }

    .copy-right {
        margin-top: 40px;
        padding-top: 20px;
    }
}

@media (max-width:767px) {

    table {
        font-size: 14px;
    }

    th,
    td {
        padding: 8px;
        font-size: 16px;
    }

    .vision-main .vision-box .vision-top h3 {
        font-size: 24px;
    }

    .bg-circle {
        left: 130px;
        top: 30px;
    }

}

@media (max-width:680px) {

    .main-logo {
        max-width: 100px;
    }

    .banner-slider a {
        padding: 12px 22px;
        font-size: 16px;
    }

    .about-right h2 {
        text-align: center !important;
    }

    .about-text-para {
        padding-top: 0px;
    }

    .sec-heading h2 {
        margin-bottom: 20px;
    }

    #insurance-section-bg {
        padding: 40px 0;
    }

    #our-services {
        padding: 40px 0;
    }

    #states-section {
        padding: 40px 0;
    }

    #commercial-insurance {
        padding: 40px 0;
    }

    #insurance-carriers .slick-initialized .slick-slide {
        overflow: hidden;
    }

    .vision-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .vision-main .vision-box {
        width: 100% !important;
    }

    .bg-circle {
        left: 110px;
        top: 30px;
    }

    .table-head h2 {
        font-size: 20px;
    }

    section#our-services {
        padding: 40px 0;
    }

    .copy-right {
        margin-top: 20px;
        padding-top: 20px;
    }

    footer {
        padding: 60px 0 40px 0;
    }

}

@media (max-width:580px) {

    .banner-slider h1 {
        font-size: 2rem;
    }

    .banner-slider a {
        padding: 12px 24px;
    }

    .bg-circle {
        left: 80px;
        top: 30px;
    }

    #insurance-carriers .slick-initialized .slick-slide {
        min-width: 251px;
    }

    .vision-main .vision-box {
        width: 100%;
    }

    .our-services-cnt h3 {
        font-size: 22px;
    }

    .bg-content,
    .bg-content h4,
    .icon img {
        font-size: 50px;
    }

    footer {
        padding: 40px 0 40px 0;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .footer-contact {
        width: 100%;
        text-align: center;
    }

    .sec-heading p {
        text-align: left;
    }
}

@media (max-width:480px) {

    .main-logo img {
        width: 80px;
    }

    .banner-img-1,
    .banner-img-2,
    .banner-img-3,
    .banner-img-4 {
        padding: 110px 0 49px;
    }

    .banner-slider p {
        letter-spacing: 2px;
        font-size: 16px;
    }

    .banner-slider a {
        padding: 6px 16px;
        font-size: 12px;
        color: #fff;
    }

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

    .banner-slider h1 {
        font-size: 1.6rem;
    }

    .about-right h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .about-text-para p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .about-inner-img2 {
        display: none;
    }

    .about-text-para {
        padding-top: 0px;
        transform: translateX(0px);
        max-width: 100%;
    }

    .about-us {
        padding: 40px 0 40px;
    }

    .our-services-cnt {
        padding: 195px 0;
    }

    .our-services-cnt h3 {
        font-size: 22px;
        bottom: 10px;
        padding: 10px 25px;
    }

    .our-services-cnt:hover .card-cnt {
        transform: translateY(0px);
    }

    .our-services-cnt:hover .card-cnt ul {
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.7s
    }

    .our-services-cnt:hover .card-cnt h3 {
        transform: translateY(0);
    }

    .our-services-cnt:hover .card-cnt ul li {
        display: block;
    }

    .sec-heading h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .sec-head h2 {
        margin-bottom: 20px;
    }

    .footer-contact p {
        text-align: center;
    }

    #insurance-section-bg,
    #our-services,
    #states-section {
        padding: 40px 0;
    }

    #insurance-section-bg .sec-heading h2 {
        margin-bottom: 10px;
    }

    .sec-heading p {
        margin-bottom: 20px;
    }

    .bg-content,
    .bg-content h4,
    .icon img {
        font-size: 42px;
    }

    .bg-circle {
        left: 170px;
        top: 30px;
    }

    .inner-circle::after {
        top: 6px;
    }

    .vision-main .vision-box {
        padding: 20px;
    }

    .card-cnt {
        transform: translateY(0);
        background: linear-gradient(180deg, transparent, #002a5c 75%);
    }

    .card-cnt ul {
        opacity: 1;
        line-height: 1.5;
    }

    .card-cnt ul li {
        position: relative;
    }

    .card-cnt ul li::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #4a83fd94;
        border-radius: 50%;
        left: -20px;
        top: 11px;
    }

    .services-cnt {
        width: 100%;
    }

    table {
        font-size: 12px;
    }

    th,
    td {
        padding: 5px;
    }

    th,
    td {
        padding: 8px;
        font-size: 14px;
    }

    button.submit-btn {
        display: table;
        font-size: 14px;
    }

    .footer-heading h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    input[name="Email-id"] {
        width: 100%;
    }

    input[name="Name"] {
        width: 100%;
    }

    footer {
        padding: 40px 0 40px 0;
    }

    .copy-right p {
        font-size: 17px;
    }

    .thankyou-main h1 {
        font-size: 3rem;
        color: #fff;
        margin-top: 20px;
    }

    .thankyou-main p {
        font-size: 16px;
        color: #fff;
        margin: 20px 0;
        text-align: center;
    }

    .thankyou-banner {
        padding: 150px 0 100px 0;
    }

}

@media (max-width:414px) {

    .banner-slider h1 {
        font-size: 1.4rem;
    }

    .bg-circle {
        left: 130px;
        top: 30px;
    }

    .bg-content,
    .bg-content h4,
    .icon img {
        font-size: 36px;
    }

    .vision-main .vision-box .vision-top h3 {
        font-size: 20px;
    }

    .vision-main .vision-box {
        padding: 30px;
    }

    .copy-right p {
        font-size: 13px;
    }
}

@media (max-width:360px) {

    .banner-btn {
        text-align: center;
        margin-top: 10px;
    }

    .about-right h2 {
        font-size: 1.7rem;
    }

    .about-text-para {
        padding-top: 10px;
    }

    .our-services-cnt {
        padding: 155px 0;
    }

    .our-services-cnt h3 {
        font-size: 26px;
    }

    .sec-heading h2 {
        font-size: 29px;
    }

    .bg-circle {
        left: 111px;
        top: 34px;
    }

    .bg-content,
    .bg-content h4,
    .icon img {
        font-size: 35px;
    }

    .services-cnt h4 {
        font-size: 20px;
    }

    .copy-right p {
        font-size: 12px;
    }

}