
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
  background-color: #f6f9fd;
}

html{
  background: #fff;
}
a {
  color: #D31B31;
}

a:hover {
  color: #b61a2c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .table, .jp-font , .accordion-list p{
  font-family: 'Noto Sans JP', sans-serif;
}

.YuGothic{
  font-family: YakuHanJPs, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif!important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #D31B31;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  
  background: rgb(16 16 16 / 25%);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #D31B31;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 12px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 50px;
}

.YuGothic{
  font-family: YakuHanJPs, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #727272;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #101010;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0b2341;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #D31B31;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


/* Get Startet Button */
.get-started-btn {
  border-color: #d31b31;
  background: #D31B31;
  color: #fff!important;
  border-radius: 0px;
  padding: 8px 35px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
}

.get-started-btn:hover, .get-nav-btn:hover {
  background: #ac2131;
  color: #fff;
}

.get-started-btn.jp-font:hover{
  background: #d31b31;
  color: #fff;
}
.btn-focus-non.focus, .btn-focus-non:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.btn-focus-non:hover{
  cursor: default!important;
}
.p-40-respo tbody{
  font-size: 13px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 23px;
  right: 15px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 32px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #d31b31;
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9998;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0b2341;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #D31B31;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(255 255 255 / 60%);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.5s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #d31b31;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color:rgb(249 249 249);
  overflow: hidden;
  position: relative;
}

.swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  color: #fff;
  /* background-color: #d82f2f; */
  font-size: 9vw;
  text-shadow: 2px 3px 5px #222;


}

.swiper-slide-active::before{
   position: absolute;
  content: '';
  background-color: #f16565;
  left: 0;
  top: 0;
  width: 0;
  z-index: 99999;
  height: 2px;
  animation: progressbar 12s linear infinite;
  animation-delay: 0s;
}

@keyframes progressbar{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.swiper-container {
  background-color: #000;
  margin-top: 14px;
}

.swiper-wrapper {

  background-color: #000;
}

.fade-in {
	-webkit-animation: fade-in 6s ease-in-out 0s infinite alternate forwards;
	        animation: fade-in 6s ease-in-out 0s infinite alternate forwards;
}

 @-webkit-keyframes fade-in {
  20%, 100% {
    opacity: 0;
  }
 
  10% {
    opacity: 1;
  }

}
@keyframes fade-in {
  20%, 100% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }
}

  .testb-b{
    position: absolute;
    z-index: 2;
    background-color: #000;
    height: 100%;
    width: 100%;
/* 
    animation: fade-in 10s ease-in-out alternate forwards;
    animation-delay: 0.25s; */

  }

  .testb-b::before{
    content: url('../../media/TOWNEW_white.png');
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    
  }

  .post-rel{
    position: relative;
  }

  .title-text{
    font-size: 28px;
    font-style: italic;
    color: #d31b31;
    font-weight: 900;
    margin-bottom: 8px;
    font-family: 'Noto Serif JP';
  }
  .cus-font{
    font-size: 2.2rem;
  }

  .p-40-respo .table-bordered td, .p-40-respo .table-bordered th {
    border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 23px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #D31B31;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #D31B31;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #D31B31;
}

.about .content .btn-learn-more:hover {
  background: #D31B31;
  color: #fff;
  text-decoration: none;
}

#myVideo {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 40px 0;
}

.why-us .content {
  padding: 40px;
  left: -200px;
  margin-bottom: 50px;
  background: #fff;
  position: absolute;
  font-family: 'Noto Serif JP', serif;
}

.why-us .content-2 {
  right: -200px;
  left: 0;
  z-index: 1;
  background: #D31B31;
}

.why-us .content-3 {
  right: -200px;
  left: 0;
  z-index: 1;
  
}
.why-us .content h3 {
  font-weight: 500;
  font-size: 28px;
  color: #11110F;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content-2 h3 {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.why-us .content p {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
}


