    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
body {
  font-family: 'Roboto', sans-serif;;
  color: #545454;
}
.fol-text{font-family: 'Dancing Script', cursive !important;}
a {
  color: #1f5ca9;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Roboto';
}
* {
user-select: none;
}
*::selection {
background: none;
}
*::-moz-selection {
background: none;
}
a:hover {
  color: #0088cc;
  text-decoration: none;
}
.as2{background-color: #007db7;
        color: #fff;
        font-size: 13px;}
.as{color: #545459;
        font-size: 13px;
        text-align: center;
        margin-bottom: 4px;}
.llp{width: 14.27%;
        padding-top: 15px;
        border-right: 1px solid lightgrey;
        padding-bottom: 15px;transition:1s;}
.llp .category-item{justify-content: center;
        display: flex;
        flex-wrap: wrap;}
.llp span{text-align: center;
        justify-content: center;
        display: flex;
        font-size: 13px;}
.llp:hover{background-color: lightgrey;transition:1s;}
.blink{animation: blinker 1s linear infinite;}@keyframes blinker { 20% { opacity: 0; }}
.rl{animation: rls 1s linear infinite;}@keyframes rls { 20% { padding-left: 10px; }}
.bttt{color: #fff !important;padding: 10px 25px !important;border-radius: 0px !important;background-color: #007db6;border-left: 1px solid #ffffffc4;font-weight: lighter;}
#team{background-image: url(../img/bg-top.png), linear-gradient(357deg, transparent, #80808040, transparent);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 20px 0 60px 0;}

img{
    width:100%;
    height:auto;
}    

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto';
  font-size: 15px;
}

label.error{
  color: indianred !important;
}
.scrolled-offset {
  margin-top: 70px;
}
.status-delivery-heading {
  background: #007cb6;
  color: #fff;
  padding: 20px;
}
.status-delivery-box {
  background: #fff;
  padding: 20px;
  color: #12263f;
}
.status-delivery-box .day {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.status-delivery-box .date span {
  font-size: 55px;
  color: #046eff;
  font-weight: 600;
  margin-right: 15px;
}
.status-delivery-box .date {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.status-delivery-box .ready_to_go {
  color: #f58220;
  font-size: 25px;
  margin-top: 20px;
}
.track_con p {
  font-size: 12px;
  margin-bottom: 4px;
}
.track_con {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.track_details {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 60px;
}
.track_details li span {
  font-weight: 600;
}
.track_details li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 8px;
}
.track {
  position: relative;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 35px;
}
.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -12px;
  text-align: center;
  position: relative;
}
.track .step.active:before {
  background: #f58220;
  left: 50%;
  position: absolute;
}
.track .step.current .icon {
  background: #f58220;
  color: #fff;
}
.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  top: 12px;
  background: #ddd;
}
.track .step.active .icon {
  background: #f58220;
  color: #fff;
}
.track .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
  font-size: 12px;
  z-index: 9;
}
.track .step.active .text {
  color: #000;
}
.track .text {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
}
.track .step.last::before {
  display: none;
}
.track .step.current.rto .icon {
  background: #f10303;
}
.shipment_progress {
  border-bottom: 1px solid #000;
  padding-top: 40px;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  font-family: helvetica;
  font-size: 14px;
  /*border: 1px solid #ccc;*/
  padding: 20px;
}
.step-progress {
  position: relative;
  padding-left: 45px;
  list-style: none;
  margin-top: 30px;
}
.step-progress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #ccc;
}
.step-progress-item {
  position: relative;
  counter-increment: list;
  padding-top: 0;
  padding-left: 10px;
}
.step-progress-item:not(:last-child) {
  padding-bottom: 20px;
}
.step-progress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -21px;
  height: 100%;
  width: 10px;
}
.step-progress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.step-progress-item.is-done::before {
  border-left: 2px solid #36b37e;
}
.step-progress-item.is-done::after {
  background: url(../img/tick.jpg) no-repeat #36b37e;
  border: 2px solid #36b37e;
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
  width: 25px;
  height: 25px;
  top: 0;
  left: -33px;
  font-size: 14px;
  text-align: center;
  color: #36b37e;
  border: 2px solid #36b37e;
  background-color: #34b37c;
}
.step-progress-item.current::before {
  border-left: 2px solid #36b37e;
}
.step-progress-item.current::after {
  background: url(../img/tick.jpg) no-repeat #36b37e;
  border: 2px solid #36b37e;
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
  width: 25px;
  height: 25px;
  top: 0;
  left: -33px;
  font-size: 14px;
  text-align: center;
  color: #36b37e;
  border: 2px solid #36b37e;
  background-color: #34b37c;
}
.step-progress strong {
  display: block;
}
.progress_content p {
  margin-bottom: 3px;
  font-size: 13px;
  color: #425875;
}
.progress_content p small {
  color: #848585;
  font-size: 11px;
}
.scrollbar {
  height: 258px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 0;
}
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
#style-4::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #555;
}
.force-overflow {
  min-height: 450px;
}

