/*css.gg Fonts*//*
@import url('https://css.gg/search.css');
@import url('https://css.gg/math-minus.css');*/
/*css.gg Fonts*/

/*data-zoom-effect="true" data-activation="mouseenter"*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');

*{
  font-family: 'Inter';
  box-sizing: border-box;
}

html{ scroll-behavior: smooth; }

body{
  overflow-x: hidden !important;
}

.cb_color{ color: #202020; }

/*Arrow animation*/

i {
  color: #8B90A3;
  margin-left: 20px;
}

.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

/*Arrow animation*/

a{
  text-decoration: none;
}

.cb_text{ color: #202020 !important; font-weight: 600; letter-spacing: 0.1vh;  }

.pd-right{ padding-right: 3.5rem; }

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.pd-left{ padding-left: 3.5rem !important}
.pd-left-logo{ padding-left: 3.5rem !important}

.top_m_c {
  padding: 1rem;
}

.responsive-video{ width: 100%; }

.top_m {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .top_m { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .top_m { grid-template-columns: repeat(3, 1fr); }
}

.fl_right {
  float: right;
  display: flex;
  list-style: none;
}

.al_center{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo_head{
  height: 48px;
  margin: 10px 0px;
}

.top-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.top-flex-item-left {
  padding: 0px;
  flex: 33.3333333333%;
}

.top-flex-item-center {
  padding: 10px;
  flex: 33.3333333333%;
}

.top-flex-item-right {
  padding: 10px;
  flex: 33.3333333333%;
}

@media (max-width: 800px) {
  .top-flex-item-right, .top-flex-item-left, .top-flex-item-center {
    flex: 100%;
  }
}


.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: none;
  border-right: none;
  background-color: #f5f5f5;
  padding: 5px 5px 5px 25px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  color: black;
}

.searchTerm:focus{
  color: #202020;
}

.searchButton {
  width: 56px;
  height: 40px;
  border: none;
  background: #202020;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.cart_login li a img{  height: none }

.cart_login { display: block ruby; }

.cart_login li a{ /* font-size: 1.2rem; */ color: #202020; font-weight: 500; letter-spacing: 0.1vh; padding: 0 10px; }

.search_btn_icon{ height: 1rem; }

@media (max-width: 768px){
  .top_m_c {  display: flex;  justify-content: center;   align-items: center;  }
  .pd-left-logo{ padding-left: 0px !important; }
  .top_m_c{ padding: 0px !important; }
  .inline_display h4{ padding: 0rem 4vw !important; }
  .line_stroke{ width: 10vw !important;  height: 3px; }
}

.menu_font_size{ font-size: 1.2rem; }

.banner_Image{
  width: 100%;
}

.line_stroke{
  width: 5rem;
  height: 3px;
  border-radius: 2rem;
  background-color: #202020;
}

.inline_display h4{ padding: 0rem 4vw; }

.diamond{
  font-family: Diamonds;
  letter-spacing: 0.3vh;
}

.inline_display{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


.flex_body{
  display:flex;
  margin:0; 
  justify-content: center;
  align-items:center;
  flex-direction: column;
}

.photo{
  width: 100%;
}

.row{
  display:flex;
  max-width:1500px;
  padding: 0 4px;
  flex-wrap:wrap;  
}

.column{
  flex:25%;
  max-width:25%;
  padding: 0 4px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  .pic_big {
    object-fit: cover;
  }
}

@media (min-width: 600px) {
  
.pic_big {
  height: 600px;
  object-fit: cover;
}
}

.pic_big {
  object-fit: cover;
}

.pic_small {
  height: 290px;
  object-fit: cover;
}


/*Product Tab Start*/

.white_base {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  /* box-shadow: 0 14px 28px rgb(0 0 0 / 7%), 0 10px 10px rgb(0 0 0 / 0%); */
  /* padding: 2vw; */
  padding: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.our-work{
  padding: 50px 0;
}

.our-work h3{
  font-size: 42px;
  color: #00000c;
  font-weight: 700;
}

.our-work p{
  font-size: 18px;
  color: #687074;
  width: 70%;
  margin: 15px auto;
}

.our-work ul{
  margin: inherit;
  max-width: 560px;
  display: flex;
  vertical-align: middle;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

img.category-icons {
  height: 48px;
  max-width: 48px;
}

.our-work ul li{
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all .5s ease;
}

@media screen and (max-width: 600px) {
.our-work ul li{
  width: 52px;
  padding: 10px 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all .5s ease;
}
}
  
.our-work ul li.active,
.our-work ul li:hover{
  color: #FE0505;
  border-bottom: 2px dotted #FE0505;
  border-left: 2px dotted #AAAAAA;
  border-top: 2px dotted #AAAAAA;
  border-right: 2px dotted #AAAAAA;
  border-radius: 10px 10px 0px 0px;
  transition: none;
}

.our-work ul li:last-of-type{
  margin-right: 0; /* will remove that margin with media query for others */
}

.our-work ul li:nth-of-type(2),
.our-work ul li:nth-of-type(3),
.our-work ul li:nth-of-type(4),
.our-work ul li:nth-of-type(5){
  flex-grow: 2;
}

.our-work .container-md{
  overflow: hidden;
  padding: 0;
}

.our-work .container-md .col-md-3{
  padding: 5px;
  float: left;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.our-work .container-md img{
  width: 100%;
}

@media (max-width: 767px){
  .our-work .container-md img{
    margin-bottom: 15px;
    width: 100vw;
  }
}

/*Product Tab End*/

.row_space{ --mdb-gutter-x: 1.5rem !important; }


.bot_poster{
  width: 100%;
}

.hm-gradient {
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
  color: #2E2E2E;
}
.embed-responsive-16by9::before {
  background-image: url('https://mdbootstrap.com/img/screens/yt/video.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.video_card{
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0) !important;
  border-radius: 1vw !important;
}



/*Prodct Page Css Start*/

/*  Reset & General
---------------------------------------------------------------------- */
#wrapper{
  overflow: hidden;
  height: 1153px;
  width: 1643px;
  background:#fff;
}
#header{
  height:92px; 
  background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/header-icons.png") 1448px -2px no-repeat;
  border-bottom:1px solid #eee;
}
#header ul{padding:33px 0 0 45px;}
#header li{
  list-style:none;
  float:left;
  margin-right:30px;  
}
#header li a{
  font-weight:700;
  color:#333;
  font-size:14px; 
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
}
#headerli a:hover{
  color:#000;
  cursor:pointer;
}
#grid-selector{
  height: 10px;
  width: 1291px;
  padding: 40px 0 40px 30px;
  float: left;
  color: #5d5f68;
  font-size: 14px;
}
#grid-menu{
  float:right;
  width:105px;
}
#grid-menu ul{
  width: 65px;
  float: right;
  position: relative;
  top: -1px;}
  #grid-menu li{   
   float:right;
   width:25px;
   height:25px;
   list-style:none;
 }
 #grid-menu li a{   
   display:block;
   width:25px;  
   height:25px;
   background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/grid-menu.png") 0 0  no-repeat;
 }
 #grid-menu li.smallGrid{margin-right:7px;}
 #grid-menu li.smallGrid a{background-position:0 -33px;}
 #grid-menu li.largeGrid a{background-position:-37px 0;}

 #grid-menu li.smallGrid a.active{background-position:0 0;}
 #grid-menu li.largeGrid a.active{background-position:-37px -33px;}
 

 #grid{  
  width: 1335px;
  position: absolute;
  left: 300px;
  height: 1200px;
  top: 220px;
}
#sidebar{
  float:left;
  background:#fff;
  width:275px;  
  padding:13px 0 0 45px;
  height:1400px;
  border-right:1px solid #eee;
}
#sidebar h3{
  color:#262626;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  padding:35px 0 10px 0;
  letter-spacing:1px;
  clear:both;
}
#cart{padding:0px;}
#cart .empty{
  font-style:italic;
  color:#a0a3ab;
  font-size:14px;
  letter-spacing:1px; 
}
#sidebar .checklist{
  padding:0;
}

