/*global*/
h5 {
  font-size: 20px;
}
/* global info page*/
/*.information-information .breadcrumb .background {
  padding: 10px 0;
}*/
.info-4 .main-content .box,
.info-18 .main-content .box{
  display: none;
}

.information-information .breadcrumb h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1.4px !important;
  margin: 0;
}
/*.information-information .breadcrumb .container {
    padding: 60px 0;
}*/
/*.information-information .breadcrumb .clearfix{
    padding: 20px 0;
}*/
.information-information .section-header h2 {
    font-size: 50px; 
 }
 .information-information p {
    font-size: 16px; 
 }
 .information-information .main-content .box-information {
    padding-top: 40px;
    padding-bottom: 10px;
} 
.tnc,
.privacy-policy,
.delivery-info,
.return-policy {
    padding-bottom:20px;
}
.information-information .main-content .box ul {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.information-information .main-content .box ul li {
  display: block;
  margin: 0 20px;
}
/*--- for mobile sidemenu*/
.information-information .drawer__content .box .box-heading,
.information-information .drawer__content .box .box-content ul li:nth-child(10),
.information-information .drawer__content .box .box-content ul li:nth-child(11) {
  display: none;
}
/**/
.information-information .main-content .box .box-heading,
.information-information .main-content .box .box-content ul li:not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)) {
display: none;
}
/*--hover nav info*/
.information-information .main-content .box-content a {
  text-transform: uppercase;
  color: #4B4B4B;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.information-information .main-content .box-content a.blogActive {
  color: #800012;

}
.information-information  .main-content  .box-content a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #800012;
  transition: width 0.3s ease;
}
.information-information .box-content a:hover {
  color: #a00015; /* optional: slightly lighter red */
}
.information-information .main-content .box-content a:hover::after {
  width: 100%;
}
/* Still keep the underline if it's active */
.information-information .main-content .box-content a.blogActive::after {
  width: 100%;
}

