@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Barlow: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&family=Cinzel:wght@400..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'asgard';
    src: url(../fonts/asgard.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'asgard';
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}

h2 {
    font-family: 'asgard';
    font-size: 45px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'asgard';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

header {
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #608aa2;
}


.header-logo a img {
    width: 85%;
}


.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec .active {
    position: relative;
}

/*.menuSec .active:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    bottom: -39px;
    animation: shake 2s infinite;
}*/

.theme-btn-1 {
    background: #27d0b0;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 22px;
    border-radius: 50px;
    font-size: 15px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #42d5bb;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* Header Ends */

/* Banner start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_image img {
    width: 95%;
    height: 663px;
    object-fit: contain;
}

/*.banner_text h1 span {
    display: block;
}*/
.banner_text label {
    font-family: 'asgard';
    margin-bottom: 10px;
    padding-left: 130px;
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner_text label:before {
    content: "";
    position: absolute;
    background: #638da5;
    width: 115px;
    height: 2px;
    left: 0;
}

.banner-number h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.banner_text .row {
    margin-top: 20px;
    border-top: 1px solid #6993aa;
    padding-top: 30px;
}

.banner-number p {
    font-family: 'asgard';
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

.bar-happy-family-box ul li span img {
    width: 30px;
    height: 28px;
    object-fit: contain;
}

.bar-happy-family-img {
    background: #4dd5ba;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bar-happy-family-box ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner_image {
    position: relative;
    margin-bottom: -140px;
    text-align: end;
}

.bar-happy-family-box {
    position: absolute;
    background: #f3ede8c4;
    padding: 5px 25px 5px 10px;
    border-radius: 50px;
    right: 0;
    bottom: 40%;
    height: 60px;
}

.bar-happy-family-box ul li {
    color: #000;
    font-weight: 600;
}

.bar-happy-family-box.two {
    right: inherit;
    left: 0;
    bottom: 220px;
}

.bar-happy-family-box.three {
    right: inherit;
    left: 0;
    bottom: 145px;
}

.bar-happy-family-box.four {
    right: inherit;
    left: 0;
    bottom: 70px;
}

.bar-happy-family-box.two ul li span img {
    width: 18px;
    height: 18px;
}

.bar-happy-family-box.three ul li span img {
    width: 18px;
    height: 18px;
}

.bar-happy-family-box.four ul li span img {
    width: 18px;
    height: 18px;
}

.typewriter {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /*border-right: 2px solid #000;*/
    /*animation: typing 5s steps(30, end), blink 0.75s step-end infinite;*/
    margin-bottom: -5px;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.theme-btn-1 {
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    background: linear-gradient(90deg, #48d5ba 0%, #48d5ba 100%);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 0 10px #2558788f;
    transition: transform 0.3s ease;
    z-index: 0;
    overflow: hidden;
    display: block;
    width: fit-content;
}


/* Glowing infinite animation */
/*.theme-btn-1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: linear-gradient(120deg, rgb(40 87 120) 0%, rgb(40 87 120) 50%, rgb(40 87 120) 100%);*/
/*    animation: shine 3s linear infinite;*/
/*    z-index: -1;*/
/*    border-radius: 50%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*}*/

@keyframes shine {
    0% {
        transform: rotate(0deg) translateX(-50%);
    }

    100% {
        transform: rotate(360deg) translateX(-50%);
    }
}

/* Hover effect */
.theme-btn-1:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 0 20px rgba(100, 100, 255, 0.7);
}

/*.text-back {*/
/*    background: linear-gradient(to right, #fff 0, #42d5ba, #255878 33%, #fff 0%);*/
/*    background-position: 0;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    animation: text 7s infinite linear;*/
/*    animation-fill-mode: forwards;*/
/*    -webkit-text-size-adjust: none;*/
/*    text-decoration: none;*/
/*}*/

@keyframes text {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}


/* Banner Ends */

/*About Us Start*/

.about-us-sec {
    padding: 120px 0;
}

.about-us-images img {
    width: 95%;
    height: 655px;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-images {
    text-align: center;
    position: relative;
}

.about-us-images:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 40px;
    transform: rotate(-7deg);
    left: 0;
    top: 0;
    animation: change-background 4s ease infinite;
}

.about-us-text {
    margin-left: 65px;
}

.about-us-text label {
    font-family: 'asgard';
    font-size: 25px;
    color: #27d0b0;
    margin-bottom: 15px;
    padding-left: 130px;
    position: relative;
    display: flex;
    align-items: center;
}

.about-us-our-mission ul li h2 {
    font-size: 35px;
    margin-bottom: 0;
}

.about-us-our-mission ul li img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.about-us-our-mission.chg {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.about-us-our-mission ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.about-us-text label:before {
    content: "";
    position: absolute;
    background: #18d0b1;
    width: 115px;
    height: 2px;
    left: 0;
}

.about-us-button a {
    padding: 15px 30px;
}

.about-us-button {
    margin-top: 25px;
}

.about-us-images:after {
    content: "";
    position: absolute;
    background-image: url(../images/about-us-before.png);
    width: 740px;
    height: 505px;
    background-size: cover;
    left: -100px;
    bottom: 120px;
    z-index: -3;
    /*animation: shake 2s infinite;*/
}

@keyframes change-background {
    0% {
        background: #27d0b0;
    }

    100% {
        background: #255878;
    }

    100% {
        background: #000;
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

/*About Us Ends*/


/*Our services Start*/

.our-services-heading {
    text-align: center;
}

.our-services-heading p {
    width: 60%;
    margin: 0 auto;
}

.our-services-heading h2 {
    margin-bottom: 5px;
}

.our-services-heading label {
    font-size: 22px;
    color: #27d0b0;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.our-services-heading label:before {
    content: "";
    position: absolute;
    background: #27d0b0;
    width: 220px;
    height: 2px;
    left: -240px;
}

.our-services-heading label:after {
    content: "";
    position: absolute;
    background: #27d0b0;
    width: 220px;
    height: 2px;
    right: -240px;
}

.our-services-box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin-top: 35px;
    transition: 0.5s;
}

.our-services-box:hover {
    background: #255878;
    transition: 0.5s;
}

.our-services-box:hover * {
    color: #ffff;
}

.our-services-box:hover span img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(17%) hue-rotate(8deg) brightness(104%) contrast(107%);
}

.our-services-box span img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(67%) saturate(402%) hue-rotate(160deg) brightness(95%) contrast(101%);
    /*animation: shake 1s infinite;*/
}

.our-services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -55px;
}

.our-services-box h2 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
}

.our-services-btn a {
    font-size: 14px;
    padding: 15px 45px;
}

.our-services-box p {
    margin-bottom: 20px;
}

.our-services-sec {
    padding-bottom: 120px;
}

/*Our services Ends*/

/*Insurance Made Simple Start*/

.insurance-made-simple-sec {
    background-image: url(../images/insurance-made-simple-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.insurance-made-simple-sec .container-fluid {
    padding: 0 0 0 70px;
}

.insurance-made-simple-iamges img {
    width: 100%;
    height: 436px;
    object-fit: contain;
    margin-top: -35px;
}

.insurance-made-simple-heading h2 {
    color: #fff;
}

.insurance-made-simple-heading p {
    color: #a1b6c3;
    margin-bottom: 20px;
}

/*Insurance Made Simple Ends*/

/*Why Choose FFJ Insurance Start*/

.why-choose-insurance-box-one {
    background: #255878;
    padding: 30px 25px;
    border-top-left-radius: 15px;
}

.why-choose-insurance-box-one.chg {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0;
    background: #27d0b0;
}

.why-choose-insurance-box-one h2 {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.padding-right {
    padding-right: 0;
}

.padding-left {
    padding-left: 0;
}

.why-choose-insurance-box-one.chg p {
    color: #a9ecdf;
}


.why-choose-insurance-box-one p {
    color: #97afbe;
    margin-bottom: 0;
}

.why-choose-insurance-box-one span img {
    width: 63px;
    height: 63px;
    object-fit: contain;
    /*animation: shake 1s infinite;*/
}

.why-choose-insurance-small-box span img {
    width: 55px;
    height: 50px;
    object-fit: contain;
    /*animation: shake 1s infinite;*/
}

.why-choose-insurance-sec {
    padding: 80px 0;
}

.why-choose-insurance-images img {
    width: 100%;
    height: 492px;
    object-fit: cover;
    border-top-right-radius: 20px;
}

.why-choose-insurance-heading {
    text-align: end;
}

.why-choose-insurance-heading h2 {
    font-size: 40px;
    line-height: 50px;
}

.why-choose-insurance-small-box {
    background: #18d0b1;
    padding: 26.5px 15px;
    margin-top: 11px;
}

.why-choose-insurance-small-box h2 {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.why-choose-insurance-small-box p {
    color: #98e9d9;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.why-choose-insurance-small-box.chg {
    background: #255878;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.why-choose-insurance-small-box.chg h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.why-choose-insurance-small-box.chg p {
    color: #a8bcc9;
}

/*Why Choose FFJ Insurance Ends*/

/* Testimonials Start*/

.testimonials-heading h2 span {
    display: block;
}

.testimonials-heading label {
    color: #27d0b0;
    font-size: 22px;
    font-weight: 500;
    padding-left: 120px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials-sec {
    padding: 35px 0;
}

.testimonials-heading label:before {
    content: "";
    position: absolute;
    background: #18d0b1;
    width: 100px;
    height: 2px;
    left: 0;
}

.testimonials-silder-items ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials-silder-items ul li img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-silder-items ul li h2 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
}

.testimonials-silder-items ul li p {
    margin: 0;
    padding: 0;
    position: inherit;
}

.testimonials-silder-items p:before {
    content: "";
    position: absolute;
    background-image: url(../images/test-silder-items-icon.png);
    width: 33px;
    height: 25px;
    left: 0;
    top: 0;
    background-size: cover;
    /*animation: shake 1s infinite;*/
}

.testimonials-silder-items p {
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 50px;
    position: relative;
    margin-top: 25px;
}

.testimonials-sec .slick-slide {
    margin: 0px 0px;
}

.testimonials-heading {
    margin-bottom: 25px;
}

.testimonials-images {
    width: 90%;
    float: right;
    position: relative;
}

.testimonials-images img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 20px;
    object-position: 61% 100%;
}

.testimonials-images:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 40px;
    transform: rotate(-7deg);
    left: 0;
    top: 0;
    animation: change-background 4s ease infinite;
}

.testimonials-images:after {
    content: "";
    position: absolute;
    background-image: url(../images/testimonials-img-after.png);
    width: 700px;
    height: 433px;
    background-size: cover;
    z-index: -9999;
    left: -115px;
    bottom: 140px;
    /*animation: shake 1s infinite;*/
}

.slick-prev,
.slick-next {

    top: inherit;

    bottom: -100px;
}

.slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    border: 2px solid #27d0b0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #27d0b0 !important;
}

.testimonials-sec .slick-prev {
    left: -5px;
}


.testimonials-sec .slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    border: 2px solid #27d0b0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #27d0b0 !important;
}

.testimonials-sec .slick-next {
    right: inherit;
    left: 60px;
}

.testimonials-sec .slick-next:hover:before {
    background: #18d0b1;
    transition: 0.5s;
    color: #fff !important;
}

.testimonials-sec .slick-prev:hover:before {
    background: #18d0b1;
    transition: 0.5s;
    color: #fff !important;
}

/* Testimonials Ends */

/*Frequently Asked Question Start*/

.frequently-asked-question-sec .row.back {
    box-shadow: 0 0 5px 0 #0000003d;
    border-radius: 15px;
    background: #ffff;
    position: relative;
    z-index: 999;
}

.frequently-asked-question-sec .frequently-asked-question-box {
    background: #255878;
    padding: 30px 30px;
    border-radius: 15px;
    height: 580px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.frequently-asked-question-sec .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 20px;
    border-radius: 15px !important;
}

.frequently-asked-question-sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 20px;
    border-radius: 15px !important;
}

.frequently-asked-question-sec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: inherit;
    box-shadow: inherit;
}

.frequently-asked-question-sec .accordion-body {
    padding: 0 20px 20px;
    color: #7c7c7c;
    font-weight: 600;
    font-size: 14px;
}

.frequently-asked-question-sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.frequently-asked-question-sec .accordion-button::after {
    background-image: inherit !important;
    right: 15px;
    content: "\f067";
    position: absolute;
    font-weight: 900;
    top: 15px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: #000;
}

.were-Here-Help-form h2 {
    font-size: 35px;
    text-align: center;
}

.were-Here-Help-form {
    padding: 30px 20px;
    border-radius: 15px;
}

.frequently-asked-question-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit !important;
    transform: inherit;
    content: "\f068";
}

