@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Francy';
    src: url('../webfonts/Francy-Regular.eot');
    src: local('../webfonts/Francy Regular'), local('Francy-Regular'), url('../webfonts/Francy-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Francy-Regular.woff2') format('woff2'), url('../webfonts/Francy-Regular.woff') format('woff'), url('../webfonts/Francy-Regular.ttf') format('truetype'), url('../webfonts/Francy-Regular.svg#Francy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labora';
    src: url('../webfonts/Labora.eot');
    src: local('../webfonts/Labora'), url('../webfonts/Labora.eot?#iefix') format('embedded-opentype'), url('../webfonts/Labora.woff2') format('woff2'), url('../webfonts/Labora.woff') format('woff'), url('../webfonts/Labora.ttf') format('truetype'), url('../webfonts/Labora.svg#Labora') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mickir';
    src: url('../webfonts/Mickir-ExtraBold.eot');
    src: local('../webfonts/Mickir Extra Bold'), local('Mickir-ExtraBold'), url('../webfonts/Mickir-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mickir-ExtraBold.woff2') format('woff2'), url('../webfonts/Mickir-ExtraBold.woff') format('woff'), url('../webfonts/Mickir-ExtraBold.ttf') format('truetype'), url('../webfonts/Mickir-ExtraBold.svg#Mickir-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mickir';
    src: url('../webfonts/Mickir-Medium.eot');
    src: local('../webfonts/Mickir Medium'), local('Mickir-Medium'), url('../webfonts/Mickir-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mickir-Medium.woff2') format('woff2'), url('../webfonts/Mickir-Medium.woff') format('woff'), url('../webfonts/Mickir-Medium.ttf') format('truetype'), url('../webfonts/Mickir-Medium.svg#Mickir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aminute';
    src: url('../webfonts/Aminute-Regular.eot');
    src: local('../webfonts/Aminute Regular'), local('Aminute-Regular'), url('../webfonts/Aminute-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Aminute-Regular.woff2') format('woff2'), url('../webfonts/Aminute-Regular.woff') format('woff'), url('../webfonts/Aminute-Regular.ttf') format('truetype'), url('../webfonts/Aminute-Regular.svg#Aminute-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}


/* Scrollbar Styling */

 ::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background: var(--blue);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--green);
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Mickir';
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

 :root {
    --orange_gradient: linear-gradient(270deg, rgba(251, 174, 84, 1) 0%, rgba(242, 101, 91, 1) 100%);
    --blue_gradient: linear-gradient(270deg, rgba(122, 203, 184, 1) 0%, rgba(38, 169, 225, 1) 50%, rgba(29, 117, 188, 1) 100%);
    --white: #FFFFFF;
    --green: #57BE88;
    --darkgreen: #00C389;
    --light_green: #7ACBB8;
    --blue: #1D75BC;
    --yellow: #FEDB2A;
    --pink: #F68C58;
    --dark_grey: #A7AAAD;
    --light_balck: #58595B;
}

p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Mickir';
    font-weight: 500;
    color: var(--light_balck);
    letter-spacing: 1px;
}

.comnpadding {
    padding:80px 0;
}

.comntitle {
    font-size: 60px;
    margin-bottom: 25px;
    color: var(--pink);
    letter-spacing: 3px;
    font-family: 'Francy';
}

.comntitle2 {
    font-size: 44px;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-family: 'Aminute';
}

.comntitle span {
    color: var(--green);
}

.blueBTN {
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 10px 30px;
    font-family: 'Francy';
    background: var(--blue);
    color: var(--white);
    border: none;
    border-radius: 20px;
    display: inline-block;
    margin: 15px auto 0;
}

.blueBTN:hover,
.blueBTN:focus {
    background: var(--green);
    color: var(--white);
}


/*-------------------------------------------------------------------------------------*/

.navbar .mob .Serch_BTN {
    display: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header.show {
    background: transparent linear-gradient(270deg, #FAAA55 0%, #F2655B 100%) 0% 0%;
    border-top: 5px solid var(--blue);
    box-shadow: 0px 0px 20px 0px #00000026;
    position: sticky !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky_section 1.2s;
    animation: sticky_section 1.2s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@keyframes sticky_section {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

a.navbar-brand {
    max-width: 220px;
}

.navbar-nav li {
    margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 4px;
    border-radius: 5px;
    background: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Aminute';
    letter-spacing: 3px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    border: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--white);
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .show>.nav-link::before,
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus::before {
    width: 100%;
}

.Serch_BTN {
    color: var(--white);
    font-size: 20px;
    margin-left: 20px;
    border: none;
    background: none;
}

.dropdown-menu {
    background: var(--blue);
    padding: 0;
    border: none;
}

.dropdown-menu li {
    margin-left: 0;
}

.dropdown-item {
    font-size: 16px;
    /* font-family: 'Aminute'; */
    letter-spacing: 3px;
    color: var(--white);
    padding: 7px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--green);
    color: var(--white);
}

button.closebtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--blue);
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 10px;
    opacity: 1;
    font-size: 18px;
}

#exampleModal .modal-body {
    padding: 0;
}

#exampleModal form {
    display: flex;
    background: var(--blue);
    padding: 15px;
}

#exampleModal form input {
    height: 50px;
    padding: 5px 15px;
    border: none;
    background: var(--white);
    border-radius: unset;
    margin-bottom: 0;
}

