:root {
    --white: #ffffff;
    --black: #000;
    --black2: #202834;
    --black-squeeze: #f8f8f8;
    --primary: #a13178;
    --blue: #002060;
    --blue2: #19366f;
    --secondary: #f5e9f0;
    --green: #35bd78;
    --grey: #f1f2f6;
    --grey-bg: #f5f5f5;
    --grey-bg2: #8f8f8f;
    --light-blue: #f1f6ff;
    --light-blue2: #3a7bff;
    --light-blue3: #cedeff40;
    --mid-blue: #166a9c;
    --orange: #f26023;
    --global-color: #f26023;
    --red: #e93e3e;
    --blue3: #1c699d;
    --header-space: 80px;
    --radius12: 12px;
    --radius10: 10px;
    --radius5: 5px;
    --radius15: 15px;
    --radius20: 20px;
  
    /*fonts */
    --text-h1: 62px;
    --text-h2: 46px;
    --text-h3: 30px;
    --text-h4: 23px;
    --text-h5: 19px;
    --text-h6: 14px;
    --text-para: 15px;
    --text-small: 12px;
  
    --text-100: 95px;
    --text-90: 85px;
    --text-65: 60px;
    --text-50: 47px;
    --text-55: 52px;
    --text-18: 17px;
    --text-40: 38px;
    --text-30: 28px;
    --text-20: 17px;
    --text-25: 23px;
    --text-16: 16px;
  
    --space-default: 1rem;
    --space-l1-lg: 4rem;
    --space-l2-lg: 3rem;
    --space-l3-lg: 2.5rem;
    --space-l4-lg: 2rem;
    --space-l5-lg: 1.5rem;
    --space-l6-lg: 1rem;
    --space-l1-sm: calc(var(--space-l1-lg) / 4);
    --space-l2-sm: calc(var(--space-l2-lg) / 4);
    --space-l3-sm: calc(var(--space-l3-lg) / 4);
    --space-l4-sm: calc(var(--space-l4-lg) / 4);
    --space-l5-sm: calc(var(--space-l5-lg) / 4);
    --space-l6-sm: calc(var(--space-l6-lg) / 4);
    --space-list-items: 0.5rem;
  }
  
  @media screen and (max-width: 1701px) {
    :root {
      --text-100: 75px;
      --text-90: 65px;
      --text-65: 51px;
      --text-55: 43px;
      --text-50: 37px;
      --text-18: 15px;
      --text-16: 13px;
      --text-20: 17px;
      --text-30: 24px;
      --text-25: 18px;
      --text-40: 33px;
    }
  }
  
  @media screen and (max-width: 1541px) {
    :root {
      --text-100: 65px;
      --text-90: 57px;
      --text-55: 40px;
      --text-65: 47px;
      --text-50: 33px;
      --text-18: 14px;
      --text-16: 13px;
      --text-30: 21px;
      --text-25: 17px;
      --text-20: 15px;
      --text-40: 30px;
    }
  }
  
  @media screen and (max-width: 1440px) {
    :root {
      --text-100: 60px;
      --text-55: 37px;
      --text-90: 50px;
      --text-65: 45px;
      --text-50: 30px;
      --text-18: 14px;
      --text-16: 13px;
      --text-20: 15px;
      --text-30: 20px;
      --text-25: 18px;
      --text-40: 28px;
    }
  }
  
  @media screen and (min-width: 992.5px) and (max-width: 1199.5px) {
    :root {
      --header-space: 80px;
      --text-h1: 48px;
      --text-h2: 40px;
      --text-h3: 28px;
      --text-h4: 22px;
      --text-h5: 16.5px;
      --text-h6: 13.5px;
      --text-para: 13px;
      --text-small: 12px;
  
      --text-100: 55px;
      --text-55: 35px;
      --text-90: 45px;
      --text-65: 40px;
      --text-50: 30px;
      --text-18: 13.5px;
      --text-16: 13px;
      --text-20: 14px;
      --text-30: 20px;
      --text-25: 17px;
      --text-40: 26px;
    }
  }
  
  @media screen and (max-width: 991.5px) {
    :root {
      --header-space: 72px;
      --text-h1: 40px;
      --text-h2: 32px;
      --text-h3: 24px;
      --text-h4: 20px;
      --text-h5: 16px;
      --text-h6: 13px;
      --text-para: 14px;
      --text-small: 11px;
  
      --text-100: 50px;
      --text-55: 27px;
      --text-90: 40px;
      --text-65: 30px;
      --text-50: 24px;
      --text-18: 13px;
      --text-16: 12.5px;
      --text-20: 13.5px;
      --text-30: 18px;
      --text-25: 17px;
      --text-40: 24px;
    }
  }
  
  @media screen and (max-width: 767.5px) {
    :root {
      --text-100: 40px;
      --text-55: 23px;
      --text-90: 30px;
      --text-65: 25px;
      --text-50: 20px;
      --text-18: 12.5px;
      --text-16: 11.5px;
      --text-20: 13px;
      --text-para: 13px;
      --text-30: 16px;
      --text-25: 14.5px;
      --text-40: 18.5px;
    }
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .fw-100 {
    font-weight: 100;
  }
  
  .fw-300 {
    font-weight: 300;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-400 {
    font-weight: 400;
  }
  
  .fs-16w {
    font-size: var(--text-16);
  }
  
  .fs-18w {
    font-size: var(--text-18);
  }
  
  .fs-20w {
    font-size: var(--text-20);
  }
  
  .fs-25w {
    font-size: var(--text-25);
  }
  
  .fs-30w {
    font-size: var(--text-30);
  }
  
  .fs-40w {
    font-size: var(--text-40);
  }
  
  .fs-50w {
    font-size: var(--text-40);
  }
  
  .fs-55w {
    font-size: var(--text-55);
  }
  
  .fs-65w {
    font-size: var(--text-65);
  }
  
  .fs-90w {
    font-size: var(--text-90);
  }
  
  .fs-100w {
    font-size: var(--text-100);
  }

  .bg-light-blue3{
    background-color: var(--light-blue3);
  }
  .bg-blue3{
    background-color: #166a9c;
  }
  .spacing-section{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  body {
    font-size: var(--text-para);
    background: var(--white);
    color: var(--black2);
    width: 100%;
    min-height: 100%;
    font-family: "Fellix";
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .spacing-pb-3 {
    padding-bottom: 2.75rem;
  }
  
  .spacing-pt-3 {
    padding-top: 2.75rem;
  }
  
  /* header start */
  
  .dropdown-item {
    display: flex;
    font-weight: 600;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: var(--text-18);
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background: transparent !important;
    color: var(--black2);
  }
  .arrow-icon {
    margin-right: 10px;
    width: 4px;
    height: 8px;
  }
  .btn-gobal-btn {
    font-size: var(--text-16);
    background: var(--blue3);
    border-radius: 53px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    text-decoration: none;
    font-weight: bold;
  }
  .btn-orange{
    background-color: var(--orange);
  }
  .btn-gobal-btnblue {
    font-size: var(--text-16);
    background: var(--mid-blue);
    border-radius: 53px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    text-decoration: none;
  }
  .btn-gobal-btn:hover,
  .btn-gobal-btn:focus {
    background: var(--global-color);
    color: var(--white);
  }
  .btn-gobal-btnblue:hover,
  .btn-gobal-btnblue:focus {
    background: var(--mid-blue);
    color: var(--white);
  }
  
  .whatsappicnmain{
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 1031;
  }
  
 
  
  html,body {
    overflow-x: hidden;
    height: 100%;
  }
  body {
    padding-top: 80px;
  }
  .header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    transition: all 0.1s ease;
    background-color: var(--white);
    height: 80px;
    box-shadow: 0px 2px 4px #00000029;
  }
  
  .header-wrap .navbar {
    background: var(--white);
    border-radius: var(--radius10);
    transition: all 0.3s ease;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  
  .header-wrap.sticky .navbar {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .header-wrap .navbar ul li.nav-item {
    position: relative;
  }
  
  .header-wrap .navbar ul li.nav-item .nav-link {
    font-size: var(--text-20);
    color: var(--black2);
    padding: 10px 0;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease,
      border-bottom 0.3s ease;
      box-shadow: none !important;
  }
  
  .header-wrap .dropdown-toggle::after {
    margin-top: 5px;
    margin-left: 0.5em;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary {
    background: #00598c;
    color: var(--white) !important;
    padding: 6px 20px !important;
    font-weight: 500;
    font-size: var(--text-16);
    text-decoration: none;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary:hover {
    background: var(--primary-dark);
    color: var(--white) !important;
    transition: background-color 0.3s ease;
  }
  
  .header-wrap .navbar ul li.nav-item .nav-link:hover {
    color: #00598c;
  }
  
  /* Button */
  
  .header-wrap .navbar ul li.nav-item .nav-link:hover {
    color: #00598c;
  }
  
  .header-wrap .navbar ul li.nav-item .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary {
    background: #00598c;
    color: var(--white) !important;
    padding: 6px 20px !important;
    font-weight: 500;
    font-size: var(--text-16);
    text-decoration: none;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary:hover {
    background: var(--primary-dark);
    color: #00598c !important;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary::after {
    display: none;
  }
  
  .header-wrap .navbar ul li.nav-item .btn-primary:hover::after {
    display: none;
  }
  
  .nav-item .nav-link.active {
    color: #00598c !important;
    background-color: transparent;
  }
  
  .nav-item .nav-link.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  /*header-praba*/
  
  .header-wrap .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  
  .navbar-brand-item {
    width: 150px;
  }
  .btn-linkbox{
    background-color: var(--mid-blue);
    color: var(--white) !important;
    border-radius: 30px;
    padding: 13px 25px !important;
    font-size: var(--text-16);
    font-weight: 500 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .btn-linkbox:is(:hover,:focus){
    background-color: var(--blue3) !important;
    color: var(--white) !important;
  }
  

  @media screen and (min-width: 992px) {
    .header-wrap .navbar .navbar-nav {
      margin-left: 4vw;
    }
  
    .header-wrap .navbar ul li.nav-item:not(:last-child) {
      padding-right: 2.25vw;
    }
  
    .header-wrap .navbar ul li.nav-item a.nav-link {
      padding-top: 17px;
      padding-bottom: 17px;
    }
  }
  
  .navbar-toggler {
    background: var(--grey-bg);
    display: flex;
    padding: 8px 14px;
    align-items: center;
    gap: 8px;
    font-size: var(--text-para);
    border-radius: 8px;
    border: none;
    color: var(--black);
    box-shadow: none !important;
    height: 40px;
    justify-content: center;
  }
  
  .navbar-toggler svg{
    color: var(--mid-blue);
  }
  
  .navbar-toggler:focus {
    border: 1px solid var(--grey3);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    background: var(--grey-bg);
  }
  
  .noneblock {
    display: none !important;
  }
  
  .activeblock {
    display: block !important;
  }
  
  .opened .noneblock {
    display: block !important;
  }
  
  .opened .activeblock {
    display: none !important;
  }
  
  .header-wrap .navbar .bg-boxblenav li.nav-item a.nav-link {
    font-weight: 400;
    font-size: var(--text-18);
  }
  
  .heltext span:first-child {
    font-size: var(--text-small);
    display: block;
  }
  
  .heltext span:last-child {
    font-size: var(--text-16);
    display: block;
    color: #166a9c;
    font-weight: 600;
  }
  
  /*responsive header*/
  @media screen and (min-width: 993px) and (max-width: 1199px) {
    .header-wrap .navbar ul li.nav-item:not(:last-child) {
      padding-right: 1.5vw;
    }
  }
  
  @media screen and (max-width: 991.5px) {
    .header-wrap .navbar {
      padding: 12px;
      padding-left: 0;
      padding-right: 0;
    }
    .droopdwonmenu-wrap {
      padding: 0 10px;
    }
  
    .navbar-collapse {
      border-top: 1px solid var(--grey-border);
      position: absolute;
      top: 100%;
      width: 100%;
      background: var(--white);
      left: 0;
      height: calc(100vh - var(--header-space)) !important;
      transition: all 0.3s ease;
      transform: translateX(-100%);
      overflow-y: auto;
      padding-bottom: 10%;
    }
  
    .navbar-collapse.show {
      transform: inherit;
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item {
      padding: 0px 10px;
    }
  
    .header-wrap
      .navbar
      .navbar-collapse
      .navbar-nav
      > .nav-item:not(:last-child) {
      border-bottom: 1px solid var(--grey-border);
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item > .nav-link {
      justify-content: space-between;
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
      position: static;
      width: 100%;
      height: auto;
    }
  
    .navbar-brand > img {
      width: 120px;
      height: auto;
    }
  
    .header-wrap {
      height: 80px;
      border-width: 2px;
    }
  }
  
  @media (min-width: 991.6px) {
    .bg-boxblenav::before {
      content: "";
      background: #e7f0f5;
      position: absolute;
      top: 0;
      height: 100%;
      width: 35%;
      right: 0;
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
      display: block;
      transform: translate3d(0px, -35px, 0px);
      opacity: 0;
      pointer-events: none;
      transition: all 0.5s ease;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item .submenulists.show {
      opacity: 1;
      transform: none;
      pointer-events: auto;
    }
  
    .header-wrap .navbar .navbar-nav > .nav-item #AboutMenu ~ .submenulists {
      width: 450px;
    }
    .header-wrap .navbar .navbar-nav > .nav-item #ProductsMenu ~ .submenulists {
      width: 15vw;
    }
    .md-w-75 {
      width: 75%;
    }
  }
  @media screen and (max-width: 767.5px) {
    .bg-boxblenav .btn-linkbox{
      position: fixed !important;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: 0;
      justify-content: center !important;
    }
    .whatsappicnmain{
      bottom: 60px;
    }
  }
  
  /* header end*/
  .matex-footer {
    background-color: #0d273d;
    color: #fff;
    padding: 40px 0;
    padding-bottom: 0px;
  }
  
  .matex-footer a {
    color: #fff;
    text-decoration: none;
  }
  
  .matex-footer a:hover {
    text-decoration: underline;
  }
  
  .matex-footer h5 {
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .matex-footer ul {
    list-style: none;
    padding: 0;
  }
  
  .matex-footer ul li {
    margin-bottom: 10px;
  }
  
  .matex-footer .contact-info {
    font-size: 13px;
    line-height: 1.8;
  }
  
  .matex-footer .iso-certificate img {
    width: 50px;
    height: auto;
  }
  
  .matex-footer .social-icons a {
    font-size: 18px;
    margin-left: 10px;
  }
  
  .footer-tech-list {
    margin-left: -15px;
  }
  
  .matex-footer-bottom {
    padding: 10px 0;
    text-align: center;
    background-color: #0b1c2a;
    font-size: 14px;
  }
  
  /* thangapandi-css-code-start */
  /*Banner Section Container */
  /* .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(11% - 1.5rem);
    transform: translateY(-50%);
  } */
  
  .matex-proteck-herobanner-position {
    position: absolute;
    top: 50%;
    left: calc(9% - 1.5rem);
    transform: translateY(-50%);
  }
  
  .matex-protect-title {
    color: var(--white);
    line-height: 1.2;
    margin-top: -22px;
    color: var(--white);
  }
  
  .matex-protect-title span {
    font-size: 45px;
  }
  
  .matex-protect-bannertext {
    z-index: 2;
    position: relative;
  }
  
  .matex-protect-bannertext p {
    font-weight: 600;
    color: var(--white);
  }
  
  /* protect-info section */
  .matex-protect-info {
    background-color: var(--light-blue3);
    padding: 50px 0;
  }
  
  .matex-protect-info h2 {
    color: var(--black);
    /* margin-top: -153px; */
  }
  
  .matex-protect-text p {
    color: var(--black);
    margin-top: 36px;
    line-height: 1.7;
    /* margin-left: 88px; */
    margin-bottom: 45px;
  }
  
  /* matex factsheet */
  .matex-protect-factsheet {
    padding: 50px 0;
  }
  
  .matex-fact-box {
    margin-top: 30px;
  }
  
  .matex-protect-factsheet h2 {
    color: var(--mid-blue);
    font-weight: bold;
  }
  
  .matex-protect-factsheet p.subtitle {
    color: var(--black);
    margin-bottom: 40px;
  }
  
  .matex-protect-fact {
    color: var(--mid-blue);
    font-weight: 800;
  }
  
  .matex-protect-fact-text {
    color: var(--black);
    margin-top: 10px;
  }
  
  .matex-protect-factsheet .fact-box {
    margin-bottom: 40px;
    text-align: left;
  }
  
  /* .matex-stat-box {
    margin-left: 75px;
  } */
  
  /* matex-cluster-section */
  .matex-protect-cluster-section {
    padding-top: 10px;
  }
  
  .matex-protect-cluster-description {
    margin-bottom: 30px;
    text-align: left;
    width: 110%;
  }
  
  .matex-protect-cluster-title {
    margin-bottom: 20px;
    color: black;
    text-align: left;
  }
  
  .matex-protect-cluster-list {
    list-style: none;
    padding: 0;
  }
  
  .matex-protect-cluster-list li {
    background-color: var(--black-squeeze);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: var(--text-30);
    font-weight: 600;
    /* margin-left: 93px; */
  }
  
  .matex-protect-cluster-list li:hover {
    background-color: #e0e0e0;
  }
  
  .matex-protect-cluster-image {
    width: 143%;
    margin-left: -127px;
    max-width: 500px;
    margin-top: -20px;
  }
  
  .matex-cluster-right {
    margin-top: -112px;
  }
  
  /* matex-proteck-auction-section */
  .matex-proteck-auction-section {
    position: relative;
    overflow: hidden;
  }
  
  .matex-proteck-auction-contents {
    color: var(--black);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    /* padding-right: 240px; */
    margin-top: 25px;
  }
  
  .matex-proteck-auction-description {
    margin-bottom: 40px;
    margin-top: 25px;
  }
  
  .matex-proteck-auction-box {
    background: var(--white);
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  
  .matex-proteck-auction-boxes {
    display: flex;
    justify-content: space-between;
  }
  
  .matex-proteck-box {
    background: var(--white);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0062cc;
    cursor: pointer;
    padding: 30px 15px;
    transition: background 0.3s ease, border-color 0.3s ease;
  }
  
  .matex-proteck-box:hover {
    background: #f0f0f0;
    border-color: #0062cc;
  }
  
  /* matex-protect-rating */
  .matex-protect-rating-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  
  .matex-protect-rating-content {
    color: #fff;
    padding: 30px;
    max-width: 450px;
    margin-right: 50px;
    border-radius: 8px;
    z-index: 2;
  }
  
  .matex-protect-rating-content {
    color: #fff;
    max-width: 600px;
    position: relative;
    z-index: 2;
  }
  
  .matex-protect-rating-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .matex-protect-rating-content p {
    margin-bottom: 20px;
  }/*footerend*/

  .about-home-img{
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .about-home-img img{
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .pattern-square {
    position: relative;
}
.pattern-square:after {
  background-image: url("../images/pattern-square.svg");
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.card.card-lift{
  background: rgb(248, 250, 255);
  border: 1px solid rgba(206, 222, 255, 1);
}
.card-lift {
  border-radius: .75rem;
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.card-lift.active, .card-lift:focus, .card-lift:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
  transform: translateY(-.25rem);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.as_banner_img img {
  animation: spin 12s infinite linear;
  display: inline-block;
  width: 100%;
}
.breadcrumb__list{
  display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding: .5vw;
    align-items: center;
}
.breadcrumb{
  background-color: #7F8495;
}
nav .breadcrumb__list__item {
  margin: 0 .25em;
}
.breadcrumb__separator {
  color: #333;
  font-size: 12px;
  padding: 0 2px;
}
.breadcrumb__list__item a{
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  font-size: var(--text-16);
}
.breadcrumb__list__item a.breadcrumb__link__active{
  color: var(--black);
  font-weight: 600;
}
.thumbetetx{
  background: rgb(105, 110, 130);
}
.thumbetetx__content__left{
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.errors{
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.icon-lg {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}
.about-home-img-2{
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--white);
}

@media (min-width: 1201px) {
  .p-xxl-6 {
      padding: 1.5rem !important;
  }
}
@media (max-width: 767.5px) {
.thumbetetx__content__left{
  width: 60px;
  height: 60px;
}
.spacing-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-page-image-right > img{
  width: 85%;
}
.about-page-image-right > img ~ div{
  width: 50%;
}
}

/*review*/
.slick-slider-review .slick-slide {
  margin: 0 10px;
}

.slick-slider-review .slick-list {
  margin: 0 -10px;
}
.slick-slider-review .slick-dots{
  position: static;
  bottom: 0;
  margin-top: 20px;
}
.slick-slider-review .slick-dots li {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--blue3)
}
.slick-dots li button:before{
  display: none;
}
.slick-slider-review .slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-slider-review .slick-dots li.slick-active{
  width: 40px;
  background: var(--blue3);
  border-radius: 30px;
  border: 1px solid var(--blue3);
}