body {
  width: 100vw;
  overflow-x: hidden;
}

.container-fuild {
  max-width: 1920px;
}

.container_sec {
  max-width: 1760px;
  margin: 0 auto;
}
/* .blurred-image {
  filter: blur(1px);
  transition: filter 0.3s ease;
} */
@media screen and (max-width: 1681px) {
  .container_sec {
    max-width: 1536px;
  }
}

._flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_container {
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (max-width: 1681px) {
  .custom_container {
    max-width: 1;
  }
}

._text {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1681px) {
  ._text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  ._text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  ._text {
    font-size: 14px;
  }
}

.s_font {
  font-size: 14px;
}
@media screen and (max-width: 1681px) {
  .s_font {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .s_font {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .s_font {
    font-size: 11px;
  }
}

.sec {
  padding: 6em 0;
}
@media screen and (max-width: 1681px) {
  .sec {
    padding: 4em 0;
  }
}
@media screen and (max-width: 991px) {
  .sec {
    padding: 4em 1em;
  }
}
@media screen and (max-width: 575px) {
  .sec {
    padding: 3em 0.5em;
  }
}

.custom_btn {
  font-size: 22px;
  padding: 0.8em 4em;
  background: #EB1C22;
  font-weight: 600;
  border-radius: 3.5em;
  text-transform: uppercase;
  color: #fff;
  border-color: transparent;
  outline: none;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1681px) {
  .custom_btn {
    font-size: 17px;
    padding: 0.8em 1.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  .custom_btn {
    font-size: 15px;
    padding: 0.5em 1.5em;
  }
}
.custom_btn:hover {
  border-color: transparent;
  outline: none;
  background: linear-gradient(60deg, #2F3293, #851013);
  color: #fff;
}
.custom_btn:focus-visible, .custom_btn:focus {
  box-shadow: none;
}

.custom_btns {
  color: #2F3293 !important;
  padding: 1em 0;
  text-decoration: underline;
}

.slider_tagline {
  font-size: 62px;
  font-weight: 800;
  color: #E0C5A3;
}
@media screen and (max-width: 1681px) {
  .slider_tagline {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  .slider_tagline {
    font-size: 24px;
  }
}

.title {
  font-size: 42px;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 1681px) {
  .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

.text1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1681px) {
  .text1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .text1 {
    font-size: 15px;
  }
}

.category_heading {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1681px) {
  .category_heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .category_heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .category_heading {
    font-size: 14px;
  }
}

._heading {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1681px) {
  ._heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  ._heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  ._heading {
    font-size: 24px;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  transform: translateY(-1.5em) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}

._white {
  color: #fff;
}

._black {
  color: #000;
}

._cardText {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s linear;
  color: #777;
}
@media screen and (max-width: 575px) {
  ._cardText {
    font-size: 16px;
  }
}



button:focus-visible, button:focus,
.btn:focus-visible,
.btn:focus {
  box-shadow: none !important;
}

.blue {
  color: #2F3293;
}

.product_pagination {
  display: inline-flex;
}
.product_pagination .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.product_pagination .page-number {
  cursor: pointer;
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.product_pagination .active {
  font-size: 1.3em;
  height: 40px;
  width: 40px;
  background-color: #0057b3;
  color: white;
}
.product_pagination button {
  width: 120px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0);
  color: #0057b3;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_pagination button:hover {
  color: #0056b3;
}
.product_pagination button:disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #ccc;
  cursor: not-allowed;
}
.product_pagination #prevPage {
  margin-right: 20px;
}
.product_pagination #nextPage {
  margin-left: 20px;
}
.product_pagination .arrow {
  font-size: 1.2em;
}
.product_pagination .nav-text {
  font-size: 0.7em;
  letter-spacing: 0.3em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Lato", sans-serif;
}

p {
  line-height: normal;
}

header {
  border-top: 5px solid #EB1C22;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  background: white;
  width: 100%;
}
header #progress_bar {
  height: 5px;
  background: #EB1C22;
  width: 0;
}
header .top-header img {
  max-width: 159px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  header .top-header img {
    max-width: 135px;
  }
}
header .navbar .navbar-brand {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 1681px) {
  header .navbar .navbar-brand {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  header .navbar .navbar-brand {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-brand {
    font-size: 14px;
  }
}
header .navbar a {
  color: #000;
  transition: all 0.2s linear;
}
header .navbar a:hover {
  color: #EB1C22;
}
header .navbar ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.813em 1.5em !important;
  display: inline-block;
}
@media screen and (max-width: 1681px) {
  header .navbar ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  header .navbar ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1681px) {
  header .navbar ul li a {
    padding: 0.413em 1.5em !important;
  }
}
@media screen and (max-width: 1280px) {
  header .navbar ul li a {
    padding: 0.413em 0.8em !important;
    font-size: 15px;
  }
}
header .dropdown_container {
  min-width: 18em;
  top: 87px !important;
  border-radius: 0 !important;
  border-color: transparent !important;
  padding: 1em 0em !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  left: 50% !important;
  transform: translateX(-50%) translateY(0) !important;
}
@media screen and (max-width: 1681px) {
  header .dropdown_container {
    top: 53px !important;
  }
}
@media screen and (max-width: 1280px) {
  header .dropdown_container {
    top: 46px !important;
    min-width: 16em;
  }
}
@media screen and (max-width: 991px) {
  header .dropdown_container {
    top: 46px !important;
    min-width: auto;
    left: 0 !important;
    transform: translateX(0%) translateY(0) !important;
  }
}
header .dropdown_container h5 {
  font-weight: 600;
  color: #EB1C22;
}
@media screen and (max-width: 1280px) {
  header .dropdown_container h5 {
    font-size: 18px;
  }
}
header .dropdown_container .categories_title {
  padding: 0 !important;
}
header .dropdown_container ul {
  padding-left: 0;
  margin-bottom: 0;
}
header .dropdown_container ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5em 1.7em !important;
  text-transform: capitalize;
  color: #3a3a3a;
  display: inline-block;
  transition: all 0.2s linear;
}
header .dropdown_container ul li a:hover {
  padding-left: 1em !important;
}
@media screen and (max-width: 991px) {
  header .dropdown_container ul li a {
    font-size: 15px;
    padding: 0.5em 1.5em !important;
  }
}
header ._active {
  color: #EB1C22 !important;
}

._sticky {
  width: 100%;
  position: fixed;
  top: 0;
}

.dropdown-menu.fadeInDown {
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-toggler:focus-visible, .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.page_loader {
  height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
.page_loader ._loader {
  width: 50px;
  height: 50px;
}
.page_loader ._loader .boxes {
  width: 50px;
  height: 50px;
  fill: none;
  stroke-width: 50px;
  stroke: #EB1C22;
  stroke-dasharray: 50;
  stroke-dashoffset: 50%;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  to {
    stroke-dashoffset: 250%;
  }
}

.home_wrapper .slide_item_2 {
  background: url("../../assets/img/home/slider/slide-2.png");
}
@media screen and (max-width: 991px) {
  .home_wrapper .slide_item_2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/home/slider/slide-2.png");
  }
}
@media screen and (max-width: 575px) {
  .home_wrapper .slide_item_2 {
    background-position: left !important;
  }
}
.home_wrapper .slide_item_2 .slider_tagline,
.home_wrapper .slide_item_2 .text1 {
  color: #3E5C54;
}
@media screen and (max-width: 991px) {
  .home_wrapper .slide_item_2 .slider_tagline,
  .home_wrapper .slide_item_2 .text1 {
    color: #fff;
  }
}
.home_wrapper .slide_item_3 {
  background: url("../../assets/img/home/slider/slide-3.png");
}
.slide_item_3 .text1{
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .home_wrapper .slide_item_3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/home/slider/slide-3.png");
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .home_wrapper .slide_item_3 {
    background-position: right !important;
  }
}
.home_wrapper .slide_item_3 .slider_tagline,
.home_wrapper .slide_item_3 .text1 {
  color: #fff;
}
.home_wrapper .slide_item_1 {
  background: url("../../assets/img/home/slider/slide-1.png");
}
@media screen and (max-width: 991px) {
  .home_wrapper .slide_item_1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/home/slider/slide-1.png");
  }
}
@media screen and (max-width: 575px) {
  .home_wrapper .slide_item_1 {
    background-position: right !important;
  }
}
.home_wrapper .slide-item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9em 0;
}
@media screen and (max-width: 1280px) {
  .home_wrapper .slide-item {
    padding: 6em 0;
  }
}
@media screen and (max-width: 575px) {
  .home_wrapper .slide-item {
    padding: 4em 0.5em;
  }
}
.home_wrapper .slide-item .slider-content .slider_tagline {
  padding-bottom: 0.5em;
}
.home_wrapper .slide-item .slider-content .text1 {
  padding: 2em 0;
}
@media screen and (max-width: 1681px) {
  .home_wrapper .slide-item .slider-content .text1 {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .home_wrapper .home_set_pad {
    padding: 0 1.5em !important;
  }
}
@media screen and (max-width: 575px) {
  .home_wrapper .home_set_pad {
    padding: 0 !important;
  }
}

.about_section {
  background-color: #F3F3F9;
}
@media screen and (max-width: 1280px) {
  .about_section {
    padding: 2em 1em;
  }
}
.about_section .about-content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .about_section .about-content-row {
    gap: 5px;
    flex-direction: column;
  }
}
.about_section .about-content-row .about-content {
  padding-left: 150px;
}
@media screen and (max-width: 1280px) {
  .about_section .about-content-row .about-content {
    padding-left: 0px;
  }
}
.about_section .about-content-row .about-content .title {
  margin-bottom: 1em;
  text-transform: uppercase;
}
.about_section .about-content-row .about-content .text1 {
  color: #3a3a3a;
  margin-bottom: 0;
}
.about_section .about-content-row .about-content .custom_btns {
  font-weight: 600;
}
.about_section .about-content-row .about-content .custom_btns:hover {
  color: #EB1C22 !important;
}
.about_section .about-content-row .about-content ul {
  margin-bottom: 0;
}
.about_section .about-content-row .about-content ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  color: #3a3a3a;
}
@media screen and (max-width: 1681px) {
  .about_section .about-content-row .about-content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about_section .about-content-row .about-content ul li {
    font-size: 15px;
  }
}
.about_section .about-content-row .about-img-block img {
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .about_section .about-content-row .about-img-block img {
    max-width: 350px;
  }
}

.brand_story {
  background: transparent;
}
@media screen and (max-width: 1280px) {
  .brand_story {
    padding: 2em 0em;
  }
}
@media screen and (max-width: 991px) {
  .brand_story {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 991px) {
  .brand_story .about-content-row {
    flex-direction: column-reverse;
  }
}
.brand_story .about-content-row .about-content {
  padding-left: 100px;
  padding-right: 150px;
}
@media screen and (max-width: 1280px) {
  .brand_story .about-content-row .about-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .brand_story .about-content-row .about-content {
    padding-right: 0px;
  }
}
.brand_story .about-content-row .about-img-block img {
  max-width: 387px;
}
@media screen and (max-width: 575px) {
  .brand_story .about-content-row .about-img-block img {
    max-width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .brand_story .about-content-row .about-img-block .brand_img_2 {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .brand_story .about-content-row .about-img-block .brand_img_1 {
    display: none;
  }
}

.quality_assurance .about-content-row {
  gap: 0;
}
.quality_assurance .about-content-row .about-img-block img {
  max-width: 485px;
}
@media screen and (max-width: 767px) {
  .quality_assurance .about-content-row .about-img-block img {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .quality_assurance .about-content-row .about-img-block img {
    max-width: 330px;
  }
}

.explore_category {
  background: linear-gradient(90deg, #EB1C22, #851013);
}
.explore_category .title {
  color: #fff;
}
.explore_category .card {
  border-color: transparent;
  background-color: transparent;
}
.explore_category .card:hover img {
  filter: drop-shadow(2px 7px 4px rgba(0, 0, 0, 0.4));
}
.explore_category .card img {
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1681px) {
  .explore_category .card img {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .explore_category .card img {
    max-width: 46%;
  }
}
@media screen and (max-width: 575px) {
  .explore_category .card img {
    max-width: 70%;
  }
}
.explore_category .card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1681px) {
  .explore_category .card .card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .explore_category .card .card-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .explore_category .card .card-title {
    font-size: 14px;
  }
}
.explore_category .card .card-title:hover {
  color: #000;
}

.prime_choice {
  position: relative;
  margin-bottom: 2em;
}
.prime_choice .title {
  color: #343434;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .prime_choice h5 {
    font-size: 1em;
  }
}
.prime_choice .owl-theme .owl-nav.disabled + .owl-dots {
  transform: translateY(2.5em) translateX(-50%);
  width: 76%;
  margin: 0 auto;
  display: flex;
}
.prime_choice .owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
  width: inherit;
}
.prime_choice .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  background: #B0B0B0;
  width: 100%;
  height: 5.33px;
  margin: 0;
  border-radius: 0;
}
.prime_choice .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span, .prime_choice .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span {
  background: #EB1C22;
}

.benefits_sec {
  padding: 6em 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
  .benefits_sec {
    padding: 4em 0;
  }
}
.benefits_sec .title {
  text-transform: uppercase;
}
.benefits_sec .card {
  text-align: center;
  border: 1px solid #000000;
  border-radius: 24px;
  padding: 2.5em 2em;
  height: 100%;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1681px) {
  .benefits_sec .card {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 1280px) {
  .benefits_sec .card {
    padding: 2em 0.5em;
  }
}
.benefits_sec .card:hover {
  background: #2F3293;
  border-color: #2F3293;
}
.benefits_sec .card:hover .card-title,
.benefits_sec .card:hover .card-text {
  color: #fff;
}
.benefits_sec .card:hover img {
  filter: brightness(0) invert(1);
}
.benefits_sec .card img {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  height: 141px;
  padding-top: 0.5em;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .benefits_sec .card img {
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .benefits_sec .card img {
    width: 65px;
  }
}
.benefits_sec .card .card-title {
  font-size: 32px;
  font-weight: 600;
  padding: 1em 0 0;
  color: #2F3293;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1681px) {
  .benefits_sec .card .card-title {
    font-size: 28px;
    padding: 0.5em 0 0;
  }
}
@media screen and (max-width: 575px) {
  .benefits_sec .card .card-title {
    font-size: 22px;
  }
}

.client_testimonails .client_card {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 24px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .client_testimonails .client_card {
    padding: 0.8em;
    border-radius: 16px;
  }
}
.client_testimonails .client_card .client_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1em;
}
.client_testimonails .client_card .client_row .avtar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.client_testimonails .client_card .client_row .avtar .avtar_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .client_testimonails .client_card .client_row .avtar .avtar_img {
    width: 45px;
    height: 45px;
  }
}
.client_testimonails .client_card .client_row .avtar .avtar_img img {
  width: 100%;
  height: auto;
}
.client_testimonails .client_card .client_row .avtar .category_heading {
  font-weight: 500;
}
.client_testimonails .client_card .client_row .star_rating ul {
  padding-left: 0;
  margin-bottom: 0;
  gap: 5px;
}
.client_testimonails .client_card .client_row .star_rating ul li {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .client_testimonails .client_card .client_row .star_rating ul li {
    font-size: 14px;
  }
}
.client_testimonails .client_card .client_row .star_rating ul li .five {
  color: #FFAC33;
}
.client_testimonails .client_card .client_row .star_rating ul li .one {
  color: #CEC9C1;
}
.client_testimonails .client_card .read_btn {
  color: #455A64;
}
.client_testimonails .client_card .read_btn:hover {
  color: #EB1C22;
  text-decoration: underline;
}

.autoplay-progress {
  width: 100%;
  display: flex;
  height: 5.33px;
  background-color: #B0B0B0;
  margin-top: 2em;
}

.autoplay-progress span {
  --progress: 0;
  width: calc(100% * var(--progress));
  height: 100%;
  background: #EB1C22;
}

.form-submit {
  max-width: 350px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.about-block {
  background-color: transparent;
  padding: 2em 0;
}
@media screen and (max-width: 1599px) {
  .about-block {
    padding: 2em;
  }
}
@media screen and (max-width: 575px) {
  .about-block {
    padding: 2em 0em;
  }
}
@media screen and (max-width: 991px) {
  .about-block .about-content-row {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .about-block .about-content-row {
    flex-direction: column;
  }
}
.about-block .about-content-row .about-content {
  padding-left: 0;
}
.about-block .about-content-row .about-content .title {
  color: #2F3293;
}
.about-block .about-content-row .about-img-block img {
  max-width: 296px;
}

@media screen and (max-width: 1599px) {
  .about-video_player {
    padding: 0 2em;
  }
}
@media screen and (max-width: 575px) {
  .about-video_player {
    padding: 0 0.5em;
  }
}
.about-video_player .video_box {
  padding: 18.1em 0;
  border-radius: 8px;
  overflow: hidden;
  background: url("../../assets/img/about/video-player.png");
  background-position: center center;
  background-size: cover;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1280px) {
  .about-video_player .video_box {
    padding: 8em 0;
  }
}
@media screen and (max-width: 991px) {
  .about-video_player .video_box {
    padding: 6em 0;
  }
}
@media screen and (max-width: 480px) {
  .about-video_player .video_box {
    padding: 3em 0;
  }
}
.about-video_player .video_box .player_icon {
  border: 10px solid #fff;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .about-video_player .video_box .player_icon {
    font-size: 35px;
    width: 75px;
    height: 75px;
    border: 6px solid #fff;
  }
}

.our_vision_section {
  padding: 5em 0;
}
@media screen and (max-width: 1599px) {
  .our_vision_section {
    padding: 5em 2em;
  }
}
@media screen and (max-width: 1280px) {
  .our_vision_section {
    padding: 3em 2em;
  }
}
@media screen and (max-width: 991px) {
  .our_vision_section {
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 575px) {
  .our_vision_section {
    padding: 1.5em 0.5em;
  }
}
.our_vision_section .our_vision_row {
  display: flex;
  gap: 50PX;
}
@media screen and (max-width: 1280px) {
  .our_vision_section .our_vision_row {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .our_vision_section .our_vision_row {
    flex-direction: column;
  }
}
.our_vision_section .our_vision_row .vision_content {
  padding: 3.5em 3.75em;
  border-radius: 8px;
  background: linear-gradient(90deg, #851013, #EB1C22);
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .our_vision_section .our_vision_row .vision_content {
    padding: 2.5em 1.75em;
  }
}
.our_vision_section .our_vision_row .vision_content p {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .our_vision_section .our_vision_row .vision_content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .our_vision_section .our_vision_row .vision_content p {
    font-size: 15px;
  }
}
.our_vision_section .our_vision_row .vision_images {
  width: 443px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .our_vision_section .our_vision_row .vision_images {
    width: initial;
  }
}
.our_vision_section .our_vision_row .vision_images img {
  width: 100%;
  height: auto;
}

.version-about-column {
  padding: 2.5em 0;
}
@media screen and (max-width: 767px) {
  .version-about-column {
    padding: 0 0 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .version-about-column ._column-reverse {
    flex-direction: column-reverse;
  }
  .version-about-column ._column-reverse .version-about {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .version-about-column ._padding_content {
    margin-top: 15px;
  }
}
.version-about-column .version-about-img-verify {
  background-image: url("./../../assets/img/about/indiamart.png");
  padding: 5em;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
.version-about-column .ver-img {
  padding: 5em;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  background-position: center;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 767px) {
  .version-about-column .ver-img {
    height: 300px;
  }
}
.version-about-column .version-about {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.version-about-column .version-about h2 {
  font-size: 1.7rem;
  font-weight: 600;
}
.version-about-column .version-about p {
  text-align: justify;
  font-weight: 500;
}
.version-about-column .version-about-img-ios {
  background-image: url("./../../assets/img/about/pngwing.com.png");
  background-size: contain;
}
.version-about-column .version-about-img-brand {
  background-image: url("./../../assets/img/about/national.png");
}
.version-about-column .version-about-img-space {
  background-image: url("./../../assets/img/about/papermachine.webp");
}
.version-about-column .version-about-content h2 {
  font-family: "Lato", sans-serif;
}

.our_mission_section {
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1280px) {
  .our_mission_section .our_vision_row {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .our_mission_section .our_vision_row {
    flex-direction: column-reverse;
    align-items: initial;
  }
}
.our_mission_section .our_vision_row .vision_content {
  background: linear-gradient(90deg, #2F3293, #0E0F2D);
  padding: 1.438em 2.25em;
}
@media screen and (max-width: 1280px) {
  .our_mission_section .our_vision_row .vision_content {
    padding: 1em 1.25em;
  }
}
.our_mission_section .our_vision_row .vision_images {
  width: 443px;
}
@media screen and (max-width: 991px) {
  .our_mission_section .our_vision_row .vision_images {
    width: initial;
  }
}

.timeline_section {
  background: url("../../assets/img/about/timeline.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 2em 0;
}
@media screen and (max-width: 1599px) {
  .timeline_section {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .timeline_section {
    padding: 2em 0.5em;
  }
}
.timeline_section .timeline_row {
  position: relative;
}
.timeline_section .timeline_row nav.nav_tab {
  position: sticky;
  top: 75px;
  width: 236px;
  bottom: auto;
  z-index: 10;
  padding-right: 3em;
  float: left;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row nav.nav_tab {
    width: 190px;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_row nav.nav_tab {
    padding-right: 1em;
  }
}
@media screen and (max-width: 991px) {
  .timeline_section .timeline_row nav.nav_tab {
    width: 86px;
  }
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_row nav.nav_tab {
    padding-right: 0;
    width: 55px;
  }
}
.timeline_section .timeline_row nav.nav_tab ul {
  padding: 2em 0;
  border-right: 2px solid #2F3293;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row nav.nav_tab ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_row nav.nav_tab ul {
    border-right: 0px solid #2F3293;
  }
}
.timeline_section .timeline_row nav.nav_tab ul li {
  padding: 10px 0;
  position: relative;
}
.timeline_section .timeline_row nav.nav_tab ul li a {
  display: inline-block;
  color: #0E0E0E;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row nav.nav_tab ul li a {
    font-size: 1.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row nav.nav_tab ul li a {
    font-size: 1em;
    font-weight: 700;
  }
}
.timeline_section .timeline_row nav.nav_tab ul li a:hover {
  color: #EB1C22;
}
.timeline_section .timeline_row nav.nav_tab ul li a:hover span {
  background: #EB1C22;
}
.timeline_section .timeline_row nav.nav_tab ul li a span {
  display: inline-block;
  position: relative;
}
.timeline_section .timeline_row nav.nav_tab ul li a .circle {
  height: 30px;
  width: 30px;
  right: 16px;
  border-radius: 50%;
  background-color: #EB1C22;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row nav.nav_tab ul li a .circle {
    height: 20px;
    width: 20px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_row nav.nav_tab ul li a .circle {
    display: none;
  }
}
.timeline_section .timeline_row nav.nav_tab ul li a.active-section {
  color: #EB1C22;
  font-size: 1.1em;
}
.timeline_section .timeline_row nav.nav_tab ul li a.active-section .circle {
  visibility: visible;
  opacity: 1;
}
.timeline_section .timeline_row nav.nav_tab ul li a.active-section span {
  background: #EB1C22;
}
.timeline_section .timeline_row .tab-panel {
  flex: 1;
  position: relative;
}
.timeline_section .timeline_row .tab-panel .content-section {
  width: 100%;
  display: none;
}
.timeline_section .timeline_row .tab-panel .content-section .content_row .year_sec {
  width: 202px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .year_sec {
    width: 130px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .year_sec {
    display: none;
  }
}
.timeline_section .timeline_row .tab-panel .content-section .content_row .year_sec h2 {
  font-size: 92px;
  color: #EB1C22;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.timeline_section .timeline_row .tab-panel .content-section .content_row .content_details {
  flex: 1;
}
@media screen and (max-width: 1399px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .content_details {
    padding: 2.5em 1.75em;
  }
}
@media screen and (max-width: 991px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .content_details {
    padding: 1.5em 1.75em;
  }
}
.timeline_section .timeline_row .tab-panel .content-section .content_row .content_details .year-content p {
  color: #000;
}
@media screen and (max-width: 1280px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .content_details .year-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .timeline_section .timeline_row .tab-panel .content-section .content_row .content_details .year-images {
    max-width: 200px;
    margin: 0 auto;
  }
}
.timeline_section .timeline_row .tab-panel .content-section .content_row .content_details .year-images img {
  width: 100%;
}

.transparent_bg {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 3.5em 3.75em;
  border-radius: 0;
}

.breadcrumb_block {
  padding: 1em 0;
  background: #FBFBFB;
}
.breadcrumb_block nav {
  padding-left: 93px;
}
@media screen and (max-width: 1681px) {
  .breadcrumb_block nav {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .breadcrumb_block nav {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb_block nav {
    padding-left: 1em;
  }
}
.breadcrumb_block nav ol {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumb_block nav ol li {
  padding-right: 0.9em;
  padding-left: 0.4em;
}
@media screen and (max-width: 575px) {
  .breadcrumb_block nav ol li {
    font-size: 12px;
    padding-right: 0.8em;
    padding-left: 0.3em;
  }
}
.breadcrumb_block nav ol li span,
.breadcrumb_block nav ol li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1681px) {
  .breadcrumb_block nav ol li span,
  .breadcrumb_block nav ol li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb_block nav ol li span,
  .breadcrumb_block nav ol li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb_block nav ol li span,
  .breadcrumb_block nav ol li a {
    font-size: 11px;
  }
}
.breadcrumb_block nav ol li:first-child {
  padding-left: 0;
}
.breadcrumb_block nav ol li:not(:first-of-type)::marker {
  content: "/";
}
.breadcrumb_block nav ol li:last-child span {
  color: #EB1C22;
}

.category_dashboard {
  display: flex;
}
@media screen and (max-width: 991px) {
  .category_dashboard::after {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.3s linear;
    opacity: 0;
  }
}
.category_dashboard.sidebar_show::after {
  left: 0;
  opacity: 1;
}
.category_dashboard.sidebar_show .cate_sidebar {
  transform: translateX(0) !important;
}
.category_dashboard .cate_sidebar {
  width: 428px;
  padding: 0;
  position: sticky;
  top: 75px;
  height: 100vh;
  background: #F3F3F9;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1681px) {
  .category_dashboard .cate_sidebar {
    width: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .category_dashboard .cate_sidebar {
    width: 315px;
  }
}
@media screen and (max-width: 991px) {
  .category_dashboard .cate_sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    transform: translateX(-115%);
  }
}
.category_dashboard .cate_sidebar .header_category {
  padding: 1em;
  padding-left: 93px;
  background: white;
}
@media screen and (max-width: 1681px) {
  .category_dashboard .cate_sidebar .header_category {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .category_dashboard .cate_sidebar .header_category {
    padding-left: 30px;
  }
}
.category_dashboard .cate_sidebar .header_category p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.category_dashboard .cate_sidebar .header_category p span {
  color: #EB1C22;
}
.category_dashboard .cate_sidebar .filter-menu {
  padding-right: 2em;
  padding-left: 93px;
}
@media screen and (max-width: 1681px) {
  .category_dashboard .cate_sidebar .filter-menu {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .category_dashboard .cate_sidebar .filter-menu {
    padding-left: 30px;
  }
}
.category_dashboard .cate_sidebar .filter-menu ._cardText {
  padding: 2em 0 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item {
  border-color: transparent;
  background-color: transparent;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button {
  border-bottom-color: transparent;
  background: transparent;
  padding: 0;
  padding-bottom: 1.5em;
  color: #EB1C22;
  font-weight: 700;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button.collapsed {
  font-weight: 600;
  color: #000;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button::after {
  margin-left: 1em;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bolder;
  background: transparent;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button:active, .category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button:focus, .category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-header button:focus-visible {
  border-color: transparent !important;
  outline: none !important;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-body {
  padding: 0 0 1em;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-body .dropdown_wedgets ul {
  padding-left: 0;
  margin-bottom: 0;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-body .dropdown_wedgets ul li a {
  transition: all 0.2s linear;
}
.category_dashboard .cate_sidebar .filter-menu #krrish_sidebar .accordion-item .accordion-body .dropdown_wedgets ul li:hover a {
  color: #EB1C22;
  padding-left: 1.2em;
}
.category_dashboard .products_block {
  flex: 1;
}
.category_dashboard .products_block .category-banner img {
  width: 100%;
}
.category_dashboard .products_block .products_list {
  padding: 3.5em 4.5em;
}
@media screen and (max-width: 1681px) {
  .category_dashboard .products_block .products_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 575px) {
  .category_dashboard .products_block .products_list {
    padding: 1.5em;
  }
}
.category_dashboard .products_block .product_card {
  padding: 1em;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: #F3F3F9;
}
.category_dashboard .products_block .product_card a {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.category_dashboard .products_block .product_card a img {
  transform: scale(1);
  transition: all 0.2s linear;
}
.category_dashboard .products_block .product_card a span {
  transition: all 0.2s linear;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 1.5em 1em;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  color: #000;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.category_dashboard .products_block .product_card:hover a img {
  transform: scale(1.1);
}
.category_dashboard .products_block .product_card:hover h5 {
  color: #EB1C22;
}
.category_dashboard .products_block .product_card .card-body {
  padding: 1em 1em 0;
  transition: all 0.3s linear;
}
.category_dashboard .products_block .product_card .card-body h5 {
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .category_dashboard .products_block .product_card .card-body h5 {
    font-size: 1em;
  }
}
@media screen and (max-width: 1280px) {
  .category_dashboard .products_block .product_card .card-body {
    padding: 1em 0.2em 0;
  }
}
@media screen and (max-width: 991px) {
  .category_dashboard .products_block .product_card .card-body {
    padding: 0.5em 0.2em 0;
  }
}

@media screen and (max-width: 991px) {
  .menu_item {
    display: block !important;
  }
}

.close_item {
  position: absolute;
  right: -39px;
  background: #EB1C22;
  color: #fff;
  top: 0;
  height: 53px;
  border-radius: 0;
  outline: none;
  border-color: transparent;
}

.privacy_policy_sec h3 {
  margin-bottom: 0;
}
.privacy_policy_sec .privacy_links ul {
  margin-left: 0;
  padding-left: 0;
}
.privacy_policy_sec .privacy_links ul li a {
  padding-left: 0;
  color: #000;
  padding-top: 0;
  transition: all 0.3s linear;
}
.privacy_policy_sec .privacy_links ul li a:hover {
  color: #EB1C22;
  padding-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .privacy_policy_sec .privacy_policy_block .img-block {
    display: none;
  }
}
.privacy_policy_sec .privacy_policy_block .img-block img {
  width: 100%;
}
.privacy_policy_sec .privacy_policy_block h4 {
  padding-top: 0.5em;
  color: #111;
}
.privacy_policy_sec .privacy_policy_block ul li {
  list-style: disc;
}
.privacy_policy_sec .privacy_policy_block ul li::marker {
  color: #EB1C22;
}
.privacy_policy_sec .privacy_policy_block ._cardText {
  color: #444;
}

.active_toc {
  color: #EB1C22 !important;
  padding-left: 0.5em !important;
}

.user_contact {
  padding: 4em 0;
}
.user_contact .main-form-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .user_contact .main-form-container ._row {
    flex-direction: column-reverse;
  }
}
.user_contact .main-form-container .contact-information {
  padding: 2em;
  background: #F3F3F9;
}
.user_contact .main-form-container .contact-information h2 {
  color: #EB1C22;
}
.user_contact .main-form-container .contact-information .contact_img img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.user_contact .main-form-container .contact-information .text1 {
  color: #333;
}
.user_contact .main-form-container .contact-information .information_blog h4 {
  font-size: 20px;
}
.user_contact .main-form-container .contact-information .information_blog ul {
  padding-top: 1em;
  padding-left: 0;
  margin-bottom: 0;
}
.user_contact .main-form-container .contact-information .information_blog ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
}
.user_contact .main-form-container .contact-information .information_blog ul li span i {
  color: #EB1C22;
}
.user_contact .main-form-container .contact-information .information_blog ul li a {
  color: #333;
}
.user_contact .main-form-container .contact-information .information_blog ul li a:hover {
  color: #EB1C22;
}
.user_contact .main-form-container .form-block {
  padding: 2em 3em;
  display: grid;
  place-items: center;
  height: 100%;
}
.user_contact .main-form-container .form-block form input,
.user_contact .main-form-container .form-block form textarea {
  margin-bottom: 0.5em;
}
.user_contact .main-form-container .form-block form input:focus,
.user_contact .main-form-container .form-block form textarea:focus {
  border-color: #2F3293;
  box-shadow: none;
}
.user_contact .main-form-container .form-block form #submit_btn {
  background: #EB1C22;
  border-color: transparent;
  border-radius: 20px;
  padding: 0.4em 1.2em;
}
.user_contact .main-form-container .form-block form #submit_btn:hover {
  background: #CC080E;
}

.error_throw {
  position: absolute;
  bottom: -13px;
}

.certificate .cartificate-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate .cartificate-title a {
  max-width: 20px;
  color: #EB1C22;
}
.certificate .product_card {
  padding: 0 !important;
}
.certificate .product_card .card-body {
  padding: 1em 0 0 !important;
}

footer {
  padding: 6em 0 0;
  background: #F3F3F9;
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 4em 0 0;
  }
}
footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer_widgets h5 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 1681px) {
  footer .footer_widgets h5 {
    font-size: 1.3em;
  }
}
footer .footer_widgets ul li a {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.3em;
  display: inline-block;
  color: #3a3a3a;
}
@media screen and (max-width: 1681px) {
  footer .footer_widgets ul li a {
    font-size: 1em;
  }
}
footer .footer_widgets ul li a:hover {
  color: #EB1C22;
}
footer .some-text-add p {
  font-size: 14px;
  margin-bottom: 0.8em;
}
footer .footer_four .special_offers {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
footer .footer_four .input-group {
  border: 1px solid #979799;
  background: #F6F7FA;
  border-radius: 0.5em;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  padding: 0.5em 0;
}
@media screen and (max-width: 1681px) {
  footer .footer_four .input-group {
    padding: 0.2em 0;
  }
}
footer .footer_four .input-group .input-group-text {
  background: #F6F7FA !important;
  border-color: transparent;
}
footer .footer_four .input-group .input-group-text i {
  color: #B2BAD2;
  font-size: 24px;
}
footer .footer_four .input-group input {
  border-color: transparent;
  font-weight: 400;
  padding-left: 0;
  background: transparent;
}
footer .footer_four .input-group input::-moz-placeholder {
  color: #B2BAD2;
}
footer .footer_four .input-group input::placeholder {
  color: #B2BAD2;
}
footer .footer_four .input-group input:focus-visible {
  box-shadow: none;
}
footer .footer_four .privacy_links {
  padding-top: 0.3em;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  footer .footer_four .privacy_links {
    font-size: 13px;
  }
}
footer .footer_four .privacy_links a {
  text-decoration: underline;
  color: #000;
}
footer .footer_four .follow_link h3 {
  font-size: 22px;
}
@media screen and (max-width: 1681px) {
  footer .footer_four .follow_link h3 {
    font-size: 20px;
  }
}
footer .footer_four .follow_link ul li a {
  color: #ABABAF;
  font-size: 22px;
}
@media screen and (max-width: 1681px) {
  footer .footer_four .follow_link ul li a {
    font-size: 18px;
  }
}
footer .footer_four .follow_link ul li a:hover {
  color: #EB1C22;
}
footer .footer_four .india-mart-logo {
  padding-top: 0.8em;
}
footer .footer_four .india-mart-logo li a img {
  max-height: 45px;
  width: auto;
}
footer .copy-container {
  padding: 4em 0 1em;
}
@media screen and (max-width: 767px) {
  footer .copy-container .content_rights {
    text-align: center;
  }
}
footer .copy-container .content_rights p {
  font-weight: 500;
}
footer .copy-container .content_rights p span {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  footer .copy-container ul {
    justify-content: center !important;
  }
}
footer .copy-container ul li {
  padding: 0 0.5em;
  line-height: 20px;
}
footer .copy-container ul li:not(:last-of-type) {
  border-right: 3px solid #3a3a3a;
}
@media screen and (max-width: 991px) {
  footer .copy-container ul li:not(:last-of-type) {
    border-right: 2px solid #3a3a3a;
  }
}
footer .copy-container ul li a {
  font-weight: 500;
  color: #3a3a3a;
}
@media screen and (max-width: 991px) {
  footer .copy-container ul li a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */