@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Medium.eot');
    src: url('../fonts/Arimo-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Medium.woff2') format('woff2'),
        url('../fonts/Arimo-Medium.woff') format('woff'),
        url('../fonts/Arimo-Medium.ttf') format('truetype'),
        url('../fonts/Arimo-Medium.svg#Arimo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-SemiBold.eot');
    src: url('../fonts/Arimo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-SemiBold.woff2') format('woff2'),
        url('../fonts/Arimo-SemiBold.woff') format('woff'),
        url('../fonts/Arimo-SemiBold.ttf') format('truetype'),
        url('../fonts/Arimo-SemiBold.svg#Arimo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@charset "UTF-8";

/*! =======================================================
 * *                      VERSION  9.7.2              
 * *========================================================= */
/*! =========================================================
 * * bootstrap-slider.js
 * *
 * * Maintainers:
 * *		Kyle Kemp
 * *			- Twitter: @seiyria
 * *			- Github:  seiyria
 * *		Rohit Kalkur
 * *			- Twitter: @Rovolutionary
 * *			- Github:  rovolution
 * *
 * * =========================================================
 * **
 * * bootstrap-slider is released under the MIT License
 * * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * * 
 * * Permission is hereby granted, free of charge, to any person
 * * obtaining a copy of this software and associated documentation
 * * files (the "Software"), to deal in the Software without
 * * restriction, including without limitation the rights to use,
 * * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * * copies of the Software, and to permit persons to whom the
 * * Software is furnished to do so, subject to the following
 * * conditions:
 * * 
 * * The above copyright notice and this permission notice shall be
 * * included in all copies or substantial portions of the Software.
 * * 
 * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * * OTHER DEALINGS IN THE SOFTWARE.
 * *
 * * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%;
    height: 12px;
    margin-top: 24px;
}

.slider.slider-horizontal .slider-track {
    height: 2px;
    width: 100%;
    margin-top: -1px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    border-right-color: #0480be;
    margin-left: 0;
    margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #a6bfd2;
}

.slider-selection {
    position: absolute;
    background-color: #145689;
    box-sizing: border-box;
    border-radius: 0px;
}

.slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #145689;
    filter: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: "★";
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: "★";
    color: #726204;
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
    opacity: 1;
}



header.site-header.site-header-2 {
    margin: 0px;
    padding: 10px 0px;
}

header.site-header.site-header-2 .site-header-inner {
    padding: 0px 24px;
}

header.site-header.site-header-2 .phone_location ul {
    padding: 0px;
    margin: 0px;
}

header.site-header.site-header-2 .phone_location ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

header.site-header.site-header-2 .phone_location ul li:first-child {
    top: 0px;
}

.pery-top-page-banner-carousel {
    position: relative;
    background-color: #10143a;
}

.pery-top-page-banner-carousel .item-inner {
    min-height: 334px;
}

.pery-top-page-banner-carousel .item-inner .bg-image {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 647px;
    height: 100%;
}

.pery-top-page-banner-carousel .content {
    position: relative;
    z-index: 10;
    max-width: 530px;
    padding: 0px 130px 25px 0px;
}

.pery-top-page-banner-carousel .title {
    font-family: 'Arimo';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 44.46px */
    letter-spacing: 0.25px;
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.pery-top-page-banner-carousel ul {
    padding: 0px;
    margin: 0px;
}

.pery-top-page-banner-carousel ul li {
    list-style: none;
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: #fff;
    margin-top: 15px;
}

.pery-top-page-banner-carousel li img {
    max-width: 24px;
    margin-left: 18px;
    position: relative;
    top: -1px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.pery-top-banner-outer {
    position: relative;
}

.top-banner-arrow button {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    padding: 0px;
    cursor: pointer;
}



.top-banner-arrow button.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 100;
    margin-top: -12px;
}

.top-banner-arrow button.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 100;
    margin-top: -12px;
}

.pery-top-page-banner-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.pery-top-page-banner-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    outline: none;
    padding: 0px;
    margin: 3px;
    display: inline-block;
}

.pery-top-page-banner-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}

.pery-content .main-left-side {
    min-width: 290px;
    max-width: 290px;
}

.pery-content .main-right-side {
    width: calc(100% - 290px);
    padding-right: 16px;
}

.pery-contact-us-box {
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #E2F5FB;
    margin-bottom: 20px;
}

.pery-content {
    padding: 16px 24px;
}

.pery-contact-us-box .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(111, 132, 149, 1);
    margin-bottom: 10px;
}

.pery-contact-us-box .profile-pic .pic {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #E2F5FB;
    background: #9FD0E2;
    overflow: hidden;
}

.pery-contact-us-box .profile-pic .pic img {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 0px;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}

.pery-contact-us-box .profile-pic .pic:not(:first-child) {
    margin-right: -8px;
}

.pery-contact-us-box .profile-pic .pic:first-child {
    z-index: 3;
}

.pery-contact-us-box .profile-pic .pic:nth-child(2) {
    z-index: 2;
}

.pery-contact-us-box .profile-pic .pic:nth-child(3) {
    z-index: 1;
}

.pery-contact-us-box .call-info a {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(20, 86, 137, 1);
    text-decoration: none;
}

.pery-contact-us-box .call-info a img {
    position: relative;
    top: -1px;
}

.pery-contact-us-box .call-info .label {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(20, 86, 137, 1);
}

