body {
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.bg_primary {
    background-color: #ffc000;
}

.bg_secondary {
    background-color: #364252;
}

.bg_grey {
    background-color: #FBFBFB;
}

.bg_white {
    background-color: #ffffff;
}

.txt_black,
.txt_black * {
    color: #000000;
}

.txt_white,
.txt_white * {
    color: #ffffff;
}

.txt_primary {
    color: #ffc000;
}

.txt_secondary {
    color: #364252;
}

.text_btn {
    font-size: 17px;
    font-weight: 500;
}

.text_btn i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc000;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
}

.text_btn:hover {
    color: #ffc000;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.form-control:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

/* ===== Scroll to Top ==== */
#return_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    /*display            : block;*/
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return_to_top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return_to_top:hover {
    background-color: #000;
}

#return_to_top:hover i {
    color: #fff;
}

/* ==== End Scroll to Top ==== */
.rating_stars i {
    font-size: 14px;
    color: #364252;
}

.btn_primary a,
.btn_primary input,
.btn_primary button,
.btn_secondary a,
.btn_secondary input,
.btn_secondary button {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    outline: none;
}

.btn_primary a,
.btn_primary input,
.btn_primary button {
    background-color: #ffc000 !important;
    color: #000000 !important;
}

.btn_primary a:hover,
.btn_primary input:hover,
.btn_primary button:hover {
    color: #ffffff !important;
    background-color: #364252 !important;
}

.btn_secondary a,
.btn_secondary input,
.btn_secondary button {
    background-color: #364252 !important;
    color: #ffffff !important;
}

.btn_secondary a:hover,
.btn_secondary input:hover,
.btn_secondary button:hover {
    color: #ffffff !important;
    background-color: #ffc000 !important;
}

.section_title {
    margin-bottom: 40px;
}

.section_title h2 {
    font-size: 42px;
    font-weight: 600;
}

* {
    letter-spacing: 0;
}

h1,
h2,
h3 {
    color: #000000;
    font-weight: 800;
}

p {
    color: #000000;
}

a,
button {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
button:hover {
    text-decoration: none;
    outline: none;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

.btn {
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.list-inline::after {
    display: block;
    content: "";
    clear: both;
}

.list-inline li {
    display: inline-block;
}

@media (min-width: 1400px) {
    .container_xl {
        max-width: 1288px;
    }
}

/* Extra Huge large desktops */
@media (min-width: 1920px) {
    /* .container {
        max-width: 1720px;
    } */
}

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
    /* .container {
        max-width: 1500px;
    } */
}

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
    /* .container {
        max-width: 1400px;
    } */
}

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
    /* .container {
        max-width: 1240px;
    } */
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.top_header .top_smallbar {
    background-color: #ffc000;
    padding: 8px 0;
}

.top_header .top_smallbar p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}

.top_header .top_smallbar p a {
    color: #000000;
    font-weight: 800;
}

.top_header .middle_header {
    background-color: #364252;
}

.top_header .middle_header nav.navbar {
    padding: 12px 0;
}

.top_header .middle_header nav.navbar .navbar-brand {
    color: #ffffff;
}

.top_header .middle_header nav.navbar .navbar-brand img {
    width: 300px;
}

.top_header .middle_header nav.navbar .navright_area a {
    color: #ffffff;
    padding: 0;
    margin-left: 30px;
}

.top_header .middle_header nav.navbar .navright_area .form-inline input {
    border: none;
    outline: none;
    margin-right: 0;
    border-radius: 0;
    background-color: #ffffff;
    height: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
}

.top_header .middle_header nav.navbar .navright_area .form-inline button {
    height: 40px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    color: #364252;
    padding-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 20px;
}

.top_header .navbar_area {
    background-color: #364252;
}

.top_header .navbar_area .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding-bottom: 12px;
}

.top_header .navbar_area .navbar-collapse .navbar-nav li {
    flex: 1;
    margin: 0 4px;
}

.top_header .navbar_area .navbar-collapse .navbar-nav li a {
    color: #000000;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.top_header .navbar_area .navbar-collapse .navbar-nav li a:hover {
    background-color: #ffc000;
}

