<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("swiper-bundle.css");
@import url("aos.css");

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.TTF');
    src: local('?'), url('../fonts/Roboto-Medium.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.TTF');
    src: local('?'), url('../fonts/Poppins-SemiBold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.TTF');
    src: local('?'), url('../fonts/Poppins-Bold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.TTF');
    src: local('?'), url('../fonts/Poppins-ExtraBold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.TTF');
    src: local('?'), url('../fonts/Poppins-Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.TTF');
    src: local('?'), url('../fonts/Poppins-Medium.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Medium.TTF');
    src: local('?'), url('../fonts/Roboto-Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/Roboto-Medium.TTF');
    src: local('?'), url('../fonts/RobotoCondensed-Bold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('../fonts/Roboto-Medium.TTF');
    src: local('?'), url('../fonts/RobotoCondensed-Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/Roboto-Medium.TTF');
    src: local('?'), url('../fonts/OpenSans-Regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Poppins-Regular' !important;
    background-position: center center!important;
    background-repeat: repeat!important;
    overflow-x: hidden;
}

label {
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

.tempHideMe {
    display: none !important;
}

#divMasterHeaderContainer {
    background: transparent;
}

#divHeaderTop {
    height: 40px;
    background-color: #ac1e2d;
}

.addressDetails {
    background: url(../Images/AddressTop_Icon.png) no-repeat left 12px;
    width: 32px;
    height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px !important;
    /* height: 40px; */
    text-align: left;
    color: white;
    font-family: 'OpenSans';
    font-size: 13px;
    letter-spacing: 1px;
}

.contactDetails {
    float: right !important;
    text-align: right;
    margin-top: 5px;
}

.divphoneNumber {
    background: url(../Images/Call_Icon.png) no-repeat left 12px;
    width: 32px;
    height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px !important;
    /* height: 40px; */
    text-align: left;
    color: white;
    font-family: 'OpenSans';
    margin-left: 10px;
    font-size: 13px;
}

.divfaxNumber {
    background: url(../Images/Fax_Icon.png) no-repeat left 12px;
    width: 32px;
    height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px !important;
    /* height: 40px; */
    text-align: left;
    color: white;
    font-family: 'OpenSans';
    margin-left: 10px;
    font-size: 13px;
}

.divHeaderLogo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 9999;
}

#divHeaderMiddle {
    /*height: 120px;*/
    background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 66.66%, #ac1e2d 58.66%, #ac1e2d 100%);
}

.divNavigationMenu {
    width: 100%;
    float: left;
}

.navbar-nav {
    float: right !important;
    width: 100%;
    margin: 0 auto !important;
}

.nav &gt; li &gt; a {
    padding: 15px 15px !important;
}

.shopMerchandise {
    float: right;
    padding: 20px 8px 20px 8px;
    background-color: #ac1e2d;
    position: relative;
    z-index: 1;
    bottom: 7px;
    border: 2px solid #0000001f;
}

    .shopMerchandise a {
        color: white;
        text-decoration: none !important;
    }

.shopinnerspan {
    border: 2px solid #0000001f;
    padding: 10px 20px 10px 20px;
    color: white;
    cursor: pointer;
}

span.shopinnerspan:hover {
    background-color: #ffd51d;
    color: black;
}

li.seprator {
    border-right: 2px solid #909090;
    height: 15px;
    margin-top: 18px;
}

    li.seprator:last-child {
        display: none;
    }

#divLoginStatus {
    background: url(../Images/Use_Icon.png) no-repeat 92% 60%;
    float: right;
    margin-top: 43px;
    text-align: left;
    background-color: black;
}

.socialMedia {
    float: right;
}

span.loginSeprator {
    color: white;
    display: none;
}

.divCircle {
    background: url(../Images/OnlineOrdering_Icon.png) no-repeat 20px 14px;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 40px;
    background-color: #242424;
    border-color: white;
    float: left;
    z-index: 1;
    position: relative;
}

.divSquare {
    width: 160px;
    height: 35px;
    border: 2px solid;
    border-color: white;
    background-color: #242424;
    float: left;
    position: relative;
    top: 13px;
    right: 15px;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
    letter-spacing: 1px;
}

.divOnlineOrdering {
    margin-top: 30px;
    padding-left: 0px !important;
}

.account_link {
    color: #ac1e2d !important;
    text-decoration: none;
    margin-bottom: 5px;
    padding-right: 3px;
    font-size: 13px;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    font-weight: bold;
}

.divLoginSection {
    /*border-top: 33px solid #A2A2A2;
    border-right: 15px solid transparent;*/
    background-color: #fff;
}

.divLoginTitle {
    /*margin-top: -27px;*/
}

#divHeaderBottom {
    height: 52px;
    background: #ffffff;
    background-repeat: no-repeat;
    /*width: 100%;*/
    background-size: cover;
}

.navbar-inverse {
    padding-top: 40px !important;
}

.caret {
    display: none !important;
}

.navbar-nav .seprator {
    display: none !important;
}
/* -------  HOME PAGE GALLERY STARTS ------- */
#HomePageGalleryWrapper {
    /*position:relative;
    top:-130px;*/
}

#PromoGalleryWrapper {
}

    #HomePageGalleryWrapper .slider-wrapper #divloadinggifimage, #PromoGalleryWrapper .slider-wrapper #divloadinggifimage, #PromoGalleryWrapper1 .slider-wrapper #divloadinggifimage {
        background: url("/Images/Loading.gif") no-repeat scroll 50% 50% transparent !important;
        max-height: 726px !important;
        position: relative !important;
        width: 100% !important;
        height: 726px;
    }

    #HomePageGalleryWrapper #slider, #PromoGalleryWrapper #slider1, #PromoGalleryWrapper1 #slider2 {
        position: relative;
        margin: 0 auto;
    }

        #HomePageGalleryWrapper #slider img, #PromoGalleryWrapper #slider1 img, #HomePageGalleryWrapper #slider img, #PromoGalleryWrapper1 #slider2 img {
            width: 100%;
            height: 100% !important;
            text-align: center;
        }

    #HomePageGalleryWrapper .nivo-controlNav, #PromoGalleryWrapper .nivo-controlNav, #PromoGalleryWrapper1 .nivo-controlNav {
        background-color: Transparent !important;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 8px;
        position: relative;
        text-align: center;
        display: none;
    }
        /* Control nav styles (e.g. 1,2,3...) */

        #HomePageGalleryWrapper .nivo-controlNav a, #PromoGalleryWrapper .nivo-controlNav a, #PromoGalleryWrapper1 .nivo-controlNav a {
            cursor: pointer;
        }

            #HomePageGalleryWrapper .nivo-controlNav a.active, #PromoGalleryWrapper .nivo-controlNav a.active, #PromoGalleryWrapper1 .nivo-controlNav a.active {
                font-weight: bold;
            }

    #HomePageGalleryWrapper .nivo-prevNav, #PromoGalleryWrapper .nivo-prevNav, #PromoGalleryWrapper1 .nivo-prevNav {
        left: 0px;
    }

    #HomePageGalleryWrapper .nivo-nextNav, #PromoGalleryWrapper .nivo-nextNav, #PromoGalleryWrapper1 .nivo-nextNav {
        right: 0px;
    }

    #HomePageGalleryWrapper .nivoSlider, #PromoGalleryWrapper .nivoSlider, #PromoGalleryWrapper1 .nivoSlider {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        #HomePageGalleryWrapper .nivoSlider img, #PromoGalleryWrapper .nivoSlider img, #PromoGalleryWrapper1 .nivoSlider img {
            position: absolute;
            top: 0px;
            left: 0px;
            max-width: none;
        }

    #HomePageGalleryWrapper .nivo-main-image, #PromoGalleryWrapper .nivo-main-image, #PromoGalleryWrapper1 .nivo-main-image {
        display: block !important;
        position: relative !important;
        width: 100% !important;
    }

    /* If an image is wrapped in a link */
    #HomePageGalleryWrapper .nivoSlider a.nivo-imageLink, #PromoGalleryWrapper .nivoSlider a.nivo-imageLink, #PromoGalleryWrapper1 .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
        cursor: pointer;
    }
    /* The slices and boxes in the Slider */
    #HomePageGalleryWrapper .nivo-slice, #PromoGalleryWrapper .nivo-slice, #PromoGalleryWrapper1 .nivo-slice {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
    }

    #HomePageGalleryWrapper .nivo-box, #PromoGalleryWrapper .nivo-box, #PromoGalleryWrapper1 .nivo-box {
        display: block;
        position: absolute;
        z-index: 5;
        overflow: hidden;
    }

        #HomePageGalleryWrapper .nivo-box img, #PromoGalleryWrapper .nivo-box img, #PromoGalleryWrapper1 .nivo-box img {
            display: block;
        }

    /* Caption styles */
    #HomePageGalleryWrapper .nivo-caption, #PromoGalleryWrapper .nivo-caption, #PromoGalleryWrapper1 .nivo-caption {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: #000;
        color: #fff;
        width: 100%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 0.8;
        overflow: hidden;
        display: none !important;
        -moz-opacity: 0.8;
        filter: alpha(opacity=8);
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        #HomePageGalleryWrapper .nivo-caption p, #PromoGalleryWrapper .nivo-caption p, #PromoGalleryWrapper1 .nivo-caption p {
            padding: 5px;
            margin: 0;
        }

        #HomePageGalleryWrapper .nivo-caption a, #PromoGalleryWrapper .nivo-caption a, #PromoGalleryWrapper1 .nivo-caption a {
            display: inline !important;
        }

    #HomePageGalleryWrapper .nivo-html-caption, #PromoGalleryWrapper .nivo-html-caption, #PromoGalleryWrapper1 .nivo-html-caption {
        display: none;
    }


    /*
Skin Name: Nivo Slider Default Theme
*/

    #HomePageGalleryWrapper .theme-default .nivoSlider img, #PromoGalleryWrapper .nivoSlider img, #PromoGalleryWrapper1 .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    #HomePageGalleryWrapper .theme-default .nivoSlider a, #PromoGalleryWrapper .nivoSlider a, #PromoGalleryWrapper1 .nivoSlider a {
        border: 0;
        display: block;
    }

    #HomePageGalleryWrapper .theme-default .nivo-controlNav, #PromoGalleryWrapper .nivo-controlNav, #PromoGalleryWrapper1 .nivo-controlNav {
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        padding-top: 5px;
        width: 150px;
        margin-top: -26px;
        display: none;
    }

        #HomePageGalleryWrapper .theme-default .nivo-controlNav a, #PromoGalleryWrapper .nivo-controlNav a, #PromoGalleryWrapper1 .nivo-controlNav a {
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../Images/Bullet.png) no-repeat;
            background-position: -21px 0px;
            text-indent: -9999px;
            border: 0;
            margin: 0px;
            margin-left: 5px;
        }

            #HomePageGalleryWrapper .theme-default .nivo-controlNav a.active, #PromoGalleryWrapper .nivo-controlNav a.active, #PromoGalleryWrapper1 .nivo-controlNav a.active {
                background: url(../Images/Bullet.png) no-repeat;
                width: 18px;
                height: 18px;
            }

#HomePageGalleryWrapper .theme-default .nivo-directionNav a {
    display: block;
    width: 62px;
    height: 61px;
    background: url(../Images/NextPrev.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 1;
    margin-left: 25px;
    margin-right: 25px;
}

#PromoGalleryWrapper .nivo-directionNav a, #PromoGalleryWrapper1 .nivo-directionNav a {
    display: block;
    width: 51px;
    height: 51px;
    background: url(../Images/PromoNextPriviosIcon.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 1;
    margin-left: 25px;
    margin-right: 25px;
}


#HomePageGalleryWrapper .theme-default:hover .nivo-directionNav a, #PromoGalleryWrapper .nivo-directionNav a, #PromoGalleryWrapper1 .nivo-directionNav a {
    opacity: 1;
}

#HomePageGalleryWrapper .theme-default a.nivo-nextNav {
    background-position: -62px 0;
}

#PromoGalleryWrapper a.nivo-nextNav, #PromoGalleryWrapper1 a.nivo-nextNav {
    background-position: -61px 0;
}

    #PromoGalleryWrapper a.nivo-nextNav:hover, #PromoGalleryWrapper1 a.nivo-nextNav:hover {
        background-position: -61px -61px;
    }

#HomePageGalleryWrapper .theme-default a.nivo-prevNav {
    background-position: 0px 0px;
}

#PromoGalleryWrapper a.nivo-prevNav, #PromoGalleryWrapper1 a.nivo-prevNav {
    background-position: 0px 0px;
}

    #PromoGalleryWrapper a.nivo-prevNav:hover, #PromoGalleryWrapper1 a.nivo-prevNav:hover {
        background-position: 0px -61px;
    }

@media (max-width:768px) {
    #contactusHeaderImg, #BoardPersonnelHeaderImg, #SurveyHeaderImg, #FeedbackHeaderImg, #ArtHeaderImg, #EventsHeaderImg {
        /*display: none;*/
    }

    #ContactInquiryTwo .rcbSlide {
        top: 161.25px !important;
    }

    .boardandpersonalRow3 {
        
    }


    #carousel-text {
        margin-top: 4px !important;
    }

    ::-webkit-scrollbar {
        width: 2px !important;
    }

    .contactUsPhone {
        background-size: 20px !important;
        font-size: 16px !important;
    }

    .contactUsEmail {
        background-size: 21px !important;
        font-size: 16px !important;
        padding-left: 34px !important;
    }

    .contacttitle {
        text-align: center;
    }

    #ContactInquiryTwo .ContactUstitle {
        font-size: 30px !important;
    }

    #PromoGalleryWrapper a.nivo-prevNav, #PromoGalleryWrapper a.nivo-nextNav, #PromoGalleryWrapper1 a.nivo-prevNav, #PromoGalleryWrapper1 a.nivo-nextNav {
        display: none !important;
    }

    .history-container .content-row-3 {
        padding-top: 0px;
        padding-bottom: 31px;
    }

    .contactRight {
        display: none;
    }

    .ltitle {
        font-size: 14px !important;
    }

    .mainlocation {
        margin-top: 25px !important;
    }

    #ContactInquiryTwo .button-row .satelite-button {
        margin-left: -35px !important;
    }


    .ContactInquiryInner {
        height: 604px;
    }

    .OurServiceWrapperOuter {
        padding-top: 47px !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        display: none;
    }

    .BoardMemberDetails {
        /*margin-top: 108px !important;*/
        font-size: 20px;
        /*margin: 54px auto;*/
    }

    .board-personnel-name {
        font-size: 22px !important;
    } 
    .board-personnel-title, .board-personnel-subtitle {
        font-size : 15px !important;
    }
    .view-profile-button {
        font-size: 16px !important;
    }
    .searchTitle {
        font-size: 33px !important;
    }

    .searchimageinner .form-control {
        width: 100% !important;
    }

    .divEmailDetails, div#divEmailTab, #divPhoneTab, .divPhoneDetails {
        font-size: 18px !important;
    }

    .mobile-container {
        display: block !important;
    }

    .sideupper {
        display: none;
    }

    #divMasterHeaderContainer {
        display: none !important;
    }
}

.mobile-container {
    display: none;
}

#HomePageGalleryWrapper .theme-default .nivo-caption, #PromoGalleryWrapper .nivo-caption, #PromoGalleryWrapper1 .nivo-caption {
    font-family: Helvetica, Sans-Serif, sans-serif;
}

    #HomePageGalleryWrapper .theme-default .nivo-caption a, #PromoGalleryWrapper .nivo-caption a, #PromoGalleryWrapper1 .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        #HomePageGalleryWrapper .theme-default .nivo-caption a:hover, #PromoGalleryWrapper .nivo-caption a:hover, #PromoGalleryWrapper1 .nivo-caption a:hover {
            color: #fff;
        }

#HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled, #PromoGalleryWrapper .nivo-controlNav.nivo-thumbs-enabled, #PromoGalleryWrapper1 .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    #HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled a, #PromoGalleryWrapper .nivo-controlNav.nivo-thumbs-enabled a, #PromoGalleryWrapper1 .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    #HomePageGalleryWrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled img, #PromoGalleryWrapper .nivo-controlNav.nivo-thumbs-enabled img, #PromoGalleryWrapper1 .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }
/* -------  HOME PAGE GALLERY ENDS ------- */

/*****************************************************Header Navigation Menu CSS*****************************/
.dbButton {
    background-color: transparent;
    background-image: none;
    border-color: transparent !important;
    border-radius: 4px;
    margin-right: 2px;
    border-color: #333;
    padding: 35px 20px 0px 0;
    position: relative;
    outline: 0;
    float: right;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 100%;
    /* position: fixed !important; */
    z-index: 2;
    top: 0;
    right: 0;
    background-color: black;
    /* overflow-x: hidden; */
    transition: 0.5s;
    text-transform: uppercase;
}


/*************************************************** Middle Service &amp; Other Section **************************************************/
.divMiddleSection {
    background: url(../Images/PartnerBG.jpg);
    width: 100%;
}


/*******************************Home Page Service Section ******************************/
.serviceTitleFonts {
    font-family: 'Roboto Medium';
    font-size: 42px;
    color: white;
    font-weight: bold;
    position: absolute;
    letter-spacing: 1px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.servicesClass {
    position: relative;
    bottom: 25px;
}

.divMerchandise img {
    float: left;
    min-width: 100%;
}

.block:hover .image {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=2, M12=0, M21=0, M22=2, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=2, M12=0, M21=0, M22=2, SizingMethod='auto expand'); /* IE6 and 7 */
}

.image {
    width: 100%;
    height: 200px;
    background-position: left bottom;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-img {
    width: 100%;
    overflow: hidden;
    /*opacity: 0.8;*/
    border: 5px solid white;
}

.divStores img {
    margin: 0 auto;
    min-width: 100%;
}

.divOrderOnline img {
    float: right;
    min-width: 100%;
}

.spanDescription {
    width: 75%;
    display: block;
    font-size: 13px;
    font-family: 'Roboto Medium';
    color: white;
    position: absolute;
    letter-spacing: 1px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.readMoreBtn {
    letter-spacing: 1px;
    border: 1px solid #ac1e2d;
    border-radius: 15px;
    margin: 0 auto;
    padding: 6px;
    background-color: #ac1e2d;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 120px !important;
}

    a.readMoreBtn:hover {
        color: #000 !important;
        text-decoration: none;
        background-color: #e8c00f;
        border: 1px solid #e8c00f;
    }

    a.readMoreBtn:visited, a.readMoreBtn:focus {
        color: white;
    }



/**************************************************** Client Section *********************************************************/
div#divClientsSection {
    height: 418px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#divClientsSection img {
    margin: 0 auto;
}

.borderClass {
    border: 1px solid black;
    height: 300px;
}

.clientTitleFonts {
    font-family: 'Roboto Medium';
    font-size: 42px;
    font-weight: bold;
    padding-top: 20px;
}

.clientSeprator {
    background: url(../Images/Line.png);
    width: 3px;
    height: 227px;
    display: block;
    float: left;
    margin-top: 111px;
}

span.clientSeprator.row {
    margin-right: 0px !important;
    margin-left: -3px !important;
}

.clientDescription {
    font-family: 'OpenSans';
    font-size: 17px;
    padding-top: 18px;
    display: block;
    padding-bottom: 46px;
}

.clientreadMorebtn {
    letter-spacing: 1px;
    border: 1px solid black;
    border-radius: 30px;
    padding: 10px;
    background-color: black;
    color: white;
    float: none !important;
    display: block;
    margin: 0 auto;
    min-width: 160px;
}

    .clientreadMorebtn a:hover {
        color: white;
        text-decoration: none !important;
    }

    .clientreadMorebtn:hover {
        border: 1px solid #ac1e2d;
        background-color: #ac1e2d;
        color: white;
        text-decoration: none !important;
    }

/**************************************************** JIT Promotion Responsive *********************************************************/
#divJITPcontainer img {
    width: 100%;
}