.pery-contact-us-box .call-info {
    padding-right: 10px;
}

.pery-contact-us-box .call-modal {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(35, 64, 143, 0.10);
}

.pery-contact-us-box .hd {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(111, 132, 149, 1);
}

.pery-contact-us-box .call-contact-us-modal {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(20, 86, 137, 1);
}

.filter-heading .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
}

.clear-filter {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 0.15px;
    color: rgba(111, 132, 149, 1);
}

.filter-box {
    margin-top: 16px;
    border-top: 1px solid #e8e9e9;
}

.filter-box .filter-hd {
    padding: 16px 0px;
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    cursor: pointer;
}

.ui-checkbox-outer {
    padding-right: 10px;
}

.ui-checkbox-outer .ui-checkbox:first-child {
    margin-top: 0px;
}

.ui-checkbox-outer .ui-checkbox .checkbox input {
    width: 100%;
}


.ui-checkbox-outer .ui-checkbox .checkbox input:checked+label:after,
.ui-checkbox-outer .ui-checkbox .checkbox label:before {
    top: 3px;
}

.ui-checkbox-outer .ui-checkbox .checkbox {
    width: fit-content;
}

.ui-checkbox-outer .ui-checkbox .checkbox.all-option input:checked+label:after {
    content: "----";
    font-family: 'Arimo' !important;
    color: #fff;
    -webkit-text-stroke: initial;
    letter-spacing: -0.2em;
    padding-top: 1px;
    padding-right: 2px;
}

.page-title-sort .page-title .title {
    font-family: 'Arimo';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(24, 29, 32, 0.95);
}

.page-title-sort .page-title .sub-title {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.15px;
    color: rgba(111, 132, 149, 1);
}

.pery-select-outer.pery-select-outer__2 .select2-container--default .select2-selection--single {
    height: 36px;
    padding: 9px 10px 7px 30px;
    border: none;
    background-color: rgba(0, 0, 0, 0.04) !important;
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 0.15px;
    color: rgba(111, 132, 149, 1);
}

.pery-select-outer.pery-select-outer__2 .select2-selection__arrow {
    height: 22px;
    top: 7px;
    left: 4px;
}

.pery-select-outer.pery-select-outer__2 .select2-selection__arrow svg {
    height: 22px;
    width: 22px;
}

.pery-select-outer.pery-select-outer__2 .select2-selection__arrow svg path {
    fill-opacity: 1;
}

.pery-select-outer.pery-select-outer__2 {
    min-width: 160px;
}

.filter-box .filter-hd.not-active {
    padding: 16px 0px 0px 0px;
}

.filter-box .filter-hd.not-active+div {
    display: none !important;
}

.filter-box .filter-hd.not-active img {
    rotate: 180deg;
}

.product-listing-row.row {
    margin: 0px -12px;
}

.product-listing-row.row .col-sm-4 {
    padding: 0px 12px;
}

.product-listing-row.row .col-sm-4 .box {
    text-decoration: none;
    display: block;
    border-radius: 4px;
    background: rgba(26, 32, 39, 0.05);
    padding: 16px;
    margin-top: 24px;
}

.product-listing-row.row .col-sm-4 .box .img-wrapper {
    position: relative;
    height: 114px;
}

.product-listing-row.row .col-sm-4 .box .img-wrapper img {
    width: auto;
    max-width: 100%;
    max-height: 114px;
}

.product-listing-row.row .col-sm-4 .box .badge {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100px;
    background: #E2F5FB;
    padding: 6px 10px;
    font-family: 'Arimo';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 16px */
    letter-spacing: 0.15px;
    color: rgba(20, 86, 137, 1);
}

.product-listing-row.row .col-sm-4 .box .new-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 168, 0, 1);
    border-radius: 100px;
    color: #fff;
    font-family: 'Arimo';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 16px */
    letter-spacing: 0.15px;
    rotate: -16deg;
}

.product-listing-row.row .col-sm-4 .box .year {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(20, 86, 137, 1);
}

.product-listing-row.row .col-sm-4 .box .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(20, 86, 137, 1);
}

.product-listing-row.row .col-sm-4 .box .type {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(111, 132, 149, 1);
    margin-top: 3px;
}

.product-listing-row.row .col-sm-4 .box .additional-detail {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid rgba(26, 32, 39, 0.10);
}

.product-listing-row.row .col-sm-4 .box .advance-payment .label {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.product-listing-row.row .col-sm-4 .box .advance-payment .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.product-listing-row.row .col-sm-4 .box .monthly-payment .label {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(20, 86, 137, 1);
}

.product-listing-row.row .col-sm-4 .box .monthly-payment .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(20, 86, 137, 1);
}

.product-listing-row.row .col-sm-4 .box .monthly-payment {
    margin-top: 8px;
}

.product-listing-row.row .col-sm-4 .box .content {
    padding-top: 15px;
}

.site-footer.site-footer-2 .site-footer-inner {
    padding: 24px;
}

.site-footer.site-footer-2 .footer-logo {
    margin-left: 40px;
}

.site-footer.site-footer-2 .site-link ul {
    padding: 0px;
    margin: 0px;
}

.site-footer.site-footer-2 .site-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.site-footer.site-footer-2 .site-link ul li a {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(24, 29, 32, 0.95);
}