/*submenu */
.sub-menu .content .col-sm-4:has(.git.row) {
    width: 100% !important;
}
/*end global */
/* about us / our story */
/* banner */
.info-4  .main-content .box-information {
  display: none;
}
.info-4 .breadcrumb.full-width {
    background-image: url("/image/data/theme/banners/about-us/makmur-aboutus-banner2_170425110446.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.info-4 .breadcrumb.full-width .clearfix {
    padding: 300px 0;
}
.info-4 .breadcrumb.full-width ul,
.info-4 .breadcrumb.full-width #title-page {
    display: none;
}
/* content */
.section-header p {
    max-width: 70%; 
    margin: 0 auto;
    text-align: center;
}  
/* who we are */
.about-section1.full-width-content {
    background-image: url("/image/data/theme/information/our-story/aboutus-whowearebg--1_170425111929.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     position: relative;
    background-position: center top;
    background-size: 100% 65%;
}
.about-section1 .section-header p {
    max-width: 86%;
}
.info-4 .center-column {
    padding-top: 0;
}
.section-header h2::after {
  content: '';
  display: block;
  width: 8%;
  height: 3px;
  background: #b20000;
  margin: 25px auto 10px;
}
.about-section1 {
    padding: 50px 0 20px;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  margin-bottom: 10px;
  color: #000;
  position: relative;
}
/* card */
.mission-vision-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.mission-vision-wrapper .card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    max-width: 550px;
    flex: 1;
    text-align: center;
}
.mission-vision-wrapper .card.mission {
    margin-right: 10px;
}
.card .icon img {
  height: 60px;
  margin-bottom: 20px;
}
.mission-vision-wrapper .card .icon img {
    width: 100px;
    height: 100px;
}
.mission-vision-wrapper .card h3 {
    font-size: 32px;
    font-weight: 600;
}
/* how we begin */
.how-we-began-content .image img {
  width: 100%;
  border-radius: 12px;
}
.how-we-began-content .image {
    margin-right: 10px;
}
/* goals */
.info-4 .section3 {
    background-color: #F8F4EC;
    padding: 80px 20px;
  }
  .info-4 .goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
  }
  .info-4 .goals-grid.row::before {
      display: none;
  }
  .info-4 .section3 .section-header p {
    max-width: 60%; 
    margin-bottom: 100px;
    }
  .goal-card {
    background-color: #fff;
    padding: 30px 30px 0;
    min-height: unset;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  .goals-grid .goal-card:nth-last-child(-n+3) {
    margin-bottom: 30px !important;
  }
  .goal-card .icon {
    margin-bottom: 15px;
    }
  .goal-card .content {
    position: relative;
    top: -70px;
}
.goal-card .content h3 {
    font-weight: bold;
    font-size: 20px;
}
  
  .goal-card:hover {
    transform: translateY(-5px);
  }
  
  .goal-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .goal-card p {
    font-size: 16px;
  }
  .section-footer p {
    font-size: 16px;
    line-height: 1.7;
      text-align: center;
  }
  .about-section2  {
    padding-bottom: 70px;
}
.content-companies p {
    max-width: 90%;
}
.red-bottom-line {
  border-bottom: 1px solid #94000E;
    margin-bottom: 60px;
}
.check-list .check-content {
    padding-left: 5%;
    max-width: 85%;
}

  /* group of company */
  .aboutus-section4 {
    padding: 60px 0 10px;
  }
  .aboutus-section4 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .aboutus-section4 .row.image-text {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .image-text.reverse.row {
    flex-direction: row-reverse;
}
  .aboutus-section4 .aboutus-left {
    flex: 1;
  }
  .aboutus-section4 .aboutus-left img {
    height: auto;
    border-radius: 10px;
  }
  .aboutus-section4 .aboutus-right {
    flex: 1;
  }
  .aboutus-section4 .aboutus-right .subheading {
    color: #b50015;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
  }
  .aboutus-section4 .aboutus-right h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .aboutus-section4 .aboutus-right p {
    margin-bottom: 20px;
  }
  
  .aboutus-section4 .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .aboutus-section4 .check-list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .aboutus-section4 .check-list .check-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 4px;
    flex-shrink: 0;
  }
  
  /* Bottom yellow box */
  .aboutus-section4 .aboutus-bottom-box {
    background-color: #F8F4EC;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 96%;
  }
  .aboutus-bottom-box.content2 {
    margin-bottom: 70px;
    padding: 25px 40px;
    align-items: center;
    max-width: 100%;
}
  .content-companies.red-bottom.row::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #94000E;
    margin: 50px 0;
}
/**/

/* our story carousel */
.aboutus-section5 {
  padding-bottom: 40px;
}
.carousel.aboutus .item {
  text-align: center;
  padding: 20px;
}
.carousel.aboutus .item img {
  max-width: 150px;
  margin: 0 auto 15px;
  display: block;
}
.carousel.aboutus .item p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}
/* Navigation Arrows */
.carousel.aboutus button i {
    color: #A00015;
    font-size: 20px;
}
.carousel.aboutus button:hover i {
    color: #fff;
}
.carousel.aboutus .owl-nav button.owl-prev,
.carousel.aboutus .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel.aboutus .owl-nav button.owl-prev:hover,
.carousel.aboutus .owl-nav button.owl-next:hover {
  background-color: #A00015;
}
.carousel.aboutus .owl-nav button.owl-prev {
  left: -50px;
}
.carousel.aboutus .owl-nav button.owl-next {
  right: -50px;
}

/* Dots */
.carousel.aboutus .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.carousel.aboutus .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #D9D9D9;
  margin: 0 5px;
  transition: background 0.3s ease;
}
.carousel.aboutus .owl-dot.active span {
  background: #A00015;
}
.carousel.aboutus .owl-item .img-wrap {
    min-height: 180px;
}


