/* ====== COMMON START HERE ====== */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #333333;
  background-color: #f8f8f8;
}

a {
  color: #3c4ea2;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

.dropdown-list {
  width: inherit !important;
  top: inherit !important;
  left: inherit !important;
}

.form-control:focus {
  border-color: #3c4ea2;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.gray-button,
.blue-button,
.red-button {
  padding: .6rem 1.2rem;
  height: auto !important;
  background-color: #3b3b3b;
  border: none;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.gray-button:hover,
.blue-button:hover,
.red-button:hover {
  color: #ffffff;
  background-color: #666666;
}

.small.gray-button,
.small.blue-button,
.small.red-button {
  padding: .35rem 0.7rem;
  font-size: 13px;
}

.big.gray-button,
.big.blue-button,
.big.red-button {
  padding: .7rem 1.8rem;
  font-size: 15px;
}

.blue-button {
  background-color: #3c4ea2;
}

.blue-button:hover {
  background-color: #566ccf;
}

.red-button {
  background-color: #de1c4e;
}

.red-button:hover {
  background-color: #f72d5f;
}

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

/* ====== COMMON END HERE ====== */
/* ====== HEADER START HERE ====== */
.header-top-navigation {
  background-color: #efefef;
}

@media (max-width: 992px) {
  .header-top-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 3;
  }
}

@media (max-width: 576px) {
  .header-top-navigation {
    top: 51px;
  }
}

@media (max-width: 992px) {
  .header-top-navigation .navbar {
    padding: 0rem;
  }
}

.header-main-body .navbar {
  padding: .7rem 0rem;
}

@media (max-width: 992px) {
  .header-main-body .navbar {
    padding: .3rem 0rem 0rem 0.5rem;
  }
}

@media (max-width: 992px) {
  .header-main-body .navbar .navbar-brand img {
    width: 140px;
  }
}

@media (max-width: 576px) {
  .header-main-body .navbar .navbar-brand img {
    width: 80px;
  }
}

@media (max-width: 576px) {
  .header-main-body .navbar .navbar-toggler {
    padding: .25rem .25rem;
  }

  .header-main-body .navbar .navbar-toggler .navbar-toggler-icon img {
    width: 22px;
  }
}

.select-location .fa-map-marker {
  font-size: 18px;
}

.select-location select.form-control {
  padding: 3px;
  height: auto;
  border-radius: 20px;
  font-size: 14px;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  -o-transition: ease 300ms;
  transition: ease 300ms;
}

.select-location select.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  border-color: #3c4ea2;
}

.header-top-navigation-right .nav-item .nav-link {
  font-size: 14px;
  color: #333333;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  -o-transition: ease 300ms;
  transition: ease 300ms;
}

.header-top-navigation-right .nav-item .nav-link.disabled {
  color: #333333;
}

.header-top-navigation-right .nav-item .nav-link:hover {
  color: #3c4ea2 !important;
}

.header-top-navigation-right .nav-item .nav-link:after {
  content: '|';
  padding-left: 15px;
}

@media (max-width: 992px) {
  .header-top-navigation-right .nav-item .nav-link {
    border-top: 1px solid #ccc;
  }

  .header-top-navigation-right .nav-item .nav-link:after {
    content: '';
    padding-left: 0px;
  }
}

.header-top-navigation-right .nav-item:last-child .nav-link:after {
  content: '';
  padding-left: 0px;
}

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

.login-signup .dropdown .btn-theme {
  background-color: #3c4ea2;
  color: #ffffff;
  font-size: 15px;
  padding: .5rem 1rem;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
}

.login-signup .dropdown .btn-theme:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

@media (max-width: 576px) {
  .login-signup .dropdown .btn-theme {
    padding: .3rem 0.6rem;
    margin-top: -4px;
  }
}

.search-offers .form-inline .fa-search {
  position: absolute;
  left: 14px;
  color: #c0c0c0;
  font-size: 16px;
}

.search-offers .form-inline .form-control {
  font-size: 15px;
  padding: .5rem 1rem;
  height: auto;
  border-color: #bababa;
  width: 370px;
  padding-left: 35px;
  color: #000000;
  -webkit-border-radius: 100px 0px 0px 100px;
  -moz-border-radius: 100px 0px 0px 100px;
  -o-border-radius: 100px 0px 0px 100px;
  border-radius: 100px 0px 0px 100px;
}

.search-offers .form-inline .form-control::-moz-placeholder {
  color: rgba(99, 99, 99, 0.8);
  opacity: 1;
}

.search-offers .form-inline .form-control:-ms-input-placeholder {
  color: rgba(99, 99, 99, 0.8);
}

.search-offers .form-inline .form-control::-webkit-input-placeholder {
  color: rgba(99, 99, 99, 0.8);
}

.search-offers .form-inline .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

@media (max-width: 576px) {
  .search-offers .form-inline .form-control {
    width: calc(100% - 80px);
  }
}

.search-offers .form-inline .serach-btn {
  color: #ffffff;
  font-size: 15px;
  background-color: #de1c4e;
  border-color: #bababa;
  border-left-width: 0px;
  padding: .5rem 1rem;
  -webkit-border-radius: 0px 100px 100px 0px;
  -moz-border-radius: 0px 100px 100px 0px;
  -o-border-radius: 0px 100px 100px 0px;
  border-radius: 0px 100px 100px 0px;
}

.search-offers .form-inline .serach-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

@media (max-width: 576px) {
  .search-offers .form-inline .serach-btn {
    width: 80px;
  }
}

.search-offers .responsive-search .serach-btn {
  color: #ffffff;
  font-size: 15px;
  background-color: #de1c4e;
  padding: .5rem .8rem;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
}

.search-offers .responsive-search .serach-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

@media (max-width: 576px) {
  .search-offers .responsive-search .serach-btn {
    padding: .25rem .5rem;
    margin-top: 6px !important;
  }
}

.search-offer-modal .modal-header {
  padding: 0.7rem 1rem;
}

.search-offer-modal .modal-header .modal-title {
  font-size: 1.0rem !important;
}

.dropdown-login {
  font-size: 15px;
  width: 350px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.dropdown-login .dropdown-header {
  background-color: #3c4ea2;
  color: #fff;
  margin: -10px -1px 0 -1px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  padding: 1rem 1.5rem;
}

.dropdown-login .social-buttons .btn {
  width: 40px;
  height: 40px !important;
  box-sizing: border-box;
  text-align: center;
  padding: initial;
  font-size: 16px;
  margin-right: 5px;
}

@media (max-width: 576px) {
  .dropdown-login {
    width: 270px;
  }
}

@media (max-width: 576px) {
  .login-signup {
    margin-top: 8px;
  }
}

.navbar-toggler:focus {
  outline: none;
}

/*header nav new added start*/
.header-nav-bar a {
  width: auto;
  font-size: 20px;
  font-weight: 45;
  word-spacing: 10px;
  display: inline-block;
}


/* .header-nav-bar {
  
  overflow: hidden;
  background-color: #333; 
} */

.header-nav-bar a {
  /* float:inline-start; */
  /* width: auto; */
  font-size: 16px;
  font-weight: 45;
  word-spacing: 10px;
  /* display: inline-block; */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.header-nav-bar a:hover,
.subnav:hover .subnavbtn {
  background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}








/*header nav new added end*/

.header-nav-bar {
  background: #ea171f;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #ea171f, #dd1c54);
  background: linear-gradient(to bottom, #ea171f, #dd1c54);
}

.header-nav-bar .prev-navigation,
.header-nav-bar .next-navigation {
  position: absolute;
  top: 17px;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 992px) {

  .header-nav-bar .prev-navigation,
  .header-nav-bar .next-navigation {
    top: 13px;
  }
}

.header-nav-bar .prev-navigation {
  left: 15px;
}

.header-nav-bar .next-navigation {
  right: 15px;
}

.navigation-carousel {
  padding: 0 35px;
}

.navigation-carousel .item a {
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.navigation-carousel .item a:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #ea171f;
}

@media (max-width: 992px) {
  .navigation-carousel .item a {
    padding: 15px 30px;
  }
}

/* ====== HEADER END HERE ====== */
/* ====== HOME BANNER START HERE ====== */
.home-carousel {
  position: static;

}

.home-carousel .item {
  /*newly added for banner*/
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;

}

.home-carousel .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 42%;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.home-carousel .arrow:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.8);
}

.home-carousel .arrow.previous {
  left: 25px;
  padding-right: 3px;
}

.home-carousel .arrow.next {
  right: 25px;
  padding-left: 3px;
}

/* ====== HOME BANNER END HERE ====== */
/* ====== PAGE BODY START HERE ====== */
.popular-categories {
  background-color: white;
  padding: 20px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.popular-categories .carousel-heading {
  margin-bottom: 20px;
}

.popular-categories .carousel-heading h2 {
  font-size: 20px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 0;
}

.popular-categories .carousel-heading .heading-border .line-border {
  height: 1px;
  border-bottom: 1px solid #444444;
  margin-top: 17px;
  margin-right: 10px;
  margin-left: 10px;
}

.popular-categories .carousel-heading .navigation-arrows {
  margin-top: -5px;
}

.popular-categories .carousel-heading .navigation-arrows .arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #464646;
  text-align: center;
  line-height: 28px;
  font-size: 23px;
  color: #464646;
  cursor: pointer;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -o-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.popular-categories .carousel-heading .navigation-arrows .arrow.next {
  padding-left: 2px;
}

.popular-categories .carousel-content {
  min-height: 100px;

}

.home-carousel-section {
  padding: 25px 0;
}

.home-carousel-section .carousel-heading {
  margin-bottom: 20px;
}

.home-carousel-section .carousel-heading h2 {
  font-size: 20px;
  color: #606060;
  font-weight: 500;
  margin-bottom: 0;
}

.home-carousel-section .carousel-heading .heading-border .line-border {
  height: 1px;
  border-bottom: 1px solid #828282;
  margin-top: 17px;
  margin-right: 10px;
  margin-left: 10px;
}

.home-carousel-section .carousel-heading .navigation-arrows {
  margin-top: -5px;
}

.home-carousel-section .carousel-heading .navigation-arrows .arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #606060;
  text-align: center;
  line-height: 28px;
  font-size: 23px;
  color: #606060;
  cursor: pointer;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -o-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.home-carousel-section .carousel-heading .navigation-arrows .arrow.next {
  padding-left: 2px;
}

.home-carousel-section .carousel-content {
  min-height: 200px;
}

.icon-carousel .item {
  /*display for popular categories icon*/
  width: 150px !important;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  /*display new added*/
}

.icon-carousel .icon img {
  width: auto;
  display: inline-block;
}

.icon-carousel a {
  text-decoration: none;

}

.icon-carousel a .menu-name {
  font-size: 16px;
  font-weight: 600;
  color: #393939;
}

/*new added */
.two-thumbs-carousel .item {
  /*for ice cream home appliances*/
  width: 350px !important;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block !important;
  /*new added end*/
}

/*new added start */
.three-thumbs-carousel .item {
  /*for apparel snacks salon*/
  width: 350px !important;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block !important;
  /*new added end*/
}

/*new added start */
.five-thumbs-carousel .item {
  /*for resturants and bakery*/
  width: 210px !important;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block !important;
  /*new added end*/
}

.carousel-thumb-image img {
  width: auto !important;
  display: inline-block !important;
  border: 1px solid #bbbbbb;
}

.carousel-thumb-rounded-spacing-image {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  line-height: normal;
  padding: 15px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.carousel-thumb-rounded-spacing-image img {
  width: auto !important;
  display: inline-block !important;
}

.rounded-carousel-thumb {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  line-height: normal;
  padding-bottom: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.rounded-carousel-thumb .icon {
  height: 150px;
  overflow: hidden;
  margin: 10px 0;

}

.rounded-carousel-thumb .icon img {
  width: 150px !important;
  display: inline-block !important;
}

.rounded-carousel-thumb .heading {
  font-size: 18px;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 5px;
}

.rounded-carousel-thumb .sub-heading {
  font-size: 15px;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.circle-rounded-wired-button {
  background-color: #ffffff;
  line-height: normal;
  display: inline-block;
  font-size: 18px;
  color: #606060;
  padding: 14px 35px;
  border: 1px solid #b8b8b8;
  text-decoration: none;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.circle-rounded-wired-button:hover {
  background-color: #3c4ea2;
  border-color: #3c4ea2;
  color: #ffffff;
}

.get-free-app .content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #f44336;
  margin-top: 20px;
}

.get-free-app .content .description {
  font-size: 16px;
  color: #3c4ea2;
}

.get-free-app .action-buttons {
  margin-bottom: 20px;
}

.get-free-app .action-buttons .button {
  margin: 0 7px;
}

.get-free-app .candid-offer-screen {
  margin-top: -32px;
}

@media (max-width: 1200px) {
  .get-free-app .candid-offer-screen {
    margin-top: -14px;
  }
}

@media (max-width: 768px) {
  .get-free-app .candid-offer-screen {
    margin-top: 10px;
  }
}

.home-footer-about-candid {
  background: url("../images/footer-candid-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
  line-height: 25px;
}

.home-footer-about-candid .logo {
  width: 175px;
  padding-right: 40px;
}

.home-footer-about-candid .content h3 {
  font-size: 18px;
  font-weight: 400;
}

.home-footer-about-candid .content p.description {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .home-footer-about-candid {
    text-align: center;
  }

  .home-footer-about-candid .d-flex {
    display: block !important;
  }

  .home-footer-about-candid .d-flex .logo {
    margin: 0 auto;
    padding: 15px 0;
  }
}

.page-heading {
  background-color: white;
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.page-heading h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.page-content {
  padding: 30px 0;
}

@media (max-width: 576px) {
  .page-content {
    padding: 20px 0;
  }
}

.form-card .card-header {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 18px;
  font-weight: 600;
  color: #3c4ea2;
}

.accordion-form-card {
  margin-bottom: 10px;
}

.accordion-form-card .card-header {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 18px;
  font-weight: 600;
}

.accordion-form-card .card-header .btn {
  padding: 0rem;
  font-size: 17px;
  font-weight: 500;
  display: block;
  text-align: left;
  color: #333333;
}

.accordion-form-card .collapse {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.accordion-form-card .card-body .form-row:last-child {
  margin-bottom: -15px;
}

.profile-image {
  background-color: #3c4ea2;
  margin-bottom: 10px;
}

.profile-image .pic {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  margin: 0 auto;
  background-size: cover !important;
  -webkit-border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -o-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}

.profile-image .name {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.profile-image .action {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 15px -20px 0 -20px;
  padding-top: 10px;
}

.profile-image .action a {
  color: #fff;
}

/* ====== PAGE BODY END HERE ====== */
/* ====== FOOTER START HERE ====== */
footer {
  background-color: #1c1c1c;
}

footer .footer-links {
  padding: 30px 0;
}

footer .footer-links h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px 0;
}

footer .footer-links ul {
  margin-bottom: 0px;
}

footer .footer-links ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}

footer .footer-links ul li a:hover {
  color: #ea171f;
}

footer .footer-links ul li:last-child a {
  padding-bottom: 0px;
}

footer .footer-links .social-links .icon {
  width: 70px;
}

footer .footer-links .social-links .icon a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-links .social-links .icon a:hover {
  background-color: #ea171f;
  color: #fff;
}

@media (max-width: 768px) {
  footer .footer-links .footer-link {
    margin-bottom: 30px;
  }
}

footer .copyright {
  font-size: 16px;
  color: #fff;
  background-color: #000000;
  padding: 25px 0;
  font-weight: 300;
}

footer .contact-details {
  color: #fff;
}

footer .contact-details .icon {
  width: 50px;
}

footer .contact-details .content {
  margin: 15px 0;
  padding-left: 10px;
}

footer .contact-details .content span {
  display: block;
}

footer .contact-details .content .title {
  font-size: 14px;
}

footer .contact-details .content .phone-number {
  font-size: 22px;
}

footer .contact-details .content .email {
  font-size: 18px;
}

footer .contact-details .content .email a {
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

footer .contact-details .content .email a:hover {
  color: #ea171f;
}

/* ====== FOOTER END HERE ====== */

/*# sourceMappingURL=style.css.map */
/* Hide the default scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #66666600;
  border: 1px solid #1c1c1c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(#7f81819d, #cecece);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #303030a6;
  border: 1px dashed #333333;
}

.custome-multi-select .cuppa-dropdown {
  padding: 0 !important;
}
