MMCT TEAM
Server IP : 153.92.220.142  /  Your IP : 216.73.216.32
Web Server : LiteSpeed
System : Linux nl-srv-web513.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
User : u444427800 ( 444427800)
PHP Version : 8.1.32
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u444427800/domains/dronacharyasunayana.com/../jmgcl.com/../snfbh.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u444427800/domains/dronacharyasunayana.com/../jmgcl.com/../snfbh.com/public_html/main.css
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
.top-bar-section {
  border: 1px solid #d7d6d6;
}
.top-bar-section .container li {
  padding: 10px;
  font-size: 13px;
}
.top-bar-section .container li a {
  color: #7e7e7e;
}
.top-bar-section .container li a span {
  color: #3bb77e;
}

.header .logo {
  width: 16%;
}

.header .logo img {
  height: 60px;
  width: 160px;
}
.header .cart-hidden {
  display: none;
}
.header .cart-hidden a {
  margin-left: 70%;
}
.header .cart-hidden a i {
  padding-right: 0;
}
.header .search {
  width: 35%;
  position: relative;
}
.header .search input[type=search] {
  padding-left: 10px;
  padding-right: 200px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-style: italic;
  color: #7e7e7e;
  border-radius: 4px;
  border: 2px solid #bce3c9;
  font-size: 14px;
  outline-style: none;
}
.header .search button {
  position: absolute;
  bottom: 8%;
  right: 45px;
  padding: 12px 22px;
}
.header .vendors {
  width: 16%;
  transition: all 0.2s ease-in-out;
}
.header .vendors:hover {
  transform: translateY(-5px);
}
.header .vendors .btn-secondary {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header .side-menu {
  width: 33%;
  position: relative;
}
.header .side-menu ul li a {
  font-size: 14px;
  color: #7e7e7e;
}
.header .side-menu ul li a i {
  font-size: 20px;
  color: #7c7a7a;
}

.nav-bar-section {
  padding: 80px 0;
  border: 1px solid #d7d6d6;
}
.nav-bar-section .categories {
  width: 25%;
  transition: all 0.3s ease-in-out;
}
.nav-bar-section .categories:hover .btn {
  background: #2ea970;
}
.nav-bar-section .categories .btn {
  margin-right: 80px;
}
.nav-bar-section .categories .btn i {
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
}
.nav-bar-section .nav {
  width: 75%;
}
.nav-bar-section .nav ul li {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.nav-bar-section .nav ul li ul {
  visibility: hidden;
  opacity: 0;
  transform: translateY(35px);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.nav-bar-section .nav ul li ul li {
  padding: 10px;
}
.nav-bar-section .nav ul li ul li a {
  color: #7c7a7a;
  font-size: 13px;
  font-weight: 400;
}
.nav-bar-section .nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(20px);
}
.nav-bar-section .nav ul li a {
  transition: all 0.3s ease-in-out;
  color: #253d4e;
}
.nav-bar-section .nav ul li a:hover {
  color: #3bb77e;
}

.cart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.cart .item-remove {
  width: 6%;
  border: 1px solid #d7d6d6;
  height: 130px;
  position: relative;
}
.cart .item-remove span {
  position: absolute;
  left: 16px;
  top: 47px;
  border: 1px solid #3bb77e;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.cart .item-remove span:hover i {
  color: red;
}
.cart .item-remove span i {
  padding-left: 13px;
  padding-top: 10px;
  color: #3bb77e;
}
.cart .item-image {
  width: 10%;
  height: 130px;
  position: relative;
}
.cart .item-image img {
  height: 65px;
  width: 65px;
  position: absolute;
  left: 25px;
  top: 30px;
}
.cart .item-content {
  width: 45%;
  height: 130px;
}
.cart .item-content h4 {
  padding-left: 20px;
  font-weight: 100;
}
.cart .item-content p {
  padding-left: 20px;
  color: gray;
}

@media screen and (max-width: 1024px) {
  .header .container .vendors {
    display: none;
  }
  .header .container .side-menu {
    display: none;
  }
  .header .container .search {
    width: 100%;
  }
  .header .container .search input[type=search] {
    padding-right: 709px;
  }
  .header .container .cart-hidden {
    display: contents;
  }
  .nav-bar-section .categories {
    display: none;
  }
  .nav-bar-section .nav {
    display: none;
  }
  .section .container h1 {
    font-size: 20px;
  }
  .section .container ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar-section {
    display: none;
  }
  .header .container .search {
    width: 100%;
  }
  .header .container .search input[type=search] {
    padding-right: 130px;
  }
  .header .container .search button {
    right: 18px;
  }
}
.footer .container h2 {
  padding-bottom: 20px;
  color: rgb(55, 54, 54);
  font-weight: 500;
  padding: 20px;
}
.footer .container ul {
  padding: 0;
}
.footer .container ul li {
  line-height: 32px;
  font-size: 13px;
}
.footer .container ul li a {
  transition: all 0.3s ease-in-out;
}
.footer .container ul li a:hover {
  color: #3bb77e;
}
.footer .container .flex-row img {
  height: 50px;
  width: 96px;
}
.footer .container .logo-content {
  width: 18%;
}
.footer .container .logo-content .logo img {
  height: 75px;
  width: 180px;
  padding-bottom: 20px;
}
.footer .container .logo-content p {
  line-height: 22px;
  font-size: 13px;
}
.footer .container .logo-content p span {
  color: #3bb77e;
  transition: all 0.3s ease-in-out;
}
.footer .container .logo-content p span:hover {
  color: #cf2e2e;
}
.footer .container .company {
  width: 16%;
}
.footer .container .account {
  width: 16%;
}
.footer .container .corporate {
  width: 16%;
}
.footer .container .popular {
  width: 16%;
}
.footer .container .install {
  width: 18%;
}
.footer .container .install p {
  font-size: 13px;
}
.footer .container .install .payment-img img {
  height: 30px;
  width: 100%;
}

.footer2 {
  line-height: 30px;
  border: 1px solid #d7d6d6;
}
.footer2 p {
  font-size: 13px;
}
.footer2 .copyright p {
  color: #7e7e7e;
  font-size: 13px;
}
.footer2 .contact-no p {
  color: #7e7e7e;
}
.footer2 .contact-no p strong {
  color: #3bb77e;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.footer2 .contact-no p strong:hover {
  color: #cf2e2e;
}
.footer2 .fallow-us p {
  color: #7e7e7e;
  margin-right: 5px;
}
.footer2 .fallow-us p span {
  color: black;
  font-weight: 500;
}
.footer2 .fallow-us .icon {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #3bb77e;
  margin-right: 5px;
}
.footer2 .fallow-us .icon i {
  padding-left: 9px;
  color: white;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .footer .container .logo-content {
    width: 30%;
  }
  .footer .container .logo-content img {
    height: 60px;
    width: 152px;
    padding-bottom: 8px;
  }
  .footer .container .company {
    width: 30%;
  }
  .footer .container .account {
    width: 30%;
  }
  .footer .container .corporate {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container .logo-content {
    width: 100%;
  }
  .footer .container .company {
    width: 55%;
  }
  .footer .container .account {
    width: 45%;
  }
  .footer .container .corporate {
    width: 50%;
  }
  .footer .container .popular {
    width: 50%;
  }
  .footer .container .install {
    width: 95%;
  }
  .footer2 .container .flex-row {
    text-align: center;
  }
  .footer2 .fallow-us .icon i {
    padding-left: 0;
  }
}
.banner .container h1 {
  color: #253d4e;
  font-size: 72px;
  padding-left: 80px;
  padding-top: 120px;
}
.banner .container p {
  padding-top: 20px;
  padding-left: 80px;
  font-size: 30px;
  color: #7e7e7e;
}
.banner .container .s-button {
  font-size: 15px;
}
.banner .container .s-button .btn1 {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 160px;
  padding-left: 20px;
  background: #fff;
  border-radius: 50px;
  margin-left: 80px;
}
.banner .container .s-button .btn1 input[type=email] {
  background: #fff;
  border: none;
  color: #7e7e7e;
  font-size: 15px;
}
.banner .container .s-button .btn2 {
  padding: 22px 35px;
  background: #3bb77e;
  color: #fff;
  border-radius: 45px;
  margin-left: -60px;
}
.banner .container .s-button .btn2 input[type=submit] {
  background: #3bb77e;
  color: #fff;
  border: none;
  font-size: 15px;
}

.section ul {
  padding-left: 110px;
}
.section ul li {
  padding: 0 20px;
}
.section .slider {
  position: relative;
}
.section .slider h3 {
  font-size: 16px;
  font-weight: 500;
}
.section .slider .slick-arrow {
  position: absolute;
  top: -50px;
  right: 0;
}
.section .slider .l-arrow {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #ebe9e9;
  margin-right: 45px;
}
.section .slider .l-arrow i {
  padding-top: 10px;
}
.section .slider .l-arrow:hover {
  background-color: #3bb77e;
  color: #fff;
}
.section .slider .r-arrow {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #ebe9e9;
}
.section .slider .r-arrow i {
  padding-top: 10px;
}
.section .slider .r-arrow:hover {
  background-color: #3bb77e;
  color: #fff;
}
.section .slider .box {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border: 1px solid #f4f6fa;
  width: 110px;
  height: 195px;
  padding: 8px 0;
}
.section .slider .box:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shop-now .col-3 {
  position: relative;
}
.shop-now .col-3 img {
  border-radius: 10px;
}
.shop-now .col-3 h2 {
  position: absolute;
  top: 20%;
  left: 8%;
  font-size: 24px;
  color: #253d4e;
  font-weight: 500;
}
.shop-now .col-3 .btn {
  position: absolute;
  bottom: 14%;
  left: 8%;
  padding: 7px 10px;
}
.shop-now .col-3 .btn i {
  color: #fff;
  padding-left: 2px;
}

.product ul li {
  padding: 10px;
  transition: all 0.3s ease-out;
}
.product ul li:hover {
  transform: translateY(-5px);
}
.product ul li a {
  transition: all 0.3s ease-in-out;
}
.product ul li a:hover {
  color: #3bb77e;
}
.product .col-4 {
  margin-right: 10px;
}
.product .product-card {
  transition: all 0.3s ease-out;
  border-radius: 10px;
  border: 1px solid rgb(219, 222, 222);
  margin: 10px 0;
  box-shadow: rgba(235, 232, 232, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.product .product-card:hover {
  transform: scale(1.02);
}
.product .product-card:hover .product-img img {
  transform: scale(1.09);
}
.product .product-card:hover .add-cart .btn {
  background-color: orange;
}
.product .product-card ul {
  position: absolute;
  top: 41px;
  right: 5px;
  width: 106px;
  background: #fff;
  color: #3bb77e;
  padding-left: 0;
  border: 1px solid rgb(215, 213, 213);
  border-radius: 6px;
  transition: all 0.3s ease-in;
}
.product .product-card ul .tooltip {
  border: 1px solid rgb(215, 213, 213);
  padding: 3px 10px;
}
.product .product-card ul .tooltip:hover {
  transform: translateY(0) !important;
}
.product .product-card ul .tooltip:hover h6 {
  visibility: visible;
  opacity: 1;
  color: #fff;
  transform: translateY(-4px);
}
.product .product-card ul .tooltip:hover:nth-child(1) {
  color: orange;
}
.product .product-card ul .tooltip i {
  font-weight: 400;
  font-size: 14px;
}
.product .product-card .product-img {
  height: 150px;
  width: 160px;
  transition: all 0.3s ease-out;
  padding-bottom: 160px;
  padding-top: 60px;
  padding-left: 40px;
  margin-top: 40px;
}
.product .product-card .product-img img {
  height: 150px;
  width: 170px;
}
.product .product-card p {
  font-size: 12px;
  color: #adadad;
  padding-bottom: 7px;
  transition: all 0.3s ease-in-out;
}
.product .product-card p:hover {
  color: #3bb77e;
}
.product .product-card h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  transition: all 0.5s ease-in-out;
}
.product .product-card h3:hover {
  color: #3bb77e;
}
.product .product-card h4 {
  font-size: 13px;
  color: #adadad;
  font-weight: 400;
}
.product .product-card h4 span {
  color: #b7543b;
}
.product .product-card .add-cart {
  margin-right: 15px;
}
.product .product-card .add-cart .btn {
  padding: 15px 40px;
  font-weight: 600;
}
.product .product-card .add-cart .btn i {
  padding-right: 7px;
}
.product .product-slider {
  position: relative;
  width: 77%;
}
.product .product-slider .slick-arrow {
  position: absolute;
  top: -40px;
  right: 10px;
}
.product .product-slider .l-arrow {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #ebe9e9;
  margin-right: 45px;
}
.product .product-slider .l-arrow i {
  padding-top: 10px;
}
.product .product-slider .l-arrow:hover {
  background-color: #3bb77e;
  color: #fff;
}
.product .product-slider .r-arrow {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #ebe9e9;
}
.product .product-slider .r-arrow i {
  padding-top: 10px;
}
.product .product-slider .r-arrow:hover {
  background-color: #3bb77e;
  color: #fff;
}
.product .product-slider .best-deals {
  width: 18%;
  margin-right: 10px;
  position: relative;
}
.product .nature {
  width: 22%;
  background-image: url(../images/img/nature.png);
  background-position: center;
  background-size: cover;
  height: 500px;
  border-radius: 10px;
  margin-right: 10px;
}
.product .nature h2 {
  font-size: 35px;
  color: #253d4e;
  font-weight: 800;
}

.deal-of-the-day .product-col-4 {
  position: relative;
  height: 425px;
}
.deal-of-the-day .product-col-4 img {
  background-position: center;
  background-size: cover;
  height: 335px;
  width: 100%;
  border-radius: 15px;
}
.deal-of-the-day .product-col-4 .deals-content {
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 253px;
  height: 165px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out;
}
.deal-of-the-day .product-col-4 .deals-content:hover {
  transform: translateY(-4px);
}
.deal-of-the-day .product-col-4 .deals-content h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  transition: all 0.5s ease-in-out;
}
.deal-of-the-day .product-col-4 .deals-content h3:hover {
  color: #3bb77e;
}
.deal-of-the-day .product-col-4 .deals-content h4 {
  font-size: 13px;
  color: #adadad;
  font-weight: 400;
}
.deal-of-the-day .product-col-4 .deals-content h4 span {
  color: #b7543b;
}
.deal-of-the-day .product-col-4 .deals-content s {
  display: inline-block;
  padding-left: 2px;
}

.trending .col-4 {
  position: relative;
}
.trending .col-4 .top-selling h2 {
  color: #253d4e;
  font-size: 24px;
  font-weight: 600;
  padding-right: 120px;
  position: relative;
}
.trending .col-4 .top-selling h2::before {
  position: absolute;
  bottom: 18px;
  left: 10px;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #a1dec2;
}
.trending .col-4 .top-selling h2::after {
  position: absolute;
  bottom: 18px;
  left: 10px;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #ebe9e9;
  margin-left: 75px;
}
.trending .col-4 .top-selling span {
  position: absolute;
  top: 70px;
  left: 0;
}
.trending .col-4 .top-selling span img {
  height: 70px;
  width: 60px;
}
.trending .col-4 .top-selling .top-selling-content {
  padding-left: 80px;
}
.trending .col-4 .top-selling .top-selling-content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #253d4e;
}
.trending .col-4 .top-selling .top-selling-content h4 s {
  display: inline;
  padding-left: 3px;
}

.banner2 .container {
  position: relative;
  background-image: url(../images/img/banner.png);
  height: 500px;
  width: 100%;
  border-radius: 20px;
}
.banner2 .container h1 {
  color: #253d4e;
  font-size: 66px;
  padding-left: 80px;
  padding-top: 110px;
  font-weight: 600;
}
.banner2 .container p {
  color: #7e7e7e;
  padding-left: 80px;
  font-size: 17px;
}
.banner2 .container p span {
  color: #3bb77e;
}
.banner2 .container img {
  position: absolute;
  bottom: 0px;
  right: 40px;
  height: 300px;
  width: 40%;
}

.last-section .col-5 {
  position: relative;
  padding: 20px;
  background: #f4f6fa;
  border-radius: 10px;
}
.last-section .col-5 span {
  position: absolute;
  top: 38px;
  left: 15px;
}
.last-section .col-5 span img {
  height: 40px;
  width: 50px;
}
.last-section .col-5 .content {
  margin-left: 55px;
}
.last-section .col-5 .content h4 {
  font-size: 18px;
  font-weight: 300;
  color: #242424;
}
.last-section .col-5 .content p {
  color: #adadad;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .product .nature {
    display: none;
  }
  .product h2 {
    font-weight: 500;
    font-size: 30px;
  }
  .product ul {
    padding-left: 0;
  }
  .product .product-card .product-img {
    padding-left: 10px;
  }
  .product .product-card .product-img img {
    padding-left: 20px;
  }
  .product .product-slider {
    width: 100%;
  }
  .slick-slide img {
    padding-left: 55px;
  }
  .slick-slide .btn {
    width: 260px;
  }
  .slick-slide img {
    padding-left: 75px;
  }
  .slick-slide p {
    padding-bottom: 20px;
  }
  .shop-now .col-3:nth-child(3) h2 {
    padding-top: 80px;
    font-size: 18px;
  }
  .shop-now .col-3:nth-child(3) .btn {
    bottom: 40%;
  }
  .shop-now .col-3 .btn {
    bottom: 10%;
  }
  .deal-of-the-day .product-col-4 {
    width: 49%;
  }
  .deal-of-the-day .product-col-4 .deals-content {
    width: 300px;
    padding-left: 40px;
    left: 40px;
  }
  .deal-of-the-day .product-col-4 .deals-content a {
    padding-right: 10px;
  }
  .last-section .col-5 {
    width: 49%;
    margin-bottom: 10px;
  }
  .banner2 {
    padding: 15px;
  }
  .banner2 .container img {
    height: 270px;
    width: 23%;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .banner .container {
    height: 450px;
  }
  .banner .container h1 {
    font-size: 35px;
    padding-left: 40px;
  }
  .banner .container p {
    font-size: 20px;
    padding-left: 40px;
  }
  .section .container ul {
    padding-left: 0;
  }
  .section .container ul li {
    font-size: 12px;
    padding: 0 5px;
  }
  .shop-now .container .col-3:nth-child(3) h2 {
    padding-top: 0;
  }
  .shop-now .container .col-3 h2 {
    font-size: 18px;
  }
  .shop-now .container .col-3 .btn {
    bottom: 15%;
  }
  .product ul li {
    padding: 5px;
    font-size: 13px;
  }
  .product .product-card .add-cart .btn {
    width: 130px;
    padding: 10px;
  }
  .product .product-card .product-img img {
    height: 120px;
    width: 95px;
  }
  .deal-of-the-day .product-col-4 .deals-content {
    width: 130px;
    padding-left: 10px;
    height: 210px;
    left: 15px;
    padding-top: 30px;
  }
  .banner2 .container h1 {
    font-size: 30px;
    padding-left: 40px;
    padding-top: 65px;
  }
  .banner2 .container p {
    padding-left: 40px;
  }
  .banner2 .container img {
    height: 160px;
    width: 83%;
  }
  .last-section .col-5 {
    width: 100%;
  }
  .slick-slide {
    border-radius: 10px;
  }
  .slick-slide .btn {
    width: 130px;
  }
  .slick-slide img {
    padding-left: 20px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

html, body {
  overflow-x: hidden;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-40 {
  padding: 40px;
}

.pd-50 {
  padding: 50px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.prl-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.prl-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.prl-15 {
  padding: 0 15px;
}

.prl-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.prl-25 {
  padding: 0 25px;
}

.prl-30 {
  padding: 0 30px;
}

.prl-40 {
  padding: 0 40px;
}

.prl-50 {
  padding: 0 50px;
}

.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25 {
  padding: 25px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mtb-5 {
  margin: 5px 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px;
}

.mrl-5 {
  margin: 0 5px;
}

.mrl-10 {
  margin: 0 10px;
}

.mr-10 {
  margin-right: 10px;
}

.col-2 {
  width: calc(50% - 10px);
}

.col-3 {
  width: calc(33.33% - 10px);
}

.col-4 {
  width: calc(25% - 0px);
}

.col-5 {
  width: calc(20% - 20px);
}

.col-6 {
  width: calc(16.66% - 5px);
}

.product-col-4 {
  width: calc(25% - 10px);
}

.col-3-m-35 {
  width: calc(33.33% - 35px);
}

.w-100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

.align-items-center {
  align-items: center;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.justify-content-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

li {
  list-style-type: none;
  position: relative;
}

.flex {
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.btn {
  color: white;
  background: #3bb77e;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
}

.btn-secondary {
  color: #3bb77e;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 10px 7px;
}

.bg-1 {
  background-color: #f2fce4;
}

.bg-2 {
  background-color: #FFFCEB;
}

.bg-3 {
  background-color: #fff3eb;
}

.bg-4 {
  background-color: #fff3ff;
}

.bg-5 {
  background-color: #f2fce4;
}

.bg-green {
  background-color: #3bb77e;
}

.bg-orange {
  background-color: orange;
}

.bg-blue {
  background-color: skyblue;
}

.bg-darkblue {
  background-color: blue;
}

.bg-red {
  background-color: rgb(176, 28, 28);
}

.btn-bg-color {
  background: #def9ec;
}

.tooltip {
  position: relative;
}
.tooltip h6 {
  position: absolute;
  top: -34px;
  left: -12px;
  visibility: hidden;
  opacity: 0;
  font-size: 8px;
  color: #fff;
  background-color: #3bb77e;
  width: auto;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
}

.product-card-curv {
  position: relative;
}
.product-card-curv .curv {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 35px;
  z-index: 11;
  border-top-left-radius: 11px;
  border-bottom-right-radius: 25px;
}
.product-card-curv .curv p {
  padding-top: 6px;
  color: #fff;
}

.price p:last-child {
  color: #3bb77e;
}
.price h4 {
  color: #3bb77e !important;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.price h5 {
  position: relative;
  color: #3bb77e;
  font-size: 14px;
  font-weight: 400;
}
.price h5::before {
  position: absolute;
  bottom: -5px;
  left: 60px;
  content: "";
  width: 118px;
  height: 4px;
  background-color: #d8d6d6;
}
.price h5::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #3bb77e;
}
.price s {
  color: #adadad;
  font-size: 12px;
  display: block;
}
.price a button {
  height: 35px;
  width: 65px;
  background: #def9ec;
  color: #3bb77e;
  transition: all 0.3s ease-out;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}
.price a button:hover {
  transform: translateY(-5px);
}
.price a button i {
  position: absolute;
  top: 25%;
  right: 40px;
  color: #7dbc9f;
}

.popup {
  position: relative;
}
.popup span {
  position: absolute;
  top: -10px;
  left: 20px;
  height: 18px;
  width: 18px;
  border-radius: 18px;
  background: #3bb77e;
  color: white;
  font-size: 12px;
  border: none;
}

.form-control {
  height: 45px;
  width: 100%;
  text-align: center;
  position: relative;
  outline: none;
  border: 1px solid #d8d6d6;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
  .btn-secondary {
    font-size: 12px;
    padding: 10px 4px;
  }
  .btn {
    font-size: 13px;
  }
  .price a button {
    width: 49px;
    margin-right: 7px;
    padding-left: 15px;
    height: 28px;
  }
  .price a button i {
    right: 33px;
  }
  .pl-25 {
    padding-left: 15px;
  }
  .col-3 {
    width: calc(50% - 10px);
  }
  .col-3:nth-child(3) {
    width: 100%;
  }
  .product-col-4 {
    width: calc(33.33% - 10px);
  }
  .product-col-4:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .col-3 {
    width: calc(105% - 10px);
  }
  .product-col-4 {
    width: calc(52.33% - 12px);
  }
}
.about .container .col-2 img {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.about .container .col-2 h2 {
  font-size: 30px;
  color: #253d4e;
  font-weight: 500;
}
.about .container .col-2 p {
  font-size: 14px;
  color: grey;
  line-height: 25px;
}

.services .container h2 {
  font-size: 30px;
  color: #253d4e;
  font-weight: 500;
}
.services .container .col-3 {
  border: 1px solid #ececec;
  border-radius: 10px;
}
.services .container .col-3:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services .container .col-3 img {
  height: 100px;
  width: 100px;
}
.services .container .col-3 h3 {
  font-size: 25px;
  color: #253d4e;
  font-weight: 500;
}
.services .container .col-3 p {
  font-size: 15px;
  color: grey;
  line-height: 25px;
}
.services .container .col-3 .btn {
  background-color: white;
  color: #3bb77e;
  font-size: 15px;
  font-weight: 500;
}

.our-performance .container .col-2 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3bb77e;
}
.our-performance .container .col-2 h2 {
  font-size: 30px;
  color: #253d4e;
  font-weight: 500;
}
.our-performance .container .col-2 p {
  font-size: 15px;
  color: grey;
  line-height: 25px;
}

.who-we-are .container .col-3-m-35 h2 {
  font-size: 30px;
  color: #253d4e;
  font-weight: 500;
}
.who-we-are .container .col-3-m-35 p {
  font-size: 15px;
  color: grey;
  line-height: 25px;
}

.count .container {
  border-radius: 10px;
  background: linear-gradient(rgba(75, 103, 90, 0.7294117647), rgba(65, 93, 80, 0.7294117647)), url(../images/img/count-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.count .container .col-5 {
  height: 270px;
}
.count .container .col-5 h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 70px;
}
.count .container .col-5 h2 span {
  font-size: 65px;
}

.team {
  padding-bottom: 100px;
}
.team .container .col-3 {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.team .container .col-3 h2 {
  font-size: 30px;
  color: #253d4e;
  font-weight: 500;
}
.team .container .col-3 p {
  font-size: 15px;
  color: grey;
  line-height: 25px;
}
.team .container .col-3 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3bb77e;
}
.team .container .col-3 img {
  border-radius: 10px;
}
.team .container .col-3 .content {
  position: absolute;
  left: 36px;
  bottom: -55px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: white;
  border-radius: 10px;
  padding: 30px 90px;
}
.team .container .col-3 .content h3 {
  color: gray;
  font-size: 17px;
}
.team .container .col-3 .content h2 {
  font-size: 22px;
  font-weight: 500;
}
.team .container .col-3 .content i {
  color: #3bb77e;
  padding: 5px;
}
.team .container .col-3:hover .content {
  bottom: 50px;
}

.wishlist .container .flex-row .item-remove {
  width: 6%;
  border: 1px solid #d7d6d6;
  height: 130px;
  position: relative;
}
.wishlist .container .flex-row .item-remove span {
  position: absolute;
  left: 16px;
  top: 47px;
  border: 1px solid #3bb77e;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.wishlist .container .flex-row .item-remove span:hover i {
  color: red;
}
.wishlist .container .flex-row .item-remove span i {
  padding-left: 13px;
  padding-top: 10px;
  color: #3bb77e;
}
.wishlist .container .flex-row .item-image {
  width: 10%;
  border: 1px solid #d7d6d6;
  height: 130px;
  position: relative;
}
.wishlist .container .flex-row .item-image img {
  height: 65px;
  width: 65px;
  position: absolute;
  left: 25px;
  top: 30px;
}
.wishlist .container .flex-row .item-content {
  width: 45%;
  border: 1px solid #d7d6d6;
  height: 130px;
}
.wishlist .container .flex-row .item-content h4 {
  padding-left: 20px;
  font-weight: 100;
}
.wishlist .container .flex-row .item-content p {
  padding-left: 20px;
  color: gray;
}
.wishlist .container .flex-row .add-cart {
  width: 39%;
  border: 1px solid #d7d6d6;
  height: 130px;
}
.wishlist .container .flex-row .add-cart .btn {
  padding: 15px 30px;
}
.wishlist .container .flex-row .add-cart .btn i {
  padding-right: 5px;
}

.shop-cart {
  padding: 10px;
}
.shop-cart .container {
  position: relative;
  background-image: url(../images/img/banner.png);
  height: 280px;
  width: 100%;
  border-radius: 20px;
}
.shop-cart .container .content {
  width: 40%;
}
.shop-cart .container .content h1 {
  padding-top: 95px;
  font-size: 40px;
  font-weight: 600;
  color: #253d4e;
}
.shop-cart .container .content a {
  padding-right: 10px;
  color: #3bb77e;
  font-size: 13px;
}
.shop-cart .container .content a i {
  color: #3bb77e;
  font-size: 13px;
}
.shop-cart .container .content p {
  font-size: 13px;
  color: #7e7e7e;
}
.shop-cart .container .add-cart {
  width: 60%;
  padding-top: 95px;
}
.shop-cart .container .add-cart .add-cart-button .btn {
  font-size: 16px;
  font-weight: 600;
  color: #3bb77e;
  background: #ffffff;
  padding: 13px 30px;
  border-radius: 30px;
}
.shop-cart .container .add-cart .add-cart-button .btn:nth-child(6) {
  margin-top: 10px;
}

.product-details .container table {
  width: 100%;
  border-collapse: collapse;
}
.product-details .container table tr {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  border-bottom: 1px solid #eae7e7;
}
.product-details .container table tr th {
  font-weight: 200;
  font-size: 18px;
  background-color: #f4f6fa;
}
.product-details .container table tr td {
  font-size: 15px;
}
.product-details .container table tr td span {
  border: 1px solid #3bb77e;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: block;
}
.product-details .container table tr td span:hover {
  background-color: #3bb77e;
}
.product-details .container table tr td span:hover i {
  color: #ffffff;
}
.product-details .container table tr td span i {
  color: red;
  padding-left: 9px;
  padding-top: 8px;
  font-size: 12px;
}
.product-details .container table tr td img {
  height: 50px;
  width: 50px;
}
.product-details .container table tr td:nth-child(3) {
  color: #3bb77e;
}
.product-details .container table tr td:nth-child(4) {
  color: #7e7e7e;
}
.product-details .container table tr td:nth-child(5) input[type=number] {
  color: #3bb77e;
  border: none;
  outline: none;
  padding: 25px 0;
  font-size: 15px;
  border: 2px solid #3bb77e;
}
.product-details .container table tr td:nth-child(6) {
  color: #7e7e7e;
}
.product-details .container table tr td .quantity {
  position: relative;
  width: 130px;
  height: 80px;
}
.product-details .container table tr td .quantity button.icon-qty {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.product-details .container table tr td .quantity button.icon-qty i {
  font-size: 12px;
}
.product-details .container table tr td .quantity button.icon-qty2 {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
}
.product-details .container table tr td .quantity button.icon-qty2 i {
  font-size: 12px;
}
.product-details .container .payment {
  border-bottom: 1px solid #eae7e7;
}
.product-details .container .payment .payment-coupon button {
  padding: 15px 20px;
  margin-left: 5px;
}
.product-details .container .payment .payment-coupon button:hover {
  background-color: orange;
}
.product-details .container .payment .payment-coupon input[type=text] {
  padding-left: 10px;
  outline: none;
}
.product-details .container .payment .payment-coupon .disable {
  opacity: 0.6;
  cursor: not-allowed;
}

.cart-total {
  margin-left: 650px;
}
.cart-total h2 {
  color: #253d4e;
  font-weight: 500;
  font-weight: 30px;
}
.cart-total table {
  border-collapse: collapse;
}
.cart-total table tbody tr th {
  border: 1px solid #eae7e7;
  color: #253d4e;
  font-weight: 600;
}
.cart-total table tbody tr td {
  border: 1px solid #eae7e7;
  padding-right: 220px;
  padding-left: 20px;
  font-size: 15px;
  color: #3bb77e;
}
.cart-total table tbody tr td ul li:nth-child(1) {
  color: #7e7e7e;
}
.cart-total table tbody tr td ul li:nth-child(2) {
  color: #7e7e7e;
}

.select-add-address .checkout-form {
  width: 68%;
  margin-right: 20px;
}
.select-add-address .checkout-form h2 {
  color: #253d4e;
  font-size: 25px;
  font-weight: 600;
}
.select-add-address .checkout-form .add-box {
  position: relative;
  background-color: #f4f6fa;
  padding-left: 45px;
  padding-right: 20px;
  width: calc(33.33% - 5px);
}
.select-add-address .checkout-form .add-box span {
  position: absolute;
  top: 31px;
  left: 15px;
}
.select-add-address .checkout-form .add-box span input[type=radio] {
  color: black;
}
.select-add-address .checkout-form .add-box ul li {
  line-height: 22px;
  font-size: 13px;
}
.select-add-address .checkout-form p {
  position: absolute;
  top: -11px;
  left: 73px;
  color: #ffffff;
  background-color: green;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
}
.select-add-address .checkout-form .add {
  background-color: #f4f6fa;
  width: 100px;
  margin-top: 5px;
}
.select-add-address .checkout-form .add h6 {
  font-weight: 800;
}
.select-add-address .checkout-form .billing-details h3 {
  color: #253d4e;
  font-size: 25px;
  font-weight: 600;
}
.select-add-address .checkout-form .billing-details .form-group .form-control {
  background-color: #f3f6f9;
}
.select-add-address .price-summary {
  width: 30%;
  box-shadow: 0px 0px 10px #f3f6f9;
  background: #fff;
}
.select-add-address .price-summary table {
  border-collapse: collapse;
}
.select-add-address .price-summary table tbody {
  text-align: left;
}
.select-add-address .price-summary table tbody tr {
  border-bottom: 1px solid #eae7e7;
}
.select-add-address .price-summary table tbody tr th {
  color: #253d4e;
  font-weight: 600;
  font-size: 12px;
}
.select-add-address .price-summary table tbody tr td {
  font-size: 12px;
}
.select-add-address .price-summary .heading h2 {
  color: #253d4e;
  font-size: 20px;
  font-weight: 600;
}
.select-add-address .price-summary .proceed-to-payment .btn {
  padding-left: 80px;
  padding-right: 80px;
}
.select-add-address .price-summary .secure-payment h6 {
  color: #c4bdbd;
  font-size: 14px;
  font-weight: 700;
}
.select-add-address .price-summary .secure-payment h6 i {
  padding-right: 10px;
}/*# sourceMappingURL=main.css.map */

MMCT - 2023