/**************************************************** New Letter Subcription Section ****************************************************/
#divNewLetterSubscriptionSection {
    padding: 45px 0;
    background-color: #ac1e2d;
}

.nl-control {
    padding: 0 15px 15px 0 !important;
}

.nl-form-control {
    border-radius: 10px;
    width: 100%;
    display: block;
    font-size: 14px;
    border: none;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    padding: 5px 15px;
}

.nl-button.nl-form-control {
    background: #000;
    color: #fff;
}

.nl-title {
    font-family: 'Roboto Medium';
    font-size: 36px;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    display: block;
    letter-spacing: 1px;
}

@media (max-width:768px) {
    #divNewLetterSubscriptionSection {
        padding: 30px 0;
        background-color: #ac1e2d;
    }

    .boardandpersonalRow3 {
        
    }

    .Home {
        height: 41px !important;
    }

    .contactRight {
        display: none;
    }

    .OurServiceWrapperOuter {
        padding-top: 47px !important;
    }

    .boardandpersonalRow3 {
        padding-bottom: 48px !important;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #previous1,
    #next1 {
        display: none !important;
    }

    .nl-title {
        font-size: 30px;
    }

    #ContactInquiryInner {
        height: 585px !important;
    }
}

@media (max-width:640px) {
    .nl-title {
        font-size: 16px;
    }

    #ContactInquiryTwo .rcbSlide {
        top: 161.25px !important;
    }
    /*.rcbSlide {
        top: 460.25px !important;
    }*/
    .contactRight {
        display: none;
    }

    .boardandpersonalRow3 {
        
    }


    .board-personnel-name .board-personnel-title .board-personnel-subtitle {
        font-size: 15px !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        display: none;
    }

    .ContactInquiryInner {
        height: 585px;
    }

    .boardandpersonalRow3 {
        /*padding-bottom: 48px !important;*/
    }

    .BoardMemberDetails {
        /*margin-top: 108px !important;*/
        font-size: 20px;
        /*margin: 54px auto;*/
    }

    .searchTitle {
        font-size: 32px !important;
    }

    .searchimageinner .form-control {
        width: 100% !important;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #divMasterHeaderContainer {
        display: none !important;
    }

    .nl-control {
        padding: 0 0 15px 0 !important;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #previous1,
    #next1 {
        display: none !important;
    }
}

/****************************************************** Footer Section ******************************************************************/
.divFooterSection {
    /*background: url(../Images/FooterBg.jpg);*/
    /*background-color:#ac1e2d;*/
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: #faf7f2;
}

.stayconnectedmain {
    background-color: #faf7f2 !important;
}

.divFooterWrapper {
    float: none !important;
    margin: 0 auto;
    min-width: 61.333333%;
    /*padding-top: 45px;
    padding-bottom: 30px;*/
    padding-top: 0px !important;
}

.classAdd {
    background-color: #323232;
}

.footerlinkfontsdetails {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.divAboutUsTitle {
    font-size: 22px;
    font-family: Roboto Medium;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    /*margin-bottom: 25px;*/
    color: white;
    letter-spacing: 1px;
}

    .divAboutUsTitle:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 3px solid #d44e2b;
        width: 20%;
    }

.AboutUsIcon {
    background: url(../Images/AboutUsIcon.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.abtUs {
    width: 160px;
    padding-left: 38px;
    text-align: left;
    height: 25px;
}

    .abtUs a {
        color: white !important;
    }

        .abtUs a:hover {
            color: #d44e2b !important;
            text-decoration: none;
        }

div#divHistoryTab {
    background-position: 5px 0;
}

div#divBoardTab {
    background-position: -19px 0;
}

div#divNewsTab {
    background-position: -42px;
    width: 20px;
}

div#divPartnersTab {
    background-position: -63px 0;
}

div#divArtDesignTab {
    background-position: -88px 0;
}

div#divMenuTab {
    background-position: -113px 0;
}


.divStoresTitle {
    font-size: 22px;
    font-family: Roboto Medium;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    /*margin-bottom: 25px;*/
    color: white;
    letter-spacing: 1px;
}

    .divStoresTitle:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 3px solid #d44e2b;
        width: 20%;
    }

.StoresIcon {
    background: url(../Images/StoresIcon.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.stores {
    width: 160px;
    padding-left: 38px;
    text-align: left;
    height: 25px;
}

    .stores a {
        color: white !important;
    }

        .stores a:hover {
            color: #d44e2b !important;
            text-decoration: none;
        }


div#divLocationTab {
    width: 18px;
}

div#divOnlineOrderingTab {
    background-position: -18px 0;
    width: 20px;
    /* text-shadow: 0 0 black; */
}

div#divStoreMenuTab {
    background-position: -38px 0;
    width: 24px;
}

div#divOffrCouponsTab {
    background-position: -62px 0;
}

div#divEventsNewsTab {
    background-position: -87px 0;
}

div#divGiftCardsTab {
    background-position: -112px 0;
    width: 22px;
}

div#divFanClubTab {
    background-position: -136px 0;
}

.divContactUsTitle {
    font-size: 22px;
    font-family: Roboto Medium;
    text-transform: uppercase;
    text-align: left;
    width: 150px;
    /*margin-bottom: 25px;*/
    color: white;
    letter-spacing: 1px;
}

    .divContactUsTitle:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 3px solid #d44e2b;
        width: 20%;
    }

.ContactUsIcon {
    background: url(../Images/ContactUs.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.contactUs {
    width: 160px;
    padding-left: 38px;
    text-align: left;
    height: 25px;
}

    .contactUs a {
        color: white !important;
    }

        .contactUs a:hover {
            color: #d44e2b !important;
            text-decoration: none;
        }

div#divFeedbackTab {
    background-position: 0px 0;
    width: 20px;
}

div#divSurveyTab {
    background-position: -20px 0;
    width: 20px;
}

div#divFaqTab {
    background-position: -41px 0;
}

div#divBlogTab {
    background-position: -66px 0;
}

div#divEmploymentTab {
    background-position: -92px 0;
}

div#divFranchiseTab {
    background-position: -117px 0;
}

.divStayConnectedTitle {
    font-size: 22px;
    font-family: Roboto Medium;
    text-transform: uppercase;
    text-align: left;
    width: 210px;
    /*margin-bottom: 25px;*/
    color: white;
    letter-spacing: 1px;
}

    .divStayConnectedTitle:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 3px solid #d44e2b;
        width: 20%;
    }

.stayConnectedIcons {
    background: url(../Images/StayInConnect.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

div#divStayConnected {
    background-position: 0px 3px;
    width: 15px;
    height: 75px;
}

.divCorporateName {
    width: 150px;
    padding-left: 40px;
    padding-bottom: 5px;
    text-align: left;
    color: white;
    letter-spacing: 1px;
}

.divCorporateAddress {
    width: 285px;
    padding-left: 40px;
    text-align: left;
    color: white;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.cityState {
    width: 280px;
    text-align: left;
    padding-left: 40px;
    letter-spacing: 1px;
    color: white;
}

div#divPhoneTab {
    background-position: -13px 0;
    /*width: 15px;*/
    margin-bottom: 24px;
    border-right: 3px solid black;
    text-align: center;
    font-weight: bold;
}

.divPhoneDetails {
    width: 195px;
    text-align: left;
    padding-left: 5px;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Poppins-Regular';
}

#divEmailTab {
    font-weight: bold;
}

.divEmailDetails {
    text-align: left;
    /* padding-left: 40px; */
    color: #000;
    font-size: 22px;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    word-wrap : break-word;
}

div#divFaxTab {
    background-position: -31px 0;
    width: 21px;
}

.divFaxDetails {
    width: 195px;
    text-align: left;
    padding-left: 40px;
    color: white;
}

div#divEmailTab {
    background-position: -50px 0;
    /*width: 18px;*/
}

.divEmailDetails {
    width: 200px;
    text-align: left;
    padding-left: 5px !important;
    color: #000;
}

.divCopyRightSection {
    background-color: #ac1e2d;
    /* width: 100%; */
    height: auto;
    /*float: none !important;*/
    background-repeat: repeat;
}

/*.footerSeprator {
    background: url(../Images/FotterSaprator.png) center center;
    width: 50%;
    height: 1px;
    margin: 0 auto;
}*/
.copyrightandpolicysection {
    background: url(../Images/BottomShado.png)center top;
    /*height: 42px;*/
    width: 100%;
    background-repeat: no-repeat;
}

.copyRight {
    /*width: 50%;*/
    float: left;
    font-size: 12px;
    font-family: Poppins-SemiBold;
    color: white;
    line-height: 1.2;
    text-align: left;
    /* margin-top: 10px; */
    background-repeat: no-repeat;
    padding: 15px;
    letter-spacing: 1px;
}

.privacyPolicy {
    /*width: 50%;*/
    /*float: right;*/
    padding-top: 15px;
    color: white;
    font-size: 12px;
    font-family: Poppins-SemiBold;
    color: white;
    line-height: 1.2;
    /*text-align: right;*/
    letter-spacing: 1px;
}

.policy {
    /*padding-right: 20px;
    border-right: 1px solid white;*/
}

span.termofUse {
    padding-left: 10px;
}

#currentyearLabel {
    font-weight: normal;
}

.privacyPolicy a {
    color: white !important;
}

    .privacyPolicy a:hover {
        color: white !important;
        text-decoration: none !important;
    }

div#divFooterAddress {
    height: 170px;
}
/*#toggle-section, #toggle-section-STORES, #toggle-section-conactus {
    display: block;
}*/


/****************************************************** Footer Social Media Section *****************************************************/
.socialImage {
    background-image: url(../Images/SocialMedia_Icon.png);
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.footersocialMedia {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

#divFacebook {
    background-position: 0px 0px;
}

    #divFacebook:hover {
        background-position: 0px -48px;
    }


#divTwitter {
    background-position: -48px 0px;
}

    #divTwitter:hover {
        background-position: -47px -47px;
    }

#divInstagram:hover {
    background-position: -51px -90px;

    box-shadow: 0px 0px 4px #000000;
}


#divYoutube {
    background-position: -51px -45px;
}

    #divYoutube:hover {
        background-position: -51px -45px;
        box-shadow: 0px 0px 4px #000000;
    }


/****************************************************** Media Query Section *************************************************************/
@media (max-width:1199px) and (min-width:992px) {
    .serviceTitleFonts {
        font-size: 20px;
    }

    .Home {
        height: 40px !important;
    }

    .contactus-inquiry-container .button-row .satelite-button {
    }

    .ContactInquiryInner {
        height: 576px;
    }

    .spanDescription {
        font-size: 12px;
    }

    span.newLetterTitle {
        font-size: 35px;
    }

    div#divStayConnected {
        height: 95px;
    }

    .divCorporateAddress {
        width: 200px;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #previous1,
    #next1 {
        display: none !important;
    }

    .divNavigationMenu {
        width: 100%;
        float: left;
    }

    .nav &gt; li &gt; a {
        padding: 15px 18px !important;
    }


    .clientTitleFonts {
        font-size: 32px;
    }

    .clientDescription {
        font-size: 15px;
    }

    .locm {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .containerfluid {
        display: none;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .serviceTitleFonts {
        font-size: 16px;
        top: 25%;
    }

    .divStoreSpecialText img {
        width: 100% !important;
    }

    .ContactHomeContainer {
        padding-top: 0px !important;
    }

    #ContactInquiryTwo .rcbSlide {
        top: 161.25px !important;
    }

    .boardandpersonalRow3 {
        
    }

    .Home {
        height: 40px !important;
    }

    #carousel-text {
        margin-top: 4px !important;
    }

    .HomepageSlider {
        /*height: 300px;*/
    }

    .OurServiceWrapperOuter {
        padding-top: 47px !important;
    }

    .mobile-container {
        display: none !important;
    }

    .offerSlider {
        display: block !important;
    }

    .contactus-inquiry-container .button-row .satelite-button {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .contactRight {
        display: none;
    }

    .locationpopupb {
        padding: 9px 8px 6px 7px !important;
        font-size: 12px !important;
    }

    .board-personnnel-container .right-section {
        margin-top: 65px !important;
    }

    .aboutheadT {
        /*padding-top: 82px !important;*/
    }

    .history-body-container .container-right-image {
        /*margin-top: -61px;*/
    }

    .serchtitle {
        padding-top: 10px;
    }

    .contacttitle {
        text-align: center !important;
    }

    #contactusHeaderImg, #BoardPersonnelHeaderImg, #SurveyHeaderImg, #FeedbackHeaderImg, #ArtHeaderImg, #EventsHeaderImg {
        /*display: none;*/
    }

    .history-container .content-row-3 {
        padding-top: 0px;
        padding-bottom: 31px;
    }

    #ContactInquiryTwo .button-row .satelite-button {
        margin-left: -35px !important;
    }

    .OurServiceWrapperOuter {
        padding-top: 0px !important;
    }


    .searchimageinner .form-control {
        width: 100% !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        display: none;
    }

    .boardandpersonalRow3 {
        padding-bottom: 48px !important;
    }

    .BoardMemberDetails {
        margin-top: -12px !important;
        font-size: 20px;
        width: 235px !important;
        /*margin: 54px auto;*/
    }

    .searchTitle {
        font-size: 32px !important;
    }



    .spanDescription {
        width: 80%;
        font-size: 12px;
        top: 42%;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #previous1,
    #next1 {
        display: none !important;
    }

    a.readMoreBtn {
        padding: 5px;
        font-size: 12px;
    }

    span.newLetterTitle {
        font-size: 30px;
    }

    .divAboutUsTitle, .divStoresTitle, .divContactUsTitle {
        font-size: 18px;
    }

    .AboutUsIcon, .StoresIcon, .ContactUsIcon, div#divStayConnected, .stayConnectedIcons {
        font-size: 12px;
    }

    .divStayConnectedTitle {
        font-size: 18px;
        width: 166px;
    }

    div#divStayConnected {
        height: 82px;
        font-size: 12px;
    }

    .divCorporateName {
        width: 150px;
    }

    .divCorporateAddress, .cityState {
        width: 160px;
    }

    .divPhoneDetails, .divFaxDetails {
        width: 130px;
    }

    .divEmailDetails {
        width: 180px;
    }

    .stayConnectedIcons {
        font-size: 12px;
    }

    .divNavigationMenu {
        width: 100%;
        float: left;
    }

    .navbar-nav {
        width: 100%;
    }

    .divCircle {
        background: url(../Images/OnlineOrdering_Icon.png) no-repeat 14px 10px;
        background-color: black;
        width: 50px;
        height: 50px;
    }

    .divSquare {
        width: 145px;
        height: 30px;
        top: 10px;
        right: 15px;
        padding: 4px 20px;
        font-size: 12px;
    }

    #divHeaderMiddle {
        height: 110px;
    }

    .nav &gt; li &gt; a {
        padding: 15px 15px !important;
    }

    .addressDetails {
        padding-top: 12px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .divphoneNumber, .divfaxNumber {
        font-size: 12px;
    }

    .copyRight, .privacyPolicy {
        font-size: 10px;
    }

    .locm {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .current-board-personnel {
        /*margin-top: 27px;*/
    }

    .divStoreSpecialText img {
        width: 100% !important;
    }
}

@media (max-width: 350px) and (min-width: 250px) {
    .serviceTitleFonts {
        font-size: 18px !important;
        top: 20%;
    }

    .divStoreSpecialText img {
        width: 100% !important;
    }

    .current-board-personnel {
        /*margin-top: 90px;*/
    }

    #ContactInquiryTwo .rcbSlide {
        top: 161.25px !important;
    }

    .boardandpersonalRow3 {
        /*margin-top: 485px !important;*/
    }

    .HomepageSlider {
        /*height: 300px;*/
    }

    .OurServiceWrapperOuter {
        padding-top: 47px !important;
    }

    .contactus-inquiry-container .button-row .satelite-button {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        font-size: 15px;
    }

    .history-body-container .container-right-image {
        margin-top: -61px;
    }

    .locationpopupb {
        padding: 9px 8px 6px 7px !important;
        font-size: 12px !important;
    }

    .board-personnnel-container .right-section {
        margin-top: 0px !important;
    }

    #contactusHeaderImg, #BoardPersonnelHeaderImg, #SurveyHeaderImg, #FeedbackHeaderImg, #ArtHeaderImg, #EventsHeaderImg {
        display: none;
    }

    .contactRight {
        display: none;
    }

    #ContactInquiryTwo .button-row .satelite-button {
        margin-left: -35px !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        display: none;
    }

    .ContactInquiryInner {
        height: 585px;
    }

    .boardandpersonalRow3 {
        padding-bottom: 48px !important;
    }

    .board-personnel-name .board-personnel-title .board-personnel-subtitle {
        font-size: 13px !important;
    }

    .BoardMemberDetails {
        /*margin-top: 108px !important;*/
        font-size: 20px;
        /*margin: 54px auto;*/
    }

    .lblBoardAndPersonalHtmlHeader {
    }

    .searchTitle {
        font-size: 32px !important;
    }

    .searchimageinner .form-control {
        width: 100% !important;
    }



    .OurService {
        margin-bottom: 33px;
        margin-top: -57px !important;
        font-size: 33px !important;
    }


    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }

    .spanDescription {
        width: 80%;
        font-size: 11px;
    }

    .divHeaderBottom {
        display: none !important;
    }

    #previous1,
    #next1 {
        display: none !important;
    }

    .locm {
        display: none !important;
    }

    a.readMoreBtn {
        font-size: 12px;
        top: 80%;
    }

    #ContactInquiryInner {
        height: 508px !important;
    }
}

/*@media (min-width:767px) {
    ul.nav.navbar-nav li:nth-child(13), ul.nav.navbar-nav li:nth-child(11), ul.nav.navbar-nav li:nth-child(12), ul.nav.navbar-nav li:nth-child(10) {
        display: none;
    }
}
*/

