.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.spinner.no-marg{
   width: 20px;
   height: 20px;
   margin: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #009688;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.cont-captcha {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 210px;
    height: 37px;
    position: relative;
    margin: 10px 0;
}

.cont-cap-btn {
    width: 37px;
    height: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: blue;
    cursor: pointer;
}

.cont-cap-btn a {
    color: #fff;
    font-weight: 900;
}

.cont-cap-image {
    width: 52%;
    height: 100%;
    position: relative;
}

.cont-cap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

input.error , textarea.error{
    border-color: #951006 !important;
}

.tabs_nav ul li a{
    color: #fff;
}

.seals_content .seals_content--tab img{
    width: initial;
}

.frm_content label.error,.fact_form_cnt label.error{
    color: #951006 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.form_cnt button:disabled{
    background-color: #959595 !important;
    opacity: 0.7;
}
.loading-pd{
   /* display: none;*/
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background: #9b9b9b;
    opacity: 0.4;
}

.loading-pd img{
   width: 44px;
    text-align: center;
    margin: 0 auto;
    top: 25%;
}

.prd_ftlters--content li.active{
    border-radius: 15px;
    border: 2px solid #a22733;
    padding: 7px;
}

.prd_ftlters--content li.active a{
    color: #a22733;
}

._pagination{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 54px;
}
._pagination ul li{
    display: inline-block;
    background:#0097a6;
    padding: 12px;
    text-align: center;
}
._pagination ul li.active{
    background: #a3a3a3;
}
._pagination ul li a{
    color: #fff;
    font-size: 20px;
}

.__cont-whatsapp-box {
position: fixed;
bottom: 25px;
right: 25px;
z-index: 2;
}

.__cont-whatsapp-box img{
 width: 60px;
}

.form-down {
   position: relative;
   margin-top: 18px;
   text-align: center;  
}

.form-down input{
 width: 100%;
 border: 1px solid #adadad;
 border-radius: 12px;
 padding: 10px;
}
.form-down button{
background: #0097a6;
padding: 6px 22px;
color: #fff;
border-radius: 19px;
width: 167px;
font-weight: bold;
margin-top: 18px;
}