/* footer*/
.footer-icons{display:none}
#footermobile{display:none}
.footer {
    padding-top: 50px;
    padding-bottom: 0px;
    border-top: 1px solid var(--header-bor-bottom);
}

.mobilefootershow {
    display: none;
}
.mobilelogo {
    display: none;
}
.menuIcon {
    display: none;
}

.menuCloseIcon {
    display: none;
}

.footer-icons {
    display: none;
}

.footer .page-center {
    display: flex;
    width: 100%;
}

.footer .footermenu {
    width: 100%;
}

.footer-nav-list.level-1 {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%;
}

.footer-nav-list {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}


.footer-nav-list.level-1 .footer-nav-list-item.level-1 {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
}


.footer-nav-list.level-1 .footer-nav-list-item.level-1 h4 {
    font-size: 15px;
    margin: 0 0 10px;
    color: var(--black);
    font-weight:600;
    text-transform: uppercase;
  /*  border-bottom: 1px solid var(--red);*/
    display: inline-block;
}


.footer-nav-list.level-1 .footer-nav-list-item.level-1 .newsletterform .invalid-feedback{
    display: block;
}

.footer-nav-list.level-1 .footer-nav-list-item.level-1 .newsletterform .invalid-feedback .alert-warning{
    color: #dc3545;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
} 

.footer-nav-list.level-2 {
    margin: 0px 0 0;
}

.footer-nav-list.level-2 li {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    line-height: 35px;
   position: relative;
}
.footer-nav-list.level-2 li .openingBox{
    position: absolute;
    top: 27%;
    right: 38%;
    font-size: 12px;
    color: var(--red);
    padding: 0 5px;
    line-height: normal;
    border: 1px solid var(--red);
    border-radius: 10px;
    text-transform: uppercase;
}


.footer-nav-list.level-2 li .openingBox.blink{
animation: blink 1s linear infinite; 
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .10;}
100%{opacity: 1;}
}



.footer-nav-list.level-2 li a {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    line-height: 35px;
}


.sourceBadges {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.sourceBadges .sf-root {
    width: 50px;
    height: auto;
}

.footerbottom {
    position: relative;
}

.footerlogo {
    position: absolute;
    width: 92%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.footerbottom-nav-list.level-1 {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}

.footerbottom-nav-list.level-1.footerAdddress {
    max-width: 100%;
}
.footerbottom-nav-list.level-1.footersocialicons {
    max-width: 25%;
}

.footerbottom-nav-list {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
}

.footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

.footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p strong {
    font-size: 18px;
}

.footerbottom .social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 60%;
}

.footerbottom .social-media li {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
}

.footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 img {
    width: 65%;
}

.footerbottom .social-media li a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--white);
}
.copyrightbg{
    background-color: var(--grey);
}
.copyright p {
    text-align: center;
    margin: 0px auto;
    color: var(--white);
    font-size: 12px;
    line-height: 40px;
}

.footerbottomImg {
    position: relative;
    padding: 50px 0px 50px;
}