.were-Here-Help-form input {
    width: 100%;
    height: 58px;
    border: 1px solid #cdcdcd;
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 50px;
    color: #575757;
    font-weight: 600;
}

.were-Here-Help-form select {
    width: 100%;
    height: 58px;
    border: 1px solid #cdcdcd;
    padding: 0 20px;
    border-radius: 50px;
    color: #616161;
    font-weight: 600;
}

.were-Here-Help-form form {
    margin-top: 15px;
}

.were-Here-Help-select {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.were-Here-Help-select-icon {
    position: absolute;
    right: 20px;
    pointer-events: none;
}

.were-Here-Help-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #cdcdcd;
    padding: 15px 20px;
    border-radius: 30px;
    color: #575757;
    font-weight: 600;
    resize: none;
    margin-bottom: 15px;
}

.were-Here-Help-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 58px;
}

.frequently-asked-question-sec {
    margin-top: 80px;
    margin-bottom: -50px;
}

/*Frequently Asked Question Ends*/

/*Footer Start*/

.footer-sec {
    background: #292929;
    padding-top: 120px;
}

.footer-logo a img {
   width: 140px;
}

.footer-top-row {
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    padding: 5px 0;
}

.footer-top-row h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
}

.footer-top-row ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-bottom: 0;
}

.footer-top-row ul li a {
    border: 1px solid #27d0b0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    /*animation: shake 1s infinite;*/
    transition: 0.5s;
}

