/* 
  Template Name: Hossmate - Automobile Bootstrap Template
  Template URI: https://www.designtocodes.com/product/hossmate-automobile-bootstrap-template/
  Description: Hossmate Automobile Template is a paid and elegant website template that is built on Bootstrap.
  Author: DesigntoCodes
  Author URI: https://www.designtocodes.com
  Text Domain: Hossmate
*/

/* Home page CSS */

/********** Global CSS **********
/*
/======================================================*/

html {
  scroll-behavior: smooth;
}
:root {
  /* Set global Color */
  --primary_color: #f1bf4d;
  --second_primary_color: #efb839;
  --secondary_color: #131723;
  --second_secondary_color: #42454f;

  --paragraph_color: #2b2e39;
  --other_color: #a1a2a7;

  --default_one: #ffffff;
  --default_two: #000000;

  /* Google Font Font */
  --primary_font: "Poppins", sans-serif;
  --secondary_font: "Nunito Sans", sans-serif;
}

::selection {
  background: var(--primary_color);
  color: var(--default_one);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* global button css start */

/* large button */
.d2c_button_large {
  background: var(--primary_color) !important;
  color: var(--secondary_color) !important;
  padding: 17px 55px 17px 55px !important;
  border-radius: 0px !important;
  font-family: var(--primary_font);
  font-weight: 500 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_button_large:hover {
  background: var(--secondary_color) !important;
  color: var(--primary_color) !important;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_button_large:focus {
  box-shadow: none !important;
  outline: none;
}

/* regular button */
.d2c_button_regular {
  background: var(--primary_color) !important;
  color: var(--secondary_color) !important;
  font-family: var(--primary_font);
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase;
  transition: 0.4s all ease;
  border-radius: 0px !important;
  padding: 15px 45px !important;
}
.d2c_button_regular:hover {
  background: var(--secondary_color);
  color: var(--primary_color);
  transition: 0.4s all ease;
}
.d2c_button_regular:focus {
  box-shadow: none !important;
  outline: none;
}
/* small button */
.d2c_button_small {
  background: var(--primary_color) !important;
  color: var(--secondary_color) !important;
  font-family: var(--primary_font);
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase;
  transition: 0.4s all ease;
  border-radius: 0px !important;
  padding: 12px 30px 11px 30px !important;
}
.d2c_button_small:hover {
  background: var(--secondary_color) !important;
  color: var(--primary_color) !important;
  transition: 0.4s all ease;
}
.d2c_button_small:focus {
  box-shadow: none !important;
  outline: none;
}

/* global button css end */

/* global banner section start */
.d2c_banner {
  padding: 100px 0px;
  background: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url(../images/banner_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 125px;
}
.d2c_banner .d2c_heading {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--primary_color);
  margin-bottom: 0px;
  text-align: center;
}

/* global banner section end */

/* global heading start */

.d2c_heading_wrapper {
  padding: 100px 0px 60px 0px;
  text-align: center;
}
.d2c_heading_wrapper h2 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--paragraph_color);
}

/* global heading end */

/*================= Nav start =================*/

/* sub-nav start */
.d2c_nav .d2c_sub_nav {
  background: var(--default_one);
  padding: 17px 0px;
  border-radius: 0px;
}
.d2c_main_nav .navbar {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
  padding: 0px;
  background: var(--primary_color) !important;
}
.d2c_nav .d2c_sub_nav a {
  font-family: var(--primary_font);
  font-size: 15px;
  color: var(--secondary_color);
  text-decoration: none;
  margin-right: 20px;
  text-transform: lowercase;
}
.d2c_nav .d2c_sub_nav a span {
  display: inline-flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: var(--default_one);
  width: 25px;
  height: 25px;
  background: var(--secondary_color) !important;
}
.d2c_nav .d2c_sub_nav a:last-child {
  margin-right: 0px;
}

.d2c_nav .d2c_sub_nav .d2c_social_wrapper a {
  margin-right: 0px !important;
}
.d2c_nav .d2c_sub_nav .d2c_social_wrapper a span {
  transition: 0.4s all ease;
}
.d2c_nav .d2c_sub_nav .d2c_social_wrapper a span:hover {
  background: var(--primary_color) !important;
  transition: 0.4s all ease;
}

/* sub-nav end */

.d2c_main_nav {
  z-index: 1030 !important;
  position: fixed;
  top: 0px;
  width: 100%;
  background: var(--primary_color) !important;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 4%);
}