@media (max-width:767px) {
    .sidenav {
        height: 50%;
        width: 0;
        position: fixed !important;
        z-index: 10;
        top: 0;
        right: 0;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .divStoreSpecialText img {
        width: 100% !important;
    }

    .ContactUsTitle {
        margin-top: 0px !important;
    }

    .HomepageSlider {
        /*height: 300px;*/
    }

    .contactRight {
        display: none;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }

    .OurService {
        margin-bottom: 33px;
        margin-top: -57px !important;
        font-size: 33px !important;
    }



    .locm {
        display: none !important;
    }

    .divCloseMark {
        background: url(../Images/Close_Icon.png) no-repeat;
        font-family: ASAP;
        font-size: 22px;
        width: 24px;
        height: 23px;
        position: relative;
        top: 10px;
        right: 10px;
        /* left: 0; */
        /* bottom: 0px; */
        display: block;
        color: #872839;
        cursor: pointer;
        text-align: right;
        background-position: center right;
        /* float: right; */
        width: 100%;
        margin-bottom: 10px;
    }

    #divHeaderBottom {
        background: transparent;
        position: absolute;
        top: 25px;
        z-index: 1;
        left: 0;
        right: 0;
    }

    #HomePageGalleryWrapper .theme-default .nivo-directionNav a {
        background-size: cover;
        width: 30px !important;
        height: 30px !important;
        z-index: 0;
    }

    #PromoGalleryWrapper .nivo-directionNav a {
        /*background-size: cover;
        width: 30px !important;
        height: 30px !important;*/
    }

    #HomePageGalleryWrapper .theme-default a.nivo-nextNav {
        background-position: -30px 0;
    }

    #PromoGalleryWrapper a.nivo-nextNav {
        background-position: -61px 0;
    }

    .servicesClass {
        bottom: 0px;
        margin-top: 15px;
    }

    .divMerchandise img {
        float: none;
        margin: 0 auto;
        border: none;
    }

    .divStores img {
        float: none;
        margin: 0 auto;
        border: none;
    }

    .divOrderOnline img {
        float: none;
        margin: 0 auto;
        border: none;
    }

    a.readMoreBtn {
        max-width: 30%;
    }

    span.newLetterTitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    div#divPhoneTab {
        border-right: 0px !important;
    }

    .btn-dark {
        font-size: 12px !important;
        width: 28%;
        float: right;
        height: 48px !important;
    }

    #abtUspanel, #storespanel, #contactUpanel, #staypanel, #abtUsflip, #storesflip, #contactUsflip, #stayflip {
        padding: 5px;
        text-align: center;
    }

    #abtUspanel, #storespanel, #contactUpanel, #staypanel {
        display: none;
    }

    /*.divFooterWrapper {
        padding-top: 25px;
        padding-bottom: 15px;
    }*/

    .dropdownshadow {
        background-color: #343434;
        padding: 0px 0 0px 15px !important;
        line-height: 2;
    }


    #toggle-section, #toggle-section-stores, #toggle-section-conactus, #toggle-section-stayconnected {
        display: none;
    }

    #wrapper {
        background-color: blue;
        padding: 10px;
        margin-top: 40px;
    }

    img {
        border: 0;
    }

    .hiddenClass {
        display: none;
    }
    /*
    .form-control
    {
        width: 68% !important;
        height: 48px !important;
    }*/

    .navbar-nav {
        width: 88%;
        float: none !important;
        margin: 0 auto !important;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: #000000;
        margin-top: 50px;
    }

    .li-blog {
        display: none !important;
    }

    .divNavigationMenu {
        width: 100%;
    }

    .divAboutUsTitle, .divStoresTitle, .divContactUsTitle, .divStayConnectedTitle {
        font-size: 16px;
    }

    .footerToggle {
        cursor: pointer;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#divStayConnected {
        height: 76px;
    }

    .divCorporateName {
        width: 150px;
        padding-left: 25px;
    }

    .divCorporateAddress {
        /*width: 140px;*/
        line-height: 2;
        padding-left: 25px;
    }

    .cityState {
        /*width: 138px;*/
        padding-left: 25px;
    }

    .footerlinkfontsdetails {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .divAboutUsTitle:before, .divStoresTitle:before, .divContactUsTitle:before, .divStayConnectedTitle:before {
        left: 2px;
        margin-left: 15px;
    }

    .serviceTitleFonts, .clientTitleFonts {
        font-size: 27px;
    }

    div#divClientsSection {
        height: 325px;
    }

    .clientDescription {
        font-size: 15px;
        padding-bottom: 30px;
    }

    .footerSeprator {
        width: 100%;
    }

    .copyRight, .privacyPolicy {
        font-size: 12px;
        width: 100%;
        text-align: center;
        height: 38px;
        /* padding-top: 0px; */
    }

    div#divsocialMedia {
        padding-left: 15px;
    }

    div#divFooterAddress {
        height: 30px;
    }

    #navlist li a:before {
        content: "";
        position: absolute;
        top: 45px;
        left: 30px;
        bottom: 0px;
        right: 0;
        height: 1px;
        border-bottom: 1px dotted #ffffff;
        width: 78%;
    }

    #navlist li:last-child a:before {
        border-bottom: none;
    }

    #sidemenu {
        display: flex !important;
    }
}

#sidemenu {
    display: none;
    color: #ac1e2d;
    /* width: 87px; */
    /* margin: 0 auto; */
    margin-left: 1px;
    margin-top: 26px;
}


/*********************************************************  Bootstrap Section Custom *****************************************************/
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-inverse {
    background-color: transparent !important;
    border-color: none !important;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: relative;
        z-index: 100000;
    }

.caret {
    margin-left: 8px !important;
}

.navbar {
    border: 1px solid transparent !important;
}

.navbar-nav {
    margin: 7.5px -15px;
    text-align: left;
    font-size: 17px;
    font-family: Poppins-SemiBold !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #333;
}


.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #555555 !important;
    /*font-family: Poppins-SemiBold !important;*/
    font-family: Poppins-Bold !important;
    /*background: #fff;*/
    /*font-size: 17px;*/
    font-size: 17px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a {
    /*color: #ac1e2d !important;*/
    background-color: #ffffff !important;
    /*font-size: 17px;*/
    font-size: 17px;
}

navbar a:active {
    color: #CCCCB2;
    background-color: #999966;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:focus, .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    color: #ac1e2d !important;
}
.dropdown-menu &gt; li &gt; a:focus {
    color: #ac1e2d !important;
    background-color: white !important;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
        background-color: transparent !important;
    }

    .contactRight {
        display: none;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus, .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
        color: #ffd51d !important;
        background-color: transparent;
    }

    .HomepageSlider {
        /*height: 300px;*/
    }

    .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
        color: white !important;
        background-color: transparent !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: white !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: white;
        text-align: left;
        padding-left: 40px;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: white !important;
        padding-left: 40px;
    }

    .nav &gt; li {
        position: relative;
        display: block;
        /*border-bottom: 1px solid #e6e6e6;*/
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: white !important;
    }
}

input::placeholder {
    color: #ffffff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}







/*@media (min-width:1601px) {
    .content-row-1 {
        margin-top: -12px !important;
    }
}*/

.content-row-2 {
    padding-top: 17px;
    padding-bottom: 30px;
    font-family: 'OpenSans';
    color: #000;
}

.content-row-3 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #6c6c6c;
    font-family: 'Poppins-Regular';
}

}

.content-row-4 {
    height: 0;
    z-index: 1;
}

.section-title {
    font-size: 24px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Regular';
}


    .section-title span {
        color: #ac1e2d !important;
    }

.pad-bottom-0 {
    padding-bottom: 0 !important;
}


.current-board-personnel:hover {
    /*border: 2px solid #f1f1f1;*/
}

.board-personnel-img, .board-personnel-name, .board-personnel-title {
    padding-bottom: 5px;
}

.board-personnel-name {
    font-size: 18px;
}

.board-personnel-title, .board-personnel-subtitle {
    font-size: 16px;
    font-style: italic;
}

.board-personnel-email {
    color: #ac1e2d;
}

.board-personnel-desc {
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #ac1e2d;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.section-desc {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.25px;
    color: #000;
}

.board-personnel-desc .section-desc {
    color: #fff;
}

    .board-personnel-desc .section-desc p, .board-personnel-desc .section-desc span,
    .board-personnel-desc .section-desc h1, .board-personnel-desc .section-desc h2,
    .board-personnel-desc .section-desc h3, .board-personnel-desc .section-desc h4,
    .board-personnel-desc .section-desc h5, .board-personnel-desc .section-desc h6 {
        color: #fff !important;
    }

.current-board-personnel {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    border: none;
    cursor: pointer;
}

.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #ac1e2d;
    position: absolute;
    top: -12px;
}

.close-button-outer {
    /*padding-bottom: 15px;*/
}

.close-button {
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 15px;
    float: left;
    cursor: pointer;
}

    .close-button:hover {
        background-color: #fff;
        color: #ac1e2d;
    }

@media (max-width:768px) {
    .current-board-personnel {
        text-align: left;
    }

    .ContactUsTitle {
        margin-top: 0px !important;
    }

    .HomepageSlider {
        /*height: 350px;*/
    }

    #ContentPlaceHolder1_lblHistoryContent .boardandpersonalRow3 {
        padding-top: 60px !important;
    }

    .contactus-inquiry-container .button-row .satelite-button {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .board-personnnel-container .left-section {
        margin-top: 36px !important;
    }

    .history-body-container .container-right-image {
        margin-top: -61px;
    }

    .right-section {
        padding-top: 6px;
    }

    .OurServiceWrapperOuter {
        padding-top: 47px !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }

    .OurService {
        margin-bottom: 33px;
        /*margin-top: -57px !important;*/
        font-size: 33px !important;
    }



    .locm {
        display: none !important;
    }

    .section-title {
        font-size: 18px;
        text-align: left;
    }

    .section-desc {
        padding-bottom: 15px;
        text-align: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .history-container .content-row-5 .top-section.section-desc, .history-container .content-row-5 .bottom-section.section-desc {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .arrow-up {
        left: 10% !important;
    }
}

@media (max-width:640px) {
    #contactusHeaderImg, #BoardPersonnelHeaderImg, #SurveyHeaderImg, #FeedbackHeaderImg, #ArtHeaderImg, #EventsHeaderImg {
        /*display: none;*/
    }

    .ContactUsTitle {
        margin-top: 0px !important;
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        font-size: 15px;
    }

    .contactus-inquiry-container .button-row .satelite-button {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .locationpopupb {
        padding: 9px 8px 6px 7px !important;
        font-size: 12px !important;
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        font-size: 15px;
    }

    .board-personnnel-container .right-section {
        margin-top: 0px !important;
    }

    .contacttitle {
        text-align: center !important;
    }

    .history-body-container .container-right-image {
        margin-top: -61px;
    }

    .current-board-personnel {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .history-container .content-row-3 {
        padding-top: 0px;
        padding-bottom: 31px;
    }

    #ContactInquiryTwo .button-row .satelite-button {
        margin-left: -85px !important;
    }


    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }

    .OurService {
        margin-bottom: 33px;
        /*margin-top: -57px !important;*/
        font-size: 33px !important;
    }


    .board-personnel-img, .board-personnel-name, .board-personnel-title {
        padding-bottom: 3px;
    }

    .board-personnel-img, .board-personnel-detail {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .board-personnel-name {
        font-size: 15px;
    }

    .board-personnel-title, .board-personnel-subtitle {
        font-size: 12px;
        font-style: italic;
    }

    .board-personnel-email {
        font-size: 12px;
    }

    .content-row-2, .content-row-3, .section-desc, .board-personnel-desc {
        padding: 15px;
    }
}
/* (END) Board and Personnel Page Responsive CSS By Happy */

/* (START) FAQ Page Responsive CSS By Happy */
.faq-container {
    font-family: 'Roboto Regular';
}

.rowFaq {
    padding-bottom: 15px;
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.25px;
    cursor: pointer;
    border-left: 3px solid #d4d4d4;
}

    .rowFaq.active {
        border-color: #ac1e2d;
    }

.row-faq-question {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    color: #000;
    padding-left: 45px !important;
}

.row-faq-answer {
    color: #666;
    padding-top: 10px;
}

.active .row-faq-question {
    color: #ac1e2d;
}

.active .row-faq-answer {
}

.closedDiv {
    display: none;
}

.openDiv {
    display: block;
}

.collapsedIcon {
    background-image: url('../Images/id-collapse-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 48%;
}

.expandIcon {
    background-image: url('../Images/id-expand-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 48%;
}

.rowFilters .expandIcon, .rowFilters .collapsedIcon {
    background-position: 99% 48%;
}
/* (END) FAQ Page Responsive CSS By Happy */

/* (START) Form Controls */
.input-row {
    width: 100%;
    float: left;
}

.form-header-row {
    text-align: left;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #ac1e2d;
    font-size: 18px;
    font-family: 'Roboto Medium';
}

.panel-row {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.input-label {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: normal;
    padding-bottom: 5px;
}

.ItemDetailQtyDropDown .input-label {
    padding-top: 7px;
}


.input-valid {
    width: 100%;
    float: left;
    text-align: left;
}

.input-message {
    width: 100%;
    float: left;
    text-align: left;
}

.text-box, .select-box {
    height: 22px;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.date-time-box {
    height: 35px !important;
    width: 80% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.toggle-box {
    margin-top: 5px !important;
}

.text-area {
    height: 70px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}




.page-title {
    color: #872839;
    font-size: 24px;
    font-weight: normal;
    padding: 0px 0 5px 0 !important;
    margin: 0 0 20px 0;
    border-bottom: 2px solid;
}

.header-message {
    padding: 5px 15px 15px 15px;
}

.col-cente#ac1e2d {
    display: inline-block;
    float: none;
}

.first-control {
    padding-left: 0px !important;
}

.watermark-label {
    color: grey;
    font-style: italic;
}

.validMessage {
    float: left;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    /*position: absolute;*/
}

.stayconnected {
}

.satelite-button {
    width: 100%;
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 11px;
}

    .satelite-button:hover {
        width: 100%;
        background: white;
        border: 2px solid #ac1e2d;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 7px 15px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 30px;
        margin-top: 30px; background-color: #ac1e2d;
        border-radius: 11px;
    }

.satelite-buttonDrop {
    background: #fff;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 11px;
}

    .satelite-buttonDrop:hover {
        background: #ac1e2d;
        border: 2px solid #ac1e2d;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 15px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 30px;
        margin-top: 30px;
        border-radius: 11px;
    }

.satelite-button.outlined {
    /*background: #000;
        border-color: #000;*/
}

.stayconnected .satelite-button {
    background: white;
    color: #080707;
}

    .stayconnected .satelite-button:hover {
        background: #ac1e2d;
        /*border: 1px solid #000000;*/
        color: white;
    }

/*(START) Radion Button CSS */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        margin-bottom: 0px !important;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 2px solid #d4d4d4;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #ac1e2d;
            position: absolute;
            top: 6px;
            left: 6px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*(START) Radion Button CSS */
/*(START) Checkbox CSS */

.input-checkbox {
    display: block;
    /*margin-bottom: 15px;*/
}

    .input-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .input-checkbox label {
        position: relative;
        cursor: pointer;
    }

        .input-checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #d4d4d4;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .input-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #ac1e2d;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
/*(END) Checkbox CSS */
@media (max-width:768px) {
    .first-control {
        padding-right: 0px !important;
    }

    .smar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ContactUsTitle {
        margin-top: 0px !important;
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        font-size: 15px !important;
    }

    .board-personnnel-container .right-section {
        margin-top: 32px !important;
    }

    .last-control {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .service-icon {
        float: left !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }
}

.table-responsive, .table-responsive .table, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
    white-space: normal !important;
    display: block;
    float: left !important;
    border: none !important;
    margin-bottom: 0 !important;
}

@media (max-width:640px) {

    .table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
        padding: 8px 5px !important;
    }

    .feedback-inquiry-container .table &gt; tbody &gt; tr &gt; td, .feedback-inquiry-container .table &gt; tbody &gt; tr &gt; th, .feedback-inquiry-container .table &gt; tfoot &gt; tr &gt; td, .feedback-inquiry-container .table &gt; tfoot &gt; tr &gt; th, .feedback-inquiry-container .table &gt; thead &gt; tr &gt; td, .feedback-inquiry-container .table &gt; thead &gt; tr &gt; th,
    .brand-registration-container .table &gt; tbody &gt; tr &gt; td, .brand-registration-container .table &gt; tbody &gt; tr &gt; th, .brand-registration-container .table &gt; tfoot &gt; tr &gt; td, .brand-registration-container .table &gt; tfoot &gt; tr &gt; th, .brand-registration-container .table &gt; thead &gt; tr &gt; td, .brand-registration-container .table &gt; thead &gt; tr &gt; th {
        width: 100%;
    }

    .first-control, .last-control {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .vic-user-container .table &gt; tbody &gt; tr &gt; td, .vic-user-container .table &gt; tbody &gt; tr &gt; th, .vic-user-container .table &gt; tfoot &gt; tr &gt; td, .vic-user-container .table &gt; tfoot &gt; tr &gt; th, .vic-user-container .table &gt; thead &gt; tr &gt; td, .vic-user-container .table &gt; thead &gt; tr &gt; th {
        width: 50%;
    }

    .ContactUsTitle {
        margin-top: 0px !important;
    }

    #ContactInquiryInner {
        height: 585px !important;
    }

    #ContactInquiryTwo .contactus-inquiry-container .right-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin: 0 auto;
        height: 0px;
        background: #faf7f2 !important;
    }

    .OurService {
        margin-bottom: 33px;
        /*margin-top: -57px !important;*/
        font-size: 33px !important;
    }
}

/* (END) Form Controls */

/* (START) Contact US Inquiry Page Responsive CSS By Happy */
.right-section {
    padding-bottom: 30px;
    text-align: left;
}
/* (END) Contact US Inquiry Page Responsive CSS By Happy */

/* (START) Survey Page Responsive CSS By Happy */
.rowServeyQuestion {
    padding-bottom: 15px;
}

.col-servey-question {
    text-align: left;
    color: #000;
}

.col-servey-option {
    text-align: left;
}

    .col-servey-option .validMessage {
        text-align: left;
        width: 100%;
        font-weight: bold;
    }
/* (END) Survey Page Responsive CSS By Happy */

/* (START) Franchisee Registration Page Responsive CSS By Happy */
.rowAuthorizeInfo {
    font-size: 12px;
    color: #666;
}

.spn-right {
    text-align: right;
    display: none;
}

    .spn-right a, .spn-right a:hover {
        color: #ac1e2d;
    }
/* (END) Franchisee Registration Page Responsive CSS By Happy */
/* (START) Career Opportunities Page Responsive CSS By Happy */
.rowJob, .rowNews, .rowBreadCrumb, .rowEvents, .rowPromotions {
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
}

.rowJobTitle, .rowJobLocation, .rowJobCriteria, .rowJobDesc, .rowJobDocs, .rowJobPostedDate,
.rowNewsTitle, .rowNewsPostedDate, .rowNewsDesc, .rowNewsDocs, .rowNewsSocialMedia,
.rowEventsTitle, .rowEventsPostedDate, .rowEventsDesc, .rowEventsDocs, .rowEventsSocialMedia,
.rowPromotionsTitle, .rowPromotionsPostedDate, .rowPromotionsDesc, .rowPromotionsDocs, .rowPromotionsSocialMedia {
    padding-bottom: 5px;
}

.highlight {
    color: #666;
}

.rowJobTitle, .rowNewsTitle, .rowEventsTitle, .rowPromotionsTitle {
    font-size: 16px;
    color: #ac1e2d;
}

.rowJobPostedDate, .rowNewsPostedDate, .rowEventsPostedDate, .rowPromotionsPostedDate {
    font-style: italic;
}

.grdCareerOpportunities, .divCouponPaging, .grdNews, .rowBreadCrumbContainer, .grdEvents, .grdPromotions {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
}

.rowBreadCrumbContainer {
    display: none;
}

.service-icon {
    background-color: #ac1e2d;
    color: #fff;
    padding: 3px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

/* (END) Career Opportunities Page Responsive CSS By Happy */



/* (START) Location Filters Responsive CSS By Happy */
.rowFilters {
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.filter-header-col {
    color: #ac1e2d;
    font-size: 16px;
    text-align: left;
    padding: 10px 45px !important;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
}

.filter-control-container {
    padding: 15px 30px 10px !important;
    background-color: #f0f0f0;
    text-align: left;
    border: 1px solid #ddd;
    border-top: none;
}

@media (max-width:991px) {

    .filter-header-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .filter-control-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* (END) Location Filters Responsive CSS By Happy */

/* (START) VIC Fanclub Registration Page Responsive CSS By Happy */
.fanclub-header-container {
    background-color: #f0f0f0;
}

.rowFanclubHeader {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    color: #666;
}

    .rowFanclubHeader .store-name {
        padding-bottom: 3px;
    }

.fanclub-desc {
    padding-bottom: 15px;
}

.fanclub-policy a {
    color: #3d3d3d !important;
    border: 1px solid #cdcdcd!important;
    padding: 5px 5px 5px 5px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

/* (END) VIC Fanclub Registration Page Responsive CSS By Happy */




/* (START) Blog Page Responsive CSS By Happy */
.blog-master-form #divHeaderBottom {
    background: #080808;
}

@media (max-width:768px) {
    .blog-master-form #divHeaderBottom {
        background: transparent;
    }

    .board-personnel-img-inner {
        margin: 19px auto !important;
    }
}

.blog-master-form .divCircle {
    background: #242424 url(../../../Images/OnlineOrdering_Icon.png) no-repeat 20px 14px;
}

.blog-master-form #divLoginStatus {
    background-image: url(../../../Images/Use_Icon.png);
}

.blog-master-form .divFooterSection {
    background: url(../../../Images/FooterBg.jpg);
}

.blog-master-form .AboutUsIcon {
    background: url(../../../Images/AboutUsIcon.png);
}

.blog-master-form .StoresIcon {
    background: url(../../../Images/StoresIcon.png);
}

.blog-master-form .ContactUsIcon {
    background: url(../../../Images/ContactUs.png);
}

.blog-master-form .socialImage {
    background-image: url(../../../Images/SocialMedia_Icon.png);
}

.blog-master-form .stayConnectedIcons {
    background: url(../../../Images/StayInConnect.png);
    background-repeat: no-repeat;
}

/* (END) Blog Page Responsive CSS By Happy */


/* (START) Direction Page Responsive CSS By Happy */
.rowDirectionAddress {
    text-align: left;
    color: #ac1e2d;
    padding-bottom: 15px;
}

.rowDirectionMap {
    border: 1px solid #d4d4d4;
    margin-bottom: 5px;
}

.rowViewLargeMap {
    text-align: left;
    padding-bottom: 15px;
}

    .rowViewLargeMap a {
        color: #ac1e2d;
    }

.direction-container .message-row {
    text-align: left;
}
/* (END) Direction Page Responsive CSS By Happy */

/* (START) Login Header Responsive CSS By Happy */
.divLoginSection {
    position: relative;
    cursor: pointer;
    padding: 0px !important;
}

.divLoginUser {
    background: rgba(237,27,36,0.75);
    background-color: #ac1e2d;
    color: #fff;
    /*padding: 15px 10px;*/
    position: absolute;
    /*left: -28px;
    bottom: -75px;*/
    z-index: 999999;
    display: none;
    font-size: 14px;
}

.logged-in-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ac1e2d transparent;
    position: absolute;
    right: 10px;
    top: -10px;
}
/* (END) Login Header Responsive CSS By Happy */

/* (START) Privacy Policy Responsive CSS By Happy */
.privacy-policy-container {
    text-align: left;
}
/* (END) Privacy Policy Responsive CSS By Happy */

/* (START) Change Location Popup Responsive CSS By Happy */
.loc-country-header, .loc-type-header {
    padding: 10px;
    text-align: left;
    background-color: #f2f2f2;
    border: 1px solid #e9e9e9;
    display: block;
    color: #666;
}

.loc-type-header {
    margin-bottom: 10px;
    padding-bottom: 0;
}


.loc-state-header {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px dotted #d4d4d4;
    color: #ac1e2d;
    text-align: left;
    margin-bottom: 10px;
}

.nav-store-link-container, .nav-store-type-container {
    padding-bottom: 10px;
    padding-left: 0 !important;
}

    .nav-store-link-container .expandIcon, .nav-store-link-container .collapsedIcon {
        background-position: 97% 48%;
    }

    .nav-store-link-container .link-button {
        background-color: #fff;
    }

        .nav-store-link-container .link-button.order-online {
            background-color: #ac1e2d;
        }

.location-outer {
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    padding: 7px !important;
    text-align: left;
}

.nav-store-link-block {
    border: 1px solid #ddd;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 0;
    background-color: #f2f2f2;
    position: absolute !important;
    top: 39px;
    left: 0;
    z-index: 1;
}

.location-outer .imgStoreType, .location-outer .lblStoreName {
    float: left;
    line-height: 1;
}

.blinkMe {
    color: #ac1e2d;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    animation: blink 1s linear infinite;
    float: left;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}



@media (max-width:768px) {
    .nav-store-link-container {
        padding-right: 0 !important;
    }
}

.popup-button {
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    float: none !important;
    border-radius: 12px;
    border: 1px solid #ffffff;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
}

}

.hmen {
    background-color: #fff;
}

.locm {
    padding: 34px;
    padding-bottom: 24px;
    height: inherit;
}

#divLocationPopup {
    padding: 20px 0 10px;
    background: #fff;
    display: none;
}
/*
.divLocationPopup {
    position:absolute;
    top:30px;
    background:#fff;
    padding:30px 0 20px;
}
     */

/* (END) Change Location Popup Responsive CSS By Happy */



.view-profile-button {
    padding: 8px 0;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border: 1px solid #ac1e2d;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
}

.current-board-personnel:hover .view-profile-button {
    background: #ac1e2d;
    color: #fff;
}
/*css start by darshan  import advance css asnd aos in it.*/
/*common class for it*/
.p-0 {
    padding: 0px !important;
}

.pdbutton {
}
/*header*/
.rum {
    float: left;
    background-color: #ac1e2d;
    padding: 7px 0px 7px 0px;
    width: 96%;
    border-radius: 9px;
    color: #FFF;
    /* width: 80px; */
    /* margin-top: 5px; */
    border: 1px solid #ac1e2d;
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    /* font-size: 20px;*/
}

    .rum:hover {
        float: left;
        background-color: #fff;
        padding: 7px 0px 7px 0px;
        width: 96%;
        border-radius: 9px;
        color: #ac1e2d;
        /* width: 80px; */
        /* margin-top: 5px; */
        border: 1px solid #ac1e2d;
        font-family: 'Poppins-SemiBold';
        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid #ac1e2d !important;
        /* font-size: 20px;*/
    }




/*end header*/
/*section no 3  item slider section    swiper*/
.mslide {
    display: flex !important;
}

.swiper {
    width: 100%;
    height: auto;
    margin: 0px;
}

.swiper-wrapper {
    padding: 0px !important;
}

.sm {
    width: -webkit-fill-available;
}

.four {
    width: 926px;
}

.s22 {
    justify-content: right !important;
    width: 846px !important;
}

.s21 {
    width: 1613px !important;
    justify-content: left !important;
}

.s21m {
    width: 1600px !important;
}
/*footer*/
.polices {
    background-color: #ac1e2d;
}
/*slider footer*/
.stayconnectedOuter {
    background: url(../Images/bg-footer.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .stayconnectedOuter {
        background-size: 100% 100%;
    }
}


.socialImage {
    background-image: url(../Images/LeftPanelIcons.png);
    background-repeat: no-repeat;
    background-size: 91px;
    border-radius: 9px;
    
}
/*height: 55px;
    width: 56px;*/
}

.footerHeader {
    font-size: 28px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}

.divStoresSection {
    display: none;
}

.stayconnectedmain {
    background-color: #fff;
}

.DivSocialLogos {
    padding-bottom: 20px;
    display: flex !important;
    justify-content: center;
}

.divSocialMedia {
    float: left;
    height: 31px;
    width: 120px;
    margin-right: 9px;
    display: contents !important;
}

#divFacebook {
    background-position: 0px 0px;
}

    #divFacebook:hover {
        background-position: 0px -47px;
    }