/* information page ---policies */
.main-content .box.box-information .box-heading  {
  display: none;
}
.main-content .box.box-information ul {
  display: flex;
  justify-content: center;
}
.main-content .box.box-information  li {
  margin: 0 15px;
  text-decoration: none;
  display: block;
}
/* banner info global */
.information-information.info-5 .breadcrumb,
.information-information.info-3 .breadcrumb,
.information-information.info-8 .breadcrumb,
.information-information.info-6 .breadcrumb {
  background-image: url("/image/data/theme/information/makmur-info-pages_230425150433.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*.information-information .breadcrumb .container {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}*/
.information-information.info-5 .breadcrumb ul{
  display: none;
}
.information-information.info-5 .breadcrumb h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

/* ---contact us */
/* global */
.info-17 .breadcrumb {
  display: none;
}
.info-17 .standard-body .fixed .container {
    max-width: unset !important;
}
@media (min-width: 1024px)  and (max-width: 1439px) {
  .info-17 .standard-body .fixed .container {
    max-width: 130% !important;
  }
}
/*contact us left form*/
.info-17 #form1 .box-heading{
    font-size: 50px;
    padding-bottom: 40px;
}
.info-17 #form1 h4 {
    text-transform: uppercase;
    font-weight: 600;
}
.info-17 #form1 textarea, 
.info-17 #form1 input[type="text"] {
    background: #fff;
/*    border: none;*/
}
.info-17 #form1 .form-control {
    background: transparent;
    border: none;
    border-bottom: solid 1px #212121;
    border-radius: 0;
    color: #ADADAD;
    letter-spacing: 0.7px;
    margin-top: 25px;
    padding-left: 0;
    padding-bottom: 20px;
}
.info-17 #form1 .button {
    margin-top: 30px;
    padding: 10px 40px;
}
.info-17 #form1 .form-control:focus {
  border-bottom: solid 2px #800012 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: none;
    color: #212121;
}
.info-17 #form1 .form-control {
    box-shadow: none !important;
}
.info-17 #form1 .captcha3 {
    display: none;
}
/*contact us right*/
.info-17 .col-sm-3#column_left {
    width: 50%;
}
.info-17 .col-sm-9 {
    width: 50%;
    height: auto;
}
/*..*/
.info-17 .col-sm-9 .contact-us-right {
   min-height: 1000px;
}
.info-17 .col-sm-12.center-column {
  padding-top: 0;
}
/*.info-17 .col-sm-9 .col-sm-12.center-column,
.info-17 .background:has(#column_left),
.info-17 .container:has(#column_left) {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
}*/
/*.info-17 .col-sm-3#column_left {
    margin-left: -10%;
}*/
/*..*/
.contact-us-right .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 160px 0 80px 20%;
}
.contact-us-right .contact-info {
  display: flex;
  align-items: flex-start;
  gap: 20px; 
   margin-bottom: 40px;
}
.contact-us-right .icon-container {
  width: 40px;
  height: 40px;
  background: #800012;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 1px 0 0 5px;
}
.contact-us-right .info-text strong {
    font-size: 20px;
    color: #212121;
}
.contact-us-right .info-text {
  font-size: 16px;
  line-height: 1.4;
  color: #616161;
}
.contact-us-right .address-links{
    margin-top: 20px;
}
.contact-us-right .address-links a {
    background: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    margin-right: 10px;
}
/*item bottom*/
.contactus {
  padding: 90px 0 0;
  text-align: center;
}
.contactus h2.section-title {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}
.contactus h2.section-title::after {
  content: '';
  display: block;
  width: 10%;
  height: 4px;
  background-color: #a80000;
  margin: 16px auto 0;
  border-radius: 2px;
}
/*2*/
.contactus-section2 {
  padding: 70px 0 140px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
/*   min-height: 100vh;*/
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.contactus-section2 .contactus-content {
  max-width: 30%;
  margin: 0 auto;
  text-align: center;
}
.contactus-section2 .sub-title {
  font-size: 32px;
  color: #a80000;
  font-weight: 600;
  margin-bottom: 30px;
}
.contactus-section2 .contact-card {
  background-color: #a80000;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.contactus-section2 .contact-address,
.contactus-section2 .contact-phone,
.contactus-section2 .contact-web {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 15px;
}
/* icon */
.contactus-section2 .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #A00015;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
  padding: 1px 0 0 5px;
}
.contactus .section-title,
.contactus-section2 .sub-title{
  color: #A00015;
}
.contactus-section2 .company-name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.contactus-section2 .contact-address {
  display: flex;
  align-items: flex-start; 
  gap: 5px; 
}
.contactus-section2 .contact-address .icon-circle {
  flex-shrink: 0; 
}
.contactus-section2 a {
    color: #fff;
}
.contactus-section2 a:focus,
.contactus-section2 a:active,
.contactus-section2 a:hover,
.contactus-section2 a:visited {
    color: #007bff; 
}
.contactus-section3 .contactus-content {
    padding: 0 !important;
}
/*contact us block*/
/*.col-sm-12:has(.contactus) {
    position: relative;
    left: -10%;
}*/
/* 3 and 4 */
.contactus-section3 {
    background: #F8F4EC;
    padding: 20px 0;
}
.contactus-section3 .row,
.contactus-section4 .row{
    display: flex;
    justify-content: center;
}
.contactus-section3 h3.sub-title,
.contactus-section4 h3.sub-title {
    color: #A00015;
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 50px;
    font-weight: 600;
}
.contactus-section3 .row.card ,
.contactus-section4 .row.card {
    padding: 20px 0 70px;
}
.contactus-section4 .row.card {
  padding-bottom: 50px;
}
.contactus-section3 .contact-card ,
.contactus-section4 .contact-card {
    border: solid 1px #D9D9D9;
    border-radius: 20px;
    padding: 30px 20px;
    background: #fff;
    margin: 0 15px;
    height: 300px;
}
.contactus-section3 h4.company-name ,
.contactus-section4 h4.company-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contactus-section3 .icon-circle, 
.contactus-section4 .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #800012;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 2px;
}
.contactus-section3 .contact-card p,
.contactus-section4 .contact-card p{
    display: flex;
    margin: 15px 0;
}
.contactus-section4 .red-top {
    color: #94000E;
    text-transform: uppercase;
    font-weight: 500;
}
/*@media (min-width: 1440px) {
  .info-17 .main-content  .background {
    margin-left: 20%;
}*/


