.itopplus-background {

}
/*--------------------------------------*/
/*เมนูหลักทั้งหมด*/
.head-text {
  text-align: center;
  font-size: 2.586em;
  padding: 4% 0px 2%;
  color: #000099;
}
.head-text2 {
  text-align: center;
  font-size: 2.057em;
  padding: 4% 0px 2%;
  color: #000099;
}

.text-about {
  font-size: 16px;
  padding: 0px 0px 4%;
}

/* timeline */
.main-timeline {
  overflow: auto;
}
.main-timeline .timeline {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.main-timeline .timeline-icon {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 65px;
  color: #727cb6;
  border-bottom: 4px solid #ccc;
  position: relative;
}
.main-timeline .timeline-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0009;
  margin: 0 auto;
  position: absolute;
  bottom: -9.5px;
  left: 0;
  right: 0;
}
.main-timeline .year {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #727cb6;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.main-timeline .year:before {
  content: "";
  display: block;
  width: 70px;
  height: 80%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -37px;
}
.main-timeline .timeline-content {
  padding: 20px 10px 30%;
  display: inline-flex;
}
.main-timeline .post {
  font-size: 20px;
  color: #727cb6;
  margin: 0 0 20px 0;
}
.main-timeline .description {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 500;
  text-align: center;
}
.timeline-image-sapce {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-timeline .timeline:nth-child(1) .timeline-icon {
  margin-left: 50%;
}

.main-timeline .timeline:nth-child(1) .timeline-icon:before {
  left: -85px;
}

/* end timeline profie */
.comany-profile-dl {
  padding-bottom: 4%;
}

.our-strength-text {
  font-size: 16px;
  font-weight: 500;
  padding-top: 40px;
  text-align: center;
}

span.circle-with-text {
  background-color: #053886;
  color: #fff;
  padding: 15px 35px;
  border-radius: 62px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our-stregth-discription {
  padding-top: 100px;
}

.our-stregth-discription:nth-child(1) .circle-with-text {
  padding: 15px 40px;
}
.insurance-by {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}
.company-name {
  font-size: 22px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.insurance-logo {
  padding: 25px;
}

.center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  justify-content: center;
}
.company-address {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.contact-us-info {
  width: 100%;
  background-color: #1111;
  padding: 25px;
  display: inline-block;
  margin-top: 3%;
  margin-bottom: 10%;
}

.contact-us-disc {
  width: 100%;
  align-items: center;
  padding-left: 0px;
  display: inline-grid;
  text-align: center;
}
.contact-us-disc-headline {
  font-size: 20px;
  font-weight: 500;
}
.contact-us-disc-discline {
  font-size: 16px;
}

.footer-sub-disc {
  font-size: 1.143em;
}
.footer-head-disc {
  font-size: 1.143em;
  padding-bottom: 5px;
}
.email {
  margin-top: 10px;
  display: inline-block;
}

.contact-us-icon {
  padding: 10px 0px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

/* button class */
.btnp-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  /* height: inherit; */
  padding: 10px 5px;
  text-align: center;
  border: 0px solid #fff;
  background-size: 300% 100%;
  border-radius: 50px;
  box-shadow: 1px 1px 5px gainsboro;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btnp-hover.color-1 {
  background-image: linear-gradient(to right, #004fa1, #257cd6, #257cd6, #004fa1);
}

@media (max-width: 768px) {
  .navbar-default {
    background: #053886;
  }
  .text-bar {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single a:link {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single a:active {
    background-color: transparent;
    color: #fff !important;
  }
  .itopplus-sidebar-menu-single {
    border-bottom: transparent;
  }
  .itopplus-sidebar-menu-parent a {
    color: #fff !important;
  }
  .itopplus-sidebar-menu-parent a:active {
    background-color: transparent;
    color: #fff !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .itopplus-bgmain {
    background-size: cover;
  }
  .main-timeline .timeline-icon {
    margin-left: -80%;
    transform: rotate(90deg);
  }
  .main-timeline .timeline-content {
    display: flex;
    justify-content: start;
    margin-left: 20%;
  }
  .main-timeline .timeline-icon:before {
    --left: 170px;
  }

  .timeline-image-sapce {
    margin-left: 22%;
    justify-content: start;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: -80%;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -8px;
  }
  .main-timeline .description {
    text-align: left;
  }
  .main-timeline .timeline-content {
    padding: 10px 10px 10%;
  }
  .our-stregth-discription {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 769px) {



  /* out of system code */
  .main-timeline .timeline-icon {
    margin-left: -80%;
    transform: rotate(90deg);
  }
  .main-timeline .timeline-content {
    display: flex;
    justify-content: start;
    margin-left: 20%;
  }
  .main-timeline .timeline-icon:before {
    --left: 170px;
  }

  .timeline-image-sapce {
    margin-left: 22%;
    justify-content: start;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: -80%;
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -8px;
  }
  .main-timeline .description {
    text-align: left;
  }
  .main-timeline .timeline-content {
    padding: 10px 10px 10%;
  }
  .contact-us-info {
    background-color: #1111;
    padding: 25px;
    display: flex;
    margin-top: 3%;
    margin-bottom: 10%;
  }

  .email {
    display: flex;
  }
  .footer-head-disc {
    padding-bottom: 10px;
  }
  .contact-us-icon {
    padding: 0px 0px 0px;
  }
  .contact-us-disc {
    padding-left: 30px;
    text-align: left;
  }
  .head-text2 {
    font-size: 2.857em;
  }
  .head-text {
    font-size: 3.286em;
  }
}



/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }

  /* out of system code */
  .main-timeline .timeline-icon {
    margin-left: 0%;
    transform: rotate(0deg);
  }
  .main-timeline .timeline:nth-child(1) .timeline-icon {
    margin-left: 50%;
  }

  .main-timeline .timeline:nth-child(1) .timeline-icon:before {
    left: -85px;
  }
  .main-timeline .timeline-icon:before {
    left: 0;
  }
  .main-timeline .description {
    text-align: center;
  }
  .timeline-image-sapce {
    margin-left: 0%;
    justify-content: center;
  }
  .main-timeline .timeline-content {
    margin-left: 0%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1366px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1900px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3 {
    font-size: 1.5em;
  }
  h4,
  .h4 {
    font-size: 1.125em;
  }
  h5,
  .h5 {
    font-size: 0.875em;
  }
  h6,
  .h6 {
    font-size: 0.75em;
  }
  p {
    margin: 0 0 10px;
  }
}

/* out of system code */
.our-service-text {
  height: 50px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  padding: 0px 10px 10px 10px;
}

.Contentmanager .caption {
  font-size: 16px;
  line-height: 3.5;
  padding: 10px 10px 50px 10px;
}
/*--------------------------------------*/







/**/
body {
    font-size: 15px;
    overflow-x: hidden;
    color: #444;
    font-family: "Montserrat", "LINE Seed Sans TH";
}
.itopplus-bg2 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_17082021qvvp/0/0/bg5z-z151270960645.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.itopplus-bg3 {
    background-color: #f37124;
    color: white;
}
.itopplus-footer {
  background-color: #063781;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
    color: #444;
    margin: 0 10px;
    padding: 7px 15px;
    border-radius: 30px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: #f37021;
}

.no-js .dropdown-menu > li > a {
  color: #444;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #444;
  background: transparent;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 86vw;
  }
}

@media screen and (min-width: 1024px) {
  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: 0.3s;
  }

  .itopplus-sticky {
    background: #fff !important;
  }

  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: auto 30%;
    align-items: center;
  }

  .itopplus-banner > .container::before,
  .itopplus-banner > .container::after {
    display: none;
  }

    #itopplus-nav-bar {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 2% 0;
    }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 100%, 20vw);
    margin: 0 auto;
  }

  .itopplus-logo {
    display: none;
  }
  
  .itopplus-menu {
    margin: 0;
}
  
  #itopplus-nav-bar > li {
  display: flex;
  align-items: center;
    justify-content: space-around;
   /* width: 100%;*/
    padding: 0;
}

#itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
  content: "";
  display: grid;
  place-content: center;
  background: #444;
  width: 1px;
  height: 40%;
}
}