.porto-block-html-top
{
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .025em;
    overflow: hidden;
}
.text-color-light
{
  color: #fff!important;
  background-color:black;
}
.dilivery
{
  font-size: 13px;
}
.cart-count
{
  background-color: #1f5ca9!important;
   
    padding: 2px;
    color: white;
}
.search-font{
width: 177px;font-size: 13px;
}
.banner-font
{
color: white;font-size: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 13px !important;
        background-color: #1f5ca9;
        padding: 5px 8px;
        color: #fff;
        border-radius: 10px;
}
.goog-te-gadget .goog-te-combo {
        margin: 4px 0;
        background-color: #007db7;
        border-color: transparent;
        color: #fff;
        border: 1px solid #767676;
}
select:focus-visible {
    outline: 1px solid #fff;}

#social-share {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  /*transitions with relative delay*/
}
#social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
   
}
.hidden{display:none !important;}
#social-share ul.social-itens .btn-share {
  width: 50px;
  height: 50px;
  /* transform: none; */
}
.btn-share i{}
#social-share ul.social-itens .btn-share.social-item-1 {
  background-color: #1eb708;
}
#social-share ul.social-itens .btn-share.social-item-1 i {
  text-shadow: 0px 0px #1eb708, 1px 1px #1eb708, 2px 2px #1eb708, 3px 3px #1eb708, 4px 4px #1eb708, 5px 5px #1eb708;font-size:30px;
}
#social-share ul.social-itens .btn-share.social-item-2 {
  background-color: #1e88e5;
}
#social-share ul.social-itens .btn-share.social-item-2 i {
  text-shadow: 0px 0px #1e88e5, 1px 1px #1e88e5, 2px 2px #1e88e5, 3px 3px #1e88e5, 4px 4px #1e88e5, 5px 5px #1e88e5;font-size:30px;
}
#social-share ul.social-itens .btn-share.social-item-3 {
  background-color: #FFC107;
}
#social-share ul.social-itens .btn-share.social-item-3 i {
  text-shadow: 0px 0px #edb100, 1px 1px #edb100, 2px 2px #edb100, 3px 3px #edb100, 4px 4px #edb100, 5px 5px #edb100;
}
#social-share ul.social-itens .btn-share.social-item-4 {
  background-color: #FF5F00;
}
#social-share ul.social-itens .btn-share.social-item-4 i {
  text-shadow: 0px 0px #edb100, 1px 1px #edb100, 2px 2px #edb100, 3px 3px #edb100, 4px 4px #edb100, 5px 5px #edb100;
}
#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  /* opacity: 0; */
  position: absolute;
  bottom: 15px;
  right: 100%;
margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  /* transition: all 500ms ease-in-out  0.5s; */
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu .btn-share {
  width: 65px;
  height: 65px;
  background-color: #1f5ca9;
}
#social-share div.social-open-menu .btn-share i {
  text-shadow: 0px 0px #1f5ca9, 1px 1px #1f5ca9, 2px 2px #1f5ca9, 3px 3px #1f5ca9, 4px 4px #1f5ca9, 5px 5px #1f5ca9;font-size: 30px;
}
#social-share .social-itens.open .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
#social-share .social-itens.hidden .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.open .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.open .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.hidden .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.open .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
.about-img
{

  opacity: 1.5;
margin-top: 56px;
padding-top: 50px;

}
.footer-category
{
font-size: 13px;margin-top:-45px;
}

#currency-margin
{
  margin-right: -11px;
}
.about-content
{
  line-height: 1.45;
    font-size: 14px;font-family: Roboto,Arial,sans-serif;

}


@media (max-width: 991px) {
  #footer-category-mobile
 {
   margin-top:-8px;
  }

}

@media (max-width: 991px) {
  #footer-category-mobile
 {
  
margin: 0px -56px;
  }

}


@media (max-width: 991px) {
  #social-mobile
 {
  
margin: 0px -1px;
  }

}

.social-screen
{
margin: 0px -56px;
}





#footer-subcategory
{
font-size: 13px;margin-top:7px
}
.category-height
{
  height: 250px;
}

.cart-img
{
  height: 100px;width: 150px;
}

.blog-h6
{
    padding-top: 25px;
}

.blog-home
{
    padding-top: 90px;
}

.blog-img-height{
height: 200px;width: 100%;
}


.p-b-sm
{
  padding-bottom: 9px !important;
}
.p-t-sm
{
  padding-top: 10px !important;
}
.subscribe-btn
{
    border-radius: 30px;
    background: #00000000;height: 45px;
    padding-left: 1.5rem;
    font-size: 0.8125rem;
    color: white;
    }

.button-color
{
  background-color: #1f5ca9;
  border:1px solid #1f5ca9;
}

.blog-img
{
  max-width: 100%;
    height: 160px;
    width: 100%;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1f5ca9!important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.box-color
{

  color: black;
  font-size: 14px;
}

.search-mr
{
  margin-right: 5px;
}

.search-box
{
  background-color: #2560ab;
    color: white;
    width: 48px;
        font-size: 18px;
    text-align: center;
    border: 1px solid #2560ab;

}

.align-size
{

  font-size: 14px;
  
}
.slider-width{
width: 100%;
}
.add-font
{
      font-size: 25px;
    
      font-family: 'Roboto';
      
}

.align-menu
{

  font-size: 13px;
  
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.d-md-flex1
{display: flex!important;}

.top-user
{
  margin-right: 10px;
}

@media (max-width: 991px) {
  .top-d-none {
    display: block;
    display: none;
  }

}

@media (max-width: 991px) {
  .topheader-d-bar {
    
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    border-top: 1px solid #ebe9eb;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%)
  }

}



#topbar {
  background: #007db7!important;
  padding: 4px 0;
  font-size: 15px;
   padding-top: 9px;
  color: white;
}

#topbar .contact-info i {
  font-style: normal;
  color: white!important;
}

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

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

#topbar .contact-info i a:hover {
  color: #1f5ca9!important;
}

#topbar .social-links a {
  color: white;
  line-height: 0;
  transition: 0.3s;
  margin-left: 18px;
      font-size: 16px;
    font-family: 'Roboto' ;
}

#topbar .social-links a:hover {
  color: #444444;
}


#header {
  height: 55px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #007cb6;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-left: 8px solid #1f5ca9!important;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 64px;
}


#headertop {
  padding-bottom: 20px;
    padding-top: 19px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  border-top: 1px solid #ebe9eb;  
}

