@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    
    /* background-color: #f6f6f6 !important;
    z-index: -2; */
    position: relative;
    font-family: 'Montserrat';
}


/* box amount css start */

.chart-bg {
    /* width: 400px;
    height: 330px; */
    /* background: #f6f6f6; */
    background-color:transparent !important;
    padding: 20px;
    position: absolute;
}

.detail {
    position: absolute;
width:250px;
height:250px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.amount {
    text-align: center;
}

.amount .amount-txt {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 80px;
    text-align: center;
    font-style: normal;
}

.amount h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
}

.icon{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    font-style: normal;
}

.cent-img {
    width: 30px;
    height: auto;
}

.color-plate .f-clr {
    background: #60a296;
    display: inline-block;
    width: 60px;
    height: 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
}

.value {
    text-align: center;
    padding-top: 30px;
}

.color-plate .s-clr {
    background: #edbd59;
    display: inline-block;
    width: 60px;
    height: 30px;
    position: relative;
}

.down-arrow {
    width: 20px;
    height: auto;
    position: absolute;
    left: 20px;
    top: -20px;
}

.color-plate .t-clr {
    background: #c1425d;
    display: inline-block;
    width: 60px;
    height: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}


/* box amount css End */


/* avail check code css Start */

.main-content {
    /* width: 580px;
    height: auto; */
}

.avail-title h4 {
    color: #150616;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.avail-title p {
    color: #150616;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top: 30px;
}

.cust-form {
    padding: 0 6rem;
}

.cust-form .form-control {
    border-bottom: 5px solid #AFB4BF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center;
    color: #47a5a0;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    letter-spacing: 10px;
    background-color: transparent !important;
   
}

.cust-form .form-control:focus {
    background-color: #fff;
    border-bottom: 5px solid #AFB4BF;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: 0;
    box-shadow: none;
}

.cust-form .form-control::placeholder {
    color: #47a5a0;
}

.main-content .msg-section .available {
    text-align: center;
    color: #47a5a0;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    padding: 2rem 3rem 0 3rem;
}

.main-content .msg-section .unavailable {
    text-align: center;
    color: #d1345b;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    padding: 2rem 3rem 0 3rem;
}

.main-content .btn-sec {
    text-align: center;
    padding: 1rem 4rem 0 4rem;
}

.main-content .btn-sec button {
    width: 100%;
    background: #47a5a0;
    color: #F6F6F6;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    border: none;
    padding: 10px 20px;   
}
.main-content .btn-sec button.signUp{   
    height: 50px; 
    text-transform: uppercase;   
}


.btn-check button {
    background: #47a5a0;
    width: auto;
    border: none;
}

.form {
    position: relative;
}

.form .btn-check {
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-primary:hover {
    color: 
#fff;
background-color: #47a5a0 !important;
border-color:#47a5a0 !important;
}

button{
    outline: none !important;
}


/* avail check code css End */