#divTwitter {
    background-position: -47px 0px;
}

#divYoutube {
    background-position: -51px -45px;
}

#divBlog {
    background-position: -193px 0px;
}

#divInstagram {
    background-position: -51px -90px;
}

.stitle {
    font-size: 28px;
    font-family: 'Poppins-SemiBold';
    padding-top: 23px;
    padding-bottom: 20px;
    color: #000;
    /*margin-top: 13px;*/
}

.lborder {
    border: 1px solid #5b5b5b;
    display: flex;
    text-align: left;
    font-family: 'Poppins';
    font-size: 16px;
    color: #5b5b5b !important;
}

.lpadding {
    padding: 10px 10px 10px 0px;
    padding-left: 0px !important;
}

.laddress {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    /*padding-left: 20px !important;*/
    color: #686464 !important;
    /*background-image: url(../Images/location.png) !important;*/
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-size: 11px;
}
/*end footer slider*/
/*serch*/
.ltitle {
    font-size: 24px;
    font-family: Poppins-SemiBold;
    color: #ac1e2d;
}

.applynow {
    border: 1px solid #3d3d3d;
    font-family: 'Poppins-Regular';
    padding: 3px;
}

    .applynow:hover {
        border: 1px solid #ac1e2d;
        padding: 3px;
        background-color: #ac1e2d;
        color: #ffffff;
    }

.feedback-inquiry-container a {
    color: #000000;
    text-decoration: none;
}
/*end footer*/
/* END section no 3  item slider section*/
/*END css start by darshan  import advance css and aos in it.*/


/*added by namrta */
/*#region namrata*/
.mslides {
    line-height: none !important;
    background-color: none !important;
    border: none !important;
}

.images1 {
    width: 100% !important;
}



.title {
    padding: 0px 0 5px 0 !important;
    /*margin: 20px 0 20px 0;*/
    font-family: Poppins-SemiBold;
    font-size: 4vw;
    color: #ac1e2d;
    font-weight: 553;
}

.titleBorder {
    position: relative;
    border-bottom: 2px solid grey;
    background: grey;
    margin-top: -34px;
    width: 78%;
    margin-left: 343px;
    display: none;
}

.test {
    border: 2px solid;
    color: #ac1e2d;
    /* padding: 0px 0 5px 0 !important; */
    margin: 50px 0px 20px 0px;
}

.boardandpersonalRow3ContainerInner {
    display: flex;
    justify-content: center;
}

body {
    font-family: 'Poppins-Regular' !important;
    /*background-image: url(../Images/PartnerBG.jpg) !important;*/ /*namrata*/
    background-position: center center!important;
    background-repeat: repeat!important;
}

.tdPageHeaderImage {
    display: none;
}

.lblBoardAndPersonalHtmlHeader {
    background-image: url(/CluckUChicken2Web/Admin/HtmlTemplates/AboutUs/Images/01-BG.jpg);
    color: white;
}



.board-personnel-img {
}

.board-personnel-imgouter {
    /*height: 184px;*/
    width: 184px !important;
    background-size: cover;
    background-repeat: no-repeat;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 8px white; */
    margin: -74px auto;
    border-radius: 90px;
    /*background-color: wheat;*/

    display: none;
}



.board-personnel-contact {
}

.BoardMemberDetails {
    width: 268px;
    text-align: center;
    border-radius: 17px;
    border: 2px solid transparent;
    background-color: white;
    transition: 0.4s all ease-out;
}

    .BoardMemberDetails:hover {
        border: 2px solid #ac1e2d;
    }

/*.current-board-personnel {
    padding-bottom: 115px;
    padding-top: 15px;
    position: relative;
    cursor: pointer;
}*/

.board-personnel-detail {
    padding-top: 17px;
}

.board-personnel-name {
    font-size: 25px;
    color: #ac1e2d;
    font-weight: bold;
}
/*#endregion*/
.rowJobDocs {
    color: blue;
}

.highlight {
    /*color: #666;*/
    color: #000000;
}

.rowNews, .rowBreadCrumb, .rowEvents, .rowPromotions {
    /*background-color: #f2f2f2;*/
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
    margin-right: 10px;
    /*margin-left: 10px;*/
}

.rowJob {
    /*background-color: #f2f2f2;*/
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

.text-box, .select-box {
    height: 33px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    /*border: 1px solid #e2e2e2 !important;*/
    border-bottom: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.text-area {
    height: 50px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
}

.headerImg .defaultaspx {
    display: none;
}

.SliderWrapper {
    /*background-color: #ffffff;*/
}

.STitle {
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
}

.backImg {
    background-color: #ac1e2d;
}



.mslides:active {
    opacity: 1;
}

.orderNowButton {
    background-color: #ac1e2d;
    padding: 10px 10px 6px 8px;
    font-weight: 700;
    border-radius: 9px;
    height: 39px;
    text-align: center !important;
    color: #FFF;
    width: 160px;
    margin-top: 25px;
    border: 1px solid #ac1e2d;
}

    .orderNowButton:hover {
        background-color: white;
        border: 1px solid #ac1e2d;
        color: #ac1e2d;
        padding: 10px 10px 6px 8px;
        font-weight: 700;
        border-radius: 9px;
        height: 39px;
        width: 160px;
        margin-top: 25px;
        color: #ac1e2d !important;
    }

.orderN {
    background-color: #ac1e2d;
    padding: 8px 10px 6px 8px;
    font-weight: 700;
    border-radius: 9px;
    height: 40px;
    text-align: center !important;
    color: #FFF;
    width: 160px;
    margin-top: 18px;
    border: 1px solid #ac1e2d;
    text-decoration: none;
    font-size: 15px;
}

    .orderN:hover {
        background-color: white;
        padding: 8px 10px 6px 8px;
        font-weight: 700;
        border-radius: 9px;
        height: 40px;
        text-align: center !important;
        color: #ac1e2d;
        width: 160px;
        margin-top: 18px;
        border: 1px solid #ac1e2d;
        text-decoration: none;
        font-size: 15px;
    }

#myCarousel a:focus {
    text-decoration: none;
}

#myCarousel a:hover {
    text-decoration: none;
}



a .orderN:hover {
    text-decoration: none;
}

a .dropherebtn:hover {
    text-decoration: none;
}


.SDescription {
    margin-top: 20px;
    text-align: left;
}

#slide-content {
    margin-top: 10px;
}

#slider {
    margin-top: 50px;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
/*#HomePageGalleryWrapper .nivo-directionNav a, #PromoGalleryWrapper .nivo-directionNav a,#PromoGalleryWrapper1 .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    display: block;
    width: 51px;
    height: 51px;
    background: url(../Images/PromoNextPriviosIcon.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 1;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
}*/

/********************************************* carousel Slider Overwrite Css ***********************************************/
/*.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.carousel-control {
    color: #6f6f6f !important;
}

    .carousel-control:hover {
        color: #6f6f6f !important;
    }*/


/* (START) Board and Personnel Page Responsive CSS By Happy */
/*.content-row-1 {
    margin-top: 0px;
}*/

/*end namrta */


.StoreLocation {
    display: normal !important;
}

.validMessage {
    /*display: block !important;*/
    color: #ac1e2d;
}

.contactus-inquiry-container .left-section {
    background-image: url(../Images/BG.jpg);
}

.input-control {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    text-align: left;
    color: black;
}

.form-control {
    display: block;
    width: 75%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent !important;
    /* background-image: none; */
    /* border: 1px solid white !important; */
    border-radius: 0 !important;
    /* border-radius: 30px !important; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    margin-left: 0px;
    border: none !important;
    border-bottom: 2px white;
    border-bottom: 1px solid black !important;
}

.contactus-inquiry-container .form-control {
    background-color: transparent !important;
    border-bottom: 1px solid white !important;
    color: white !important;
}

.contactus-inquiry-container .txtCaptchaCode {
    border: 1px solid white !important;
}

.contactus-inquiry-container .input-label {
    color: white;
}

.contactus-inquiry-container .StoreLocation .RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell {
    background: transparent;
    color: white;
    border: none;
}

.contactus-inquiry-container .StoreLocation .RadComboBox_MetroTouch .rcbArrowCell {
    border-color: black;
    color: black;
    background-color: transparent;
    width: 28px;
}

    .contactus-inquiry-container .StoreLocation .RadComboBox_MetroTouch .rcbArrowCell a {
        background-position: -111px -58px;
    }

.contactus-inquiry-container .StoreLocation .RadComboBox {
    border-bottom: 1px solid white;
    color: white;
}

.contactus-inquiry-container .StoreLocation .RadComboBox_MetroTouch .rcbInput {
    color: white;
}


.contactus-inquiry-container.RadComboBox_MetroTouch .rcbReadOnly .rcbInput .StoreLocation .rcbhove#ac1e2d {
    color: white !important;
}

.contactus-inquiry-container .right-section {
    margin-top: 64px;
    padding-top: 111px;
    /* margin: 0 auto; */
    height: 408px;
    background: white;
}

.contactus-inquiry-container .ContactUsImage {
    /*background-image: url(../Images/Contact-Icon.png);*/
    background-repeat: no-repeat;
    /*width: 31px;
    height: 31px;*/
    float: left;
}

#ContactInquiryTwo .right-section {
    /*display:none;*/
}

.ContactUstitle {
    font-size: 40px;
    color: white;
    float: left;
    font-weight: bold;
    /* border-bottom: 2px solid; */
    margin-bottom: 4px;
    margin-top: 28px;
    margin-left: 29px;
}

#ContactInquiryTwo .text-area {
}

.ContactUsTitle {
    /*margin-left: 17px;*/
}

.imgContainer {
    display: none;
}

.BlogTitle {
    font-size: 1vw;
    text-align: center;
    margin-top: 23px;
}

    .BlogTitle:hover {
        text-decoration: none;
    }

    .BlogTitle:focus {
        text-decoration: none;
    }

.contactRight a:hover {
    text-decoration: none;
}

