@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 120px;
    padding: 0 7%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
    height: 160px;
    border-bottom: none;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);*/
}

.dark_nav {
    height: 80px !important;
    background-color: rgb(255, 255, 255, 0.9) !important;
    background-image: unset;
    border-bottom: 1px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 10px 0;
  object-position: left;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    padding: 20px 0;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0 !important;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
  gap: 1.2vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #444;
  font-weight: 600;
  font-size: .85vw;
    transition: all 0.25s ease-in-out;
    padding: 10px;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #444 !important;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 130%;
  width: 0;
  border-bottom: none;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  height: 3px;
  border-radius: 50%;
  background-color: #2ca6e1;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
  background-color: #2ca6e1;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 20px;
}


/*footer*/
.footer_type10 {
  color: white;
  background-color: #263747;
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
  overflow: hidden;
  font-size: 14px;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
  color: #2ca6e1 !important;
}

.footer_type3 {
    background-color: #263747;
    font-size: 13px;
    padding: 2.5rem 0 1rem;
}

.footer_type3 .social_media li a {
  font-size: 17px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #263747;
  color: #000;
}

.footer_type3 .social_media li a .icon_s img {
    filter: brightness(0);
}

/*homepage banner*/

#main_index .innerRow_2 {
    position: relative;
}

#main_index #index_2_2 {
    position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video_banner {
    padding-top: 50%;
}

.video_banner video {
    object-fit: cover;
    filter: brightness(0.8);
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  padding: 3vw 0 0 12%;
  display: flex;
  align-items: center;
}

.hp_banner_wave {
    margin-bottom: 1.5vw;
    padding-left: 7px;
}

.hp_banner_wave img {
    max-width: 9vw;
    animation: waveMove 2s ease-in-out infinite alternate;
}

.hp_banner_title {
  font-size: 3.6vw;
  font-weight: 800;
  color: #2ca6e1;
  margin-bottom: 4vw;
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.hp_banner_title b {
  font-weight: 800;
  color: #fcb03f;
  font-size: 3.6;
}

.hp_banner_title span {
  display: block;
  color: #fff;
  font-size: 3.73vw;
}

.hp_banner_button {
    display: flex;
  justify-content: flex-start;
}

.hp_banner .hp_button {
    border-right: 5px solid #fcb03f;
  background-color: #2ca6e1;
  color: #fff;
  padding: 11px 60px;
}


@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -160px;
    }
}

/*homepage wave*/
.hp_wave {
    position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 120px;
}

.hp_wave.hp_wave_footer {
    position: relative;
  top: 0;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: 0;
  min-height: 120px;
  max-height: 120px;
}

.parallax > use {
  animation: move-forever 10s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 3s;
  display: none;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 22s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 8s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 6s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media (max-width: 1200px) {
    .waves {
        min-height: 80px;
        max-height: 80px;
    }
    .hp_wave {
        top: -80px;
        height: 80px;
    }
    
}

@media (max-width: 767px) {
    .waves {
        min-height: 50px;
        max-height: 50px;
    }
    .hp_wave {
        top: -50px;
        height: 50px;
    }
    
}

/*homepage about*/
.hp_about {
    padding: 2rem 8% 0;
    background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/B_ABOUT_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(to bottom, #f3fbfd, transparent);
}

.hp_small_title {
    font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

.hp_big_title {
    font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #263747;
}

.hp_about .hp_big_title {
  margin-bottom: 20px;
}

.hp_keyword {
    font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 0;
  color: #888;
  transition: all 0.4s ease-in-out;
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2.5rem;
}

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 11px 70px;
  background-color: #fcb03f;
  border-radius: 30px;
  color: #ffff;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #000;
  border-right: 5px solid #2ca6e1;
}

.hp_button:hover {
  transform: scale(1.05);
}

.hp_button:active {
  transform: scale(0.75);
}

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.hp_about_left_box {
  width: 92%;
}

/*homepage class*/
#main_index .index_wrapper_4 {
    padding: 5.5rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/C_PROGRAM_00.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    right: 8vw;
    bottom: 6vw;
    width: 18.5vw;
    height: 18.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/C_PROGRAM_08.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: floating 2.5s infinite linear;
    display: none;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
}

.hp_class {
    padding-bottom: 2.5rem;
}

.hp_class_right_box {
    display: flex;
  justify-content: flex-end;
}

#main_index .home_page_product_listing > .row {
    padding: 0 2px;
}

