﻿@media screen and (max-width: 900px) and (min-width: 768px) {

    #btnsmob-ipad {
        display: none !important;
    }
    .footermobile{
        display: none !important;
    }
    .mobilebtns {
        display: none !important;
    }

    #btnsdesk {
        display: none !important;
    }

    .footer-links {
        margin-right: 19px !important;
    }

    .fa-envelope-o {
        font-size: 18px !important;
    }

    .support {
        /*font-size: 13px !important;*/
        margin-left: 4px !important;
    }

    /*.buttontoggle {
        margin-left: 0rem !important;
    }*/
}

footer#site-footer {
    margin: 0 auto;
    width: 100%;
    padding: 1rem;
    color: #a8a8a8;
}

    footer#site-footer a {
        color: #a8a8a8;
    }

        footer#site-footer a:hover {
            color: #00c3ce;
        }

    footer#site-footer h1 {
        color: #7B7B7B;
    }

    footer#site-footer section.horizontal-footer-section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 2.38rem 2rem;
    }

        footer#site-footer section.horizontal-footer-section#footer-top-section {
            justify-content: center;
        }

    footer#site-footer #footer-logo {
        margin-right: auto;
        flex-shrink: 0;
    }

        footer#site-footer #footer-logo img {
            height: 2.28rem;
        }

    footer#site-footer ul#footer-top-menu {
        padding: 0;
        margin: 0;
    }

        footer#site-footer ul#footer-top-menu li {
            display: inline;
            list-style-type: none;
            margin-right: 1.32rem;
            font-weight: bold;
        }

            footer#site-footer ul#footer-top-menu li a {
                text-decoration: none;
            }

    footer#site-footer .footer-top-menu-item-active {
        position: relative;
    }

        footer#site-footer .footer-top-menu-item-active a {
            color: #007ba6;
        }

            footer#site-footer .footer-top-menu-item-active a:hover {
                color: #00c3ce;
            }

        footer#site-footer .footer-top-menu-item-active::before {
            content: "";
            background: #007ba6;
            padding: 0.15rem 0;
            width: 100%;
            position: absolute;
            top: 1.68em;
        }

        footer#site-footer .footer-top-menu-item-active:hover::before {
            background: #00c3ce;
            transition-duration: 0.6s;
        }

    footer#site-footer #footer-buttons-container {
        margin-left: auto;
        flex-shrink: 0;
    }

    footer#site-footer a.footer-button {
        background: transparent;
        border: 0.15rem solid #a8a8a8;
        border-radius: 1.38rem;
        padding: 0.5rem 1rem;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

        footer#site-footer a.footer-button:hover {
            border-color: #00c3ce;
        }

    footer#site-footer section.horizontal-footer-section#footer-middle-section {
        align-items: flex-start;
    }

    footer#site-footer .footer-columns {
        flex-basis: 18%;
        padding-right: 1rem;
    }

    footer#site-footer .footer-columns-large {
        flex-basis: 46%;
        padding-right: 2rem;
    }

    footer#site-footer .footer-columns h1 {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 800;
    }

    footer#site-footer .footer-columns.footer-columns-large h1 {
        font-size: 1.28rem;
        margin-top: 3rem;
        margin-bottom: 1.32rem;
    }

        footer#site-footer .footer-columns.footer-columns-large h1:first-child {
            margin-top: 0;
        }

    footer#site-footer ul.footer-column-menu {
        margin: 0;
        padding: 0;
    }

        footer#site-footer ul.footer-column-menu li {
            list-style-type: none;
            margin-bottom: 0.68rem;
            font-size: 0.88rem;
        }

    footer#site-footer #footer-about address {
        font-style: normal;
        /*font-weight: bold;*/
    }

        footer#site-footer #footer-about address p img {
            margin-right: 0.68rem;
        }

    footer#site-footer #footer-about a.footer-button {
        margin-top: 0.32rem;
    }

    footer#site-footer section.horizontal-footer-section#footer-bottom-section {
        padding: 1.32rem 0;
        margin: 2rem 2rem 1.32rem 2rem;
        border-top: 0.05rem solid #666666;
    }

    footer#site-footer #footer-social-buttons {
        justify-self: flex-end;
        margin-left: auto;
    }

        footer#site-footer #footer-social-buttons img {
            margin-left: 0.68rem;
        }

            footer#site-footer #footer-social-buttons img:hover {
                cursor: pointer;
            }