#fanClub {
    background-image: url(../Images/Fan-Club.jpg);
}

    #fanClub:hover {
        /*background-position: 77px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.fanclub:hover .BlogSection #fanClub {
    /*background-position: 77px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

#fanClub1 {
    /*background-position: 77px 0px;*/
    background-image: url(../Images/Fan-Club1.jpg);
}

    #fanClub1:hover {
        /*background-position: 77px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.fanclub1:hover .BlogSection #fanClub1 {
    /*background-position: 77px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

.BlogSection:hover #fanClub {
    /*background-position: 77px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

.BlogSection:hover #fanClub1 {
    /*background-position: 77px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

#Employement {
    background-image: url(../Images/Employement.jpg);
}

    #Employement:hover {
        /*background-position: -582px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

#Employement1 {
    /*background-position: -582px 0px;*/
    background-image: url(../Images/Employement1.jpg);
}

    #Employement1:hover {
        /*background-position: -582px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.BlogSection:hover #Employement {
    /*background-position: -582px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

.BlogSection:hover #Employement1 {
    /*background-position: -582px -95px*/;
    background-color: #ac1e2d;
    text-decoration: none;
}

.employment:hover .BlogSection #Employement {
    /*background-position: -582px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

#blog {
    background-image: url(../Images/B.jpg);
}

    #blog:hover {
        /*background-position: -391px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.blog:hover .BlogSection #blog {
    /*background-position: -391px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

#blog1 {
    background-image: url(../Images/B1.jpg);
}

    #blog1:hover {
        /*background-position: -391px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.blog1:hover .BlogSection #blog1 {
    /*background-position: -391px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

.blog:hover, .survey:hover, .employment:hover, .fanclub:hover {
    color: #ac1e2d !important;
    border: 1px solid #ac1e2d;
}

    .blog:hover .BlogTitle {
        color: #ac1e2d !important;
    }

    .fanclub:hover .BlogTitle {
        color: #ac1e2d !important;
    }

    .survey:hover .BlogTitle {
        color: #ac1e2d !important;
    }

    .employment:hover .BlogTitle {
        color: #ac1e2d !important;
    }


.BlogSection:hover #blog {
    /*background-position: -391px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

#survey {
    background-image: url(../Images/Survey.jpg);
    /*background-position: -485px 0px;*/
}

    #survey:hover {
        /*background-position: -485px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.survey:hover .BlogSection #survey {
    /*background-position: -485px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

#survey1 {
    /*background-position: -485px 0px;*/
    background-image: url(../Images/Survey1.jpg);
}

    #survey1:hover {
        /*background-position: -485px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.survey1:hover .BlogSection #survey1 {
    /*background-position: -485px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
    color: white;
}

.survey:hover .BlogTitle #survey {
    color: white;
}

.fanclub1 {
    padding-bottom: 30px;
}

.BlogSection:hover #survey {
    /*background-position: -485px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

#events {
    background-image: url(../Images/Events.jpg);
}

    #events:hover {
        /*background-position: -1px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.BlogSection:hover #events {
    /*background-position: -1px -95px;*/
    text-decoration: none;
}

#aboutus {
    background-image: url(../Images/About-Us.jpg);
}

    #aboutus:hover {
        /*background-position: -96px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.BlogSection:hover #aboutus {
    /*background-position: -96px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

#giftcard {
    /*background-image: url(../Images/Gift-Card.jpg);*/
    background-image: url(../Images/News.jpg);
}

    #giftcard:hover {
        /*background-position: -196px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.BlogSection:hover #giftcard {
    /*background-position: -196px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

#art {
    background-image: url(../Images/ArtDesign.jpg);
}

    #art:hover {
        /*background-position: -293px -95px;*/
        background-color: #ac1e2d;
        text-decoration: none;
    }

.BlogSection:hover #art {
    /*background-position: -293px -95px;*/
    background-color: #ac1e2d;
    text-decoration: none;
}

.contactContent {
    /*background-image: url(../Images/ContactUsRight.png);*/
    height: 74px;
    width: 76px;
    margin: 22px auto;
}

#pnlControlContainerContact .contactContent {
    margin: 30px auto;
}

.contactrow2 {
    margin-top: 45px;
}

.BlogSection {
    height: 166px;
    width: 100%;
    border: 1px solid #00000042;
    font-family: 'Poppins-SemiBold';
    color: #464646;
}

    .BlogSection:hover .blog {
        color: white;
        border: 1px solid white;
        background-color: #ac1e2d;
    }

    .BlogSection:hover {
        color: #ac1e2d;
        border: 2px solid #ac1e2d;
    }

#pnlControlContainerContact .BlogSection {
    border: none !important;
}

.Middleseperator {
    border-top: 1px solid #a59b9b !important;
    margin: 0 auto;
    margin-top: 182px;
    width: 100%;
}

.Midseperator {
    border-top: 1px solid #a59b9b !important;
    transform: rotate(90deg);
    margin-top: -1px;
    width: 100%;
}

#DisplayMessageOne .satelite-button {
    display: none;
}

.OurService {
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    color: black;
    text-align: left;
    margin-top: 0px;
}



@media (max-width:992px) {
    .Midseperator, .Middleseperator {
        display: none;
    }

    .orderN {
        width: 127px !important;
    }


    #sidemenu {
        display: flex !important;
    }

    .sidemenulocation {
        flex-direction: column;
        /*flex-wrap: wrap;*/
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        font-size: 15px;
    }


    .ContactInquiryInner {
        /*min-height: 1048px;*/
        height: 623px;
    }

    #ContactInquiryTwo .right-section {
        background: transparent;
    }

    #pnlControlContainerContact .BlogSection {
        height: 166px;
        width: 100%;
        border: 1px solid #00000042 !important;
        font-family: 'Poppins-SemiBold';
        color: #464646;
    }

    .carousel-indicators {
        display: none;
    }

    #divMasterHeaderContainer {
        display: none !important;
    }

    .contactus-inquiry-container .right-section {
        margin-top: 10px;
        padding-top: 47px;
        /* margin: 0 auto; */
        height: 184px;
        background: white;
        /*margin-top: -70px;*/
    }

    .BlogTitle {
        font-size: 19px !important;
    }

    .contactrow2 {
        margin-top: 30px;
    }

    .servicerow {
        margin-top: 30px;
    }

    #pnlControlContainerContact .contactContent {
        margin: 18px auto;
    }

    .OurService {
        text-align: center;
    }
}
@media (max-width: 400px) {
     .sidemenulocation {
        justify-content: end;
    }
}
.OurServiceWrapperOuter {
    background: #faf7f2;
    padding-top: 21px;
}

#pnlControlContainerContact {
    background: #faf7f2;
}

.OurServiceWrapperInner {
    margin-top: 39px;
    float: right !important;
}

.footercontact {
    display: none;
}

.SearchLocation {
    background: #faf7f2;
}

.searchHome {
    color: black;
}

.searchimageinner {
    margin: 0 auto;
    color: black;
}

.SearchLocationinner .form-control ::-webkit-input-placeholder {
    color: #ac1e2d !important;
}

.searchHome {
    border: 1px solid black !important;
    border-radius: 69px !important;
    color: grey;
    background-color: white !important;
}

.searchimage {
    display: flex;
}

.searchimageinner {
    display: flex !important;
    margin-top: 26px;
}

.btn-outline-primary {
    border-radius: 23px !important;
    background-color: white;
}

    .btn-outline-primary:hover {
        background-color: #ac1e2d;
        color: white;
    }

.carousel-indicators li {
    width: 118px !important;
    /*height: 78px !important;*/
    height: 98px !important;
}

.carousel-indicators .active {
    /*background-color: black !important;*/
    opacity: 1 !important;
    /*border:1px solid #ac1e2d;*/
}


.thumbnail &gt; img:hover {
    opacity: 1 !important;
}

.carousel-indicators {
}

    .carousel-indicators .active {
        opacity: 1 !important;
    }
/*adde by darshan*/
div#divFaxTab {
    background-position: -31px 0;
    width: 21px;
}

.divFaxDetails {
    width: 195px;
    text-align: left;
    padding-left: 40px;
    color: white;
}

div#divEmailTab {
    background-position: -50px 0;
    /*width: 18px;*/
}

.divEmailDetails {
    /*width: 200px;*/
    text-align: left;
    /*padding-left: 40px;*/
    color: #000;
    font-size: 24px;
    font-family: 'Poppins-Regular';
}
.divEmailDetails a{
    color: #000;
}

.divEmailDetails a:hover{
    color: #ac1e2d;
    text-decoration:none;
}

.stay {
    font-family: 'Roboto Medium';
    font-size: 28px;
    color: #ac1e2d;
}

.serchtitle {
    text-align: left;
    border: 0px;
    font-size: 26px;
    /*margin-left: 20px;*/
    font-family: 'Poppins-SemiBold';
}


/*end by darshan*/
.images1 {
    margin-top: 10px;
}

#slider-thumbs {
}

.carousel-indicators {
    width: 100% !important;
    margin-left: -40% !important;
    display: flex !important;
    overflow-x : scroll;
    bottom: 10px !important;
}

.carousel-indicators {
  overflow-x: scroll;
  scrollbar-width: thin; /* for Firefox */
  scrollbar-color: #888 #f1f1f1; /* thumb and track */
}

/* WebKit browsers */
.carousel-indicators::-webkit-scrollbar {
  height: 6px; /* scrollbar height for horizontal scroll */
}

.carousel-indicators::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.carousel-indicators::-webkit-scrollbar-thumb:hover {
  background: #555;
}

    .carousel-indicators li {
        /*display: flex !important;*/
        border-color : transparent !important;

    }
    .carousel-indicators .active {
        background-color: transparent !important;
    }
        .carousel-indicators li active {
        }

.thumbnail {
    display: contents !important;
}

.carousel-inner {
    position: initial !important;
}


#slider-thumbs {
    /*margin-left: 33px;*/
    margin-top: 100px;
}

@media (min-width: 992px) and (max-width: 1280px) {

    .board-personnel-detail {
        padding-top: 26px;
    }

    .BoardMemberDetails {
        width: 229px !important;
    }

    .navbar-header {
        display: none !important;
    }

    .divserviceInnerTwo {
        display: none;
    }

    .ContactInquiryInner {
        height: 576px;
    }
}

@media (min-width: 1281px) {
    .navbar-header {
        display: none !important;
    }

    .divserviceInnerTwo {
        display: none;
    }

    .ContactInquiryInner {
        height: 609px;
    }
}

.headerLog {
    margin: 0 auto;
}

.navbar-toggle {
    float: none !important;
}

.carousel-control {
    width: 0% !important;
}

.headerImg {
    display: none;
}


.carousel-inner {
    width: 100% !important;
}

.employment:hover {
    width: 50%;
    margin: 0 auto;
    height: inherit;
}


/*loaction ropdoen*/
.dropbtn {
    background-color: #ac1e2d;
    color: white;
    /* padding: 16px; */
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    /*width: 208px;*/
    justify-content: end;
}

.dropbtnuser {
    background-color: #ac1e2d;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.aero {
    margin-top: 7px;
    padding-left: 5px;
}

.dropdown {
    position: relative;
    /*display: inline-block;*/
}

.myf {
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.locationback {
    z-index: 9;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: inherit !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        margin: 0px;
        border-bottom: 1px solid black;
        font-family: 'Poppins-SemiBold';
    }

        .dropdown-content a:hover {
            background-color: #ffff;
            color: black !important;
            text-decoration: none;
            /*font-weight: 900 !important;*/
        }

.dropdown:hover .dropdown-content {
    display: block;
    /*margin-left: -130px;*/
    margin-top: 7px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.dropdown:hover .dropbtn {
    background-color: #ac1e2d;
}
/*location dropdown end
    */

.contactus-inquiry-container .StoreLocation {
    margin-top: 40px;
}

/*#ContactInquiryTwo .contactus-inquiry-container .StoreLocation {
    margin-top: -35px !important;
}*/

.contactus-inquiry-container .right-section {
    background: #faf7f2;
}

.contactus-inquiry-container .ContactUSAddress {
    font-size: 31px;
}

.ContactUsTitle {
    font-weight: bold;
    color: black;
    margin-top: 35px;
}

#carousel-bounding-box {
    overflow-x: hidden !important;
}

.carousel-inner:hover {
    background-color: transparent !important;
}

#divWrapper {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 66.66%, #ac1e2d 58.66%, #ac1e2d 100%);
    margin-top: -1px;
}

.searchTitle {
    /*margin-top: 61px;*/
    font-size: 3.5vw;
}

.searchimageinner .form-control {
    /*padding: 18px 46px !important;*/
    width: 50% !important;
}

.searchimageinner .btn {
    padding: 7px 32px !important;
    color: #ac1e2d;
    font-weight: bold;
    font-size: 16px;
    /*margin-left: -66px;*/
    width: 100%;
}

.BlogSection {
}

#ContactInquiryTwo .contactus-inquiry-container .right-section {
    margin-top: 29px;
    padding-top: 6px;
    /* margin: 0 auto; */
    height: 499px;
    background: white;
}



.thumbnail &gt; img {
    opacity: 0.5 !important;
    height: 100% !important;
}

.carousel-indicators .active .thumbnail &gt; img {
    opacity: 1 !important;
}



.SearchSideImg {
    float: left;
    position: absolute;
    margin-top: -48px;
    display: none;
}

.sideupper {
    background: linear-gradient(to right, #ffffff 0%,#ffffff 30%,#ffffff 66.66%,#ac1e2d 66.66%,#ac1e2d 100%);
}

#myMenu {
    overflow-y: scroll;
    height: 572px;
}

.w {
    height: 672px !important;
}


    .w::-webkit-scrollbar {
        width: 20px;
    }

    /* Track */
    .w::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .w::-webkit-scrollbar-thumb {
        background: #ac1e2d;
        border-radius: 10px;
    }

        /* Handle on hover */
        .w::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

#mySearch {
    width: 95%;
    margin-left: 4px;
    border: 1px solid grey;
    border-radius: 11px;
    padding: 9px;
    background-image: url(../Images/Search.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

input::placeholder {
    font-weight:;
    opacity: 1;
    color: #858585 !important;
    /*margin-left:10px;*/
}

::-webkit-scrollbar {
    width: 9px;
}

#myMenu ::-webkit-scrollbar {
    /*width: 15px;*/
    color: #ac1e2d;
}

::-webkit-scrollbar-thumb {
    background: grey;
}

::-webkit-scrollbar-track {
    background: #D6D6D6;
    border: 6px solid white;
}

#ctl08_RegularExpressionValidator1 {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    #divMasterHeaderContainerMobile {
        display: none !important;
    }

    .contactusrightmobile {
        display: none !important;
    }
}

@media only screen and (min-width: 1050px) {
    /*#divMasterHeaderContainerMobile {
        display: none !important;
    }*/

    .contactusrightmobile {
        display: none !important;
    }

    .searchTitle {
        padding: 0px 0 5px 0 !important;
        /* margin: 20px 0 20px 0; */
        font-family: Poppins-SemiBold;
        font-size: 80px;
        color: #ac1e2d;
        font-weight: 553;
        text-align: end !important;
    }
    /*.dropdown:hover .dropdown-content {
    display: block;
    margin-left: -165px;
    margin-top: 26px;
    font-size: 15px;
}*/
}

#divMasterHeaderContainerMobile {
    background: linear-gradient(to right, #ffffff 0%,#ffffff 30%,#ffffff 66.66%,#ac1e2d 66.66%,#ac1e2d 100%);
    /*background: linear-gradient(to right, #ffffff 0%,#ffffff 30%,#ffffff 66.66%,#ff0000 66.66%,#ff0000 100%);*/
}

.OurServiceWrapperInner a:hover {
    text-decoration: none !important;
}

#ContactInquiryTwo a:hover {
    text-decoration: none !important;
}

.carousel-control {
}

.searchTitle {
    padding: 0px 0 5px 0 !important;
    /* margin: 20px 0 20px 0; */
    font-family: Poppins-SemiBold;
    font-size: 70px;
    /*font-size: 25px;*/
    color: #ac1e2d;
    font-weight: 553;
    text-align: end !important;
}

/*all titel*/
.title {
    padding: 0px 0 5px 0 !important;
    /* margin: 20px 0 20px 0; */
    font-family: Poppins-SemiBold;
    font-size: 80px;
    color: #ac1e2d;
    font-weight: 553;
    /*text-align: end !important;*/
    float: left;
}

.titleline {
    font-family: sans-serif;
    margin: 75px auto;
    text-align: center;
    color: black;
    font-size: 40px;
    /*max-width: 600px;*/
    position: relative;
    margin-left: 30px;
    text-align: end;
}

    .titleline:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #c8c8c8;
        top: 50%;
        position: absolute;
    }

.contacttitleline {
    margin-left: 0px;
}

.Newsktitleline {
    margin-left: 0px;
}

.Eventstitleline {
    margin-left: 0px;
}

.fantitleline {
    margin-left: 0px;
}

.surveytitleline {
    margin-left: 0px;
}

.arttitleline {
    margin-left: 0px;
}
/*all title end*/
/*art &amp; gallery*/
.demo-gallery &gt; ul &gt; li .demo-gallery-poster {
    background-color: none !important;
}
    .demo-gallery &gt; ul &gt; li .demo-gallery-poster:hover {
        transform: scale(0.98);
    transition: 0.5s all;
    opacity: 0.8;
    }
.demo-gallery-poster:hover {
        transform: scale(0.98);
    transition: 0.5s all;
    opacity: 0.8;
}
.searchTitle {
    text-align: center!important;
}

.footerce {
    padding-bottom: 20px;
}

.RadComboBox_MetroTouch .rcbInputCell, .RadComboBox_MetroTouch .rcbArrowCell {
    border: 0px !important;
    /*border-bottom:1px solid black !important;*/
}

.orderNowButton a {
    color: #fff;
}

.orderNowButton &gt; a:hover {
    /*color: #ac1e2d !important;*/
    text-decoration: none;
}

.orderNowButton:hover {
    /*color: #ac1e2d !important;*/
    text-decoration: none;
}

.dropdown-contentl {
    /*margin-left: 154px !important;*/
    margin-top: 0px !important;
}

.historytitleline {
    /*margin-left:0px !important;*/
}

.historyImg {
    background-image: url(https://www.cluckuchicken.com/Admin/HtmlTemplates/AboutUs/Images/01-BG.jpg) !important;
}


.link-satelite-button {
    font-size: 14px !important;
    margin: 8px auto;
}

.button-resizer {
    padding-top: 0px !important;
}

.lblBoardAndPersonalHtmlHeader {
    background-image: url(https://www.cluckuchicken.com/Admin/HtmlTemplates/AboutUs/Images/01-BG.jpg);
    color: white;
}

.clucksterLogo {
    margin: 11px auto;
}

.BoardAndPersonalImg {
    background-image: url(https://www.cluckuchicken.com/Admin/HtmlTemplates/AboutUs/Images/01-BG.jpg);
    /*position: absolute !important;*/
}

/*.view-profile-button {
    padding: 10px 0;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border: 1px solid #ac1e2d;
    text-align: center;
    font-size: 20px;
}*/

.board-personnel-img-inner {
    /*width: 76% !important;*/
    /*margin: 24px auto;*/
}

}

.board-personnel-img {
    background-image: url(https://www.cluckuchicken.com/Admin/HtmlTemplates/AboutUs/Images/no-image.png);
}

.contactus-inquiry-container .input-row {
    width: 80%;
    float: none;
    margin: 0 auto;
    padding-top: 32px;
}

#ContactInquiryTwo .StoreLocation {
    padding-top: 12px;
}

#ContactInquiryTwo .text-box, .select-box {
}

.contactusHeaderImg {
    background-image: url(../Images/Slide.png);
    height: 376px;
    background-size: cover;
}

.contacttitleline {
    margin: 82px auto !important;
}

.contacttitle {
    margin-left: 47px;
}

.contacttitle {
    /*font-size: 72px !important;*/
    text-align: end;
}



.btn-outline-primary:hover {
    color: white !important;
}

.navbar-header .dropdown-content a {
}

.searchForm {
    border-radius: 30px !important;
    background-color: white !important;
    border: 1px solid #e3e3e3 !important;
}

#searchbtn {
    color: #ac1e2d !important;
    background-color: white !important;
    width: 33%;
    padding: 0px 3px;
}

    #searchbtn:hover {
        color: white !important;
        background-color: #ac1e2d !important;
    }

