﻿
body, html {
    overflow-x: hidden !important;
}

.header-sec .menutxt {
    color: black;
}

header {
    background-color: #ffffff;
}

.header-sec .sign-btn {
    color: #3d3e3e;
    border: 1px solid #3d3e3e;
}

.header-sec .sub-menu {
    background-color: white;
}

.close {
    border: none;
    width: 35px;
    height: 35px;
    float: right;
}

#overlay {
    background: #ffffff;
    color: #20a859;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

textarea {
    font-size: 13px;
    padding: 0 16px;
    border: 1px solid #999;
    border-radius: 4px
}

.text-danger {
    font-size: 12px !important;
}

.header-sec .sub-menu {
    width: 193px;
    right: auto;
}

.quality .quality-container .quality-left {
    min-width: 420px;
    width: auto;
}

.testimonials-box {
    height: 312px;
}

.header-sec .menubar {
    background-color: white;
}

.header-sec .sub-menu .menutxt {
    color: black;
}


@media only screen and (max-width: 600px) {
    .footer-middle-bottom img {
        width: auto !important;
    }
}

.signup .signup-right .signup-group button {
    font-size: 16px;
}

.paginations a {
    padding: 9px 0px !important;
}

.menuactive {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .header-sec .logo img {
        width: 140px !important;
        height: auto !important;
    }
}

.footer-do-left-list li {
    font-size: 16px !important;
}

#phone-text a {
    color: white !important;
    text-decoration: none !important;
}

@media (min-width: 120px) and (max-width: 450px) {
    .footer-do-left-list li {
        padding-left: 10px;
    }

    .footer-right, footer {
        text-align: center;
    }

    .footer-middle {
        margin-top: 40px;
    }


    footer .footer-do-left-list ul li {
        justify-content: center !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    footer .footer-middle-bottom a {
        width: 200px !important;
    }

    .footer-middle-bottom .row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    footer h4 {
        margin-left: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .your-partner .your-partner-left img {
        width: 100% !important;
        height: 650px !important;
    }

    .your-professional .your-partner-icon {
        width: 192px !important;
    }

    .how-it-works .how-it-works-left {
        margin-left: -38px !important;
    }

    .qualty-slider-box #qua {
        width: 320px !important;
    }

    .quality .quality-container .quality-left {
        margin-left: 10px !important;
        width: 254px !important;
    }

    .home-testimonials .home-testimonials-container {
        margin: 50px 25px !important;
    }

    .menubar {
        display: none;
    }

    .header-sec .menubar {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 57px;
        padding: 10px;
        border-top: 1px solid #fff;
        z-index: 1;
    }
}

.alert-success {
    padding: 10px !important;
    top: 78px !important;
    color: white !important;
    background-color: #118975 !important;
    border: none !important;
    opacity: 1 !important;
}

.alert-danger {
    padding: 10px !important;
    top: 78px !important;
    color: white !important;
    background-color: #dc3545 !important;
    border: none !important;
    opacity: 1 !important;
}

.growl-animated .close,
.growl-animated button.close,
button[data-growl="dismiss"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-shadow: none !important;
    margin: -7px 5px !important;
}

    .growl-animated .close:hover,
    button[data-growl="dismiss"]:hover {
        background: transparent !important;
        color: #fff !important;
        opacity: 1 !important;
    }