.footer-menu ul li{ list-style: none; }

.checklist ul li{ 
  font-size:14px;
  font-weight:400;
  list-style:none;
  padding: 7px 0 7px 23px;
}
.checklist li span{
  float:left;
  width:11px;
  height:11px;
  margin-left:-23px;
  margin-top:4px;
  border: 1px solid #d1d3d7;
  position:relative;  
}
.sizes li span, .categories .sizes li{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.checklist li a{
  color:#676a74;
  text-decoration:none; 
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.checklist li a:hover{  
  color:#222;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.checklist a:hover span{  
  border-color:#a6aab3; 
}
.sizes a:hover span, .categories a:hover span{  
  border-color:#a6aab3;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.checklist a span span{border:none;margin:0;float:none; position:absolute;top:0;left:0;}
.checklist a .x{
  display:block;
  width:0;   
  height:2px;
  background:#5ff7d2;
  top:6px;
  left:2px; 
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg); 
  -webkit-transition: all 50ms ease-out;
}
.checklist a .x.animate{
  width:4px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.checklist a .y{
  display:block;
  width:0px; 
  height:2px;
  background:#5ff7d2;
  top:4px;
  left:3px; 
  -ms-transform: rotate(13deg); 
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);  
  -webkit-transition: all 50ms ease-out;
}
.checklist a .y.animate{
  width:8px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.checklist .checked span{
  border-color:#8d939f;
}
.colors ul, .sizes ul{
  float:left; width:130px;  
}
.colors ul li{padding-left:21px;}
.colors a span{
  border:none;
  position:relative;
  border-radius:100%;
  background-color:#eae3d3;
  width:13px;
  height:13px;
  margin-left:-20px;
}
.colors a:hover span{
  width:15px;
  height:15px;
  margin-top:3px;
  margin-left:-21px;
}
#sidebar img{margin-top:6px;}

.product{
  position: relative;
  perspective: 800px;
  width:306px;
  height:471px;
  transform-style: preserve-3d;
  transition: transform 5s;
  float:left; 
  margin-right: 23px;
  -webkit-transition: width 500ms ease-in-out;
  -moz-transition: width 500ms ease-in-out;
  -ms-transition: width 500ms ease-in-out;
  -o-transition: width 500ms ease-in-out;
  transition: width 500ms ease-in-out;
}
.product-front img{width:100%;}
.product-front, .product-back{
  width:315px;
  height:480px;
  background:#fff;
  position:absolute;
  left:-5px;
  top:-5px;
  -webkit-transition: all 100ms ease-out; 
  -moz-transition: all 100ms ease-out; 
  -o-transition: all 100ms ease-out; 
  transition: all 100ms ease-out; 
}
.product-back{
  display:none;
  transform: rotateY( 180deg );
}
.make3D.animate .product-back,
.make3D.animate .product-front,
div.large .product-back{
  top:0px;
  left:0px;
  -webkit-transition: all 100ms ease-out; 
  -moz-transition: all 100ms ease-out; 
  -o-transition: all 100ms ease-out; 
  transition: all 100ms ease-out; 
}
.make3D{
  width:305px;
  height:470px;
  position:absolute;    
  top:10px;
  left:10px;  
  overflow:hidden;
  transform-style: preserve-3d;
  -webkit-transition:  100ms ease-out; 
  -moz-transition:  100ms ease-out; 
  -o-transition:  100ms ease-out; 
  transition:  100ms ease-out;
}
div.make3D.flip-10{
 -webkit-transform: rotateY( -10deg );
 -moz-transform: rotateY( -10deg );
 -o-transform: rotateY( -10deg );
 transform: rotateY( -10deg );
 transition:  50ms ease-out;      
}
div.make3D.flip90{
 -webkit-transform: rotateY( 90deg );
 -moz-transform: rotateY( 90deg );
 -o-transform: rotateY( 90deg );
 transform: rotateY( 90deg );
 transition:  100ms ease-in;      
}
div.make3D.flip190{
 -webkit-transform: rotateY( 190deg );
 -moz-transform: rotateY( 190deg );
 -o-transform: rotateY( 190deg );
 transform: rotateY( 190deg );
 transition:  100ms ease-out;       
}
div.make3D.flip180{
 -webkit-transform: rotateY( 180deg );
 -moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
 transform: rotateY( 180deg );
 transition:  150ms ease-out;       
}
.make3D.animate{
  top:5px;
  left:5px;
  width:315px;
  height:480px;
  box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
  -webkit-transition:  100ms ease-out; 
  -moz-transition:  100ms ease-out; 
  -o-transition:  100ms ease-out; 
  transition:  100ms ease-out; 
}
div.large .make3D{
  top:0;
  left:0;
  width:315px;
  height:480px;
  -webkit-transition:  300ms ease-out; 
  -moz-transition:  300ms ease-out; 
  -o-transition:  300ms ease-out; 
  transition:  300ms ease-out; 
}
.large div.make3D{box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);}
.large div.flip-back{display:none;}
.stats-container{
  background:#fff;  
  position:absolute;
  top:382px;
  left:0;
  width: 252px;
  height: 300px;
  padding: 24px 40px 35px 32px;
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out;
}
.make3D.animate .stats-container{
  top:265px;
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out; 
}
.stats-container .product_name{
  font-size: 15px;
  color: #393c45;
  font-weight: 700;
}
.stats-container p{
  font-size:15px;
  color:#b1b1b3;  
  padding:2px 0 20px 0;
}
.stats-container .product_price{
  float:right;
  color:#5ff7d2;
  font-size:22px;
  font-weight:600;
}
.image_overlay{
  position:absolute;
  top:0;
  left:0; 
  width:100%;
  height:100%;
  background:#5ff7d2;
  opacity:0;  
}
.make3D.animate .image_overlay{
  opacity:0.7;  
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out; 
}
.product-options{
  padding:0;
}
.product-options strong{
  font-weight:700;
  color:#393c45;
  font-size:14px;
}
.product-options span{  
  color:#969699;
  font-size:14px;
  display:block;
  margin-bottom:8px;
}
.add_to_cart{ 
  position:absolute;
  top:80px;
  left:50%;
  width:152px;
  font-size:15px;
  margin-left:-78px;
  border:2px solid #fff;
  color:#fff; 
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  padding:10px 0; 
  opacity:0;
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out; 
}
.add_to_cart:hover{ 
  background:#fff;
  color:#5ff7d2;
  cursor:pointer;

}
.make3D.animate .add_to_cart{
  opacity:1;  
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out;     
}
.view_gallery{  
  position:absolute;
  top:144px;
  left:50%;
  width:152px;
  font-size:15px;
  margin-left:-78px;
  border:2px solid #fff;
  color:#fff; 
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  padding:10px 0; 
  opacity:0;
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out; 
}
.view_gallery:hover{  
  background:#fff;
  color:#5ff7d2;
  cursor:pointer;

}
.make3D.animate .view_gallery{
  opacity:1;  
  -webkit-transition: all 200ms ease-out; 
  -moz-transition: all 200ms ease-out; 
  -o-transition: all 200ms ease-out; 
  transition: all 200ms ease-out;     
}
div.colors div{
  margin-top:3px;
  width:15px; 
  height:15px;  
  margin-right:5px;
  float:left;
}
div.colors div span{
  width:15px; 
  height:15px; 
  display:block;
  border-radius:50%;
}
div.colors div span:hover{
  width:17px;
  height:17px;
  margin:-1px 0 0 -1px;
}
div.c-blue span{background:#6e8cd5;}
div.c-red span{background:#f56060;}
div.c-green span{background:#44c28d;}
div.c-white span{
  background:#fff;
  width:14px;
  height:14px; 
  border:1px solid #e8e9eb;
}
div.shadow{
  width:335px;height:520px;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  display:none;
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
  background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
  background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
  background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2)); 
}
.product-back div.shadow{
  z-index:10;
  opacity:1;
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
  background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
  background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
  background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1)); 
}
.flip-back{
  position:absolute;
  top:20px;
  right:20px;
  width:30px;
  height:30px;
  cursor:pointer;
}
.cx, .cy{
  background:#d2d5dc;
  position:absolute;
  width:0px;
  top:15px;
  right:15px;
  height:3px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.flip-back:hover .cx, .flip-back:hover .cy{
  background:#979ca7;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.cx.s1, .cy.s1{ 
  right:0;  
  width:30px; 
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.cy.s2{ 
  -ms-transform: rotate(50deg); 
  -webkit-transform: rotate(50deg); 
  transform: rotate(50deg);    
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.cy.s3{ 
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);    
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.cx.s1{ 
  right:0;  
  width:30px; 
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.cx.s2{ 
  -ms-transform: rotate(140deg); 
  -webkit-transform: rotate(140deg); 
  transform: rotate(140deg);     
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.cx.s3{ 
  -ms-transform: rotate(135deg); 
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);     
  -webkit-transition: all 100ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.carousel{
  width:315px;
  height:500px;
  overflow:hidden;
  position:relative;
}
.carousel ul{
  position:absolute;
  top:0;
  left:0;
}
.carousel li{
  width:315px;
  height:500px;
  float:left;
  overflow:hidden;  
}
.carousel img{
  margin-top: -22px;
  width: 110%;
}
.arrows-perspective{
  width:315px;
  height:55px;
  position: absolute;
  top: 218px;
  transform-style: preserve-3d;
  transition: transform 5s;
  perspective: 335px;
}
.carouselPrev, .carouselNext{
  width: 50px;
  height: 55px;
  background: #ccc;
  position: absolute; 
  top:0;
  transition: all 200ms ease-out; 
  opacity:0.9;
  cursor:pointer;
}
.carouselNext{
  top:0;
  right: -26px;
  -webkit-transform: rotateY( -117deg );
  -moz-transform: rotateY( -117deg );
  -o-transform: rotateY( -117deg );
  transform: rotateY( -117deg );
  transition: all 200ms ease-out;       

}
.carouselNext.visible{
  right:0;
  opacity:0.8;
  background: #fff;
  -webkit-transform: rotateY( 0deg );
  -moz-transform: rotateY( 0deg );
  -o-transform: rotateY( 0deg );
  transform: rotateY( 0deg );
  transition: all 200ms ease-out; 
}
.carouselPrev{    
  left:-26px;
  top:0;
  -webkit-transform: rotateY( 117deg );
  -moz-transform: rotateY( 117deg );
  -o-transform: rotateY( 117deg );
  transform: rotateY( 117deg );
  transition: all 200ms ease-out; 

}
.carouselPrev.visible{
  left:0;
  opacity:0.8;
  background: #fff;
  -webkit-transform: rotateY( 0deg );
  -moz-transform: rotateY( 0deg );
  -o-transform: rotateY( 0deg );
  transform: rotateY( 0deg );
  transition: all 200ms ease-out; 
}
.carousel .x, .carousel .y{
  height:2px;
  width:15px;
  background:#5ff7d2;
  position:absolute;
  top:31px;
  left:17px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg); 
}
.carousel .x{
  -ms-transform: rotate(135deg);  
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);    
  top:21px;
}
.carousel .carouselNext .x{
  -ms-transform: rotate(45deg);   
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);   
}
.carousel .carouselNext .y{
  -ms-transform: rotate(135deg);  
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);    
}
div.floating-cart{
  position:absolute;
  top:0;
  left:0; 
  width:315px;  
  height:480px;
  background:#fff;
  z-index:200;
  overflow:hidden;
  box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
  display:none;
}

div.floating-cart .stats-container{display:none;}
div.floating-cart .product-front{width:100%; top:0; left:0;}
div.floating-cart.moveToCart{
  left: 75px !important;
  top: 55px !important;
  width: 47px;
  height: 47px; 
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out; 
}
body.MakeFloatingCart div.floating-cart.moveToCart{ 
  left: 90px !important;
  top: 140px !important;
  width: 21px;
  height: 22px;
  box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
div.cart-icon-top{
  position:absolute;
  background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
  margin:0;
  width:21px;
  height:3px;
  z-index:1;
  top: 140px;
  left: 90px;
}
div.cart-icon-bottom{
  position:absolute;
  background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
  margin:0;
  width:21px;
  height:19px;
  z-index:1;
  top: 143px;
  left: 90px;
}
body.MakeFloatingCart div.cart-icon-top{z-index:30;}
body.MakeFloatingCart div.cart-icon-bottom{z-index:300;}  
.cart-item{ 
  padding: 11px 0 5px 110px;
  height: 62px;
  width: 210px;
  margin-left: -45px;
  position:relative;
  background:#fff;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.cart-item.flash{background:#fffeb0;}
.cart-item-border{
  position:absolute;
  bottom:0;
  left:45px;
  background:#edeff0;
  height: 1px;
  width: 230px;
}
.cart-item .img-wrap{
  width:50px; 
  height:50px; 
  overflow:hidden;
  border:1px solid #edeff0;
  float:left;
  margin-left:-65px;  
}
.cart-item img{width:100%; position:relative;top:-10px;}
.cart-item strong{color:#5ff7d2; font-size:16px;}
.cart-item span{
  color: #393c45;
  display: block;
  font-size: 14px;
}

.cart-item .delete-item{
  background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/delete-item.png") 0 0 no-repeat;
  width:15px;
  height:15px;
  float:right;
  margin-right:18px;
  display:none;
}
.cart-item:hover .delete-item{display:block;cursor:pointer}


#info{
  position: absolute;
  top: 20px;
  left: 676px;
  text-align: center;
  width: 413px;

}
#info p{font-size:15px; padding:3px;color:#b1b1b3}
#info a{text-decoration:none;} 
#checkout{
  border: 2px solid #5ff7d2;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 9px;
  position: absolute;
  top: 137px;
  left: 181px;
  color: #5ff7d2;
  display:none;
}

.product.large{
  width:639px;
  margin-bottom:25px;
  overflow:hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}




/* ---------------- */
.floating-image-large{
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.info-large{
  display:none;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 42px;
  width: 245px;
  height: 395px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.large .info-large{
  left: 310px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.info-large h4{
  text-transform:uppercase;
  font-size:28px;
  color:#000;
  font-weight:400;
  padding:0;
}
div.sku{
  font-weight: 700;
  color: #d0d0d0;
  font-size: 12px;
  padding-top: 11px;
}
div.sku strong{
  color:#000;
}
.price-big{
  font-size: 34px;
  font-weight: 600;
  color: #5ff7d2;
  margin-top: 21px;
}
.price-big span{
  color:#d0d0d0;
  font-weight:400;
  text-decoration:line-through;
}

.add-cart-large{
  border: 3px solid #000;
  font-size: 17px;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  width: 246px;
  margin-top: 38px; 
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.add-cart-large:hover{
  color: #5ff7d2;
  border-color:#5ff7d2;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor:pointer;
}
.info-large h3{
  letter-spacing: 1px;
  color: #262626;
  text-transform: uppercase;
  font-size: 14px;
  clear:left;
  margin-top:20px;
  font-weight: 700;
  margin-bottom:3px;
}


.colors-large{
  margin-bottom:38px;
}
.colors-large li{
  float:left;
  list-style:none;
  margin-right:7px;
  width:16px;
  height:16px;
}
.colors-large li a{
  float:left;
  width:16px;
  height:16px;
  border-radius:50%;
}
.colors-large li a:hover{
  width:19px;
  height:19px;
  position:relative;
  top:-1px;
  left:-1px;
}

.sizes-large{
}
.sizes-large span{
  font-weight:600;
  color:#b0b0b0;
}
.sizes-large span:hover{color:#000;cursor:pointer;}

.product.large:hover{
  box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15); 
}

/*Prodct Page Css End*/


/*Footer Start*/


a:focus,a:hover {
 text-decoration:none;
 -webkit-transition:.3s ease;
 -o-transition:.3s ease;
 transition:.3s ease;
}
a:focus {
 outline:0;
}
img {
 max-width:100%;
}
p {
 font-size:16px;
 line-height:30px;
 color:#898b96;
 font-weight:300;
}
h4 {
 margin:0;
 font-weight:400;
 padding:0;
 color:#363940;
}
a {
 color:#5867dd
}
.no-padding {
 padding:0!important;
}
.go_top {
 line-height:40px;
 cursor:pointer;
 width:40px;
 background:#5867dd;
 color:#fff;
 position:fixed;
 -webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);
 box-shadow:0 4px 4px rgba(0,0,0,.1);
 -webkit-border-radius:50%;
 border-radius:50%;
 right:-webkit-calc((100% - 1140px)/ 2);
 right:calc((100% - 1140px)/ 2);
 z-index:111;
 bottom:80px;
 text-align:center;
}
.go_top span {
 display:inline-block;
}

.footer-logo{
  width: auto;
  height: 36px;
  margin-bottom: 18px;
}
.footer-big {
 padding:30px 0px 0px 0px;
}
.footer-big .footer-widget {
 margin-bottom:40px;
}
.footer--light {
 background: #202020;
}
.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
  color:#ACACAC;
}
.footer-menu {
  text-align: left;
 padding-left:48px;
}
.footer-menu ul li a {
 font-size:13px;
 line-height: 40px;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s;
}
.footer-menu ul li a:hover {
 color:#fff;
}
.footer-menu--1 {
 width:100%;
 text-align: left;
}
.footer-widget-title {
 line-height: 42px;
 margin-bottom: 10px;
 font-size: 15px;
 color: #fff;
 /* font-weight: bold;
 letter-spacing: 0.2vh; */
}
.footer-widget ul {
  padding-left: 0px;
}
.compliance-footer{
  border-top: 1px solid #3b4250;
  text-align:center;
  padding:15px 0;
}
.compliance-icon-left{
  float:left;
  width: auto;
  height: 80px;
  padding: 0px;
}
.compliance-icon-right{
  float:right;
  width: auto;
  height: 72px;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  .footer-menu{
    padding-left: 0px;
  }
  .compliance-icon-left{
    float:none;
    width: auto;
    height: 80px;
    padding: 0px;
  }
  .compliance-icon-right{
    float:none;
    width: auto;
    height: auto;
    padding: 0px;
  }
}
.mini-footer {
 border-top: 1px solid #3b4250;
 text-align:center;
 padding:15px 0px;
}
.mini-footer p {
 margin:0;
 line-height:26px;
 font-size:15px;
 color:#f2f2f2;
}
.mini-footer p a {
 color:#F80300;
}
.mini-footer p a:hover {
 color:#FFFFFF;
}
.widget-about img {
 display:block;
 margin-bottom:30px;
}
.widget-about p {
 font-weight:400;
}
.widget-about .contact-details {
 margin:30px 0 0 0;
}
.widget-about .contact-details li {
 margin-bottom:10px;
}
.widget-about .contact-details li:last-child {
 margin-bottom:0;
}
.widget-about .contact-details li span {
 padding-right:12px;
}
.widget-about .contact-details li a {
 color:#5867dd;
}
@media (max-width:991px) {
 .footer-menu {
  /*padding-left:27px;*/
}
}

.li_minus {
  font-weight: bold;
}

.foot_icon{ height: 18px; }

/*Footer End*/

.pro_view_index{
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  visibility: hidden;
  border: none;
  background-color: #202020;
  color: #fff;
  padding: 0.5vh 1vh;
  font-size: 12px;
  font-weight: 500;
}

.pro_view{
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  visibility: hidden;
  border: none;
  background-color: #202020;
  color: #fff;
  padding: 0.5vh 1vh;
  font-size: 12px;
  font-weight: 500;
}

.pro_view_left{
  visibility: hidden;
  z-index: 1;
  position: absolute;
  border: none;
  background-color: #202020;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.pro_view_right{
  visibility: hidden;
  z-index: 1;
  position: absolute;
  border: none;
  background-color: #F80300;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.offer{ 
  background-color: #202020;
  z-index: 1;
  position: absolute;
  color: #fff;
  width: 48px;
  float: right;
  border-radius: 100vw;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 10px 0px 0px;
  right: 0;
  padding: 5px 5px;
}

.gallery:hover .pro_view_index {
  visibility: visible;
  opacity: 2;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}

.gallery:hover .pro_view {
  visibility: visible;
  opacity: 2;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}

.gallery:hover .pro_view_left {
  visibility: visible;
  opacity: 2;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 10px;
}

.gallery:hover .pro_view_right {
  visibility: visible;
  opacity: 2;
  z-index: 1;
  position: absolute;
  transition: opacity 1.5s;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 10px;
}

.fil_hov:hover .col img{ transform: scale(1.1); transition: 1s ease-in-out; z-index: 0; }

/*Blog Page Style Start*/

.flex-container-blog {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: left;
}

.flex-container-product {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: left;
  margin-top: 20px;
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}

.blog-home{ border-radius: 5px; }

.inline-title{ display: block ruby; }

.inline-title h5{ padding-right: 1.5vw; text-transform: uppercase; letter-spacing: 0.1vh;}

.inline-title h6{ padding-right: 1.5vw; text-transform: uppercase; letter-spacing: 0.1vh;}

.blog-right h4{ letter-spacing: 0.1vh; font-weight: bold; }

.blog-tit-content{ font-weight: 500; color: #202020; padding-top:1vw ; }

.author-blog-img{ border: 1px solid #202020; border-radius: 5vw; }

.author-section{ display: inline-flex; justify-content: center; }

.credit-blog h6{ padding-top: 1vw; }

/*Blog Page Style End*/

/*Blog Tab Start*/

.post{ padding-top: 4vw; }

.post-title{ font-weight: 600; }

.viewport {
  position: relative;
  display: block;
  width: 100%;
     min-height: 50rem;
    /* max-height: 250
rem
; */
 overflow: overlay;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  background-color: #fff; 
  /*box-shadow: 0 0.25rem 8rem rgba(0,0,0,0.2);*/
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  animation-name: popAnim;
  animation-duration: 0.3s;
  animation-timing-function: forward;
}
@keyframes popAnim {
  0% { transform: scale(0,0); }
  100%   { transform: scale(1,1); }
}
ul.tabs { 
  display: block;
  padding: 0; 
  margin: 0;
  border-bottom: 1px solid #ECEFF1;
}
ul.tabs:after { 
  content: "";
  display: table;
  clear: both;
}
ul.tabs li { 
  list-style: none; 
  float: left; 
}
input[type="radio"] { display: none; }
input[type="radio"]:checked ~ label:after { 
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  margin-bottom: -1px;
  height: 0.25rem;
  background-color: #202020;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
label {
  position:relative;
  display: block;
  color: #37474F;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  text-transform: capitalize;
  padding: 0.5rem 1rem 0.75rem;
  margin-right: 0.25rem;
  line-height: 1.25rem;
  cursor: pointer;
  background-color: white;
  transition: 0.3s ease-in-out;
}
label:hover:after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  margin-bottom: -1px;
  /* background-color: #20202050; */
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 0.25rem;
}
input[type="radio"]:checked ~ .tabBody { 
  display: block;
}
.tabBody { 
  position: absolute;
  display: none; 
  top: 0; left: 0; right: 0; bottom: 0;
  margin-top: 3.5rem;
  padding: 1rem 1.5rem;
}
.blog-tab {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #546E7A;
}

.blog-post{ border-radius: 5px; }

/*Blog Tab End*/


/*Pagination Start*/

a{
  text-decoration: none;
}

p, li, a{
  font-size: 14px;
}

/* GRID */

.container{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: block ruby;
}
/* GENERAL STYLES */

.pagination{
  padding: 30px 0;
}

.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a{
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}
/* TWELVE */

.p12 a:first-of-type, .p12 a:last-of-type, .p12 .is-active{
  background-color: #202020;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}


/*Pagination End*/


/*Product Page Style Start*/

.product-background{ background-color: #FCFCFC; }

.bc-white{ background-color: #ffffff; }

select {
  border: none;
  outline: none;
  scroll-behavior: smooth;
  background-color: transparent;
}

.bold{ font-weight: 600; color: #202020; letter-spacing: 0.1vh;}

.c-color{ color: #202020; }

.float-right{ text-align: right; }

.pro-flex-item-left {
  padding: 5px 10px;
  flex: 20%;
}

.pro-flex-item-right {
  flex: 80%;
}

@media (max-width: 800px) {
  .pro-flex-item-right, .pro-flex-item-left {
    flex: 100%;
    width: 100%;
  }
}

.show-result{ padding-top: 1.5vw; padding-bottom: 1.5vw;}

/* .product-category{ padding: 15px 20px; border: 1px solid #EFEFEF;} */

.product-category hr{
  border: 1px solid #F2F2F2;
  margin: 20px 0px;
}

.pro-tit{ font-weight: 700; color: #202020; letter-spacing: 0.1vh; }

li{ list-style: none; }

.cat-style{ display: grid; text-align: left; }

.cat-style a{ color: #20202090; font-weight: 500; letter-spacing: 0.1vh; text-decoration: none;}

.active-cat{ font-weight: 700 !important; color: #202020 !important; }

.p-value{ background-color: #D2D2D2; border-radius: 50%; float: right; width: 28px; padding: 2px 0px; text-align: center; font-weight: 500;}

  .p-name { padding: 5px 0px; }

  .active-bc{ background-color: #202020 !important; color: #FFFFFF; }

  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .noUi-target {
    position: relative;
    direction: ltr;
  }

  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
  }

  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .noUi-handle {
    position: relative;
    z-index: 1;
  }

  .noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
its values is > 50%. */
z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
 .noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #FFF;
  box-shadow: 0 0px 10px rgba(0,0,0,0.19), 0 1px 6px rgba(0,0,0,0.23);
}

/* Styling;
*/
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #FE0505;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

#slider-range-value1, #slider-range-value2{ font-size: 14px; font-weight: 600; color: #202020;}

.res {
  color: #202020;
  font-weight: 500;
  letter-spacing: 0.1vh;
}

.our-work-product h3{
  font-size: 42px;
  color: #00000c;
  font-weight: 700;
}

.our-work-product p{
  font-size: 18px;
  color: #687074;
  width: 70%;
  margin: 15px auto;
}

.our-work-product ul{
  /*margin-top: 50px;*/
}


.our-work-product ul li:last-of-type{
  margin-right: 0; /* will remove that margin with media query for others */
}

.our-work-product ul li:nth-of-type(2),
.our-work-product ul li:nth-of-type(3),
.our-work-product ul li:nth-of-type(4),
.our-work-product ul li:nth-of-type(5){
  flex-grow: 1;
}

.our-work-product .container-md{
  overflow: hidden;
  padding: 0;
}

.our-work-product .container-md .col-md-3{
  padding: 5px;
  float: left;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.our-work-product .container-md img{
  width: 100%;
  height: 345px;
  display: flex;
  position: relative;
  z-index: 0;

}
@media screen and (max-width: 600px){
  .our-work-product .container-md .col-md-3{
    float: none;
  }
}
@media (max-width: 767px){
  .our-work-product .container-md img{
    margin-bottom: 15px;
  }
  
}

.product-name{ text-align: left; }

.product-title{ font-weight: 600; color: #202020;    white-space: nowrap; }

.product-price{ color: #FE0505; }

.amount-strike { position: relative; font-size: 15px; color: #20202080; float:right; }

.amount-strike::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #20202080;
  position: absolute;
  bottom: 10px;
  left: 0;
} 


.flex-item-left- {
  padding: 10px;
  flex: 50%;
}

.flex-item-right- {
  padding: 10px;
  flex: 50%;
  text-align: right;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right-, .flex-item-left- {
    flex: 100%;
    width: 100%;
  }

  .flex-item-right-{ text-align: center; }
  .flex-item-left-{ text-align: center; }

  .login_tit{ font-size: 2vh; }

  .login_bc_img{ height: 40vh; }

  

}

@media (max-width: 800px) {
  .login_base{ width: 40vh !important; height: 50vh !important;}
  .forgot_base{ width: 40vh !important; height: 36vh !important;}

  .signup_base{ width: 40vh !important; height: 50vh !important;}

  .login_form h6{ font-size: 15px; }
  .signup_form h6{ font-size: 15px; }
}

@media (max-width: 450px) { 
  .login_base{ width: 40vh !important; height: 70vh !important;} 
  .signup_base{ width: 40vh !important; height:80vh !important;} 
  .forgot_base{ width: 40vh !important; height: 36vh !important;}


  .login_form{ padding: 20px 20px !important; }
  .signup_form{ padding: 40px 20px !important; }

  .pa-t-5{ padding-top: 1rem !important; }

  .spt-2{ padding-top: 2rem !important; }
} 


/*.product-page-banner-image{ position: relative; display: inline-block; }

.product-banner-caption{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: left; color: #FFFFFF; font-weight: bold; }*/

/*Product Page Style End*/

/* Category Page Filter Style Starts */

.resolution.myDiv {
  padding: 10px 0px 25px 0px;
}

.resolution.size {
  padding: 10px 0px 25px 0px;
}

.price-value-caption{
  padding: 0px;
}

.price-slider-box{
  padding-top: 15px;
}

/* Category Page Filter Style Ends */

/*Login Page Style Start*/

.thumbnail {
  position: relative;
  display: inline-block;
}

.login_base {
  padding: 30px;
  position: absolute;
  top: 50%;
  height: 72vh;
  width: 30vw;
  left: 50%;
  transform: translate( -50%, -10% );
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 1vh;
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.forgot_base {
  padding: 30px;
  position: absolute;
  top: 50%;
  height: 37vh;
  width: 30vw;
  left: 50%;
  transform: translate( -50%, -10% );
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 1vh;
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.signup_base {
  padding: 30px;
  position: absolute;
  top: 50%;
  height: 65vh;
  width: 30vw;
  left: 50%;
  transform: translate( -50%, -10% );
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 1vh;
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.login_base h5{ font-weight: 600; letter-spacing: 0.1vh;}
.forgot_base h5{ font-weight: 600; letter-spacing: 0.1vh;}


.signup_base h5{ font-weight: 600; letter-spacing: 0.1vh;}

.login_tit{
  position: absolute;
  top: 20%;
  font-weight: 600;
  letter-spacing: 0.1vh;
  left: 50%;
  transform: translate( -50%, -50% );
  text-align: center;
}

.login_form{ text-align: left; padding: 50px 20px; }
.signup_form{ text-align: left; padding: 30px 20px; }

.login_text_box{ border: none !important; border-bottom: 2px solid #E3E3E3 !important; border-radius: 0px !important;}

.login_form h6{ color: #959595; letter-spacing: 0.1vh; }
.signup_form h6{ color: #959595; letter-spacing: 0.1vh; }

.log_i_color{ color: #6BD5FF; }

.login_text_box:focus{ box-shadow: none !important; font-weight: 600; letter-spacing: 0.2vh; }

.t_b_l{ font-weight:600 !important; color: #202020 !important; letter-spacing: 0.1vh !important; }

.sign_up{ color: #6BD5FF; }

.login_btn{ background-color: #202020; font-weight: 600; letter-spacing: 0.1vh; color: #FFFFFF; border: none; border-radius: 0.8vh; padding: 0.7vw 3vw;}

.login_btn:hover{ background-color: #FFFFFF; color: #202020; border: 2px solid #202020;  }

.pa-t-5{ padding-top: 3rem; }

.spt-2{ padding-top: 0.5rem; }


/*Login Page Style End*/

/*Prodile Page Style Start*/

.arrow_back_profile { padding: 50px; }

.arrow_back_profile h6{ font-weight: 700; color: #202020; letter-spacing: 0.1vh;}

.profile-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.profile-flex-item-left {
  background-color: #202020;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36), 0 10px 10px rgba(0, 0, 0, 0.11);
  padding: 40px 0px 40px 40px;
  flex: 30%;
  text-align: left;
  border-radius: 1vh;
  color: #FFF;
}

.profile-flex-item-left h5{ font-weight: 600; letter-spacing: 0.1vh;}

.profile-flex-item-right {
  background-color: transparent;
  text-align: left;
  padding: 10px 10px 10px 50px;
  flex: 70%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .profile-flex-item-right, .profile-flex-item-left {
    flex: 100%;
  }

  .profile-flex-item-right{ padding-top: 7vh; }
}

.profile_li{ display: grid;}

.profile_li a{ padding-top: 2.5vh; color: #FFF; letter-spacing: 0.1vh; }

.profile_li a:hover{ color: #FFF; }

.profile_li img{ height: 20px; }


/*.profile_active a:marker{ height: 2vh; width: 0.5vh; text-align: right; background-color: #FFFFFF;}
*/
.profile_active, .profile_active:hover {
  background-color: transparent;
  border-right: #FFF solid 4px;
  border-radius: 4px;
}

.pro_tit_style{ font-weight: 700;  color: #202020; letter-spacing: 0.1vh;}

.cus_name_tit{ font-weight: 700; color: #202020; font-size: 1rem; letter-spacing: 0.1vh; }

.btn-profile{ font-weight: 500; letter-spacing: 0.1vh; font-size: 1rem; border: none; background-color: #FF5B5B ; color: #FFF; box-shadow: 0px 8px 14px #FF5B5B78; border-radius: 5px;
padding: 0.8vh 7vh; }

.pro_com{ display: none; }

thead{ background-color: #FF5B5B ; }

th{ font-weight: 600 !important; color: #FFF !important; letter-spacing: 0.1vh; }

td{ border: none !important; font-weight: 600; color: #202020; letter-spacing: 0.1vh; }

.pro-cha-pass{ background-color: #F5F5F5; border: none; border-radius: 0.5vh; }

#showProfile{ display: block; }

#showOrderhistory{ display: none; }

#showPasswordSetting{ display: none; }



/*Prodile Page Style End*/


/*Extended Warranty Page Style Start*/

.info_message{ background-color: #F5F5F5; padding: 1vh 0 1vh 3vh; border-radius: 0.5vh; }

.info_message img{ height: 2vh; opacity: 0.6; }

.info_message span{ color: #1a1a1a80; font-weight: 500; letter-spacing: 0.1vh; }

.warranty_form{ padding-top: 5vh; }

.warranty_column h6{ color: #202020; letter-spacing: 0.1vh; font-weight: 600; }

.warranty_box{ height: 6vh; width: 100%; }

.form-control::file-selector-button{ height: 6vh; }

.none{ visibility: hidden; }

::placeholder {
  font-weight: 500;
  letter-spacing: 0.1vh;
  color: #aeaeae !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-weight: 500;
  letter-spacing: 0.1vh;
  color: #aeaeae !important;
  opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
 font-weight: 500;
  letter-spacing: 0.1vh;
  color: #aeaeae !important;
  opacity: 1;
}

/* Grid */

.warranty_column {
  flex-basis: 100%;
}

@media screen and (min-width: 800px) {
  .warranty_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .warranty_column {
    flex: 1;
  }
  
}
/* Style */

.warranty_column {
  padding: 15px;
  margin: 5px 0;
}


/*Extended Warranty Page Style End*/







/*Home Banner SLider Start*/
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides-container {
    height: 38vw;
    position: relative;
    transition: 900ms cubic-bezier(0.48, 0.15, 0.18, 1)
}

@media screen and (max-width: 767px) {
  .slides-container {
   height: 50vw; 
  }
}

.slide-img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* arrow navigation */
.next-btn,
.prev-btn {
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #FFFFFF !important;
    z-index: 100;
    cursor: pointer;
    transition: 400ms;

}

@media screen and (max-width: 600px){
  .search-form{
    display: none;
  }
  i.fas.fa-chevron-left{
    margin-right: 0px!important;
    margin-left: 20px!important;
  }
  i.fas.fa-chevron-right{
    margin-right: 20px!important;
    margin-left: 0px!important;
  }
.next-btn,
.prev-btn {
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #FFFFFF !important;
    z-index: 100;
    cursor: pointer;
    transition: 400ms;

}}

.next-btn:hover,
.prev-btn:hover {
    color: #FFF;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

/* navigation dots */


.navigation-dots {

    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    margin-top: -50px;


}

.single-dot {
    z-index: 100;
    background-color: transparent;
    height: 16px;
    width: 16px;
    margin: 0 8px;
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    transition: 400ms;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

.single-dot.active {
    background-color: #F80300;
}
/*Home Banner SLider End*/



/*Product View Page Style Start*/



.pro-view-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.pro-view-flex-item-left {
  flex: 40%;
}

.pro-view-flex-item-right {
  background-color: dodgerblue;
  padding: 10px;
  flex: 60%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .pro-view-flex-item-right, .pro-view-flex-item-left {
    flex: 100%;
  }
}









/* CSS used here will be applied after bootstrap.css */

.picZoomer{
  position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

@media(max-width:  768px){
  .picZoomer-pic-wp, .my_img{ height: 250px !important; }
}

.picZoomer-pic-wp{
  position: relative;
  overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
  display: block;
}
.picZoomer-zoom-pic{
  position: absolute;
  top: 0;
  left: 0;
}
.picZoomer-pic{
  /*width: 100%;
  height: 100%;*/
}
.picZoomer-zoom-wp{
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.piclist li{
  display: inline-block;
  width: 100px;
  height: 100px;
  /* border: 1px solid #eee; */
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 100%;
display: flex;
margin-top: 0px;
flex-direction: column;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 100%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
        width: 100%;
    height: 400px;
    object-fit: contain;
}
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/

.row-model {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 0px 0px 15px 0px;
}

.model-avail{ border: 1px solid grey; border-radius: 3px; padding: 0.3rem 1rem; }
.model_active{ background-color: #313131; color: #fff; border: none; }

.line-through
{ 
  text-decoration: line-through;
  /* background-color: #fff; */
  color: #8b93a3;
  padding: 0rem 0rem;
  /* border-radius: 10rem; */
  font-weight: 400;
  margin-bottom: 0px!important;
}

.product-price-style{
  /* background-color: #313131; */
  color: #313135;
  padding: 0.5rem 0rem;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0px;
}

._product-detail-content {
    background: #fff;
    text-align: left;
    padding: 15px;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}

.row.prod-info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  max-width: auto;
}

._product-detail-content ul li {
  width: 45%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

.btn-add-to-cart{
  background-color: #313135!important;
  color: #ffffff!important;
  box-shadow: none!important;
  width: 48%;
}

.btn-buy-now{
  background-color: #F80300!important;
  color: #ffffff!important;
  box-shadow: none!important;
  width: 48%;

}

.btn-enquiry{
  background-color: #FFFFFF!important;
  border: 1px solid #8b93a3!important;
  color: #313135!important;
  box-shadow: none!important;
  margin-top: 20px;
  width: 100%;

}

.related-products .cards-wrapper .card{
  display: grid;
  place-content: center;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
  height: auto;
  width: 100%;
  border: 1px solid #80808024;
  min-width: 13rem;
  padding: 5px;
  box-shadow: none;
}

.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

.prod-view-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.prod-view-flex-item-left {
  padding: 10px;
  flex: 50%;
}

.prod-view-flex-item-right {
  padding: 10px;
  flex: 50%;
}

@media (max-width: 800px) {
  .prod-view-flex-item-right, .prod-view-flex-item-left {
    flex: 100%;
  }
}

/*Product View Page Style Start*/

/* Call Icon Start */
.call-icon{
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  top: auto !important;
  right: 28px !important;
  bottom: 140px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 48px !important;
  min-width: 48px !important;
  max-height: 48px !important;
  max-width: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 48px !important;
  height: 48px !important;
  display: block !important;
  z-index: 1000001 !important;
  float: none !important;
}
/* Call Icon End */

/* Whatsapp Icon Start */
.whatsapp-icon{
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  top: auto !important;
  right: 28px !important;
  bottom: 80px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 56px !important;
  min-width: 56px !important;
  max-height: 56px !important;
  max-width: 56px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 56px !important;
  height: 56px !important;
  display: block !important;
  z-index: 1000001 !important;
  float: none !important;
}
/* Whatsapp Icon End */

/*About Us Page Start*/

.career_content h1{ text-transform: uppercase; font-weight: 700; }
.about_content h1{ text-transform: uppercase; font-weight: 700; }
.career_content h6{ text-align: center; padding-bottom: 2rem;  }
.career_content p{ font-weight: 500; color: #202020; }
.about_content p{ font-weight: 500; color: #202020;  padding: 0px; margin:25px; }
.ip_content h1{ text-transform: uppercase; font-weight: 700; }
.ip_content h4{ text-transform: uppercase; font-weight: 500; text-align:left;margin-left: 25px;}
.ip_content p{ font-weight: 500; color: #202020;  padding: 0px; margin:25px; text-align:left;}

.ip_content .form-control{
  padding-top: 10px;
  padding-bottom: 10px;
}

.ip-callback-form{
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.ip_content .ip-callback-form h4 {
  text-transform: none;
  font-weight: 500;
  text-align: center;
  margin-left: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.ip-callback-form label{
  float: left;
  padding: 15px 10px 15px 0px!important;
}

.btn-ip-callback{
  box-shadow: none!important;
  background-color: #313135!important;
  color: #ffffff!important;
  width: 100%;
  margin-top: 15px;
}

.about-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  padding: 50px 0px;
  text-align: center;
}

.about-flex-item-left {
  flex: 33.3333333333%;
  padding: 0 30px;
}

.about-flex-item-center {
  flex: 33.3333333333%;
}

.about-flex-item-right {
  flex: 33.3333333333%;
}

@media (max-width: 800px) {
  .about-flex-item-right, .about-flex-item-center, .about-flex-item-left {
    flex: 100%;
  }
}

.about_set_base{ background-color: #fcfcfc; }

.fa-bolt, .fa-graduation-cap, .fa-certificate{ color: #fa0000b5; }


.about-us-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.about-us-flex-item-left {
  padding: 10px;
  text-align: left;
  flex: 50%;
}

.about-us-flex-item-right {
  padding: 10px;
  flex: 50%;
}

@media (max-width: 800px) {
  .about-us-flex-item-right, .about-us-flex-item-left {
    flex: 100%;
  }

  .job_card{ width: 20rem !important; padding-left: 2rem !important; }
}

.flex_item_img_border{ border-bottom-right-radius: 60px; border-top-left-radius: 60px; }


/*About Us Page End*/

/*Career Page Start*/

.job_card_center{ text-align: left; display: grid; justify-content: center; padding-bottom: 2rem;  }
.job_card p{ margin-bottom: 0rem !important; }
.job_card{  background-color: #f2f2f2; width: 40rem; border-radius: 5px; padding: 1rem 0 1rem 5rem; border-left: 5px solid #fa0000b5; }

/*Career Page End*/


/*Faq Page Start*/


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  box-shadow: none !important;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/*Faq Page End*/


/*Contact Form Start*/

.contact_form{ text-align: left; }

.contact_form {
    display: grid;
    justify-content: center;
}

@media(max-width: 800px){
  .form-width{ width: 20rem !important; }
}

.form-width{ width: 40rem; }
.form-width span{ font-size: 15px; font-weight: 600; letter-spacing: 0.1vh; }

.contact_btn{ font-weight: 700 !important; border: none !important; background-color: #fa0000b5 !important; color: #fff !important; }


.contact-flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.contact-flex-item-one {
  text-align: left;
  padding: 10px;
  flex: 25%;
}

.contact-flex-item-two {
  text-align: left;
  padding: 10px;
  flex: 25%;
}

.contact-flex-item-three {
  text-align: left;
  padding: 10px;
  flex: 25%;
}

.contact-flex-item-four {
  text-align: left;
  padding: 10px;
  flex: 25%;
}

@media (max-width: 800px) {
  .contact-flex-item-one, .contact-flex-item-two, .contact-flex-item-three, .contact-flex-item-four {
    flex: 100%;
  }
}

.social_icon i{ margin-left: 0 !important; margin-right: 30px; font-size: 25px; }

.fa-facebook-square:hover{ color: #4267B2; }
.fa-instagram-square:hover{ color: #833AB4; }
.fa-twitter-square:hover{ color: #1DA1F2; }
.fa-youtube-square:hover{ color: #FF0000; }

.contact-container{ background-color: #fcfcfc; }
.col-icon{ display: flex; }
.col-icon i{ margin-left: 0 !important; font-size: 15px; margin-top: 6px; margin-right: 10px; }

/*Contact Form End*/