.card-block .btn-outline-primary {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.top-box1{
  
    font-size: 28px !important;
   
}


.close{
  font-size: 20px;
    background-color: red;
    width: 24px;
    color: white;
}
.card{
  box-shadow: 0 0 15px #cccccc37 !important;

}
.top-box121{
  border-left: 5px solid #0c0d5e;
  padding: 9px;
  background-color: #898f9254;
}

.trend-content-title{
  background-color: #bbb7b7a8;
  /* font-size: 10px; */
  padding: 5px;
}
.white1{
  font-size: 14px !important;

}
.bg-theme {
  background: #029e9d !important;
}



.top-box2{
  font-size: 24px !important;
}

label {
  display: inline-block;
  color: #000 !important;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 13px !important;
}
input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding: 12px 20px;
  color: #777;
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  width: 100%;
}

.card {
  margin: 20px 0;
}

/* Flip Cards CSS */
.card-container {
  perspective: 700px;
}
.card-flip {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  height: auto;
  transition: all 0.5s ease-out;
  background: white;
  border: none;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  border: none;
}

.card-flip .front {
  position: relative;
  z-index: 1;
}

.card-flip .back {
  position: relative;
  z-index: 0;
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}
.card-title{
  
    font-size: 17px !important;
    font-weight: 900 !important;
    font-family: 'Poppins' !important;
    padding-top: 15px;

}

.card-subtitle{
  color: #0c88b8!important;
  font-size: 15px;
  font-weight: 800 !important;
  font-family: 'Poppins' !important;
  padding-top: 10px;
}
.card-text
  {
    font-size: 14px;
    color: #ffd709;
    font-weight: 500;
    padding-top: 16px;
    padding-bottom: 10px;
    font-family: 'Poppins' !important;
}
.tb-box{
  /* height: 383px; */
    text-align: initial;
    padding: 10px;
    font-weight: 500;
    /* font-family: 'proxima_novaregular'!important; */
}
.tb-box, p{
  font-size: 13px !important;

}
.icon-box{
  font-size: 25px !important; 
  color: #1a1a58;
  font-weight: bold;
}


.original-price {
  position: relative;
  color: #555;
  
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px solid red;
    transform: rotate(-20deg);
  }
}


.modal-open .modal .modal-dialog {
  max-width: 850px !important;
  top: 5%;
}

.modal-title{
  font-family: 'Poppins' !important;
  font-size: 18px;
  color: #fff;

}
.modal-header{
  background-color: #101d3a !important;

}
.counter-item{
  text-align: center !important;
}

.c-box{
  margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 15px;
    font-weight: 500;
    font-size: 15px !important;
    color: #ffffff;
    font-family: 'Poppins' !important;
}

input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 12px 20px;
  color: #646363 !important;
  margin-bottom: 0;
  height: 60px !important;
  box-shadow: none;
  width: 100%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

/* .circle-ripple {
  background-color: #35ffc3;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  animation: ripple 0.7s linear infinite;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* @keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 207, 170, 0.3), 0 0 0 12px rgba(2, 207, 170, 0.3), 0 0 0 20px rgba(2, 207, 170, 0.3), 0 0 0 28px rgba(2, 207, 170, 0.3);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(2, 207, 170, 0.3), 0 0 0 20px rgba(2, 207, 170, 0.3), 0 0 0 28px rgba(2, 207, 170, 0.3), 0 0 0 40px rgba(2, 207, 170, 0);
  }
} */

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 600px) {
  .text-box, p{
    font-size: 12px !important;
        padding-left: 0 !important;

  
  }
  }

  @media only screen and (max-width: 600px) {
    .label-box{
      font-size: 12px !important;
          padding-left: 0 !important;
  
    
    }
    }
/* 
    @media only screen and (max-width: 600px) {
      .enquiry-box{
       display: none;
    
      
      }
      } */

.m-box{
  font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

