@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');


/*Default Css Start*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: rgb(69,69,69);
}

:focus, button:focus {
    outline: none; 
}
.form-control:focus {
    box-shadow: unset;
}
a {
    text-decoration: none;
}
.btn {
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 5px;
}

.btn-primary {
    background-color: #b21f25;
    color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #b21f25;
    color: #b21f25;
}
.btn-outline-primary {
    border-color: #b21f25;
    color: #b21f25;
}
.btn-outline-primary:hover {
    border-color: #b21f25;
    background-color: #b21f25;
    color: #ffffff;
}
.btn-secondary {
    background-color: #c52227;
    color: #FFFFFF;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #FFFFFF;
    border: 1px solid #c52227;
    color: #c52227;
}
.accordion-button:focus {
    box-shadow: unset;
}
.big {
    font-size: 18px;
}
.themecolor {
    color: #b21f25;
}
.card {
    border-radius: 10px;
    /*box-shadow: #04111d40 0px 0px 10px 0px;*/
    border: 0;
}
/*.card:hover {
    transition: box-shadow 0.3s ease-in 0s;
    box-shadow: #04111d40 0px 0px 50px 0px;
}*/
.card a {
    text-decoration: none;
}
.card--img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.form-group {
    margin-bottom: 20px;
}
h2 {
    font-weight: bold;
    color: #b21f25;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #b21f2533;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #b21f25;
}
.section-title .title {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 1.2;
    color: #b21f25;
}
.form-check-input:checked[type=radio] {
    background-image: unset;
    outline: 2px solid white;
    outline-offset: -4px;
}
.form-check-input:checked {
    background-color: #b21f25;
    border-color: #b21f25;
}
.form-check-input:focus {
    box-shadow: unset;
    border-color: inherit;
}
/*Header Start*/
.top-bar {
    background-color: #C44D5E;
    width: 100%;
    font-size: 16px;
    color: white;
    z-index: 100;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 16px;
}
.main-header {
    border-bottom: 2px solid #dddddd;
    position: sticky !important;
    top: 0 !important;
    background-color: #fff;
    z-index: 55;
}
.main-header .container {
    flex-wrap: wrap;
}
.main-header .navbar-brand {
    height: 54px;
    width: 209px;
    padding: 5px 0 0 0;
    display: flex;
}
.main-header .navbar-brand img {
    height: 100%;
    object-fit: contain;
}

.main-header__top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
}
.main-header__top .input-group {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 476px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.main-header__top .input-group .form-control {
    border: none;
    font-size: 14px;
    color: #595959;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
}
.main-header__top .input-group .input-group-text {
    border: none;
    background-color: #f3f3f3;
    width: 45px;
    height: 45px;
    border-radius: 0 5px 5px 0;
}
.main-header__bottom {
    width: 100%;
    margin-top: 8px;
}
.main-header__bottom .navbar-collapse {
    width: 100%;
    position: relative;
}
.main-header__bottom .navbar-nav {
    width: 100%;
}
.main-header .navbar-expand-lg {
    padding-top: 6px;
    padding-bottom: 0px;
}
.main-header__bottom .nav-item {
    margin: 0px 10px 0px 24px;
    transition: all ease-in-out 0.3s;
}

.main-header__bottom .nav-item:first-child {
    margin-left: 0;
}
.main-header__bottom .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0 14px;
    text-decoration: none;
    color: #595959;
    display: flex;
    align-items: center;
    position: relative;
}
.main-header__bottom .nav-item .nav-link:before {
    position: absolute;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #c52227;
    bottom: -1px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.main-header__bottom .nav-item .nav-link:hover:before,  .main-header__bottom .nav-item .nav-link.show:before {
    visibility: visible;
    opacity: 1;
}
.main-header .dropdown-toggle::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c52227;
}

.main-header__bottom .nav-item.nav-item__right .nav-link {
    color: #b21f25;
}

.main-header .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    top: 55px;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.25);
    max-height: 70vh;
    overflow-y: auto;
    padding-top: 0;
}

.dropdown-backtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 3;
}

.dropdown-menu__container {
    padding: 25px 75px 25px 0;
    display: flex;
    line-height: 1.5;
    font-size: 16px;
    justify-content: space-around;
}
.close-sub-menu {
    position: absolute;
    right: 15px;
    top: 10px;
}
.close-sub-menu .desktop-only {
    font-size: 14px;
    font-weight: bold;
    color: #b21f25;
    padding: 0 0 0 15px;
    cursor: pointer;
    border: none;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 162.28 162.28'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b21f25;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M132.4,5.13,81.14,56.39,29.87,5.13A17.49,17.49,0,0,0,5.13,29.87L56.39,81.14,5.13,132.4a17.49,17.49,0,0,0,0,24.75h0a17.48,17.48,0,0,0,24.74,0l51.27-51.26,51.26,51.26a17.5,17.5,0,0,0,24.75-24.75L105.89,81.14l51.26-51.27a17.48,17.48,0,0,0,0-24.74h0A17.49,17.49,0,0,0,132.4,5.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: left center;
    text-decoration: none !important;
    background-color: transparent;
}

