@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "3DSV2-Regular";
  src: url("/fonts/3DSV2-Regular.ttf") format("truetype");
  src: url("/fonts/3DSV2-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/3DSV2-Regular.woff") format("woff"),
    url("/fonts/3DSV2-Regular.svg#3DSV2-Regular") format("svg");
  src: url("/fonts/3DSV2-Regular.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "3DSV2-Bold";
  src: url("/fonts/3DSV2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "3DSV2-BoldItalic";
  src: url("/fonts/3DSV2-BoldItalic.ttf") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?i7gibo");
  src: url("../fonts/icomoon.eot?i7gibo#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?i7gibo") format("truetype"),
    url("../fonts/icomoon.woff?i7gibo") format("woff"),
    url("../fonts/icomoon.svg?i7gibo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
html,
body {
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  font-family: "3DSV2-Regular", Arial, sans-serif;
  /* background: url(../images/postlogin_bg.png) no-repeat; */
  background: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  letter-spacing: -0.2px;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.wrap-login100 {
  width: 100%;
  max-width: 400px;
  margin: 90px 0px 50px 500px;
  padding: 30px;
  background-color: #ffffffd1;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: "3DSV2-Regular";
}

.logo1 {
  width: 150px;
  height: auto;
  /* margin-bottom: 20px !important; */
}
.wrap-login100 {
  /* width: 275px; */
  text-align: center;
}
.w-100 {
  width: 100% !important;
}
.wrap-login100 .pre-logo {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  font-style: italic;
  margin-bottom: 56px;
  font-family: "3DSV2-Regular";
  letter-spacing: 1px;
  line-height: 34px;
}

.wrap-login100 .select {
  border-radius: 17px;
  width: 100%;
  font-size: 13px;
  height: 38px;
  background: #914307 !important;
  color: #fff !important;
  border: 5px solid #914307;
  font-family: "3DSV2-Regular";
  padding: 5px;
}

.wrap-login1000 input {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.wrap-login100 input {
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-family: "3DSV2-Regular";
  padding: 5px;
  height: 34px;
}
.forget,
.forget:hover,
.forget:focus {
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  text-decoration: none !important;
  font-family: "3DSV2-Regular";
}
.log {
  background: #000000 !important;
  border-radius: 18px !important;
  width: 100px;
  margin: 30px auto;
  color: #ffffff !important;
  font-family: "3DSV2-Regular";
  text-transform: uppercase;
}
.log:hover,
.log:focus,
.log:active {
  background: #000000 !important;
  border-radius: 18px !important;
  width: 100px;
  margin: 30px auto;
  color: #ffffff !important;
  font-family: "3DSV2-Regular";
  text-transform: uppercase;
}
.container-login100 p {
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: 0;
  font-size: 12px;
}
:root {
  scroll-behavior: smooth;
}
body {
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  font-family: "3DSV2-Regular", Arial, sans-serif;
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "3DSV2-Regular";
  color: #005785;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.heading {
  color: #206896;
  padding-bottom: 30px;
  padding-top: 50px;
  font-size: 29px;
  letter-spacing: -0.8px;
  line-height: 36px;
}
.header {
  position: fixed;
  /* background: url(../images/header_strip.jpg) no-repeat; */
  /*margin-top: 10px;*/
  background-color: #005686;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #f3c005;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #fce77f;
  color: #000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}
.header.header-scrolled {
  background: url(../images/header_strip.jpg) no-repeat;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  margin-top: 0;
}
.header .logo {
  line-height: 0;
}
.header .logo img {
    /* margin: auto 0; */
    /* padding-top: 6px !important; */
}
.header .logo span {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  font-family: "3DSV2-BoldItalic";
  margin-top: 3px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "3DSV2-Regular";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  white-space: nowrap;
  transition: 0.3s;
  text-align: center;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #4154f1;
}
.navbar .getstarted {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #000 !important;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4154f1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #4154f1;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 83vh;
  background: url(../../images/banner1.jpg) top center no-repeat;
  background-size: cover;
}
.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}
.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
  font-family: "3DSV2-Regular";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}

.padright {
  padding-right: 0;
  padding: 0 3px;
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
  .padright {
    padding-right: 15px;
    padding: 5px 15px;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .header .logo span {
    font-size: 14px;
    line-height: 16px;
  }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
#main {
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  /* background:url(../images/yellow_bg.png) no-repeat; */
  background-color: #045688;
  background-size: cover;
  margin: 0px 0px 7px 0px;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 11px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  transform: scale(1.1);
  width: 100%;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  transition: 0.3s;
}
.detail_add ul li {
  background: #005386 !important;
}

/*.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}*/

.recent-blog-posts .post-box:hover .post-title {
  color: #64645e;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 0px 0;
  font-size: 15px;
  font-weight: 300;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #b5b5b5;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #b5b5b5;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}
.footer .footer-top {
  background: #005785;
  background-size: cover;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
  .footer .footer-top .footer-contact {
    text-align: left !important;
  }
  .footer .footer-top .footer-contact p {
    text-align: left !important;
  }
  .footer .footer-top .mail {
    display: none !important;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b5b5b5;
  font-family: "3DSV2-BoldItalic";
  padding-top: 55px;
  line-height: 33px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "3DSV2-Regular";
}
.footer p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #ffffff;
}
.footer .footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links i {
  font-size: 20px;
  margin-right: 2px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5b5b5;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  padding-left: 27px;
  color: #fff;
  font-size: 15px;
  font-family: "3DSV2-Regular", Arial, sans-serif;
  font-weight: 500;
  transition: 0.3s;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-family: "3DSV2-Regular", Arial, sans-serif;
  font-weight: 500;
}
.footer_logo {
  display: inline-block;
  width: 300px;
  height: 100px;
  background: url(../images/logo3.png) top center no-repeat;
  background-size: contain;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    height: auto;
  }

  .rewards_logo {
    height: 40px;
  }
}
.footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
  text-align: left;
  padding-left: 21px;
  font-size: 15px;
  font-family: "3DSV2-Regular", Arial, sans-serif !important;
  font-weight: 500;
}
.lastfoot p i {
  font-size: 20px !important;
  margin-right: 14px !important;
}
.footer .footer-top .footer-contact {
  text-align: left;
}
.footer .footer-top .mail {
  display: block;
}
.footer .copyright {
  text-align: center;
  padding-top: 11px;
  color: #000000;
  font-size: 12px;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #000000;
}
/*%%%%%%%% My Cart %%%%%%%%%%%%%*/
.subtotal {
  width: 100%;
  text-align: right;
  font-size: 14px;
}
.subtotal span {
  font-weight: bold;
  font-size: 15px;
  color: #005785;
}
.cart-item {
  position: relative;
  padding-right: 3.75rem;
  overflow: hidden;
  border: 0.0625rem solid #d1d1d1;
  margin: 10px 0;
  border-radius: 5px;
  padding: 10px;
}
.cart-item .cart-item-price {
  color: #000;
  font-family: "3DSV2-Regular";
}
.cart-item .cart-item-close {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: #efefef;
  border-radius: 50%;
}
.cart-item .cart-item-close > * {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #101010;
}
.cart-item .cart-item-close:hover {
  background-color: #d6d6d6;
}

@media (max-width: 960px) {
  .cart-item {
    padding-right: 1.875rem;
    padding-bottom: 15px;
    border: 1px solid #dddddd;
  }
  .cart-item:not(:first-child) {
    margin-top: 1.25rem;
  }
  .cart-item .row > *:first-child {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .cart-item .cart-item-close {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    height: 100%;
    border-radius: 0;
    background: #dddddd;
  }
  .cart-item .voucher-amount {
    font-size: 40px;
    margin-top: -10px;
  }
  .cart-item .voucher-top p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
  }
  .cart-item .prod-img .voucher-top {
    padding: 4px 20px;
    border: 1px solid #e1e1e1 !important;
  }

  .media-product .dis_amountcounter {
    float: left;
    margin-left: 0;
  }
  .media-product .dis_amount {
    width: 100%;
  }
  .btn-bottom {
    margin-top: 0;
    margin: 10px 0;
    float: right;
  }
  .btn-bottom .btn {
    color: #fff;
  }
  .cart-detail {
    margin-top: 10px;
  }
}
.media-product {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.media-product img {
  max-width: 9rem;
}
.media-product .media-body {
  margin-left: 1.25rem;
  border-left: 1px solid #f8d64e;
  padding-left: 26px;
}
.media-product .media-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.media-product .dws_price {
  font-size: 1.4rem;
  font-weight: 400;
  color: #00acfd;
  margin-bottom: 0px;
}
.media-product .dis_amount {
  background: #4a4a4a;
  color: #fff;
  padding: 7px 10px;
  margin-top: 10px;
  width: 293px;
  float: left;
  font-size: 13px;
  margin-right: 10px;
}
.media-product .dis_amountcounter {
  margin-top: 10px;
  float: left;
  margin-left: 0px;
}
.media-product .media-subtitle {
  font-size: 0.875rem;
}
.btn-cart {
  display: -webkit-inline-box;
  margin-top: 52px;
}
.btn-black {
  font-size: 15px;
  font-weight: 500;
  background: #005884;
  color: #ffffff;
  border-radius: 46px;
  width: auto;
  letter-spacing: 1px;
  height: 41px;
  vertical-align: middle;
  padding: 8px 15px;
  float: left;
  margin-left: 25px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  background: #fff;
  color: #005884;
  border: 1px solid #005884;
}

.btn-grey {
  font-size: 15px;
  font-weight: 500;

  background: #fff;
  color: #005884;
  border: 1px solid #005884;
  border-radius: 46px;
  width: auto;
  letter-spacing: 1px;
  height: 41px;
  vertical-align: middle;
  padding: 8px 15px;
  float: left;
  margin-left: 25px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  background: #005884;
  color: #ffffff;
  border: 1px solid #005884;
}
.counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 0 1.875rem;
  background: #005884;
  color: #fff;
  border-radius: 0.1rem;
  border: 1px solid #005884;
  text-align: center;
}
.counter .counter-minus,
.counter .counter-plus {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  cursor: pointer;
}
.counter .counter-minus:hover,
.counter .counter-plus:hover {
  background: #d6d6d6;
}
.counter .counter-minus {
  left: 0;
}
.counter .counter-plus {
  right: 0;
}
.counter-value {
  width: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-family: "3DSV2-Regular";
  font-size: 1rem;
  color: #000;
  background: #fff;
  border: 0;
  -moz-appearance: textfield;
}
.counter-value::-webkit-outer-spin-button,
.counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.icon-plus:before {
  content: "\eb83";
}
.icon-minus:before {
  content: "\eb66";
}
.progress {
  display: flex;
  height: 28px;
  overflow: hidden;
  line-height: 8;
  font-size: 15px;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  border: 1px solid #cea81b;
  float: left;
  margin-top: 52px;
}
.progress-bar {
  color: #000;
  background-color: #fbe68f;
}
.cart-detail {
  padding: 10px 10px 10px 25px;
  font-size: 13px;
  line-height: 23px;
  border: 1px solid #b7c8de;
  color: #000;
}
.btn-bottom {
  margin-top: 72px;
  float: right;
}
.btn-bottom .btn-grey {
  font-size: 13px;
  width: 166px;
  margin-left: 20px;
}
.btn-bottom .btn-black {
  font-size: 13px;
  background: #000000;
  width: 166px;
  margin-left: 35px;
}
.cart-div {
  display: flex;
}
#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
.tab-content > .active {
  opacity: 1;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.dflex {
  display: flex;
}
.col-lg-7div {
  max-width: 58.33333%;
}
.thankyou {
  font-size: 23px;
  line-height: 59px;
  padding: 0;
  font-weight: 500;
  font-family: "3DSV2-Regular";
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .media-product .media-title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .cart-div {
    display: block;
  }
  .dflex {
    display: block;
  }
  .col-lg-7div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .media-product .dis_amount {
    width: 100%;
    margin-left: 0;
  }
  .media-product .media-body {
    padding-left: 12px;
  }
  .btn-black,
  .btn-black:hover,
  .btn-black:focus,
  .btn-black:active {
    margin-left: 0;
  }
  .btn-bottom .btn-grey {
    margin-left: 0;
  }
}
/*%%%%%shopping cart%%%%%*/
.nav-tabs {
  border-bottom: none;
}
.lavalamp .nav-link {
  color: #fff;
  background: #8db8d3 !important;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  border-collapse: separate;
  overflow: visible;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background: #005386 !important;
  border-bottom: none;
}
.nav-tabs .nav-item.active .nav-link {
  color: #fff !important;
  background: #005386 !important;
  border-bottom: none;
}
.nav .nav-link:not(.active):hover {
  color: #fff !important;
  background: #3c8ec2;
}
.nav-tabs .nav-item.active:after {
  content: "";
  display: block;
  top: 0%;
  width: 0;
  height: 0;
  border-top: 10px solid #005386;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
  position: relative;
  left: 40%;
}
label {
  padding: 10px;
}
.tab-content {
  margin-top: 30px;
}
.tab-content .form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #00568673;
  /* border-radius: 52px; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail {
  display: flex;
}
/* The container */
.radiobox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  font-weight: bold;
  color: #000;
}
/* Hide the browser's default radio button */
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2d300;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .checkmark {
  background-color: #f2d300;
}
/* When the radio button is checked, add a blue background */
.radiobox input:checked ~ .checkmark {
  background-color: #f2d300;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .checkmark:after {
  display: block;
}
.box1 {
  margin-top: 30px;
}
/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
  top: 5.5px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}
.radio1 .table-bordered {
  margin-bottom: 30px;
}
.radio1 .table thead th:first-child {
  border-left: 0.0625rem solid #000;
}
.radio1 .table thead th:last-child {
  border-right: 0.0625rem solid #000;
}
.radio1 .table thead th {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 0.0625rem solid #ffffff;
  vertical-align: middle;
  border-top: 0.0625rem solid #000;
}
.radio1 .table-bordered td {
  border: 0.0625rem solid #000;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.radio2 .col-md-4 {
  float: left;
}
.bd {
  background: url(../images/bd.png) repeat-y;
  float: left;
  height: 87%;
  position: absolute;
  top: 21px;
  width: 7px;
  left: 9px;
  font-weight: 600;
}
.custom-control {
  min-height: 5.6rem;
}
.custom-control-label {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.custom-control small {
  font-size: 11px;
  padding-left: 13px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f3d900;
  background-color: #f3d900;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/correct.png) !important;
  background-repeat: no-repeat;
}
.custom-control-label::before {
  width: 20px;
  height: 20px;
}
.custom-control-label::after {
  top: 7px;
  left: -25px;
  width: 24px;
  height: 18px;
}
.vieworder .form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #dfc66b;
  /* border-radius: 52px; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vieworder .form-group i {
  float: right;
  margin-top: -34px;
  padding: 7px;
  font-size: 14px;
  font-weight: 1;
}
.yellow {
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.search i {
  float: right;
  margin-top: -31px;
  padding: 1px 10px 0 0;
  font-size: 14px;
  font-weight: 1;
}
/* FCD CSS*/
.order {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  width: 44% !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding: 19px 0 !important;
  -webkit-border-radius: 50px;
  background-color: #005785;
  height: 30px;
  box-shadow: 0 0 0 0.2rem rgb(30 85 112);
  cursor: pointer;
}
.order img {
  margin-right: 5px;
  margin-top: -4px;
}
@media (max-width: 1024px) {
  .detail {
    display: block !important;
    overflow: hidden;
  }
  .detail .pl-4 {
    padding-left: 0 !important;
  }
  .box1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    margin-left: 1rem;
    margin-right: 0;
    width: 100%;
    margin: 10px 0;
  }
  .radio1 .table-bordered {
    overflow-x: scroll;
    display: block;
  }
  .btn-bottom {
    float: none;
  }
  .btn-bottom .btn-black {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .btn-bottom .btn-grey {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .detail {
    display: block !important;
    overflow: hidden;
  }
  .detail .pl-4 {
    padding-left: 0 !important;
  }
  .box1 {
    padding: 0;
  }
  /* .tab-content .form-control {
    float: none;
    width: 100%;
  } */
}

/* FCD */
.retail_product {
  padding: 58px;
  border: 0.0625rem solid #c8c8c8;
  border-radius: 5px;
}
.retail_detail h2 {
  color: #58595b;
  font-size: 26px;
}
.retail_detail li {
  list-style: circle;
}
.retail_detail h6 {
  margin-top: 20px;
  font-size: 18px;
  color: #58595b;
}

.retail_detail .dis_contribute {
  background: #f5ca25;
  color: #112440;
  padding: 7px 10px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.rangeslider input {
  width: 100%;
}
.rangeslider .indigo-text {
  background: #cacaca;
  border: 1px solid #cacaca;
  padding: 5px 8px;
  font-size: 12px;
  margin-top: -5px;
  color: #112440;
  font-weight: 100;
}

input[type="range"] {
  width: 100%;
  background-color: #f3c006;
  height: 11px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  background: url(../images/range.png) no-repeat;
  margin-top: -3px;
}

.zoom {
  transition: transform 0.1s;
}
.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .btn-cart {
    display: block;
    margin-top: 10px;
  }
  .rangebutton .btn-cart .btn-black {
    width: 100%;
    margin: 10px;
  }
  .rangebutton .btn-cart .btn-grey {
    width: 100%;
    margin: 10px;
  }
}

/*--------------------------------------------------------------
# product_fcd
--------------------------------------------------------------*/
.product_fcd {
  padding: 60px 0;
}

.product_fcd .prod {
  overflow: hidden;
  text-align: center;
  border-radius: 13px;
  transition: 0.3s;
  height: 159px;
  padding: 0;
  background: #019cde;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_fcd .prod .prod-subtract {
  position: absolute;
  background: url(../images/Subtract.png) no-repeat center bottom;
  border-radius: 10px;
  width: 247px;
  height: 166px;
}


.product_fcd .prod .prod-subtract .click {
  margin-top: 108px;
  position: relative;
  color: #fff;
  font-weight: lighter;
  border: 1px solid #fff;
  border-radius: 23px;
  width: 58%;
  height: 40px;
  line-height: 13px;
  background: #0d5e8d;
}

.voucher-top {
  color: black;
  padding: 30px 20px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.voucher-amount {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00aaff;
  margin-top: -9px;
}
.product_fcd .prod .prod-img {
  position: absolute;
  background: url(../images/Product_rectangle.png) no-repeat center bottom;
  width: 216px;
  height: 131px;
  margin: 0 auto;
  border-radius: 10px;
  background-size: cover;
  top: -14%;
  margin: 0 auto;
  left: 11%;
  transform: rotate(0deg); /* Initial state */
  transition: transform 0.4s ease; /* Smooth transition */
}
.product_fcd .prod:hover .prod-img {
  transform: rotate(10deg);
}

.product_fcd .prod .prod-img img {
  width: 100%;
  height: auto;
}

.product_fcd .prod-txt {
  text-align: center;
}

.product_fcd .prod .prod-subtract img {
  width: 100%; /* Ensure the image inside is responsive */
}

.product_fcd .prod .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.product_fcd .prod .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.product_fcd .prod .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.product_fcd .prod .social i {
  font-size: 18px;
}

.product_fcd .prod .prod-info {
  padding: 10px 15px 20px 15px;
}

.product_fcd .prod .prod-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.product_fcd .prod .prod-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.product_fcd .prod .prod-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.product_fcd .prod:hover .social {
  right: 8px;
  opacity: 1;
}
.prod-txt {
  font-size: 13px;
  margin-top: 10px;
}
.prod-txt p {
  line-height: 26px;
}
.prod-txt span {
  font-weight: bold;
  color: #ff0000;
}

.product_div {
  float: left;
}

/*Product MCD*/
/*--------------------------------------------------------------
# product_mcd
--------------------------------------------------------------*/
.product_mcd {
  padding: 0px 0;
}

.product_mcd .prod {
  overflow: hidden;
  text-align: center;
  border-radius: 13px;
  transition: 0.3s;
  height: 159px;
  padding: 0;
  background: #019cde;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.product_mcd .prod .prod-subtract {
  position: absolute;
  background: url(../images/Subtract.png) no-repeat center bottom;
  border-radius: 10px;
  width: 460px;
  height: 212px;
  background-size: contain;
  margin-left: -6px;
  margin-top: 6px;
}
.product_mcd .prod .prod-subtract .click {
  margin-top: 108px;
  position: relative;
  color: #fff;
  font-weight: lighter;
  border: 1px solid #fff;
  border-radius: 23px;
  width: 58%;
  height: 40px;
  line-height: 13px;
  background: #0d5e8d;
}

.voucher-top {
  color: black;
  padding: 30px 20px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.voucher-amount {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00aaff;
  margin-top: -9px;
}
.product_mcd .prod .prod-img {
  position: absolute;
  background: url(../images/Product_rectangle.png) no-repeat center bottom;
  margin: 0 auto;
  border-radius: 10px;
  background-size: cover;
  margin: 0 auto;
  transform: rotate(0deg); /* Initial state */
  transition: transform 0.4s ease; /* Smooth transition */
  top: 5%;
  left: 19.3%;
  width: 61%;
  height: 215px;
}
.product_mcd .prod:hover .prod-img {
  transform: rotate(10deg);
}

.product_mcd .prod .prod-img img {
  width: 100%;
  height: auto;
}

.product_mcd .prod-txt {
  text-align: center;
}

.product_mcd .prod .prod-subtract img {
  width: 100%; /* Ensure the image inside is responsive */
}

.product_mcd .prod .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.product_mcd .prod .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.product_mcd .prod .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.product_mcd .prod .social i {
  font-size: 18px;
}

.product_mcd .prod .prod-info {
  padding: 10px 15px 20px 15px;
}

.product_mcd .prod .prod-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.product_mcd .prod .prod-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.product_mcd .prod .prod-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.product_mcd .prod:hover .social {
  right: 8px;
  opacity: 1;
}
.prod-txt {
  font-size: 13px;
  margin-top: 10px;
}
.prod-txt p {
  line-height: 26px;
}
.prod-txt span {
  font-weight: bold;
  color: #ff0000;
}

.product_div {
  float: left;
}
/*Product MCD*/
/*--------------------------------------------------------------
# product_mcart
--------------------------------------------------------------*/
.product_mcart {
  padding: 0px 0;
}

.product_mcart .prod {
  overflow: hidden;
  text-align: center;
  border-radius: 13px;
  transition: 0.3s;
  height: 159px;
  padding: 0;
  background: #019cde;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 205px;
}

.product_mcart .prod .prod-subtract {
  position: absolute;
  background: url(../images/Subtract.png) no-repeat center bottom;
  border-radius: 10px;
  width: 212px;
  height: 151px;
  background-size: contain;
  margin-left: -6px;
  margin-top: 11px;
}
.product_mcart .prod .prod-subtract .click {
  margin-top: 108px;
  position: relative;
  color: #fff;
  font-weight: lighter;
  border: 1px solid #fff;
  border-radius: 23px;
  width: 58%;
  height: 40px;
  line-height: 13px;
  background: #0d5e8d;
}

.voucher-top {
  color: black;
  padding: 18px 20px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.voucher-top p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.voucher-amount {
  font-size: 52px;
  font-weight: bold;
  color: #00aaff;
  margin-top: 9px;
}
.product_mcart .prod .prod-img {
  position: absolute;
  background: url(../images/Product_rectangle.png) no-repeat center bottom;
  margin: 0 auto;
  border-radius: 16px;
  background-size: cover;
  margin: 0 auto;
  transform: rotate(0deg); /* Initial state */
  transition: transform 0.4s ease; /* Smooth transition */
  top: 0%;
  margin: 0 auto;
  left: 2.5%;
  width: 175px;
  height: 110px;
}

.product_mcart .prod .prod-img .voucher-top {
  color: black;
  padding: 18px 20px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product_mcart .prod .prod-img .voucher-top p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.product_mcart .prod .prod-img .voucher-amount {
  font-size: 37px;
  font-weight: bold;
  color: #00aaff;
  margin-top: 3px;
}
.product_mcart .prod:hover .prod-img {
  transform: rotate(10deg);
}

.product_mcart .prod .prod-img img {
  width: 100%;
  height: auto;
}

.product_mcart .prod-txt {
  text-align: center;
}

.product_mcart .prod .prod-subtract img {
  width: 100%; /* Ensure the image inside is responsive */
}

.product_mcart .prod .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.product_mcart .prod .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.product_mcart .prod .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.product_mcart .prod .social i {
  font-size: 18px;
}

.product_mcart .prod .prod-info {
  padding: 10px 15px 20px 15px;
}

.product_mcart .prod .prod-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.product_mcart .prod .prod-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.product_mcart .prod .prod-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.product_mcart .prod:hover .social {
  right: 8px;
  opacity: 1;
}
.prod-txt {
  font-size: 13px;
  margin-top: 10px;
}
.prod-txt p {
  line-height: 26px;
}
.prod-txt span {
  font-weight: bold;
  color: #ff0000;
}

.product_div {
  float: left;
}
/*product_mcart*/
@media (max-width: 1024px) {
  .product_fcd .prod {
    height: 234px;
    padding: 0 42px;
  }
  .product_mcd .prod {
    height: 234px;
    padding: 0 42px;
  }
  .product_mcd .prod .prod-img {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .product_div {
    height: auto;
    float: left;
  }
  .changepassword {
    width: 100% !important;
    margin: 0 auto;
  }
  .swiper-slide img {
    height: auto !important;
  }
  .product_mcd .prod .prod-subtract {
    width: 62%;
    height: 203px;
    margin-left: -33px;
    margin-top: 0;
  }
  .product_mcd .prod .prod-img {
    margin: -57px auto;
    top: 39%;
    left: 19.3%;
    width: 61%;
    height: 179px;
  }
  .product_mcd .prod {
    height: 196px;
    padding: 0 42px;
  }
}

.swiper-slide img {
  height: 100vh;
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.swiper-pagination {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  text-align: right !important;
  padding: 10px 26px;
  display:none;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff !important;
  width: 13px;
  height: 13px;
}

.swiper-button-next,
.swiper-button-prev {
    background: #0fb8ff;
    border-radius: 50%;
    padding: 27px;
    display: none;
}
.swiper-pagination-bullet-active {
  border-radius: 50% !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "next";
  font-size: 22px !important;
  color: #fff;
}
.btn_download {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding: 19px 0 !important;
  -webkit-border-radius: 50px;
  background-color: #005785;
  height: 30px;
  line-height: 3px;
  width: 20%;
}
.btn_download:hover {
  background-color: #ffffff;
  color: #005785;
  border: 1px solid #005785;
}

.btn_cancel {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  color: #005785;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding: 19px 0 !important;
  -webkit-border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #005785;
  height: 30px;
  line-height: 3px;
  width: 15%;
}
.btn_cancel:hover {
  background-color: #005785;
  color: #fff;
}
.member_detail {
  color: #005785;
  text-decoration: none;
  font-weight: 500;
}
.expand-btn {
  color: #005785;
}
.expand-btn:hover {
  color: #828282;
}
.changepassword {
  width: 45%;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #0fb8ff;
  border-radius: 50%;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
}
.loging_bg02 {
  background: linear-gradient(
      to bottom,
      rgb(0 87 134 / 12%),
      rgb(0 86 134 / 9%)
    ),
    url(../images/bg02.jpg), url(../images/bg02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.container-login100 p {
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: 0;
  font-size: 12px;
}
#LoginDiv .form-group {
  margin-bottom: 20px;
}

#LoginDiv .form-control {
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #0171bb59;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: left;
}

#LoginDiv .form-control:focus {
  border-color: #005686;
  box-shadow: 0 0 5px rgba(0, 86, 134, 0.2);
  outline: none;
}

#LoginDiv .btn.log {
  background-color: #005686;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

#LoginDiv .btn.log:hover {
  background-color: #00456a;
}

@media (max-width: 767px) {
  .product_div {
    height: auto;
    float: left;
  }

  .wrap-login100 {
    margin: 50px auto !important;
  }
  .product_mcart .prod .prod-img {
    top: auto;
    left: 4.5%;
  }
}

@media (max-width: 576px) {
  .rewards_logo {
    max-width: 200px;
  }

  .wrap-login100 {
    margin: 50px auto !important;
  }
}

#ForgotDiv .form-group {
  margin-bottom: 20px;
}

#ForgotDiv .form-control {
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #0171bb59;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: left;
}

#ForgotDiv .form-control:focus {
  border-color: #005686 !important;
  box-shadow: 0 0 5px rgba(0, 86, 134, 0.2);
  outline: none;
}

#ForgotDiv .btn.log {
  background-color: #005686;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

#ForgotDiv .btn.log:hover {
  background-color: #00456a;
}
.btn.btn-primary {
  background-color: #009cde !important;
  width: 20% !important;
  border-color: #009cde !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding: 5px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn.btn-primary1 {
  width: 100% !important;
  font-size: 14px !important;
}
.btn.btn-primary2 {
  width: 50% !important;
  font-size: 14px !important;
  margin-left: 2px !important;
}
.forget-pass {
  font-size: 14px;
  color: #005686;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  float: right;
  margin-bottom: 15px;
}
.form-group1 {
  display: flex;
}
.forget-pass:hover {
  color: #003d5c;
  text-decoration: underline;
}
.formnomber {
  margin-bottom: 40px !important;
}
.custom-list li strong {
  font-family: "3DSV2-Regular", Arial, sans-serif !important;
  color: #000 !important;
}
.bold {
  color: #000 !important;
}


/*Cart*/

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.shipping_cart {
    padding: 60px 0;
}

    .shipping_cart .prod {
        overflow: hidden;
        text-align: center;
        border-radius: 13px;
        transition: 0.3s;
        height: 159px;
        padding: 0;
        background: #019cde;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


        .shipping_cart .prod .prod-subtract {
            position: absolute;
            background: url(../images/Subtract.png) no-repeat center bottom;
            border-radius: 10px;
            width: 247px;
            height: 166px;
        }

        .shipping_cart .prod .prod-subtract {
            position: absolute;
            background: url(../images/Subtract.png) no-repeat center bottom;
            border-radius: 10px;
            width: 247px;
            height: 166px;
        }

            .shipping_cart .prod .prod-subtract .click {
                margin-top: 108px;
                position: relative;
                color: #fff;
                font-weight: lighter;
                border: 1px solid #fff;
                border-radius: 23px;
                width: 58%;
                height: 40px;
                line-height: 13px;
                background: #0d5e8d;
            }


    .shipping_cart .voucher-top {
        color: black;
        padding: 6px 20px;
        border-radius: 15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        margin: 0 auto;
        text-align: center;
    }

    .shipping_cart  .voucher-amount {
        font-size: 2.5rem;
        font-weight: bold;
        color: #00aaff;
        margin-top: 6px;
    }

    .shipping_cart .prod .prod-img {
        position: absolute;
        background: url(../images/Product_rectangle.png) no-repeat center bottom;
        background-size: auto;
        width: 216px;
        height: 131px;
        margin: 0 auto;
        border-radius: 10px;
        background-size: cover;
        top: 3%;
        margin: 0 auto;
        left: 3%;
        transform: rotate(0deg);
        transition: transform 0.4s ease;
    }

.shipping_cart .prod:hover .prod-img {
    transform: rotate(10deg);
}

.shipping_cart .prod .prod-img img {
    width: 100%;
    height: auto;
}

.shipping_cart .prod-txt {
    text-align: center;
}

.shipping_cart .prod .prod-subtract img {
    width: 100%; /* Ensure the image inside is responsive */
}

.shipping_cart .prod .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

    .shipping_cart .prod .social a {
        transition: color 0.3s;
        color: rgba(1, 41, 112, 0.5);
        margin: 15px 12px;
        display: block;
        line-height: 0;
        text-align: center;
    }

        .shipping_cart .prod .social a:hover {
            color: rgba(1, 41, 112, 0.8);
        }

    .shipping_cart .prod .social i {
        font-size: 18px;
    }

.shipping_cart .prod .prod-info {
    padding: 10px 15px 20px 15px;
}

    .shipping_cart .prod .prod-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #012970;
    }

    .shipping_cart .prod .prod-info span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #aaaaaa;
    }

    .shipping_cart .prod .prod-info p {
        font-style: italic;
        font-size: 14px;
        padding-top: 15px;
        line-height: 26px;
        color: #5e5e5e;
    }

.shipping_cart .prod:hover .social {
    right: 8px;
    opacity: 1;
}

.prod-txt {
    font-size: 13px;
    margin-top: 10px;
}

    .prod-txt p {
        line-height: 26px;
    }

    .prod-txt span {
        font-weight: bold;
        color: #ff0000;
    }

.product_div {
    float: left;
}

.shipping_cart .prod .prod-subtract {
    position: relative;
    background: url(../images/Subtract.png) no-repeat center bottom;
    border-radius: 10px;
    width: 247px;
    height: 166px;
}
.shipping_cart .cart-item{width:50%}
/*Product MCD*/