.btn-red, .btn-red:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

video {
    widows: 100%;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.iframeKyc {
    width:100%;
    height: 260px;
    border: 0;
    padding: 0;
    margin: 0;
	margin-bottom: 10px;
    display:block;
    max-width: 100vw;
    max-height: 100vw;
}

.newsletter-form input[type="email"] {
    color: #000;
}

.disableButton {
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    background: grey;
    padding: 10px 30px;
}


/* Tooltip container */
.tooltipSalam {
    position: relative;
    xdisplay: inline-block;
    xborder-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipSalam .tooltiptext {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #01c59f;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
 
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    xleft: 50%;
    xmargin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipSalam:hover .tooltiptext {
    visibility: visible;
}

.tooltipSalam .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #01c59f transparent;
}

.tooltipSalam .errorMsg {
    visibility: visible;
    background-color: #dc3545;
}

.tooltipSalam .errorMsg::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #dc3545 transparent;
}


.toolSalam {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.toolSalam .tooltiptext {
    xvisibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltipSalam .oktool {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 5%;
}

.banner-text .searchs-form {
    max-width: 600px;
    margin: 0 auto;
}

.valueslider-container {
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 18px;
}

.valueslider-container .valueslider-max, .valueslider-container  .valueslider-min {
    position: absolute;
    bottom: 2px;
    color:rgb( 175, 175, 175 );
    font-size: 11px;    
    top: 15px;
}

.valueslider-min {
    left:0;
}

.valueslider-max {
    right:0;
}



  
  /* Page content */
  .content {
    padding: 16px;
  }


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    xtop: 50%;
    xleft: 50%;
    z-index: 1000;
}

.sticky + .content {
    padding-top: 102px;
  }





@media (min-width: 320px) and (max-width: 480px) {
    .banner-text .searchs-form {
        max-width: 310px;
    }
}