.footerbottomImg .footerbottomBg{
    height: 60px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

/* newsletter form*/
.newsletterform form .form-control {
    line-height: 15px;
    background: transparent;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    height: calc(1rem + 10px);
    box-shadow: none;
    outline: none;
    border: solid 1px transparent;
    border-radius: 0px;
    padding: 0px 35px 0px 0px;
    border-bottom: 1px solid #e53228;
}

.newsletterform form .input-group {
    position: relative;
}

.newsletterform form .input-group .f-submit {
    background-image: url(../images/red-btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    font-size: 0;
    width: 17px;
    height: 18px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    z-index: 10;
}


.whatsappIcon {
    position: fixed;
    top: auto;
    right: 3%;
    z-index: 100000;
    bottom: 1%;
}



.newsletterform{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.bottom-module-some {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 50%;
    width: 50%;
    justify-content: space-between;
}


.bottom-module-some li:first-child {
    margin-left: 0px;
}
.bottom-module-some a {
    display: block;
}
.bottom-module-some img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bottom-module-some li a:hover img {
 filter: grayscale(1);
}

.newsletterform .newsletter-subscribe-form{
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 5%;
}
/* newsletter form the end*/

/* footer the end*/



@media only screen and (min-width:1600px) and (max-width:1919px) {}
@media only screen and (min-width:1440px) and (max-width:1599px) {}
@media only screen and (min-width:1366px) and (max-width:1439px) {

.footer-nav-list.level-2 li .openingBox {
    top: 0%;
    right: 26%;
    font-size: 9px;
}


}
@media only screen and (min-width:1280px) and (max-width:1365px) {
.footer-nav-list.level-2 li .openingBox {
    top: 0%;
    right: 18%;
    font-size: 9px;
}

}

@media only screen and (min-width:1280px) and (max-width:1599px) {

/* Footer Section*/

    .footerbottom .social-media {
        max-width: 77%;
    }


    .footer-nav-list.level-2 li{
          font-size: 14px;
    }
    .footer-nav-list.level-2 li a {
        font-size: 14px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p {
    font-size: 16px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p strong {
        font-size: 16px;
    }

    /* Footer Section the end*/

}

@media only screen and (min-width:1024px) and (max-width:1279px) {
     /* footer */
    .footer-nav-list.level-1 .footer-nav-list-item.level-1 h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    .footer {
    padding-top: 20px;
    }

    .footer-nav-list.level-2 li{
    font-size: 14px;
    line-height: 30px;
    }

    .footer-nav-list.level-1 .footer-nav-list-item.level-1:last-child {
    width: 100%;
    }

    .bottom-module-some {
    max-width: 35%;
    width: 35%;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    }

    .bottom-module-some a {
    margin: 0px 15px;
    }

    .newsletterform .newsletter-subscribe-form {
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 14%;
    }

    .sourceBadges {
    justify-content: center;
    align-items: center;
    margin: 20px auto 0px;
    width: 50%;
    }

    .sourceBadges img {
    margin: 0px 10px;
    }

    .footer-nav-list.level-2 li a {
        font-size: 14px;
        line-height: 30px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p {
    font-size: 14px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p strong {
    font-size: 16px;
    }

    .footerbottom .social-media {
        max-width: 83%;
    }

    .footerbottom .social-media li a {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    /* footer The End */
}


@media only screen and (min-width:992px) and (max-width:1023px) {

    /* footer */
    .footer-nav-list.level-1 .footer-nav-list-item.level-1 h4 {
    font-size: 14px;
    margin-top: 20px;
    }
    .footer {
    padding-top: 20px;
    }

    .footer-nav-list.level-2 li  {
    font-size: 14px;
    line-height: 30px;
    }

    .footer-nav-list.level-2 li a {
    font-size: 14px;
    line-height: 30px;
    }
    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p {
    font-size: 14px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p strong {
    font-size: 14px;
    }

    .footerbottom .social-media {
    max-width: 83%;
    }

    .footerbottom .social-media li a {
    width: 25px;
    height: 25px;
    font-size: 15px;
    }

    .newsletterform form .form-control {
    font-size: 14px;
    }

    .footerAdddress li p {
    font-size: 14px;
    }

    .sourceBadges {
    justify-content: center;
    align-items: center;
    margin: 20px auto 0px;
    width: 50%;
    }

    .sourceBadges img {
    margin: 0px 10px;
    }

    .bottom-module-some {
    max-width: 35%;
    width: 35%;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    }

    .bottom-module-some a {
    margin: 0px 15px;
    }
    .newsletterform .newsletter-subscribe-form {
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 14%;
    }

    .footer-nav-list.level-2 li .openingBox {
    right: 25%;
    font-size: 10px;
    }


    /* footer The End */
}


@media only screen and (min-width:768px) and (max-width:991px) {
     /* footer */
    .footer {
    padding-top: 0px;
    }
    .footer-nav-list.level-1 .footer-nav-list-item.level-1 h4 {
    font-size: 14px;
    margin-top: 20px;
    }
    .footer-nav-list.level-2 li {
    font-size: 14px;
    line-height: 30px;
    }

    .footer-nav-list.level-2 li a {
    font-size: 14px;
    line-height: 30px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p {
    font-size: 14px;
    }

    .footerbottom-nav-list.level-1 .footerbottom-nav-item.level-1 p strong {
    font-size: 14px;
    }
    .footerbottom-nav-list.level-1.footersocialicons {
    max-width: 40%;
    }

    .footerbottom .footerbottomBg {
    height: 60px;
    }

    .footerbottom .social-media {
    max-width: 100%;
    margin: 0px auto;
    justify-content: center;
    }

    .footer-nav-list.level-2 li .openingBox {
    top: -18%;
    right: 18%;
    font-size: 9px;
    }

    .footerbottom .social-media li {
    flex-grow: unset;
    padding: 0px 10px;
    }

    .footerbottom .social-media li a {
    width: 25px;
    height: 25px;
    font-size: 15px;
    }

    .newsletterform form .form-control {
    font-size: 14px;
    }

    .footerAdddress li p {
    font-size: 14px;
    }

    .sourceBadges {
    justify-content: center;
    align-items: center;
    margin: 20px auto 0px;
    }

    .sourceBadges img {
    margin: 0px 5px;
    }

    .footerbottom {
    padding: 0px 0px 0px;
    }

    .bottom-module-some {
    max-width: 35%;
    width: 35%;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    }

    .bottom-module-some a {
    margin: 0px 10px;
    }

    .newsletterform .newsletter-subscribe-form {
    flex: 0 0 50%;
    max-width: 50%;
    }

    /* footer The End */
}


@media only screen and (min-width:0px) and (max-width:991px) {}

@media only screen and (min-width:0px) and (max-width:767px) {
  /* mobile footer */

    /*Footer Mobile*/
    .footerdesktopshow {
        display: none;
    }

    #footermobile .toggle-wrapper a.toggle .arrow {
        border: 1px solid #000;
        border-width: 0 0 1px 1px;
        -webkit-transform: rotate(-132deg);
        -ms-transform: rotate(-132deg);
        -o-transform: rotate(-132deg);
        transform: rotate(-132deg);
        position: absolute;
        right: 15px;
        top: 15px;
        width: 8px;
        height: 8px;
    }

    #footermobile .toggle-wrapper a.toggle.active .arrow {
        border: 1px solid #000;
        border-width: 0 0 1px 1px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: 15px;
        width: 8px;
        height: 8px;
    }

    .sourceBadges {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }

    .foot-row {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 15px 0px 15px;
        padding-bottom: 30px;
    }

    .footer-newsletter {
        width: 100%;
    }

    .capterraMain img {
        margin: 0px auto;
        display: table;
    }



    .footer-newsletter form {
        width: 100%;
    }

    .footer-newsletter h4 {
        color: var(--black);
        font-size: 16px;
        font-weight: 200;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-newsletter input[type="email"]:focus {
        z-index: inherit;
    }

    .footer-newsletter input[type="email"] {
        border-bottom: 1px solid #acacac;
        padding: 7px 24px 7px 0px;
        border-radius: 0;
        font-size: 16px;
        color: #231f20;
        font-weight: 500;
        box-shadow: none;
        outline: none;
    }


    .mobile-copyright {
        background: #f1f1f1;
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 6px 0px;
    }

    .mobile-copyright p {
        color: #231f20;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    #footermobile {
        display: block !important;
        margin-bottom: 61px;
        position: relative;
        padding: 10px 0 0 0;
        z-index: 100;
        border-top: 1px solid var(--header-bor-bottom);
    }

    #footermobile:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background-image: url(../images/footer-shape-left.png);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-color: initial;
        width: 150px;
        height: 285px;
        background-size: 55%;
        z-index: -1;
    }

    #footermobile:before {
        position: absolute;
        top: 0px;
        right: 0px;
        content: '';
        background-image: url(../images/footer-shape-right.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-color: initial;
        width: 150px;
        height: 409px;
        background-size: 55%;
        z-index: -1;
    }

    #footermobile ul.content {
        width: 85%;
        padding: 15px 0px;
    }

    #footermobile ul {
        margin: 0px 15px;
        padding: 0px;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
    }

    #footermobile ul li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: 1px solid #acacac;
        border-radius: 10px;
        position: relative;
        height: auto;
        width: 100%;
        margin-top: 15px;
    }

    #footermobile ul.mobileAddress li {
        width: 100%;
    }

    #footermobile ul li:last-child {
        width: 100%;
    }

    #footermobile ul.mobileAddress li p {
        font-size: 12px;
        color: var(--black);
    }

    #footermobile ul li li {
        border: 0px;
        border-radius: 0px;
        width: 100%;
        margin: 0px;
    }

    #footermobile ul li li .openingBox {
        top: 2px;
        display: block !important;
        position: absolute;
        left: 64px;
        font-size: 14px;
        color: var(--red);
        line-height: normal;
        border: 1px solid var(--red);
        border-radius: 10px;
        text-transform: uppercase;
        padding: 3px 10px
    }


    #footermobile ul li li .openingBox.blink{
    animation: blink 1s linear infinite; 
    }

    @keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .10;}
    100%{opacity: 1;}
    }

