.page_header_section{
    padding: 70px 0px;
    position: relative;
    display: flex;
    align-items: center;
    flex-align: center;
    background-image: url(/Assets/Images/mefron_pattern.png);
    background-size: cover;
    background-position: center;
    min-height: 450px;
}
.page_header_section:before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--ma-type-primary);
    z-index: -1;
}
.page_header_section h1{
    color:var(--ma-grey20);
    font-size: var(--ma-greeting-title);
    margin-bottom:10px;
    font-weight:400;
}
.page_header_section p{
    color:white;
    position:relative;
}
.page_header_section p::before{
    content:"";
    position:absolute;
    border-bottom:2px solid var(--ma-type-secondprimary);
    width:5%;
    top:25px;
}

/*-------------------------------------------------------------------*/
.breadcrumb{
    background-color:transparent;
    margin:0;
    padding:0
}
.breadcrumb li{
    margin-right:10px;
    font-size:var(--ma-body-text);
    color:var(--ma-grey10);
}
.breadcrumb li a,
.breadcrumb li a:active,
.breadcrumb li a:focus,
.breadcrumb li a:hover,
.breadcrumb li span,
.breadcrumb li strong{
    color:var(--ma-grey20)
}

/*-------------------------------------------------------------------*/
.electronic_about_section {
  background-color: var(--ma-body-bg);
  padding: 30px 0;
}

.electronic_about_section .img-gap {
  gap: 80px;
}

.electronic_about_section h2 {
  color: var(--ma-type-primary);
  font-size: var(--ma-page-title);
  margin-bottom: 20px;
  font-weight: 600;
}
.electronic_about_section p {
  color: var(--ma-type-secondary);
  font-size: var(--ma-body-text);
  width: 100%;
  margin-bottom: 10px;
}
.electronic_about_section p a {
  color: var(--ma-type-secondprimary);
  font-size: var(--ma-body-text);
  font-weight: 700;
}
.electronic_about_section p a:active,
.electronic_about_section p a:focus,
.electronic_about_section p a:hover {
  color: var(--ma-type-secondprimary);
  font-size: var(--ma-body-text);
  text-decoration: underline;
  outline: 0;
}
.electronic_about_section img {
    border-radius: 10px;
    filter: grayscale(50%);
}



/*-------------------------------------------------------------------*/
.electronic_achieve_section {
  background-color: #F5F5F5;
  padding: 30px 0;
  margin-top: 55px;
}
.electronic_achieve_section h2 {
  color: var(--ma-type-primary);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center;
}
.electronic_achieve_section h3 {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}
.electronic_achieve_section .primary {
  color: #2C2755;
}
.electronic_achieve_section .secondary {
  color: #F58634;
}
.electronic_achieve_section p {
  color: #6C757D;
  font-size: 13.5px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}
