@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Cormorant+Upright:wght@300;400;500;600;700&family=Gluten:wght@600&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Lobster&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Open+Sans:wght@400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=PT+Serif:ital,wght@0,700;1,700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Ubuntu:ital@1&family=Varela+Round&display=swap");

/* font-family: 'Inter', sans-serif; */

* {
  padding: 0px;
  margin: 0px;
}

a:hover {
  text-decoration: none;
}

section {
  margin: 150px 0px;
}

body {
  font-family: "Inter";
}

.mt-100 {
  margin-top: 100px;
}

.mr_contact {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.mr_contact p {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
  /* height: 3px; */
  border-radius: 50px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #01a451;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 768px) {
  .mr_contact p {
    font-size: 12px;
  }
}

/* ||||||||||||||||Navbar|||||||||||||||||||||||||||||||\ */

/* .navbar-mr .nav-item a:hover::after {
    transform: translate(-40%, 65%) scale(1);
    visibility: visible;
    opacity: 1;
}

.navbar-mr .nav-item a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-40%, 65%) scale(0.9);
    left: auto;
    left: 50%;
    width: 51px;
    height: 17px;
    background-image: url("../img/icons/hover_icon.png");
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */

/*  */

.navbar-mr {
  /* top: 53px; */
  background: rgb(255, 255, 255);
  backdrop-filter: blur(90px);
  /* position: absolute; */
  transition: ease-in-out 0.6s;
}

.start-style2 {
  top: 0px !important;
  background-color: black;
  transition: ease-in-out 0.6s;
}

.navbar-mr .nav-item .nav-link {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}

.navbar-mr .nav-item .nav-link.active,
.navbar-mr .nav-item .nav-link:focus,
.navbar-mr .nav-item .nav-link:hover {
  color: #01a451;
  font-weight: 600;
}

.navbar-mr .nav-item .nav-link:focus img.ndsfnherewh,
.navbar-mr .nav-item .nav-link:hover img.ndsfnherewh {
  content: url(../img/icons/product_icon_activee.png);
}

@media only screen and (max-width: 768px) {
  .navbar-mr .nav-item .nav-link {
    font-size: 11px;
  }
}

@media only screen and (max-width: 565px) {
  .navbar-mr .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar-nav {
    text-align: center;
    height: 100vh;
  }
  .dropdown-menu {
    text-align: center;
  }
}

/*  */

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1.5px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border: none !important;
  display: none;
}

ul.dropdown-menu.show,
ul.submenu.dropdown-menu {
  background: rgb(0 0 0 / 60%);
  backdrop-filter: blur(383px);
}

