@font-face {
    font-family: "friends-black";
    src: url("../fonts/FRIENDS-BLACK.woff2") format("woff2"), url("../fonts/FRIENDS-BLACK.woff") format("woff"), url("../fonts/FRIENDS-BLACK.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "friends-bold";
    src: url("../fonts/FRIENDS-ULTRABOLD.woff2") format("woff2"), url("../fonts/FRIENDS-ULTRABOLD.woff") format("woff"), url("../fonts/FRIENDS-ULTRABOLD.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "friends-semi-bold";
    src: url("../fonts/FRIENDS-SEMIBOLD.woff2") format("woff2"), url("../fonts/FRIENDS-SEMIBOLD.woff") format("woff"), url("../fonts/FRIENDS-SEMIBOLD.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "friends-regular";
    src: url("../fonts/FRIENDS-REGULAR.woff2") format("woff2"), url("../fonts/FRIENDS-REGULAR.woff") format("woff"), url("../fonts/FRIENDS-REGULAR.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "friends-light";
    src: url("../fonts/FRIENDS-ULTRALIGHT.woff2") format("woff2"), url("../fonts/FRIENDS-ULTRALIGHT.woff") format("woff"), url("../fonts/FRIENDS-ULTRALIGHT.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "friends-thin";
    src: url("../fonts/FRIENDS-THIN.woff2") format("woff2"), url("../fonts/FRIENDS-THIN.woff") format("woff"), url("../fonts/FRIENDS-THIN.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "FredokaOne";
    src: url("../fonts/FredokaOne.ttf") format("truetype");
    font-display: swap
}

::-webkit-scrollbar {
    width: 14px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey
}

::-webkit-scrollbar-thumb {
    background: #e47928;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #40772e
}

.dropdown-menu.show::-webkit-scrollbar {
    width: 12px
}

.dropdown-menu.show::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(110, 110, 110)
}

.dropdown-menu.show::-webkit-scrollbar-thumb {
    background: #0c42e9;
    border-radius: 8px
}

.dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #b10052
}

.motorcycle-insurance p a {
    color: #0c42e9 !important
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #0c42e9
}

::selection {
    color: rgb(255, 255, 255);
    background: #0c42e9
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important
}

#main {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px #a1a1a1
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

ul {
    margin: 0 !important;
    padding: 0 !important
}

a {
    text-decoration: none
}

.dropdown-menu ul {
    list-style-type: none !important
}

input:focus-visible {
    border: 0;
    outline: 0
}

.pink-bg {
    background-color: #0c42e9
}

.green-bg {
    background-color: #00517e
}

.white-bg {
    background-color: #ffffff
}

.pink-color {
    color: #0c42e9 !important
}

.green-color {
    color: #e47928 !important
}

.black-color {
    color: #000000
}

.l-black-color {
    color: #353535 !important
}

.white-color {
    color: #ffffff
}

.no-break {
    white-space: nowrap
}

.main-heading {
    color: #353535;
    font-family: "friends-semi-bold";
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase
}

.blog-detail .content-bar .blog-key-description h2 {
    color: #353535;
    font-family: "friends-semi-bold";
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase
}

.main-heading-two {
    font-size: 24px
}

.blog-detail .content-bar .blog-description h3 {
    color: #353535;
    font-family: "friends-semi-bold";
    font-size: 30px;
    text-align: center;
    margin-bottom: 0
}

.para, .blog-detail .key ul li, .blog-detail .key ol li, .blog-detail .content-bar .blog-description p, .blog-detail .side-bar ol li a, .blog-detail .side-bar ul li a, .get-cinco .form-control {
    color: #353535;
    font-family: "friends-regular";
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.section-gap {
    margin: 80px 0
}

.padding-gap {
    padding: 50px 0
}

.light-gray-bg {
    background-image: url("orbit-images/universal/light-gray-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.font-regular {
    font-family: "friends-regular" !important
}

.top-bar {
    background-color: #0c42e9;
    padding: 3px 0
}

.top-bar-for-mobile {
    display: none
}

.top-bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top-bar .content .link a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: all ease-in-out .3s;
    font-family: "friends-semi-bold"
}

.top-bar .content .link a:hover {
    color: #e47928
}

.top-bar .content .link a i {
    margin-right: 4px;
    font-size: 13px
}

.main-header {
    background-color: #ffffff
}

.my-nav-bar {
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 11
}

.fixed-header {
    transition: all .3s ease-in-out;
    position: fixed !important;
    top: -30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    max-width: 1600px
}

.no-scroll {
    overflow: hidden
}

.header-bg {
    background-color: #0000005c;
    transition: all ease-in-out .3s
}

.page-name {
    color: #0c42e9 !important;
    font-family: "friends-semi-bold";
    font-size: 14px;
    padding: 0 12px !important;
    transition: all ease-in-out .3s
}

.page-name:hover {
    color: #e47928 !important
}

.logo-image {
    width: 130px;
    padding: 0;
    margin: 0 25px
}

.logo-mobile {
    display: none
}

.dekstop-navbar {
    width: 100%
}

.my-btn {
    background-color: #200ce9;
    border: 3px solid #200ce9;
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: "friends-semi-bold";
    font-size: 15px;
    transition: all ease-in-out .3s
}

.my-btn:hover {
    background-color: transparent;
    color: #200ce9
}

.pink-btn {
    background-color: #0c42e9;
    border: 3px solid #0c42e9
}

.pink-btn:hover {
    background-color: transparent;
    color: #000000
}

.my-btn i {
    margin-left: 8px;
    font-size: 15px
}

.mobile-navbar-btn, .mobile-navbar-btn-close {
    background-color: #0c42e9;
    border: 2px solid #0c42e9;
    height: 35px;
    width: 35px;
    position: relative;
    border-radius: 6px;
    transition: all ease-in-out .3s
}

.mobile-navbar-btn-close {
    background-color: #e47928;
    border: 2px solid #e47928;
    transition: all ease-in-out .3s
}

.mobile-navbar-btn:hover, .mobile-navbar-btn-close:hover {
    background-color: #00000000;
    border: 2px solid #0c42e9
}

.mobile-navbar-btn i, .mobile-navbar-btn-close i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-btns {
    display: none
}

.dropdown-menu.show {
    background-color: #e47928;
    box-shadow: 0 0 15px 0 #00000080
}

a.dropdown-item {
    color: #fff;
    font-family: "friends-regular"
}

.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #ffffff !important
}

.my-nav-bar .dropdown-menu.show {
    border-radius: 12px
}

.my-nav-bar .dropdown-menu.show ul {
    width: 100%
}

.my-nav-bar .dropdown-menu.show ul li {
    font-size: 13px
}

.banner {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.office-locations-banner {
    z-index: -1
}

.banner .content h1 {
    color: #ffffff;
    margin: 0 0;
    text-align: center;
    font-size: 50px;
    font-family: "friends-bold";
    text-transform: uppercase
}

.no-cta-banner {
    font-size: 60px !important;
    padding-top: 70px
}

.banner .content {
    margin-top: 0 !important
}

.banner-form .content .field .dropdown-icon {
    font-size: 15px;
    color: #0c42e9;
    position: absolute;
    top: 54%;
    left: 270px;
    transform: translate(0%, -50%)
}

.banner .banner-form, .banner .why {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin-right: auto;
    margin-left: auto
}

.banner .why {
    width: 80%
}

.banner-form {
    margin-right: auto;
    margin-left: auto;
    width: 68% !important
}

.banner .banner-form {
    width: 65% !important
}

.banner-form .content {
    padding: 10px;
    background: linear-gradient(0deg, rgba(95, 170, 70, 1) 0%, rgba(208, 255, 192, 1) 100%);
    border-radius: 200px
}

.banner-form .content .field label {
    position: absolute;
    top: -22px;
    color: #0c42e9;
    font-family: "friends-semi-bold";
    font-size: 16px
}

.banner-form .content .field {
    position: relative;
    height: 70px;
    width: 100%;
    margin: auto auto
}

.banner-form .content .field .side {
    width: 8%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    height: 55px;
    background-color: #0c42e9;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.banner-form .content .field .input-field {
    width: 300px !important;
    padding: 6px 20px 0 40px;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0%, -50%);
    height: 55px;
    background-color: #ffffff;
    border: 0;
    border-radius: 7px;
    color: #000;
    font-family: "friends-semi-bold";
    font-size: 13px
}

.banner_form_two .content {
    box-shadow: 2px 2px 20px #00000066, inset 2px 2px 20px #00000066, -2px -2px 20px #00000030;
    text-align: center
}

.banner_form_two .round-btn {
    width: 100% !important;
    padding: 7px 10px !important;
    border-radius: 8px !important
}

.select-box {
    width: 300px !important;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0%, -50%);
    z-index: 9;
    height: 55px;
    background-color: #ffffff;
    border: 0;
    border-radius: 7px;
    color: #000;
    font-family: "friends-semi-bold";
    font-size: 13px
}

.select2-container--default .select2-selection--multiple {
    padding: 6px 20px 0 40px !important;
    height: 55px;
    background-color: #ffffff !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: 4px 4px 6px 0 #0000008a;
    color: #000;
    font-family: "friends-regular";
    font-size: 15px
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder, .banner-form .content .field .input-field::placeholder {
    color: #7a7a7a;
    font-family: "friends-semi-bold";
    font-size: 13px
}

.select2-container--default .select2-search--inline .select2-search__field {
    cursor: pointer
}

.select2-container--default .select2-selection--multiple {
    cursor: pointer !important
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 17px !important
}

li.select2-selection__choice {
    padding-left: 0 !important
}

button.select2-selection__choice__remove {
    display: none
}

.select2-dropdown {
    background-color: white;
    border: 0;
    border-radius: 0;
    margin: 10px 0
}

.select2-results__option--selectable {
    color: #000;
    font-family: "friends-regular";
    font-size: 13px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0c42e9 !important;
    color: white
}

li.select2-selection__choice {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #0c42e9 !important;
    color: #ffffff;
    font-size: 13px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding-bottom: 0 !important;
    padding-top: 10px !important
}

.select2-container {
    width: 300px !important;
    top: 50%;
    left: 6%;
    transform: translate(0%, -50%)
}

.banner-form .content .field .icon {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    width: 20px
}

.banner-form .content .field .line {
    position: absolute;
    top: 76%;
    left: 10%;
    transform: translate(0%, -50%);
    width: 250px;
    height: .8px;
    background-color: black;
    z-index: 9
}

.banner-form .content form .round-btn {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 3px solid #071d91;
    background-color: #E40C71;
    color: #fff;
    font-size: 17px;
    font-family: "friends-semi-bold";
    line-height: 17px;
    transition: all ease-in-out .5s
}

.banner-form .content form .round-btn:hover {
    border: 3px solid #0c42e9;
    background-color: #071d91;
    box-shadow: inset 0 0 15px 0 #00000056
}

.logos .content-bottom .logo-img {
    height: 60px;
    width: 250px;
    margin: auto
}

.our-products .box {
    background-color: #ffffff;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0 0 15px 0 #0000008f;
    padding: 65px 20px 20px 20px;
    position: relative;
    height: 300px;
    margin: 10px 0
}

.our-products .box-2 {
    height: 350px
}

.what-types .box {
    height: 340px;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important
}

.what-types .box .para {
    font-size: 16px !important
}

.our-products .box .icon-box {
    background: linear-gradient(0deg, rgba(254, 197, 96, 1) 0%, rgba(228, 121, 40, 1) 100%);
    height: 100px;
    width: 100px;
    border-radius: 100px;
    padding: 25px;   
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translate(-50%, 0%)
}

.our-products .box a h3, .our-products .box h3 {
    font-family: "friends-semi-bold";
    font-size: 18px;
    margin-bottom: 5px;
    transition: all ease-in-out .3s
}

.our-products .box a h3:hover, .our-products .box h3:hover {
    color: #0c42e9 !important
}

.our-products .box .line {
    width: 50%;
    margin: 0 auto 18px auto;
    height: 3px
}

.what-types .box .line {
    margin: 0 auto 0 auto !important
}

.our-products .box p {
    font-family: "friends-regular";
    font-size: 15px;
    margin-bottom: 0
}

.our-products .box p a {
    color: #e47928 !important;
    text-decoration: none !important
}

.our-products .box p a:hover {
    color: #0c42e9 !important;
    text-decoration: none !important
}

.what .box {
    background-color: #ffffff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 0 30px -10px #00000096;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px solid #e47928;
    padding: 20px;
    margin: 10px 0
}

.what .box .icon-image {
    height: 60px;
    width: 60px;
    margin: 0 auto 10px auto
}

.what .box h3 {
    font-family: "friends-semi-bold";
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.what .box h4 {
    font-family: "friends-semi-bold";
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.main-home .what .box h3 {
    text-transform: capitalize !important
}

.main-home .what .box h4 {
    text-transform: capitalize !important
}

.why {
    background-image: url("orbit-images/universal/why-people-bg.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover
}

.why .content-left .box .image {
    height: 50px;
    width: 50px;
    margin: 0 auto 10px auto
}

.why .content-left .box p {
    text-align: center;
    margin-bottom: 0;
    font-family: "friends-semi-bold";
    font-size: 20px
}

.why .content-left .box {
    width: 50%
}

.why .content-left .box-one {
    margin-left: auto
}

.why .content-left .box-two {
    margin-left: auto;
    margin-right: auto
}

.why .content-left .box-three {
    margin-left: auto
}

.why .content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.why .content-right .big-car {
    width: 400px;
    margin: auto
}

.why .field {
    position: relative;
    height: 70px;
    width: 100%;
    margin: auto auto
}

.why .field .input-field {
    width: 100% !important;
    padding: 12px 20px 0 60px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    height: 100%;
    background-color: #ffffff;
    border: 2px solid #0c42e9;
    border-radius: 7px;
    box-shadow: 0 0 6px 0 #0000008a;
    color: #000;
    font-family: "friends-semi-bold";
    font-size: 15px
}

.why .field .icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    width: 30px
}

.why .field .line {
    position: absolute;
    top: 80%;
    left: 5%;
    transform: translate(0%, -50%);
    width: 90%;
    height: .5px;
    background-color: black
}

.why .field .find-btn {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0%, -50%);
    background-color: #0c42e9;
    border: 0;
    padding: 8px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "friends-semi-bold";
    font-size: 13px;
    line-height: 13px;
    transition: all ease-in-out .3s
}

.why .field .find-btn:hover {
    background-color: #e47928
}

.why .field .field-and-btn {
    padding: 12px 150px 0 60px
}

.why .field .field-and-line {
    width: 66%
}

.why .bottom-field {
    background-image: url("orbit-images/universal/why-field-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.reviews .slides-parent {
    display: flex;
    width: 3000px;
    align-self: start;
    animation: 35000ms linear 0s infinite normal none running slideAnimation
}

@keyframes slideAnimation {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.reviews .slides-parent:hover {
    animation-play-state: paused
}

.reviews .slides-parent .slide {
    background: #ffffff;
    height: 300px;
    width: 350px;
    box-shadow: rgba(0, 0, 0, .06) 0 1px 8px 0, rgba(0, 0, 0, .16) 0 31px 30px -18px;
    border-radius: 10px;
    padding: 20px;
    box-sizing: content-box;
    margin: 15px
}

.reviews .slides-parent .slide .profile-and-name {
    display: flex;
    align-items: center
}

.reviews .slides-parent .slide .profile-and-name .profile {
    height: 85px;
    width: 85px
}

.reviews .slides-parent .slide .profile-and-name .name-and-designation {
    margin-left: 15px
}

.reviews .slides-parent .slide .profile-and-name .name-and-designation p {
    margin: 0;
    font-size: 16px;
    font-family: "friends-semi-bold"
}

.reviews .slides-parent .slide .profile-and-name .name-and-designation p:nth-child(1) {
    color: #e47928
}

.reviews .slides-parent .slide .profile-and-name .name-and-designation p:nth-child(2) {
    color: #070707
}

.reviews .slides-parent .slide .review {
    color: #070707;
    font-size: 16px;
    font-family: "friends-regular";
    margin: 15px 0 0 0
}

.accordion-item {
    background-color: transparent !important;
    border-top: 1px solid #0c42e9 !important;
    border-bottom: 1px solid #0c42e9 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 2px solid #0c42e9 !important
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom: 2px solid #0c42e9 !important
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.accordion-button:not(.collapsed) {
    color: #e47928 !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.accordion-button::after {
    background-image: url("orbit-images/universal/plus.svg") !important;
    width: 10px !important;
    height: 10px !important;
    background-size: 10px !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("orbit-images/universal/arrow.svg") !important;
    transform: rotate(0deg) !important
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important
}

.accordion-button {
    color: #e47928 !important;
    background-color: transparent !important;
    font-family: "friends-semi-bold" !important;
    font-size: 18px !important
}

.accordion-body {
    color: #000000 !important;
    font-family: "friends-regular" !important;
    font-size: 18px !important
}

.city-sec .city-box {
    position: relative;
    width: 100%;
    margin: 10px 0;
    transition: all ease-in-out .3s;
    height: 250px
}

.city-sec .city-box img {
    object-fit: cover;
    border-radius: 14px
}

.city-sec .city-box .overlay {
    background: linear-gradient(180deg, rgba(217, 217, 217, .1) 36.96%, #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    transition: all ease-in-out .3s
}

.city-sec .city-box:hover .overlay {
    background: linear-gradient(180deg, rgba(217, 217, 217, .1) 36.96%, #0c42e9 100%)
}

.city-sec .city-box p {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: #ffffff;
    font-size: 18px;
    font-family: "friends-semi-bold"
}

.city-sec .my-btn {
    background-color: #0c42e9;
    border-color: #0c42e9
}

.city-sec .my-btn:hover {
    background-color: transparent;
    color: #000000
}

footer .footer-logo {
    width: 180px;
    margin: 0 auto 0 0
}

.before_footer .footer-logo {
    width: 250px;
    margin: 0 auto
}

.footer_text {
    font-size: 14px;
    font-family: "friends-semi-bold"
}

.icon-list p i {
    color: #e47928;
    font-size: 20px;
    margin-right: 10px
}

.icon-list p {
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center
}

footer {
    border-bottom: 1px solid rgb(217, 224, 233)
}

.after_footer {
    background-color: #0c42e9
}

.after_footer p {
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-family: "friends-regular";
    font-size: 15px
}

.after_footer p a {
    text-decoration: none;
    color: #fff;
    margin: 0 10px
}

.after_footer_pages p {
    color: #e47928
}

.after_footer_pages p a {
    color: #000;
    transition: all ease-in-out .3s
}

.after_footer_pages p a:hover {
    color: #e47928
}

.after_footer_pages {
    background-color: #eff6ec;
    padding: 16px 0
}

footer .footer-heading {
    font-size: 17px;
    font-family: "friends-semi-bold"
}

footer p {
    font-family: "friends-regular";
    font-size: 15px;
    margin-bottom: 6px
}

footer p a {
    color: #111111;
    transition: all ease-in-out .3s;
    text-decoration: none
}

footer p a:hover {
    color: #e47928
}

footer .footer-bottom-heading .footer-info {
    text-align: center;
    margin: 0 auto;
    padding: 0 6px 4px 6px;
    width: fit-content;
    border-bottom: 2px solid #0c42e9;
    font-family: "friends-semi-bold";
    font-size: 20px
}

footer .social-icons a i {
    font-size: 25px;
    margin: 0 5px;
    color: #538C35;
    transition: all ease-in-out .2s
}

footer .social-icons a img {
    width: 25px;
    margin-top: -6px
}

footer .social-icons a i:hover, footer .social-icons a img:hover {
    color: #0c42e9
}

footer .icon-list-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

footer .icon-list-parent .icon-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

footer .icon-list-parent .icon-list a {
    text-align: center;
    text-decoration: none;
    color: #538C35;
    transition: all ease-in-out .2s
}

footer .icon-list-parent .icon-list a:hover {
    color: #0c42e9
}

footer .icon-list-parent .icon-list a i {
    font-size: 20px
}

footer .icon-list-parent .icon-list a p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-family: "friends-regular"
}

footer .for-dekstop .my-col {
    width: 20%
}

.about-company .content-bottom h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "friends-semi-bold"
}

.about-company .content-bottom p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #353535;
    font-family: "friends-regular"
}

.vision .content-bottom p {
    margin-bottom: 0;
    font-size: 18px;
    color: #353535;
    font-family: "friends-regular"
}

.get .content-bottom p {
    margin-bottom: 0;
    font-size: 18px;
    color: #353535;
    font-family: "friends-regular"
}

.get .content-bottom h3 {
    text-align: center;
    font-family: "friends-semi-bold";
    font-size: 22px;
    margin-bottom: 10px
}

.get .content-bottom .cinco-link .image {
    height: 40px;
    width: 40px;
    margin: 0 auto 10px auto
}

.get .content-bottom .cinco-link a p {
    text-align: center
}

.form-box {
    box-shadow: 0 0 15px 0 #00000070;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(95, 170, 70) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(95, 170, 70) 95%);
    border-radius: 20px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.form-box h3 {
    color: #353535;
    font-size: 22px;
    font-family: "friends-semi-bold";
    margin: 15px 0 10px 0
}

.form-box form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.form-box form .one-line {
    width: 100%;
    display: flex;
    gap: 20px
}

.form-box form .input-field {
    border: 1px solid #200ce9;
    padding: 8px 14px;
    width: 100%;
    margin: 10px 0;
    font-family: "friends-regular";
    font-size: 15px;
    color: #000000
}

.form-box form .input-field:focus-visible {
    outline: 0;
    border-radius: 0
}

.form-box form .my-btn {
    text-align: center;
    background-color: transparent;
    color: #000000;
    margin: 10px 0;
    border: 3px solid #0c42e9
}

.form-box form .my-btn:hover {
    background-color: #0c42e9;
    color: #ffffff
}

.form-box form .input-field::placeholder, .get-cinco .form-control::placeholder {
    font-family: "friends-regular";
    font-size: 14px;
    color: #353535;
    opacity: 50%
}

.get-cinco .form-control::placeholder {
    opacity: 100%
}

.contact-box {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 #00000080;
    border-bottom: 8px solid #200ce9;
    padding: 30px
}

.contact-box .content-top h3 {
    margin: 0 auto 30px auto;
    font-size: 30px;
    font-family: "friends-semi-bold"
}

.contact-box .content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.contact-box .content-bottom .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.contact-box .content-bottom a {
    text-decoration: none
}

.contact-box .content-bottom a p {
    color: #353535;
    font-size: 18px;
    font-family: "friends-semi-bold";
    text-align: center;
    transition: all ease-in-out .3s;
    margin: 0
}

.contact-box .content-bottom a p:hover {
    color: #0c42e9
}

.view-office-btn {
    border: 1px solid #200ce9 !important;
    font-size: 12px !important;
    padding: 4px 8px !important
}

.select2-container--default .select2-results__option--selected {
    background-color: #200ce9 !important
}

.x-logo:hover .hover-image {
    opacity: 0
}

.x-logo:hover {
    background-image: url('../images/x-twitter-brands-solid-pink.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.nav-link.page-name .my-btn {
    border: 2px solid #200ce9;
    padding: 6px 8px;
    font-size: 12px;
    transition: all ease-in-out .3s
}

.nav-link.page-name .my-btn:hover {
    background-color: transparent;
    border: 2px solid #200ce9;
    color: #200ce9
}

.dekstop-navbar {
    padding-left: 50px
}

select, select option {
    color: #000000 !important
}

select:invalid, select option[value=""] {
    color: #999999 !important
}

.bg-none {
    background: none !important
}

.my-table-responsive .row {
    display: flex;
    justify-content: center;
    min-width: 600px
}

.bg-right-circle {
    background-image: url(../images/bg-right-circle.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain
}

.bg-left-circle {
    background-image: url(../images/bg-left-circle.webp);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain
}

.bg-right-left-circle {
    background-image: url(../images/bg-right-circle.webp), url(../images/bg-left-circle.webp);
    background-position: center right, center left;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain
}

.my-border-bottom {
    border-bottom: 3px solid #e47928 !important
}

.how-much .para span {
    border: 2px solid #200ce9;
    border-radius: 100px;
    padding: 0 7px;
    margin-right: 7px
}

.point-line {
    display: flex;
    align-items: flex-start
}

.point {
    border: 2px solid #200ce9;
    border-radius: 100px;
    padding: 0 8px;
    margin-right: 8px
}

.get-a-free .para a {
    color: #0c42e9 !important
}

.office-locator-map .box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    gap: 10px !important;
    background-color: #ffffff !important;
    border: 3px solid #e47928 !important;
    border-radius: 22px !important;
    padding: 15px !important;
    height: 430px !important
}

.office-locator-map .box .image {
    width: 100% !important
}

.office-locator-map .box .content {
    width: 100% !important
}

.office-locator-map .box .content .location {
    color: #0c42e9 !important;
    font-family: "friends-bold" !important;
    font-size: 16px !important;
    transition: all ease-in-out .3s !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important
}

.office-locator-map .box .content .location:hover {
    color: #e47928 !important
}

.office-locator-map .box .content .btn-group {
    margin: 10px 0 !important
}

.office-locator-map .box .content .directions h2 {
    color: #e47928 !important;
    font-family: "friends-semi-bold" !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    transition: all ease-in-out .3s !important;
    text-decoration: none !important;
    margin-top: 10px !important
}

.office-locator-map .box .content a {
    text-decoration: none !important
}

.office-locator-map .box .content .directions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    transition: all ease-in-out .3s !important
}

.office-locator-map .box .content .directions h2:hover {
    color: #0c42e9 !important
}

.office-locator-map .box .content .directions .image {
    width: 18px !important;
    height: 18px !important
}

.blog-dot {
    font-size: 10px;
    margin-right: 8px
}

.banner .content p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 190px
}

.banner .content p.first {
    bottom: 220px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

ul.breadcrumb {
    // background: linear-gradient(0deg, rgba(95, 170, 70, 1) 0%, rgba(208, 255, 192, 1) 100%) !important;
    top: 80px !important;
    z-index: 1 !important;
    width: 100%;
    max-width: 1600px !important;
    padding-left: 250px !important
}

ul.breadcrumb li {
    display: flex !important;
    align-items: center !important;
    font-size: 13px !important
}

ul.breadcrumb li a {
    font-family: "friends-regular" !important;
    color: #004400 !important
}

ul.breadcrumb li:last-child a {
    font-family: "friends-semi-bold" !important
}

ul.breadcrumb li a:hover {
    color: #004400 !important
}

ul.breadcrumb li+li:before {
    color: #004400 !important
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: " \003E"
}

ul.breadcrumb li a {
    text-decoration: none !important
}

ul.breadcrumb li a:hover {
    text-decoration: underline !important
}

.selected-options {
    position: relative
}

span.more-indicator {
    position: absolute;
    right: -20px
}

.before_footer {
    background-color: #e4792830;
    border-bottom: 1px solid rgb(217, 224, 233);
    border-top: 1px solid rgb(217, 224, 233)
}

.before_footer a {
    text-decoration: none
}

.before_footer p a {
    text-decoration: none;
    color: #000;
    transition: all ease-in-out .3s
}

.before_footer .my-row {
    display: flex;
    gap: 12%
}

.before_footer .my-row .my-col {
    width: 44%;
    display: flex;
    flex-direction: column
}

.my-row-two {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5%
}

.my-col-two {
    width: 30%
}

.before_footer h2 {
    font-family: "friends-semi-bold";
    color: #0c42e9;
    font-size: 26px;
    text-align: center
}

.before_footer p {
    font-family: "friends-regular";
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
    text-align: center
}

.before_footer p a:hover {
    color: #e47928
}

.before_footer button {
    transition: all ease-in-out .3s;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-family: "friends-regular";
    color: #0c42e9;
    font-size: 16px
}

.before_footer button:hover {
    color: #e47928
}

.before_footer button i {
    margin-left: 12px
}

@media (max-width:2560px) {}

@media (max-width:1920px) {}

@media (max-width:1600px) {}

@media (max-width:1400px) {}

@media (max-width:1366px) {
    .our-products .box a h3, .our-products .box h3 {
        font-size: 15px
    }

    .banner .banner-form {
        width: 70% !important
    }

    .banner-form {
        width: 74% !important
    }

    ul.breadcrumb {
        padding-left: 215px !important
    }

    .my-col-two {
        width: 21%
    }

    .before_footer p {
        font-size: 13px
    }
}

@media (max-width:1280px) {
    .select2-container--default .select2-selection--multiple {
        padding: 6px 20px 0 40px !important;
        height: 55px
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        padding-top: 10px !important
    }

    .banner .banner-form {
        width: 75% !important
    }

    .banner-form {
        width: 75% !important
    }

    ul.breadcrumb {
        padding-left: 175px !important
    }
}

@media (max-width:1200px) {
    .main-heading {
        font-size: 32px
    }

    .main-heading-two {
        font-size: 20px
    }

    .blog-detail .content-bar .blog-description h3 {
        font-size: 22px
    }

    .para, .blog-detail .key ul li, .blog-detail .key ol li, .blog-detail .content-bar .blog-description p, .blog-detail .side-bar ol li a, .blog-detail .side-bar ul li a, .get-cinco .form-control {
        font-size: 16px
    }

    .banner .content h1 {
        font-size: 38px
    }

    .banner .banner-form {
        width: 90% !important
    }

    .banner-form {
        width: 90% !important
    }

    .no-cta-banner {
        font-size: 46px !important;
        padding-top: 50px
    }

    .why .content-left .box .image {
        height: 40px;
        width: 40px
    }

    .why .content-left .box p {
        font-size: 16px
    }

    footer .footer-logo {
        width: 150px
    }

    footer .social-icons a i {
        font-size: 20px;
        margin: 0 5px
    }
}

@media (max-width:1100px) {
    .padding-gap {
        padding: 40px 0
    }

    .banner-form .content .field .line {
        width: 200px
    }

    .banner .why {
        width: 100%
    }

    .dekstop-navbar {
        padding-left: 60px
    }

    .page-name {
        font-size: 12px;
        padding: 0 8px !important
    }

    .logos .content-bottom .logo-img {
        height: 50px;
        width: 200px
    }

    .our-products .box {
        padding: 60px 20px 20px 20px
    }

    .our-products .box .icon-box {
        height: 80px;
        width: 80px;
        padding: 20px;
        top: -42px
    }

    .our-products .box a h3, .our-products .box h3 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .our-products .box p {
        font-size: 13px
    }

    .why .content-right .big-car {
        width: 300px
    }

    .why .field .field-and-btn {
        padding: 12px 120px 0 60px
    }

    .why .field .field-and-line {
        width: 62%
    }

    .accordion-button {
        font-size: 16px !important
    }

    .accordion-body {
        font-size: 16px !important
    }

    .city-sec .city-box p {
        font-size: 16px
    }

    footer .footer-heading {
        font-size: 16px
    }

    footer p {
        font-size: 13px
    }

    .about-company .content-bottom h3 {
        font-size: 20px
    }

    .get .content-bottom h3 {
        font-size: 20px
    }

    .about-company .content-bottom p {
        font-size: 16px
    }

    .vision .content-bottom p {
        font-size: 16px
    }

    .get .content-bottom p {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    ul.breadcrumb {
        padding-left: 115px !important
    }
}

@media (max-width:991px) {
    .section-gap {
        margin: 60px 0
    }

    .dekstop-navbar {
        padding-left: 0
    }

    .top-bar .content .link a {
        font-size: 12px
    }

    .top-bar .content .link a i {
        font-size: 12px
    }

    .logo-mobile {
        display: block
    }

    .logo-image {
        width: 150px;
        padding: 0;
        margin: 0
    }

    .mobile-navbar {
        width: 50%;
        margin-left: -50%;
        height: 100vh;
        transition: all ease-in-out .6s;
        position: fixed;
        top: 86px;
        left: 0;
        z-index: 9;
        backdrop-filter: blur(10px);
        background-color: #f1f1f1
    }

    .nav-item {
        padding: 10px 0
    }

    .nav-btns {
        display: flex;
        align-items: center
    }

    .mobile-navbar-btn {
        display: block
    }

    .mobile-navbar-btn-close {
        display: none
    }

    .my-nav-bar .dropdown-menu.show {
        border-radius: 0;
        overflow: auto
    }

    .my-btn {
        font-size: 13px
    }

    .my-btn i {
        margin-left: 6px;
        font-size: 13px
    }

    .banner .banner-form {
        width: 100% !important
    }

    .banner-form {
        width: 100% !important
    }

    .banner-form .content .field .input-field {
        padding: 12px 10px 0 40px !important;
        width: 230px !important
    }

    .select-box {
        width: 230px !important
    }

    .banner-form .content .field .dropdown-icon {
        left: 200px
    }

    .select2-container {
        width: 230px !important
    }

    .banner-form .content form .round-btn {
        font-size: 16px;
        line-height: 16px
    }

    .select2-container--default .select2-selection--multiple {
        padding: 12px 10px 0 40px !important
    }

    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 6px !important
    }

    .what .box .icon-image {
        height: 60px;
        width: 60px
    }

    .what .box h3 {
        font-size: 17px
    }

    .what .box h4 {
        font-size: 17px
    }

    .why .field .field-and-line {
        width: 59%
    }

    .accordion-button {
        font-size: 15px !important
    }

    .accordion-body {
        font-size: 15px !important
    }

    footer .for-dekstop .my-col {
        width: 33.3%
    }

    footer .footer-logo {
        width: 150px
    }

    .before_footer .footer-logo {
        width: 200px
    }

    footer .social-icons a {
        margin: 0 6px
    }

    footer .social-icons a i {
        font-size: 20px;
        margin: 0 5px
    }

    footer .social-icons a img {
        width: 18px;
        margin-top: 4px
    }

    footer .footer-bottom-heading .footer-info {
        border-bottom: 2px solid #0c42e9;
        font-size: 16px
    }

    footer .icon-list-parent .icon-list a i {
        font-size: 20px
    }

    footer .icon-list-parent {
        gap: 15px
    }

    footer .icon-list-parent .icon-list a p {
        font-size: 14px
    }

    .about-company .content-bottom h3 {
        font-size: 18px
    }

    .get .content-bottom h3 {
        font-size: 18px
    }

    .about-company .content-bottom p {
        font-size: 14px
    }

    .vision .content-bottom p {
        font-size: 14px
    }

    .get .content-bottom p {
        font-size: 14px
    }

    .get .content-bottom .cinco-link .image {
        height: 30px;
        width: 30px
    }

    .form-box {
        padding: 50px 20px
    }

    .form-box h3 {
        font-size: 18px
    }

    .form-box form .input-field::placeholder, .get-cinco .form-control::placeholder {
        font-size: 13px
    }

    .form-box form .input-field {
        font-size: 14px
    }

    .contact-box .content-top h3 {
        margin: 0 auto 20px auto;
        font-size: 20px
    }

    .contact-box .content-bottom .icon {
        width: 50px;
        height: 50px
    }

    .contact-box .content-bottom a p {
        font-size: 15px
    }

    .para, .blog-detail .key ul li, .blog-detail .key ol li, .blog-detail .content-bar .blog-description p, .blog-detail .side-bar ol li a, .blog-detail .side-bar ul li a, .get-cinco .form-control {
        font-size: 14px
    }

    .city-sec .city-box {
        height: 220px
    }

    ul.breadcrumb {
        padding-left: 105px !important
    }

    .my-col-two {
        width: 46%
    }

    .before_footer h2 {
        font-size: 22px
    }

    .after_footer p {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .mobile-navbar {
        width: 70%;
        margin-left: -70%
    }

    ul.breadcrumb {
        padding-left: 40px !important
    }
}

@media (max-width:576px) {
    ul.breadcrumb {
        display: none
    }

    .main-heading, .blog-detail .content-bar .blog-key-description h2 {
        font-size: 26px
    }

    .main-heading-two {
        font-size: 16px
    }

    .blog-detail .content-bar .blog-description h3 {
        font-size: 18px
    }

    .section-gap {
        margin: 50px 0
    }

    .para, .blog-detail .key ul li, .blog-detail .key ol li, .blog-detail .content-bar .blog-description p, .blog-detail .side-bar ol li a, .blog-detail .side-bar ul li a, .get-cinco .form-control {
        font-size: 13px
    }

    .city-sec .city-box {
        height: 200px
    }

    .my-table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .top-bar {
        display: none;
        padding: 4px 0;
        background-color: #e47928
    }

    .top-bar-for-mobile {
        display: block
    }

    .top-bar .content {
        flex-direction: column
    }

    .mobile-navbar {
        width: 100%;
        margin-left: -100%;
        top: 55px
    }

    .fixed-header {
        top: 0
    }

    .banner .content h1 {
        font-size: 28px
    }

    .no-cta-banner {
        font-size: 40px !important;
        padding-top: 0
    }

    .banner-form .content {
        padding: 10px;
        width: 340px;
        margin: auto;
        border-radius: 30px
    }

    .select2-container {
        width: 290px !important
    }

    .banner-form .content .field .input-field {
        padding: 12px 10px 0 50px !important;
        width: 290px !important
    }

    .select-box {
        width: 290px !important;
        z-index: 10
    }

    .options-list {
        z-index: 10
    }

    .select-box+.line {
        z-index: 10 !important
    }

    .select2-container--default .select2-selection--multiple {
        padding: 12px 10px 0 50px !important
    }

    .banner-form .content form .round-btn {
        margin-top: 10px
    }

    .banner-form .content .field label {
        font-size: 14px
    }

    .banner-form .content .field .dropdown-icon {
        font-size: 16px;
        right: 15%
    }

    .our-products .box {
        margin: 10px auto;
        width: 50%;
        height: 250px
    }

    .our-products .box-2 {
        height: 300px
    }

    .what-types .box {
        height: 300px
    }

    .what .box {
        width: 270px;
        margin: 10px auto
    }

    .why .content-right .big-car {
        width: 60%
    }

    .why .car-stratch {
        padding-left: 0;
        padding-right: 0
    }

    .why .content-left .box-two {
        margin-left: 0;
        margin-right: auto
    }

    .why .field .icon {
        left: 8%
    }

    .why .field .input-field {
        width: 90% !important;
        padding: 12px 20px 0 60px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .why .field .line {
        left: 8%;
        width: 84%
    }

    .why .field .find-btn {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 130%;
        width: 140px
    }

    .why .bottom-field {
        background-image: url("../images/mobile-banner-form-bg.webp")
    }

    .accordion-button {
        font-size: 14px !important
    }

    .accordion-body {
        font-size: 13px !important
    }

    footer .footer-heading {
        font-size: 15px
    }

    footer p {
        font-size: 12px
    }

    footer .icon-list-parent {
        flex-direction: column
    }

    footer .for-dekstop .my-col {
        width: 50%
    }

    footer .icon-list-parent .icon-list a {
        display: flex;
        gap: 6px
    }

    .about-company .content-bottom h3 {
        text-align: center
    }

    .about-company .content-bottom p {
        text-align: center;
        font-size: 13px
    }

    .vision .content-bottom p {
        text-align: center;
        font-size: 13px
    }

    .get .content-bottom p {
        text-align: center;
        font-size: 13px
    }

    .form-box form .one-line {
        gap: 10px
    }

    .banner-form .content .field .line {
        width: 75%
    }

    .view-office-btn {
        font-size: 13px !important
    }

    .contact-box .content-bottom .icon {
        width: 40px;
        height: 40px
    }

    .banner .content p {
        bottom: 370px
    }

    .banner .content p.first {
        bottom: 395px
    }

    .faq .accordion-button {
        gap: 10px
    }

    .before_footer .my-row {
        flex-direction: column;
        gap: 0
    }

    .before_footer .my-row .my-col {
        width: 100%
    }

    .footer_text {
        font-size: 12px
    }

    .icon-list p {
        font-size: 13px
    }

    .icon-list p i {
        font-size: 15px;
        margin-right: 6px
    }

    .after_footer p {
        font-size: 13px
    }

    footer .social-icons a i {
        font-size: 15px;
        margin: 0 0
    }

    footer .social-icons a {
        margin: 0 4px
    }

    .banner .why {
        bottom: 50px
    }
}

@media (max-width:450px) {
    .our-products .box {
        width: 60%
    }

    .why .field .input-field {
        padding: 12px 20px 0 50px
    }
}

@media (max-width:430px) {}

@media (max-width:414px) {
    .our-products .box {
        width: 70%
    }
}

@media (max-width:390px) {
    .banner-form .content {
        width: 280px
    }

    .select2-container {
        width: 230px !important
    }

    .banner-form .content .field .input-field, .select-box {
        width: 230px !important
    }
}

@media (max-width:375px) {
    .main-heading, .blog-detail .content-bar .blog-key-description h2 {
        font-size: 22px
    }

    .main-heading-two {
        font-size: 14px
    }

    .blog-detail .content-bar .blog-description h3 {
        font-size: 16px
    }

    .banner .content h1 {
        font-size: 24px
    }

    .no-cta-banner {
        font-size: 37px !important
    }

    .banner-form .content .field {
        height: 60px
    }

    .banner-form .content .field .side {
        height: 45px
    }

    .banner-form .content .field .input-field, .select-box {
        height: 45px
    }

    .select2-container--default .select2-selection--multiple {
        height: 45px
    }

    .banner-form .content .field .icon {
        width: 20px
    }

    .banner .content p {
        bottom: 340px
    }

    .banner .content p.first {
        bottom: 385px
    }
}

@media (max-width:320px) {
    .main-heading, .blog-detail .content-bar .blog-key-description h2 {
        font-size: 20px
    }

    .main-heading-two {
        font-size: 13px
    }

    .banner .content h1 {
        font-size: 22px
    }

    .no-cta-banner {
        font-size: 35px !important
    }

    .our-products .box {
        width: 80%
    }

    .why .field .icon {
        width: 25px
    }

    .why .field .input-field {
        padding: 12px 20px 0 40px
    }

    .why .field .input-field {
        font-size: 12px
    }

    .why .field {
        height: 60px
    }
}

.why .field .find-btn {
    transition: all ease-in-out .5s
}

.why .field .find-btn:hover {
    box-shadow: inset 0 0 0 30px #e47928, inset 0 0 0 40px #0c42e9, inset 0 0 0 50px #e47928, inset 0 0 0 60px #0c42e9
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative
}

.nav-link.page-name {
    display: inline-block
}

.dropdown-toggle-icon {
    cursor: pointer;
    margin-left: 5px
}

.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0c42e9;
    transition: visibility .2s, opacity .2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.nav-item.dropdown.hover-open:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:768px) {
    .nav-item.dropdown.hover-open:hover .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
}

.why-is-new .my-col:nth-child(1) .box {
    margin-right: auto !important
}

.why-is-new .my-col:nth-child(2) .box {
    margin-left: auto !important
}

.why-is-new .my-col:nth-child(4) .box {
    margin-right: auto !important;
    margin-left: auto !important
}

.why-is-new .my-col:nth-child(6) .box {
    margin-right: auto !important
}

.why-is-new .my-col:nth-child(7) .box {
    margin-left: auto !important
}

.why-is-new .box p {
    text-align: center;
    margin-bottom: 0;
    font-family: "friends-semi-bold";
    font-size: 18px
}

.why-is-new .image .big-car {
    width: 270px !important
}

@media (max-width:1200px) {
    .why-is-new .box p {
        font-size: 15px !important
    }
}

@media (max-width:991px) {
    .why-is-new .box p {
        font-size: 13px !important
    }
}

@media (max-width:576px) {
    .why-is-new .image .big-car {
        width: 60% !important
    }
}

.select-box {
    padding: 0 30px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.selected-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

.selected-options img {
    height: 20px;
    width: 20px;
    margin-right: 5px
}

.main-motorcycle-insurance .selected-options img, .main-motorcycle-insurance-texas .selected-options img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background-color: #0c42e9;
    border-radius: 4px;
    padding: 2px
}

.my-fields .my-field .select-box-final .selected-options .selected-options img {
    height: 30px;
    width: 30px
}

.my-fields .my-field .select-box-final .selected-options .selected-options .option-span i {
    color: #0c42e9
}

.selected-options span {
    background-color: #004400;
    color: white;
    padding: 3px 3px;
    margin: 2px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 8px;
    font-family: "friends-semi-bold"
}

.selected-options span i {
    cursor: pointer;
    margin-left: 5px !important;
    color: #0c42e9 !important;
    font-size: 12px !important
}

.options-list {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 86%;
    border: 2px solid #e47928;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    display: none;
    z-index: 10;
    font-size: 13px;
    font-family: "friends-semi-bold"
}

.options-list div {
    padding: 4px 10px;
    cursor: pointer;
    border-top: 1px solid #e47928;
    border-bottom: 1px solid #e47928
}

.options-list div:hover {
    background-color: #0c42e9;
    color: #fff
}

.dropdown-icon {
    pointer-events: none
}

.what-type-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 70px !important;
    margin: 0 !important;
    flex-direction: column !important
}

.how-it .box a h3, .how-it .box h3 {
    margin-bottom: 0 !important
}

.banner_form_two {
    width: 100% !important;
    margin-top: 0 !important
}

.banner .content .affordable {
    font-size: 20px !important;
    text-align: center
}

@media (max-width:1399px) {
    .office-locator-map .box {
        height: 400px !important
    }
}

@media (max-width:1200px) {
    .office-locator-map .box .content .location {
        font-size: 11px !important
    }

    .office-locator-map .box .content .directions h2 {
        font-size: 11px !important
    }
}

@media (max-width:1024px) {
    .office-locator-map .box {
        height: 320px !important;
        padding: 10px !important
    }

    .view-office-btn {
        font-size: 10px !important;
        padding: 4px 8px !important
    }
}

@media (max-width:991px) {
    .office-locator-map .box {
        height: 400px !important;
        padding: 20px !important
    }
}

@media (max-width:576px) {
    .banner_form_two {
        width: 90% !important;
        margin: 30px auto 0 auto !important
    }

    .banner .content .affordable {
        font-size: 16px !important
    }

    .office-locator-map .box .content .location {
        font-size: 15px !important
    }

    .office-locator-map .box .content .directions h2 {
        font-size: 14px !important
    }

    .office-locator-map .box {
        height: 400px !important;
        padding: 15px !important;
        width: 285px;
        margin: 0 auto
    }
}

@media (max-width:430px) {}