/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #e4002b;
  --color-secondary: #e4002b;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto Slab';
  color: var(--color-default);
  font-size:14px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #e4002b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
}

.sections-bg {
  background-color: #f8eeee;
}

.section-header {
  text-align: center;
  padding-bottom: 6px;
}

.section-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
  padding-bottom: 5px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #e4002b;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
     padding: 140px 0 140px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
  background-size: cover;
  background-position: 50% 23%;
}

.breadcrumbs .page-header h2 {
  font-size: 50px;
  font-weight: 500;
  color: #e4002b;
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #eff5f9;
  padding: 14px 0;
  display: table;
  width: 100%;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 5px;
  font-size: 14px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 5px;
  color: var(--color-secondary);
  content: "/";
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #e4e1e1;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 8px 0px;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgb(0 0 0);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}
.topacher a{
margin-left: 25px;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 107px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebe6e6;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 103px;
  margin-right: 6px;
  padding: 2px 0px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #000;
  
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    display: block;
    position: absolute;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    column-count: 5;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    /* white-space: nowrap; */
    padding: 1px 20px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 3px; */
    font-size: 15px;
    font-weight: 400;
    color: rgb(0 0 0 / 60%);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    /* height: 2px; */
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .header .navbar {
    display: block;
    position: absolute;
    left: 0;
    top: 90px;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 1px;
    width: 100%;
  }

  .navbar ul li {
    /* min-width: 200px; */
  }

  .navbar ul a {
    padding: 6px 0px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #000000;
  }

  .navbar ul a i {
    font-size: 12px;
  }

  .navbar ul a:hover,
  .navbar ul .active:hover,
  .navbar ul li:hover>a {
    color: var(--color-secondary);
    padding-left: 3px;
  }

.header .navbar.result_hover {
    opacity: 1;
    visibility: visible;
  }
}
.p-relative{
  position: relative;
}
@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (min-width:1024px){
  .mobile-nav-show{
    display: none;
  }
}
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
          position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
              background: rgb(255 255 255);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    
    font-size: 15px;
    font-weight: 600;
    color: rgb(0 0 0);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #e4002b;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #007466;
    border: 1px solid #006459;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgb(0 0 0 / 60%);
    font-size: 33px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
    position: absolute;
    right: 3px;
    top: 21px;
  }

  .mobile-nav-hide {
    color: #e4002b;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.threcategory h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.threcategory p{
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.threcategory .btn {
  background: #000;
  display: block;
  border-color: #3c3737;
}



/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 60px 0;
}

.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: #e4002b;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: #009282;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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 #059652;
  border-top-color: #fff;
  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;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: #004583;
  padding: 40px 0 0 0;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-get-started {
  
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 20px;
 color: #e4002b;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  background: #e4002b;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}
.hero .icon-box .icon img{
  width:30px;
}
.hero .icon-box:hover img{
 filter: brightness(0) invert(0); 
}

.hero .icon-box .icon {
  margin-bottom: 15px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  line-height: 1;
  color: rgb(255 255 255);
}

.hero .icon-box:hover {
  background: #ffffff;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #000;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.blog .posts-list .post-img img{
  height:100%;
  object-fit: cover;
  width: 100%;
}
.blog .posts-list .post-img {
  height: 150px;
  margin: 0px;
  overflow: hidden;
  background: #000000;
  text-align: center;
  position: relative;
}
.blog .posts-list .post-meta {
    padding: 20px;
}
.blog .posts-list .post-category {
  font-size: 10px;
  color: #ffffff;
  background: #e4002b;
  position: absolute;
  border-radius: 0px 0px 0px 19px;
  padding: 1px 9px;
  right: 0;
}

.blog .posts-list .title {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}
.storetext {
    position: absolute;
    text-align: center;
    left: 37%;
    text-transform: uppercase;
    bottom: 49%;
    width: 33%;
}
.storetext h3, .storetext h4 {
    margin: 0px;
    font-size: 11px;
}
.storetext2 {
    position: absolute;
    text-align: center;
    left: 37%;
    text-transform: uppercase;
    bottom: 5%;
    width: 33%;
    z-index: 99;
}
.storetext2 h3, .storetext2 h4 {
    margin: 0px;
    font-size: 28px;
}

.blog .posts-list .post-author-img {
 width:100%;
 height: 100%;
 object-fit: contain;
 background: #fff;
}
.storeslogo{
 width: 75px;
 height: 75px;
 border-radius: 50%;
 border: 1px solid #ddd;
 box-shadow: 0px 1px 3px #ddd;
 overflow: hidden;
 margin: 0px auto;
 margin-top: -45px;
 z-index: 9999;
 display: block;
 position: relative;
}
.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  margin-top: 15px;
  clear: both;
  overflow: hidden;
}

.blog .sidebar .recent-posts img {
  width: 90px;
  float: left;
  height: 68px;
  margin-right: 10px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #ffffff;
  padding: 30px 0 0px;
  color: white;
  border-top: 1px solid #e9e9e9;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  
}

.footer .footer-info p {
  font-size: 14px;
  
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgb(228 0 43);
  font-size: 13px;
  color: rgb(43 43 43);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #e4002b;
  border-color: #e4002b;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #000;
}

.footer .footer-links {
  margin-bottom: 10px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgb(0 0 0);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #e4002b;
  padding-left: 5px;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: left;
  color: #000;
  border-top: 1px solid #ddd;
  padding: 10px 0px;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}




.contact-info a{padding-right: 60px;font-size: 14px;}
.regloginbtn a{padding-left: 20px;}
.rightlink a{padding-left: 50px;font-size: 15px;}
.rightlink img{
  
}
.rightlink a i{
  font-size: 14px;
  color: #004583;
}
.rightlink a i.fs-20{
  font-size: 16px;
}
header .navbar .rightlink{
  padding-left:30px;
}
.rightlink{margin: 0px;padding: 0px;}
.dropdown.wrose{
  padding-left:20px;
  font-weight:600;
}
.navbar h4{
  padding-left: 19px;
  font-weight: 600;
  font-size: 18px;
}
input:focus, select:focus{
  outline: none !important;
  box-shadow:none !important;
}
.searchhome{margin: 9px 0px;}
.seachbtn img{

}
.accordian_irm.refineresidential {
    height: 225px;
}
.seachbtn{background-color: #e4002b !important;
    padding: 13px 30px;
    vertical-align: top;
    position: relative;
    z-index: 9;
    opacity: 1 !important;
    border-radius: 0px 6px 6px 0px;
    border: none;
    margin-left: -6px;
    cursor: pointer;}
.searchhome input{    width: 80%;
    padding: 14px 20px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #ddd;
    outline: none;}