/*@media screen and (max-width: 600px) {*/
/*#headertop {*/
/*  height: 79px;*/
/*  overflow: auto;*/
/*  padding-bottom: 20px;*/
/*    padding-top: 19px;*/
/*  transition: all 0.5s;*/
/*  z-index: 997;*/
/*  transition: all 0.5s;*/
/*  background: #fff;*/
/*  border-top: 1px solid #ebe9eb;  */
/*}}*/


#headertop .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-left: 8px solid #1f5ca9!important;
}

#headertop .logo h1 a,
#headertop .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#headertop .logo img {
  padding: 0;
  margin: 0;
  max-height: 63px;
  
}
.input-group
{
align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 45px;
    font-family: 'Roboto';
    margin-left: -4px;
    
}

.form-control-search
{

    font-family: 'Roboto';
    font-size: 13px;
    background-color: #f6f6f7;
    border: 1px solid #ebe9eb;
}

.topheader-email
{
font-weight:500;
font-size:13px;
line-height:11px;
color:#777;
}
.topheader-p
{
  font-weight:500;
  font-size:13px;
  line-height:18px;
  color:#222529;
  font-family: 'Roboto';
}



.scrolled-offset {
  margin-top: 70px;
}


.navbar {
  padding: 0;
}


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: 28px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Roboto';
  font-size: 14px;
  text-transform:uppercase;
  color: #fff;
  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: #fff!important;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #1f5ca9!important;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ec7f6d;
}

.navbar .dropdown ul {
  display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
   font-family: 'Roboto';
  font-size: 15px;
   color: #545454 !important;
   border-bottom: 1px solid #a0a0a047;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #1f5ca9 !important;
  color: #fff !important;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: 250px;
z-index: 9;
  
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.navbar1 {
  padding: 0px;
padding-top: 7px;
}


.navbar1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar1 li {
  position: relative;
}

.navbar1 a,
.navbar1 a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 9px 19px;
  font-family: 'Roboto';;
  font-size: 13px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar1 a:hover,
.navbar1 .active,
.navbar1 .active:focus,
.navbar1 li:hover>a {
  color: #fff!important;
}

.navbar1 .getstarted,
.navbar1 .getstarted:focus {
  background: #1f5ca9!important;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar1 .getstarted:hover,
.navbar1 .getstarted:focus:hover {
  color: #fff;
  background: #ec7f6d;
}

.navbar1 .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar1 .dropdown ul li {
  min-width: 200px;
}

.navbar1 .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #545454;
}

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

.navbar1 .dropdown ul a:hover,
.navbar1 .dropdown ul .active:hover,
.navbar1 .dropdown ul li:hover>a {
  color: #1f5ca9!important;
}

.navbar1 .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar1 .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar1 .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.delivery-side-b
{
border-right: 1px solid #4174b6;
height: 58px;
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
        position: absolute;
        top: 0px;
        bottom: 0;
        left: -30px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
        width: 300px;
        overflow-x:hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1f5ca9!important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0px;
  padding: 10px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1f5ca9!important;
}

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


#hero {
  width: 100%;
  height: 69vh;
  background: linear-gradient(rgba(6 83 222 / 53%), rgba(31, 91, 166));
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: white;
  margin-bottom: 30px;
  padding-top: 150px;
  font-size: 48px;
  margin-right: -20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Roboto';

}

#hero h2 span {
  color: #1f5ca9!important;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 23px;
  line-height: 1;
  width: auto;
  height: auto;
  
      color: #084298;
    background: aliceblue;
    
    padding: 6px;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #1f5ca9!important;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: white;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #47b4ea!important;
  background: #47b4ea!important;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: white!important;
  background: #dc3545!important;
  border: 2px solid #dc3545!important;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  
  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

section {
  padding: 0px 4px 0px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
 /* padding-top: 27px;*/
}

.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 23px;
  padding-bottom: 23px;
   padding-top: 9px;
  position: relative;
  font-family: 'Roboto'
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1f5ca9!important;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.button-bg
{

  background-color: black;
  color: white;
  border: 1px solid white;
  padding: 8px;
  border-radius: 0px 0px;
}

.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}


#about-grid
{
  background: #fff;

    padding: 28px;
    height: 151px;
    border-radius: 0 0 3px 3px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}


.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 74px 39px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #1f5ca9!important;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.about-bagg
{
  padding: 36px 60px 39px;
    /*box-shadow: 0px 2px 15px rgb(160 101 57);*/
    border-radius: 0px;
    background: #ffffff;
    transition: all ease-in-out 0.3s;
    height: 100%;
}
p {
        margin-top: 0;
        margin-bottom: 0.5rem;
        line-height: 22px;
}
b, strong {
        font-weight: 800;
}
.about-pera
{
  text-align: center;
  line-height: 1.45;
    font-size: 14px;
    font-family: Roboto,Arial,sans-serif;
  text-align: justify;
}
.about-pera2
{
  text-align: left;
  font-family: 'Roboto';
  font-size: 16px;
}

.featured .icon-box h3 a {
  color: black;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  /*background: #1f5ca94f!important;*/
  background-position: center center;
    color: #fff;
    height: 100%;
    width: 100%;
  
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: black;
  text-align: center;
}

.about-para
{
  text-align: center;
  font-size: 15px;
 /* padding-right: 100px;
    padding-left: 100px;*/
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 14px;
  padding-right: 4px;
  color: #1f5ca9!important;
}

.about .content p:last-child {
  margin-bottom: 0;
}


.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1f5ca9!important;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

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

.services .icon-box:hover {
  background: #1f5ca9!important;
  border-color: #1f5ca9!important;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1f5ca9!important;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1f5ca9!important;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f5ca9!important;
}