@media (max-width: 1175px) {
    .pery-top-page-banner-carousel .content {
        max-width: 430px;
        padding: 25px 60px 25px 0px;
    }

    .pery-top-page-banner-carousel .item-inner {
        min-height: initial;
    }

    .pery-top-page-banner-carousel .item-inner .bg-image {
        width: 550px;
    }

    .pery-top-page-banner-carousel .title {
        font-size: 24px;
    }

    .pery-top-page-banner-carousel ul li {
        font-size: 14px;
    }

    .pery-top-page-banner-carousel li img {
        top: -3px;
    }

    .product-listing-row.row .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 975px) {
    .pery-top-page-banner-carousel .item-inner .bg-image {
        width: 450px;
    }

    .pery-top-page-banner-carousel .content {
        max-width: 330px;
        padding: 25px 60px 25px 0px;
    }
}

@media (min-width: 768px) {

    .pery-top-page-banner-carousel .item-inner .img-wrapper,
    .sort-dropdown-filter-btn .filter-btn,
    .filter-heading .title img,
    .filter-show-result-btn {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .filter-heading .title {
        cursor: pointer;
    }

    .filter-show-result-btn {
        padding: 16px 24px;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        border-top: 1px solid #e8e9e9;
        z-index: 10;
    }

    .filter-show-result-btn a {
        padding: 15px;
    }

    .filter-heading .title img {
        margin-left: 10px;
    }

    .filter-heading+.filter-box {
        margin-top: 0px;
        border-top: none;
    }

    .filter-heading {
        background-color: #fff;
        padding: 24px;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 100;
    }

    body.filter-open {
        overflow: hidden;
    }

    .filter-sidebar-outer {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 70px 0px 100px 0px;
    }

    .filter-sidebar-outer .filter-sidebar {
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0px 24px;
    }

    .site-footer.site-footer-2 .site-footer-inner {
        padding: 0px 0px 24px 0px;
        margin: 0px;
        border: none;
    }

    .aag-application.align-self-center {
        padding: 0px 24px;
    }

    .aag-application-inner {
        border-top: 1px solid rgba(26, 32, 39, 0.10);
        margin-top: 20px;
        padding-top: 24px;
    }

    .site-footer.site-footer-2 .footer-logo {
        margin-left: 0px;
    }

    .site-footer.site-footer-2 .site-link ul li {
        margin: 12px 12px 0px 12px;
    }

    footer.site-footer.site-footer-2 {
        text-align: center;
    }

    .site-footer.site-footer-2 .site-footer-inner,
    .footer-logo-site-link {
        display: block !important;
    }

    .product-listing-row.row .col-sm-4 .box {
        margin-top: 16px;
    }

    .sort-dropdown-filter-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .pery-select-outer.pery-select-outer__2 .select2-selection__arrow svg path {
        fill-opacity: 0.56;
    }

    .sort-dropdown-filter-btn .filter-btn {
        padding: 8px 12px;
        border-radius: 4px;
        border: 1px solid rgba(26, 32, 39, 0.10);
        font-family: 'Arimo';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 19.2px */
        letter-spacing: 0.15px;
        color: rgba(111, 132, 149, 1);
        text-decoration: none;
    }

    .pery-select-outer.pery-select-outer__2 .select2-container--default .select2-selection--single {
        background-color: transparent !important;
    }

    .sort-dropdown-filter-btn .filter-btn .text {
        margin-right: 10px;
    }



    .pery-content {
        display: block !important;
        padding: 24px;
    }

    .page-title-sort {
        display: block !important;
    }

    .pery-content .main-left-side {
        display: none;
    }

    .pery-content .main-right-side {
        width: 100%;
        padding-right: 0px;
    }

    .pery-top-page-banner-carousel .item-inner .bg-image {
        display: none !important;
    }

    .pery-top-page-banner-carousel li img {
        top: -1px;
    }

    .pery-top-page-banner-carousel .content {
        max-width: 100%;
        padding: 15px 24px 55px 24px;
    }

    .pery-top-page-banner-carousel .item-inner {
        display: block !important;
    }

    .pery-top-page-banner-carousel ul li {
        font-size: 16px;
    }

    .top-banner-arrow {
        display: none !important;
    }

    body.filter-open .pery-content .main-left-side {
        display: block !important;
        min-width: initial;
        max-width: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: #fff;
        height: 100%;
        z-index: 1000;

    }

    body.filter-open .pery-content .main-left-side .pery-contact-us-box {
        display: none;
    }

    .ui-checkbox-outer .ui-checkbox .checkbox {
        padding-right: 35px;
        padding-left: 0px;
    }

    .ui-checkbox-outer .ui-checkbox .checkbox input,
    .ui-checkbox-outer .ui-checkbox .checkbox input:checked+label:after,
    .ui-checkbox-outer .ui-checkbox .checkbox label:before {
        right: 0px;
        left: auto;
    }
}

@media (max-width: 550px) {
    .product-listing-row.row .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container.pery-container {
    padding: 0px;
}

@media (max-width: 370px) {
    .site-footer.site-footer-2 .site-link ul li {
        margin: 12px 6px 0px 6px;
    }
}

@media (min-width: 1062px) {
    .container.pery-container {
        max-width: 1280px;
    }
}

.call-contact-modal .row {
    margin: 0px -12px;
}

.call-contact-modal .row .col-sm-6,
.call-contact-modal .row .col-sm-12 {
    padding: 0px 12px;
}

.call-contact-modal .modal-close {
    top: 20px;
    left: 18px;
}

.call-contact-modal input.form-control {
    height: 40px;
}

.call-contact-modal .form-group {
    position: relative;
    margin: 0px 0px 18px 0px;
}

label.form-label.pery-form-label {
    color: rgba(111, 132, 149, 1);
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.3px;
    position: absolute;
    left: 12px;
    top: 9px;
    z-index: 0;
}

.call-contact-modal .pery-select-outer .select2-selection__arrow {
    height: 22px;
    top: 9px;
    left: 10px;
}

.call-contact-modal .pery-select-outer .select2-selection__arrow svg {
    width: 22px;
    height: 22px;
}

.call-contact-modal textarea.form-control {
    width: 100%;
    resize: none;
    height: 100px;
}

.call-contact-modal .btn-primary {
    padding: 7px;
}

.call-contact-modal .section-hd {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9e9;
    margin-bottom: 24px;
}

@media (max-width: 650px) {
    .call-contact-modal .modal-close {
        position: absolute;
    }

    .call-contact-modal .section-hd.section-hd-4 {
        margin-top: -10px;
        margin-bottom: 30px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .call-contact-modal .modal-content {
        box-shadow: none;
        border-radius: 0px;
        border: none;
    }

    .call-contact-modal .modal-body {
        padding: 24px;
    }

    .call-contact-modal .modal-close {
        top: 25px;
    }

    .call-contact-modal .modal-dialog {
        max-width: 100%;
        margin: 0px;
        display: block !important;
    }

    .pery-modal-open .modal-backdrop.show {
        opacity: 1;
        background-color: #fff;
    }
}

.pery-top-page-banner-carousel.emptyResult .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pery-top-page-banner-carousel.emptyResult .content {
    position: relative;
    z-index: 10;
    max-width: 100%;
    padding: 0px;
    width: 690px;
}

.pery-top-page-banner-carousel.emptyResult .title {
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.top-banner-arrow.disabled {
    display: none;
}

.product-listing .empty-box {
    padding: 150px 0px;
}

.product-listing .empty-box .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-top: 20px;
}

.pery-top-page-banner-carousel.emptyResult .item-inner {
    min-height: 334px;
}

@media (min-width: 768px) {
    .pery-top-page-banner-carousel.emptyResult .item .item-inner {
        background: none !important;
    }
}

@media (max-width: 767px) {
    .pery-top-page-banner-carousel.emptyResult .item-inner {
        display: flex !important;
        min-height: 455px;
    }

    .pery-top-page-banner-carousel.emptyResult .content {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .pery-top-page-banner-carousel.emptyResult .item {
        background: none !important;
    }

    .pery-top-page-banner-carousel.emptyResult .item .item-inner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .pery-top-page-banner-carousel.emptyResult .content {
        padding: 0px 0px 110px 0px;
    }

    .product-listing .empty-box {
        padding: 80px 0px;
    }
}

.site-breadcrumb ul {
    padding: 0px 24px;
    margin: 0px;
}

.site-breadcrumb ul li {
    list-style: none;
    display: inline-block;
}

.site-breadcrumb ul li a {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.15px;
    color: rgba(111, 132, 149, 1);
}

.pery-page-title-outer {
    padding: 0px 24px;
}

.pery-page-title {
    font-family: 'Arimo';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(24, 29, 32, 0.95) !important;
    text-decoration: none !important;
}

.pery-page-title img {
    margin-left: 10px;
}

.pery-content-2 {
    padding: 24px;
}

.pery-content-2 .main-right-side {
    min-width: 290px;
    max-width: 290px;
}

.pery-content-2 .main-left-side {
    width: calc(100% - 290px);
    padding-left: 130px;
}

.pery-main-slider-arrow.disabled {
    display: none;
}

.pery-main-slider .item {
    border-radius: 8px;
    background: rgba(26, 32, 39, 0.05);
    padding: 40px;
}

.pery-main-slider .img-wrapper {
    position: relative;
    width: 100%;
    height: 416px;

}

.pery-main-slider .img-wrapper img {
    width: auto;
    max-width: 100%;
    max-height: 416px;
}

.pery-main-slider .new-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 112px;
    height: 112px;
    background-color: rgba(255, 168, 0, 1);
    border-radius: 100px;
    color: #fff;
    font-family: 'Arimo';
    font-size: 23.333px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 37.333px */
    letter-spacing: 0.35px;
    rotate: -16deg;
}

.pery-main-slider-arrow button {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    padding: 0px;
    cursor: pointer;
}

.pery-main-slider-arrow button.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 100;
    margin-top: -12px;
}

.pery-main-slider-arrow button.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 100;
    margin-top: -12px;
}

.pery-main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.pery-main-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: rgba(20, 86, 137, 0.3);
    border: none;
    outline: none;
    padding: 0px;
    margin: 3px;
    display: inline-block;
}

