footer {
    font-size: 62.5%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--pv-font-regular);
}

footer .Subscribe-to-our-Newsletter {
    max-width: 380px;
    margin: 0px 0px 00px 15px;
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 1.4px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

footer .Enter-Your-Email-Address {
    display: flex;
    width: 320px;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 5px;
    border: solid 1px #404040;
    background-color: #171717;
    color: #d1d1d1;
    -webkit-search-decoration: none;
}

footer .Enter-Your-Email-Address {
    font-family: var(--pv-font-regular);
    font-style: normal;
    text-align: left;
    font-size: 13px;
}

footer .Arrow-Footer-Box {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #397ff4;
    margin-top: -41px;
    margin-left: 297px;
    cursor: pointer;
}

footer .Arrow-Footer-Image {
    width: 17.1px;
    height: 12px;
    object-fit: contain;
    margin-top: 15px;
    margin-left: 12px;

}

footer h4 {

    font-family: var(--pv-font-regular);
    color: #d1d1d1;
}

footer li {
    font-family: var(--pv-font-regular);
    font-size: 14px;
    font-weight: medium;
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.60;
    letter-spacing: 0.4px;
    text-align: left;
    color: #d1d1d1;

    /* width: 90px; */
}

footer {
    background-color: #272727;
    height: 100%;
}

footer .sMx97 {
    max-width: 1000px;
    margin: 40px auto 0
}

@media screen and (min-width:1421px) {
    .fallback .sMx97 {
        max-width: 1160px;
    }
}

.sMx97 {
    border-top: 2px solid var(--primary-dark-color);
    margin-top: 32px;
    padding: 24px 0 0
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    .sMx97 {
        margin-top: 0
    }
}

footer .pinkvilla-img {
    width: 200px;
    display: block;
    margin: 0 0 20px;
}

.footer-container a {
    color: var(--primary-dark-color);
    font-size: 14px;
    line-height: 1.60;
    letter-spacing: 0.1px;
    margin: 0 0 8px;
    display: block
}

footer .Sites-Container a {
    color: var(--primary-dark-color);
    font-size: 14px;
    line-height: 1.60;
    margin: 0 0 8px;
    display: block;
}
/* ********************************** */
footer .Sites-Container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 10px;
    column-gap: -100px;
    min-height: 0;
}
/* **************************** */
.footer-container {

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-row-count: 2;
    -moz-row-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-height: 0;
    
    /* display: grid;
    grid-template-rows: repeat(3,1fr);
    grid-template-columns: repeat(2,1fr); */
}

.footer-column-1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.footer-column-1 .footer-container-heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.93;
    letter-spacing: 1.4px;
    margin: 0 0 12px
}

.footer-container-heading {
    color: #ffffff;
}



.footer-paragraph {
    padding: 15px 20px 15px 2px;
    text-align: left;
    font-size: 14px;
    color: #d1d1d1;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.60;
    letter-spacing: 0.4px;
    /* border-top: 1px dotted #a5a5a5 */
}

/* ***************************** */
._1fIfk .footer-container,
.footer-box {
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-height: 0;
    width: 100%; */
}

footer .pinkvilla-img {
    margin-left: -15px;
}

/* ***************************** */
 
.footer-box {
    display: grid;
    grid-template-columns:repeat( 2,1fr);
    grid-template-rows:repeat( 3,225px);
    grid-gap: 50px;
    column-gap: 50px;
}


footer .copyright-paragraph {
    padding: 15px 0;
    text-align: center;
    color: #666;
    border-top: 1px dotted #d1d1d1;
    font-size: 14px;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.60;
    letter-spacing: 0.4px;
}


footer :root {
    --primary-dark-color: #1a1a1a;
    --primary-dark-color-rgba: 26, 26, 26;
    --border-color: #ececec;
    --invert: invert(0);
    --white-color: #fff;
    --white-color-rgba: 255, 255, 255;
    --offwhite-color: #f6f6f6
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    footer .header-container {
        padding: 0 !important
    }
}