@media screen and (max-width: 1023px) {
  #controlBanner img {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: auto !important;
    height: 30px;
    z-index: 10000;
    object-fit: contain;
  }

  #nav-menu {
    background: #fff !important;
  }

  .navbar-collapse,
  #ItopplusMainSidebar {
    background: #fff !important;
  }

  #ItopplusMainSidebar *:is(li, a) {
    color: #444 !important;
    border: none;
  }

  #nav-menu .icon-bar {
    background: #444 !important;
  }

  .navbar-header a.visible-xs {
    flex: 0 1 30px;
    background-color: #f37021 !important;
    border-radius: 50%;
  }

  #itpphonemobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
  }

  #itpsearchmobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
  }

  .old-image-icon-facebook {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
  }

  .old-image-icon-line {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
  }

  .old-image-icon-instragram {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
  }

  .old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
  }

  .new-image-icon-twitter {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
  
  
}


@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 100;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Th.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 400;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Rg.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 600;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_Bd.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 800;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_XBd.otf) format("opentype");
}

@font-face {
  font-family: "LINE Seed Sans TH";
  font-weight: 900;
  src: url(https://itp1.itopfile.com/ContentImage/z_itp_130820236l5w/fonts/LINESeedSansTH/LINESeedSansTH_He.otf) format("opentype");
}

body {
  box-sizing: border-box;
}

.margin {
  margin: 0 !important;
}

.padding {
  padding: 0 !important;
}

.container::after,
.container::before {
  display: none;
}

#itopplus-nav-bar::after,
#itopplus-nav-bar::before {
  display: none;
}