.why-us .content-2 p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  position: relative;
}

/* .why-us .accordion-list {
  padding: 0 100px 60px 100px;
} */


.why-us .accordion-list.left {
padding-left: 200px;
}

.why-us .accordion-list.right {
  padding-right: 200px;
  }

  .why-us .accordion-list.rlboth {
    padding-right: 200px;
    padding-left: 200px;
    }
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  outline: none;
  color: #11110F;
}
.width-100{
  width: 100%;
}
#atag {
  display: inline-flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  padding-right: 30px;
  outline: none;
  color: #11110F;
}
.line-h27{
  line-height: 27px;
}

.why-us .accordion-list span, #atag {
  color: #D31B31;
  font-weight: 400;
  /* font-size: 18px; */
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #11110F;
}

.why-us .accordion-list a.collapsed:hover {
  color: #D31B31;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#D31B31 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #D31B31;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}



@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/* privacy page */

.privacy{
  padding: 100px 0!important;
}

.privacy p {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 30px 0;
  /* background: #0b2341; */
  /* background-image: url(../../assets/img/procs.jpg); */
}

.cta-line {
  padding: 60px 0;
  /* background: #0b2341; */
  background-image: url(../../assets/img/line-up.jpg);
}


.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #D31B31;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #D31B31;
  border: 2px solid #D31B31;
}

.why-us.cta .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
  position: relative;
}

.why-us.cta .content {
  padding: 40px;
  margin-bottom: 0px;
  left: -250px;
  background: #fff;
  position: absolute;
  font-family: 'Noto Serif JP', serif;
}
.bg-white{
  background-color: #fff;
}

.secton-award{
  padding: 30px 200px 40px 200px;
}


.p-40{
  padding-top: 40px;
}

.p-40-0{
  padding: 40px 0 0 0;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

.font-size-12{
  font-size: 12px;
}

#feedback a{
  font-size: 24px;
}


.icon-font-size{
  font-size: 44px;
  padding: 25px;
  /* margin: 15px; */
  color: #fff;
  background: #b80016;
}


/* star */

.star-select {
  /* display: inline-block; */
  float: left;
  width: 75%;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
}

/* Hidden inputs */
.star-select__input {
display: none;
}

.star-select__star {
cursor: pointer;
/* display: inline-block; */
height: 3em;
overflow: hidden;
float: right;
}
.star-select__star:before {
font-size: 1.9em;
content: '☆';
color: #343434;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
transition: color 0.5s;
}

/* Active state for star */
input:checked ~ .star-select__star:before {
content: '★';
color: #5e5e5e;
}


.input-border{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.model-border{
  border: 3px solid #d31b31;
  border-radius: 0;
}


.close-btn{
  position: absolute;
  right: 0px;
  padding: 10px;
  top: 0px;

  margin: 0!important;
}

.modal {

  z-index: 9999;
 
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 20px 0 20px 0;
  color: #11110F;
  font-size: 14px;
}



#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #D31B31;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "poopin, sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #D31B31;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}


.br-d-respo{
  display: none;
}


.product-head{
  background: #fff;
    padding: 30px;
}




.footer-link{
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  font-weight: 500;
}

.footer-link li a{
  color: #11110F;
}

@media only screen and (min-width: 1367px) and (max-width: 1666px) and (min-width: 1367px) {
  .cus-font {
    font-size: 1.9rem;
}

.about .content h3 {
  
  font-size: 20px;
}
.about .content h5 {
  
  font-size: 1.15rem;
}

}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }

  .secton-award, .why-us {
    padding: 0;
}

}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 768px) {
  .p-40-respo-7-9 {
    padding: 40px 0;
  }
  .p-40-respo{
    padding: 40px 0;
  }

  .br-d-respo{
    display: none;
  }


}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }

  .why-us .content{
    padding: 45px
  }
}



@media (min-width: 1025px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }



