/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.eot');
  src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff'),
    url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.eot');
  src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff'),
    url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Miscellanoeous */
body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;

}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  font-weight: normal;
  color: #595959
}

p {
  color: #000;
  line-height: 1.8em;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #46bdf4;
  cursor: pointer;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

/* Global */

.container {
  max-width: 1400px;
}

.m-0{margin: 0 !important; }.p-0 {padding: 0 !important; }
.mt-0 {margin-top: 0;}.mt-10 { margin-top: 10px !important;}.mt-20 {margin-top: 20px !important;}.mt-30 {margin-top: 30px !important;}.mt-40 {margin-top: 40px !important;}.mt-50 {margin-top: 50px !important;}.mt-60 {margin-top: 60px !important;}.mt-70 {margin-top: 70px !important;}.mt-80 {margin-top: 80px !important;}.mt-90 {margin-top: 90px !important;}.mt-100 {margin-top: 100px !important;}.mb-0 {margin-bottom: 0;}.mb-10 {margin-bottom: 10px !important;}.mb-20 {margin-bottom: 20px !important;}.mb-30 {margin-bottom: 30px !important;}.mb-40 {margin-bottom: 40px !important;}.mb-50 {margin-bottom: 50px !important;}.mb-60 {margin-bottom: 60px !important;}.mb-70 {margin-bottom: 70px !important;}.mb-80 {margin-bottom: 80px !important;}.mb-90 {margin-bottom: 90px !important;}.mb-100 {margin-bottom: 100px !important;}.ml-0 {margin-left: 0;}.ml-10 {margin-left: 10px !important;}.ml-20 {margin-left: 20px !important;}.ml-30 {margin-left: 30px !important;}.ml-40 {margin-left: 40px !important;}.ml-50 {margin-left: 50px !important;}.ml-60 {margin-left: 60px !important;}.ml-70 {margin-left: 70px !important;}.ml-80 {margin-left: 80px !important;}.ml-90 {margin-left: 90px !important;}.ml-100 {margin-left: 100px !important;}.mr-0 {margin-right: 0;}.mr-10 {margin-right: 10px !important;}.mr-20 {margin-right: 20px !important;}.mr-30 {margin-right: 30px !important;}.mr-40 {margin-right: 40px !important;}.mr-50 {margin-right: 50px !important;}.mr-60 {margin-right: 60px !important;}.mr-70 {margin-right: 70px !important;}.mr-80 {margin-right: 80px !important;}.mr-90 {margin-right: 90px !important;}.mr-100 {margin-right: 100px !important;}.pb-0 {padding-bottom: 0 !important;}.pb-10 {padding-bottom: 10px !important;}.pb-20 {padding-bottom: 20px !important;}.pb-30 {padding-bottom: 30px !important;}.pb-40 {padding-bottom: 40px !important;}.pb-50 {padding-bottom: 50px !important;}.pb-60 {padding-bottom: 60px !important;}.pb-70 {padding-bottom: 70px !important;}.pb-80 {padding-bottom: 80px !important;}.pb-90 {padding-bottom: 90px !important;}.pb-100 {padding-bottom: 100px !important;}.pt-0 {padding-top: 0 !important;}.pt-10 {padding-top: 10px !important;}.pt-20 {padding-top: 20px !important;}.pt-30 {padding-top: 30px !important;}.pt-40 {padding-top: 40px !important;}.pt-50 {padding-top: 50px !important;}.pt-60 {padding-top: 60px !important;}.pt-70 {padding-top: 70px !important;}.pt-80 {padding-top: 80px !important;}.pt-90 {padding-top: 90px !important;}.pt-100 {padding-top: 100px !important;}.pl-0 {padding-left: 0;}.pl-10 {padding-left: 10px !important;}.pl-20 {padding-left: 20px !important;}.pl-30 {padding-left: 30px !important;}.pl-40 {padding-left: 40px !important;}.pl-50 {padding-left: 50px !important;}.pl-60 {padding-left: 60px !important;}.pl-70 {padding-left: 70px !important;}.pl-80 {padding-left: 80px !important;}.pl-90 {padding-left: 90px !important;}.pl-100 {padding-left: 100px !important;}.pr-0 {padding-right: 0;}.pr-10 {padding-right: 10px !important;}.pr-20 {padding-right: 20px !important;}.pr-30 {padding-right: 30px !important;}.pr-40 {padding-right: 40px !important;}.pr-50 {padding-right: 50px !important;}.pr-60 {padding-right: 60px !important;}.pr-70 {padding-right: 70px !important;}.pr-80 {padding-right: 80px !important;}.pr-90 {padding-right: 90px !important;}.pr-100 {padding-right: 100px !important;}


.page-body-wrapper {
  min-height: calc(100vh - 0px);
  padding-left: 0;
  padding-right: 0;
}

/* header-ribbon */
.header-ribbon {
  background: #fff;
  padding: 5px;
}

.ribbon-info ul li {
  display: inline-flex;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.2s;
}

.ribbon-info ul li:hover {
  box-shadow: 0px 0px 3px 4px #eaeaea;
}

.fb {
  background-color: #1877F2;
  color: #fff;
}

.twit {
  background: #1DA1F2;
  color: #fff;
}

.pint {
  background: #FF0000;
  color: #fff;
}

.fab.fa-youtube {
  color: #fff;
}

.link {
  background: #003A9B;
  color: #fff;
  padding: 8px 13px 9px 13px !important;

}

.ribbon-info.sh-btn {
  display: flex;
  float: inline-end;
  padding: 10px;
}

.shb-btn {
  color: #fff;
  padding: 8px;
  border: 1px solid #f55b22;
  border-radius: 50px;
  width: 130px;
  text-align: center;
  margin-left: 20px;
  font-family: 'poppinsregular';
  font-size: 16px;
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #f36f21;
  overflow: hidden;

}

.shb-btn::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 0%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.7s;
  
}