.pery-main-slider .owl-dots .owl-dot.active {
    background-color: rgba(20, 86, 137, 1);
}

.pery-main-slider-outer {
    position: relative;
}

.car-color-choice {
    margin-top: 24px;
}

.car-color-choice .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
}

.pery-ui-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}

.pery-ui-radio .radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 4px;
}

.pery-ui-radio .radio .radio-inner {
    width: 100%;
    position: relative;
    margin-top: 16px;
}

.pery-ui-radio .radio .radio-inner label {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background: #FFF;
    padding: 5px 8px;
    height: 48px;
    margin: 0px;
}

.pery-ui-radio .radio .radio-inner label .text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.pery-ui-radio .radio .radio-inner label .color-outer {
    display: inline-flex;
    margin-left: 10px;
}

.pery-ui-radio .radio .radio-inner label .color-outer .color {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    border: 3px solid #FFF;
    background: #F2F2F2;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
}

.pery-ui-radio .radio .radio-inner input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.pery-ui-radio .radio .radio-inner input:checked+label {
    border-color: rgba(69, 180, 227, 1);
}

.pery-info {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #6F8495;
    margin-top: 10px;
}

.vechile-characteristics {
    padding-top: 24px;
}

.vechile-characteristics .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: -16px;
}

.vechile-characteristics ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
    padding: 0px;
}