.clients .swiper-slide img {
 /* opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);*/
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}


.counts .count-box {
 padding: 15px 10px;
border: 1px solid lightgray;width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #1f5ca9!important;
  line-height: 0; 
  margin-bottom: 20px;
  
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}


.categories .categories-carousel,
.categories .categories-slider {
  overflow: hidden;
}

.categories .category-item {
  box-sizing: content-box;
  padding: -3px;
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
  position: relative;
/*  background: #fff;*/
}

.categories .category-item .category-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 4px solid #fff;
  float: left;
  margin: 0 10px 0 9px;
}

.categories .category-item h3 {
  font-size: 14px;
  /*font-weight: bold;*/
  margin: 10px 0 5px -19px;
  color: #111;
 text-align: center;
     font-family: "Roboto", sans-serif;
}

.categories .category-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.categories .category-item .quote-icon-left,
.categories .category-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.categories .category-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.categories .category-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.categories .category-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}


.skills .content h3 {
  font-weight: 700;


  font-size: 26px;
  color: #545454;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1f5ca9!important;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #1f5ca9!important;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  border-right: 1px solid lightgray;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #1f5ca9!important;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1f5ca9!important;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


.portfolio-details {
  padding-top: 14px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1f5ca9!important;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f5ca9!important;
}

.portfolio-details .portfolio-info {
  padding: 10px;
 
}
@media (max-width: 467px){
.navbar1 { margin-left: 30px;}
.cart-mobile { margin: 0 !important; }
.cart-mobile i{color:#fff !important;}
.cart-mar{margin:0px !important;}
}
.portfolio-details .portfolio-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  /*font-weight: bold;*/
  font-family: inherit;
  font-size: 13px;
  color:#9f9a9a;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #1f5ca9!important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #1f5ca9!important;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}


.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #1f5ca9!important;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #1f5ca9!important;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  background: #fff;
  width: 261.333px;margin-right: -27px;
position: sticky;
top: 100px;
margin-bottom:10px;
}

.team .member img {
  max-width: 100%;
  border-radius: 0%;
  margin: 0 0 -1px 0;

}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 15px;
}

.team .member span {
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #272828;
  display: block;

}
.content-area{position:relative;}
.mol-btn{border: 0;
        position: absolute;
        right: 0;font-size: 13px;
        bottom: -20px;}
.content{max-height: 70px;
        overflow: hidden;
        margin-bottom: 25px;}
.contents{max-height: auto;margin-bottom: 25px;}

.product-read
{

   padding-top: 10px;  
   background: aliceblue;
    padding-bottom: 10px;
}

.star-size
{
  font-size: 12px;

}
.product-text
{
  font-size: 15px;
     font-weight: bold; 
   
    color: #111;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.pro-name-b
{
color: black;font-weight: bold;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.rating-score
{
      font-size: 29px;
    text-align: center;
   
    color: #4f575f;
    padding: 18px 0px 0px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #1f5ca9!important;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #1f5ca9!important;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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: #18d26e;
  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 #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #1f5ca9!important;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

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

.contact .php-email-form button[type=submit] {
  background: #dc3545!important;
  border: 0;
  border-radius: 0px;
  padding: 9px 131px;
  color: #fff;
  transition: 0.4s;
  width: 100%;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

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

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

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

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


.blog {
  padding: 0px 0 0px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding-top: 7px;
    padding-bottom: 10px;
    border-radius: 0px 0px;


}

.blog .entry .entry-img {
  max-height: 440px;
  margin: 0px -23px -94px -23px;
  overflow: hidden;
  height: 174px;
  display: flex;
  justify-content: center;
}

.blog .entry .entry-title {
  font-size: 19px;
  padding: 0;
  margin: -2px 0px -10px -14px;
  text-align: center;
  white-space: nowrap;
        overflow: hidden;
}

.blog .entry .entry-title a {
  color: #333333;
  transition: 0.3s;
  font-size: 14px;
   
  font-family: 'Roboto';
}


.blog .entry .entry-title a:hover {
  color: #1f5ca9!important;
}

.featured-pd
{
  padding-top: 35px;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
  margin-top: 15px;
}

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

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

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  /*-moz-text-align-last: right;*/
  text-align-last: center;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #1f5ca9!important;
   margin: -2px 0px -10px 5px;
  color: #fff;
  padding: 4px 12px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}

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

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #1f5ca9!important;
}

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

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

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

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

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

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

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

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

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

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

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

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

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #1f5ca9!important;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

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

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

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

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

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

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

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

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

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

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

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

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

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

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

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #1f5ca9!important;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 12px 6px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .sidebar .sidebar-title {
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #333;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 13px;
}

.side-blog-home{
height: 52px;
    width: 100%;
    margin-left: -22px;border-radius: 5px;
    }
.side-blog-h{
    color: #111111d1;font-size: 14px;margin-left: -34px;font-weight: bold;
    white-space: nowrap;overflow: hidden;
}
.side-blog-h2{
    color: #6e6e6e;font-size: 13px;margin-left: -34px;
}


.view-all{
  float: right;
    padding-right: 10%;
    font-size: 16px;
    color: #338cd2;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

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

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #1f5ca9!important;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

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

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

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

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

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #1f5ca9!important;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
    height: 60px;
  float: left;
}

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

.blog .sidebar .recent-posts h4 a {
  color: #111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #1f5ca9!important;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  /*font-style: italic;*/
  font-size: 14px;
  color: #3b3b3b;
}

.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: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #1f5ca9!important;
  background: #1f5ca9!important;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}


#footer {
  background: #000000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #1f5ca9!important;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #22252985;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
  position:relative;
}