.shb-btn:hover {
  color: #f36f21;
}

.shb-btn::before {
  height: 100%;
  width: 0%;
}

.shb-btn:hover::before {
  width: 100%;
  border-radius: 50px;
}

.shb-btn.fmp {
  margin-left: 0;
  padding: 10px 25px;
  position: absolute;
  width: fit-content;
  margin-top: -11px;
}
.cont-info {
  display: flex;
  padding-top: 20px;
  justify-content: center;

}
.ribbion {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  text-align: right;
}
.ribbion-cnt a {
  color: #fff;
  padding: 4px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.ribbion-cnt {
  color: #fff;
}
.locaton-top {
  font-weight: 600;
  text-transform: capitalize !important;
}
.menu-top-search .input-group input {
  background: #4a4a4a;
}
.menu-top-search .input-group-append {
  background: #4a4a4a;
}
.search-right-sidebar {
  display: flex;
}
.header-m3 a {
  border: 1px solid #fff;
  padding: 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
}
.header-m3 {
  padding-top: 16px;
}
.header-m4 i {
  font-size: 40px;
  color: #fff;
  padding: 8px;
  padding-left: 20px;
}
.badge-light {
  color: #000;
  background-color: #ffed3b;
}
.header-m4 {
  position: relative;
}
.badge {
  position: absolute;
  left: 61px;
  top: 4px;
}
.mble-scrol-menu {
  display: none;
}

.menu ul li img {
  height: 50px;
  margin: auto;
}
/* header-ribbon end */
/* Header menu---------------------------------------- */
/* logo */
.logo {
  width: 188%;
  padding-top: 10px;
}

/* logo end */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: top 0.3s;
  box-shadow: 0px 1px 20px 1px #eaeaea;
}

.htop {
  height: 80px;
  background: #000;
  padding: 10px;
}
.htop.menu-white {
  background: #000;
  height: 90px;
  padding: 0;
  text-align: center;
}
.banner-content {
  margin-top: 95px;
}