.footer-top-row ul li a:hover {
    background: #285778;
    transition: 0.5s;
}


.footer-center-row h2 {
    font-size: 20px;
    color: #ffffff;
}

.ftr-quick-link {
    padding: 30px 0;
    margin: 20px 0;
}

.ftr-quick-link ul li a {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 600;
}

.ftr-quick-link ul {
    column-count: 2;
    width: 80%;
    line-height: 35px;
}

.ftr-contact-info {
    padding: 30px 0;
    margin: 20px 0;
    position: relative;
}

.ftr-contact-info ul li a {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ftr-contact-info ul li a span {
    line-height: 20px;
    margin-top: 10px;
}

.ftr-contact-info:after {
    content: "";
    position: absolute;
    background: #545454;
    width: 1px;
    height: 100%;
    top: 0;
    right: 50px;
}

.ftr-contact-info ul li a i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}

.ftr-contact-info ul {
    line-height: 35px;
}

.ftr-subscribe-newsletter h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.ftr-subscribe-newsletter {
    padding: 30px 0;
    margin: 20px 0;
}

.ftr-contact-info:before {
    content: "";
    position: absolute;
    background: #545454;
    width: 1px;
    height: 100%;
    left: -90px;
    top: 0;
}

.ftr-subscribe-newsletter input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
    font-weight: 600;
    border: none;
}