.electronic_achieve_box {
  display: block;
  margin: 0;
  padding: 33px 0;
  position: relative;
  gap: 30px;
}
.electronic_achieve_box .obj_contain {
  object-fit: contain;
  max-height: 200px;
}
.electronic_achieve_box i {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.electronic_achieve_box span {
  position: absolute;
  left: 0;
  color: var(--ma-type-primary);
  font-size: var(--ma-xl-numerics-limited);
  opacity: 0.5;
}
/*-------------------------------------------------------------------*/
.electronic_trust_section {
  background-color: #2C2755;
  padding: 30px 0;
  color: #FFFFFF;
}
.electronic_we_provide_section h2 {
  color: var(--ma-type-primary);
  font-size: var(--ma-page-title);
  margin-bottom: 10px;
}
.electronic_we_provide_section h3 {
  color: var(--ma-type-secondary);
  font-size: var(--ma-header);
  width: 100%;
}
.electronic_we_provide_section p {
  color: var(--ma-type-secondary);
  font-size: var(--ma-body-text);
  width: 100%;
  margin-bottom: 10px;
}
.electronic_we_provide_box {
  display: block;
  margin: 0;
  position: relative;
}
.electronic_we_provide_box h3 {
  margin-bottom: 30px;
}
.electronic_we_provide_box i {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.electronic_we_provide_box p {
    font-size: 13.5px;
    line-height: 18px;
    max-width: 700px;
}
/*-------------------------------------------------------------------*/
.electronics_manufacture_section {
  background-color: #fff;
  padding: 30px 0;
}
.electronics_manufacture_section h2 {
  color: var(--ma-type-primary);
  font-size: var(--ma-page-title);
  margin-bottom: 10px;
  font-weight: 600;
}
.electronics_manufacture_section h3 {
  color: var(--ma-type-secondary);
  font-size: var(--ma-header);
  width: 100%;
}
.electronics_manufacture_section p {
  color: var(--ma-type-secondary);
  font-size: var(--ma-body-text);
  width: 100%;
  margin-bottom: 10px;
}
.electronics_manufacture_box {
  margin: 20px 0;
}
.electronics_manufacture_box .accordion-button {
  color: #2C2755;
  background-color: unset;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
}
.electronics_manufacture_box .accordion-body {
    color: #6C757D;
    font-size: 13.5px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 95px 45px 24px;
}


/*-------------------------industry_standards--------------------------*/
.page_inside_contect_us_section {
    background-color: var(--ma-type-primary);
    background-image: url(/Assets/Images/mefron_pattern.png);
    background-size: cover;
    background-position: center;
    padding:50px 0px;
    position: relative;
}
.page_inside_contect_us_section:before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--ma-type-primary);
    z-index: -1;
}
.page_inside_contect_us_section h2{
    color:var(--ma-grey10);
    font-size: var(--ma-page-title);
    margin-bottom: 10px;
}
.page_inside_contect_us_section p{
    font-size: var(--ma-body-text);
    color:var(--ma-grey10);
    margin-bottom: 0;
}

.connecting_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.connecting_box i {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.connecting_box p {
  display: block;
  width:100%;
  text-align:center;
  font-size: var(--ma-body-text);
  color:var(--ma-grey10);
}
.connecting_box a.call_number {
  margin-bottom: 0;
  display: inline-block;
  text-align:center;
  color:var(--ma-grey10);
  font-size: var(--ma-page-title);
}
.connecting_box a.call_number:active,
.connecting_box a.call_number:focus,
.connecting_box a.call_number:hover {
  color:var(--ma-grey10);
  outline: 0;
  text-decoration: none;
}




/*-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .page_header_section {
        min-height: 200px;    
    }    
}
@media screen and (max-width: 768px) {
    .page_header_section {
        min-height: 200px;    
    }
    .connecting_section_box {
        min-height: 400px;
        margin-bottom: 20px;
    }
    .connecting_box {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding: 0px 0px 0px 70px;
        margin: 20px 0px;
        position: relative;
    }   
    .connecting_box i {
        position: absolute;
        left: 0px;
    }
    .connecting_box p {
        text-align: left;    
    }
    
}


/*-------------------------------------carousel section------------------------------------------------------*/

.carousel_section {
  margin-top: 80px;
}

.cu_button {
  background-color: #F58634;
  border-radius: 9.12px;
  padding: 10px 24px;
  font-size: 23.71px;
  font-weight: 600;
  color: #FFFFFF;
  max-width: 176.66px;
  max-height: 53.52px;
}

.cu_button:hover {
  color: #FFFFFF;
}

.tns-outer {
  margin-bottom: 60px;
}

.carousel-header {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #2C2755;
  margin-bottom: 30px;
}

.my-slider .tns-slide {
  transform: scale(0.8);
  opacity: 0.6;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.my-slider .center-slide {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.my-slider .slider-caption {
  color: #2C2755;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.my-slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-width: 264px;
}

.center-slide img {
  max-width: 350px;
}

.tns-controls button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.tns-ovh {
  padding-top: 50px;
}

.custom-controls {
  position: relative;
  z-index: 5;
}

.custom-controls button {
  background: transparent;
  border: none;
  position: absolute;
  top: 166px;
}

.custom-controls .prev-btn {
  left: -5%;
}

.custom-controls .next-btn {
  right: -5%;
}

@media screen and (max-width: 450px) {
  .electronic_achieve_box .obj_contain {
    max-height: 200px;
    display: flex;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .custom-controls .prev-btn {
    left: -3%;
  }
  .custom-controls .next-btn {
    right: -3%;
  }
}