.banner-section {
  background-image: url('../images/svg.png');
}

.fa.fa-phone {
  transform: rotateY(180deg);
}

.justify-content-between i {
  padding-top: 15px;
  font-size: 18px;

}

nav.menu ul li a,
nav.menu ul li {
  font-size: 11.5px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  position: relative;
  padding: 3px;
  padding-top: 8px;
  padding-top: 8px;
  padding-top: 7px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.menu-text.d-inline-block.d-lg-none {
  color: white;
}

nav.menu ul li {
  display: inline-grid;
  position: relative;
}

nav.menu ul li ul.cr-dropdown-menu {
  position: absolute;
  width: 83vw;
  background: #fff;
  text-align: left;
  height: auto;
  left: -500px;
  top: 115%;
  visibility: hidden;
  z-index: 99;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: hidden;
  /* transition: 0.3s; */
  padding: 20px;
  /* border: 1px solid #000; */
  border-radius: 5px;
  box-shadow: 0 0 9px -3px #e0e0e0;
  padding-top: 30px;
}
.menu-mag {
  width: 100%;
}
.list-ulis ul h5 {
  font-size: 14px;
  color: red;
}
.cr-dropdown-menu.sub {
  margin-top: 4%;
}
.cr-dropdown-menu.sub ul li {
  border-bottom: none !important;
}
.menu ul li:hover {
  border-bottom: 4px solid red;
}
.list-ulis ul li a {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
}
nav.menu ul li ul.cr-dropdown-menu li {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;

}

nav.menu ul li ul.cr-dropdown-menu li a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 22px;
}

nav.menu ul li ul.cr-dropdown-menu li:hover>a {
  color: #000;
  background-color: #eaeaea;
  border: none;
}

.cr-dropdown-menu.sub li a:hover>i {
  display: initial;
  padding-right: 10px;
}

nav.menu ul li ul.cr-dropdown-menu li a {
  color: #000;
  padding: 8px 0px;
}
.menu-it-cnt h6 {
  color: #0948b3;
}


nav.menu ul li > ul.cr-dropdown-menu {
  visibility: hidden; 
  opacity: 0; 
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

nav.menu ul li:hover > ul.cr-dropdown-menu {
  visibility: visible; 
  opacity: 1; 
  transform: translateY(0);
}


nav.menu ul li a i {
  font-size: 12px;
}

/* mega menu */
.cr-dropdown-menu.sub {
  display: flex;
}

.cr-dropdown-menu.sub .nav-pills .nav-link,
.nav-pills .show>.nav-link {
  line-height: 38px;
}

.cr-dropdown-menu.sub .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  font-size: 14px;
  margin-top: -14px;
}

.banner-content1.pt-5 p {
  color: #000;
}
.banner-content1.pt-5 h1 {
  color: #0948b3;
}

.banner-content1 p {
  font-size: 19px;
}

.cr-dropdown-menu.sub #v-pills-tab {
  width: 25%;
}

.menu-item {
  width: auto;
  border: 1px solid #e0e0e0;
}
.menu-mag a {
  width: 100%;
}
.menu-item {
  display: flex;
  padding: 20px 10px;
  margin-bottom: 0px;
  border-radius: 5px;

}
.cr-dropdown-menu.sub .menu-mag a {
  transition: all 0.3s;
  -webkit-transition: all 0.01s; /* For older versions of Chrome/Safari */
  -moz-transition: all 0.3s;    /* For older versions of Firefox */
  -ms-transition: all 0.01s;     /* For older versions of Internet Explorer */
  -o-transition: all 0.01s;      /* For older versions of Opera */
}
.menu-item:hover {
  box-shadow: 0 0 6px 0px #e0e0e0;
}
.menu-it-cnt p {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  min-height: 70px;
}
.menu-it-cnt.onser {
  min-height: 70px;
}
.menu-it-cnt.twser p {
  height: 70px;
}
.cr-dropdown-menu.sub #v-pills-tab a {
  font-size: 18px;
  line-height: 40px;
  /* height: 55px; */
  display: block;
  align-items: center;
  padding: 7px 17px !important;
  transition: 0.3s all;
  margin-bottom: 20px !important;
  border: 1px solid #e0e0e0 !important;
  width: 90%;
}