#nav-menu {
  background: 0 0;
  min-height: auto;
}

@media screen and (max-width: 1023px) {
  #nav-menu {
    display: block;
    place-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .navbar-header,
  .navbar-header .pull-right {
    position: relative;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 50px;
  }

  #main-navbar-collapse,
  .navbar-header a :is(i, span, .social-icon, .sr-only),
  .navbar-header a:not(a.visible-xs),
  .navbar-header button > div:last-child,
  .navbar-header:after,
  .navbar-header:before {
    display: none !important;
  }

  .navbar-header :is(button, a.visible-xs) {
    position: relative;
    flex: 0 1 30px;
    height: auto !important;
    aspect-ratio: 1;
    margin: 0 !important;
    padding: 0 !important;
    border: unset !important;
    background-size: 100%;
    background-repeat: no-repeat;
    place-content: center;
  }

  #itpMenuSideBar {
    display: grid;
    place-content: center;
    background-color: transparent !important;
    padding-right: 10px !important;
    padding-left: 5px !important;
  }

  .navbar-header button span {
    width: 25px !important;
    height: 3px !important;
    margin: 4px 0 !important;
  }

  #languagemobile {
    order: 10;
  }

  #main-navbar-flag {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
  }

  #language_member_bar,
  #main-navbar-flag a .row::after,
  #main-navbar-flag a .row::before {
    display: none !important;
  }

  #main-navbar-flag .row {
    display: grid;
    grid-template-columns: 0 auto;
    white-space: nowrap;
  }

  #main-navbar-flag * {
    margin: 0 !important;
    padding: 0 !important;
    color: #444;
  }

  #main-navbar-flag ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .itopplus-banner > .container {
    width: 100%;
  }
}


/*----------------------------------------------*/


/**/
.h1, h1 {
    font-size: 4em;
}
.h2, h2 {
    font-size: 2.6em;
}
.h3, h3 {
    font-size: 2em;
}
.h4, h4 {
    font-size: 1.5em;
}
.h5, h5 {
    font-size: 1.3em;
}
.h6, h6 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: bold;
}
/**/






/*header*/
.itopplus-search {
    position: relative;
    top: 0;
    margin-left: 0px;
}
.btn-tel {
    background: #243d80;
    color: white;
    border: none;
    padding: 8px 15px;
    display: grid;
    grid-template-columns: 18px auto;
    gap: 5px;
    border-radius: 50px;
    font-weight: 600;
    align-items: center;
    margin: 0 0 0 auto;
    transition: 0.5s;
}
.btn-tel:hover {
    background: #f36f21;
    color: white;
}
.btn-tel a {
    color: white;
}
/*header*/