footer .contentwrapper {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

@media screen and (min-width:1421px) {
    footer .contentwrapper {
        max-width: 1168px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    footer .contentwrapper {
        padding: 0 15px
    }
}

@media screen and (max-width:767px),
screen and (orientation:landscape) and (max-width:1000px) {

    footer .contentwrapper {
        width: 100%;
        padding: 0;
        background-color: #272727;
        overflow-x: hidden
    }
}




@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    .contentwrapper {
        width: calc(100% - 15px)
    }
}

.contentwrapper,
footer {
    position: relative
}

@media screen and (max-width:1420px) {

    body.bgImg .contentwrapper,
    body.bgImg footer {
        max-width: 1000px
    }
}

@media screen and (min-width:1421px) {

    body.bgImg .contentwrapper,
    body.bgImg footer {
        max-width: 1168px
    }
}


.contentwrapper:before {
    left: 0
}
footer a {
    color: var(--primary-dark-color)
}


footer img {
    max-width: 100%;
    border: 0;
}


footer a {
    text-decoration: none
}

@media print {

    footer img {
        page-break-inside: avoid
    }

    footer img {
        max-width: 100%
    }

}

footer .contentwrapper {
    position: relative
}

footer .Box-Office {
    /* width: 31%; */
    /* position: absolute; */
    /* margin: 510px 0px 0px 408px; */
}

@media (max-width:1420px) {
    footer footer .Box-Office {
        /* position: relative; */
        /* margin: 550px 0px 0px 350px; */
    }

}

@media (max-width:970px) {
    footer .Box-Office {
        /* position: relative; */
        /* margin: 510px 0px 0px 330px; */
    }

}

@media (max-width:940px) {
    footer .Box-Office {
        /* position: relative; */
        /* margin: 530px 20px 0px 300px; */
    }

}

@media (max-width:905px) {
    footer .Box-Office {
        /* margin: 590px 0px 0px 280px; */
    }

}

@media (max-width:880px) {
    footer .Box-Office {
        /* margin: 590px 0px 0px 250px; */
    }

}


.footer-icons {
    background-repeat: no-repeat
}

.footer-icons,
.follow-container {
    display: inline-block
}

.follow-container {
    padding: 0;
    padding-top: 3px;
    vertical-align: middle;
}

.follow-container li {
    display: inline-block;
    margin-left: 8px
}

@media screen and (min-width:768px) and (orientation:portrait) and (max-width:1420px),
screen and (min-width:999px) and (max-width:1420px) {}

.follow-container li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 18px 0px 8px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    background-size: 400%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.follow-container li.Instagram-icon a {
    background-position: -5px -7px;
}

.follow-container li.Youtube-icon a {
    background-position: -8px -32px;
}

.follow-container li.facebook-icon a {
    background-position: -6px -59px;
}

.follow-container li.twitter-icon a {
    background-position: -9px -269px;

}


.social_footer_heading {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.93;
    letter-spacing: 1.4px
}

@media screen and (min-width:768px) and (orientation:portrait),
screen and (min-width:999px) {
    .social_footer_heading {
        margin: 20px 0 8px
    }
}

.social_footer {
    margin: 0 0 28px;
}

@media screen and (max-width:767px),
screen and (orientation:landscape) and (max-width:1000px) {
    .social_footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

.social_footer li a {
    background-size: unset;
    width: 28px;
    height: 28px
}

.social_footer li.Instagram-icon {
    margin-left: 0
}

.social_footer li.Instagram-icon a {
    background-position: -7px -9px
}

.social_footer li.Youtube-icon a {
    background-position: -11px -45px
}

.social_footer li.facebook-icon a {
    background-position: -8px -82px
}

.social_footer li.twitter-icon a {
    background-position: -11px -375px
}

footer .Download-Container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