#v-pills-tab a {
  color: #000;

  margin-bottom: 10px;

}
.cr-dropdown-menu.sub .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  margin: 3px !important;

    margin-right: 3px;

  margin-right: 20px !important;

}
.cr-dropdown-menu.sub .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  width: 90%;

}
.cr-dropdown-menu.sub .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  font-size: 14px;

  margin-top: -14px;

}
.cr-dropdown-menu.sub .nav-pills .nav-link {
  padding: 0px 10px !important;

}
.cr-dropdown-menu.sub .nav-pills .nav-link, .nav-pills .show > .nav-link {
  line-height: 38px;

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;

  font-size: 20px;

  font-weight: 600 !important;

  padding-top: 15px !important;

  border: 1px solid #0948b3;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(9, 72, 179);

  padding: 10px !important;

  margin-right: 10px;

  background: #0948b3;

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;

  background-color: #007bff;

}
.cr-dropdown-menu.sub a {
  border-top: none !important;

}

.nav-link p {
  text-align: left;
  font-size: 13px;
}

.cr-dropdown-menu.sub #v-pills-tab a i {
  padding-right: 10px;
  padding-top: 0px;
  font-size: 20px;
}
.cr-dropdown-menu.sub .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  width: 90%;
}
.cr-dropdown-menu.sub #v-pills-home-tab {
  margin-top: 0;
  margin: 0 !important;
}
.domain-checker {
  margin-left: 20px;
}
/* mega menu end */
/* Menu end--------------------------------- */


/* footer */
.foot-menu hr {
  border: 1px solid #ed1c26;
  width: 50px;
  margin-left: 0;
  margin-top: 0px;
}
.foot-list.social li a img {
  width: 35px;
}

.foot {
  background: #000;
}
.foot-list li a:hover {
  color: #0948b3;
}

.foot-menu h5 {
  color: rgba(255,255,255,.5)!important;
  font-size: 17px;
}