.vechile-characteristics ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 4px;
    list-style: none;
    margin-top: 30px;
}

.vechile-characteristics ul li .hd {
    font-family: 'Arimo';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 0.15px;
    color: #6F8495;
    display: block;
}

.vechile-characteristics ul li .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    display: block;
}

.vechile-characteristics ul li img {
    margin-left: 10px;
}

.vechile-characteristics ul li .value img {
    margin-left: 0px;
    margin-right: 3px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.instructions-regulations {
    padding-top: 16px;
}

.instructions-regulations .title {
    font-family: 'Arimo';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.15px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: 10px;
}

.instructions-regulations p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    margin: 0px;
}

.instructions-regulations.short p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
}

.read-more-modal {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(69, 180, 227, 1);
}

.pery-summary-div .label-value {
    margin-bottom: 16px;
}

.pery-summary-div .label-value .label,
.pery-summary-div .label-value .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.pery-summary-div .g-total {
    border-top: 1px solid #e8e9e9;
    padding-top: 16px;
}

.pery-summary-div .label-value.total-label-value .label,
.pery-summary-div .label-value.total-label-value .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(20, 86, 137, 1);
}

.pery-summary-div .btn-primary {
    padding: 8px;
}

.pery-summary-div .btn-primary img {
    margin-right: 5px;
}

.pery-info-2 {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.15px;
    color: rgba(111, 132, 149, 1);
    text-align: center;
    padding-top: 24px;
}

.pery-summary-div+.pery-contact-us-box {
    margin: 34px 0px 0px 0px;
}

.common-question {
    padding-top: 34px;
}

.common-question .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: 5px;
}

.common-question ul {
    padding: 0px;
    margin: 0px;
}

.common-question ul li {
    list-style: none;
    display: block;
}

.common-question ul li a {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.additional-vehicles-interest {
    padding: 34px 24px 0px 24px;
}

.additional-vehicles-interest .title {
    font-family: 'Arimo';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.15px;
    color: rgba(24, 29, 32, 0.95);
}

.additional-vehicles-interest .product-listing-row.row {
    margin: 0px -8px;
}

.additional-vehicles-interest .product-listing-row.row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 8px;
}

@media (max-width: 1175px) {
    .pery-ui-radio .radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0px 4px;
    }

    .pery-content-2 .main-left-side {
        padding-left: 50px;
    }
}

@media (max-width: 975px) {

    .pery-main-slider .img-wrapper {

        height: 316px;
    }


    .pery-main-slider .img-wrapper img {

        max-height: 316px;
    }

    .pery-ui-radio .radio,
    .additional-vehicles-interest .product-listing-row.row .col-sm-4,
    .vechile-characteristics ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333%;
        flex: 0 0 33.333333333%;
        max-width: 33.333333333%;
        padding: 0px 4px;
    }

    .pery-main-slider .new-badge {
        width: 82px;
        height: 82px;
        font-size: 20.333px;
    }

    .pery-main-slider .img-wrapper {
        height: 216px;
    }

    .pery-main-slider .img-wrapper img {
        max-height: 216px;
    }

    .pery-content-2 .main-left-side {
        padding-left: 24px;
    }

}



@media (max-width: 800px) {

    .pery-ui-radio .radio,
    .additional-vehicles-interest .product-listing-row.row .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 4px;
    }
}

.additional-vehicles-interest .product-listing-row.row .col-sm-4 {
    padding: 0px 8px;
}

@media (max-width: 767px) {
    .pery-page-title {
        font-size: 20px;
        line-height: 160%;
        /* 32px */
        letter-spacing: 0.15px;
    }

    .pery-content-2 {
        display: block !important;
    }

    .pery-content-2 .main-left-side {
        width: 100%;
        padding-left: 0px;
    }

    .pery-main-slider .item {
        padding: 20px 40px;
    }

    .pery-main-slider-arrow button.owl-next {
        right: 12px
    }

    .pery-main-slider-arrow button.owl-prev {
        left: 12px;
    }

    .pery-main-slider .new-badge {
        width: 62px;
        height: 62px;
        font-size: 13.333px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 21.333px */
        letter-spacing: 0.2px;
        top: -5px;
    }

    .pery-main-slider .owl-dots {
        bottom: 10px;
    }

    .pery-ui-radio {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        flex-wrap: initial;
    }

    .pery-ui-radio .radio {
        max-width: 146px;
    }

    .pery-ui-radio-outer {
        overflow-x: auto;
    }

    .pery-content-2 .main-right-side {
        min-width: initial;
        max-width: 100%;
    }

    .pery-summary-div {
        border-top: 1px solid #e8e9e9;
        padding-top: 16px;
        margin-top: 16px;
    }

    .pery-info-2 {
        padding-top: 16px;
    }
}

