footer {
    color: white;
    background: #8d5c95;
    /*margin-top: 50px;*/
    position: relative;
    z-index: 100;
}

footer a {
    color: white;
}

footer li {
    list-style: none;
}

.copyright {
    margin-top: 30px;
}

.fa {
    font-size: 20px !important;
}

.social-icon {
    display: inline-block;
    margin-right: 20px;
    border: 2px solid;
    padding: 15px;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    background: #43234c;

}
.footer-social-icon .fa {
    font-size: 30px !important;
    margin-left: -4px;
    position: relative;
    top: -4px;
}
.footer-social-icon .fa {
    font-size: 25px !important;
    margin-left: -2px;
    position: relative;
    top: -2px;
}

.bordered-footer {
    border-bottom: 1px solid white;
}

.contact-email {
    color: white;
    font-size: 20px;
    padding-bottom: 10px;
}

.contact-segment {
    color: white;
    font-size: 15px;
}

.footer-links-container {
    text-align: center;
    padding: 20px;
}

.footer-link {
    display: inline-block;
    padding: 0px 25px 0px 25px;
    color: white;
    font-size: 12px;
}

.segment-blue-container {
    background: white;
    border-top: 4px solid #43234c;
    padding: 5px 0;
}

/*desktop*/
@media screen and (min-width: 1024px ) {
    .segment-blue .enquiry {
        padding-top: 20px;
        padding-left: 5%;
        width: 35% !important;
        background: #43234c;
        color: white;
    }

    .segment-blue .form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .segment-blue .form-field input,
    .segment-blue .form-field textarea {
        background: #cacaca;
        color: white;
        padding: 10px;
        width: 70%;
        border: 1px inset white;
        border-radius: 5px;
    }

    .contact-segment .heading {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .contact-segment .contact-details {
        padding: 15px 0px 10px 0;
        position: relative;
        margin-top: 0 !important;
        color: #43234c;
        width: 50%;
        float: right;

    }

    .segment-blue .description1 {
        margin-top: 20px;
        padding: 0 3%;
        width: 25%;
        font-size: 15px;
    }

    .footer-links .footer-link {
        margin-bottom: 5px;
    }

    .widget_subscribe__social {
        /*position: absolute;*/
        /*right: 40px;*/
        /*bottom: 20px;*/
        float: right;
        margin-right: 20px;
    }

    .footer-logo {
        margin-left: 30px;
    }

}

/*smartphones*/
@media only screen and (max-width: 1023px) {
    .segment-blue .enquiry {
        padding-top: 20px;
        padding-left: 5%;
        width: 35% !important;
        background: #43234c;
        color: white;
    }

    .footer-logo {
        width: 240px;
    }

    .segment-blue .form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .segment-blue .form-field input,
    .segment-blue .form-field textarea {
        background: #cacaca;
        color: white;
        padding: 10px;
        width: 70%;
        border: 1px inset white;
        border-radius: 5px;
    }

    .contact-segment .heading {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .contact-segment .contact-details {
        padding: 20px 0px;
        position: relative;
        margin-top: 0 !important;
        color: white;
        text-align: center;
        /*width: 30%;*/
        float: right;
        /*margin-right: 10px;*/

    }

    .segment-blue .description1 {
        margin-top: 20px;
        padding: 0 3%;
        width: 25%;
        font-size: 15px;
    }

    .footer-links .footer-link {
        margin-bottom: 5px;
    }

    .widget_subscribe__social {
        /*position: absolute;*/
        /*right: 40px;*/
        /*bottom: 20px;*/
    }

    .social-icon {
        margin-right: 10px;
    }

    .footer-links-container {
        font-size: 14px;
    }



    .footer-social-icon .fa {
        font-size: 25px !important;
        margin-left: -2px;
        position: relative;
        top: -2px;
    }

    .address-section-footer{
        margin-bottom: 40px;
    }

}