#footermobile ul li li .openingBox{
    font-size: 11px;
}

    #footermobile ul li li p {
    font-size: 14px;
    color: var(--black);
    }

    #footermobile ul li li a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }



    #footermobile .footer-accordion {
        position: relative;
        max-width: 500px;
        height: auto;
        margin: 10px auto;
    }

    #footermobile .accordion-wrapper > h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 0px;
    }

    #footermobile .toggle-wrapper > a {
        display: flex;
        padding: 10px 15px;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 0px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: var(--black);
        text-decoration: none;
        font-size: 14px;
        border-radius: 11px;
        text-transform: uppercase;
    }

    #footermobile .toggle-wrapper > a::first-letter {
        color: transparent;
        margin-left: -14px;
    }

    #footermobile .toggle-wrapper > a i {
        float: right;
        margin-top: 4px;
    }

    #footermobile .toggle-wrapper > a.active {
        color: #000;
        border-bottom: 1px solid #acacac;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #footermobile .toggle-wrapper div {
        display: none;
        padding: 10px;
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
    }

    #footermobile .cont.active {
        display: block;
    }

    .intercom-lightweight-app .intercom-lightweight-app-launcher {
        background: none;
        box-shadow: 0 0 0;
        bottom: 0px;
    }

    body iframe.intercom-launcher-frame {
        background: none !important;
        box-shadow: 0 0 0 !important;
        bottom: 0px !important;
    }

    .footer-icons {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 99999;
    }

    .footer-icons:after {
        background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: -moz-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: -o-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        position: absolute;
        top: 0px;
        left: -20px;
        width: 200%;
        padding: 0px 0px;
        content: '';
        height: 61px;
        z-index: -1;
    }

    .footer-icons .icon {
        transition: transform 100ms linear,opacity 80ms linear;
        height: 60px;
        animation: intercom-lightweight-app-launcher 250ms ease;
        text-align: center;
        line-height: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #fff;
        width: 50%;
    }

    /*.footer-icons a {
        width: 40px;
        border-radius: 50px;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }*/

    .bottom-module-some {
    max-width: 40%;
    width: 40%;
    }

    .newsletterform .newsletter-subscribe-form {
    flex: 0 0 55%;
    max-width: 55%;
    margin-left: 2%;
    }

    /*Footer Mobile*/

    /* mobile footer the end */
}


@media only screen and (min-width:376px) and (max-width:480px){
    .foot-row .footer-newsletter input[type="submit"]{
    width: 17px;
    height: auto;
    }
    .foot-row .footer-newsletter input[type="email"] {

    padding: 7px 25px 7px 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 375px){

    .newsletterform {
    display: block;
    }

    .bottom-module-some {
    justify-content: space-evenly;
    margin: 5px 0px 15px;
    }

    .newsletterform .newsletter-subscribe-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    }
    .footer-newsletter input[type="email"] {
    font-size: 14px;
    }

    .mobile-responsive-menu ol {
    margin-top: 10px;
    margin-left: 23px;
    }
}