/*footer*/
.itopplus-footer {
    font-size: 14px;
    line-height: 1.6;
}
.itopplus-footer a {
    color: #ffffff;
}
.itopplus-footer a:hover {
    color: #2fb2e7;
}
.itopplus-footer h6 {
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.footer-logo {
    width: 90%;
}
.footer-address {
    padding: 0 10%;
}
.footer-contact {
    padding: 0 0 0 5%;
}
.tel-mail {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 15px;
    margin-bottom: 10px;
}
.footer-icon-img {
    width: 30%;
    display: flex;
    gap: 10px;
    margin: 15px 0 0;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    font-size: 0.9em;
    padding: 25px 0 0;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #2fb2e7 !important;
    color: #2fb2e7 !important;
    font-family: "Montserrat", sans-serif !important;
}
.buttonExampleSite:hover {
    background: #2fb2e7 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 5% 2%;
}
/*footer*/




/*Home*/
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.padding-pd {
    padding: 1.5%;
}
.padding-pd2 {
    padding: 5%;
}
.about-us {
    padding: 0 3% 0 0;
}
.about-us h2 {
    text-transform: uppercase;
    color: #243d80;
    margin: 0 0 10px;
}
.about-us img {
    width: 60% !important;
}
.about-us h3 {
    font-size: 2.4em;
    color: #f36f21;
    margin: 20px 0 0;
    font-style: italic;
}
.menu-align {
    text-align: center;
    padding: 7% 0 2%;
}
.menu-align h1 {
    color: #000000;
}
.effect-sadie {
    border-radius: 20px;
}
figure.effect-sadie p {
    padding: 15px 0 15px 15px !important;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    text-align: left;
    text-transform: none;
    background: rgba(36, 61, 128, .9);
}
.grid figure p {
    letter-spacing: 0px;
    font-size: 0.75em;
}
figure.effect-sadie figcaption::before {
    z-index: 0;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0, rgba(0, 0, 0, .0) 100%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(0, 0, 0, .0) 100%);
    opacity: 1;
}
.grid figure img {
    opacity: 1;
}
.effect-sadie img {
    transition: 0.5s;
}
.effect-sadie:hover img {
    transform: scale(1.1);
}
.btn-more {
    background: #f36f21;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-more:hover {
    background: #063781;
    color: white;
}
.btn-align {
    text-align: center;
    padding: 0 0 5%;
}
.why-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 0 5%;
}
.why-icon {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    gap: 20px;
}
.why-icon-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(314deg) brightness(103%) contrast(102%);
}
/*Home*/




/*About Us*/
.about-sub {
    text-align: center;
    font-size: 1.15em;
}
.about-sub2 {
    padding: 0 5% 0 0;
}
.about-sub3 {
    padding: 5% 0 0 5%;
}
.about-sub2 h6 , .about-sub3 h6 {
    color: #f37124;
}
.cer-img-group2 {
    width: 50%;
    margin: 20px 0 0;
}
.cer-img-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 10px 0 0;
}
.text-about h5 {
    margin: 20px 0 0;
}
.cer-img-group2 {
    width: 50%;
    margin: 20px 0 0;
}
/*About Us*/




/*Our Strengths*/
.strengths-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 5%;
}
.strengths-icon-bg1 {
    background: #e4e4e4;
}
.strengths-icon-bg2 {
    background: #f36f21;
    color: white;
}
.strengths-icon-bg1 , .strengths-icon-bg2 {
    padding: 15%;
}
.strengths-icon-img {
    width: 30%;
    margin: 0 0 20px;
}
.strengths-icon-bg2 .strengths-icon-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(314deg) brightness(103%) contrast(102%);
}
/*Our Strengths*/




/*Articles*/
.nav-template li {
    display: inline-table;
}
.nav-template li:hover {
    background-color: transparent;
}
.nav-template strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.nav-template p {
    font-size: 14px;
}
.nav-template .col-md-12.padding-col .img-container {
    padding-bottom: 76%;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 46%;
}
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 54%;
    padding: 0 0% 0 2%!important;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col .img-container {
    padding-bottom: 81%;
}
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    height: inherit;
    margin: 0 auto 7px;
    display: inline-table;
}
.Text_seller2 {
    display: none;
}
/*Articles*/