.content-row-1 .section-desc, .content-row-5 .section-desc {
    text-align: justify !important;
}

/*.board-personnel-detail {
    margin-top: 91px !important;
}*/

.board-personnel-email {
    font-size: 14px;
    text-align: -webkit-center;
}

.footerce hr {
    margin-top: -20px !important;
    padding: 1px !important;
}

.socialImage {
    margin: 17px;
}

.contactus-inquiry-container .form-control:focus {
    background: transparent !important;
}

input:autofill {
    background-color: transparent !important;
}

input:-webkit-autofill {
    background-color: transparent !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #1b1b1b inset !important;
    -webkit-text-fill-color: white !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

#ContactInquiryTwo .button-row .satelite-button {
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    /*border-radius: 19px;*/
    color: #000000 !important;
    width: 43%;
    padding: 4px;
}

    #ContactInquiryTwo .button-row .satelite-button:hover {
        background: #ac1e2d !important;
        border: 2px solid #000000 !important;
        /*border-radius: 19px;*/
        color: white !important;
        width: 43%;
        padding: 4px;
        /*font-size: 1.5vw;*/
    }

.contactus-inquiry-container .button-row .satelite-button {
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    /*border-radius: 19px;*/
    color: #000000 !important;
    padding: 4px;
    margin-left: 54px;
}

    .contactus-inquiry-container .button-row .satelite-button:hover {
        background: #ac1e2d !important;
        border: 2px solid #000000 !important;
        /*border-radius: 19px;*/
        color: white !important;
        padding: 4px;
        margin-left: 54px;
    }

#ContactInquiryTwo .button-row .satelite-button {
    margin-left: -130px !important;
    margin-bottom: 21px;
}

#ContactInquiryTwo .satelite-button:hover {
    /*padding:5px 15px !important;*/
}

.contactus-inquiry-container {
    /*padding-bottom: 49px;*/
}

#ContactInquiryTwo .contactus-inquiry-container {
    padding-bottom: 0px !important;
}

.contactUsEmail {
    font-size: 20px;
    background: url(../Images/Email-Icon.png) no-repeat transparent;
    float: left;
    text-align: left;
    padding-left: 32px;
    background-size: 28px;
    margin-top: 22px;
}

.contactUsPhone {
    font-size: 20px;
    background: url(../Images/Contact-Icon.png) no-repeat;
    float: left;
    text-align: left;
    padding-left: 32px;
    background-size: 28px;
    margin-top: 22px;
    color: black;
}

.sidenav a {
    transition: none !important;
}

.orderNowButton a:hover {
    color: #ac1e2d;
    background-color: white;
}


#contactusHeaderImg, #BoardPersonnelHeaderImg, #SurveyHeaderImg, #FeedbackHeaderImg, #ArtHeaderImg, #EventsHeaderImg, #EmployementHeaderImg, #NewsHeaderImg,#CorporateHeaderImg,#SocialPageHeaderImg {
    background: linear-gradient(to right, #ffffff 0%,#ffffff 30%,#ffffff 66.66%,#ac1e2d 66.66%,#ac1e2d 100%);
    /*display: none;*/
}

    #contactusHeaderImg img, #BoardPersonnelHeaderImg img, #FeedbackHeaderImg img, #SurveyHeaderImg img, #ArtHeaderImg img, #EventsHeaderImg img, #EmployementHeaderImg img, #NewsHeaderImg img,#CorporateHeaderImg img ,#SocialPageHeaderImg img{
        padding-bottom: 25px;
    }


/*art &amp; gallery*/
.demo-gallery &gt; ul &gt; li .demo-gallery-poster {
    background-color: none !important;
}


/*Location Search css By Darshan*/
#mySearch {
    /*width: 90%;*/
    /*margin-left: 15px;*/
    border: 1px solid #80808033;
    border-radius: 11px;
    padding: 9px;
    background-image: url(../Images/Search.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-align: left;
    padding-left: 34px;
    background-color: #faf7f2;
}

.w {
    height: 720px !important;
}

#myMenu {
    overflow-y: scroll;
    height: 576px;
}

input::placeholder {
    opacity: 0.5;
    color: grey !important;
    /*padding-left: 30px;*/
    font-family: 'Poppins-Regular' !important;
    font-style: italic;
}

.box {
    align-self: flex-start;
    display: flex;
}

/*popup*/
/*body {
  font-family: Arial, sans-serif;
  background: url(http://www.shukatsu-note.com/wp-content/uploads/2014/12/computer-564136_1280.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}*/

h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #06D85F;
    margin: 80px 0;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 6px;
    /*border: 2px solid #fff;*/
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
    padding-left: 0px !important;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 999999;
    }

.popup {
    margin: 13px auto;
    /*padding: 20px;*/
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 1s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: -3px;
        opacity: 1;
        right: 8px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #201f1f;
    }

        .popup .close:hover {
            color: #ac1e2d;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 84%;
    }

    .pstore {
        font-size: 16px !important;
        font-weight: bold;
        background-size: 10px !important;
    }

    .tdPhonelocation, .divEmailLocation {
        background-size: 12px !important;
        font-size: 11px !important;
    }

    .pstore, .tdPhonelocation, .divEmailLocation {
        height: 19px !important;
    }

    .btitle {
        font-size: 19px !important;
    }

    .tdDisplayBusinessHours {
        font-size: 13px !important;
    }
}

.lborder {
    border: 1px solid #80808033;
    display: inline-block;
    text-align: left;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    color: #5b5b5b !important;
}

.locationpopupb {
    background-color: #000000;
    padding: 7px 9px 6px 8px;
    font-weight: 700;
    border-radius: 9px;
    height: 39px;
    color: #FFF;
    width: 160px;
    margin-top: 0px;
    border: 1px solid #000000;
    font-family: 'Poppins-SemiBold';
}

    .locationpopupb:hover {
        background: #ac1e2d;
        text-decoration: none;
        color: #fff;
        border-color: #ac1e2d;
    }

.btitle {
    color: #ac1e2d;
    font-family: 'Poppins-SemiBold';
    font-size: 21px;
}

.tdDisplayBusinessHours td {
    min-width: 111px;
}

.location-info .modal-header {
    position: relative;
    border-bottom: 0;
    padding-top: 1.75rem;
    padding-bottom: 20px;
}

.location-info .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    text-decoration: none;
}



/*mail cpy by darshan*/
body &gt; * {
    /*max-width: 666px;*/
    margin-left: auto;
    margin-right: auto;
}

.mailto-link {
    position: relative;
    padding: 8px 0;
}

.mailto-message {
    top: 1px;
    left: 50%;
    margin-bottom: -5px;
    transform: translate(-50%, -100%);
    position: absolute;
    display: none;
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    background-color: black;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    &amp;:after, &amp;:before;

{
    content: '';
}

&amp;:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 4px;
    margin-left: -4px;
}

}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
    display: block;
}

// styling below for fancy looks only body {
    padding: 3em calc((100% - 75vw) / 2);
    line-height: 1.5;
    background-color: papayawhip;
    text-align: center;
}

h2 {
    font-weight: 400;
    margin-top: 0;
}

code {
    background-color: #ff00f23b;
    padding: 3px 6px;
}

input {
    padding: .6em 1.2em;
    border: 0;
    border-radius: 4px;
    font-size: 1.3em;
    text-align: center;
    border: 1px solid rgba(0,0,0,.25);
    &amp;:focus;

{
    box-shadow: 0 0 3px 0 #b17b22;
}

}

hr {
    margin: 2rem 0;
    border: 0;
    height: 1px;
    background-color: black;
    opacity: .1;
}
/*End mail cpy*/
/*location pop up css by darshan*/
#tdPhoneNumber {
    /*background: url(../Images/Contact-Icon.png) no-repeat scroll 1px 6px transparent;*/
    /*float: left;
    text-align: left;
    padding-left: 25px;
    color: black;*/
}
/*END location pop up css by darshan*/

.mapp {
    position: initial !important;
}
/*End Location search by darshan*/

.radPreventDecorate {
    text-align: left;
}


.dropdown3m {
    margin-top: 35px;
    background-color: #ac1e2d;
}

.locationm {
    background-color: #ac1e2d;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.mcontecant {
    display: block;
    margin-left: -160px;
    margin-top: 16px;
}

.Contactouter {
    /*background:#faf7f2;
    height:30px;*/
}

.carousel-inner .item images1:hover {
}

/*#ctl08_newTest {
    padding-bottom: 49px;
}*/

.orderNowButton:hover a {
    color: #ac1e2d !important;
}

.rebHove#ac1e2d {
    background-color: #ac1e2d !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbReadOnly .rcbInputCell {
    background-color: #ac1e2d !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbArrowCell {
    background-color: #ac1e2d !important;
}

#ContactInquiryTwo .rcbWidth {
    width: 99% !important;
}

.OurService {
    font-family: 'Poppins-semibold' !important;
    font-size: 49px;
    font-weight: bold;
}

.form-control {
    text-align: left;
}


@media (max-width:980px) {
    .title {
        padding: 0px 0 5px 0 !important;
        /* margin: 20px 0 20px 0; */
        font-family: Poppins-SemiBold;
        font-size: 54px;
        color: #ac1e2d;
        /*font-weight: 553;*/
        /* text-align: end !important; */
        float: left;
    }

    .webheader {
        display: none;
    }
}

@media (min-width:820px) {
}


.contacttitle {
    margin-left: 0px;
}

.titleline {
    display: none;
}

.satelite-button {
    margin-bottom: 17px;
    margin-top: 0px;
}

    .satelite-button:hover {
        margin-bottom: 17px;
        margin-top: 0px;
    }

.socialImage {
    margin: 15px;
}

}

.mapp .img-responsive {
    width: -webkit-fill-available;
}

.contactRight .BlogSection {
    border: none;
}

.contactRight {
    background: white;
    margin-top: 48px;
    padding-bottom: 21px;
    padding-right: 0px !important;
}

.crInner {
    padding-right: 0px !important;
}

.contactRight .BlogSection:hover {
    text-decoration: none;
}

#DisplayMessageOne {
    margin-top: 188px;
}

#ctl08_newTest .container {
    padding: 0px !important;
}

.ContactHomeContainer {
    background: #faf7f2;
}

#LocationHeaderImg {
    display: none;
}

#surveylHeaderImg {
    display: none;
}

.BoardTitle {
    font-size: 40px;
}

#ContentPlaceHolder1_lblHistoryContent .content-row-3 {
    padding-top: 0px;
}

.sidenav {
    background-color: white !important;
}

    .sidenav a {
        color: #ac1e2d !important;
        font-weight: bold;
        padding: 6px !important;
    }

        .sidenav a:hover {
            color: black !important;
            text-decoration: none !important;
            padding: 6px !important;
        }

.mapp img {
    height: 688px;
}

.history-container {
}

.mainlocation .left {
    background-color: #faf7f2 !important;
}

.mainlocation {
    margin-top: -9px;
    background: #faf7f2;
}

.rcbHove#ac1e2d:hover {
    color: black !important;
}

.RadComboBox_MetroTouch .rcbHove#ac1e2d .rcbReadOnly .rcbInput {
    color: black !important;
}

.conSep {
    /*float: left;*/
    margin-top: 95px;
    width: 1px;
    height: 224px;
    background-image: url(../Images/Seprator.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: 221px;
}

.conSep2 {
    margin-top: -223px;
    width: 1px;
    height: 224px;
    margin-left: 221px;
    background-image: url(../Images/Seprator.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    rotate: 90deg;
    position: absolute;
}

.ContactHomeContainer {
    padding-top: 28px;
    padding-bottom: 38px;
}

.board-personnnel-container .left-section, .board-personnnel-container .right-section {
    margin-top: 65px;
}

#searchbtn a:focus, #searchbtn a:hover {
    color: white !important;
    text-decoration: none !important;
}

#searchbtn a {
    color: #ac1e2d;
}

#searchbtn {
    color: white;
}

    #searchbtn:hover a {
        color: white !important;
    }

.mapp {
    display: none;
}

.pstore, .tdPhonelocation, .divEmailLocation {
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    background-size: 19px;
    height: 30px;
    padding-left: 25px !important;
    margin-left: 17px;
    color: #5b5b5b;
    font-weight: bold;
    padding-top: 3px;
}

a .pstore:hover, a .tdPhonelocation:hover, a .divEmailLocation:hover {
    text-decoration: none;
}

.mid a:hover {
    text-decoration: none;
}

.pstore {
    background-image: url(../Images/loc.png) !important;
    color: #ac1e2d;
    margin-top: 21px;
    font-size: 21px;
    font-weight: bold;
    background-size: 14px;
    padding-top: 0px;
}

.tdPhonelocation {
    background-image: url(../Images/contact.png) !important;
    margin-top: 10px;
    background-position-y: 6px;
}

.divEmailLocation {
    background-image: url(../Images/email.png) !important;
    /*margin-top: 10px;*/
    margin-bottom: 12px;
    background-position-y: 6px;
}
/*.popup .mid .Businesshourt {
    padding-left:0px !important;
    padding-right:0px !important;
}
.popup .locationInnern {
    padding-left:0px !important;
    padding-right:0px !important;
}*/
.btitle {
    padding-top: 4px;
}

.Businesshourt {
    background: #faf7f2;
    /*background:  #f7e7cc;*/
    padding: 2px 5px 22px 24px;
}

.contactus-inquiry-container .validMessage {
    position: absolute !important;
}

#ContactInquiryTwo .ContactUstitle {
    font-size: 40px;
    margin-top: 10px;
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: left;
}

#myMenu {
    padding-left: 17px;
}

/*iphone specific media query*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .board-personnel-detail {
        padding-top: 11px !important;
    }

    .board-personnel-detail {
        padding-top: 109px !important;
    }

    .RadToolTip table.rtShadow .rtCloseButton {
        position: relative !important;
        margin-top: 0px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .board-personnel-detail {
    }

    .board-personnel-detail {
        padding-top: 109px !important;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .RadToolTip table.rtShadow .rtCloseButton {
        position: relative !important;
        margin-top: 0px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
    .board-personnel-detail {
        padding-top: 11px !important;
    }

    .RadToolTip table.rtShadow .rtCloseButton {
        position: relative !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sidenav {
        display: block;
    }
}

@media screen and (max-height: 992px) {
    .sidenav {
        padding-top: 35px !important;
    }
}

.sidenav .closebtn {
    font-size: 25px !important;
}

.orderNowButton a:focus {
    color: #ac1e2d !important;
    text-decoration: none !important;
}

/*right list*/

.sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    /* left: 0; */
    /*background-color: #ac1e2d;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    right: 0 !important;
    background-color: white !important;
}

    .sidenav1 a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block;
        transition: 0.3s;
        color: #ac1e2d !important;
        font-weight: bold;
        padding-top: 10px;
    }

    .sidenav1 .closebtn {
        font-size: 25px !important;
        text-align: initial;
    }

.mloc {
    float: right;
    margin-top: 36px !important;
    margin-right: 8px;
}
/*end */



/*.divShortCutForStoreFeaturesOrderOnline:hover {
    width: 50% !important;
}*/

.tdDeliveryHourMessage {
    /*background-color:#ac1e2d !important;*/
}


.RadToolTip {
    position: fixed !important;
    /* width: 50% !important; */
    margin: 47px auto !important;
    /*padding: 20px !important;*/
    /*margin-top: -14px !important;*/
    height: 100% !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 999999!important;
}

.rtTitlebar {
    display: none !important;
}

.RadToolTip .rtShadow .rtCloseButton {
    /*right: -18px !important;
    top: -16px !important;*/
    position: relative !important;
    right: 3% !important;
    top: 142% !important;
}

/*.RadToolTip table.rtShadow .rtCloseButton {
    margin-top: 30px!important;
    margin-right: -20px!important;
}*/


.RadToolTip_Sunset .rtCloseButton {
    /*background-image:url(../Images/close.png) !important;*/
}

.rtShadow {
    height: 500px !important;
}

.rtCalloutBottomCenter {
    display: none !important;
}

.liframeInner {
    margin-left: 24px;
    float: left;
}

    .liframeInner a {
        color: #ac1e2d;
    }

        .liframeInner a:hover {
            text-decoration: none !important;
            color: #ac1e2d !important;
        }


.locationcontactInfo {
    /*margin-top:15px;*/ margin-left: 14px;
}

.lphoneInner {
    float: left;
    margin-left: 26px;
}

    .lphoneInner a {
        color: #5b5b5b;
    }

        .lphoneInner a:hover {
            color: #5b5b5b !important;
            text-decoration: none !important;
        }

.lemailInner {
    margin-left: 28px;
    float: left;
}

    .lemailInner a {
        color: #5b5b5b;
    }

        .lemailInner a:hover {
            color: #5b5b5b !important;
            text-decoration: none !important;
        }

.ltitle {
    float: left;
}

.BusinesshourLocation {
    margin-top: 36px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    background-size: 19px;
    height: 34px;
    padding-left: 25px !important;
    /*margin-left: 17px;*/
    color: #5b5b5b;
    font-weight: bold;
}

    .BusinesshourLocation td {
        text-align: left !important;
    }

#ctl00_ContentPlaceHolder1_rdTPMLocationInfopopupRTMPanel {
    height: 547px !important;
}

.LocationContOuter {
    background: white;
}

.RadToolTip_Sunset .rtWrapper .rtWrapperTopLeft, .RadToolTip_Sunset .rtWrapper .rtWrapperTopRight, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomLeft, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomRight, .RadToolTip_Sunset .rtWrapper .rtWrapperTopCenter, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomCenter, .RadToolTip_Sunset table.rtShadow .rtWrapperTopLeft, .RadToolTip_Sunset table.rtShadow .rtWrapperTopRight, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomLeft, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomRight, .RadToolTip_Sunset table.rtShadow .rtWrapperTopCenter, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter, .RadToolTip_Sunset .rtCloseButton {
    /*background-image: url(../Images/fancy-close.png) !important;*/
    background-repeat: no-repeat;
}

.RadToolTip_Sunset .rtWrapper .rtWrapperContent {
    background-color: transparent !important;
}