@media screen and (max-width: 959px) {

    footer#site-footer {
        width: 100%;
    }

        footer#site-footer section.horizontal-footer-section {
            flex-direction: column;
            flex-wrap: wrap;
        }

            footer#site-footer section.horizontal-footer-section div {
                flex-basis: 100%;
                width: 100%;
            }

        footer#site-footer ul li {
            display: block !important;
            padding: 1em !important;
            border-top: 1px solid #555555;
            border-bottom: none;
            border-left: none;
            border-right: none;
            font-size: 1.15rem !important;
        }

            footer#site-footer ul li:first-child {
                border-top: none;
            }

        footer#site-footer a.footer-button {
            display: block;
            text-align: center;
            max-width: 350px;
            margin: 0.32rem auto;
        }

        footer#site-footer section.horizontal-footer-section#footer-top-section div {
            margin-top: 0;
            margin-bottom: 1.68rem;
        }

        footer#site-footer #footer-logo {
            margin-right: 0;
        }

        footer#site-footer #footer-buttons-container {
            margin-left: 0;
        }

        footer#site-footer ul#footer-top-menu {
            width: 100%;
            margin: 2rem 0 0 0;
        }

        footer#site-footer .footer-top-menu-item-active::before {
            display: none;
        }

        footer#site-footer #footer-about {
            margin-bottom: 3rem;
        }

        footer#site-footer .footer-columns-large,
        footer#site-footer .footer-columns {
            padding-right: 0;
        }

        footer#site-footer .footer-columns {
            margin-top: 0;
            margin-bottom: 4rem;
        }

            footer#site-footer .footer-columns:last-child {
                margin-bottom: 0;
            }

            footer#site-footer .footer-columns h1 {
                text-align: center;
                font-size: 1.3rem;
                text-transform: uppercase;
                letter-spacing: 0.15rem;
            }

        footer#site-footer ul.footer-column-menu li {
            margin-bottom: 0;
            display: block;
            text-align: center;
        }

        footer#site-footer section#footer-bottom-section div {
            text-align: center;
        }

        footer#site-footer section.horizontal-footer-section#footer-bottom-section {
            margin: 1.32rem 0;
            padding: 0;
            border-top: 0;
        }

        footer#site-footer section#footer-bottom-section #footer-social-buttons {
            margin-top: 1.32rem;
        }
}

.hrtz {
    border-top: 1px solid #BCBCBC;
}

/* ------------social media icons-----------------*/
.icons {
    padding-top: 0rem;
}

    .icons a {
        text-decoration: none;
        font-size: 2rem;
        margin: 0.5rem;
        color: #f4f4f4;
    }
/* ------------language style-----------------*/
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
/*     -------verticalline style------------*/
.vl {
    border-left: 2px solid #707070 !important;
    height: 21px;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

.vlod {
    border-left: 2px solid #707070 !important;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

li {
    list-style: none;
    line-height: 2rem;
}

a:hover {
    text-decoration: none;
    color: #24D153;
}

a {
    color: #24D153;
}

.button {
    background: hsl(0, 0%, 90%);
    border-radius: 6px;
    padding: 15px 20px;
}
@media screen and (max-width: 360px) {
    .footer-copy {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }
    .footer-row-text {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 380px) {
    .footer-copy {
        font-size: 12px !important;
    }  
}
@media screen and (max-width: 767px) {
    .fooetr {
        display: none !important;
    }
    #btnsmob-ipad {
        display: none !important;
    }

    .mobilebtns {
        display: none !important;
    }

    #btnsdesk {
        display: none !important;
    }


    .footer-links {
        margin-right: 1rem !important;
    }
}

#btnsmob-ipad {
    display: block;
}