.top_header .searchbar_area {
    padding: 10px 0;
    background-color: #364252;
}

.top_header .searchbar_area .form-inline {
    justify-content: center;
}

.top_header .searchbar_area .form-inline input {
    border: none;
    outline: none;
    margin-right: 0;
    border-radius: 0;
    background-color: #ffffff;
    height: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
    width: calc(100% - 36px);
    margin-left: 0;
}

.top_header .searchbar_area .form-inline button {
    height: 40px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    color: #364252;
    padding-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .top_header .navbar_area .navbar-collapse {
        display: flex;
        flex-basis: auto;
    }
}

@media (max-width: 991px) {
    .top_header .middle_header nav.navbar .navbar-brand img {
        width: 230px;
    }

    .top_header .middle_header nav.navbar .navbar-toggler {
        background-color: transparent;
        border: none;
        color: #ffffff;
        padding: 0;
        margin-left: 20px;
    }

    .top_header .middle_header nav.navbar .navright_area .form-inline input {
        width: 150px;
    }

    .top_header .middle_header nav.navbar .navright_area a {
        margin-left: 20px;
    }

    .top_header .navbar_area .navbar-collapse .navbar-nav {
        flex-direction: column;
    }

    .top_header .navbar_area .navbar-collapse .navbar-nav li {
        margin: 0;
    }

    .top_header .navbar_area .navbar-collapse .navbar-nav li a {
        border-bottom: 1px solid rgba(54, 66, 82, 0.1);
    }
}