/*tnc page*/
.tnc .section {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.tnc .section-header {
  padding: 15px 20px 15px 0;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  border-bottom: solid 2px #F2E8D9;
}
.tnc .toggle-icon {
  font-size: 20px;
  line-height: 1;
}
.tnc .section-content {
  padding: 15px 20px;
  display: none;
  background: #F2E8D9;
  margin-bottom: 20px 0;
}
.space {
    padding: 10px;
}

/*-----career page*/
.info-18 .main-content .box.box-information  {
    display: none;
}
.info-18 .breadcrumb {
    background-image: url("/image/data/theme/information/career/makmur-career-banner_230425121035.png");
    background-size: cover;  /* Ensures the image covers the entire element */
    background-position: center center;  /* Centers the image within the element */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
}
/* top */
.top-career {
    padding: 30px 0 30px;
}
.career-top .row {
    display: flex;
    align-items: center;
}
.top-career .career-left {
    margin-right: 30px;
}
.top-career .career-right h2 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
}
.top-career .career-right {
    width: 40%;
}
.top-career .career-right p {
    margin-bottom: 20px;
}
/* collapse */
.standard-body .top-career .container.career-bottom {
    padding: 50px 0 0;
}
.career-bottom .row {
    display: flex;
    justify-content: center;
}
.career-bottom .row.heading {
  padding-bottom: 25px;

}
.career-bottom .heading h2{
    font-size: 32px;
}
.career-bottom .job-container {
    width: 90%;
    background: #F3F3F3;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 5px 0;
}
/*job listing*/
.job-container:hover {
    background: #94000E;
    cursor: pointer;
}
.job-container h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.job-container:hover p {
  color: #fff;
}
.career-bottom .job-container .more-info-btn {
    background: transparent;
  color: #94000E;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.job-container:hover h5,
.job-container:hover .more-info-btn {
    color: #fff;
}
.job-container p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0; 
  font-weight: bold;
}
.more-info-btn {
  margin-left: auto; /* Pushes the button to the far right */
}
/*career--popup*/
.career-bottom .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.career-bottom .popup-content {
  background-color: white;
  padding: 30px 60px 30px 40px;
  width: 70%;
  height: 80%;
  border-radius: 10px;
  position: relative;
}
.career-bottom .popup-content .popup-section {
    overflow-y: auto; /* enable vertical scrolling */
    overflow-x: hidden; /* hide horizontal scroll */
    max-height: 90%;
}
.career-bottom .popup-content h5 {
    font-size: 20px;
    font-weight: bold;
}
.career-bottom .popup-section h6 {
    font-weight: bold;
    font-size: 18px;
}
.career-bottom .popup-section ul {
  padding-left: 30px;
}
.career-bottom .popup-section ul li {
  margin: 5px 0;
}
.career-bottom .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  cursor: pointer;
    background: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: solid 2px #fff;
}
/* career popup scrollbar */
.career-bottom .popup-section::-webkit-scrollbar {
  width: 10px; /* thickness of the scrollbar */
}
.career-bottom .popup-section::-webkit-scrollbar-track {
  background: #F2E8D9; 
  border-radius: 10px;
}
.career-bottom .popup-section::-webkit-scrollbar-thumb {
  background: #800012;  
  border-radius: 10px;
  border: 2px solid #F2E8D9; /* adds a gap around the thumb */
}
/*href in popup content*/
.career-bottom  a {
  color: #94000E;
  display: inline-block; 
  transition: transform 0.3s ease, color 0.3s ease;
}
.career-bottom  a:hover {
  transform: translateY(-3px);
}
/*career popup add*/
.popup-content > p {
    font-weight: bold;
    margin-bottom: -10px;
    font-size: 20px;
}
.popup-section p:not(:has(strong)):not(:has(a)):not(:last-child):not(:nth-last-child(2)) {
  font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}