.mobile-only {
    display: none;
}

.header-menu__link {
    text-decoration: none;
    color: #595959;
}
.header-menu__link_title {
    font-weight: bold;
    color: #b21f25;
    margin-bottom: 0;
}
.header-menu__link:hover {
    text-decoration: underline;
    color: #595959;
}
.dropdown-menu__submenu {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
    justify-content: space-around;
    width: 100%;
}
.categories-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    padding: 48px 0 40px;
    margin: 0 auto;
}
.categories-list li {
    padding: 0 5px;
    flex: 16.66%;
    height: 135px;
    flex-grow: 0;
    width: 20%;
    margin-bottom: 10px;
}

.categories-list__link {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    display: block;
    text-decoration: none;
    color: #595959;
}
.categories-list__link:hover {
    border: solid 1px #b21f25;
    color: #595959;
}
.categories-list__link img {
    width: 40px;
    height: 30px;
    margin: 38px auto 9px;
    display: block;
    object-fit: contain;
}
.categories-list__link .title {
    max-width: 130px;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
    display: block;
}
.header-menu-logo {
    width: 140px;
}
.main-header .header-menu-logo img {
    max-height: 45px;
    max-width: 100px;
}
.find-location-menu .header-menu__link {
    font-size: 13.5px;
}
.find-location-menu .header-menu__link_title {
    font-size: 14.5px;
}
.find-location-menu {
    justify-content: space-between;
    width: 100%;
}
.main-header .header-menu-logo li:not(:first-child) {
    width: 100%;
    height: 64px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    cursor: pointer;
    padding: 0;
}
.find-location_menu .dropdown-menu__submenu, .partners_menu .dropdown-menu__submenu{
    display: unset;
    padding-left: 15px;
}
.partners_menu .card-body .header-menu__link {
    font-weight: bold;
    color: #b21f25;
    margin-bottom: 0;
}
.partners_menu .card {
    height: 100%;
}
.partners_menu .card-body {
    padding: 15px;
}
.partners_menu .card-body a {
    color: black;
    font-size: 13.5px;
    text-decoration: none;
    color: #595959;
}
.partners_menu .card-body a:hover {
    text-decoration: underline;
}
.find-location_menu  .dropdown-menu__submenu .row:first-child {
    background: #fff3f3;
    margin-left: -15px !important;
    padding-top: 20px;
    margin-bottom: 30px;
}
.find-location-search {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.find-location-search .dl-search-name {
    background-image: url(../images/icon-search-turquoise.svg);
    background-size: 15px;
    width: 280px;
    border: none;
    font-size: 15px;
    color: #454545;
    padding: 0 16px;
    padding-right: 32px;
    padding: 0 32px 0 16px;
    background-repeat: no-repeat;
    background-position: center right 12px;
}
.location-container {
    position: relative;
}
.location-container input {
    border: 0;
}
.location-container .dl-mirrored {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
    height: 100%;
    padding-left: 16px;
}
.find-location-search input {
    height: 48px;
}
.submit-search {
    width: 87px;
    height: 48px;
    border-radius: 5px;
    background-color: #c12126;
    border: 5px solid #c32227;
    color: #ffffff;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin: 0px 8px;
    text-decoration: unset;
}
.submit-search:hover {
    color: #ffffff;
}
.find-location-search p {
    font-size: 15px;
    color: #595959;
    line-height: 48px;
    margin: 0 15px;
}
.dl-radius {
    position: relative;
}
.dl-radius label {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    padding-left: 16px;
}
.dl-radius .search-field {
    background-image: url(../images/icon-arrowdown-turquoise.svg);
    background-size: 12px;
    width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    font-size: 15px;
    color: #454545;
    padding: 0 16px;
    padding-right: 32px;
    padding: 0 32px 0 16px;
    background-repeat: no-repeat;
    height: 48px;
    background-position: center right 12px;
}
.sub-title {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #595959;
    position: relative;
}
.sub-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    left: 0;
    top: 50%;
    position: absolute;
}
.sub-title span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}
/*Header End*/