.foot-menu a {
  color: rgba(255, 255, 255, .5) !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.foot-menu a:hover {
 color: #fff !important;
}
.foot-list li a {
  color: #000;
}

.foot-menu {
  margin-bottom: 20px;
}

.copy-rights {
  background: #000;
}
.copy-rights.pt-3 hr {
  border: 1px dotted #fff;
}
.copy-rights p {
  text-align: center;
  color: #fff;
}

.cop-righ p {
  text-align: initial;
}
.cop-left p {
  text-align: end;
}

.foot-list.social li {
  list-style: none;
  display: inline;
  margin: 4px;
  font-size: 25px;
}
.foot-list.social li a i {
  padding: 12px;
  border: 1px solid #0948b3;
  border-radius: 50%;
}
.call-footer a {
  color: #fff !important;
  font-size: 24px;
}
.foot-sort-location p a {
  color: rgba(255,255,255,.7);
  font-size: 13px;
}
.payment-logo ul li {
  display: inline;
}

.menu-sub-category h5 a {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 13px;
}
.menu-sub-category {
  display: flex;
  color: #fff;
  margin-bottom: 20px;
}
.menu-sub-category a {
  color: rgba(255,255,255,.5)!important;
  font-size: 12px;
  padding: 5px;
}
/* footer end */


/* mega menu */
.domain-checker {
  background: #0948b3;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #0948b3;
  width: 100%;
}

.input-group-append {
  background: #fff;
}
.input-group .form-control {
  background: #343232;
  border: #343232;
  font-size: 13px;
  padding: 10px;
  color: #cdcdcd;
}
.dark-white {
  color: rgba(255,255,255,.7);
}
.input-group-append {
  background: #c0292e;
  border-radius: 0 5px 5px 0;
}
.input-group-append button i {
  color: #fff;
}
.input-group-append button {
  border: none;
}
.justify-content-between i {
  padding-top: 10px;
  font-size: 20px;
}
.cr-dropdown-menu.sub.host {
  left: -740px;
}
.cr-dropdown-menu.sub.host .menu-mag {
  padding-left: 15px;
}
.cr-dropdown-menu.sub.comp {
  left: -870px;
}
.cr-dropdown-menu.sub.prc {
  left: -755px;
}
.cr-dropdown-menu.sub.prc .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: none;
  color: #0948b3 !important;
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.cr-dropdown-menu.sub.cld {
  left: -410px;
}
/* mega menu end */

.cr-dropdown-menu.sub {
  position: fixed !important;
  top: 145px !important;
  left: 50% !important; 
  transform: translate(-50%, -5%) !important; 
  background-color: white !important; 
  padding: 20px !important; 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important; 
  z-index: 1000 !important; 

}
.cr-dropdown-menu.sub .domain-checker button {
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 2px;

}
.btn.btn-outline-secondary i {
  font-size: 18px;
  padding-top: 6px;
}
/* .pricing.pb-5.visible h2 {
  text-align: center;
} */
.cr-dropdown-menu.sub .nav-pills .nav-link.active, .nav-pills .show > .nav-link {

  margin: 3px !important;
  margin-right: 20px !important;
}
.cr-dropdown-menu.sub .nav-pills .nav-link{
  padding: 0px 10px !important;
}
.cr-dropdown-menu.sub #v-pills-tabContent {
  width: 86% !important;
}
.suplist {
  display: flex;
}
.certificate-bran img {
  width: 190px;
  margin-bottom: 20px;
}
.test-ban-img {
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #0948b3;
  text-align: center;
}
.testi-bann.pt-5 {
  margin-top: 50px !important;
}
.cloud-dum ul li {
  font-size: 15px;
}
.blogs-cnt h5 {
  min-height: 91px;
  align-content: center;
}
.certificate-bran p {
  color: #000;
}
.row.dum-org img {
  width: 100%;
  padding: 13px;
}
.page-list {
  margin-left: 25px;
}
.affil-list.mb-2 {
  margin-left: 25px;
}
.priva-cnt p {
  font-size: 16px !important;
}
.kyc-card {
  margin-bottom: 25px;
}
.tick-list {
  margin-left: 20px;
}
.faq-dumb-cnt p {
  color: #000;
  padding: 25px;
}
.navig-main p {
  color: #000;
}
.navi-box {
  border: 1px solid #0948b3;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  min-height: 262px;
  align-content: center;
}
.navi-box h5 {
  color: #0948b3;
}
.contry-selection-box {
  margin-bottom: 50px;
  border: 1px solid #0948b3;
  text-align: center;
  padding: 25px;
  border-radius: 5px;
}
.head-line h5 {
  background: #0948b3;
  padding: 5px;
  color: #fff;
  margin-bottom: 30px;
}
.cntry a {
  padding: 10px;
  border: 1px solid #0948b3;
  border-radius: 5px;
  color: #0948b3;
  font-size: 20px;
  margin: 8px;
}
a.act-btn {
  background: #0948b3;
  color: #fff !important;
  transition: 0.3s all;
}
.body-hos-price.small {
  min-height: 200px;
}
/* .menu-item {
  min-height: 180px;
} */
.menu-it-img {
  width: 70px;
  float: initial;
}
.menu-it-img img {
  width: 150px;
}