@media (max-width: 550px) {
    .pery-main-slider .img-wrapper {
        height: 144px;
    }

    .pery-main-slider .img-wrapper img {
        max-height: 144px;
    }

    .site-breadcrumb ul li a {
        font-size: 13px;
    }

    .vechile-characteristics ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 4px;
    }

    .additional-vehicles-interest .product-listing {
        overflow: hidden;
        margin-left: -24px;
        overflow-x: auto;
    }

    .additional-vehicles-interest .product-listing-row.row {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        flex-wrap: initial;
    }

    .additional-vehicles-interest .product-listing-row.row .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 56px);
        padding: 0px 8px;
    }

    .additional-vehicles-interest {
        padding: 0px 24px 40px 24px;
    }

    .additional-vehicles-interest-inner {
        padding-top: 16px;
        border-top: 1px solid #e8e9e9;
    }




}



.call-driving-range-modal .section-hd,
.call-pery-info-modal .section-hd,
.call-safety-equipment-modal .section-hd,
.call-air-pollution-modal .section-hd,
.call-read-more-modal .section-hd,
.call-question-info-modal .section-hd {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9e9;
    margin-bottom: 20px;
}

.call-driving-range-modal .modal-close,
.call-pery-info-modal .modal-close,
.call-safety-equipment-modal .modal-close,
.call-air-pollution-modal .modal-close,
.call-read-more-modal .modal-close,
.call-question-info-modal .modal-close {
    top: 20px;
    left: 18px;
}

.call-driving-range-modal p,
.call-pery-info-modal p,
.call-air-pollution-modal p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: rgba(23, 26, 32, 1);
    margin: 0px;
}

.call-safety-equipment-modal .img-wrapper,
.call-air-pollution-modal .img-wrapper {
    padding: 20px 0px 30px 0px;
}

.call-safety-equipment-modal .img-wrapper img,
.call-air-pollution-modal .img-wrapper img {
    max-width: 100%;
}

.call-safety-equipment-modal .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(23, 26, 32, 1);
    margin-bottom: 20px;
}

.call-safety-equipment-modal p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
    color: rgba(23, 26, 32, 1);
}

.call-safety-equipment-modal ul {
    padding: 0px 10px 0px 0px;
    margin: 0px;
}

.call-safety-equipment-modal ul li {
    position: relative;
    list-style: none;
    padding-right: 20px;
    margin-top: 10px;
    font-family: Arimo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: rgba(57, 60, 65, 1);
}

.call-safety-equipment-modal ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgba(0, 43, 240, 1);
    position: absolute;
    top: 6px;
    right: 0px;
}

.call-air-pollution-modal .img-wrapper {
    padding-bottom: 16px;
}

.call-read-more-modal h3 {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    margin: 24px 0px 8px 0px;
    color: rgba(24, 29, 32, 0.95);
}

.call-read-more-modal p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    margin: 0px;
}

.call-read-more-modal ul {
    padding: 24px 10px 0px 0px;
    margin: 0px;
}

.call-read-more-modal ul li {
    position: relative;
    padding-right: 16px;
    list-style: none;
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    margin: 0px;
}

.call-read-more-modal ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #000;
    position: absolute;
    top: 7px;
    right: 0px;
}

.call-question-info-modal p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: rgba(23, 26, 32, 1);
    margin: 0px;
}

@media (max-width: 650px) {

    .call-safety-equipment-modal .section-hd.section-hd-4,
    .call-air-pollution-modal .section-hd.section-hd-4,
    .call-read-more-modal .section-hd.section-hd-4,
    .call-question-info-modal .section-hd.section-hd-4 {
        margin-top: -10px;
        margin-bottom: 30px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .call-safety-equipment-modal .modal-close,
    .call-air-pollution-modal .modal-close,
    .call-read-more-modal .modal-close,
    .call-question-info-modal .modal-close {
        position: absolute;
        top: 25px;
    }

    .call-driving-range-modal .section-hd.section-hd-4,
    .call-pery-info-modal .section-hd.section-hd-4 {
        margin-top: -10px;
        margin-bottom: 20px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .call-driving-range-modal .modal-close,
    .call-pery-info-modal .modal-close {
        position: absolute;
        top: 20px;
    }

    .call-driving-range-modal .modal-close img,
    .call-pery-info-modal .modal-close img {
        width: 30px;
        height: 30px;
    }

    .peryModal.call-driving-range-modal .modal-body,
    .peryModal.call-pery-info-modal .modal-body {
        padding: 16px 24px 24px 24px;
    }

    .pery__modal .modal-dialog {
        max-width: 100%;
        margin: 0px;
        display: block !important;
    }

    .pery__modal .modal-content {
        box-shadow: none;
        border-radius: 0px;
        border: none;
    }
}

@media (min-width: 576px) {

    .call-driving-range-modal .modal-dialog,
    .call-pery-info-modal .modal-dialog,
    .call-safety-equipment-modal .modal-dialog,
    .call-air-pollution-modal .modal-dialog,
    .call-read-more-modal .modal-dialog,
    .call-question-info-modal .modal-dialog {
        max-width: 686px;
    }
}

.pery-step-section-outer {
    padding: 16px 24px 0px 24px;
}

.pery-step-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9e9;
}

.pery-step-section .step-number {
    margin-left: 15px;
}

.pery-step-section .step-number .count {
    width: 32px;
    height: 32px;
    border-radius: 360px;
    background: #E2F5FB;
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(20, 86, 137, 1);
    margin-left: 8px;
}

.pery-step-section .step-number.active .count {
    background: #45B4E3;
    color: #fff;
}

.pery-step-section .step-number .text {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.pery-step-section .step-number.active .text {
    color: #45B4E3;
}

.pery-content-3 {
    padding: 24px;
}

.pery-content-3 .main-left-side {
    width: calc(100% - 378px);
    padding-left: 145px;
}

.pery-content-3 .main-right-side {
    min-width: 378px;
    max-width: 378px;
    padding-left: 15px;
}

.pery__box {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e9e9;
}

.pery__box .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: 5px;
}

.pery__box p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(111, 132, 149, 1);
    margin: 0px;
}