/* Home Page css start  */
.xpr-top-section {
    background: #b21f25;
    padding: 60px 0 0;
}
.xpr-top-section .title {
    font-size: 54px;
}
.xpr-top-img {
    margin-bottom: -60px;
}
.home-banner-section {
    padding: 80px 0 0;
}
.home-banner-section .title {
    font-size: 54px;
}
.single-sup-form {
    position: relative;
    max-width: 450px;
    margin-top: 30px;
}
.single-sup-form input {
    height: 58px;
    border-radius: 5px;
}
.single-sup-form button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.xpr-grow-section {
    background: #F9F9F9;
    padding: 100px 0;
}
.grow-card {
    box-shadow: unset !important;
    background: transparent;
}
.img-caption {
    margin-bottom: 20px;
}
.grow-card .card-title {
    margin-bottom: 20px;
}
.grow-card a {
    margin-top: 10px;
}
.xpr-box {
    font-size: 18px;
    font-weight: 600;
}
.xpr-box-img {
    max-width: 650px;
    margin: auto;
    display: block;
    width: 100%;
}
.xpr-box h3{
    margin-bottom: 20px;
    font-weight: bold;
}
.xpr-box .btn {
    margin-top: 20px;
}
.xpr-premium-section {
    background-color: #161B25;
    padding: 100px 0;
    color: #fff;
    font-weight: 600;
}
.xpr-easy-use-section {
    padding: 100px 0;
}
.envelope-section {
    background-color: #E8ECED;
    padding: 100px 0;
    margin-bottom: 50px;
    overflow-x: hidden;
}
.envelope-slider {
    position: relative;
}
.envelope-slider .slick-track
{
    display: flex !important;
}
.envelope-slider .slick-slide {
    margin: 0 14px;
    display: flex;
    flex-direction: column;
    color: inherit;
    height: inherit !important;
}
.envelope-slider .slick-slide img {
    border-radius: 10px 10px 0 0;
}
.envelope-slider .slick-list {
    margin: 0 -14px;
    overflow: unset;
}
.envelope-slider h3 {
    font-weight: bold;
}
.envelope-slider .card-body {
    display: flex;
    flex-direction: column;
}
.envelope-slider  .card-body .btn {
    margin-top: auto;
    max-width: 170px;
}
.envelope-slider .slick-arrow {
    position: absolute;
    bottom: -20px;
    background-color: #ffffff;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #b21f25;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    z-index: 5;
}
.envelope-slider .slick-prev.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23b21f25' d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
    right: 80px;
}
.envelope-slider .slick-next.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23b21f25' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z' class=''%3E%3C/path%3E%3C/svg%3E");
    right: 30px;
}
.envelope-item .card-body {
    padding-bottom: 40px;
}
.slick-disabled {
    display: none;
}
/*Home page css end*/
.terms-condition-section {
    padding: 100px 0;
}