.get-started-btn {

  padding: 8px 24px;

}

.shop-btn {
  padding: 8px 100px;
}
.md-img{
  display: none;
}

}

@media (max-width: 1024px) {
  /* .secton-award {
    padding: 30px;
} */

.about .content h3 {
    
  font-size: 18px;
}

.content .pl-5{
  padding-left: 1rem!important;
}

.abt-text.py-5 {
  padding-bottom: 1rem!important;
  padding-top: 1rem!important;
}

.why-us .content h3, .why-us .content-2 h3 {
   font-size: 18px;
}

.why-us .content p{
  font-size: 14px;
 }

 .why-us .content {
  padding: 40px;

}

.why-us .accordion-list.rlboth, .why-us .accordion-list.right , .why-us .accordion-list.left{

  padding-right: 0;
  padding-left: 0;
}

.hd-img{
  display: none;
}

}

@media (max-width: 992px) {

  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  } 

  #header .logo {
    font-size: 28px;
  }

  .abt-main h5 {
    font-size: 24px;
  
  }
  .why-us .content {
    padding-top: 30px;
  }
  /* .why-us .accordion-list {
    padding-bottom: 30px;
  } */

  .why-us .content-2, .why-us .content-3 {
    right: 0px;
   
}

.why-us .content, .why-us.cta .content {
  padding: 40px;
  margin-bottom: 0px;
  margin-top: -30px;
  position: static;
}

.content .pl-5{
  padding-left: 0rem!important;
}


.why-us .accordion-list.left {
  padding-left: 0;
}

.why-us .accordion-list.right {
  padding-right: 0px;
}

.why-us .accordion-list.rlboth {
  padding-right: 0;
  padding-left: 0;
}
.pt-20-r992{
  padding-top: 20px;
}

.why-us .video-box, .why-us.cta .video-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  position: relative;
}

}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }

  .get-started-btn {
    margin: 0 5px 0 0;
    padding: 6px 20px 7px 20px;
  }

  .about .content h3 {
        font-size: 20px;
}
.abt-main h5 {
  font-size: 24px;

}
.get-nav-btn {
  background: #D31B31;
  color: #fff!important;
  border-radius: 0px;
  width: 120px;
  margin-left: 15px!important;
  margin-top: 10px!important;
}

.respo-tcenter{
  text-align: center;
}
.footer-link{
  padding: 0px;
}
.cus-font {
  font-size: 1.8rem;
}

.p-40-respo{
  padding: 30px 0;
}


.icon-font-size {
  font-size: 24px;
  padding: 10px;
  /* margin: 15px; */
  color: #fff;
  background: #b80016;
}

#feedback a {
  font-size: 20px;
}

}


@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  .product-head h3{
    font-size: 1.6rem!important;
  }

  .about .content h3 {
    font-size: 19px;
}
.abt-main h5 {
  font-size: 17px;
  padding-top: 0px!important;
}
.cus-font {
  font-size: 1.5rem;
}
.br-d-respo{
  display: block;
}
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


@media (max-width: 375px) {
.abt-main h2{
  font-size: 1.3rem;
  font-weight: 600;
}

.abt-main h5{
  font-size: 15px;
    padding-top: 0px!important;
}

.get-started-btn {
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  
}

 h3 {
  font-size: 1.55rem;
  font-weight: 600;
}

.product-head {
  padding: 13px;
 
}

.about .content h3 {
  font-size: 16px;
}
.product-head h3{
  font-size: 1.3rem!important;
}
.cta-line {
  padding: 30px 0;

}

}



.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-effect{
  background: #d31b31;
  color: #fff;
  position: relative;
}

.bg-effect::before{
  content: "";
  width: 100%;
  position: absolute;
  left: 15px;
  height: 100%;
  bottom: 12px;
  border: 3px solid #313131;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .why-us .content, .content, .why-us.cta .content {
    position: relative;
    left: 0;
  }
  }