.best-feature.home{
  background: #F7FAFE;
}
.cr-dropdown-menu.sub a {
  border-top: none !important;
}
#example p {
  color: #000;
}
.dumb-mble {
  display: none !important;
}
.mean-container .mean-nav ul li li a i {
  color: #0948b3;
  margin-right: 15px;
}
.body-hos-price.tab-cnt {
  padding-top: 100px;
  min-height: 500px;
}
.body-hos-price.tab-cnt h5 {
  color: #0948b3;
  font-size: 17px;
  text-align: left;
}
.body-hos-price.tab-cnt .shb-btn.fmp {
  margin-left: 10px;
}
.keyfam ul li {
  list-style: disclosure-closed;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #0948b3;
}
.add-son p {
  color: #000;
}
.keyfam {
  padding: 20px;
}
.tit-whit h2 {
  color: #0948b3;
}
.head-hos-price h5 span {
  font-size: 16px;
  font-weight: 400;
}



.sticky-nav.fixed {
  position: fixed;
  top: 100px;
}



/* catergoery banner */
.cat-banne{
  background: #f1f1f1;
}
/* category banner end */

/* carousel */
.slide-box a p {
  color: red;
  font-size: 12px;
  text-align: center;
  height: 20px;
}
.slide-box {
  padding: 13px;
  transition: 0.5s all;
}
.slide-box h4 {
  color: #454545;
  font-weight: 600 !important;
  font-size: 14px;
}
.slide-box h5 {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500 !important;
}
.rate {
  color: red;
  font-size: 13px;
}
.mrp {
  color: #454545;
  font-weight: 500 !important;
}
.slide-box h6 span {
  font-size: 14px;
  font-weight: 400 !important;
  color: #5e5e5e !important;
}
.slide-box h6 {
  display: block ruby;
  height: 25px;
}
.mrp p {
  color: green !important;
  font-size: 15px !important;
}
.slide-box:hover {
  transform: scale(0.9);
  box-shadow: 0px 0px 7px 10px #eaeaea;
}


.slider-button-prev,
.slider-button-next {
  box-shadow: 0px 0px 3px 2px #eaeaea;
  color: #000;
  padding: 11px 15px;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 15px;
}


.slider-button-prev:hover,
.slider-button-next:hover,
.slider-button-prev:focus,
.slider-button-next:focus {
  background: rgba(29, 4, 48, 0);
}

.slider-button-prev .icon::before,
.slider-button-next .icon::before {
  color: #1d0430;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  background: transparent;
  color: #e0e0e0;
  box-shadow: none;
  pointer-events: none;
}

.slider-button-prev .icon,
.slider-button-next .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-button-prev .icon::before,
.slider-button-next .icon::before {
  color: #ffffff;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-prod-heading {
  display: block ruby;
}
.off-prod-heading img {
  vertical-align: text-top;
}
.off-prod-heading h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 20px;
}
.view-btn a {
  background: red;
  color: #fff;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600 !important;
}
/* carousel end */

/* owl carousel */
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 14px;
  margin: 5px;
  padding: 6px 13px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px #eaeaea;
}
.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
}
.owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
}
/* owl caarousel end */

/* brands */
.brand-icon {
  margin-bottom: 30px !important;
  height: 105px;
  text-align: center;
  margin: auto;
  transition: 0.5s;
  align-content: center;
}
.brand-icon:hover {
  box-shadow: 0px 0px 7px 5px #e0e0e0;
}
/* brands end */
/* shipment */
.ship-details {
  display: flex;
  width: 100%;
}
.ship-box {
  width: 25%;
  text-align: center;
  border: 1px solid #e0e0e0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(224, 224, 224);
  border-left: none;
}
.ship-box p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #646363;
}
.ship-box h5 {
  color: #000;
  font-size: 17px;
  font-weight: 500 !important;
  margin-bottom: 5px;
}
/* shippment end */

/* mobile menu */
.side-bar {
  background: #000;
  backdrop-filter: blur(15px);
  width: 100%;
  height: 100vh; /* Ensure enough height for scrolling */
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  transition: 0.6s ease;
  z-index: 11;
  display: flex;
  flex-direction: column; /* Use flexbox for layout */
}

.mb-cs11 {
  background: #fff; /* Match the sidebar background */
  padding: 20px; /* Add padding for aesthetics */
  border-top: 1px solid #eaeaea; /* Optional: border for separation */
  /* Make it stick to the bottom */
  width: 100%;
  margin-bottom: 0 !important;
  margin: auto;
}