.RadToolTip table.rtShadow .rtVisibleTitleBar td.rtWrapperTopCenter {
    /*display:none !important;*/
    background-image: url(../image/close.png) !important;
}

.locationcontactInfoIn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter {
    background-image: none !important;
}

.RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
    background-image: none !important;
}

#RadToolTipWrapper_ContentPlaceHolder1_rdTPMLocationInfopopup1031681284110847 {
    width: 550px !important;
}

#ctl00_ContentPlaceHolder1_rdTPMLocationInfopopupRTMPanel {
    width: 550px !important;
}

.RadToolTip .RadToolTip_Sunset rtVisibleCallout .rtShadow {
    width: 550px !important;
}

.RadToolTip_Sunset .rtWrapper .rtWrapperLeftMiddle, .RadToolTip_Sunset .rtWrapper .rtWrapperRightMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperLeftMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
    display: none !important;
}

.RadToolTip {
    width: 520px !important;
}

@media (max-width:768px) {
    #RadToolTipWrapper_ContentPlaceHolder1_rdTPMLocationInfopopup1031681284110847 {
        width: 455px !important;
    }

    .orderN {
        width: 127px !important;
    }

    .lphoneInner {
        float: left;
        margin-left: 18px !important;
        font-size: 12px!important;
    }

    .liframeInner {
        margin-left: 18px !important;
    }

    .tdPhonelocation {
        background-position-y: 3px !important;
    }

    .lemailInner {
        margin-left: 20px !important;
    }

    #ctl00_ContentPlaceHolder1_rdTPMLocationInfopopupRTMPanel {
        width: 455px !important;
    }

    .RadToolTip .RadToolTip_Sunset rtVisibleCallout .rtShadow {
        width: 455px !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter {
        background-image: none !important;
    }

    .RadToolTip {
        width: 455px !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
    }

    .RadToolTip_Sunset .rtWrapper .rtWrapperLeftMiddle, .RadToolTip_Sunset .rtWrapper .rtWrapperRightMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperLeftMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
        display: none !important;
    }

    .BusinesshourLocation {
        font-size: 12px !important;
    }

    .RadToolTip .rtWrapper td.rtWrapperContent {
        padding: 0px !important;
    }
}

@media (max-width:640px) {
    #RadToolTipWrapper_ContentPlaceHolder1_rdTPMLocationInfopopup1031681284110847 {
        width: 300px !important;
    }

    .tdPhonelocation {
        background-position-y: 3px !important;
    }

    .lphoneInner {
        float: left;
        margin-left: 18px !important;
        font-size: 12px!important;
    }

    .liframeInner {
        margin-left: 18px !important;
    }

    .lemailInner {
        margin-left: 20px !important;
    }


    #ctl00_ContentPlaceHolder1_rdTPMLocationInfopopupRTMPanel {
        width: 300px !important;
    }

    .RadToolTip .RadToolTip_Sunset rtVisibleCallout .rtShadow {
        width: 300px !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter {
        background-image: none !important;
    }

    .RadToolTip {
        width: 300px !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
    }

    .RadToolTip_Sunset .rtWrapper .rtWrapperLeftMiddle, .RadToolTip_Sunset .rtWrapper .rtWrapperRightMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperLeftMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
        display: none !important;
    }

    .BusinesshourLocation {
        font-size: 12px !important;
    }

    .RadToolTip .rtWrapper td.rtWrapperContent {
        padding: 0px !important;
    }
}

@media (max-width:1199px) and (min-width:992px) {
}

@media (max-width:992px) and (min-width:768px) {
    #RadToolTipWrapper_ContentPlaceHolder1_rdTPMLocationInfopopup1031681284110847 {
        width: 455px !important;
    }

    .copyRight {
        float: none !important;
        text-align: center !important;
    }

    .board-personnel-email {
        font-size: 13px !important;
    }

    .view-profile-button {
        font-size: 15px;
    }

    .tdPhonelocation {
        background-position-y: 3px !important;
    }

    .lphoneInner {
        float: left;
        margin-left: 18px !important;
        font-size: 12px!important;
    }

    .liframeInner {
        margin-left: 18px !important;
    }

    .lemailInner {
        margin-left: 20px !important;
    }

    #ctl00_ContentPlaceHolder1_rdTPMLocationInfopopupRTMPanel {
        width: 455px !important;
    }

    .RadToolTip .RadToolTip_Sunset rtVisibleCallout .rtShadow {
        width: 455px !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter {
        background-image: none !important;
    }

    .RadToolTip {
        width: 455px !important;
    }

    .RadToolTip_Sunset .rtWrapper .rtWrapperLeftMiddle, .RadToolTip_Sunset .rtWrapper .rtWrapperRightMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperLeftMiddle, .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
        display: none !important;
    }

    .RadToolTip_Sunset table.rtShadow .rtWrapperRightMiddle {
        background-image: none !important;
    }

    .BusinesshourLocation {
        font-size: 12px !important;
    }

    .RadToolTip .rtWrapper td.rtWrapperContent {
        padding: 0px !important;
    }
}


/*addede by darshan For locations.aspx*/
.ldnone {
    display: none !important;
}

#divLocationSearchResult {
    display: none;
}

.rowFilters {
    background-color: #f0f0f0;
    margin-bottom: 0px;
    margin-top: -2px;
}

.oonline {
    display: flex !important;
    margin-top: -5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    /*margin-left: 25px;*/
}

.divShortCutForStoreFeaturesOrderOnline .satelite-button a {
    color: #fff !important;
}

.btnLocationSearch {
    background-color: #fff;
    background-image: url('../Images/SearchButtonEnd2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: 10px;
}

.divLocationInformation {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.divShortCutForStoreFeatures {
    float: left;
    text-align: center;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

    .divShortCutForStoreFeatures&gt;.hlkStoreMenu {
        display: none;
    }

.divIndividualLocationContainer {
}

#divLocationInformation {
    height: 600px;
    background-color: #faf7f2 !important;
    border: solid 1px #ddd !important;
}

#divLocationInformation {
    padding: 0px !important;
}

.divIndividualLocationContainer {
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: #faf7f2 !important;
    border: 1px solid #00000042 !important;
}

.locations-container .openDiv {
    background-color: #faf7f2 !important;
    border: 0px !important;
}

.oonline .satelite-button {
    border: 0px solid #000;
}

    .oonline .satelite-button:hover {
        border: 0px solid #ac1e2d;
    }

.oonline a:hover {
    color: #fff;
    text-decoration: none;
}
#divLocationInformation {
    height: 600px;
    background-color: #faf7f2 !important;
    border: solid 0px #ddd !important;
}

.locations-container .form-control {
    border: 1px solid #00000042!important;
    border-radius: 11px !important;
    padding: 19px !important;
    background-image: url(../Images/Search.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-align: left;
    padding-left: 42px !important;
    background-color: #faf7f2;
}

.laddress1 {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    /*padding-left: 20px !important;*/
    color: #686464 !important;
    /*ackground-image: url(../Images/location.png) !important;*/
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-size: 11px;
}

.tdPhoneFaxLabelContainer {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
}

.tdPhoneFaxLabelContainer {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
    /*margin-left: 20px;*/
}

.serchtitle {
    text-align: left;
    border: 0px;
    font-size: 26px;
    /*margin-left: 20px;*/
    font-family: 'Poppins-SemiBold';
}

.btnLocationSearch {
    background-color: #000;
    background-image: url(../Images/SearchButtonEnd2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 4px;
    height: 36px;
    margin-top: -1px;
    margin-bottom: 0px !important;
}

    .btnLocationSearch:hover {
        background-color: #ac1e2d;
        background-image: url(../Images/SearchButtonEnd2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 4px;
        height: 36px;
        margin-top: -1px;
        margin-bottom: 0px !important;
        /*width: 50px !important;
    transition: transform .2s ease;*/
    }

.inserch {
    padding: 0px !important;
}

.filter-control-container {
    padding: 9px 15px 0px 8px !important;
    background-color: #f0f0f0;
    text-align: left;
    border: 1px solid #ddd;
    border-top: none;
}

/*.zipcity {
    margin-left: 20px;
}

.dist {
    margin-left: 20px;
}*/

#divStoreRelatedLinkIcon {
    padding-top: 5px;
    /*margin-left: 17px;*/
    height: 121px;
}


.w {
    position: relative;
    margin-top: -90px;
    height: 560px !important;
}



.text-box, .select-box {
    height: 38px;
}

.laddress img {   
    /*margin-top: 10px;*/
    margin-top: 3px;
    margin-left: 6px;
}

.locationpopupCon .satelite-button {
    width: 100%;
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 13px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 11px;
    POSITION: ABSOLUTE;
}

    .locationpopupCon .satelite-button:hover {
        font-size: 14px;
        background: #ac1e2d;
        border: 2px solid #000000;
    }

.oonline .satelite-button {
    width: 100%;
    background: #000000;
    /*border: 2px solid #000000;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 11px;
    left: 10%;
    position: inherit;
}

    .oonline .satelite-button:hover {
        font-size: 14px;
        background: #ac1e2d;
        border: 0px solid #000000;
        /*left:10%;*/
    }

.locationpopupCon {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btnLocationSearch {
    margin-left: 10px;
    margin-bottom: 10px;
}

td span {
    font-size: 14px;
}

.rowLocations {
    background-color: #faf7f2;
}

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

    /*.btn21 {
        margin-top: 50px !important;
    }*/

    .divShortCutForStoreFeaturesOrderOnline {
        margin-top: 50px !important;
    }

    .locationpopupCon .satelite-button {
        width: 97%;
    }



    w {
        margin-top: 0px !important;
    }
}

.btnLocationSearch:hover .w {
    margin-top: -118px !important;
}

.contactRight {
    background: white;
    margin-top: 114px !important;
    padding-bottom: 21px;
    padding-right: 0px !important;
}

.contactContent1 {
    height: 89px !important;
    width: 98px !important;
}

.i4ewOd-pzNkMb-tJHJj {
    display: none !important;
}

.abc {
    padding-right: 20px !important;
    padding-left: 12px !important;
}
/*addede by darshan For locations.aspx END*/
.RadToolTip_Sunset .rtCloseButton {
    background-image: url('../Images/closeN.png') !important;
    display: block;
    z-index: 99999999999 !important;
}
/*.RadToolTip_Sunset .rtWrapper .rtWrapperTopLeft, .RadToolTip_Sunset .rtWrapper .rtWrapperTopRight, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomLeft, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomRight, .RadToolTip_Sunset .rtWrapper .rtWrapperTopCenter, .RadToolTip_Sunset .rtWrapper .rtWrapperBottomCenter, .RadToolTip_Sunset table.rtShadow .rtWrapperTopLeft, .RadToolTip_Sunset table.rtShadow .rtWrapperTopRight, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomLeft, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomRight, .RadToolTip_Sunset table.rtShadow .rtWrapperTopCenter, .RadToolTip_Sunset table.rtShadow .rtWrapperBottomCenter, .RadToolTip_Sunset .rtCloseButton {
display:none !important;
}*/
.RadToolTip .rtCloseButton {
    display: block;
    background-position: 5px 0px !important;
    right: -7px;
    top: -7px;
    width: 30px !important;
    height: 25px !important;
    font-size: 1px;
    line-height: 1px;
    /* background-position: 0 -250px; */
    /* background-repeat: no-repeat; */
    text-indent: -9999px;
    outline: 0;
}

    .RadToolTip .rtCloseButton:hover {
        display: block;
        background-position: 5px -26px !important;
        right: -7px;
        top: -7px;
        width: 30px !important;
        height: 25px !important;
        font-size: 1px;
        line-height: 1px;
        /* background-position: 0 -250px; */
        /* background-repeat: no-repeat; */
        text-indent: -9999px;
        outline: 0;
    }

@media screen and (max-width: 900px) {
    .oonline .satelite-button {
        /*margin-top: -2;*/
        margin-top: -46px;
        /*margin-left: 139px !important;*/
    }

    .locationpopupCon .satelite-button {
        /*width: 45%;
        margin-left: -15px;*/
    }

    #divLocationInformationListing {
        height: 637px !important;
    }

    .laddress img {
        margin-top: 0px;
    }

    .w {
        margin-top: 0px !important;
    }

    .divStoreRelatedLinkIcon .btn21 {
        padding-right: 5PX !important;
    }
}

.carousel-inner &gt; .item.active:hover {
    background-color: transparent !important;
}

.carousel-inner &gt; .item:hover {
    background-color: transparent !important;
}

.dpopup {
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(0 0 0 / 67%) !important;
}

.RadToolTip {
    margin: 0px auto !important;
}

/*.RadToolTip table.rtShadow .rtCloseButton {
        margin: 0px auto !important;
    }*/

.rtCloseButton {
    position: inherit !important;
}

.rtWrapperTopLeft {
    display: none !important;
}

.rtWrapperTopRight {
    display: none !important;
}

#ArtHeaderImg img {
    /*width: 100%;*/
}

#carousel-text {
    margin-top: 67px;
}

.dpopup .rtShadow {
    /*height: 500px !important;
    margin-left: 30% !important;*/
}

div.RadToolTip {
    display: flex;
    justify-content: center;
}

.tdlocationiframe iframe {
    height: 207px;
}
/*.carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
height:480px !important;
}*/



/*.divShortCutForStoreFeatures span 
{
visibility:hidden;
}
.divStoreFeaturesLinkContainer &gt; a:hover .divShortCutForStoreFeatures  span 
{
visibility:visible;
}*/

#HomeSearchWrapper {
    background-color: #faf7f2;
}

#txtZipcodeHome {
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
    background: white !important;
}

#btnSearch {
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
    background: white !important;
    color: #ac1e2d;
    /*width: 91%;*/
    float: left;
}

    #btnSearch:hover {
        border: 1px solid #ccc !important;
        border-radius: 25px !important;
        background: #ac1e2d !important;
        color: white;
        float: left;
        /*width: 91%;*/
    }

.HomeSearchMain {
    height: 30px !important;
}

.contactInquiryTitle, .title, .titleline {
    display: none;
}

.myf {
    float: right !important;
}

#divLocationInformation {
    height: 100%;
    background-color: #faf7f2 !important;
    border: solid 0px #ddd !important;
}

.divLocationInformation1 {
    /* height: 600px; */
    background-color: #ffffff !important;
    border: solid 0px #ddd !important;
    height: 100% !important;
}

.divIndividualLocationContainer1 {
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #ffffff !important;
    border: 0px solid #00000042 !important;
}

.divLocationInformationListing1 {
    background-color: #fff;
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .divLocationInformationListing1 .ltitle {
        float: none;
    }

.divStoreNameAndPrefe#ac1e2dName1 {
    text-align: center !important;
}

    .divStoreNameAndPrefe#ac1e2dName1:hover a {
        background-color: #ac1e2d;
        text-decoration: none;
        color: #fff !important;
    }

.divIndividualLocationContainer1:hover {
    background-color: #ac1e2d !important;
}

    .divIndividualLocationContainer1:hover a {
        background-color: #ac1e2d;
        text-decoration: none;
        color: #fff !important;
    }

.ltitle a:hover {
    text-decoration: none !important;
}

.ltitle:hover {
    text-decoration: none !important;
}

.myf {
    float: left !important;
}

.divLocationInformationListing1 {
    margin-left: -16px;
    margin-right: -17px;
    height: 550px;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.dropdown-contentl {
    /* margin-left: -90px !important; */
    margin-top: 0px !important;
    /* width: 19px !important; */
    min-width: 152px !important;
    /*display: flex !important;*/
    /*align-items: flex-start;
    align-content: flex-start;*/
}

.HomeSearchControlInner div {
    display: flex !important;
}

.serwer {
    display: flex !important;
    justify-content: center;
}

.searchareaH {
    width: inherit;
}

.current-board-personnel {
    justify-content: center;
    display: flex !important;
}

.locationback {
    /*background-image: url(../Images/ar.png);
         background-repeat: no-repeat;
    background-position: right;
    background-position-x: 234px;*/
}

@media (min-device-width:320px) and (max-device-width:980px) {
    .RadToolTip table.rtShadow .rtCloseButton {
        top: 117% !important;
    }

    .boardandpersonalRow3 {
        /*margin-top: 255px !important;*/
    }


    .images1 {
        padding-top: 0px;
    }

    .stay-signed-in-col {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #ContactInquiryTwo .button-row .satelite-button {
        margin-left: -96px !important;
        margin-bottom: 21px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .RadToolTip table.rtShadow .rtCloseButton {
        top: 0% !important;
    }

    .stay-signed-in-col {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .boardandpersonalRow3 {
        margin-top: 255px !important;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .RadToolTip table.rtShadow .rtCloseButton {
        top: 200% !important;
    }

    .boardandpersonalRow3 {
        margin-top: 255px !important;
    }
}




/*28-04-2023*/
/*.btn21 {
padding-right:0px !important;
}*/
@media (min-device-width:1210px) and (max-device-width:1450px) {
    .oonline .satelite-button {
        width: 100%;
        background: #000000;
        /* border: 2px solid #000000; */
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding: 12px 10px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-radius: 11px;
        left: 16%;
        position: inherit;
    }

    .dropbtn {
        background-color: #ac1e2d;
        color: white;
        /* padding: 16px; */
        font-size: 15px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        display: flex;
        justify-content: end;
    }

    .locationback {
        padding-left: 8px;
    }
}

@media (min-device-width:1210px) and (max-device-width:1390px) {
    .dropbtn {
        background-color: #ac1e2d;
        color: white;
        /* padding: 16px; */
        font-size: 13px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        display: flex;
        justify-content: end;
    }

    .locationback {
        padding-left: 8px;
    }

    .aero {
        margin-top: 3px;
    }
}

@media (min-device-width:1110px) and (max-device-width:1290px) {
    .dropbtn {
        background-color: #ac1e2d;
        color: white;
        /* padding: 16px; */
        font-size: 13px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        display: flex;
        justify-content: end;
    }

    .locationback {
        padding-left: 2px !important;
    }

    .aero {
        margin-top: 3px;
    }

    .myf {
        padding-left: 0px !important;
    }
}

#ctl00_ContentPlaceHolder1_ctl00_HomeSearchZip_txtZipcodeHome {
    background-color: white !important;
    border: 1px solid #e3e3e3!important;
    border-radius: 39px !important;
    padding: 20px !important;
}

    #ctl00_ContentPlaceHolder1_ctl00_HomeSearchZip_txtZipcodeHome::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #858585 !important;
        opacity: 1; /* Firefox */
    }

#ctl00_ContentPlaceHolder1_ctl00_HomeSearchZip_btnSearch {
    background-color: white !important;
    border: 1px solid #e3e3e3!important;
    border-radius: 39px !important;
    color: #ac1e2d !important;
}

.serwer {
    margin-top: 26px;
}

#ctl00_ContentPlaceHolder1_ctl00_HomeSearchZip_btnSearch:hover {
    background-color: #ac1e2d !important;
    border: 1px solid #ac1e2d!important;
    border-radius: 39px !important;
    color: white !important;
}