#main_index .home_page_product_listing .col-12.col-md-4.p-0 {
  margin: 13px 0 !important;
  padding: 0 13px !important;
}

#main_index .home_page_product_listing .col-12.col-md-4.p-0:nth-child(n+9),
#main_index .home_page_product_listing .outler_product_box .product_box .sub_title,
#main_index .home_page_product_listing .outler_product_box .product_box div.text-center:nth-child(4) {
    display: none;
}

#main_index .home_page_product_listing .outler_product_box {
    padding: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .home_page_product_listing .outler_product_box:hover {
    transform: translateY(-10px);
}

#main_index .home_page_product_listing .outler_product_box .product_box {
  padding: 0;
  border: none;
  flex-direction: column-reverse;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/*#main_index .home_page_product_listing .outler_product_box .product_box:hover {*/
/*    background-color: #2ca6e1;*/
/*}*/

#main_index .home_page_product_listing .outler_product_box .product_box .product_img_frame {
    padding-top: 100%;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

#main_index .home_page_product_listing .outler_product_box .product_box:hover .product_img_frame {
    border-radius: 25%;
}

#main_index .home_page_product_listing .outler_product_box .product_box .title {
  padding: 13px 20px 15px;
  text-align: center;
}

#main_index .home_page_product_listing .outler_product_box .product_box .title h4 {
    font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.5;
}

#main_index .home_page_product_listing .outler_product_box .product_box .title a {
    color: #263747;
  transition: all 0.4s ease-in-out;
}

/*#main_index .home_page_product_listing .outler_product_box .product_box:hover .title a {*/
/*    color: #fff;*/
/*}*/