#btnschedule-mob {
    display: none !important;
}

#btnrequest-mob {
    display: none !important;
}

.mobilebtns {
    display: none;
}

/*footer*/

.footer-privacy {
    margin-left: 0.5em !important;
}

.footer-cancel {
    margin-left: -0.5em;
}
.footer-terms {
    margin-left: -2.5em;
}
@media screen and (max-width: 767px) {
    .footer-privacy {
        margin-left: 0 !important;
    }
    .fooetr{
        display: none !important;
    }
    
    .footer-header {
        display: block !important;
        width: 100% !important;
        border-top: 1px solid #af9e9e !important;
        margin-top: 0em !important;
    }

    .footer-links {
        display: none !important;
    }

    /*.fooetr-vtrcl {
        margin-left: 6.5em;
        margin-top: -2em;
        display: block !important;
    }*/

    /*.footer-privacy {
        margin-top: -1em !important;
        margin-left: 0.5em !important;
    }*/

    /*.footer-cancel {
        margin-left: 7.5em !important;
        margin-top: -1.9em !important;
    }*/

       /*.logofooter {
        margin-top: -23rem !important;
        margin-left: 2em !important;
    }*/

   
    /*.footer-toggle {
        margin-top: -36em !important;
    }*/
}
    /*footer*/
    /*@media screen and (max-width: 896px) and (min-width: 414px) {
        .footer-toggle {
            margin-top: -38em !important;
        }
    }*/
    /*@media screen and (max-width: 786px) and (min-width: 393px) {
    .footer-toggle {
        margin-top: -37em !important;
    }
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .btn-toggle:focus {
        outline: none;
        box-shadow: none;
    }
    .ipafoot {
        margin-top: -0.2em !important;
    }
    /*.ipavls {
        margin-left: 6px !important;
    }*/
    .footmar {
        margin-top: 0 !important;
    }
 /*   .mobilenone {
        display: none !important;
    }*/
    .ml-auto{
        float: none !important;
    }
    .numberspan{
        float: right !important;
    }
    .support {
        float: right !important;
    }
    .header-icon {
        float: right !important;
    }
    .navbar-toggler {
        border: 1px solid #24d153 !important;
        padding: 27px 41px 24px 15px !important;
        background: #24d153 !important;
        margin-top: 0em !important;
        margin-left: -10px;
    }

    .supportfobe {
        margin-right: 20em !important;
    }

    .vrtcl {
        display: none !important;
    }

    .footer-support {
        margin-left: 0.5em !important;
    }

    .footer-toggle {
        margin-top: 0 !important;
    }

    .footer-icons {
        margin-top: 0 !important;
    }

   
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-icon {
        display: flex !important;
    }
}

    @media (min-width: 768px) and (max-width: 992px) {
        .footer-row {
            margin-top: -4em !important;
        }

        .logofooter {
            width: 15em !important;
            margin-left: 0em !important;
            margin-top: 1em !important;
        }

        .ipavl {
            margin-left: -1.2rem !important;
        }

        .lastFoot {
            margin-top: 1.5rem;
        }
    }

    @media screen and (min-width: 993px) {
        .ipavl {
            margin-left: -2.5rem !important;
        }
    }

    @media screen and (min-width: 1023px) {
        .ipafoot {
            margin-top: -3.5px;
        }
    }

    @media screen and (min-width: 361px) and (max-width: 420px) {
        .footer-row-text {
            font-size: 12px !important;
        }

        .footer-copy {
            margin-top: 10px !important;
            margin-bottom: 5px !important;
        }
    }

    .footer-row-text {
        font-size: 15px;
    }

    .footer-row {
        margin-top: -5em;
        margin-left: 15px !important;
    }

    .footer-row-mbl {
        margin-top: -3.5em;
    }

.head-link {
    color: #24D153 !important;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .head-link:hover {
        color: #24D153 !important;
    }