/*ncrxpr page css start*/
.speed-hero_section {
        background-image: url(../images/speeduplending_banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 50px right 0;
    padding: 100px 0;
    height: calc(100vh - 195px);
    display: flex;
    align-items: center;
}
.logo-icon {
    max-width: 200px;
    width: 100%;
}
.ncrcard-benefit_section {
    background: #f7f7f7;
    padding: 80px 0;
}
.card-benefit_list {
    margin: 0;
}
.calculator-section input.amount {
    border: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
    padding: 0;
    height: auto;
}
.card-benefit_list li {
    font-size: 26px;
    padding-left: 35px;
    position: relative;
}
.card-benefit_list li svg {
    position: absolute;
    left: 0;
    top: 8px;
}
.card-benefit_list li.d-inline svg {
    top: 5px;
}
.card-benefit_list  svg {
    width: 26px;
}
.card-benefit_list li:not(:last-child){
    margin-bottom: 15px;
}
.card-benefit_img {
    max-width: 400px;
    margin: auto;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.ncrcard-discount_section {
    padding: 80px 0;
}
.discount-number {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}
.ncrcard-chart_section {
    background-color: #f4f4f6;
    padding: 80px 0;
    margin-bottom: 60px;
}
/*ncrxpr page css end*/


/*Footer Start*/
.main-footer .footer-menu {
    display: flex;
    justify-content: flex-end;
}
.social-media__list {
    display: flex;
    margin-bottom: 0;
}
.social-media__list li {
    margin-right: 8px;
    cursor: pointer;
    text-decoration: none;
    width: 38px;
    height: 38px;
    border-radius: 20px;
}
.footer-menu ul {
    min-width: 150px;
}

.footer-menu ul:not(:last-child) {
    margin-right: 20px;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    font-size: 1rem;
    color: rgb(69,69,69);
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.backToTop {
    display: none;
    position: fixed;
    right: 45px;
    bottom: 10%;
    width: 60px;
    cursor: pointer;
    z-index: 10;
}
.footer-logo {
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
}
/*Footer End*/

/*Responsive Start*/

.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 34px;
    height: 24px;
    position: relative;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 6px;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
header .navbar-toggler .mobile-nav-hamburger {
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: #b21f25;
    top: 8px;
    transition: transform 150ms, opacity 150ms;
    display: block;
}
header .navbar-toggler .mobile-nav-hamburger-1 {
    background-color: #b21f25;
    top: 0;
}
header .navbar-toggler .mobile-nav-hamburger-4 {
    background-color: #b21f25;
    top: 16px;
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger {
    background-color: #b21f25;
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-2 {
    transform: rotate(45deg);
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-3 {
    transform: rotate(-45deg);
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-1,
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-4 {
    opacity: 0;
}
.mobile-only.back-button {
    display: none;
}



/**/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 1366px) {
    .container {
        max-width: 1220px;
    }
}
@media (min-width: 1550px) {
    .container {
        max-width: 1500px;
    }
}
@media (min-width: 1550px) {
    .container {
        max-width: 1500px;
    }
}
@media (max-width: 1199px){
    .main-header__bottom .nav-item {
        margin: 0 !important;
    }
    .main-header__top {
        justify-content: inherit;
    }
    .mobile-header-control {
        display: flex;
        align-items: center;
    }
    .mobile-search-icon, .mobile-login {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-login {
        margin-right: 5px;
    }
    .speed-hero_section {
        height: calc(100vh - 141px);
    }
   
}
@media (max-width: 1399px) and (min-width: 991px) {
    .slider-arrow .slick-next {
        right: 0;
    }
    .slider-arrow .slick-prev {
        left: 0;
    }
}
@media (max-width:  1024px) {
    .main-header__bottom .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        height: calc(100vh - 141px);
        padding: 0 16px 16px 16px;
        background-color: #fff;
    }
    .main-header__bottom .navbar-collapse .navbar-nav {
        height: calc(100vh - 141px);
        overflow: auto;
    }
    .main-header__bottom .nav-item .nav-link:before {
        display: none;
    }
    .main-header .dropdown-toggle::after {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .main-header .dropdown-menu {
        box-shadow: none;
    }
    .dropdown-menu__container {
        padding: 0px 15px 15px;
    }
    .dropdown-menu__submenu {
        flex-direction: column;
    }
    .close-sub-menu {
        position: relative;
        left: 82%;
        display: inline-block;
    }
    .categories-list {
        padding: 10px 0 10px;
    }
    .categories-list li {
        height: auto;
        flex: 100%;
    }
    .categories-list__link {
        border: none;
        border-bottom: solid 2px #dddddd;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
    }
    .categories-list__link img {
        margin: 0;
        width: 24px;
        height: 18px;
        margin-right: 8px;
    }
    .categories-list__link .title {
        margin: 0;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .mobile-header-control {
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    .mobile-search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-right: 0;
    }
    .mobile-login {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }
    .main-header__bottom .nav-item {
        margin: 0 !important;
        border-bottom: solid 2px #dddddd;
    }
    .main-header__bottom .nav-item .nav-link {
        display: block;
        color: #454545;
        font-weight: 600;
        font-size: 14px;
        padding: 19px 28px 18px 10px;
        line-height: normal;
        position: relative;
        cursor: pointer;
    }
    .main-header__bottom .nav-item .nav-link.dropdown-toggle {
        background-position: center right 10px;
        background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.38 42.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b21f25;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath class='cls-1' d='M702.51,378.88l-18.39-18.39a3,3,0,0,0-4.24,4.25L696.14,381l-16.26,16.26a3,3,0,0,0,4.24,4.25l18.39-18.39A3,3,0,0,0,702.51,378.88Z' transform='translate(-679 -359.62)'/%3E%3C/svg%3E%0A");
        background-size: 8px 14px;
        background-repeat: no-repeat;
    }

    .trending-img, .resources-img {
        height: 184px;
    }
}
@media (max-width:  991px) {
    .speed-hero_section {
        position: relative;
    }
    .speed-hero_section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff6e;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .speed-hero_section .row {
        position: relative;
        z-index: 2;
    }
}

@media (max-width:  767px) {
   
    .footer-menu {
        flex-wrap: wrap;
    }
    .main-footer__about {
        text-align: center;
        margin-bottom: 40px;
    }
    .social-media__list {
        justify-content: center;
    }
    .footer-menu ul {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
    }
    .footer-menu ul:last-child {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-menu ul:last-child li {
        border-left: 1px solid #ccc;
        padding: 0 10px 0;
    }
    .footer-menu ul:last-child li:first-child, .footer-menu ul:last-child li:nth-child(4) {
        border-left: 0;
        padding-left: 0;
    }
    .footer-menu ul:last-child li a {
        max-width: 230px;
        font-weight: 400;
        padding: 0;
    }


    .speed-hero_section {
        background-position: bottom 0px right 0;
    }
    .card-benefit_list li {
        font-size: 22px;
    }
    .card-benefit_list li svg {
        top: 6px;
        width: 22px;
    }
    
}
@media (max-width:  576px){
}
@media (max-width: 380px){
}
/*Responsive End*/