#exampleModal form button {
    font-size: 20px;
    height: 50px;
    padding: 5px 20px;
    border: none;
    background: var(--green);
    color: var(--white);
    font-weight: bold;
}


/*-------------------------------------------------------------------------------------*/

.banner .row ,
.main_banner .row{
    align-items: center;
}

.banner::before,
.main_banner::before,
footer::before {
    content: "";
    background: url("../images/banner-pattern.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.main_banner,
.banner{
    background: var(--orange_gradient);
    padding: 90px 0 0px 0;
    border-top: 5px solid var(--blue);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main_banner img{
    max-width: 550px;
    width: 100%;
    margin-bottom: -5px;
}
.banner img{
    /* max-width: 480px; */
    margin-bottom: -5px;
    margin: auto;
    display: block;
}
/* .banner {
    background: var(--orange_gradient);
    padding: 150px 0 50px 0;
    border-top: 5px solid var(--blue);
    position: relative;
    z-index: 1;
    overflow: hidden;
} */


.banner_form>span {
    font-size: 60px;
    color: var(--white);
    font-family: 'Aminute';
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.banner_form form {
    max-width: 720px;
    display: flex;
    gap: 30px;
    color: var(--dark_grey);
}

.banner_form form select {
    font-size: 20px;
    height: 60px;
    padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid var(--blue);
    color: var(--light_balck);
    margin-bottom: 0;
}

.banner_zipcode {
    background: var(--blue);
    max-width: 250px;
    width: 100%;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.banner_zipcode::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
}

.banner_zipcode input {
    font-size: 20px;
    height: 60px;
    background: var(--white);
    border: none;
    border-radius: 20px;
    padding: 5px 15px 5px 50px;
    color: var(--dark_grey);
    margin-bottom: 0;
}

.banner_zipcode input::placeholder {
    color: var(--dark_grey);
}

.banner_zipcode button {
    font-size: 20px;
    background: var(--blue);
    color: var(--yellow);
    border: none;
    width: 50px;
}


/*-------------------------------------------------------------------------------------*/

.coverage {
    text-align: center;
}

.coverage_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 50px;
}

.coverage_list li {
    width: 25%;
    margin: 25px 0;
    padding: 0 20px;
}

.coverage_list li img {
    max-height: 140px;
}

.coverage_list p {
    margin-top: 15px;
    text-transform: capitalize;
}


/*-------------------------------------------------------------------------------------*/

.insurance {
    position: relative;
    background: url("../images/blue-shape.png") no-repeat;
    background-size: 100% 100%;
    padding: 150px 0;
    color: var(--white);
}

.insurance .comntitle,
.insurance p {
    color: var(--white);
}

.insurance ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.insurance li {
    width: 30%;
    text-align: center;
}

.insurance li span {
    font-size: 32px;
    color: var(--blue);
    font-family: 'Aminute';
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.insurance li:nth-child(1) span {
    background: url("../images/1.png") no-repeat;
    background-size: 100% 100%;
}

.insurance li:nth-child(2) span {
    background: url("../images/2.png") no-repeat;
    background-size: 100% 100%;
}

.insurance li:nth-child(3) span {
    background: url("../images/3.png") no-repeat;
    background-size: 100% 100%;
}

.insurance li p {
    font-size: 16px;
}

.reliable_coverage {
    position: relative;
    background: url("../images/Orange-shape.png") no-repeat;
    background-size: 100% 100%;
    padding: 180px 0;
    margin-top: -50px;
    color: var(--white);
    /* overflow: hidden; */
}

img.appleimg {
    position: absolute;
    right: 0;
    top: 0px;
    max-width: 680px;
    z-index: 2;
}

.reliable_coverage .comntitle {
    color: var(--white);
}

.apple_icon li {
    position: relative;
    padding-left: 70px;
    margin: 30px 0;
    font-size: 20px;
}

.apple_icon li::before {
    content: "";
    background: url("../images/apple_icon.png") no-repeat;
    /* background-size: 100% 100%; */
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
}

.FAQ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    z-index: -1;
}

.FAQ {
    background: url("../images/pattern-4.png");
    position: relative;
    z-index: 1;
}

.FAQ .comntitle {
    text-align: center;
    color: var(--light_green);
}

#accordionFlushExample {
    margin-bottom: 50px;
}

.accordion-item {
    background: none;
    border: 2px solid var(--green);
}

.accordion-button {
    font-size: 21px;
    color: var(--blue);
    font-weight: 500;
    padding-left: 0;
    background: none;
}

.accordion-button:not(.collapsed) {
    color: var(--green);
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    /* background:url(../images/download.svg) no-repeat; */
    background: none;
    position: absolute;
    right: 5px;
    color: var(--pink);
}

.accordion-button:not(.collapsed)::after {
    background: none;
    transform: rotate(-180deg);
}

.artical_box {
    background: var(--blue);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.artical_box img {
    width: 100%;
    border-radius: 10px;
}

.artical_box span {
    font-size: 18px;
    color: var(--light_green);
    margin: 20px 0 15px;
    display: block;
    letter-spacing: 2px;
    font-family: 'Mickir';
}

.artical_box h4 {
    font-size: 22px;
    color: var(--white);
    margin: 0;
    font-family: 'Aminute';
    letter-spacing: 3px;
}

footer {
    border-top: 5px solid var(--blue);
    background: var(--orange_gradient);
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

footer h6 {
    font-size: 24px;
    font-family: 'Aminute';
    letter-spacing: 3px;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ft_about a {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 7px;
    display: table;
}
.ft_about a:hover{
    color: var(--blue);
}
.ftlogo {
    margin-bottom: 20px;
}

.ft_cotadd address {
    font-size: 18px;
    display: block;
    color: var(--white);
    margin: 10px 0 0 0;
}

.ft_cotadd a {
    font-size: 18px;
    display: table;
    color: var(--white);
    margin: 10px 0 0 0;
}


.copyright{
    background: var(--blue);
    padding: 15px 0;    
    margin-top: 50px;
}
.copyright ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}
.copyright li{
    font-size: 16px;
}
.copyright a:first-child{
    margin: 0;
}
.copyright a {
    font-size: 20px;
    color: var(--white);
    margin-left: 20px;
}
.copyright a:hover{
    color: var(--light_green);
}
/* ==================== Auto insuracne page start here ==================== */

.auto_banner {
    padding: 150px 0;
}

.auto_form {
    width: 80%;
    margin-left: auto;
    background: rgba(0,0,0,0.25);
    color: var(--white);
    border-radius: 20px;
    padding: 30px;
}
label {
    font-size: 16px;
    font-family: 'Aminute';
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
    display: inline-block;
}
select,
input {
    font-size: 16px;
    height: 60px;
    background: var(--white);
    color: #5A5A5A;
    padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid #0077C8;
    margin-bottom: 20px;
}

input::placeholder {
    color: #5A5A5A;
}
select {
    appearance: none;
    position: relative;
    background: url("../images/down-arrow.png") no-repeat #fff;
    background-position: 96% center;
    background-size: 22px;
    padding: 5px 40px 5px 15px;
}
textarea {
    font-size: 16px;
    height: 120px;
    background: var(--white);
    color: #5A5A5A;
    padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid #0077C8;
    margin-bottom: 15px;
    resize: none;
}
.owner {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-left: 15px;
}

.owner>span {
    font-size: 20px;
}

.auto_form .blueBTN {
    background: var(--green);
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.auto_form .blueBTN:hover{
    background: var(--yellow);
    color: var(--light_balck);
}

.auto_form .comntitle {
    font-size: 36px;
    font-family: 'Francy';
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
}
.auto_form .comntitle p{
    color: var(--white);
}
.customized {
    padding: 80px 0 150px;
}

.list_stayle_one {
    width: 80%;
    margin: auto;
}

.list_stayle_one li {
    background: var(--darkgreen);
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.list_stayle_one li:last-child {
    margin-bottom: 0;
}

.list_stayle_one li img {
    object-fit: contain;
}

.right_titel h4 {
    font-size: 34px;
    font-family: 'Francy';
    color: var(--white);
    letter-spacing: 2px;
}

.right_titel p {
    letter-spacing: unset;
    color: var(--white);
}

.afford_car li {
    font-size: 18px;
    /* display: flex; */
    align-items: center;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

.afford_car li:last-child {
    margin-bottom: 0;
}

.afford_car li::before {
    content: "";
    background: url(../images/stayle_icon.png) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.customized .blueBTN {
    margin-top: 50px;
}

.Tailored,
.benifit {
    background: url("../images/blue-shape.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.benifits_img {
    width: 90%;
    margin-left: 8px;
}

.benifits_img img {
    width: 100%;
}

.Tailored::before,
.benifit::before {
    content: "";
    background: url(../images/shape_1.png) no-repeat;
    background-size: 100% 100% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: -1;
}

.benifit .comntitle {
    color: white;
}

.list_stayle_two li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.list_stayle_two li:last-child {
    margin-bottom: 0;
}

.icon_box {
    width: 90px;
    height: 90px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.content_part {
    width: 84%;
}

.content_part h4 {
    font-size: 30px;
    color: var(--white);
    font-family: 'Aminute';
    margin-bottom: 15px;
}

.content_part p {
    color: var(--white);
}

.services_part {
    background: #F3F3F3;
}

.services_part .comntitle {
    text-align: center;
    color: var(--blue);
    margin-bottom: 70px;
}

.list_stayle_three {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.list_stayle_three li {
    width: calc(33% - 30px);
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
}

.list_stayle_three li h4 {
    font-size: 34px;
    font-family: 'Francy';
    color: var(--blue);
    letter-spacing: 2px;
    margin: 30px 0 15px;
}

.list_stayle_three li .btn_linear {
    transition: unset;
}

.list_stayle_three li .btn_linear img {
    vertical-align: -3px;
    padding-left: 15px;
}

.btn_linear {
    font-size: 18px;
    font-family: 'Francy';
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn_linear:hover {
    color: #00C389;
}

.btn_linear:hover img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(83%) saturate(4218%) hue-rotate(127deg) brightness(98%) contrast(101%);
}

.Tailored {
    padding: 200px 0;
}

.Tailored::before {
    background: url(../images/shape_2.png);
    top: 0;
    left: 0;
}

.Tailored .comntitle {
    color: var(--white);
}

.Tailored p {
    color: var(--white);
}

.Tailored .blueBTN {
    background: var(--white);
    color: #5A5A5A;
}

.Tailored .blueBTN:hover {
    background: var(--pink);
    color: var(--white);
}

.tailored_Car {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    max-width: 680px;
}

.medicar_chear {
    right: 6%;
    height: 620px;
}

.FAQ_two {
    background: url(../images/orange-shape-2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -60px;
    padding: 200px 0;
}

.FAQ_two::before {
    display: none;
}

.FAQ_two .comntitle {
    color: var(--white);
    margin-bottom: 70px;
}

#accordionFlushExample2 .accordion-item {
    border-bottom: 0;
}

#accordionFlushExample2 .accordion-button,
#accordionFlushExample2 .accordion-collapse p,
#accordionFlushExample2 .accordion-button.collapsed::after {
    color: var(--white);
}

#accordionFlushExample2 .accordion-button.collapsed {
    background: none;
    color: var(--white);
    border-top: 2px solid var(--white);
    border-radius: unset;
}

#accordionFlushExample2 .accordion-button {
    background: var(--white);
    color: var(--pink);
    padding: 15px;
    border-radius: 10px;
}


/* #accordionFlushExample2 .accordion-item:first-child .accordion-button.collapsed {
    border-top: 0;
} */

#accordionFlushExample2 .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: 2px solid var(--white);
}

.blog_part {
    background: url(../images/pattern-4.png);
}

.blog_part .comntitle {
    color: var(--blue);
    text-align: center;
    margin-bottom: 70px;
}

.list_stayle_four {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.list_stayle_four li {
    width: calc(33% - 30px);
    border-radius: 20px;
    overflow: hidden;
}

.blog_img {
    width: 100%;
}

.blog_img img {
    width: 100%;
}

.car_blog {
    padding: 30px;
    background: #ECECEC;
    transition: .6s;
    border-radius: 0 0 20px 20px;
}

.car_blog:hover {
    background: #0077C8;
}

.name_date {
    display: flex;
    justify-content: space-between;
}

.name_date span {
    font-size: 18px;
    color: #5A5A5A;
    font-family: 'Francy';
    letter-spacing: 1px;
}

.car_blog:hover p,
.car_blog:hover span {
    color: var(--white);
}

.car_blog h5 {
    font-size: 30px;
    color: var(--darkgreen);
    font-family: 'Francy';
    letter-spacing: 1px;
    margin: 15px 0;
}

.car_blog:hover h5,
.car_blog:hover .btn_linear {
    color: var(--yellow);
}

.car_blog .btn_linear {
    color: var(--darkgreen);
    transition: unset;
}

.car_blog .btn_linear img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(83%) saturate(4218%) hue-rotate(127deg) brightness(98%) contrast(101%);
    padding-left: 15px;
}

.car_blog .btn_linear:hover {
    color: var(--blue);
}

.car_blog .btn_linear:hover img {
    filter: unset;
}

.car_blog:hover img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(54%) saturate(3003%) hue-rotate(330deg) brightness(101%) contrast(99%);
}

.blog_part .blueBTN {
    display: table;
    margin: 50px auto 0;
    padding: 10px 50px;
}


/* ==================== Auto insuracne page start here ==================== */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 34px;
    /* padding: 3px; */
    /* background-color: white; */
    border-radius: 50px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    font-size: 16px !important;
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #f1f1f1;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #5A5A5A;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: var(--darkgreen);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
    left: 55px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------*/


/* ==================== About Page End Here ==================== */


.inner_banner {
    background: var(--orange_gradient);
    padding: 150px 0 50px 0;
    border-top: 5px solid var(--blue);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.inner_banner_title{
    font-size: 60px;
    letter-spacing: 3px;
    font-family: 'Francy';
    color: var(--white);
    display: block;
}

.about img{
    border: 5px solid #1d75bc;
    border-radius: 10px;
}

.contact form {
    /* background: #f1f1f1; */
    background: var(--blue);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
}
.contact form label{
    color: var(--white);
}
.contact form .blueBTN {
    background: var(--green);
}
.contact form .blueBTN:hover{
    background: var(--pink);
}

/*=================================================
Css Add 11-11-2024
=================================================*/

.Testimonial .comntitle{
    color: var(--blue);
}
.client_say{
    border: 1px solid var(--blue);
    border-radius: 20px;
    padding: 50px 80px;
    position: relative;
    width: 96%;
    margin:30px auto 0;
    background: var(--white);
}
.client_say p{
    margin: 10px 0;
}
.client_say .top{
    font-size: 30px;
    color: var(--green);
    left: 25px;
    top: 25px;
    position: absolute;
}
.client_say .bottom{
    font-size: 30px;
    color: var(--green);
    right: 25px;
    bottom: 25px;
    position: absolute;
}

/*=================================================
Css Add 19-03-2025
=================================================*/

.list_stayle_three li img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(0%) hue-rotate(116deg) brightness(100%) contrast(90%);
}