.pery-ui-radio-2.ui-radio .radio label {
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background: #FFF;
    padding: 10px 45px 10px 10px;
    margin: 0px;
    width: 100%;
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    min-height: 52px;
}

.pery-ui-radio-2.ui-radio .radio label .txt {
    font-family: 'Arimo';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(111, 132, 149, 1);
    display: block;
    margin-top: 3px;
}

.pery-ui-radio-2.ui-radio .radio label:before {
    width: 16px;
    height: 16px;
    right: 14px;
    margin-top: -8px;
}

.pery-ui-radio-2.ui-radio .radio input:checked+label:after {
    width: 8px;
    height: 8px;
    right: 18px;
    margin-top: -4px;
}

.pery-ui-radio-2.ui-radio .radio input:checked+label {
    border-radius: 4px;
    border: 1px solid rgba(69, 180, 227, 0.60);
    background: transparent;
}

.pery-ui-radio-2.ui-radio .radio {
    margin-top: 8px;
}

.pery-ui-radio-2.ui-radio .radio:first-child {
    margin-top: 16px;
}

.pery-ui-radio-2.ui-radio .radio .radio-inner {
    position: relative;
}

.pery-ui-radio-2.ui-radio .radio input {
    display: none;
}

.pery-ui-radio-2.ui-radio .radio label {
    cursor: pointer;
}

.pery-ui-radio-2.ui-radio .radio label img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.sub-radio-item {
    padding-right: 45px;
}

.sub-radio-item .radio-inner {
    margin-top: 8px;
}

.pery-ui-radio-2.ui-radio .radio .sub-radio-item label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    border: 2px solid #7a7e84;
    border-radius: 2px;
    margin-top: -8px;
}

.pery-ui-radio-2.ui-radio .radio .sub-radio-item input:checked+label:before {
    border-color: rgba(69, 180, 227, 1);
    background-color: rgba(69, 180, 227, 1);
}

.pery-ui-radio-2.ui-radio .radio .sub-radio-item input:checked+label:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea10";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    -webkit-text-stroke: 1px rgba(69, 180, 227, 1);
    border-radius: 0px;
    margin-top: -8px;
}