.ftr-subscribe-newsletter button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

.footer-bottom-row p {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-bottom-row {
    border-top: 1px solid #545454;
    padding: 20px 0;
    text-align: center;
}


/*Footer Ends*/

/*Inner Services Start*/

.inner-banner-sec {
    background-image: url(../images/inner-banner-back.png);
    width: 100%;
    height: 650px;
    background-size: cover;
    overflow: hidden;
    display: flex
;
    align-items: center;
    padding-top: 210px;
}


.inner-banner-heading h2 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}

.our-services-sec.inner {
    padding: 100px 0;
}

.our-services-sec.inner .our-services-box {
    margin-bottom: 30px;
}

.our-services-sec.inner .our-services-box h2 {
    font-size: 18px;

}


/*Inner Services Ends */

/*Inner Services Detail Start*/


.services-detail-sec {
    padding: 100px 0;
}

.services-detail-images img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.services-detail-text {
    margin-left: 5px;
}

.blog-detail-sec {
    padding: 100px 0;
}

.blog-detail-images img {
    width: 100%;
    height: 494px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-detail-images h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.blog-detail-images label {
    color: #8d8d8d;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}


/*Inner Services Detail Ends */

/*Get A Quote Start*/

.get-a-quote-sec {
    padding: 100px 0;
}

.get-a-quote-images {
    width: 95%;
}

.get-a-quote-images img {
    width: 100%;
    height: 604px;
    object-fit: cover;
    border-radius: 20px;
}

.get-a-quote-heading h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.get-a-quote-heading h3 {
    font-size: 25px;
    color: #7c7c7c;
    font-weight: 400;
    margin-bottom: 15px;
}

.get-a-quote-form input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #c9c7c7;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 15px;
}

.get-a-quote-form select {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #c9c7c7;
    color: #7c7c7c;
    font-weight: 500;
}

.get-a-quote-form input::placeholder {

    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 15px;
}

.get-a-quote-form textarea::placeholder {

    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 15px;
}

.get-a-quote-form textarea {
    width: 100%;
    height: 150px;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #c9c7c7;
    color: #7c7c7c;
    font-weight: 500;
    resize: none;
}

.get-a-quote-form ul li input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

.get-a-quote-form ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #858585;
    font-weight: 500;
    margin-top: 20px;
}

