﻿body {
    font-family: 'Arima Madurai', cursive;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.h1mobi {
    font-size:30px; 
}
.relativeP {
    position: relative;
}
.absoluteP {
    position: absolute;
}
.div100ps {
    display: block;
    float: left;
    width: 100%;
}
footer {
    background-color: #f2f2f2;
    padding: 25px;
}
.footlogo {
    max-width: 250px !important;
}
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}
.startBox {
    position: absolute;
    top: -60px;
    left: -20px;
}

.autoimgP {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.jumbotron_ {
    width: 100%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.txtyellow {
    color: yellow
}

.txtyfff {
    color: #fff
}
.selectedy {
    border: 2px solid #000 !important;
    border-top: 3px solid #000 !important;
}

a[href], input[type='submit'], input[type='image'], label[for], input[type='checkbox'], select, checkbox, button, .pointer {
    cursor: pointer !important;
}
.bgpage1 {
    background-image: url("/Content/imgs/bgT1.jpg");
    background-color: #f4a0c4;
}

.bgPink {
    background-color: #d94b95;
}

.bgPink2 {
    background-color: #f4a0c4;
}

.bgRed1 {
    background-color: #ef3e4e;
}

.bgYl1 {
    background-color: #f9eee8;
}

.bgYl2 {
    background-color: #d7de50;
}

.bgOr1 {
    background-color: #faa880;
}
.bgPink1 {
    background-color: #e6a3c2;
}
.bgRed1 {
    background-color: #ef3e4e;
}


.tbPage {
    display: table;
}

.trPage {
    display: table-row;
}

.tdPage {
    display: table-cell;
}

.ptop30 {
    padding-top: 30px;
}

.pbott30 {
    padding-bottom: 30px;
}
.pp30tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p30 {
    padding: 30px;
}
.p20 {
    padding: 20px;
}
.p10 {
    padding: 10px;
}
.bg-dark {
    background-color: #000 !important;
}
nav .navbar-nav li {
    
}
nav .navbar-nav li a {
    color: #000 !important; 
}
nav .navbar-nav li.active a {
   color: #da3f90 !important; 
}
.navbar .nav-item:not(:last-child) {
    margin-right: 32px; 
}
.subNav {
    margin: 0;
    padding: 0;
}
    .subNav li {
        list-style: none;
    }
        .subNav li a {
            /* border-bottom: 1px solid #263847; */
            text-transform: uppercase;
            color: #263847;
        }
        .subNav li.active_sub a {
            color: #ff6a00;
        }
.ftn20px {
    font-size: 20px;
}

.ftn25px {
    font-size: 25px;
}

.ftn28px {
    font-size: 28px;
}

.ftn30px {
    font-size: 30px;
}

.ftn35px {
    font-size: 35px;
}

.ftn40px {
    font-size: 40px;
}
.ftn42px {
    font-size: 42px;
}
.ftn43px {
    font-size: 43px;
}
.ftn45px {
    font-size: 45px;
}

.paddl5 {
    padding-left: 5px;
}
.paddl10 {
    padding-left: 10px;
}
.paddl15 {
    padding-left: 15px;
}
.paddl20 {
    padding-left: 20px;
}

.feature-box {
    text-align: center;
    font-size: 30px;
    transition: .5s;
    margin-bottom: 30px;
    border: 0;
}
    .feature-box h3 {
        font-size: 31px;
    }

    .feature-box h4 {
        font-size: 30px;
        font-weight: 600;
        margin: 25px 0 15px;
    }

    .feature-box p {
        font-size: 19px;
    }
        .divSHOPPING h3 {
    font-size: 25px;
    text-align: center;
}

.bntsz1 {
    font-size: 25px;
    padding: 15px;
}

.bntsz2 {
    font-size: 25px;
    padding: 15px;
}

.btn-get-started {
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
}

 .btn-get-started:hover {
    }
.site-btn {
    color: #fff;
    background-color: #d94b95;
    border-color: #d94b95;
}
 .site-btn:hover {
        color: #fff;
        background-color: #f3a0c5;
        border-color: #d94b95;
    }

    .site-btn:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
.sitebtn2 {
    color: #fff;
    background-color: #f4a0c4;
    border-color: #d94b95;
}

    .sitebtn2:hover {
        color: #fff;
        background-color: #d94b95;
        border-color: #d94b95;
    }

    .sitebtn2:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }


.red-btn {
    color: #fff;
    background-color: #ef3e4e;
    border-color: #ef3e4e;
}

    .red-btn:hover {
        color: #fff;
        background-color: #d94b95;
        border-color: #ef3e4e;
    }

.site-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.navbar li .nav-link {
    text-transform: uppercase !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.saveday {
    font-size: 50px;
}
.savedayHome {
    font-size: 60px;
}
.Vendors1 {
    float: left;
    width: 100%;
    margin: 0;
}

    .Vendors1 h5 {
        font-size: 30px;
    }


.Vendors1 table {
    border: 0;
}

 .Vendors1 table td {
        border: 1px solid #ccc;
        padding: 7px;
        font-size: 14px;
    }

.tdPageMb {
}

.divfff {
    color: #fff !important;
}
.contentTitle {
    font-size: 27px;
}
.vendorPage {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.VenItem {
    float: left;
    display: block;
    width: 50%;
    padding: 5px;
    font-size: 34px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.Vendorh5 {
    font-size: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
}

a.vendorURL {
    color: white;
    font-size: 34px;
    /*
 background-image: url('imgs/check_mark.png');
    background-repeat: no-repeat;
    background-position: 2px 4px;
   */
}

    a.vendorURL:visited {
        color: white;
    }

    a.vendorURL:hover {
        color: #fffafa !important;
    }

    a.vendorURL:active {
        color: #fff;
    }
 
@media only screen and (max-width: 540px) {
    .tdPageMb {
        display: block;
        width: 100%;
        font-size: 27px;
    }
    h5.Vendorh5 {
        font-size: 22px;
    }
    .vendorPage .VenItem {
        font-size: 20px;
    }
    a.vendorURL {
        font-size: 20px;
    }

    .saveday {
        font-size: 40px;
    }
    .savedayHome {
        font-size: 45px;
    }
    .feature-box h3 {
        font-size: 28px;
    }
    .feature-box h4 {
        font-size: 26px;
    }
    .feature-box p {
        font-size: 16px;
    }
}
.bgpimg1 {
    background-color: #212529;
    background-image: url("/Content/imgs/backred1.png");
    background-repeat: no-repeat;
    background-position: center center;
    /* Use one out of the two following */
    background-size: contains; /* this will rmation */
    background-size: cover;
    color: #fff;
}
.bgpimg2 {
    background-color: #212529;
    background-image: url("/Content/imgs/backpink1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    /* Use one out of the two following */
    background-size: contains; /* this will rmation */
    background-size: cover;
    color: #fff;
}
    .bgpimg1 h4 {
        text-transform: uppercase !important;
    }

.form-control_ {
    width: 100%;
    border: 1px solid #d94b95;
    border-radius: 5px;
    padding: 5px;
}

img {
    border: none;
}

    img.autoimg {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    img.center, img.aligncenter {
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 0 0 1px 0;
    } 
.text_Cent {
    text-align: center;
}

img.left, img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.overlay_1 {
    opacity: 0.95;
}

.txtbold {
    font-weight: bold
}

.faIconz {
    font-size: 48px;
    color: #e7a4c2
}

.headerh3bar {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #d94b94;
    padding: 2px;
}

.mobi-center {
    border: 0;
}

@media only screen and (max-width: 540px) {
    .mobi-center {
        text-align: center;
    }
    .btn-get-started {
        font-weight: 500;
        letter-spacing: 1px;
        display: inline-block;
        padding: 6px 18px 7px 18px;
        border-radius: 30px;
        transition: 0.5s;
        font-size:19px;
    }

}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

    .slick-dots li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
    }

        .slick-dots li.slick-active button {
            background-color: black;
        }

        .slick-dots li button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }

        .slick-dots li :hover {
            background-color: black;
        }

/* Custom Arrow */
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}

    .prev :hover {
        cursor: pointer;
        color: black;
    }

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}

    .next :hover {
        cursor: pointer;
        color: black;
    }

.responsiveP img {
    width: 100%;
    height: auto;
    padding: 5px;
}


a.linkfff {
    color: #fff;
    text-decoration: none;
}

a.linkfff:hover {
    color: #fff;
}
a.link000 {
    color: #000;
    text-decoration: none;
}
a.link000:hover {
color: #000;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}
.tdPageMb {
}

@media only screen and (max-width: 540px) {
    .tdPageMb {
        display: block;
        width: 100%;
    }
}