body{
    background-color: #F0F5FC;
}

.orange{
    color: #ff9900;
}

h3.elementor-icon-box-title,
h3.elementor-image-box-title,
h4.elementor-image-box-title{
    margin: 0 !important;
}

h3.elementor-image-box-title{
    padding-bottom: 15px;
}

.gform-theme--foundation .gform_fields{
    row-gap: 0 !important;
}

.imageChange img{
    padding: 10px;
}

.btnposition{
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px;
    margin-block-end: auto !important;
}

.pricing{
    max-width: 400px;
    margin: 25px auto 0;
}

h3.dropTitle{
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

select#pricing-dropdown{
    width: 70%;
    height: 50px;
    margin: auto;
    display: block;
    padding: 10px;
}

div#amount-display{
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    margin: 15px auto;
    text-align: center;
    color: #1d009E;
}

.popmake .gform_title{
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}

.gform_description{
    display: none;
}

.gform_confirmation_message_1{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.popmake .gfield{
    padding-bottom: 15px;
}

.tafe-table-body .elementor-repeater-item-090e6f0{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.mobileBtn{
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.messageBtn {
    animation: moveUpDown 3s infinite alternate;
    transition: transform 0.4s ease-in-out;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media(max-width: 767px){
    .tafe-table-body tr:first-child td:last-child{
        font-weight: 700;
    }
}

.footerText a{
    color: #fff;
}

.headermenu li.current_page_item,
.headermenu li.menu-item:hover{
    background-color: #1d009E;
}