.pery-ui-checkbox-2.ui-checkbox {
    margin-top: 0px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox {
    position: relative;
    padding-right: 0px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox .checkbox-inner {
    position: relative;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox label {
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background: #FFF;
    padding: 10px 45px 10px 0px;
    margin: 0px;
    width: 100%;
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    min-height: 52px;
    cursor: pointer;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox input:checked+label {
    border-radius: 4px;
    border: 1px solid rgba(69, 180, 227, 0.60);
    background: transparent;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox label .txt {
    font-family: 'Arimo';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(111, 132, 149, 1);
    display: block;
    margin-top: 3px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox label img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    border: 2px solid #7a7e84;
    border-radius: 2px;
    margin-top: -8px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox input:checked+label:before {
    border-color: rgba(69, 180, 227, 1);
    background-color: rgba(69, 180, 227, 1);
}

.pery-ui-checkbox-2.ui-checkbox .checkbox input:checked+label:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea10";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    -webkit-text-stroke: 1px rgba(69, 180, 227, 1);
    border-radius: 0px;
    margin-top: -8px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox {
    margin-top: 8px;
}

.pery-ui-checkbox-2.ui-checkbox .checkbox:first-child {
    margin-top: 16px;
}

.main-left-side .pery__box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e8e9e9;
}

.pery_car_info .img-wrapper {
    position: relative;
    margin-left: 24px;
}

.pery_car_info .img-wrapper img {
    max-width: 142px;
}

.pery_car_info .title {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(24, 29, 32, 0.95);
}

.pery_car_info .color {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(111, 132, 149, 1);
}

.pery-order-summary {
    margin-top: 24px;
    border-top: 1px solid #e8e9e9;
}

.pery-order-summary .label-value {
    margin-top: 16px;
}

.pery-order-summary .label-value .label,
.pery-order-summary .label-value .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pery-order-summary .label-value .value {
    min-width: 70px;
    text-align: left;
}

.pery-order-summary .dvd {
    width: 100%;
    height: 16px;
    margin: 16px 0px;
    border-top: 1px solid #e8e9e9;
    border-bottom: 1px solid #e8e9e9;
}

.pery_car_info {
    padding-top: 24px;
}

.payment-preferences {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e8e9e9;
}

.payment-preferences .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: 5px;
}

.payment-preferences p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(111, 132, 149, 1);
    margin: 0px;
}

.payment-preferences .price-box {
    padding-top: 24px;
}

.payment-preferences .price-box .hd {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.payment-preferences .price-box .form-group {
    position: relative;
    margin: 0px;
}

.payment-preferences .price-box .form-group img {
    position: absolute;
    top: 10px;
    left: 16px;
}

.payment-preferences .price-box input {
    height: 40px;
    width: 136px;
    padding-left: 40px;
}

.payment-preferences .price-box .bottom-info {
    padding-top: 16px;
}

.payment-preferences .price-box .bottom-info .starting-value,
.payment-preferences .price-box .bottom-info .end-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    /* 20.02px */
    letter-spacing: 0.17px;
    color: rgba(199, 207, 214, 1);
}

.pery-order-total-summary {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e9e9;
}

.pery-order-total-summary .label-value {
    margin-bottom: 16px;
}

.pery-order-total-summary .label-value .label,
.pery-order-total-summary .label-value .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(24, 29, 32, 0.95);
}

.pery-order-total-summary .label-value.label-value-total .label,
.pery-order-total-summary .label-value.label-value-total .value {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
    color: rgba(20, 86, 137, 1);
}

.pery-order-total-summary .btn-primary {
    padding: 8px;
}

.pery-order-total-summary+.pery-contact-us-box {
    margin: 50px 0px 0px 0px;
}



@media (max-width: 1175px) {
    .pery-content-3 .main-left-side {
        padding-left: 24px;
    }
}

@media (max-width: 975px) {
    .pery-content-3 .main-left-side {
        width: calc(100% - 320px);
    }

    .pery-content-3 .main-right-side {
        min-width: 320px;
        max-width: 320px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {

    header.site-header.site-header-2.site-header-3,
    .pery-step-section .step-number .text {
        display: none;
    }

    .pery-step-section .step-number .count {
        margin-left: 0px;
    }

    .pery-step-section {
        padding-bottom: 0px;
        border-bottom: 0px solid #e8e9e9;
    }

    .pery-content-3 {
        display: block !important;
    }

    .pery-content-3 .main-left-side {
        width: 100%;
        padding-left: 0px;
    }

    .pery-content-3 .main-right-side {
        min-width: initial;
        max-width: 100%;
        padding-left: 0px;
    }

    .pery_car_info {
        padding-top: 40px;
    }

    .pery-order-total-summary+.pery-contact-us-box {
        margin: 34px 0px 0px 0px;
    }

    .pery-ui-checkbox-2.ui-checkbox .checkbox {
        padding-left: 0px;
    }
}

.pery-personal-information .row {
    margin: 0px -12px;
}

.pery-personal-information .row .col-sm-6,
.pery-personal-information .row .col-sm-12 {
    padding: 0px 12px;
}

.pery-personal-information .modal-close {
    top: 20px;
    left: 18px;
}

.pery-personal-information input.form-control {
    height: 40px;
}

.pery-personal-information .form-group {
    position: relative;
    margin: 0px 0px 18px 0px;
}

label.form-label.pery-form-label {
    color: rgba(111, 132, 149, 1);
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.3px;
    position: absolute;
    left: 12px;
    top: 9px;
    z-index: 0;
}

.pery-personal-information .pery-select-outer .select2-selection__arrow {
    height: 22px;
    top: 9px;
    left: 10px;
}

.pery-personal-information .pery-select-outer .select2-selection__arrow svg {
    width: 22px;
    height: 22px;
}

.pery-personal-information textarea.form-control {
    width: 100%;
    resize: none;
    height: 100px;
}

.pery-personal-information .btn-primary {
    padding: 7px;
}

.pery-personal-information .title {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    /* 19.76px */
    letter-spacing: 0.25px;
    color: rgba(24, 29, 32, 0.95);
    margin-bottom: 5px;
}

.pery-personal-information p {
    font-family: 'Arimo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: rgba(111, 132, 149, 1);
}

.pery-personal-information .ui-checkbox .checkbox label {
    font-family: 'Arimo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.4px;
    /* 121.25% */
    letter-spacing: -0.356px;
    color: rgba(111, 132, 149, 1);
}

.pery-personal-information .ui-checkbox {
    margin-top: 6px;
    margin-bottom: 26px;
}

.pery-personal-information .ui-checkbox .checkbox label:before,
.pery-personal-information .ui-checkbox .checkbox input:checked+label:after {
    top: 3px;
}

.pery-personal-information .ui-checkbox .checkbox label:before {
    border-radius: 2px;
}

.pery-personal-information .ui-checkbox .checkbox input {
    width: 100%;
}

@media (max-width: 767px) {
    .order-pages-2 .main-right-side {
        display: none;
    }

    .pery-personal-information .ui-checkbox .checkbox {
        position: relative;
        padding-right: 35px;
        padding-left: 0px;
    }

    .pery-personal-information .ui-checkbox .checkbox input,
    .ui-checkbox .checkbox label:before,
    .pery-personal-information .ui-checkbox .checkbox input:checked+label:after {
        right: 0px;
        left: auto;
    }
}

@media (min-width: 1062px) {
    .container.pery-container.pery-container-2 {
        max-width: 1070px;
    }
}