#ContentPlaceHolder1_UpdSurveyDetail #ContentPlaceHolder1_btnSubmit {
    width: 100%;
    border: 2px solid black;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 11px;
    background-color: black;
}

    #ContentPlaceHolder1_UpdSurveyDetail #ContentPlaceHolder1_btnSubmit:hover {
        width: 100%;
        border: 2px solid #ac1e2d;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 8px 15px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 30px;
        margin-top: 30px;
        border-radius: 11px;
        background-color: #ac1e2d;
        border: 0px solid #ac1e2d;
    }

#ContentPlaceHolder1_btnContinue {
    width: 100%;
    border: 2px solid black;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 11px;
    background-color: black;
}

    #ContentPlaceHolder1_btnContinue:hover {
        width: 100%;
        border: 2px solid #ac1e2d;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 8px 15px;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 30px;
        margin-top: 30px;
        border-radius: 11px;
        background-color: #ac1e2d;
        border: 0px solid #ac1e2d;
    }

#LoginStatus2_LoginView2_LoginStatusMessage {
    display: none !important;
}

#LoginStatus5_LoginView2_LoginStatusMessage {
    display: none !important;
}

.carousel-indicators .thumbnail &gt; img {
    max-width: 79px;
    max-height: 62px;
}

.LocationList {
    height: 470px !important;
}

#divLocationInformationListing {
    height: 470px !important;
}

.lnkStoreNameLI {
    text-transform: capitalize;
    list-style-type: none;
    list-style-type: none !important;
}

    .lnkStoreNameLI:hover {
        background-color: #ac1e2d !important;
        color: #fff !important;
    }

ul#otis {
    list-style-type: none;
}

#ctl00_LoginStatus2_LoginView2_LoginStatusMessage {
    display: none;
}

.account_link {
    padding: 7px 9px 9px 15px !important;
}

    .account_link:focus {
        text-decoration: none;
    }

.divLoginUser {
    display: none;
}

#ctl00_LoginStatus5_LoginView2_LoginStatusMessage {
    display: none;
}

/*region for media query for samsung devices*/
/*@media only screen and (max-width: 55.75em) {
    .current-board-personnel {
            margin-top: 0px;
    }
}
@media only screen and (min-width: 41.75em) and (max-width: 47.9375em) {  
  .current-board-personnel {
            margin-top: 27px;
    }
}
@media (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
.current-board-personnel {
            margin-top: 27px;
    }
}*/
/*endregion*/
@media screen and (max-height: 992px) {
    .account_link {
        color: #ac1e2d !important;
        font-weight: bold;
        /*padding: 15px 9px 9px 1px !important;*/
        text-decoration: none;
        font-size: 18px;
        /*margin-top: 10px;*/
    }

    #ctl00_LoginStatus2_LoginView2_LoginStatus1 {
        /*margin-top: -10px !important;*/
    }

    .divLoginTitle {
        margin-top: 4px;
    }
    /*#ctl00_LoginStatus2_LoginView2_LoginStatus1 {
    margin-top:-10px;
    }*/
}

.store-counter-links {
    color: #fff;
    float: none;
    width: 61%;
    padding-bottom: 5px !important;
    text-align: left;
    position: absolute;
    margin-top: 3px !important;
}

.store-counter {
    font-size: 18px;
    width: 39%;
    padding-bottom: 0px;
    color: #fff;
    float: left;
    text-align: center;
}

.store-events .store-block {
    padding: 6px 0 !important;
    background-color: #F4B459;
}

.store-promotions .store-block {
    padding: 6px 0 !important;
    background-color: #ac1e2d;
}

.store-news .store-block {
    padding: 6px 0 !important;
    background-color: #4E2F91;
}

.smar {
    padding-left: 10px !important;
}

.link-button {
    border-radius: 10px;
}

    .link-button.order-online {
        background-color: #f2f2f2 !important;
        border: 1px solid #f2f2f2 !important;
        color: #666 !important;
    }

        .link-button.order-online .spnLinkTitle {
            color: #666 !important;
        }

    .link-button:hover.order-online {
        background-color: #ac1e2d !important;
        border: 1px solid #ac1e2d !important;
        color: #666 !important;
        text-decoration: none;
    }

    .link-button.we-deliver {
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
    }

        .link-button.we-deliver .spnLinkTitle {
            color: #666 !important;
        }

    .link-button:hover {
        background-color: #ac1e2d;
        border: 1px solid #ac1e2d;
        text-decoration: none;
    }

        .link-button:hover .spnLinkTitle {
            color: #fff !important;
            text-decoration: underline;
            text-decoration: none;
        }


#ctl00_ContentPlaceHolder1_hlkBottomDataMenu {
    display: none;
}

#ctl00_ContentPlaceHolder1_CreateUserWizard1_CreateUserStepContainer_lblErrorMessage {
    color: #ac1e2d;
}

.logged-in-arrow {
    display: none;
}

.SearchLocation {
    padding-bottom: 49px;
    padding-top: 31px;
}

.ContactHomeContainerUpper {
    background: #faf7f2;
}

#ContactInquiryTwo .content-row-3 {
    background-image: url(../Images/BG.jpg);
}

.ContactHomeContainer {
    padding-bottom: 68px;
}

@media (min-width:320px) {
    .offerRow1, .offerRow2 {
        display: block !important;
    }
}

@media (min-width:480px) {
    .offerRow1, .offerRow2 {
        display: flex !important;
    }
}

.dropdown, .dropup {
    position: relative;
    display: inline-block;
}

.stayconnected {
    padding: 54px;
}
/*about us page*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
}

.board-personnel-detail {
    padding-bottom: 14px;
}

@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio:2) and (orientation : portrait) {
    .board-personnel-detail {
        padding-top: 27px;
    }
}

@media only screen and (min-device-width: 1280px) and (max-device-height: 800px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio:2) and (orientation : landscape) {
    .board-personnel-detail {
        padding-top: 27px;
    }
}

#ctl00_ContentPlaceHolder1_divStoreConfiguration a:hover, #ctl00_ContentPlaceHolder1_divStoreConfiguration a:focus {
    text-decoration: none;
}

/*iphone specific media query for footer*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    .stitle {
        font-size: 28px;
        font-family: 'Poppins-SemiBold';
        padding-top: 1px !important;
        padding-bottom: 20px;
        color: #000;
        /* margin-top: 13px; */
    }
}


@media (max-width: 1199px) and (min-width:980px) {
    .hmen {
        display: none;
    }

    .headerLog {
        display: none;
    }

    #divMasterHeaderContainerMobile {
        display: inline;
    }

    #divHeaderMiddle {
        display: none;
    }

    #sidemenu {
        display: flex !important;
    }

    .sidemenulocation {
        flex-direction: column;
        
    }

    .hide-bullets {
        display: none;
    }
}

.sidemenulocation {
    align-items: end;
}


@media (max-width: 987px) {
    .headerLog {
        display: none;
    }
}

.SurveyHomeTitle {
    font-size: 35px;
    font-family: Poppins-SemiBold;
    padding-top: 27px;
    color: #ac1e2d;
    font-weight: bold;
}

.SurveyHomeText {
    padding: 13px 36px 10px 36px;
    font-size: 16px;
}

.SurBut {
    font-size: 20px;
    color: #ac1e2d;
    border: 1px solid #ac1e2d;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}

    .SurBut:hover, .HistoryBut:hover {
        color: #fff;
        border: 1px solid #ac1e2d;
        background: #ac1e2d;
    }

.BlogSection1:hover {
    /*border: 1px solid #000;*/
}

.outerSur {
    padding: 15px 31px 14px 47px;
}

.HistoryHome {
    padding: 48px;
}

.HHistoryTitle {
    font-size: 47px;
    font-family: Poppins-SemiBold;
    padding-top: 27px;
    /*color: #ac1e2d;*/
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.HHistoryText {
    font-size: 16px;
    padding-top: 16px;
}

.HistoryBut {
    font-size: 20px;
    color: #ac1e2d;
    border: 1px solid #ac1e2d;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 8px 24px 8px 24px;
    display: inline-block;
    margin-top: 10px;
}

.imgFan {
    background: url(../Images/B1.jpg) no-repeat;
}

.imgBlog {
    background: url(../Images/B1.jpg) no-repeat;
}

.blogSecti {
    padding-top: 45px;
    padding-bottom: 45px;
}

.BlogSection1 {
    /*height: 89px;
    width: 100%;
    border: 1px solid #ac1e2d;*/
    font-family: 'Poppins-SemiBold';
    color: #464646;
    /*border-radius: 8px;
    font-size: 24px;*/
}

.blogOuter {
    background: #faf7f2;

    /*display: none;*/
}

.BInnerH {
    /*padding-top: 7px;*/

    background: url("../Images/LeftPanelIcons.png") no-repeat center center;
    /*background: url("../Images/headersocial.png") no-repeat center center;*/
    width: 54px;
    height: 51px;
    display: inline-block;
}

#FanClubBG {
    background-position: 1px -217px;
}

#BlogBG {
    background-position: 1px -162px;
    /*margin-top: 10px;*/
}

#FanClubBG:hover {
    background-position: -60px -217px;
}

#BlogBG:hover {
    background-position: -60px -162px;
}

#FanClubBG:hover + .FanClubText{
    color : #ac1e2d;
}

#BlogBG:hover + .BlogText{
    color : #ac1e2d;
}

.BlogText, .FanClubText {
    color: black;
}


@media (max-width: 425px) {
    .BInnerH {
        background: url("../Images/LeftPanelIcons.png") no-repeat center center;
        width: 36px;
        height: 36px;
        display: inline-block;
        background-size: 71px;
    }

    #BlogBG {
        background-position: 3px -103px;
    }

    #FanClubBG {
        background-position: 3px -138px;
    }

    .BlogText, .FanClubText {
        font-size: 9px;
    }

    #FanClubBG:hover {
        background-position: -36px -138px;
    }

    #BlogBG:hover {
        background-position: -36px -103px;
    }
}


.BlogSection1Footer {
        font-family: 'Poppins-SemiBold';
    color: #464646;
    border: 2px solid transparent;
    border-radius: 13px;
    transition: 0.3s all ease-out;
}

    .BlogSection1Footer:hover {
        border: 2px solid #ac1e2d;
    }

#BInnerHFooter {
    width: 75px;
    height: 75px;
    display: inline-block;
}




.divNavigationMenu .dropdown:hover .dropdown-menu {
    z-index: 9999;
    display: block;
}

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
    background-color: #ac1e2d !important;
}

.dropdown-menu &gt; li &gt; a {
    /*padding: 10px 20px !important;*/
    padding: 5px 20px !important;
    /*font-family: 'Poppins-SemiBold';*/
    font-family: 'Poppins-Bold';
    font-size: 17px;
    color: #ac1e2d !important;
}

    .dropdown-menu &gt; li &gt; a:hover {
        color: #ffffff !important;
    }
    .dropdown-menu &gt; li &gt; a:focus {
    color: #ac1e2d !important;
    background-color: white !important;
}
    .dropdown-menu &gt; li &gt; a:hover {
    color: white !important;
    background-color: #ac1e2d !important;
}
/*.homeLocI {
display:contents !important;
}
    .homeLocI:hover {
        display:flex !important;

    }
.homeLocIouter {
    display:grid;
}
    .homeLocIouter:hover {
   

    }*/
/*start login icon*/

.dropbtnlogin {
    border: none;
    background: none;
    /*background: #ac1e2d;*/
}

.dropdownlogin {
    /*position: absolute;*/
    position: relative;
    display: inline-block;
    right: 0;
    z-index: 9;
}

.dropdownlogin-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    /*right: 0;*/
    top: 0px;
    left: 61px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

    .dropdownlogin-content a {
        color: #ffffff;
        text-decoration: none !important;
        display: block;
        text-transform: uppercase;
        font-family: Poppins-SemiBold !important;
        font-size: 14px;
        padding: 8px 10px 8px 10px;
    }

        .dropdownlogin-content a:hover {
            background-color: #ac1e2d;
            color: #ffffff !important;
        }
.dropdownlogin:hover .dropdownlogin-content {
        display: block;
    }



.AccountIcon {
    background: url("../Images/LeftPanelIcons.png") no-repeat center center;
    width: 54px;
    height: 50px;
    display: inline-block;
    /*background-position: 1px 0px;*/
    background-position: -60px 0px;

}

    .AccountIcon:hover {
        background-position: -60px 0px;
    }

@media (max-width:425px) {
    .AccountIcon {
        background: url("../Images/LeftPanelIcons.png") no-repeat center center;
        width: 36px;
        height: 33px;
        display: inline-block;
        /*background-position: 2px 0px;*/
        background-position: -37px 0px;
        background-size: 71px;

    }

    .AccountIcon:hover {
        background-position: -37px 0px;
    }

}

/*end login icon*/

.blogSecti a:hover {
    text-decoration: none;
}

.ff {
    font-size: 34px;
}

#OfferSliderWrapperInner #lightgallery img {
    padding: 4px;
    height: 100% !important;
}

    #lightgallery img:hover {
        transform: scale(0.98);
        transition: 0.5s all;
        opacity: 0.8;
    }
/*for blog*/
.blog-post-page-font {
    width: 100% !important;
}

.image-container img {
    width: 100% !important;
}

.post img {
    width: 100% !important;
}

#post0 {
    display: none;
}
.fanclubasp {
    display: inline-block;
    float:none !important;
}
.tdMenuBreadCrumsLabel {
        text-align: left;
    border: 0px;
    font-size: 36px;
    /* margin-left: 20px; */
    font-family: 'Poppins-SemiBold';
    text-align: left;display:none;
}

/*#region for store list*/
#ctl00_StoreListLocation_StoreLocationWrapperCon {
    float: left;
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
}

#ctl00_StoreListLocation_StoreListLocation {
    float: inline-start;
    background-color: #ac1e2d;
    background-color: #ac1e2d;
    color: white;
    /* padding: 16px; */
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    /* width: 208px; */
    justify-content: end;
}

.StorlistInner {
    background: transparent;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    float: none !important;
    border-radius: 12px !important;
    border: 1px solid #ffffff!important;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
}

    .StorlistInner option {
        background-color: #f9f9f9; /* Background color */
        color: #333333; /* Text color */
        padding: 8px 12px; /* Padding */
        border: none; /* Remove border */
        transition: background-color 0.3s; /* Add transition for smooth hover effect */
    }

        .StorlistInner option:hover {
            background-color: #dddddd; /* Hover background color */
        }

        .StorlistInner option:focus {
            background-color: #ac1e2d; /* Hover background color */
        }

.StorlistInner {
    background: transparent;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    float: none !important;
    border-radius: 12px !important;
    border: 1px solid #ffffff!important;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
}

.sloclist {
    background: transparent;
    border: 1px solid #fff !important;
    color: white;
    border-radius: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins-SemiBold';
        padding: 7px 12px !important;
}

.stoeLListMain:hover .dropdown-menu {
    display: grid;
    padding: 10px 10px 10px 10px;
    /* margin-left: 28px; */
    color: #ac1e2d;
    text-align: center;
    width: 100% !important;
}

.sloclist:hover, .sloclist:focus {
    color: #fff !important;
}

.stoeLListMain:hover .dropdown-menu .dropdown-item {
    color: #ac1e2d;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.stoeLListMain .dropdown-item {
    font-size: 15px;
    font-weight: bold;
}

.stoeLListMain .dropdown-menu .dropdown-item:hover {
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    font-weight: bold;
    background: #ac1e2d;
}


.storeToggle {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 9px;
}
}
/*#endregion*/

/*#region for  mobile store list*/

#mySidenav1 .stoeLListMain:hover .dropdown-menu {     display: grid;
    padding: 10px 10px 10px 10px;
    /* margin-left: 28px; */
    color: #ac1e2d;
    text-align: center;
    width: 100% !important;

}
#mySidenav1 .dropdown-menu {
    display: grid !important;
        width: 100% !important;
    box-shadow: none !important;
    border: none !important;
 
}
#mySidenav1 .stoeLListMain .dropdown-menu .dropdown-item:hover {
        color: #fff !important;
        padding: 10px 10px 10px 10px!important;

}
/*#endregion*/
.rowForgotPasswordControls  .satelite-button {
width:auto;
}




#FranchiseePageMessage {
    margin-top: 10px;
    font-size: 18px;
    color: red;
}

#BrandPageMessage {
    margin-top: 10px;
    font-size: 18px;
    color: red;
}
#BarAndGrillPageMessage {
    margin-top: 10px;
    font-size: 18px;
    color: red;
}
#ExpressPageMessage {
    margin-top: 10px;
    font-size: 18px;
    color: red;
}
.HistoryHomeContainer {
    background: url(../Images/HistoryHomePage_BG.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .HistoryHomeContainer {
        background-position : 29%;
    }
    
}

.HHistoryTitle {
    font-size: 47px;
    font-family: Poppins-SemiBold;
    padding-top: 27px;
    color: #ac1e2d;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.HHistoryText {
    font-size: 16px;
    padding-top: 16px;
}

.HistoryBut {
    font-size: 20px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 8px 24px 8px 24px;
    display: inline-block;
    margin-top: 10px;
    background: #fff;
}

.SurBut:hover, .HistoryBut:hover {
    color: #fff;
    border: 2px solid #ac1e2d;
    background: #ac1e2d;
}

.section-desc{
  width:100% !important;
}



/* ContactInquiry on ContactUS.aspx */
.ContactInquirySubmitContainer {
        display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.contactinquirybtn {
    margin: 0px;
    background: #ac1e2d;
    border-color: #ac1e2d;
}

.contactinquirybtn:hover {
        margin: 0px;
    background: #fff;
    color: #ac1e2d;
}

@media (max-width: 992px) {
    .contactinquirybtn {
        width: 50%;
    }
    .contactinquirybtn:hover {
        margin: 0px;
        background: #fff;
        color: #ac1e2d;
        width: 50%;
    }

    .ContactInquiryPrivacyPolicyLinkContainer {
        width: 50%;
        margin-top: 10px
    }
}


/* ContactInquiry Control on HomePage */

.ContactInquiryControlSubmitContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.contactInquirycontrolBtn {
    margin: 0px;
    background: #ac1e2d;
    border-color: #ac1e2d;
}
.contactInquirycontrolBtn:hover {
    margin: 0px;
    background: #fff;
    color: #ac1e2d;
}

@media (max-width: 992px) {
    .contactInquirycontrolBtn {
        width: 50%;
    }
    .contactInquirycontrolBtn:hover {
        margin: 0px;
        width: 50%;
    }
    .ContactInquiry2PrivacyPolicyLinkContainer {
        width: 50%;
        margin-top: 10px
    }
}




.boardandpersonalRow3ContainerInner {
    display: flex;
    justify-content: center;
}


.ComingSoonTitle {
    font-size: 54px;
    color: #ac1e2d;
    font-weight: bold;
    font-family: "Poppins-ExtraBold";
    margin: 40px 0px;
    padding: 20px 0px;
}




.btnReloadcaptcha {
    padding: 0px !important;
}

.txtCaptchaCode {
    border: 1px solid black !important;
    width: 160px !IMPORTANT;
}</pre></body></html>