﻿/*Contact*/

/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    margin-bottom: 15px;
}

    .alert > p {
        color: white;
    }

    .alert.success {
        background-color: #04AA6D;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.alert {
    opacity: 1;
    transition: opacity 0.6s; /* 600ms to fade out */
}

/* CSS Mobile */

.contact-buttons {
}

    .contact-buttons .contactus-button {
        background-color: rgb(65, 66, 66);
        margin-right: 20px;
    }

    .contact-buttons .scheduleacall-button {
        background-color: rgb(117, 117, 117);
        margin-left: 20px;
        margin-right: 20px;
    }

    .contact-buttons .buynow-button {
        background-color: rgb(0, 107, 255);
        margin-left: 20px;
        width: 150px;
    }

    .contact-buttons .buynow-button2 {
        background-color: rgb(0, 107, 255);
        margin-left: 20px;
        width: 150px;
    }

.links-1 {
    text-align: left;
}

.links-2 {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .section-wrap {
        padding-top: 20px;
    }

    .section-wrap-lg {
        padding-top: 20px;
    }

    #intro, #process {
        padding-bottom: 20px;
    }

    .contact-buttons {
    }

        .contact-buttons .contactus-button {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .contact-buttons .scheduleacall-button {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .contact-buttons .buynow-button {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            width: 150px;
        }

        .contact-buttons .buynow-button2 {
            display: block;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 20px;
            width: 150px;
        }

    #branding-artool {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #branding-artool {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #pricing-plans {
        padding-bottom: 20px;
    }

    .links-1 {
        text-align: center;
    }

    .links-2 {
        text-align: center;
    }

        .links-2 li {
            margin-right: 0;
        }
}