ul.dropdown-menu.show li a {
  color: #fff;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus-within,
.dropdown-menu > li a:focus-visible,
.dropdown-menu > li a:visited,
.dropdown-menu > li a:focus {
  background-color: #01a451 !important;
}

@media (min-width: 768.95px) {
  .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    display: none;
    border: none !important;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/*  */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: unset;
  right: 159px;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| index HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||Hero |||||||||||||||||||||||||||||||||||||||||||||||| */

.mr_hero {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
  overflow: hidden;
  /* margin-top: -62px; */
}

.backimg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
}

.slide_lol {
  object-fit: cover;
  height: 100vh;
}

.mr_hero .mr_roy {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mr_hero .mr_roy span {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

.mr_hero .mr_roy .rope {
  font-weight: 700;
  font-size: 44.53px;
  color: #ffffff;
}

.mr_indicator li {
  border-radius: 55px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid #01a451;
}

.mr_indicator .active {
  background-color: rgb(255 255 255);
  width: 30px;
  height: 15px;
  background: #01a451;
  border: 2px solid #ffffff;
  border-radius: 55px;
}

.rope1-rk {
  margin-top: 55px;
}

.rk-btn-vd {
  border: 1px solid #ffffff;
  border-radius: 55px;
  padding: 7px 25px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .mr_hero .mr_roy span {
    font-size: 20px;
  }
  .mr_hero .mr_roy .rope {
    font-size: 36.53px;
  }
}

@media only screen and (max-width: 575.95px) {
  .mr_hero .mr_roy span {
    font-size: 18px;
  }
  .mr_hero .mr_roy .rope {
    font-size: 31.53px;
  }
  .mr_hero .mr_roy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* Prime Impex */

.mr_secsdfahds img {
  position: absolute;
  left: 0;
  bottom: 110px;
  transform: rotate(0);
}

.mr_sec2 {
  position: absolute;
  right: 0;
  top: 110px;
  transform: rotate(180deg);
}

section.ahsduihiashd {
  background-image: url("../img/abex.png");
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../img/abex.png"), lightgray 0px -204.201px / 100% 135.452% no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.inter .mr_wel .wel {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}

.inter .mr_wel span {
  color: #01a451;
  font-weight: 700;
  font-size: 26px;
}

.inter .mr_wel p {
  color: rgba(254, 254, 254, 0.9);
  font-weight: 500;
  font-size: 18px;
}

.inter .details_wel p {
  color: rgba(254, 254, 254, 0.9);
  font-weight: 400;
  font-size: 16px;
}

.all-same-btn-rk,
.inter .details_wel a {
  padding: 6px 23px;
  font-weight: 500;
  font-size: 16px;
  color: #01a451;
  /* background-color: white; */
  border: 1px solid #01a451;
  border-radius: 15px;
  text-align: center;
}

a.all-same-btn-rk-w {
  padding: 6px 23px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
}

a.all-same-btn-rk-w:focus {
  box-shadow: none;
  color: white;
}

a.all-same-btn-rk:focus,
.inter .details_wel a:focus {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  /* .mr_sec2 {
        width: 307px;
        left: -24px;
        top: 19px;
    } */
  .inter .mr_wel span {
    font-size: 21px;
  }
  .inter .mr_wel p {
    font-size: 13px;
  }
  .inter .details_wel p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 565px) {
  /* .mr_sec2 {
        width: 247px;
        left: 1px;
        top: 27px;
    } */
  .inter .mr_wel span {
    /* .inter .mr_wel .wel,
  span { */
    font-size: 24px;
  }
  .inter .mr_wel p {
    font-size: 14px;
  }
  .inter .details_wel p {
    font-size: 14px;
  }
  .inter .details_wel a {
    padding: 5px 15px;
    font-size: 15px;
    background-position-x: 19px;
  }
}

@media (max-width: 413px) {
  .rk-d-non-img {
    display: none;
  }
}

/*|||||||||||||||||| Our Products|||||||||||||||||| */

.our-products .mr_products span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.our-products .mr_products span .pro {
  color: #01a451;
}

.our-products .mr_products p {
  color: #555555;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}

.our-products .pro_card {
  max-width: 18rem;
  margin: 26px auto;
  background: #ffffff;
  /* box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.09); */
  /* border-radius: 40px; */
  border: none;
  align-items: center;
}

.our-products .pro_card .card-img-top {
  border-radius: 40px;
  height: 288px;
  width: 288px;
  object-fit: cover;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
}

.mycardbodytext {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 34px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  align-items: center;
  margin-top: 15px;
}
.secondsectionrk .mycardbodytext2 {
  margin-top: -20px;
  justify-content: center;
  color: #555;
  width: 90%;
  border: 1px solid #00000019;

  font-family: Inter;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.36px;
}

@media only screen and (max-width: 768px) {
  .our-products .mr_products span {
    font-size: 30px;
  }
  .our-products .mr_products p {
    font-size: 15px;
  }
}

@media (max-width: 565px) {
}

/*|||||||||||||||||| our application|||||||||||||||||| */

.our_application .mr_app span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.our_application .mr_app span .app {
  color: #01a451;
}

.our_application .mr_app p {
  font-weight: 500;
  font-size: 18px;
  color: #555555;
  margin-top: 15px;
}

.our_application .app_img p {
  font-weight: 600;
  font-size: 16px;
  color: #555555;
  /* margin-top: 15px; */
}

/*|||||||||||||||||| our application|||||||||||||||||| */

.our_export .mr_export span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.our_export .mr_export span .export {
  color: #01a451;
}

.our_export .mr_export p {
  font-weight: 500;
  font-size: 18px;
  color: #555555;
  margin-top: 15px;
}

.our_export .mr_map {
  margin-top: 28px;
}

/*|||||||||||||||||| Footer  |||||||||||||||||| */

.mr_footer {
  background: rgba(32, 32, 32, 0.05);
  padding: 50px 0 15px;
  position: relative;
  background-position: top center;
}

.mr_footer .olol {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -123px;
}

.mr_footer .mr-foot-p p {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0.02em;
}

.mr_footer .usefull-link .links {
  color: #01a451;
  font-size: 15px;
  font-weight: 700;
}

.mr_footer .usefull-link a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
}

.mr_footer .contact-us a {
  margin-top: 15px;
}

.mr_footer .contact-us p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  /* margin-top: 15px; */
}

.mr_footer .contact-us .contact {
  color: #01a451;
  font-weight: 700;
  font-size: 15px;
}

/* 

*/

.mr_social_icon {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}

@media (max-width: 991.98px) {
  .mr_footer .mr-foot-p p {
    font-size: 14px;
  }
}

@media (max-width: 567.98px) {
  .mr-foot-p {
    text-align: center;
  }
}

@media (max-height: 480.98px) {
  .slide_lol {
    object-fit: cover;
    height: 350px;
  }
  .mr_hero {
    height: 482px;
  }
  .mr_hero .mr_roy {
    height: 482px;
  }
}

@media (max-width: 767px) {
  .slide_lol {
    object-fit: cover;
    height: 350px;
  }
  .mr_hero {
    height: 350px;
  }
  .mr_hero .mr_roy {
    height: 350px;
  }
}

/*  */

.waves-ak {
  bottom: -38px;
  z-index: 1;
}

.waves-ak-mk {
  bottom: -38px;
  z-index: 1;
}

.position-absolute {
  position: absolute !important;
}

.waves {
  position: relative;
  width: 100%;
  height: 14vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* Animation for the waves */

.moving-waves > use {
  animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 11s;
}

.moving-waves > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.moving-waves > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 15s;
}

.moving-waves > use:nth-child(4) {
  animation-delay: -4s;
  animation-duration: 20s;
}

.moving-waves > use:nth-child(5) {
  animation-delay: -4s;
  animation-duration: 25s;
}

.moving-waves > use:nth-child(6) {
  animation-delay: -3s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.main-last-foo {
  margin-top: 15px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  opacity: 0.8;
}

.main-last-foo a {
  color: #01a451;
  opacity: 0.8;
}

.main-last-foo a:hover {
  color: #01a451;
  opacity: 1;
  text-decoration: none;
}

.rk-hr-main-1 {
  width: 100%;
  background: #01a451;
  height: 1px;
}

.img-fluid-mk {
  /* width: auto; */
  height: 19px;
}

/*Shrinking for mobile*/

@media (max-width: 767.98px) {
  .waves {
    height: 70px;
    min-height: 40px;
  }
  .our_export .mr_export p {
    font-size: 14px;
  }
  .our_application .mr_app p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .mr_footer {
    padding: 250px 0 15px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| About HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||Hero |||||||||||||||||||||||||||||||||||||||||||||||| */

.about-mr_hero {
  width: 100%;
  /* height: 100vh; */
  z-index: 0;
  background-image: url(../img/about.png);
  background-repeat: no-repeat;
  position: relative;
  padding-top: 184px;
  padding-bottom: 121px;
  background-size: cover;
}

.about-us {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-mr_hero .about-us h1 {
  font-weight: 700;
  font-size: 34.53px;
  color: #ffffff;
}

.about-mr_hero .about-us p a {
  color: #ffffff;
  text-decoration: none;
}

.about-mr_hero .about-us p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

/* Img */

.mr-about-img {
  position: relative;
}

.mr-about-img .about_img {
  position: absolute;
  bottom: 154px;
  left: 0px;
}

.mr-about-img .about-one {
  position: absolute;
  left: 0px;
  bottom: 164px;
}

button.owl-dot:focus-visible,
button.owl-dot:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

button.owl-dot.active:focus-visible,
button.owl-dot.active:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.abotpage .inter .mr_wel .wel {
  color: #000;
  font-weight: 700;
  font-size: 26px;
}

.abotpage .inter .mr_wel span {
  color: #01a451;
  font-weight: 700;
  font-size: 26px;
}

.abotpage .inter .mr_wel p {
  color: #6e6e6e;
  font-weight: 500;
  font-size: 18px;
}

.abotpage .inter .details_wel p {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 16px;
}

/* about-our-process */

.about-our-process {
  background-image: url(../img/about-our-pro.png);
  padding: 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
  background-position: center;
}

.about-our-process .mr-process span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.about-our-process .mr-process span .pro {
  color: #01a451;
}

.about-our-process .mr-process p {
  color: #555555;
  font-size: 18px;
  margin-bottom: 49px;
}

.mr_sec3 {
  top: 120px;
  position: absolute;
  right: 0px;
}

/* about-we-serve */

.about-we-serve .mr-we-serve p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
}

.about-we-serve .mr-we-serve span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.about-we-serve .mr-we-serve span .serve {
  color: #01a451;
}

.about-we-serve .me-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-we-serve .serve-industri .we-p {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .about-mr_hero .about-us h1 {
    font-size: 25.53px;
    text-align: center;
  }
}

@media (max-width: 768.98px) {
  .about-we-serve .me-tit {
    font-size: 16px;
  }
  .about-we-serve .serve-industri .we-p {
    font-size: 12px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| export HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.export p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 50px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .export p {
    font-size: 14px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| Pakingtype HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.packing-type p {
  font-size: 18px;
  color: #555555;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| Contact Us HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.contact-us .get-in .get-in-mr {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.contact-us .get-in span {
  color: #01a451;
}

.contact-us .address {
  column-gap: 15px;
}
.contact-us .address a {
  /* margin-top: 40px; */
  font-weight: 500;
  color: #01a451;
}

.contact-us .soical-media {
  margin-top: 30px;
}

.contact-us .mr-form-g .form-control {
  /* padding: 15px; */
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 34px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 11px;
}

.contact-us ::placeholder {
  color: #555555;
  font-weight: 500;
  font-size: 15px;
  opacity: 0.5;
}

.map_mmm {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

.map_mmm span {
  color: #01a451;
}

.mr-map iframe {
  width: 100% !important;
  height: 235px !important;
  border: none;
  border-radius: 30px;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||| productsdetail 1 HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.mr-product-det {
  padding-top: 117px;
}

.mr-product-det .features .mr-fe {
  color: #555555;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.mr-product-det .features li {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 14px;
}

.mr-product-det .features p {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
}

.mr-product-det .mr-major .mh-use {
  color: #555555;
  font-weight: 700;
  font-size: 16px;
}

/* Table */

table {
  border-collapse: separate;
  border-spacing: 0;
  /* min-width: 350px; */
}

table tr th,
table tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 12px;
}

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #bbb;
}

table tr th {
  background: #eee;
  border-top: 1px solid #bbb;
  text-align: left;
}

/* top-left border-radius */

table tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

/* top-right border-radius */

table tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

/* bottom-left border-radius */

table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

/* bottom-right border-radius */

table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.mr-product-det .mr-sm-table {
  box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.09);
  border-radius: 15px 15px 15px 15px;
  margin-top: 17px;
}

.mr-product-det .tb-head {
  background: rgba(207, 207, 207, 0.2);
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.mr-product-det .mr-sm-table .tb-p {
  background: rgba(207, 207, 207, 0.2);
  color: #555555;
  font-weight: 400;
  font-size: 12px;
}

.mr-product-det .mr-sm-table tr td {
  padding: 12px 13px;
}

.mr-product-det .mr-sm-table td:first-child {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.mr-product-det .mr-sm-table td {
  color: #555555;
  font-weight: 400;
  font-size: 12px;
}

.mr-major li {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
}

.others {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #0000001b;
}

.others .oth {
  color: #555555;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.big_table {
  padding-top: 32px;
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
  margin-bottom: 86px;
  margin-bottom: 86px;
}

.col-12.table-responsive {
  padding: 0;
}

.mr-bg-table .tb-head th {
  background: rgba(207, 207, 207, 0.2);
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 16px 40px;
}

.mr-bg-table .t-data td {
  color: #555555;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

/* 0 */

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  /* new 20 11 2021 12 46 */
  /* background: url("") center top no-repeat; */
  /* background-image: url("../../img/home_hero_bg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.carousel-control-prev {
  opacity: 0;
}

.carousel-control-next {
  opacity: 0;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 0;
}

.pt-md-5pt-2 {
  padding: 95px 0 0;
}

/* 
.carousel-item:nth-child(3) #hero {
    background-image: url("../../img/home_hero_bg.png");
} */

@media (max-height: 606.98px) {
  #hero {
    height: 600px;
    padding: 53px 0 50px;
  }
  #hero .container {
    height: auto !important;
  }
}

@media (max-width: 991.98px) {
  .title-rk-hero-mk {
    font-size: 18px;
  }
  .dec-rk-hero-mk {
    font-family: "Inter";
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
  }
  .row.justify-content-center.align-self-center.align-items-center.pt-md-5pt-2.h-100.d-flex {
    align-content: center !important;
  }
}

@media (max-width: 767.98px) {
  #hero {
    height: 900px;
    padding: 100px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  /* #hero .intro-img {
        width: 80%;
    } */
  .pt-md-5pt-2 {
    padding: 0;
  }
}

@media (max-width: 425.98px) {
  #hero {
    height: 740px;
    padding: 90px 0 20px 0;
  }
}

@media (max-width: 767.98px) {
  #hero .intro-info {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .mr_footer .olol {
    top: -83px;
  }
}

@media (max-width: 991.98px) {
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
  }
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 8px);
}

#google_translate_element select {
  background: rgba(0, 0, 0, 0.3);
  border: 0.732877px solid #ffffff;
  border-radius: 40.3082px;
  color: #fff;
  padding: 6px 13px 6px 6px;
  width: 145px;
}
#google_translate_element select option {
  background: #252424;
  color: #fff;
}

/*google translate link | logo */

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* google translate banner-frame */

.goog-te-banner-frame {
  display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
/* 
body {
  top: 0 !important;
} */

.skiptranslate.goog-te-gadget {
  margin-bottom: -15px;
}

.fkay37 {
  padding: 15px 15px;
  border: 1px solid #00000018;
  border-radius: 20px;
}

/*  */

.pro-detail .b-prview {
  position: relative;
  display: flex;
  /* align-items: flex-start; */
  flex-direction: column;
  /* overflow: hidden; */
}

/* width */

.btn_tb::-webkit-scrollbar {
  /* width: 1px; */
  height: 3px;
  border-radius: 50px;
}

/* Track */

.btn_tb::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle */

.btn_tb::-webkit-scrollbar-thumb {
  background: #01a451;
}

/* Handle on hover */

.btn_tb::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pro-detail .tab .btn_tb {
  column-gap: 15px;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.pro-detail .tab .btn_tb .tablinksimg {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.pro-detail .tab .btn_tb .tablinksimg img {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  border: 1px solid #4b5563;
  border-radius: 8px;
  margin-top: 10px;
  min-width: 72px;
  height: 72px;
}

.pro-detail .tab .btn_tb .tablinksimg.active img {
  border: 3px solid #01a451;
  /* box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.09); */
}

.pro-detail .tab .btn_tb .tablinksimg:last-child img {
  /* margin-bottom: 10px; */
}

.tabcontentimg {
  border: 2px solid #0000000d;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: fit-content;
}

.pro-detail .b-prview .tabcontentimg img {
  border-radius: 16px;
  width: 530px;
  height: 530px;
  object-fit: cover;
  transition: transform ease 0.3s;
}
.pro-detail .b-prview .tabcontentimg .xoome:hover {
  transform: scale(1.2);
  cursor: zoom-in;
}

.pro-detail .pro-tit {
  font-weight: 600;
  font-size: 26px;
  color: #4b5563;
  /* margin-bottom: 5px; */
}

.atik1,
.atik2 {
  position: fixed;
  padding: 15px 7px 19px 34px;
  background: url(../img/connect.svg);
  background-repeat: no-repeat;
  background-position: left;
  right: -119px;
  transition: ease-in-out 0.3s;
  top: 30px;
  z-index: 999;
}

.atik1 {
  top: 85px;
}

.atik2 {
  top: 130px;
  right: -159px;
}

.atik:hover,
.atik1:hover,
.atik2:hover {
  transition: ease-in-out 0.3s;
  right: 0;
}

.number {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
}

a.number {
  color: white;
}

.location,
.call {
  width: 21px;
  height: 21px;
}

.all-same-btn-rk-wfll {
  color: #fff;
  background: #01a451;
}

.img_abotuwhy {
  height: 136px;
}