.d2c_main_nav .navbar ul li {
  padding: 0px 5px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main_nav .navbar ul li a {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 16px;
  height: 100% !important;
  text-transform: uppercase;
  color: var(--secondary_color) !important;
  padding: 20px;
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main_nav .navbar ul li a:hover {
  color: var(--default_one) !important;
}
.d2c_main_nav .navbar ul li.active a {
  color: var(--default_one) !important;
}

.d2c_main_nav .navbar ul .dropdown {
  position: relative;
  display: inline-block;
}
.d2c_main_nav .navbar ul .dropdown .dropbtn:hover {
  cursor: unset;
}
.d2c_main_nav .navbar ul .dropdown .dropdown-content {
  display: none;
  position: absolute;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: var(--default_one);
  padding: 10px 0px 10px 0px;
}
.d2c_main_nav .navbar ul .dropdown .dropdown-content a {
  color: var(--white-color) !important;
  background: var(--default_one);
  text-decoration: none;
  display: block;
}
.d2c_main_nav .navbar ul .dropdown .btn:hover {
  color: var(--white-color) !important;
}
.d2c_main_nav .navbar ul .dropdown .dropdown-content a:hover {
  background-color: #e9ecef;
}
.d2c_main_nav .navbar ul .dropdown:hover .dropdown-content {
  display: block;
  left: 0px;
}
.d2c_main_nav .navbar ul .dropdown .dropdown-item {
  padding: 5px 20px;
  text-transform: capitalize !important;
}
.d2c_main_nav .navbar ul .dropdown .dropdown-content a:hover {
  color: var(--primary_color) !important;
}
/*================= Nav end =================*/

/*================= hero section start =================*/

.d2c_hero_section {
  height: 100vh;
  background: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url(../images/hero_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 69px;
}
.d2c_hero_section h1 {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  color: var(--second_primary_color);
  margin-bottom: 25px;
}
.d2c_hero_section .d2c_semi_large_button {
  margin-top: 0px !important;
}
.d2c_hero_section .d2c_semi_large_button:hover {
  background: var(--default_one) !important;
  border-color: var(--default_one) !important;
  color: var(--secondary_color) !important;
}

/*================= hero section end =================*/

/*================= home Details section start =================*/

.d2c_details_section {
  padding: 100px 0px;
  background-image: url("../images/home_bg_1.png");
  background-repeat: no-repeat;
  background-position: 95% 40%;
}

.d2c_details_section .card {
  border: none;
  border-radius: 0px;
  background-color: #42424f;
  height: 100%;
}
.d2c_details_section .card .card-body {
  padding: 30px;
}
.d2c_details_section .card .card-body h4 {
  font-family: var(--primary_font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: var(--default_one);
}

.d2c_details_section .card .card-body p {
  font-family: var(--secondary_font);
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}
/*================= home Details section start =================*/

/*================= home about section start =================*/

/*.d2c_home_about{
    padding: 100px 0px;
}
.d2c_home_about .d2c_about_page_heading{
    font-weight: 900;
}
.d2c_home_about .d2c_semi_large_button{
    margin-top: 30px;
}
.d2c_home_about .d2c_about_page_heading{
    margin-bottom: 25px;
}*/
/*================= home about section end =================*/

/*================= home Work section start =================*/
.d2c_home_work_section {
  padding-bottom: 100px;
  background: rgba(239, 184, 57, 0.04);
}

/*================= home work section start =================*/

/*================= home Work section start =================*/
.d2c_home_service_Section {
  background-image: url("../images/home_bg_2.png");
  background-repeat: no-repeat;
  background-position: 5% 40%;
}

/*================= home work section start =================*/

/*================= home about section start =================*/

.d2c_home_about .d2c_semi_large_button {
  margin-top: 30px !important;
}
.d2c_home_about .d2c_about_content h2 {
  margin-bottom: 20px;
}
.d2c_home_about .d2c_about_content p {
  font-size: 17px !important;
  color: var(--secondary_color) !important;
  margin-bottom: 40px !important;
}

/*================= home about section end =================*/

/*================= home services section start =================*/

.d2c_home_services {
  padding: 100px 0px;
  background-image: url(../images/bg_left.png), url(../images/bg_right.png);
  background-position: 5% 30%, 94% 80%;
  background-repeat: no-repeat, no-repeat;
}
.d2c_home_services .d2c_home_services_heading h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--other_color_two);
  text-align: center;
  margin-bottom: 100px;
}
.d2c_home_services .d2c_semi_large_button {
  background: var(--primary_color) !important;
  border: 2px solid transparent !important;
  color: var(--default_one) !important;
  font-weight: bold !important;
  margin-top: 100px;
  border: 2px solid transparent;
}
.d2c_home_services .d2c_semi_large_button:hover {
  background: var(--secondary_color) !important;
  border: 2px solid var(--secondary_color) !important;
}

/*================= home services section end =================*/

/*================= home choose us section start =================*/

.d2c_choose_us {
  padding: 100px 0px;
  background: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url(../images/choose_us_section_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d2c_choose_us .d2c_choose_us_heading {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--default_one);
  text-align: center;
  margin-bottom: 100px;
}
.d2c_choose_us .d2c_choose_us_content {
  text-align: center;
  background: var(--default_one);
  border-radius: 5px;
  padding: 50px 30px;
  height: 100%;
}
.d2c_choose_us .d2c_choose_us_content h4 {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--primary_color);
}
.d2c_choose_us .d2c_choose_us_content p {
  font-family: var(--secondary_font);
  font-size: 17px;
  color: var(--secondary_color);
  margin-bottom: 0px;
}

/*================= home choose us section end =================*/

/*================= home counter section start =================*/

.d2c_counter {
  padding: 100px 0px;
  background: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url(../images/counter_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d2c_counter .d2c_counter_content {
  text-align: center;
  padding: 40px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_counter .d2c_counter_content p {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  color: var(--primary_color);
  margin-bottom: 0px;
}
.d2c_counter .d2c_counter_content h1 {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--default_one);
}

/*================= home counter section end =================*/

/*================= home Price section end =================*/

.d2c_price_section {
  padding-bottom: 100px;
}

.d2c_price_section .card {
  position: relative;
  background: var(--default_one);
  box-shadow: 0px 0px 25px rgba(43, 46, 57, 0.05);
  border: none;
  background-image: url("../images/team_card_shape.png") !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  height: 100%;
}
.d2c_price_section .row .col-md-4:nth-child(2) .card {
  background: var(--second_secondary_color);
}

.d2c_price_section .card .card-body .card-title {
  margin-bottom: 15px;
}
.d2c_price_section .card .card-body .card-title h4 {
  font-family: var(--primary_font);
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--second_primary_color);
  margin-bottom: 0;
}
.d2c_price_section .card .card-body .card-text {
  margin-bottom: 15px;
}
.d2c_price_section .card .card-body .card-text .list-group-item {
  background-color: transparent;
}
.d2c_price_section .card .card-body .card-text p {
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary_color);
  margin-bottom: 0;
}
.d2c_price_section .row .col-md-4:nth-child(2) .card-text p {
  color: var(--default_one);
}

.d2c_price_section .card .card-footer {
  padding: 0;
}

.d2c_price_section .card .card-footer .btn.d2c_button_small {
  background-color: var(--second_secondary_color) !important;
  color: var(--primary_color) !important;
}
.d2c_price_section .card .card-footer .btn.d2c_button_small:hover {
  background-color: var(--primary_color) !important;
  color: var(--second_secondary_color) !important;
}

.d2c_price_section
  .row
  .col-md-4:nth-child(2)
  .card
  .card-footer
  .btn.d2c_button_small {
  background-color: var(--primary_color) !important;
  color: var(--second_secondary_color) !important;
}
.d2c_price_section
  .row
  .col-md-4:nth-child(2)
  .card
  .card-footer
  .btn.d2c_button_small:hover {
  background-color: var(--second_secondary_color) !important;
  color: var(--primary_color) !important;
}

/*================= home Price section end =================*/

/* testimonial section start */

.d2c_testimonial {
  padding-bottom: 100px;
  background-image: linear-gradient(
      0deg,
      rgba(43, 46, 57, 0.91),
      rgba(43, 46, 57, 0.91)
    ),
    url(../images/testimonial_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d2c_testimonial .d2c_heading_wrapper h2 {
  color: var(--default_one);
}
.d2c_testimonial .d2c_testimonial_heading {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--secondary_color);
  margin-bottom: 100px;
}
.d2c_testimonial .d2c_testimonial_content {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  padding: 60px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_testimonial .d2c_testimonial_content .d2c_client_img_wrapper {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_testimonial .d2c_testimonial_content .d2c_client_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d2c_testimonial .d2c_testimonial_content .d2c_right_part .d2c_quatation {
  position: absolute;
  right: 0;
  top: -15px;
}
.d2c_testimonial
  .d2c_testimonial_content
  .d2c_right_part
  .d2c_testimonial_rating {
  margin-bottom: 10px;
}
.d2c_testimonial
  .d2c_testimonial_content
  .d2c_right_part
  .d2c_testimonial_rating
  i {
  color: var(--primary_color);
  font-size: 20px;
  margin-right: 5px;
}
.d2c_testimonial .d2c_testimonial_content .d2c_right_part h3 {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--default_one);
  width: 80%;
}
.d2c_testimonial .d2c_testimonial_content .d2c_review_text {
  margin-top: 15px;
}
.d2c_testimonial .d2c_testimonial_content .d2c_review_text p {
  font-family: var(--secondary_font);
  font-size: 16px;
  color: var(--default_one);
  margin-bottom: 0px;
}

/* testimonial section end */

/*Blog section Start*/

.d2c_blog_section {
  padding-bottom: 100px;
}

.d2c_blog_section .card {
  border: none;
  box-shadow: 0px 0px 25px rgba(43, 46, 57, 0.05);
}
.d2c_blog_section .card .card-img-top {
  width: 100%;
  height: 230px;
}
.d2c_blog_section .card .card-img-top img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.d2c_blog_section .card .card-body {
  padding: 25px 15px;
}
.d2c_blog_section .card .card-title {
  text-decoration: none;
  margin-bottom: 20px;
}
.d2c_blog_section .card .card-title h4 {
  font-family: var(--primary_font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--secondary_color);
}
.d2c_blog_section .card .d2c_meta {
  display: flex;
  justify-content: space-between;
}
.d2c_blog_section .card .d2c_meta a {
  text-decoration: none;
  font-family: var(--secondary_font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: var(--other_color);
}
/*Blog section End*/

/*================= home blog section start =================*/

/*================= home blog section end =================*/

/*====================================================
/*Copyright © 2020. Designed by designtocodes***
/*
/**********Footer Section**********
/*
/======================================================*/

footer.d2c_main_footer {
  background: rgba(19, 23, 35, 0.97);
  padding: 60px 0px;
}


.d2c_footer_left img{
  width: 244px;
}
footer.d2c_main_footer .navbar-brand {
  margin-bottom: 20px;
}
footer .d2c_footer_social a {
  text-decoration: none;
  color: var(--primary_color);
  font-size: 24px;
}
footer.d2c_main_footer p {
  font-family: var(--primary_font);
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: var(--default_one);
  margin-bottom: 0px;
}

footer.d2c_main_footer .d2c_footer_heading {
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--default_one);
  margin-bottom: 20px;
}
footer.d2c_main_footer a {
  text-decoration: none;
}

footer.d2c_main_footer .list-unstyled a {
  font-family: var(--primary_font);
  font-size: 14px;
  color: var(--default_one);
  text-transform: uppercase;
  transition: 0.4s all ease;
}
footer.d2c_main_footer .list-unstyled a:hover {
  color: var(--primary_color);
  transition: 0.4s all ease;
}
footer.d2c_main_footer .list-unstyled li {
  margin: 8px 0px;
}
footer.d2c_main_footer .list-unstyled li span {
  color: var(--primary_color);
  margin-right: 7px;
}
footer.d2c_main_footer .d2c_footer_right p {
  font-family: var(--primary_font);
  font-size: 14px;
  color: var(--default_one);
  margin: 8px 0px;
}
footer.d2c_main_footer .d2c_footer_right .d2c_footer_social {
}
footer.d2c_main_footer .d2c_footer_right .d2c_footer_social a {
  text-decoration: none;
}
footer.d2c_main_footer .d2c_footer_right .d2c_footer_social a span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: var(--primary_color);
  color: var(--secondary_color);
  font-size: 18px;
  margin-right: 10px;
  transition: 0.4s all ease;
}
footer.d2c_main_footer .d2c_footer_right .d2c_footer_social a span:hover {
  background: var(--secondary_color);
  color: var(--default_one);
  transition: 0.4s all ease;
}
footer.d2c_main_footer .d2c_footer_right form {
  position: relative;
}
footer.d2c_main_footer .d2c_footer_right input {
  font-family: var(--primary_font);
  width: 84%;
  border-radius: 0px;
  margin-top: 18px;
  border: none;
}
footer.d2c_main_footer .d2c_footer_right input:focus {
  box-shadow: none;
}
footer.d2c_main_footer .d2c_footer_right .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--primary_color);
  color: var(--secondary_color);
  border-radius: 0px;
  transition: 0.4s all ease;
}
footer.d2c_main_footer .d2c_footer_right .btn:hover {
  background: var(--secondary_color);
  color: var(--primary_color);
  transition: 0.4s all ease;
  word-break: break-all;
}

/* sub-footer */
.d2c_sub_footer {
  background: var(--secondary_color);
  padding: 10px 0px;
}
.d2c_sub_footer p {
  margin-bottom: 0;
  font-family: var(--primary_font);
  font-weight: 300;
  font-size: 13px;
  color: var(--other_color);
  text-transform: uppercase;
}
.d2c_sub_footer p a {
  text-decoration: none;
  color: var(--other_color);
}
.d2c_sub_footer .d2c_website {
  font-weight: 700;
}
.d2c_main_footer .d2c_footer_left p {
  margin-bottom: 15px;
}
.d2c_main_footer .d2c_footer_left p a {
  font-family: var(--primary_font);
  text-decoration: none;
  color: var(--default_one);
  text-transform: lowercase;
  font-size: 18px;
  word-break: break-all;
}
.d2c_main_footer .d2c_footer_left p a span i {
  color: var(--secondary_color);
  background: var(--primary_color);
  display: inline-flex;
  width: 25px;
  height: 25px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.4s all ease;
}
.d2c_main_footer .d2c_footer_left p a:hover span {
  background: var(--secondary_color);
  color: var(--default_one);
  transition: 0.4s all ease;
}
.d2c_main_footer .d2c_footer_left p a .d2c_location {
  width: 30px;
}
/* =========== footer section end ============== */

/* ========================== bottom to top scroll start ============================ */

#scrollToTopBtn {
  background: var(--default_one);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  cursor: pointer;
  font-size: 18px;
  color: var(--secondary_color);
  border: none;
  width: 40px;
  height: 40px;
  position: fixed;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  bottom: 10%;
  right: 10%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#scrollToTopBtn:focus {
  outline: none;
}
#scrollToTopBtn a {
  color: var(--secondary_color);
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#scrollToTopBtn:hover a {
  color: var(--primary_color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

/* ========================== bottom to top scroll end ============================ */