#footer .footer-top::before{content: "For Industrial Use only";position: absolute; top: 20px; left: 119px; background: #fff; color: #007cb6; padding: 3px 16px; font-weight: 800; border-radius: 7px;}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #a8a8a8;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1f5ca9!important;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 13px;
  /*font-weight: bold;*/
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 150px;
  overflow: auto;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1f5ca9;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #a8a8a8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1f5ca9!important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

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

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .category-top
      {

       padding-top: 150px;
          /* background-color: #1f5ca936;*/
      }

      @media (max-width: 991px) {
  .category-top-m {

   padding-top: -99px;
  }

}

.wishlist-size
{
 font-size: 24px;
}


@media (max-width: 991px) {
  .mobile-adds {
   
   margin-top: 20px;
  }

}

.side-bar
{

  text-align: left;
  padding: 7px;
}

.sidebar-img
{
  height: 80px;
  width: 80px;
}
.sidebar-pd
{

  padding-top: 10px;
}

.star-small
{
  font-size: 12px;
}
.star-small-sid
{
  font-size: 15px;
}

.pro-det-price{font-size: 21px;font-weight: bold;display: flex ; align-items: center; justify-content: flex-start;margin: 7px 0;}

.pro-det-price .tax_text{color: #007cb6; font-size: 14px; background: #fff; padding: 4px 10px; border-radius: 4px;display: inline-block;margin-left: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}


.tab {
  overflow: hidden;
 
  
}


.tab button {
background-color: #f3f0f0;
        border: 1px solid #f3f0f0;
        width: 60px;
        margin-left: 10px;
        padding: 3px;
        color: grey;

}
#size-price{color:#000;}

.tab button:hover {
  background-color: #1f5ca9!important;
color: white;
}


.tab button.active {
  background-color: #1f5ca9;
  color: white;
}


.tabcontent {
  display: none;
  padding: 23px 2px;
  border-bottom: 1px solid #eee;
  border-top: none;
}

.add-to-cart
{
  background-color: #1f5ca9!important;
  padding: 10px;
  color: white;
  border: 1px solid #1f5ca9;
}

.qty-cart
{
    width: 34px;
    height: 35px;
    font-size: 19px;
    border: 1px solid #eee;
    text-align: center;
}

.testimonialss
{
  margin: 15px 0 0 0;
    padding: 0;
    font-size: 17px;
    font-family: 'Roboto';
    background-color: antiquewhite;
    padding-bottom: 91px

}

.certi-img
{
height: 170px;
    width: 100%;
}

.table-m
{
  border-top: 1px solid #eee;
  padding:10px;
  margin-left: 13px;
}

.cart-qty
{
  height: 32px;
  width: 30px;
}

.place-order
{
padding-top: 38px;
    margin-left: -23px;
}
.btn-remove
{
  background-color: black;
    color: white;
    padding:10px;
    border: 1px solid black;
}
.btn-place
{
  background-color: #1f5ca9!important;
    color: white;
    padding:10px;
    border: 1px solid #1f5ca9;
    
}


.product-pd
{
  font-size: 17px;padding-top: 70px;
}
@media (max-width: 991px) {
  .mob-product {
   
  padding-top: 233px;
  }

}

.Billing-font
{
  font-size: 14px;
}

.pro-mo-w
{
 width: 100%;
}
.about-bggg{
  position:relative;
  padding: 0px;


}

.about-bggg:before{
  position: absolute;
  content: "";
   padding: 0px;
   
   background-color: rgb(3, 37, 163, 0.64);
   width: 100%;
   height: 100%;


}

.bg-overlay {
    background: linear-gradient(rgba(217 194 129), rgba(82 81 78 / 40%)), url("https://t4.ftcdn.net/jpg/03/07/31/39/360_F_307313938_mdMP3guFiQnIGjwUoNi2QON4Ljajpf1R.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 90%;
    width: 100%;
    padding-top: 40px;
}

@media (max-width: 991px) {
  .home-img-a {
   
  max-width: 99%;
  }

}
.blog-bag{background-color: lightblue;padding:60px 0;}

.font-size-rate
{
  font-size: 15px;
  color: #545454;
  font-family: "'Roboto'", sans-serif;
}

.slider-btn
{
    display: inline-block;
    background: #1f5ca9!important;
    color: white;
    padding: 6px 16px;
    transition: 0.3s;
    margin-top: 11px;
    font-size: 10px;
    border-radius: 0px;
    font-family: "Roboto", sans-serif;
    
  }

.top-hed-icon
{
    font-size: 20px;
    border-radius: 23px;
    border: 1px solid #47b4ea;
    padding: 8px;
    background-color: #47b4ea;
}

.pro-details
{
  height: 160px;
  width: auto;
}


@media (max-width: 991px) {
  .category-height-mo {
   
/*padding-top: 256px;*/
height: 522px;
  }

}

.featured .icon-box1:hover {
  background-color: #1f5ca9;
    color: white;
    border: 1px solid white;
    padding: 8px;
    border-radius: 0px 0px;
 
  
}

.blog .icon-box2:hover {
  background-color: black;
    color: white;
    border: 1px solid black;
    padding: 10px;
    border-radius: 0px 11px;
 
  
}

.banner-img
{
  height: auto;
  width: 100%;
   margin-left: 18px;
}

@media (max-width: 991px)
{
  .banner-img-m
  {
      height: auto;
  width: 100%;
  }
}

@media (max-width: 991px)
{
  .search-mobile
  {
      padding-top: 0px;
    width: 339px
  }
}

@media (max-width: 991px)
{
  .cart-mobile
  {
     margin: -23px 151px;
     margin-top: -62px;
  }
}

.cart-mar
  {
     margin: 0px 20px;
  }


body {
  overflow-x: hidden;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,
h1+p {
  margin: 30px 15px 0;
  font-weight: 300;
}
h1+p a {
  color: #333;
}
h1+p a:hover {
  text-decoration: none;
}
h2 {
  margin: 0px 15px 0;
  padding: 0;
  font-weight: 300;
}
h2 span {
  margin-left: 1em;
  color: #aaa;
  font-size: 85%;
}
.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}


.text-color {
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: white; }
  50% { color: #cbb307; }
  100% { color: #08edc3; }
}
.enquiry-top{
background-color:#2560ab99;color: white;padding-top:15px ;
}
.enquiry-img{
padding-top: 34px;
    height: 377px;
  }

  .enquiry-bot
  {
    padding-bottom: 5px;
    margin-left: 0px;
    text-align: center;
  }
  
  .border-tab{
   border: 2px solid #f7f7f7;padding-top: 15px;
   }

.text-profile{
   font-size: 14px;text-align: center;color:#000;
   }

.delivery-heading
{
   font-size: 17px;font-weight: bold;
   }
.text-color-icon
{
   font-size: 39px;color: #4174b6
}
  
.pera-foot
{
  color: #a8a8a8;
  font-size: 13px;
}
.foot-heading
{
font-size: 13px;
}
.foot-subscriber{
background-color: #0636a3;border-radius: 30px;
    padding: 0 1.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-top: 24px;
    height: 40px;
    }

    .about-width{
      width: 100%;
      height: 350px;
    }



    .about-category
    {
      display: inline-block;
    background: #1f5ca9!important;
    color: #fff;
    margin-top: 8px;
    padding: 5px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    }




.navbar-Currency {
  overflow: hidden;
  background-color: #2560ab;
  width: 48px
}


.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  
  background-color: inherit;
  font-family: inherit;
  margin: 3px;
  margin-left: 6px;
    padding-bottom: 1px;
}



.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #0088cc;
  min-width: 48px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;

}

.dropdown1-content a {
  float: none;
  color: white;
  padding: 1px 11px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.dropdown1-content a:hover {
  background-color: #1a54ad;
}

.dropdown1:hover .dropdown1-content {
  display: block;
}

.icon-color
{
  color: #2560ab;
}


 

.filter-price {
  width: 210px;
  border: 0;
  padding: 0;
  margin: 0; 
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  background: #37b1e5;
  padding:10px;
}

.price-container {
      display: flex;
 border: 1px solid #ccc; 
    padding: 5px;
    margin-left: 0px;
  width:100%;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  margin: 0px -102px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
}

.price-field input[type=range] {
    position: absolute;
}


.price-field input[type=range] {
  width: 100%;
    height: 6px;
border: 1px solid #1f5ca9;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
        background-color: #1f5ca9;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: red;
  border-radius: 5px;
}


.price-field input[type=range]::-webkit-slider-thumb { 

    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -6px;
    background-color: #007cb6;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 

  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 

  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #242424;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}


.price-field input[type=range]::-webkit-slider-runnable-track { 

  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #555;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
   width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
 
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}

 .back-btn-ground
 {background-color: #1f5ca9;
    color: white;
    border: 1px solid white;
    padding: 5px 8px 5px 12px;}

.price-wrap {
  display: flex;
  color: #242424;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
  justify-content: center;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
  margin-left: 0px;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
    margin: 6px 0px 5px 5px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 23px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px;
}


    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.social-icon-det{
height: 25px;width: 25px;
}
.product-img{
height: 380px;
}
.wish-list-title{
    border-top: 1px solid #eee; border-bottom: 1px solid #eee;padding: 23px 2px;
    }
.title-wish{
    color: #33333f;font-weight: bold;font-size: 14px;
   

    }
#related-pro{
    color:white;
    }


    

.column {
  float: left;
  width: 100%;
  padding: 10px;
}




.btnlist {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btnlist:hover {
  background-color: #ddd;
}

.btnlist.active {
  background-color: #666;
  color: white;
}




.container1{
    min-height:74vh;
    
    display:flex;
    justify-content:center;
    align-items:center;
}
.card{
    height: 460px;
        width: 350px;
        border-radius: 0px;
        background-color: #0d4389!important;
        padding: 30px 20px;
        font-family: 'Poppins', sans-serif;
}


.card-details{
    position:relative;
    display:flex;
    
    padding-bottom:20px;
}
.card-details input{
    height:46px;
    width:100%;
    font-size:14px;
   color:white;
    background-color:#ffffffcf;
    color:white;
    padding:0px 20px;
    padding-left:50px;
    box-sizing:border-box;
    border-radius:0px;
    outline:none;
    border:none;
}
.card-details select{
    background-color:#ffffffcf;
    padding-left: 45px;
        color: grey;
}
.card-details i{
    position:absolute;
    left:10px;
    top:16px;
    color:#0d4389;
    font-size:18px;
}
.card-details span{
    position:absolute;
    width:20px;
    height:20px;
    background-color:#fff;
    border-radius:50%;
    color:#ffe4be;
    font-size:10px;
    color:#000;
    right:10px;
    top:15px;
    opacity:0.4;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}


.forget{
    color:#fff;
    margin-bottom:13px;
}
.sign-in{
   display:flex;
   justify-content:center;
   align-items:center;
    height:40px;
    width:100%;
    font-size:14px;
    color:#093162;
    border-radius:0px;
    background-color:#fcdba8;
    font-weight:600;
    cursor:pointer;
    transition:all 0.5s;
    border:none;
}
.sign-in:hover{
    background-color:#b7a486;
    
}
.sign-up{
    margin-top:30px;
    color:#ccc;
}
.sign-up a{
    color:#fff;
    text-decoration:none;
    transition:all 0.5s;
}
.sign-up a:hover{
    color:#f4d5a8;
}



.checked {
  color: orange;
}


.side {
  float: left;
  width: 15%;
  
}

.middle {
  margin-top:10px;
  float: left;
  width: 56%;
}


.right {
  text-align: right;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 10px;
}
.aniketrod-widgets{display:none;} 

.bar-5 {width: 60%; height: 8px; background-color: #04AA6D;border-radius: 10px;}
.bar-4 {width: 30%; height: 8px; background-color: #2196F3;border-radius: 10px;}
.bar-3 {width: 10%; height: 8px; background-color: #00bcd4;border-radius: 10px;}
.bar-2 {width: 4%; height: 8px; background-color: #ff9800;border-radius: 10px;}
.bar-1 {width: 15%; height: 8px; background-color: #f44336;border-radius: 10px;}

@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}
.warning{
    border:2px solid red !important;
}

/*.card-padding*/
/*{*/
/*  padding-top: 100px;width: 318px;*/
/*}*/
.card-bo-none
{
background-color: #f0ffff00;border:none;
}
.card-text-font
{
color: white;font-size: 17px;

}


@media (max-width: 991px) {
  #about-mobile-img
 {
   height: 335px;
   width: 100%;
   margin-top: -72px;

  }
}
  @media (max-width: 991px) {
  #about-mobile-img1 {   height: 268px;  width: 100%;  }
  .moz-inq{display:none !important;}

}

 
.selectors { margin-top: 10px; }
.selectors .mz-thumb img { max-width: 56px; }

   
   


.about-img-size
{
height: 335px;
    width: 100%;

}
.bolt{display:none;}
 @media (max-width: 991px) {
  #cate-margin-mo
 {margin: 0px 24px;  }
#social-share{display: none !important;}
.bolt{display:block;color:#fff;}

}
#text-trans{
background-color: #181817a1;
    padding: 5px 10px 8px;
    width: 185px;
    border-radius: 0px;
    color: white;
    }

.pro-text-head{
color: #212121;
    font-size: 18px;
    font-weight: 400;
    display: contents;
  }

 .moz-inq{display: flex !important;}

.litre-price{
    color:#388e3c;font-size: 18px;
    }
 .m-show{display:none;} 
 
@media (max-width: 568px) {
    #moco{justify-content: space-around !important;}
    .d-show{display:none;} 
    .contact-info{display:none !important;}
    .search-mobile {width: 100%;}
    .llp { width: 33%;border: 1px solid #d3d3d37d;}
    .nowrap{display: flex;flex-wrap: nowrap;}
    .footer-category{margin-top:0px;}
    html{overflow-x: hidden;}
    .moz-fill{height: 50px;display: block;}
    .tab button{margin-bottom:10px;}
    .add-to-cart{margin-top:10px;}
    .logo{display: block;margin-top: -30px;}
    .moz-pp{margin-top:-40px;}
#log-defer{display: flex !important;
        justify-content: flex-end !important;
        padding: 0;
        margin: 0 !important;
        margin-top: -25px !important;}
.cart-mobile{margin-top: 22px !important;
        position: absolute;margin-right: 20px !important;}
.coupon{margin-bottom:50px;}
.moz-inq{display: none !important;}
#social-share{display: none !important;}
#footer .copyright {padding-bottom: 50px;}
.as{white-space: nowrap;font-size: 13px;}
}
.aniketrod-widgets{display:none;position:fixed;width:100%;left:0;z-index:1001;padding:10px 0;bottom:0;background-color:#fff;box-shadow:0 0 5px #6666665d}.aniketrod-widgets,.aniketrod-widgets a{font-size:11px;color:#215ca7;margin-bottom: 0px;}.stikybadge{position:absolute;top:-5px;font-size:10px;display:none;left:50%;background-color:red;color:#fff;border-radius:50%;width:16px;z-index:2;height:16px}body #wh-widget-send-button{display:none;right:50%!important;bottom:0!important;margin-right:-45px!important}.aniketrod-widgets .fa{font-size:20px;color:#215ca7}a.movetoenqury.wh .fa{font-size:30px;background:#1cb824;color:#215ca7;border-radius:50%;padding:8px 11px;position:absolute;top:-4px;right:5px}@media (max-width: 991px){.aniketrod-widgets,body #wh-widget-send-button{display:block}}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-ring.animated,.faa-ring.animated-hover:hover,.faa-parent.animated-hover:hover > .faa-ring{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}

.text-case{
 text-transform: capitalize !important;    
}

.show-gst{
 display:inline-block;    
}
.hide-gst{
 display:none;    
}

.validation-error{
 color:indianred;
 font-weight:normal !important;
}

.market-area-heading h1 {
    padding: 10px;
    margin: 0 0 10px;
    background-color: #ee3232;
    border-radius:5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.market-area h4 {
    color: #000;
    margin-bottom: 10px;
}
.market-area h4 a {
    margin: 0 0 5px;
    font-size:18px;
    color: #ef682f;
    line-height: 1.1;
    font-weight:600;
    text-transform: uppercase;
}

.market-area ul {
    overflow: hidden;
}

.market-area ul li {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 10px;
    list-style: none;
}

.market-area ul li a{
    padding: 6px 10px;
    font-size: 12px;
    font-weight:600;
    border: 1px solid #423f3f;
    color: #423f3f;
    width: 98%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

.market-area ul li a:hover {
    color:#fff;
    text-decoration:none;
    border: 1px solid #000;
    background-color:#000;
}

.market-place h3 {
    
    background: #ff8c00;
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    
}
.fixed-top {margin-top:0px !important;}


.sec p{text-align: justify;
    margin: 10px 10px 10px 10px;
    font-size: 19px;
    
}


.sec{
    position: relative;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    box-shadow: 5px 5px 5px 4px #d3d3d3b3;
    border-bottom: 2px solid #1a9f51;
    margin-bottom: 20px;
    border: 5px solid #fff;
    border-radius: 5px;
}
.sec h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}   
    
.aet{width: 100px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 10px;
   
}
 
 
 
 @media (max-width: 600px){
.aet{width: 50%;
    height: 12%;
    margin-top: 10px;}
}
   .mm{box-shadow: 5px 5px 5px 4px #d3d3d3b3;
    border-bottom: 2px solid #1a9f51;
    margin-bottom: 20px;
    border: 5px solid #fff;
    border-radius: 5px;}

.sect h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 23px;
    padding-bottom: 23px;
    padding-top: 0px;
    position: relative;
    font-family: 'Roboto';
    text-align: center;
    margin-top: 60px;
}

.se{
    max-width: 400px;
    width: 100%;
    padding: 0;
    border: 5px solid #fff;
    border-radius: 5px;
    margin: 10px;}
.ae{
    width: 70px;
    height: 70px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #439515;
    font-size: 50px;
    background: #007cb6;
    border-radius: 50%;
    line-height: 80px !important;
    }
.aeth{
    background-color: #007cb6ab;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 12px;
    height: 88px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 17px;
    padding: 1px;
    
}



@media (max-width: 991px) {
  .aeth {
    background-color: #007cb6ab;
    border-radius: 10px;
    padding: 0 1.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 27px;
    width: 100%;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    padding-bottom: 3px;
    height: 150px;
}}



.vist{
margin: 2px 2px 2px 15px;padding: 10px 10px 10px 10px;width: 17%;
    font-size: 16px;text-align: center;
    font-weight: 800; }

.foot-subscribers{
    margin-left: 740px;
    margin-top: -135px;}

@media (max-width: 991px) {
.foot-subscribers{ 
    margin: 2px 2px 2px 15px;
    padding: 3px 10px 10px 10px;
    width: 40%;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-left: 20px;
    height: 45px;
    margin-bottom: 10px
}}



.aetho h4 {margin-top: 40px;
    font-size: 14px;}

.aetho p{margin-top: 40px;
    font-size: 12px;}

@media (max-width: 991px) {
.aetho h4 {
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: -25px;
    }}
    
    @media (max-width: 991px) {
.aethonn  {
     margin-right: 20px;
    margin-left: -8px;
    }}

@media (max-width: 991px) {
.sec p {
    text-align: justify;
    margin: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 500;
}}


.mu{position: relative;text-align: center;
min-height: 220px;overflow: hidden;box-shadow: 5px 5px 5px 4px #d3d3d3b3;
border-bottom: 2px solid #1a9f51;margin-bottom: 20px;
border: 5px solid #fff;border-radius: 5px; padding-bottom: 70px;}

@media (max-width: 991px) {
.mu{position: relative;text-align: center;
min-height: 220px;overflow: hidden;box-shadow: 5px 5px 5px 4px #d3d3d3b3;
border-bottom: 2px solid #1a9f51;margin-bottom: 20px;
border: 5px solid #fff;border-radius: 5px;}}

.muk{
    position: relative;text-align: center;
min-height: 220px;overflow: hidden;box-shadow: 5px 5px 5px 4px #d3d3d3b3;
border-bottom: 2px solid #1a9f51;margin-bottom: 20px;
border: 5px solid #fff;border-radius: 5px; margin: 0px;
}


@media (max-width: 991px) {
.sect h2 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
}}


.thon h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 23px;
    padding-bottom: 23px;
    padding-top: 0px;
    position: relative;
    font-family: 'Roboto';
    text-align: center;
   margin-top: -10px;
}

@media (max-width: 991px) {
.thon h2 {
    font-size: 21px;
    font-weight: 600;
    margin-top: -60px;
}}


.aethon{
  margin-right: 20px;
    margin-left: 15px;
    }
    
.aethonn{
  margin-right: 20px;
    margin-left: 15px;
    }
    
 @media (max-width: 991px) {   
  .aethon {
    margin-right: -1px;
    margin-left: 0px;
}  }
 
 @media (max-width: 991px) {   
  .aethon h4 {
    font-size: 12px;  
}  }
 
@media (max-width: 991px) {  
.muk{
    min-height: 125px;
}}

@media (max-width: 991px) {
.ae{
    width: 38px;
    height: 38px;}}


    
.aeth p:nth-child(1) {
  padding: 10px;
    margin-left: 100px;
    font-size: 21px;
}    
.aeth p:nth-child(2) {
    padding: 10px;
    margin-left: 100px;
    font-size: 18px;
    color: white;}
    
    
.aetho{
    margin-right: 20px;
    margin-left: 15px;
    
}

@media (max-width: 991px) { 
.aeth p:nth-child(1) {
    padding: 10px;
    margin-left: -15px;
    font-size: 18px;
}}

@media (max-width: 991px) { 
.aeth p:nth-child(2) {
    padding: 10px;
    margin-left: -50px;
    font-size: 18px;
    color: white;}}
    
@media (max-width: 991px) {     
.ku {margin-left: 150px;
    margin-top: -45px;
    margin-bottom: 10px;}}
    
.login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;
  float:left;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  
  &:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
  }
  
  &:active {
    background-color: #eeeeee;
  }
  
  &:focus {
    outline: none;
    box-shadow: 
      0 -1px 0 rgba(0, 0, 0, .04),
      0 2px 4px rgba(0, 0, 0, .25),
      0 0 0 3px #c8dafc;
  }
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
    

.goog-logo-link {
    display:none !important;
    font-size:0px !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}

@media(max-width:425px){
    #footer .footer-top::before{left: 12px;}
    .pro-det-price{font-size: 15px;}
    .pro-det-price .tax_text{font-size: 12px;}
    
}