@media (max-width: 767px) {
    .top_header .top_smallbar {
        text-align: center;
    }

    .top_header .middle_header nav.navbar .navbar-brand img {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .top_header .middle_header nav.navbar .navbar-brand {
        margin-right: 0;
    }

    .top_header .middle_header nav.navbar .navbar-brand img {
        width: 150px;
    }

    .top_header .middle_header nav.navbar .navright_area a {
        margin-left: 15px;
        font-size: 14px;
    }

    .top_header .middle_header nav.navbar .navright_area a span {
        display: none;
    }
}

.banner_section {
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}

.banner_section .banner_area h1 {
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 15px black;
    margin-bottom: 30px;
}

.banner_section .banner_area .tabs_section ul.nav-pills {
    justify-content: center;
}

.banner_section .banner_area .tabs_section ul.nav-pills li {
    margin: 0 3px;
}

.banner_section .banner_area .tabs_section ul.nav-pills li button {
    background-color: #364252;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
}

.banner_section .banner_area .tabs_section ul.nav-pills li button.active {
    background-color: #ffc000;
    color: #000000;
}

.banner_section .banner_area .tabs_section .tab-content .tab-pane {
    background-color: #ffffff;
}

.banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area {
    padding: 30px 40px 40px;
}

.banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area h5 {
    margin-bottom: 20px;
}

.banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area input.form-control,
.banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area select {
    font-size: 14px;
    height: 45px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 0;
}

.banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.advantages_section {
    background-color: #f2f2f2;
    padding: 15px 0;
}

.advantages_section .adv_item {
    padding: 15px 0;
}

.advantages_section .adv_item .d-flex .icon_area {
    min-width: 65px;
}

.advantages_section .adv_item .d-flex .icon_area img {
    width: 50px;
    display: inline-block;
    transition: 0.3s;
}

.advantages_section .adv_item .d-flex .content_area h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.advantages_section .adv_item:hover .d-flex .icon_area img {
    filter: invert(0.65) sepia(0.8) hue-rotate(10deg) saturate(400%);
    animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.products_area .product_item {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

.products_area .product_item .product_img a {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
}

.products_area .product_item .product_info {
    padding: 20px 20px 10px;
}

.products_area .product_item .product_info .product_rating {
    margin-bottom: 15px;
}

.products_area .product_item .product_info .product_rating i {
    color: #f4ac05;
    font-size: 18px;
}

.products_area .product_item .product_info .product_name {
    margin-bottom: 15px;
}

.products_area .product_item .product_info .product_name a {
    color: #000000;
}

.products_area .product_item .product_info .product_price {
    margin-bottom: 15px;
}

.products_area .product_item .product_info .product_price h4 {
    font-weight: 700;
}

.products_area .product_item .product_info select.form-control {
    height: 45px;
    padding: 10px 15px;
    background-color: #e6e6e6;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.products_area .product_item .product_info .btn_primary a {
    padding: 13px 10px;
    text-transform: uppercase;
}

.products_area .product_item .product_info .free_delivery p {
    margin-bottom: 0;
    color: #c00000;
    font-size: 18px;
}

.products_area .product_item .btn_moredetails a {
    width: 100%;
    text-align: center;
    background-color: #c00000;
    color: #ffffff;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.viewmore_btn a:hover {
    background-color: #222933 !important;
}

.brands_section {
    padding: 20px 0;
    background-image: url(../images/tires_mark.png);
    background-repeat: no-repeat;
    background-position: left -1px;
    background-size: contain;
}

.brands_section .brands_slider .brand_item {
    height: 100px;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands_section .brands_slider .brand_item img {
    filter: invert(1);
}

.newsletterform_section .section_title {
    margin-bottom: 20px;
}

.newsletterform_section .subscribe_form .input-group input {
    border: none;
    outline: none;
    margin-right: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    height: 48px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 30px;
}

.newsletterform_section .subscribe_form .input-group button {
    height: 48px;
    background-color: #ffc000;
    border: none;
    border-radius: 0;
    color: #000000;
    padding-left: 16px;
    padding-right: 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .products_area .product_item .product_info .btn_primary a {
        font-size: 12px;
    }
}

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
    .banner_section .banner_area .tabs_section ul.nav-pills li button {
        font-size: 14px;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    .banner_section .banner_area .tabs_section ul.nav-pills li {
        width: 30%;
    }

    .banner_section .banner_area .tabs_section ul.nav-pills li button {
        font-size: 14px;
    }

    .products_area .product_item .product_info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products_area .product_item .product_info .btn_primary a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .brands_section .brands_slider .brand_item {
        padding: 15px 20px;
    }
}

/* Smaller phones */
@media (max-width: 575px) {
    .banner_section .banner_area .tabs_section ul.nav-pills li {
        width: 30%;
    }

    .banner_section .banner_area .tabs_section ul.nav-pills li button {
        font-size: 12px;
        padding: 6px 8px;
        min-height: 66px;
    }

    .banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area {
        padding: 20px;
    }

    .banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area .input-group {
        flex-direction: column;
    }

    .banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area .input-group input {
        margin-bottom: 15px;
    }

    .banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area .input-group .btn_primary {
        text-align: center;
    }

    .banner_section .banner_area .tabs_section .tab-content .tab-pane .tab_content_area .input-group .btn_primary button {
        width: 100%;
    }

    .products_area .product_item .product_info .btn_primary a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .brands_section .brands_slider .brand_item {
        padding: 15px 20px;
    }

    .newsletterform_section .subscribe_form .input-group button span {
        display: none;
    }

    .newsletterform_section .subscribe_form .input-group button i {
        margin-left: 0 !important;
    }
}

.sidebar_area .sidebar_item {
    margin-bottom: 30px;
}

.sidebar_area .sidebar_item .sidebar_title {
    display: inline-flex;
    width: 100%;
    padding: 10px 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #1e242d !important;
    color: #ffffff !important;
}

.sidebar_area .sidebar_item .sidebar_content {
    padding: 15px;
    background-color: #ffffff;
}

.sidebar_area .sidebar_item .sidebar_content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar_area .sidebar_item .sidebar_content ul li {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.sidebar_area .sidebar_item .sidebar_content ul li input {
    outline: none !important;
    border-color: #d9d9d9;
    cursor: pointer;
}

.sidebar_area .sidebar_item .sidebar_content ul li input:checked {
    border-color: #ffc000;
}

.sidebar_area .sidebar_item .sidebar_content ul li label {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

.brands_page_section .brand_item {
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

.brands_page_section .brand_item img {
    display: block;
    margin: 0 auto;
}

.brands_page_section .brand_item h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
    background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%);
    padding: 10px;
    color: #fff;
    opacity: 0;
}

.brands_page_section .brand_item:hover h5 {
    opacity: 1;
}

.garage_items .garage_item {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

.garage_items .garage_item .rating .fa-star {
    color: #f4ac05;
}

.garage_items .garage_item .rating .fa-star.inactive {
    color: #77777752;
}

.garage_items .garage_item .rating a {
    color: #008000;
}

.garage_items .garage_item .map iframe {
    width: 100%;
    height: 220px;
}

.garage_items .garage_item .garage_details ul {
    padding-left: 0;
}

.garage_items .garage_item .garage_details ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
}

.garage_items .garage_item .garage_details ul li:not(:last-child) {
    margin-bottom: 7px;
}

.garage_details_page .garage_img {
    height: 100%;
}

.garage_details_page .garage_img img {
    height: 100%;
    object-fit: cover;
}

.garage_details_page .garage_details {
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
}

.garage_details_page .garage_details ul {
    padding-left: 0;
}

.garage_details_page .garage_details ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
}

.garage_details_page .garage_details ul li:not(:last-child) {
    margin-bottom: 7px;
}

.details_section .backbtn a {
    color: #548235;
    text-decoration: underline;
}

.details_section .product_images_slider {
    position: relative;
}

.details_section .product_images_slider .owl-carousel .product_img {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}

.details_section .product_images_slider .product_thumbnails {
    gap: 15px;
    flex-wrap: wrap;
}

.details_section .product_images_slider .product_thumbnails a {
    min-width: 17%;
    display: inline-block;
    flex: 0.2;
    background-color: #ffffff;
    border: 4px solid #e2e2e2;
}

.details_section .product_images_slider .product_thumbnails a.active {
    border-color: #ffc000;
}

.details_section .product_images_slider .brand_img {
    position: absolute;
    width: 180px;
    z-index: 1;
    top: 1px;
    left: 1px;
}

.details_section .product_details_area .rating i {
    color: #f4ac05;
}

.details_section .product_details_area .rating span {
    color: #03789b;
    padding-left: 10px;
}

.details_section .product_details_area .price h3 {
    font-weight: 600;
    color: #364252;
}

.details_section .product_details_area .price h3 span {
    color: #548235;
    font-size: 20px;
    font-weight: 500;
}

.details_section .product_details_area .price h3 del {
    font-size: 20px;
    font-weight: 400;
}

.details_section .product_details_area .price a {
    color: #548235;
    font-weight: 600;
    text-decoration: underline;
}

.details_section .product_details_area .input-group input {
    height: 45px;
}

.details_section .product_details_area .input-group .btn_primary button:hover {
    background-color: #222933 !important;
}

.details_section .product_details_area .payment_methods img {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    margin-right: 10px;
}

.product_reviews_area .review_item {
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
    border-radius: 10px;
}

.product_reviews_area .review_item .rating_stars {
    margin-bottom: 10px;
}

.product_reviews_area .review_item .rating_stars i {
    color: #f4ac05;
}

.product_reviews_area .review_item .review_by small {
    opacity: 0.5;
}

.product_reviews_area .review_item .review_content p {
    margin-bottom: 0;
}

.modal.auth_modal .modal-content {
    border: none;
}

.modal.auth_modal .modal-content .modal-body {
    padding: 40px;
}

.modal.auth_modal .modal-content .modal-body button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 21px;
}

.modal.auth_modal .modal-content .modal-body .modal_logo img {
    width: 250px;
}

.modal.auth_modal .modal-content .modal-body .auth_form form h4 {
    color: #c00000;
    margin-bottom: 15px;
}

.modal.auth_modal .modal-content .modal-body .auth_form form .form-group input.form-control {
    border-radius: 6px;
    height: 48px;
    font-size: 14px;
}

.modal.auth_modal .modal-content .modal-body .auth_form form .pass_instructions {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
    line-height: 18px;
    display: inline-block;
    font-style: italic;
}

.modal.auth_modal .modal-content .modal-body .auth_form.whitebox {
    background-color: #ffffff;
    padding: 40px;
}

.modal.auth_modal .modal-content .modal-body .auth_form.signup_form h4 {
    color: #ffc000;
}

.modal.auth_modal .modal-content .modal-body .auth_separator {
    color: #ffc000;
    text-align: center;
    position: relative;
}

.modal.auth_modal .modal-content .modal-body .auth_separator::before {
    content: '';
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffc000;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    z-index: 0;
}

.modal.auth_modal .modal-content .modal-body .auth_separator span {
    background-color: #364252;
    font-size: 14px;
    position: relative;
    padding: 0 5px;
}

.modal.auth_modal .modal-content .modal-body .btn_primary.btnhover a:hover,
.modal.auth_modal .modal-content .modal-body .btn_primary.btnhover button:hover {
    background-color: #222933 !important;
}

.contact_section {
    background-color: #364252;
}

.contact_section .contact_icon_section {
    text-align: center;
}

.contact_section .contact_icon_section .icons_section i {
    font-size: 50px;
    color: #ffffff;
}

.contact_section .contact_icon_section .icons_section p {
    padding-top: 20px;
    color: #ffffff;
}

.contact_section .form_section {
    padding-top: 30px;
}

.contact_section .form_section form .form-group {
    padding: 0 8px;
}

.contact_section .form_section form .form-group input.form-control,
.contact_section .form_section form .form-group select {
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    border: 2px solid #e6e6e6;
    height: 45px;
    width: 100%;
}

.contact_section .form_section form .form-group input.form-control:focus,
.contact_section .form_section form .form-group select:focus {
    border: 2px solid #e6e6e6;
}

.contact_section .form_section form .form-group textarea {
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    border: 2px solid #e6e6e6;
    height: 180px;
    width: 100%;
}

.contact_section .form_section form .form-group textarea:focus {
    border: 2px solid #e6e6e6;
}

.contact_section .form_section form .send {
    text-align: center;
}

.contact_section .form_section form .send button {
    background-color: #c00000;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 40px;
}

@media only screen and (max-width: 575px) {
    .contact_section .form_section form .form-group input.form-control,
    .contact_section .form_section form .form-group select {
        font-size: 13px;
    }

    .contact_section .form_section form .form-group textarea {
        font-size: 13px;
        height: 140px;
    }

    .contact_section .form_section form .send button {
        font-size: 18px;
        padding: 5px 30px;
    }
}

.footer_section {
    background-color: #ffc000;
    padding-top: 50px;
    background-image: url(../images/tires_mark.png);
    background-repeat: no-repeat;
    background-position: right -1px;
}

.footer_section .footer_item {
    padding-bottom: 30px;
}

.footer_section .footer_item h4 {
    color: #364252;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer_section .footer_item .quicklinks ul {
    padding-left: 22px;
}

.footer_section .footer_item .quicklinks ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.footer_section .footer_item .quicklinks ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #364252;
    margin-left: -20px;
    margin-right: 10px;
}

.footer_section .footer_item .quicklinks ul li a {
    color: #364252;
    font-size: 14px;
    font-weight: 600;
}

.footer_section .footer_item .quicklinks ul li a:hover {
    color: #000000;
}

.footer_section .footer_item .sociallinks ul {
    padding-left: 0;
}

.footer_section .footer_item .sociallinks ul li {
    list-style-type: none;
    display: inline-block;
}

.footer_section .footer_item .sociallinks ul li a {
    color: #ffffff;
    border: 1px solid #364252;
    background-color: #364252;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.footer_section .footer_item .sociallinks ul li a:hover {
    background-color: #c00000;
    border-color: #c00000;
    color: #ffc000;
}

.footer_section .footer_item .subscribe_form {
    margin-bottom: 30px;
}

.footer_section .footer_item .subscribe_form .input-group input {
    border: none;
    outline: none;
    margin-right: 0;
    border-radius: 0;
    background-color: #ffffff;
    height: 48px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
}

.footer_section .footer_item .subscribe_form .input-group button {
    height: 48px;
    background-color: #ffc000;
    border: none;
    border-radius: 0;
    color: #000000;
    padding-left: 16px;
    padding-right: 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
}

.footer_section .footer_separator {
    border-color: rgba(54, 66, 82, 0.1);
    margin-top: 0;
}

.footer_section .copyright_area {
    padding-bottom: 15px;
}

.footer_section .copyright_area p {
    margin-bottom: 0;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */

/*# sourceMappingURL=custom.css.map */