.row>*{
}
.seachbtn:hover{background: #ddd;

}
.properycat{
  width: 14.5%;
  margin: 0px 6px;
  position: relative;
  z-index: 99;
  padding: 0px;
}
.smr{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e1e0e0;
    overflow: hidden;
}
.gradient0{
      background-image: linear-gradient(to right, rgb(255 78 111 / 77%), rgb(255 88 120 / 77%));
}
.gradient1{
  background-image: linear-gradient(to right, #43423e, #000000);
}
.gradient2{
 background-image: linear-gradient(to right, #4863c3, #3a59c7);
}
.footer-top{border-bottom: 3px solid #004583;margin-bottom: 27px;}
.footer-top ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  align-items: center;
  padding: 0px;
}
.footer-top li{
  
}
.footer-top li a{
  color: #272525;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.footer-top li a:hover{
    color: #e4002b;
}
.text-left{
  text-align:left;
}
.section-header.text-left h2:after{
      right: auto;
}

.product_xs .product_xs-wrap {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #f60b0b;
  transition: all 0.3s ease-in-out;
}
.product_xs .product_xs-wrap:hover {
  box-shadow: 0px 10px 30px rgb(255 36 0 / 15%);
  transition: all 0.3s ease-in-out;
  margin-top:-3px;
}
.product_xs .product_xs-wrap img {
  transition: 0.5s;
  position: relative;
  z-index: 1;
      height: 100%;
    object-fit: fill;
    width: 100%;
}

.product_xs .product_xs-wrap .product_xs-info {
  padding: 10px 15px 16px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}
marquee.text-dark {
      color: #000 !important;
    --bs-text-opacity: unset;
    font-weight: 400;
    opacity: 1;
}
.product_xs-wrap .product_xs-info h4 {
  font-size: 15px;
  font-weight: 500;
  padding-right: 0px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 37px;
}

.product_xs .product_xs-wrap .product_xs-info h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.product_xs .product_xs-wrap .product_xs-info h4 a:hover {
  color: var(--color-primary);
}

.product_xs .product_xs-wrap .product_xs-info p {
  color: #0f0f0f;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 0px;
  justify-content: space-between;
  display: flex;
}
.product_xs .product_xs-wrap .product_xs-info p span{font-size: 14px;font-weight: 600;}
.product_xs .product_xs-wrap:hover img {
  transform: scale(1.1);
}
.private{position: absolute;z-index: 99;background: #e4002b;/* left: 0; */right: 6px;width: 30%;font-size: 12px;color: #fff;border-radius: 3px;display: table;/* margin: 0 auto; */top: 1%;text-align: center;}
.places{display: flex;justify-content: left;}.places a{
  padding-right: 13px;
  position: relative;
}.places span{
  font-size: 11px;
}
.places a:after{content: '';width: 1px;height: 10px;position: absolute;background: #000;right: 5px;top: 9px;}
.places a:last-child:after{
  display: none;
}
.swiper-container{
  overflow: hidden;
  position: relative;
  /*padding: 0px 30px;*/
}


/*login css*/

.card.logincss {
    width: 500px;
    margin: 0 auto;
    box-shadow: 0px 1px 5px #ddd;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 18px;
    margin: 0% 0px;
}
.info-color {
    color: #000;
    margin: 0px auto;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 23px;
}
.bcardshdow {
    /* border: 1px solid #d6d6d6; */
    border-top: none;
    padding: 40px;
}
.logincss h3 {
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}
.md-form {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: table;
}
.md-form label {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    vertical-align: top;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}
.loginform input {
    width: 93%;
}

.md-form input, .md-form select{
    border: 0;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    padding: 10px 10px;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0px 2px 3px #ddd;
    /* display: block; */
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    height: auto;
    font-size: 15px;
}
.loginmodal button.btn {
    color: #fff;
    margin: 0px auto;
    padding: 10px 55px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    background: #eb0e43;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.socialeft {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 18px;
}
.socialeft p {
    margin: 0 auto;
    border-bottom: 1px solid #2a5392;
    margin-bottom: 24px;
    width: 35%;
}
.socialeft strong {
    position: relative;
    top: 10px;
    background: #fff;
    padding: 0px 8px;
}
.pdn{
  padding:0px;
}


.detail_product .carousel {
  position: relative;
}
.detail_product .carousel-item img {
 object-fit: contain;
    height: 100%;
    width: 100%;
}

.detail_product #carousel-thumbs {
  /* background: #f0f0f0; */
  padding: 0 50px;
}
.detail_product #carousel-thumbs img:hover {
  opacity: 100%;
}

.detail_product #carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
}
.detail_product #carousel-thumbs .selected img {
  opacity: 100%;
}

.detail_product .carousel-control-prev,
.detail_product .carousel-control-next {
  width: 50px;
}