.get-a-quote-form-button button {
    padding: 15px 100px;
}

.get-a-quote-form-button {
    margin-top: 20px;
}

/*Get A Quote Ends*/


/*Frequently Asked Question Start*/


.frequently-asked-question-sec.inner {
    margin: 0 0;
    padding: 80px 0;
}

.frequently-asked-question-sec.inner .frequently-asked-question-box {
    background: none !important;
}

.frequently-asked-question-sec.inner .accordion-item {

    background: #f2f2f2;
}

.frequently-asked-question-sec.inner .accordion-button {
    background: #f2f2f2;
}

.frequently-asked-question-sec.inner .frequently-asked-question-box h2 {
    font-size: 45px;
    text-align: center;
    color: #000;

}

.frequently-asked-question-sec.inner .accordion {
    margin-top: 40px;
}

/*Frequently Asked Question Ends*/


/* Inner Contact Us Start*/

.contact-us-sec {
    margin: 100px 0;
}

.contact-us-form-button {
    text-align: center;
}

.contact-us-form-button button {
    margin: 0 auto;
}

.contact-us-form-button button {
    text-align: center;
}

.contact-us-images img {
    height: 520px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.contact-us-sec .row.back {
    box-shadow: 0 0 20px 0 #00000021;
    border-radius: 20px;
}

.contact-us-form {
    padding: 30px 25px;
}

.contact-us-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    height: 50px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    padding: 0 10px;
}

.contact-us-form-select {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-us-form-select-icon i {
    color: #807c88;
}

.contact-us-form-select-icon {
    position: absolute;
    right: 0;
}

.contact-us-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    height: 100px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    resize: none;
    padding: 0 10px;
}

.contact-us-form textarea::placeholder {

    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    resize: none;
}

.contact-us-form input::placeholder {

    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    resize: none;
}

.contact-us-form select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
    padding: 0 10px;
}

.contact-us-form-button button {
    padding: 18px 80px;
}


/* Inner Contact Us Ends*/

/*Inner blog Start*/


.inner-blog-sec {
    padding: 100px 0;
}

.inner-blog-box h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.inner-blog-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.inner-blog-box ul li {
    color: #666666;
    font-weight: 700;
    font-size: 15px;
}

.inner-blog-box img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-blog-box.two img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    object-position: 100% 20%;
}

.inner-blog-box.two {
    margin-top: 30px;
}

.inner-blog-box.two.chg {
    margin-top: 0;
    margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.testimonials-sec.about {
    padding-bottom: 100px;
}

/*Inner blog Ends*/

/*Inner About Us Start*/

.inner-about-us-row {
    margin-top: 80px;
}

.inner-about-us-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}

.inner-about-us-box ul li h2 {
    font-size: 25px;
    margin-bottom: 0;
}

.inner-about-us-box {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 40px;
}

.inner-about-us-box.chg {
    margin-top: 30px;
    padding-bottom: 0;
    border: none;
}

/*Inner About Us Ends*/

.about-us-text ul li {
    list-style: none;
}



@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    header {
    padding: 10px 0;
}

img.img-fluid.main-banner-img {
    height: 900px;
}

h2 {
    font-size: 39px;
}

.about-us-text ul li {
    list-style: none;
}

.our-services-box h2 {
    height: 50px;
}

}










@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .menuSec ul li a {
    padding: 10px;
}
.testimonials-images:after {
    width: 100%;
}
.theme-btn-1 {
    font-size: 13px;
}

header {
    padding: 10px 0;
}