.career-bottom .popup-section ul:last-of-type {
    margin-bottom: 30px;
}
/*last*/
.career-bottom .interested {
   padding: 50px 0 0;
}
.career-bottom .interested a {
    text-decoration: underline;
}

/*info page ---privacy policy*/
.return-policy .heading,
.refund-policy .heading,
.privacy-policy .heading {
    padding: 20px 0;
    font-size: 20px;
}
.return-policy li {
    line-height: 30px;
}
.return-policy .main-bottom {
    padding-top: 20px;
}


/* mobile query */
@media (max-width: 767px) {

/*breadcrumb*/
.responsive .information-information .breadcrumb .container{
  padding: 40px 0 !important;
}
.information-information .breadcrumb .background {
  padding: 10px 0 0;
}
/* our story */
.info-4 .breadcrumb.full-width {
  min-height: 200px;
}
    .info-4 .breadcrumb.full-width .clearfix {
        padding: 100px 0;
    }
    .information-information .section-header h2 {
        font-size: 28px;
    }
    .about-section1 .container,
    .about-section2 .container,
    .info-4 .section3 .container {
        padding-bottom: 0;
    }
    .aboutus-section4 .aboutus-bottom-box {
      max-width: unset;
      padding: 20px 15px;
    }
/*   sec1   */
    .about-section1.full-width-content {
        background-size: 100% 98%;
    }
    .section-header p{
        max-width: 100%;
    }
    .how-we-began-content .image {
        padding-bottom: 25px;
    }
    .about-section1 .section-header p {
    max-width: unset;
    }
    .mission-vision-wrapper .card {
    padding: 50px 20px;
    min-width: 95%;
    }
    .mission-vision-wrapper .card.mission {
        margin-right: 0;
    }
    .about-section1 {
        padding: 25px 0 20px;
    }
/*   sec2   */
    .about-section2 {
        padding-bottom: 40px;
    }
/* sec3 */
    .info-4 .section3 {
        padding:  40px 0;
    }
    .info-4 .section3 .section-header p {
        max-width: unset;
    }
    .info-4 .goals-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .goal-card {
        max-width: 95%;
    }
    .mission-vision-wrapper .card h3 {
      font-size: 25px;
    }
/*   sec4   */
    .aboutus-section4{
        padding: 30px 0 10px;
    }
    .aboutus-section4 .row.image-text {
        flex-direction: column;
    }
    .image-text.row .aboutus-left{
        margin-bottom: 20px;
    }
    .aboutus-section4 .aboutus-right h2 {
        font-size: 25px;
    }
    .content-companies p {
        max-width: unset;
    }
/*   carousel   */
    .red-bottom-line {
        margin-bottom: 30px;
    }
    .aboutus-section5 {
        padding-bottom: 0;
    }

/*  tnc policies page  */
.information-information .main-content .box-information .box-content {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
    padding-bottom: 30px;
}
.information-information .main-content .box-information .box-content ul.main {
  display: inline-flex;
  gap: 30px; 
  padding: 0;
  margin: 0;
  list-style: none;
}
.info-5 .main-content .container {
    padding-bottom: 30px;
}
.tnc {
    padding-bottom: 40px;
}
.tnc .section-header {
    text-align: left;
}

/*privacy policy page*/
.return-policy .heading, .refund-policy .heading, .privacy-policy .heading {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.privacy-policy .content {
    padding-bottom: 0;
}
.privacy-policy {
    padding-bottom: 50px;
}
/*delivery info*/
.delivery-info {
    padding-bottom: 50px;
}
/*return policy*/
.return-policy {
    padding-bottom: 60px;
}
    
/*career*/
.top-career .career-top .row {
    flex-direction: column;
}
.top-career .career-right {
    width: unset;
    padding-left: 0 !important;
    padding-top: 20px;
    
}
.career-bottom.container,
.career-top.container {
    padding-bottom: 30px;
}
.career-bottom .job-container {
    width: 100%;
}
.career-bottom .heading h2,
.top-career .career-right h2 {
  font-size: 28px;
}
/*career popup --mobile*/
.career-bottom .popup-content {
    width: 95%;
}
.career-bottom .popup-content {
    padding: 30px 10px 30px 20px;
}


/*contact us*/
#column_left .box {
    display: block;
}
.info-17 .col-sm-3#column_left {
    width: 100%;
    margin-bottom: 30px;
}
.contactus h2.section-title,
.info-17 #form1 .box-heading {
    font-size: 30px;
}
.contact-us-right .content {
    padding: 100px 15px;
}
.contact-us-right .address-links {
    display: flex;
    flex-direction: column;
}
.contact-us-right .address-links a {
    margin-bottom: 20px;
    text-align: center;
}
.contactus {
    padding-top: 50px;
}
.contactus-section4 .container,
.contactus-section3 .container,
.contactus .container {
    padding-bottom: 0;
}
.contactus-section2 {
    padding: 30px 20px;
}
.contactus-section3 h3.sub-title,
.contactus-section2 .sub-title {
    font-size: 28px;
}
.contactus-section2 .contactus-content {
    max-width: 100%;
}
.contactus-section4 h3.sub-title,
.contactus-section3 h3.sub-title {
    padding-top: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.contactus-section3 .row, 
.contactus-section4 .row {
    flex-direction: column;
    align-items: center;
}
.contactus-section3 .contact-card, 
.contactus-section4 .contact-card {
    margin: 10px;
    min-width: 95%;
    padding: 30px 20px !important;
    height: unset;
}
.contactus-section3 .row.card {
    padding-bottom: 30px;
}
.contactus-section4 {
    padding: 20px 0;
}
.info-17 .col-sm-9 {
    width: 100%;
}
.contactus-section4 .fa.fa-fax {
    padding-left: 5px;
}
.contactus-section4  .fa.fa-map-marker {
    padding-left: 3px;
}

/*get in touch*/
.info-17 .col-sm-12.center-column {
  padding-left: 0;
  padding-right: 0;
}

/* additional mobile */
.about-section1 .container,
.about-section2 .container,
.section3 .container,
.aboutus-section4  .container{
    padding: 0 15px !important;
}
.aboutus-section5 .aboutus.carousel {
    padding-bottom: 50px;
}
/*info pages top nav*/
  .information-information .main-content .box ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
}

.information-information .main-content .box ul li {
    flex: 0 0 auto; 
}
.information-information .main-content .box ul li a {
    display: inline-block;
    padding: 8px 12px;
    white-space: nowrap;
}
/*abt us*/
.section-header h2::after {
  width: 50px;
}


}
/*end mobile*/


/*font awesome*/
i.fa-phone {
  transform: rotate(80deg); 
}
