 /* Css For Clasifico */
 .wrap {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.range {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.range::-ms-tooltip {
  display: none;
}

.track {
  width: 100%;
  height: 2px;
  background: #DDDDDD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.track-inner {
  width: 0;
  height: 50%;
  background: #E24F4F;
}

/* .thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  pointer-events: none;
} */
.slider {
  -webkit-appearance: none;
  /* width: 100%;
  height: 25px; */
  border-radius: 10px;
  background: #d3d3d3;
  outline: none;
  /* opacity: 0.7; */
  -webkit-transition: .2s;
  transition: opacity .2s;
  
}

/* .slider:hover {
  opacity: 1;
} */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
}


 .check-prop{
  font-size: 12px;
  color: #ff0000;
}
 .centred {
  text-align: center;
}
 .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}


.myhref1{
  display: inline-block;
	padding-bottom: 3px;
  animation: myani 3s linear infinite;
}
.myhref2{
  display: inline-block;
	padding-bottom: 3px;
  animation: myani 3s linear infinite;
}
.myhref{
  display: inline-block;
	padding-bottom: 3px;
  animation: myani 3s linear infinite;
  
}
@keyframes myani {
  
  0%,
	10%,
	100% {
		color: #000;
	}

	70%,
	90% {
		color: #ff0000;
	}
}
.myhref:after{
 
  animation: myanimation 3s infinite;
  color: #ff0000;
  content: '';
	display: block;
  position: absolute;
	margin: auto;
	height: 3px;
  
}
.myhref1:after{
  animation: myanimation 3s infinite;
  color: #ff0000;
  content: '';
	display: block;
  position: absolute;
	margin: auto;
	height: 3px;
}
.myhref2:after{
  animation: myanimation 3s infinite;
  color: #ff0000;
  content: '';
	display: block;
  position: absolute;
	margin: auto;
	height: 3px;
}
@keyframes myanimation {
  
  0%,
	10%,
	100% {
		background-color: #000;
    width: 0%;
	}

	70%,
	90% {
		background-color: #ff0000;
    width: 100%;
	}
}

 /* .sec-pad {
  padding: 114px 0px 120px 0px;
} */
 .category-section {
  position: relative;
  font-family: 'Varela Round',sans-serif;
}

.category-section .category-block-one {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 30px;
}

.category-section .inner-content {
  position: relative;
  margin: 0px -15px;
}
.category-section1 {
  position: relative;
  font-family: 'Varela Round',sans-serif;
}

.category-section1 .category-block-one {
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: 30px;
}

.category-section1 .inner-content {
  position: relative;
  margin: 0px -15px;
}


.category-block-one .inner-box {
  position: relative;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  background: rgb(224, 234, 243);
  padding: 35px 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 50px 0px #e4e7ee;
  transition: all 500ms ease;
  height: 210px;
}

.category-block-one .inner-box:hover {
  color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(76, 73, 235, 0.3);
}

.zoom-img {
  transition: all .2s ease-in-out;
  transform: scale(1);
}

.zoom-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.category-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover:before {
  height: 100%;
  color: white;
}

.category-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #93959e;
  margin-bottom: 11px;
  transition: all 500ms ease;
}
.category-block-one .inner-box .icon-box1 {
  position: relative;
  color: #93959e;
  font-family: 'poppins', sans-serif;
  display: block
}


.category-block-one .inner-box .icon-box1 {
    position: relative;
    color: #93959e;
    font-family: 'poppins', sans-serif;
    display: block;
}






.category-block-one .inner-box:hover .icon-box  {
  color: #fff; 
  /* display: none; */
  font-family: 'Varela Round',sans-serif;
}

.category-block-one .inner-box .text-box {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 10px;
  color: #17a2b8;
  font-family: 'Poppins', sans-serif;;
}
.category-block-one .inner-box:hover .text-box {
  color: rgb(230, 35, 35); 
  /* display: none; */

}
.category-block-one .inner-box .text-box-1 {
  position: relative;
  display: block;
  font-size: 18px;
  /* line-height: 26px; */
  color: #b50d34;
  font-family: 'Poppins', sans-serif;;
}
.category-block-one .inner-box:hover .text-box-1 {
  color: rgb(6, 6, 6); 
  /* display: none; */
  font-family: 'poppins', sans-serif;
}

.category-block-one .inner-box .text-des {
  position: relative;
  font-size: 13px;

  /* display: none; */
  padding-left: 20px;
  font-family: 'Poppins', sans-serif;;
}
.category-block-one .inner-box .text-des li{

  color: #fff;

}
.category-block-one .inner-box .text-des a{
  float: left;
  color: #fff;
  transition: all 500ms ease;
}
.text-des.pl-3{
  padding-left: 25px;
}
.category-block-one .inner-box:hover .text-des a{
  color: #fff;
  text-decoration: underline;
  display: block;
}
.category-block-one .inner-box:hover .text-des {
  color: white;
  font-weight: 700;
display: block;
font-family: 'Varela Round',sans-serif;
}


.category-block-one .inner-box span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #93959e;
  background: #f2f2f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover span {
  color: #fff; 
  /* display: none; */
  background-color: rgba(255, 255, 255, 0.2);
}

.category-block-one .inner-box .shape .shape-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 61px;
  height: 77px;
  background-repeat: no-repeat;
}

.category-block-one .inner-box .shape .shape-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 61px;
  background-repeat: no-repeat;
}

.category-section .more-btn {
  position: relative;
  margin-top: 20px;
}

.category-section .more-btn .theme-btn-one {
  padding: 17px 48px;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
  display: none !important;
}


 .boxed_wrapper {
   position: relative;
   margin: 0 auto;
   overflow: hidden !important;
   width: 100%;
   min-width: 300px;
 }


 .theme-btn-one{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 12px 29px;
  border-radius: 30px;
  box-shadow: 0px 10px 30px 0px rgba(248,92,112,0.4);
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn-one i{
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
}

.theme-btn-one:hover{
  background: #0d1927;
  box-shadow: 0px 10px 30px 0px rgba(13,25,39,0.3);
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #0d1927;
  border-radius: 30px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  width: 100%
}
.logInFooter hr {
  width: 100%; 
  margin: 0 auto; 
}
.registerOr {
  margin-top: -12px;
  text-align: center; 
}
.registerOr span{
  height: 15px;
  width: 25px;
  padding: 10px;
  border-radius: 18px;
  background-color: #f2f2f5;
  color: #0b0101;
  font-size: 16px;
}