.mb-cs11 .online-order-call h5
 {
  color: red; /* Ensure text is visible */
}
.online-order-call a {
  color: #000;
}
.online-order-call {
  text-align: center;
}

.mb-cs11 .dum-mb-cs11 {
  display: grid;
  align-items: center;
  justify-content: center; /* Center the items */
  text-align: center;
  color: #000;
  padding-top: 10px;
}
.dum-mb-cs11 a {
  color: #000;
}
.dum-mb-cs11 i {
  padding-bottom: 5px;
}

 .side-bar::-webkit-scrollbar {
   width: 0px;
 }
 .fas.fa-times {
  border: 1px solid red;
  padding: 7px;
}
.sub-item {
  border-bottom: none !important;
}
 
 
 .side-bar.active{
  left: 0;
 }
 
 
 .side-bar .menu{
  width: 100%;
  margin-top: 30px;
 }
 
 .side-bar .menu .item{
  position: relative;
  cursor: pointer;
 }
 
 .side-bar .menu .item a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 30px;
  border-bottom: 1px solid #eaeaea;
 }
 
 .side-bar .menu .item a:hover{
  background: #33363a;
  transition: 0.3s ease;
 }
 
 .side-bar .menu .item i{
  margin-right: 15px;
 }
 
 .side-bar .menu .item a .dropdown{
  position: absolute;
  right: 0;
  margin: 6px 25px;
  transition: 0.3s ease;
 }
 
 .side-bar .menu .item .sub-menu{
  background: #262627;
  display: none;
 }
 
 .side-bar .menu .item .sub-menu a{
  padding-left: 80px;
 }
 
 .rotate{
  transform: rotate(90deg);
 }
 
 .close-btn{
  position: absolute;
  color: #fff;
 
  font-size: 23px;
  right:  0px;
  margin: 15px;
  cursor: pointer;
 }
 
 .menu-btn{
  position: absolute;
  color: #fff;
  font-size: 30px;
  margin: 25px;
  cursor: pointer;
  z-index:1 ;
  right: 0;
  top: 16px;
 }
 .mob-top {
  display: flex;
  padding: 15px 20px;
}
.sign-in-btn {
  position: absolute;
  right: 5%;
  padding-top: 23px;
}
.sign-in-btn a {
  color: red;
  padding: 9px;
  text-transform: uppercase;
  background: #fff;
}
.sub-menu h5 {
  color: red;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 21px 36px;
  padding-bottom: 0;
}
.online-order-call p {
  text-align: center;
  border-bottom: 1px dotted red;
  padding-bottom: 15px;
}
.no-scroll {
  overflow:clip ; /* Prevent scrolling */
}
.side-bar.active {
  left: 0; /* Ensure it slides in */
}

.mob-menu1 {
  display: none;
}
.logo-m {
  padding-top: 14px;
}
 
/* mobilemenu end */

/* product detail page */
.rev-rat-box {
  border: 1px solid #d8d8d8;
}
.rev-rat-heading {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px;
}
.rev-rat-box {
  border: 1px solid #d8d8d8;
  padding: 20px 0;
  padding-top: 5px;
}
.rev-rat-heading h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0;
}
.revi-btn {
  height: 150px;
  border: 1px solid #d8d8d8;
  width: 97%;
  margin: auto;
  margin-top: 20px;
}
.btn.btn-revi {
  background: red;
  color: #fff;
  border-radius: 0;
  position: absolute;
  left: 45%;
  top: 55%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bolder;
}
.rev-rat-heading p {
  color: #302f2f;
  font-size: 14px;
  margin-bottom: 0;
}
.table-info-prod {
  padding: 20px;
  padding-bottom: 0;
}
.table-info-prod h4 {
  color: #323645;
  text-transform: capitalize;
  font-size: 20px;
}
td p {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #595959;
}
th p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #595959;
}
td hr {
  margin-top: -5px;
}
tbody th {
  font-size: 12px;
  text-transform: uppercase;
}
/* product detail page end */