img.img-fluid.main-banner-img {
    height: 850px;
}

.banner_text h1.text-back {
    font-size: 35px !important;
    line-height: 1.3 !important;
}

.banner_text label {
    font-size: 28px;
}

.banner_text p {
    font-size: 15px;
}

.bar-happy-family-box {}

span.typewriter {
    font-size: 13px;
}
h2 {
    font-size: 30px;
    line-height: 1.2;
}

.about-us-text ul li {list-style: none;}

.about-us-our-mission ul li h2 {
    font-size: 30px;
}

.our-services-box h2 {
    font-size: 16px;
}

.insurance-made-simple-iamges img {
    height: 390px;
    object-fit: cover;
}

.why-choose-insurance-box-one {
    padding: 24px 20px;
}

.why-choose-insurance-heading h2 {line-height: 1.2;}
.inner-banner-heading h2 {
    font-size: 50px;
}
.get-a-quote-heading h2 {
    font-size: 50px;
}

}








@media only screen and (min-width: 992px) and (max-width: 1199px){
    header{
    padding: 5px 0;
}
.menuSec ul li a {
    padding: 10px 7px;
    font-size: 14px;
}

header .col-lg-3.col-md-3.col-12 {
}

header .theme-btn-1 {
    padding: 11px 14px;
    font-size: 12px;
}
.banner_text h1.text-back {
    font-size: 37px !important;
    line-height: 1.2;
}

img.img-fluid.main-banner-img {
    height: 750px;
}

.banner_text p {
    font-size: 12px;
    line-height: 20px;
}

.banner_text label {
    font-size: 20px;
    padding-left: 40px;
}

.banner_text label:before {
    width: 60px;
    left: -30px;
}

.banner-number h2 {
    font-size: 30px;
}

.banner_text p {
    font-size: 14px;
}
.bar-happy-family-img {
    width: 40px;
    height: 40px;
}

.bar-happy-family-box.two ul li span img, .bar-happy-family-box ul li span img, .bar-happy-family-box.three ul li span img, .bar-happy-family-box.four ul li span img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.typewriter {
    font-size: 11px;
    margin: 0;
}

.bar-happy-family-box ul li {
    line-height: 1;
}

.bar-happy-family-box {
    height: auto;
}

.bxxx {
    position: static;
}
.bar-happy-family-box {
    margin-bottom: 10px;
    margin-top: -116px;
    width: fit-content;
    z-index: 99;
}
.banner_image img.img-fluid {
    height: 610px;
}
 h2 {
    font-size: 29px;
    line-height: 1.3;
}

.about-us-text ul li {
    list-style: none;
}

.about-us-our-mission ul li h2 {
    font-size: 30px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

.our-services-heading p {
    margin-bottom: 10px;
}


.our-services-row .col-lg-3.col-md-3.col-12 {
    width: 50%;
}

.insurance-made-simple-iamges img {
    height: 400px;
    object-fit: cover;
}

.why-choose-insurance-heading h2 {
    font-size: 29px;
    line-height: 1.2;
}

.why-choose-insurance-box-one h2 {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.why-choose-insurance-small-box h2 {
    font-size: 16px;
    line-height: 1.2;
}

.why-choose-insurance-small-box p {
    font-size: 12px;
    line-height: 20px;
}

.why-choose-insurance-box-one {
    padding: 29px 10px;
}

.why-choose-insurance-heading p {
    font-size: 10px;
}  
 .about-us-images:after {
    width: 470px;
    height: 300px;
}   
 .testimonials-images img {
    height: 500px;
}

.testimonials-images:after {
    height: 300px;
    object-fit: contain;
    width: 100%;
    left: -70px;
}   
.were-Here-Help-form h2 {
    font-size: 23px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 17px;
}

.frequently-asked-question-sec .accordion-button {
    font-size: 12px;
    line-height: 1.2;
}

.frequently-asked-question-sec .accordion-button::after {
    right: 3px;
}

.frequently-asked-question-sec .accordion-body p {
    font-size: 10px;
}    
    
 .were-Here-Help-form h2 {
    font-size: 33px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 27px;
}

.frequently-asked-question-sec .accordion-button {
    font-size: 13px;
    line-height: 1.2;
}

.frequently-asked-question-sec .accordion-button::after {
    right: 3px;
}

.frequently-asked-question-sec .accordion-body p {
    font-size: 11px;
}
.ftr-quick-link ul li a {
    font-size: 14px;
}

.ftr-contact-info:before {
    left: -50px;
}

.ftr-contact-info:after {
    right: 20px;
}

.ftr-subscribe-newsletter h2 {
    font-size: 12px;
    margin-bottom: 10px;
}
.why-choose-insurance-images img {height: 620px !important;}   
.inner-banner-heading h2 {
    font-size: 40px;
}    
  .get-a-quote-heading h2 {
    font-size: 40px;
}

.get-a-quote-heading h3 {
    font-size: 20px;
} 
    
  
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    header{
    padding: 5px 0;
}
.menuSec ul li a {
    padding: 10px 5px;
    font-size: 11px;
}

header .col-lg-3.col-md-3.col-12 {
    padding: 0;
}

header .theme-btn-1 {
    padding: 10px 10px;
    font-size: 10px;
}
.banner_text h1.text-back {
    font-size: 27px !important;
    line-height: 1.2;
}

img.img-fluid.main-banner-img {
    height: 700px;
}

.banner_text p {
    font-size: 12px;
    line-height: 20px;
}

.banner_text label {
    font-size: 20px;
    padding-left: 40px;
}

.banner_text label:before {
    width: 60px;
    left: -30px;
}

.banner-number h2 {
    font-size: 30px;
}

.banner_text p {
    font-size: 11px;
}
.bar-happy-family-img {
    width: 40px;
    height: 40px;
}

.bar-happy-family-box.two ul li span img, .bar-happy-family-box ul li span img, .bar-happy-family-box.three ul li span img, .bar-happy-family-box.four ul li span img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.typewriter {
    font-size: 11px;
    margin: 0;
}

.bar-happy-family-box ul li {
    line-height: 1;
}

.bar-happy-family-box {
    height: auto;
}

.bxxx {
    position: static;
}
.bar-happy-family-box {
    position: static !important;
    margin-bottom: 10px;
    margin-top: -116px;
}
.banner_image img {
    height: 310px;
}
.banner_image img.img-fluid {margin-top: -200px;margin-bottom: 300px;}
 h2 {
    font-size: 20px;
    line-height: 1.3;
}

.about-us-text ul li {
    list-style: none;
}

.about-us-our-mission ul li h2 {
    font-size: 30px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

.our-services-heading p {
    margin-bottom: 10px;
}


.our-services-row .col-lg-3.col-md-3.col-12 {
    width: 50%;
}

.insurance-made-simple-iamges img {
    height: 300px;
    object-fit: cover;
}

.why-choose-insurance-heading h2 {
    font-size: 19px;
    line-height: 1.2;
}

.why-choose-insurance-box-one h2 {
    font-size: 13px;
    margin: 10px 0 10px 0;
}

.why-choose-insurance-small-box h2 {
    font-size: 12px;
    line-height: 1.2;
}

.why-choose-insurance-small-box p {
    font-size: 12px;
    line-height: 20px;
}

.why-choose-insurance-box-one {
    padding: 19px 10px;
}

.why-choose-insurance-heading p {
    font-size: 10px;
}  
 .about-us-images:after {
    width: 470px;
    height: 300px;
}   
 .testimonials-images img {
    height: 500px;
}

.testimonials-images:after {
    height: 300px;
    object-fit: contain;
    width: 100%;
    left: -70px;
}   
.were-Here-Help-form h2 {
    font-size: 23px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 17px;
}

.frequently-asked-question-sec .accordion-button {
    font-size: 12px;
    line-height: 1.2;
}

.frequently-asked-question-sec .accordion-button::after {
    right: 3px;
}

.frequently-asked-question-sec .accordion-body p {
    font-size: 10px;
}    
    
 .were-Here-Help-form h2 {
    font-size: 23px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 17px;
}

.frequently-asked-question-sec .accordion-button {
    font-size: 12px;
    line-height: 1.2;
}

.frequently-asked-question-sec .accordion-button::after {
    right: 3px;
}

.frequently-asked-question-sec .accordion-body p {
    font-size: 10px;
}
.ftr-quick-link ul li a {
    font-size: 11px;
}

.ftr-contact-info:before {
    left: -40px;
}

.ftr-contact-info:after {
    right: 0;
}

.ftr-subscribe-newsletter h2 {
    font-size: 12px;
    margin-bottom: 10px;
}
 .inner-banner-heading h2 {
   font-size: 34px;
}

.inner-banner-sec {
    padding-top: 150px;
    height: auto;
}  
.get-a-quote-heading h2 {
    font-size: 30px;
}

.get-a-quote-heading h3 {
    font-size: 16px;
    line-height: 1;
}    
    
    
    
    
    
    
    
    
    
    
}

























@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
header {
    position: static;
}


.header-logo a img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.menusec-btn {
    justify-content: center;
    margin-bottom: 10px;
}


.main-banner-img {
    height: 900px;
}

.banner_text h1.text-back {
    font-size: 30px !important;
    line-height: 1.2;
}

section.main_slider .col-lg-6.col-md-6.col-12 {
    width: 50%;
}

.banner_text p {
    font-size: 11px;
    line-height: 19px;
}

.banner_text label {
    padding: 0;
    font-size: 16px;
}

.bxxx {
   padding: 50px 0 !important;
}

.banner_image {
    margin: 0;
    text-align: center;
    margin-top: 10px;
}

.bar-happy-family-box.two {
    position: static;
}

.bar-happy-family-box {
    position: static;
    width: 100%;
    margin-bottom: 10px;
}

.typewriter {
    display: block;
}

.banner_image img {
    display: none;
}
.about-us-images img {
    height: 300px;
}

.about-us-text {
    margin: 0;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
}

.about-us-text label {
    margin: 30px 0;
}

.about-us-text ul li {
    list-style: none;
}

.about-us-our-mission ul li h2 {
    font-size: 27px;
}
.about-us-sec {
    padding-bottom: 60px;
}

 .our-services-heading p {
    width: 100%;
}
.our-services-heading label {
    margin-bottom: 10px;
}   
 .insurance-made-simple-sec .container-fluid {
    padding: 0 20px;
}

.insurance-made-simple-sec {
    padding: 20px 0;
}

.insurance-made-simple-iamges img {
    height: 240px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}   
 .padding-right {
    padding: 0;
}

.why-choose-insurance-images img {
    height: 400px !important;
}

.why-choose-insurance-heading {
    text-align: center;
}

.why-choose-insurance-heading h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 4px;
}

.padding-left {
    padding: 0;
}

.why-choose-insurance-small-box.chg {
    margin: 0;
    padding: 20px 20px;
}

.testimonials-heading label {
    font-size: 19px;
}

.testimonials-heading h2 {
    font-size: 21px;
}   


.testimonials-images img {
    height: 300px;
}

.testimonials-images {
    float: unset;
    margin: 0 auto;
    display: block;
} 

.testimonials-images:after {
    display: none;
}
.testimonials-silder-items {
    margin-bottom: 30px;
}
.were-Here-Help-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.frequently-asked-question-sec .frequently-asked-question-box h2 {
    font-size: 23px;
    line-height: 1.3;
}
.footer-logo a img {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.footer-top-row ul {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ftr-contact-info:after {
    display: none;
}

.ftr-subscribe-newsletter h2 {
    margin: 20px 0;
}

.ftr-subscribe-newsletter {
    padding: 0;
}

.ftr-quick-link {
    padding: 0;
}

.ftr-contact-info {
    padding: 0;
}

.about-us-images:after {
    display: none;
}


.our-services-heading label:after {
    width: 80px;
    right: -90px;
}

.our-services-heading label:before {
    width: 80px;
    left: -90px;
}
.inner-banner-heading h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.inner-banner-sec {
    padding-top: 90px;
    height: auto;
}

.inner-banner-heading img {
    height: 300px;
    margin: 0 auto;
    display: block;
}

.inner-blog-box img {
    height: 400px;
    margin-bottom: 20px;
}

.inner-blog-box h2 {
    font-size: 17px;
    margin: 20px 0;
}
.contact-us-form-button button {
    padding: 14px 24px;
    margin-top: 20px;
}

.get-a-quote-images img {
    height: 400px;
}

.get-a-quote-heading h2 {
    font-size: 24px;
    margin: 20px 0;
}

.get-a-quote-heading h3 {
    font-size: 20px;
}
.slicknav_nav a:hover {
    background: linear-gradient(90deg, #48d5ba 0%, #48d5ba 100%);
    color: #fff;
}

}