.detail_product .carousel-fullscreen-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.carousel-fullscreen-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.detail_product .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
#lightbox-container-image img {
  width: auto;
  max-height: 520px;
}
.viewall {
    /*padding-top: 15px;*/
}
.viewall a{
  background: #e4002b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
        font-size: 13px;
        display: block;
        transition: all 0.3s ease-in-out;
}
.viewall a.anv{
  font-size: 11px;
  display: inline-block;
}
.viewall a:hover{
background: #004583;
  }
  .recent-posts{
  position: relative;
    padding-bottom:25px;
    padding-top: 30px;
  }
  .slider-nav-style-1 {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.slider-nav-style-1>* {
    width: 40px;
    height: 40px;
    line-height: 39px;
    /* margin-right: 10px; */
    transition: .5s;
    border: 2px solid #f5f5f5;
}
.slider-nav-style-1>*, .slider-nav-style-2>*, .slider-nav-style-3>* {
    background: #fff;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.slider-nav-style-1>*, .slider-nav-style-2>* {
    border-radius: 50%;
    font-size: 22px;
    position: relative;
}
.slider-control.slider-button-prev{left: 2px;position: absolute;top: 45%;z-index: 9;}
.slider-control.slider-button-next{
  right: 0px;
  position: absolute;
  top: 45%;
  z-index: 9;
}
.banslider img{
  width:100%;
}
.mt-minus-120{
  margin-top:-120px;
}
.header.sticked .logo img{
      max-height: 62px;
}
.navtobar_iner {
    background: #012169;
    padding: 14px 0px;
}
.product_leftnav li{/* padding: 0px 13px; */list-style: none;}
.product_leftnav li a{
  color: #fff;
  vertical-align: middle;
}
.lists a{
  color: #fff;
  display: table;
  text-align: right;
  background: #e4002b;
  padding: 0px 8px;
  float: right;
  border-radius: 3px;
}
.product_leftnav ul{
  margin:0px;
}
.dropdown-iiner a{
  color: #fff;
}
.product_leftnav li a:hover, .lists a:hover{
    color: #ddd;
}
.searchdiv .form-group{
  position: relative;
}
.searchdiv .form-group input{border: 1px solid #ddd;border-radius: 0px;height: auto;padding: 6px 15px;}
.searchdiv .form-group img{
  position: absolute;
  right: 14px;
  bottom: 5px;
  opacity: 0.5;
}
.searchdiv .form-group select{
  border: 1px solid #ddd;
  border-radius: 0px;
  height: auto;
  padding: 6px 15px;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
.searchdiv .form-group label{
  font-weight: 700;
  margin-bottom: 9px;
  color: #fff;
}
.searchdiv .form-group label span{
  
font-size: 13px;
}
.searchdiv{background: #012169;padding: 25px;margin-top: 21px;position: relative;box-shadow: 0px 1px 3px #eb5672;border-radius: 4px;}
.searchdiv form{
  
}
.searchbtn{

    background: #e4002b !important;
    border-radius: 0px;
    border-color: #fc1255 !important;
    padding: 8px 14px;
    width: 100%;
    margin-top: 32px;
}
.colmn3{
  column-count: 3;
}
.product_link ul{padding: 0px;margin: 0px;}
.product_link ul li{
  list-style: none;
  padding: 5px 0px;
  font-size: 14px;
}
.product_link ul li a:hover{
  padding-left: 2px;
  color: #e4002b;
} 
.f-we{
  font-size: 13px;
}
.otherlinks{

background: #fff;

margin: 25px 0px;

padding: 30px 40px;

box-shadow: 0px 1px 3px #ddd;

}
.otherlinks h5{
  
font-size: 17px;
  
font-weight: 600;
}.otherlinks ul{
  
padding: 0px;
  
list-style: none;
}.otherlinks ul li{
  
padding: 5px 0px;
}.otherlinks li a{
  
transition: all 0.3s ease-in-out;
  
font-size: 15px;
}.otherlinks li a:hover{
  
padding-left: 3px;
}
.contebnt{

}
.contebnt h4{

margin-bottom: 14px;

font-size: 20px;
}
.contebnt p{

font-size: 14px;
}

.checkboxs.form-group {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

.checkboxs.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkboxs.form-group label {
  position: relative;
  cursor: pointer;
}

.checkboxs.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #1f3b7b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}
.checkboxs.form-group input:checked + label:before{
  border-color: #e4002b;
}
.checkboxs.form-group input:checked + label:after {
      content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 7px;
    height: 13px;
    border: solid #e4002b;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.fs-12{
  font-size:14px;
}
.btn:hover, .loginmodal button.btn:hover{
  background-color: #012169;
  color: #fff;
}

.tabscol .nav-tabs {
  border: 0;
  padding: 20px 20px;
}
.tabscol .tab-content {
    padding: 0px 5px;
}
.tabscol .nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.tabscol .card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.tabscol .nav-tabs > .nav-item > .nav-link {
 color: #888888;
 margin: 0;
 margin-right: 10px;
 background-color: transparent;
 border: 1px solid #8d8d8d;
 border-radius: 3px;
 font-size: 14px;
 padding: 11px 35px;
 line-height: 1.5;
}

.tabscol .nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.tabscol .nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 3px;
  color: #ffffff;
}
.tabscol .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    background-color: #000;
    color: #ffffff;
}

.tabscol .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #000000;
    background: #fafafa;
}
.overflow-hiddne{
  overflow: hidden;
}
.tabscol .card {
  border: 0;
 /* border-radius: 0.1875rem;*/
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom:25px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.tabscol .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.tabscol [data-background-color="orange"] {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
 .tabscol .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 8px;
    text-align: center;
  }

 .tabscol .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}
.fs-11{
  font-size:12px;
}
.buynow{

background: #e4002b;

border-color: #e4002b;

padding: 10px 30px;
}
.addwishlist{

background: #012169;

border-color: #012169;

padding: 10px 30px;
}
.shipping_div {
    background: rgb(228 0 0 / 10%);
    padding: 20px;
    margin: 20px 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.shipping_div p{
  font-size:14px;
}
.feedback {
   background: rgb(255 255 255 / 10%);
   padding: 10px 0px;
   margin: 15px 0px;
   /* border-top: 1px solid #ddd; */
}
.imagefeed {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    margin-right: 2px;
    border: 1px solid #ddd;
    background: #fff;
}
.imagefeed.volen{
width: 65px;
    height:65px;
}
.imagefeed img{
  object-fit: contain;
  width:100%;
  height: 100%;
}
.feedcontent p:last-child{
    /* margin: 3px 0px; */
     font-size: 13px; 
}
.feedcontent i{
  font-size:12px;
  vertical-align: middle;
  margin: 0px 1px;
  color: #ffc107; 
}

.floritem span{
  margin-left: 0px;
  vertical-align: top;
}
.feedcontent{
  padding-left: 10px;
/*  width: 84%;*/
}
.floritem table {
/*    margin: 0 auto;*/
}
.detail_slider {
    border: 2px solid #f0f0f0;
    padding: 16px;
    border-radius: 10px;
}
.rightside_detail{
  padding-left: 0px;
}
.listingnav li img{
  width:23px;
  margin-right:5px;
}
.listingnav li:after{
  border-right: 1px solid #818181;
  line-height: 0;
  content: "";
  margin: 0px 21px;
  vertical-align: sub;
}
.listingnav li:last-child:after{
display: none;
}
.rightside_detail > h2{
      font-size: 22px;
}
.rightside_detail .prices h2{
   font-size: 15px;
}
.rightside_detail .prices h2 span{
      color: #e4002b;
}
.form-control.border-width-1{
  border-width: 1px;
}
.formpad.form-control{
    padding: 8px 10px;
    border-radius: 10px;
}
.close{border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 39px;
    line-height: 0;
    vertical-align: top;
    padding: 0px;
    color: #e4002b;
    box-shadow: none;
    background: unset;
    border: none;}
.modal .form-group label{
  font-weight: 600;
  padding-bottom: 1px;
}
.modalquestion input{border-radius: 0px;box-shadow: 0px 1px 2px #ddd;}
.modalquestion textarea{
  border-radius: 0px;
  box-shadow: 0px 1px 2px #ddd;
}
.modalquestion .btn{
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin-top: 20px !important;
}
.socialeft a{
  margin:0px 3px;
}
.height250{
      height: 250px;
}
.textp h4{font-size: 20px;color: #000;margin-top: 25px;}

.textp p{
  font-size:15px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
  padding-top: 35px;
  padding-bottom: 0px;
}

.contact__text {
  margin-bottom: 35px;
}

.contact__text .section-title {
  margin-bottom: 12px;
}

.contact__text p {
  margin-bottom: 0;
}

.contact__widget__item {
  position: relative;
  margin-bottom: 25px;
  background: #f5f5f5;
  width: 80%;
  padding: 35px 35px;
  border-radius: 7px;
  border: 1px solid #dedede;
}

.contact__widget__item.last__item:after {
  display: none;
}
.site-btn:hover{
 color: #fff;  
}
.site-btn {
    background: #e4002b;
        border-radius: 5px;
    border-color: #fc1255;
    padding: 8px 14px;
    width: auto;
    margin-top:0px;
    color: #fff;
}
.contact__widget__item__icon {
  float: left;
  margin-right: 20px;
}

.contact__widget__item__text {
  overflow: hidden;
}

.contact__widget__item__text h5 {
  color: #e4002b;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
}

.contact__widget__item__text span {
  color: #111111;
  display: block;
}

.map {
  height: 460px;
  margin-top: 25px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1);
}

.map iframe {
  width: 100%;
}

.contact__form__text {
  margin-bottom: 35px;
}

.contact__form__text .section-title {
  margin-bottom: 12px;
}

.contact__form__text p {
  margin-bottom: 0;
}

.contact__form form input {
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  /* margin-bottom: 25px; */
}

.contact__form form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form form input::placeholder {
  color: #b7b7b7;
}

.contact__form form textarea {
  height: 125px;
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid #e1e1e1;
  resize: none;
  /* margin-bottom: 25px; */
}

.contact__form form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form form textarea::placeholder {
  color: #b7b7b7;
}

/*---------------------
  About
-----------------------*/

.about {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}

.about-page {
  padding-top: 120px;
  padding-bottom: 90px;
}

.about__text {

}

.about__text.about__page__text {
  padding-top: 0;
}

.about__text.about__page__text .section-title {
  margin-bottom: 12px;
}

.about__text .section-title {
  margin-bottom: 35px;
}

.about__para__text {
  margin-bottom: 70px;
}

.about__para__text p {
  margin-bottom: 26px;
}
.about__para__text li{
  position: relative;
  list-style: none;
  padding: 2px 45px;
  margin: 20px 0px;
}
.about__para__text ul{
  padding-left:0px;
}
.about__para__text li:before{
 content: "\f00c";
 font: normal normal normal 14px / 1 FontAwesome;
 width: 30px;
 height: 30px;
 display: inline-block;
 color: #104CBA;
 background-color: #d9d9d98c;
 border-radius: 100%;
 font-size: 15px;
 text-align: center;
 line-height: 31px;
 font-weight: 900;
 clear: both;
 position: absolute;
 left: 0;
 top: 0;
}
.about__pic {
  padding-left: 34px;
}

.about__pic__inner {
  position: relative;
  display: inline-block;
  width: 88%;
  /* padding-left: 46px; */
}
.about__pic__inner  img{
  width:100%;
  border-radius: 5px;
}

.about__pic__inner:after {
  position: absolute;
  right: -65px;
  top: 50px;
  height: 80%;
  width: 40%;
  border: 15px solid rgba(185, 175, 134, 0.2);
  content: "";
  z-index: -1;
}
.about__page__services__text {
  margin-bottom: 30px;
}
.about2{
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width:1024px) and (min-width:768px){
  .hero h2 {
    font-size: 30px;
  }
  .properycat {
    width: 17%;
    margin: 0px 3px;
}
  .rightlink {
    text-align: center;
}
.rightlink a {
    padding-left: 22px;
    font-size: 16px;
}
.tabscol .nav-tabs > .nav-item > .nav-link {
    padding: 11px 20px;
}
}
@media (max-width:991px){
.mobile-dflex{
display: block !important;
  }
.rightlink a {
    padding-left: 4px;
    font-size: 9px;
}
.dropdown.wrose{
  display: none !important;
}
.header .logo img {
    max-height: 75px !important;
}
.properycat {
         width: 47%;
        margin: 8px 5px;
}
.mt-minus-120 {
    margin-top: 0px;
}
.searchhome input {
    padding: 12px 10px;
}
.seachbtn {
    padding: 10px 15px;
}
.shopn_ew1 {
    text-align: center;
}
.footer-top ul {
    flex-wrap: wrap;
}
.social-links.d-flex.justify-content-end{
  justify-content: center !important;
  margin-top: 10px;
  padding-bottom: 10px;
}
.mobile-center{
  text-align: center;
}
.header.sticked {
    height: 100px;
}
.hero .icon-boxes {
    padding-bottom: 25px;
}
section.threcategory {
    padding-top: 20px;
    padding-bottom:20px;
}
.footer {
    padding:45px 0 0px;
}
.product_leftnav ul {
    margin: 0px;
    flex-wrap: wrap;
    padding:0px;
}
.product_leftnav li a {
    font-size: 13px;
}
.product_leftnav li {
    padding: 8px 0px;
    list-style: none;
}
.listingnav li:nth-child(2):after{
  opacity: 0;
}
.breadcrumbs .page-header h2 {
 font-size: 20px;
    padding: 0px 70px;
}
.breadcrumbs .page-header {
    padding: 20px 0 20px 0;
    min-height: 16vh;
}
.searchdiv {
    padding: 18px;
}
.searchdiv .form-group {
    margin: 5px 0px;
}
.product_link ul {
    padding: 0px;
}
.product_link ul.colmn3 {
   column-count: 2;
}
.otherlinks {
    padding: 20px 20px;
}
.rightside_detail > h2 {
    font-size: 20px;
    padding-top: 15px;
}
.buynow {
    padding: 10px 13px;
}
.rightside_detail {
    padding-left:0px;
}
.sedf{
  display: block !important;
  font-size:16px;
}
.map {
margin-bottom:20px;
    height: 245px;
  }
  .contact__widget__item{
    width:100%;
  }
  .contact {
    padding-top: 25px;
    padding-bottom: 0px;
}
.about__pic {
    padding-left:0px;
}
.about__pic__inner:after {
    right: -40px;
    height: 63%;
}
.about{
  padding-bottom:0px;
padding-top: 10px;
}
.about__text .section-title {
    margin-bottom: 15px;
}
.about__text .section-title h2{
  font-size:20px;
  margin-top:10px;
}
.about__para__text li{
  padding-right:0px;
}
.about__para__text {
    margin-bottom: 30px;
}
}

/*profile css*/

.divprofile{
  position: relative;
}
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
    position: relative;
}

.file-upload {
    display: none;
}
.profilediv{
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding: 16px 0px;
    background: #fff;
}
.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}
.divprofile img {
       max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-image {
  position: absolute;
  top: 25%;
  right: 11%;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  background: #ddd;
  padding: 3px 4px;
  border-radius: 23px;
  font-size: 11px;
  cursor: pointer;
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.custom_tab .tab-content {
    padding: 10px 10px;
    /*  background: #fff;*/
}
.custom_tab .nav-tabs a {
    background-color: transparent!important;
}

.custom_tab .nav-tabs li a{
    border-bottom: 3px solid transparent;
}
.custom_tab .nav-tabs li a.active {
    border-bottom: 3px solid #e4002b;
    color:#e4002b;
}
.custom_tab .nav-tabs li a {
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    font-weight: 600;
    font-size: 16px;
}
.custom_tab ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    border-bottom-width: 3px;
}
.custom_tab .nav-tabs li+li{
  margin: 0 20px!important;
}
.custom_tab .nav-tabs li {
    /* flex-basis: 65px; */
    display: flex;
    align-items: flex-start;
    
}
.leftprofile{

border-right: 1px solid #f1efef;

padding-top: 20px;
}
.leftprofile h4{
  
font-size: 18px;
}
.trade_profile_div li:last-child a{
border-bottom:none;
}
.leftprofile li.active a{
 color:#e4002b; 
}
.leftprofile li.active a:after{
  content: '';
  width: 40px;
  height: 3px;
  display: block;
  background: #e4002b;
  margin-top: 7px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
.trade_profile_div li a{
  display: block;
  transition: all 0.3s ease-in-out;
  padding: 10px 0px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  position: relative;
}.trade_profile_div{
  
padding: 0px;
  
list-style: none;
}
.logged-in__log-out{

}
.profile__navigation{

}
.username{padding-bottom: 15px;}
.selofont{
  
font-weight: 600;
  
padding-bottom: 10px;
}
.middle_profile {
    background: #f6f6f6;
    padding: 20px 20px;
}
.profile_ads {
    padding-top: 15px;
}
.intrade{background: #012169;color: #fff;font-size: 13px;display: table;clear: both;margin-top: 10px;border-radius: 3px;}
.username h4{font-size: 20px;font-weight: 700;margin-bottom: 3px;}
.designation{font-size: 15px;}
.username h4 a{font-size: 13px;}
.detail-item{
  margin-bottom: 10px;
}
.profile__notification{
  background: #e4002b;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-left: 6px;
  box-shadow: 0px 0px 4px #e4002b;
}
.detail-list{
  padding-top: 15px;
}
.custom_tab{
  margin-top:20px;
}
.email_edits {

}.email_edits ul{padding: 0px;list-style: none;}
.email_edits li{
  
}
.email_edits li a{
  display: block;
  padding: 7px 0px;
  color: #012169;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.email_edits li a i{
  font-size: 13px;
  width: 18px;
}
.email_edits li a:hover{
color: #e4002b;
padding-left:3px;
transition: all 0.3s ease-in-out;
  }
  .trade_profile_div li a:hover{
    color: #e4002b;
padding-left:3px;
transition: all 0.3s ease-in-out;
  }
  .feebtn button{
margin: 0px 0px;
    padding: 4px 11px;
  }
  .radious{
    border-radius:3px;
  }
  .ml-15{
    margin-left:10px;
  }
  .groupbtn .dropdown-bar .btn.btn-primary{
    padding: 4px 13px;
  }
  .btn-primary{
           background: var(--color-secondary);
           border-color: var(--color-secondary);
           padding: 6px 10px;
           transition: all 0.3s ease-in-out;
           font-size: 13px;
  }
  .search_moters .btn-primary, .togglemorebtn .btn-primary, .holediv_tab .motor_text_input .form-group .btn-primary{
        padding: 6px 15px;
  }
  .border-btn.btn-transparent{
   border-color: #ddd;
   background-color: transparent;
   border-width:1px;
   border-radius: 4px;
       padding: 4px 5px;
   transition: all 0.3s ease-in-out;
  }
  .border-btn.btn-transparent:hover{
  background: var(--color-secondary);
        border-color: var(--color-secondary);
        color: #fff;  
  }
  .balacepart p{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 14px;
  }
    .balacepart h4{
      font-weight: bold;
      margin: 0px;
    }
    .mutetext{
      font-size: 13px;
      color: #012169;
      font-weight: 600;
      text-decoration: underline;
    }
    .balacepart {
      padding: 30px 0px;
    }
    .border-right{
      border-right:1px solid #cecece;
    }
.feedbackol p i{
  font-size: 11px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
  color: #FF9800;
}
.feedbackol p{
  margin-bottom: 4px;
}
.feedbackol{
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.contfeed{

  }.contfeed h5{
  font-size: 16px;
  margin: 0px;
}.contfeed p{
  margin: 0px;
  font-size: 13px;
}
.smileicon{margin-right: 10px;}
.smileicon img{
  width: 22px;
}
.scale{
  padding: 6px 0px;
}
.cont_dv{
 /* width: 30%;*/
  position: relative;
}
.cont_dv img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.notification_div {
    padding: 20px;
}
.text_notitem {
   /* padding-left: 20px;
    width: 65%;*/
}
.notif_item {
    background: #fdf6f6;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
span.notsan {
    background: #012169;
    color: #fff;
    padding: 4px 11px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
}
a.closenot {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
}
.mr-5{
  margin-right: 10px;
}
.selectcateg select{
  -webkit-appearance: revert-layer;
    -moz-appearance: revert-layer;
    appearance: revert-layer;
}
.priwatch p{font-size: 13px;color: #918e8e;}.priwatch span{
  font-weight: 600;
  margin-left: 11px;
  background: #e4002b;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}.priwatch del{
  font-weight: 600;
}.priwatch{
  
}
.watchlisting{
  box-shadow: 0px 1px 2px #ac5465;
}
a.link, button.link {
    color: #012169;
    font-weight: 600;
}

/*1 april end*/

/*as a listing css*/

.listanitem{display: flex;justify-content: left;flex-wrap: wrap;padding: 0px 0px;column-count: 2;column-gap: 1rem;}
.listjustify{background: #faf6f6;margin: 6px 0px;border-radius: 5px;transition:all 0.3s ease-in-out;cursor: pointer;width: 48%;}.listjustify a{
  color: #012169;
  font-weight: 600;
}
.listanitem .listjustify a{
  padding: 16px 16px;
  display: block;
}
.listjustify span{
  color: #012169;
}.listjustify p{
  
}
.listjustify:hover{
  background: rgb(228 0 43 / 13%);
}
.marketlist{
  margin-bottom: 20px;
}
.shortfilter button{
  width: 120px;
  margin: 0px 6px;
  padding: 3px 12px;
  border: 2px solid #a1a0a0;
  border-radius: 3px;
  transition:all 0.3s ease-in-out;
}
.shortfilter select{
  appearance: revert;
  width: 60%;
}
.shortfilter button:hover{
  background: #e4002b;
    color: #fff;
}
/*--------------------------------
    Pagniation
---------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.025em;
  justify-content: center;
}
.pagination > * {
  font-size: 14px;
}
.pagination a {
  color: inherit;
}
.pagination .prev, .pagination .next {
  padding: 0 5px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #000;
}
.pagination .prev.disabled, .pagination .next.disabled {
  color: #000;
}
.pagination .prev {
  margin-right: 0.5rem;
}
.pagination .prev i {
  margin-right: 4px;
}
.pagination .next i {
  margin-left: 4px;
}

.page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #b9b3b3;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
  line-height: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
:hover:not(.disabled) > .page-link, .active:not(.disabled) > .page-link {
  background-color: #e4002b;
  border-color: #e4002b;
  color: #ffffff;
}

.page-item:not(:last-child) {
  margin-right: 0.5rem;
}

.page-item-dots {
  white-space: nowrap;
}
.page-item-dots::before {
  content: "...";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.1rem;
  margin-top: -6px;
}
.marketulist li a{color: #012169;transition: all 0.3s;}
.marketulist li span{color: #e4002b;}
.marketlist-slider img{
  width:100%;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
select{
  appearance: revert !important;
}
.dropdown-bar.incresewidth{
  width: 300px;
}
.dropdown-bar.incresewidth85 {
    width: 285px;
}
.dropdown-bar {
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 228px;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 2px 5px #dddada;
    z-index: 999;
}
span.shipping_jk {
    color: #e4002b;
        margin-bottom: 8px;
    display: block;
}
span.del_bynow {
    background: #012169;
    color: #fff;
    font-size: 13px !important;
    display: block;
    padding: 0px 8px;
    line-height: 25px;
    border-radius: 5px 5px;
    box-shadow: 0px 1px 4px #ddd;
    font-weight: 400 !important;
}
.dropdown-bar h5{margin-bottom: 15px;}
.accordian_irm .card-header{border-bottom: 1px solid #ddd;background: transparent;padding: 12px 8px;font-weight: 600;}
.accordian_irm .card-body{padding: 4px 8px;}
.accordian_irm .card{border-radius: 0px;border: none;}
.accordian_irm .accordion{

}
.dropsed{
  padding:5px 0px;
}
.dropcategry {
 border-bottom: 1px solid #ddd; 
}
.dropsed label{
  margin-bottom: 5px;
}
.dropsed select{
  border-radius: 0px;
}
.droplim p{font-size: 13px;}
.droplim a{
  color: #012169;
}

.radio_grops .radio {
  margin: 0.5rem;
}
.radio_grops .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio_grops .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #878585;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: 1px;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio_grops .radio input[type=radio]:checked + .radio-label:before {
  background-color: #e4002b;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio_grops .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio_grops .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio_grops .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.groupbtn .dropdown{
  margin-right: 15px;
}
.groupbtn{
  position: relative;
}
.allcategory{

}
.allcategory ul{
  padding:0px;
  list-style: none;
}
.allcategory ul li{
  padding: 5px 22px;
  position: relative;
}
.allcategory ul li a{
      color: #012169;
}
.allcategory li a i{
  position: absolute;
  left: 0;
  top: 9px;
}

/*email-pass css*/

.red{
  color:#e4002b;
}
.emailchange_div p{
  margin-bottom:5px;
}
form label{
    font-weight: 600;
}
.emailchange_div h5{
  position: relative;
}
.emailchange_div h5:after{
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    background: #e4002b;
    margin-top: 7px;
    border-radius: 5px;
    position: absolute;
    bottom: -8px;
}
/*end css*/
/*won and lost css*/

.btn-gray:hover{
  background: var(--color-secondary);
    border-color: var(--color-secondary);
    color:#fff;
}
.barnavtab{background: #eee;padding: 8px 9px;}
.btn-gray{border: 2px solid #d0cdcd;background: #fff;font-size: 14px;transition:all 0.3s ease-in-out;}
.rightfilter_won{
  
}
.checkbox_won input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_won label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.checkbox_won label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c0bebf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox_won input:checked + label:before{
  border-color: #e4002b;
}
.checkbox_won input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #e4002b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wontif_item {
    border: 2px solid #e0e0e0;
    padding: 15px;
    /* background: #f8f8f8; */
    margin-bottom: 17px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #4c4c4c1a;
}
.orange{
  color: #ff9800;
}
.middlerowpoints {
   /* width: 42%;*/
  word-break: break-all;
}
.list_wontick{
margin-top: 20px;
  }
.list_wontick ul{
  /* padding: 0px; */
}
.list_wontick li{
  padding: 1px 15px;
  list-style: none;
  font-size:12px;
  position: relative;
}
.list_wontick li:before{
  content:'';
  background-image:url(../img/tick.gif);
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
}
.text_notitem h5{
    font-size: 15px;
    font-weight: 500;
}
.middlerowpoints small a{
  color: #012169;
}
span.nick {
    font-size: 14px;
}
.middlerowpoints .pack{
      background: var(--color-secondary);
      color: #fff;
      padding: 0px 5px;
      font-size: 13px;
      font-weight: 600;
      border-radius: 4px;
}
.ping-icon {
    background-image: url(../img/ping.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
    width: 27px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: super;
    margin-bottom: -10px;
    background-position: 0 0;
}

/*won and lost css end*/

/*setting css*/

.update_setting{border: 1px solid #ddd;padding: 20px;height: 100%;margin-top: 15px;border-radius: 5px;box-shadow: 0px 1px 2px #ddd;}
.prefren{
  display: table;
  background: #d3d3d3;
  padding: 5px 11px;
  border-radius: 9px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.update_setting a{
  text-decoration: underline;
  color: #012169;
}
.update_setting button{
  font-size: 14px;
}
.product_xs .product_xs-wrap > a{
  height: 230px;
  display: flex;
  align-items: center;
}
.product_xs.listing_mainr .item_product.marketlist .product_xs-wrap > a {
    height: 155px;
  }
/*edit contact detail css*/

.contact_edit_radio .radio {
  margin: 0.5rem;
}
.contact_edit_radio .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contact_edit_radio .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.contact_edit_radio .radio input[type=radio]:checked + .radio-label:before {
  background-color: #e4002b;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.contact_edit_radio .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.contact_edit_radio .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.contact_edit_radio .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.contact_box_type{
  background: #f7f7f7;
    padding: 20px;
    margin-top: 21px;
    position: relative;
    box-shadow: 0px 1px 3px #ccc;
    border-radius: 4px;
}
.contact_box_type h5{margin-top: 14px;margin-bottom: 13px;font-size: 17px;margin: 0px;}
.radio_grops p{
  font-size: 13px;
  padding-left: 45px;
}
.inline-block{
  display: inline-block;
}
.b-bold{
  font-weight: 600;
}
.ml-10{
  margin-left: 10px;
}

/*edit profile css*/

/*payment instruction css*/

.numbere_dt {
    background: #06266c;
    width: 50px;
    display: table;
    margin: 0 auto;
    color: #fff;
    height: 50px;
    font-size: 25px;
    padding: 5px 0px;
    border-radius: 100%;
    margin-top: -24px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 4px #e4002b;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.instruction img{
  width:100%;
}
.instruction_setting {
    border: 1px solid #ddd;
    padding: 0px;
    height: 100%;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #ddd;
}
.instruction{margin-bottom: 11px;display: block;overflow: hidden;}
.instruction:hover img {
    transform: scale(1.1);
}
img{
transition: 0.5s;
}
.detail_slider .gallery .carousel-item{height: 375px;display: flex;align-items: center;width: 100%;justify-content: center;}
.detail_slider .carousel-inner{

}
.detail_slider .thumb {height: 90px;border: 1px solid #ddd;text-align: center;margin: 7px 4px;}
.detail_slider .thumb img{

}
.accordion-button:focus{
  box-shadow:none !important;
}
.locate_information{padding: 15px 16px;border: 1px solid #ddd;border-radius: 4px;background: rgb(228 0 0 / 10%);margin: 12px 0px;}
.locate_information ul{
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.locate_information li{
  padding: 2px 0px;
  font-size: 14px;
}
.locate_information li i{
  width: 20px;
  font-size: 12px;
  color: #fe5b7a;
}
/*end css*/

/*start a listing*/
.list_rights p{
  margin-bottom:0px;
}
.listan_items_xl{
    background: #faf6f6;
    margin: 15px 0px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    width: 48%;
}
.listan_items_xl:hover{
      background: rgb(228 0 43 / 13%);
    transition: all 0.3s ease-in-out;
}
.skel_sc{width: 100px;text-align: center;font-size: 24px;color: #e4002b;width: 16%;}
.list_rights{padding: 9px;border-left: 1px solid #ddd;background: #f3f3f3;width: 84%;height:100%;}
.list_rights a{
  color:#000;
  font-weight:500;
}
.list_aslist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px;
    column-gap: 25px;
    column-count: 2;
}

/*end css list item*/

/*List category popup css*/

.accordion-button:focus {
    box-shadow: none !important;
}
#genralitem .accordion-button:not(.collapsed), #genralitem .accordion-button, .accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    outline: none;
}

.accordian_last > a {
  display: block;
  position: relative;
}
.accordian_last > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
.accordian_last > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.categories_acordian .card{
  border-radius:0px;
  border: none;
}
.categories_acordian .card-body{
  padding: 0px;
  padding-left: 15px;
}
.categories_acordian .card-header{
background-color: #fff;
}
.accordian_last{
  font-weight: 400;
  font-size: 16px;
}
.categories_acordian ul{padding: 0px;}
.categories_acordian ul li{
 list-style: none; 
}
.categories_acordian ul li a{
  border-bottom: 1px solid #ddd;
  padding: 7px 20px;
  display: block;
}
.bodyfirst .card-header{border:none;border-bottom:1px solid #ddd;padding-left: 0px;}

.bodyfirst .card{
  padding-left: 10px;
}
.accordian_last.noicon a:after{
  display: none;
}

/*End css*/


.detail_product button.accordion-button {
font-weight: 500;
    font-size: 15px;
    background: #fff; 
}
.detail_product .card.faqdetbnd{
    border: 1px solid #eee;
    overflow: hidden;
}
.detail_product button.accordion-button[aria-expanded="true"] > p{
color:#e4002b;
}
.detail_product .accordion-item{
  border-color: #fafafa;
}
.detail_product button.accordion-button span{
  font-weight:400;
  font-size:12px;
}
.detail_product .accordion-item .accordion-body p{
  margin-bottom:0px;
}
.main_profile > .row{
 /* margin:0px;*/
}

.clock {
 position: relative;
 color: #000000;
 font-size: 12px;
 letter-spacing: 0px;
 font-weight: bold;
 display: block;
 line-height: 0.9;
 font-family: 'Roboto Slab';
}
.remain{background: #012169;color: #fff;padding: 14px 12px;width: 130px;text-align: center;border-radius: 0px;font-size: 11px;height: 50px;}
.clock_sk {
    padding-left: 5px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    background: rgb(228 0 0 / 10%);
    margin: 13px 0px 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: table;
}
.remain{
   /* margin-top: 10px;
    display: block;
*/}
.daycount{
    padding-left: 5px;
    padding-right: 10px;
}
.daycount span{
 font-size: 7px;
 padding: 0px 0px;
}

/*favourites css*/

.sllerinformation{
  padding: 30px 0px;
    box-shadow: 0px 2px 4px #ddd;
}
.selerimage {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}
.selerimage img{
  width: 100%;
}
.text-right{
  text-align: right;
}
.selleradio {
  border: 1px solid #ddd;
    padding: 10px;
    position: absolute;
    background: #fff;
}
/*favourites css end*/

.sel_addsel .form-group{
 /* margin-bottom:10px;*/
}
table#default-datatable tr td img {
    width: 50px;
    height: auto;
    margin: 0 auto;
    display: table;
    border: 1px solid #ddd;
    border-radius: 4px;
/*    padding: 5px;*/
}
.btn-primary2.btn-sm:hover{
color:#fff;
}
.btn-primary2 {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    padding: 4px 15px;
    color:#fff;
    transition: all 0.3s ease-in-out;
}
.green{
  color: green;
}
.card-body table.table-bordered.dataTable tbody th, .card-body table.table-bordered.dataTable tbody td {
    vertical-align: middle;
    border-bottom-width: 1px;
    padding: 5px 13px;
}
.btn-sm.btn-primary2{
font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}
.productlist_table thead th{
  background-color: #ddd;
}
table.table-bordered.dataTable {
    margin-top: 12px !important;
    }
    .width20{
      width:20%;
    } .width40{
      width:40%;
    }
    .width60{
      width:60%;
    }
  .table-title i, .table-title{
    color:red;
  }
.notiimages .cont_dv {
  margin-right: 20px;
  max-height: 160px;
  border: 1px solid #d8d4d4;
  border-radius: 10px;
  overflow: hidden;
}
  .sellerv_img{width: 100px;height: 100px;border-radius: 100%;overflow: hidden;margin: 0 auto;border: 6px solid #FFF;}
  .sellerv_img img{
    width: 100%;
  }
  .addto_favroite {
    background: #fbf8f8;
    padding: 40px;
    text-align: center;
}
table.favseler_xv {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.favseler_xv tr td:first-child{text-align: left;padding: 10px 11px;}
.favseler_xv tr td:last-child{
  text-align: right;
  padding: 10px 11px;
}
.favseler_xv tr{
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.blue {
    color: #012169;
}
@media (max-width:991px){
  .togglemorebtn {
    margin: 10px 0px;
  }
  .custom_tab .nav-tabs li {
            margin: 20px 10px !important;
        display: inline-block;
}
  .widthtis {
    width: 55%;
}
}
/*.searchhome #marketplaceData option{
  font-size:20px !important;
}*/
.dataTables_paginate .pagination li.previous a{
    height: auto;
    width: auto;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 0px;
}
.dataTables_paginate .pagination li.next a{
    height: auto;
    width: auto;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 0px;
}
.dataTables_paginate .pagination li.previous a:hover,
 .dataTables_paginate .pagination li.next a:hover{
    color: #e4002b;
}
.floritem h5{font-size: 16px;margin-bottom: 4px;}
@media (max-width:1200px) and (min-width:1024px){
  .text_notitem {
    width: 56%;
    word-break: break-word;
}
  .feebtn button {
    margin: 0px 10px;
}
  .viewall a {
    padding: 4px 5px;
    font-size: 11px;
}
}
.middlerowpoints span.rating{
  display: block;
  font-size: 13px;
}
@media (max-width:767px){
  div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-] {
    width: auto;
}
  .main_profile .col-lg-2.col-md-2.pdn, .main_profile .col-lg-9.col-md-9.pdn{
    padding: 0px 15px;
}
  .selerimage {
    width: 65px;
    height: 65px;
  }
  div#default-datatable_wrapper {
    width: 100%;
    display: table;
}
  .feebtn {
    padding-top:30px;
    padding-top: 10px;
        text-align: left !important;
  }
  .sllerinformation{
   display: block !important; 
  }
  .sllerinformation .col{
    width:100%;
    display: block;
  }
  .middlerowpoints {
    width: 100%;
    border-left:none !important;
    padding: 11px 0px !important;
}
  .notification_div {
    padding: 20px 0px;
}
  .cont_dv {
    width: 100%;
    position: relative;
}
  .text_notitem {
    padding-top: 20px;
    padding-left: 0px;
    width: 100%;
}
  .notiimages.d-flex {
    display: block !important;
}
  .product_page{
     padding: 18px 0px;
  }
  .gridsample.catclasssan .grid_item_sample {
    column-count: 1 !important;
}
  .applynow_form {
    padding: 18px;
  }
  .stkay img{
    width:100%;
  }
  .listjustify{
    width:100%;
  }
  .bcardshdow {
    padding: 20px;
}
  section.background-image {
    padding: 15px 0px;
}
  .card.logincss {
    width: 100%;
  }
  .detail_product {
    padding-top: 20px;
}
section#hero {
    margin-top: 70px;
}
  .sticked-header-offset {
    margin-top:30px;
    background: #fff;
    padding-top: 40px;
}
.firstdrop.dropdown button {
    width: 100%;
  padding: 10px 5px;
}
.groupbtn .dropdown {
        width:100%;
margin:5px 0px;
display: inline-block;
}
.groupbtn {
    display: block !important;  
}
}
.custom_tab.cpnav .nav-tabs li+li {
    margin: 0 30px !important;
}
.custom_tab.cpnav  .nav-tabs li a {
    padding: 8px 14px;
}
/******************Ribbon CSS*********************/
.ribbon1 {
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2;
}

.ribbon1 span {
    width: 150px;
    height: 31px;
    top: 27px;
    right: 0;
    position: absolute;
    display: block;
    background: #e4002b;
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    transform: rotate(310deg);
    font-weight: 700;
    z-index: 3;
}
.ribbon3 img{
  width:22px;
}
.ribbon3{
  position: absolute;
  right: 3px;
  top:3px;
  z-index: 9;
}
.ribbon2 img{
width: 22px !important;
}
.ribbon2{
     position: relative;
    z-index: 999;
}
.item_product {
    position: relative;
}
.verified {
    width: 145px;
    /* background: #e4002b; */
    padding: 1px 11px;
    border-radius: 5px;
    /* border: 1px solid #ddd; */
}
.verified img{
  width:100%;
}

.visitors-text span{
color: #e4002b;
}
.visitors-text {
  color: #000000;
  border-radius: 5px;
  font-size: 1em;
  padding: 4px 8px;
  /* border: 1px solid #acacac; */
}
.contact__form .invalid-feedback {
    position: relative;
    /* bottom: 8px; */
    /* font-size: 9px; */
}
.invalid-feedback{
  text-align: left;
}
.cont_dv>a {
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width: 992px) and (max-width:1199px) {
    .container, .container-lg, .container-md, .container-sm {
               max-width: 100%;
    }
}

@media (max-width:767px){
  .storetext2{
    bottom: unset;
}
  .storetext {
    left: 30%;
    bottom: 33%;
}
  .storetext h3, .storetext h4 {
    font-size: 14px;
}
  .main_profile .custom_tab .tab-content {
    padding: 10px 0px;
  }
  .main_profile .col-lg-7.pdn {
    padding: 0px 15px;
}
  .contact_box_type .col-md-3.pdn {
    padding: 10px 12px;
}
  .profile_ads {
display: none;
}
  .balacepart .border-right {
    border-right: none;
}
  .balacepart {
    display: table;
    width: 100%;
    padding-bottom: 0px;
}
  .contact__text {
    margin-bottom: 15px;
}
  .visitors {
    width: 51%;
    margin: 7px auto 3px;
}
  .btn-primary{
    padding: 6px 6px;
    font-size: 11px;
}
  .radio_grops .radio {
    margin: 3px;
}
  .dropdown-bar {
    padding:6px;
  }
  .dropsed label {
    font-size: 12px;
}
  .dropdown-bar{
    width:100%;
    position: relative;
  }
}

.copyright-sec {
    padding: 14px 0px;
    color: #000000;
    text-align: center;
    background: #e7ebed;
    text-transform: uppercase;
    font-size: 13px;
}
/******************Ribbon CSS*********************/