@media (min-width: 768px) {
  #main_index .home_page_product_listing .col-12.col-md-4.p-0 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*homepage why*/
.hp_why {
    padding: 5rem 5.5%;
}

.hp_why_icon img {
    max-width: 65px;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_ebox {
    padding: 0 13px;
  margin: 13px 0;
}

.hp_why_box {
    padding: 25px 25px 30px;
  background-color: #fff;
  height: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_title {
  font-size: 18px;
  font-weight: 700;
  color: #2ca6e1;
  margin: 25px 0 0;
  line-height: 1.3;
  white-space: nowrap;
  min-height: 47px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 15.5px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 12px;
  color: #888;
  line-height: 1.7;
}

.hp_why_keyword::before {
  content: "";
  width: 100px;
  height: 0.8px;
  background-color: #fcb03f;
  transition: all 0.4s ease-in-out;
}

.hp_why_box:hover .hp_why_keyword::before {
    width: 130px;
}

.hp_why_top_box {
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .hp_why_ebox {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*homepage what*/
.hp_what {
    padding: 1rem 8% 3rem;
    position: relative;
}

.hp_what::before {
    content: "";
    position: absolute;
    right: 2vw;
  top: -4vw;
  width: 19vw;
  height: 5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/D_WHY_06.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    animation: 2.5s rubberBand infinite;
}

.hp_what_group {
    width: 90%;
}

.hp_what_right .hp_what_group {
    margin-left: auto;
}

.hp_what_icon img {
    max-width: 80px;
  width: 80px !important;
}

.hp_what_point:hover .hp_what_icon img {
    animation: 1s jello;
}

.hp_what_point {
    display: flex;
  align-items: center;
  gap: 25px;
  padding: 2rem 0;
  border-bottom: .8px solid #fcb03f;
}

.hp_what_point:last-child {
    border-bottom: none;
}

.hp_what_left .hp_what_point {
    flex-direction: row-reverse;
  text-align: right;
}

.hp_what_keyword {
    font-size: 17.5px;
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
}

.hp_what_keyword span {
    display: block;
}

.hp_what_center_box img {
    animation: floating 2s infinite ease-in-out;
}

/*homepage branch*/
.hp_branch {
    padding: 6rem 7%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/F_LOCATION_00.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_branch_top_box {
    margin-bottom: 2.5rem;
}

.hp_branch_ebox {
  margin: 10px 5px 5px;
}

.hp_branch_box {
    height: 100%;
  background-color: #fff;
  padding: 0 7px;
  border: 1.8px solid #263747;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.hp_branch_box:hover {
    transform: translateY(-10px);
}

.hp_branch_title {
    margin: 25px 0 20px;
  text-align: center;
  color: #2ca6e1;
  font-size: 18px;
  font-weight: 700;
}

.hp_branch_small {
    font-size: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-right: 10px;
  color: #262680;
  margin: 30px 0 10px;
  font-weight: 600;
}

.hp_branch_keyword {
    font-size: 14.5px;
  text-align: center;
  margin: 0 auto 25px;
  width: 85%;
}

.hp_branch_img {
    overflow: hidden;
}

.hp_branch_img img {
    transition: all 0.4s ease-in-out;
}

.hp_branch_box:hover .hp_branch_img img {
    transform: scale(1.15);
}

.hp_branch_eslider .slick-next::before,
.hp_branch_eslider .slick-prev::before {
    opacity: 1;
    color: #2ca6e1;
}

.hp_branch_eslider .slick-next {
  right: -15px;
}

.hp_branch_eslider .slick-prev {
  left: -15px;
}

.hp_branch_eslider .slick-arrow {
    z-index: 1;
}

.hp_branch_slider .slick-next::before,
.hp_branch_slider .slick-prev::before {
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hp_branch_slider .slick-next {
  right: 5px;
}

.hp_branch_slider .slick-prev {
  left: unset;
  right: 35px;
}

.hp_branch_slider .slick-arrow {
    z-index: 1;
}

.hp_branch_slider .slick-next, .hp_branch_slider .slick-prev {
    top: 90%;
}

/*homepage review*/
#main_index .index_wrapper_8 {
    position: relative;
    padding: 6rem 8%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/G_NEWS_02.png');
  background-size: 23%;
  background-repeat: no-repeat;
  background-position: 99% 100%;
}

#main_index .index_wrapper_8::before {
    content: "";
    position: absolute;
    left: 3vw;
  top: .5vw;
  width: 13vw;
  height: 13vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27531/image/G_NEWS_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: floating 2s infinite ease-in-out;
}

.hp_review_box {
    margin-bottom: 2.5rem;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewSlider .slick-arrow {
  z-index: 5;
}

/*homepage gallery*/
#main_index .index_wrapper_9 {
    padding: 5rem 0;
  background-color: #def9ff;
  position: relative;
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-image: linear-gradient(to bottom, #def9ff, #fff);
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 5px;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide > div {
    display: none !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide:hover {
    transform: scale(1.4);
}

#main_index .hp_photoGallerySlider_type4 .flickfeed button.slick-arrow {
    display: none !important;
}

.hp_galleryTitle_box {
    margin-bottom: 1.5rem;
}

.hp_galleryButton_box {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}


/*other pages*/
.category_list_type4 .category_box p,
.product_list_5 .product_box .whatsapp_wrapper,
.product_detail .mainFunction .whatsapp_btn,
.product_detail .category_tag a li::before {
    display: none;
}

.product_detail .category_tag a {
  border: none;
}

.product_detail .category_tag a:hover {
    background-color: transparent;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    #main_index .navbar_type8 {
        height: 120px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.1vw;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    #main_index .index_wrapper_2 {
        margin-top: -120px;
    }
    .hp_banner {
        padding: 3vw 0 0 8%;
    }
    .hp_banner .hp_button {
        padding: 9px 40px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 2rem 15px 0;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_about .hp_big_title {
      margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 13.5px;
        padding: 9px 40px;
    }
    .hp_about_right_box {
        margin-bottom: 2rem;
    }
    .hp_about .row {
        align-items: flex-end !important;
    }
    
    /*homepage class*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    .hp_class {
      padding-bottom: 1.5rem;
    }
    #main_index .home_page_product_listing .outler_product_box .product_box .title {
        padding: 10px 15px 12px;
    }
    #main_index .home_page_product_listing .outler_product_box .product_box .title h4 {
        font-size: 14px;
    }
    #main_index .index_wrapper_4::before {
        right: 30px;
        bottom: 4rem;
        width: 20vw;
        height: 20vw;
    }
    
    /*homepage why*/
    .hp_why {
      padding: 4rem 15px;
    }
    .hp_why_top_box {
      margin-bottom: 1.5rem;
    }
    .hp_why_title {
        white-space: normal;
        min-height: auto;
        font-size: 16px;
        margin: 20px 0 0;
    }
    .hp_why_keyword {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /*homepage what*/
    .hp_what {
        padding: 0rem 15px 3rem;
    }
    .hp_what_keyword span {
      display: unset;
    }
    .hp_what_icon img {
      max-width: 70px;
      width: 70px !important;
    }
    .hp_what_keyword {
        font-size: 16px;
    }
    
    /*homepage branch*/
    .hp_branch {
        padding: 4rem 15px;
    }
    .hp_branch_top_box {
      margin-bottom: 1.5rem;
    }
    .hp_branch_title {
        margin: 20px 0 17px;
        font-size: 17px;
    }
    .hp_branch_small {
        font-size: 14px;
        margin: 20px 0 10px;
    }
    .hp_branch_keyword {
        margin: 0 auto 20px;
        width: 90%;
        font-size: 14px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    .hp_review_box {
      margin-bottom: 1.5rem;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_9 {
        padding: 3rem 0;
    }

}

.side_menu {
    background-color: #263747;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage banner*/
    #main_index .index_wrapper_2 {
        margin-top: 0;
    }
    
    /*homepage about*/
    .hp_banner {
        padding: 0 0 4vw 8%;
    }
    .hp_about_left_box {
        width: 100%;
        margin-left: 0;
    }
    
    /*homepage class*/
    
    
    /*homepage why*/
    .hp_why .row {
        justify-content: center;
    }
    .hp_why_ebox {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /*homepage what*/
    .hp_what_group {
      width: 100%;
    }
    .hp_what_point {
        gap: 20px;
    }
    
    /*homepage branch*/
    
    
    /*homepage review*/
    
    
    /*homepage gallery*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 {
        padding-bottom: 4rem !important;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage banner*/
    .video_banner {
      padding-top: 80%;
    }
    .hp_banner {
        padding: 15px 15px 50px;
    }
    .hp_banner_title,
    .hp_banner_title span {
        font-size: 24px;
    }
    .hp_banner_wave img {
        max-width: 60px;
    }
    .hp_banner .hp_button {
        padding: 7px 25px;
        font-size: 11px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        padding: 2rem 0;
        margin: 0;
    }
    .hp_about .row {
        flex-direction: column-reverse;
    }
    .hp_about_left {
        padding: 0;
    }
    
    /*homepage class*/
    .hp_class_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .home_page_product_listing > .row {
      padding: 0 10px;
    }
    #main_index .home_page_product_listing .col-12.col-md-4.p-0 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 5px 0 !important;
        padding: 0 5px !important;
    }
    #main_index .home_page_product_listing .outler_product_box .product_box .title h4 {
        font-size: 14px;
        -webkit-line-clamp: 2;
        min-height: 42px;
    }
    #main_index .index_wrapper_4::before {
        right: 20px;
        bottom: 3rem;
        width: 140px;
        height: 140px;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        margin: 15px 0;
    }
    .hp_why_title span {
      display: unset;
    }
    
    /*homepage what*/
    .hp_what::before {
        right: 10px;
        top: -45px;
        width: 100px;
        height: 50px;
    }
    .hp_what_left .hp_what_point {
      flex-direction: row;
      text-align: left;
    }
    .hp_what_left .hp_what_point:last-child {
        border-bottom: .8px solid #fcb03f;
    }
    
    /*homepage branch*/
    
    
    /*homepage review*/
    #main_index .index_wrapper_8::before {
        left: 10px;
        top: 10px;
        width: 90px;
        height: 75px;
    }
    
    /*homepage gallery*/
    
    
    .toggle_btn .whatsapp {
        height: 35px;
        width: 35px;
    }
    
    .toggle_btn .whatsapp i {
        font-size: 20px;
    }
    
    .toggle_btn .whatsapp_float_title {
        font-size: 10.5px;
        padding: 3px 8px;
    }
    
    .toggle_btn {
        top: 85vh;
    }
    
    .toggle_btn.num2 {
      top: 79vh;
    }
    
    .toggle_btn.num3 {
      top: 73vh;
    }
    
    .toggle_btn.num4 {
      top: 67vh;
    }
    
    .toggle_btn.num5 {
      top: 61vh;
    }
    
    

    #main_showproducts .product_detail .category_tag {
        margin-top: 5px !important;
    }
    
    #main_showproducts .product_detail .category_tag a {
        font-size: 9.5px;
      padding: 3px 10px;
    }
    

}