/* zoom picker */

/* zoom picker end */

/* product page */
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
}
nav ol li a, .breadcrumb-item.active {
  color: #000;
  font-size: 13px;
}
.form-check.form-check-inline {
  width: 100%;
}
.card-header {
  padding: 3px;
}
.form-check-input ~ .form-check-label {
  font-size: 13px;
  line-height: 30px;
  color: #000;
}
.btn-viewall {
  color: red;
}
.btn.btn-link.btn-block.text-left {
  color: red;
  text-decoration: none;
}
.card h2 i {
  position: absolute;
  right: 20px;
  top: 15px;
}
.btn.btn-link.btn-block.text-left.collapsed {
  color: black;
}
.card h2 button {
  font-size: 14px;
}
.card-header {
  background-color: transparent;
  border-bottom: none;
}
.card-body {
  padding-top: 5px;
}
.accordion {
  box-shadow: 1px 1px 4px 3px #e0e0e0;
}
.prod-heading h5 {
  font-size: 23px;
  font-weight: normal !important;
  color: #000;
  margin-bottom: 0;
}
.prod-heading p {
  font-size: 14px;
  color: #6f6c6c;
  font-weight: normal !important;
}
.form-group option {
  font-size: 13px !important;
  color: #000;
}
select.form-control:not([size]):not([multiple]) {
  height: 35px;
}
.prod-pg-prod p {
  color: red;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prod-pg-prod {
  text-align: center;
  margin-bottom: 25px;
}
.prod-pg-prod h5 {
  text-align: left;
  font-size: 15px;
  font-weight: 400 !important;
  margin-bottom: 0;
  padding-top: 5px;
}
.prod-pg-prod .price-prod-pg {
  text-align: left;
  font-size: 14px;
}
.off-prod-box h5 {
  color: #008581;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.off-prod-box h5 i {
  background: #008581;
  color: #fff;
  padding: 5px 6px;
  border-radius: 50%;
  font-size: 13px;
}
.off-prod-box p {
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 600 !important;
  text-align: left;
  text-transform: capitalize;
}
.head-acco {
  display: flex;
  padding: 7px;
}
.head-acco h5 {
  text-transform: uppercase;
  font-size: 17px;
}
.head-acco h6 {
  color: red;
  position: absolute;
  right: 31px;
  top: 9px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
/* price range */
.price-input {
  width: 100%;
  display: flex;
}
.field input {
  border: none;
  -moz-appearance: textfield;
  color: red;
  padding: 10px;
  background: transparent;
}
.input-max {
  position: absolute;
  right: -125px;
  background: transparent;
}
.card.price {
  padding: 0px 5px;
  padding-bottom: 25px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  border-radius: 5px;
}
.slider .progress {
  height: 45%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: red;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 1px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: red;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: red;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.card header h2 {
  font-size: 15px;
  font-weight: 400 !important;
  color: #000;
  padding: 8px 12px;
  margin-bottom: 0;
}

/* product page end */

/* locators page */
.find-loc {
  background: red;
  height: 80px;
  padding: 20px;
}
.loc-navig a {
  color: #fff;
  font-size: 24px;
}
.input-group.loc-pg.mb-3 input {
  background: #fff;
}
.input-group.loc-pg.mb-3 button {
  background: #fff;
}
.input-group.loc-pg.mb-3 button i {
  color: red;
}
.add-bx {
  box-shadow: 1px 1px 6px 4px #e0e0e0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.add-bx p {
  color: red;
  font-size: 10px;
}
.ad-1 h6 {
  color: #bebec1;
  font-size: 13px;
}
.ad-2 p {
  color: #000;
  font-size: 13px;
  text-align: left;
  margin-bottom: 10px;
}
.ad-2 a {
  color: #000;
  font-size: 13px;
  text-align: left;
}
/* locators page end */































