.wavy-icon-box.cust-box {
    box-shadow: 0px 1px 8px 0px grey;
    padding: 20px 20px;
    height: 410px;
    border-radius: 0px 50px 0  50px;
}
.wavy-icon-box.cust-box:hover {
   border-radius: 50px 0 50px 0;
   background-color: #faa9302b;
}
.thankyou-wrapper {
    width: 100%;
    height: auto;
    margin: auto;
    background: #ffffff;
    padding: 10px 0px 50px;
}

.thankyou-wrapper h1 {
    font: 100px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333333;
    padding: 0px 10px 10px;
}

.thankyou-wrapper p {
    font: 26px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333333;
    padding: 5px 10px 10px;
}

.thankyou-wrapper a {
    font: 26px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
    display: block;
    text-decoration: none;
    width: 250px;
    background: #E47425;
    margin: 10px auto 0px;
    padding: 15px 20px 15px;
    border-bottom: 5px solid #F96700;
}

.thankyou-wrapper a:hover {
    font: 26px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
    display: block;
    text-decoration: none;
    width: 250px;
    background: #F96700;
    margin: 10px auto 0px;
    padding: 15px 20px 15px;
    border-bottom: 5px solid #F96700;
}
.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 25px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}	
.float i {
    margin-top:10px !important;
}
a:hover {
    color: #faa831;
}

a {
    color: #fff;
}

.footer-dark .footer-body .footer-column .column-item {
    padding-bottom: 10px;
}

.footer-dark .footer-body .footer-column .column-header {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    color: #faa831;
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
}

.footer {
    padding: 3rem 1.5rem 2rem;
}
div.fixed {
    position: fixed;	
    top:0; 
    right: 0;
    height:70px;
    width: 70px;
    border-radius:50%;
    text-align:center;
    background-color:#faa831;
    display: flex;
    flex-wrap: wrap;
    align-content:center; 
    margin:150px 20px 0px; 
    z-index: 999;
}
    