﻿.container-1270px {
    clear: both;
}

.container-1270px {
    margin: 0 auto;
    max-width: 1270px;
}
:hover{
    text-decoration: none;
}

/** {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline-style: none;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}*/

.homepage-shebamiles-content.shebamiles-content-img {
    padding: 0px 24px 0px 0px;
}

.homepage-shebamiles-content {
    width: 100%;
    display: table;
    padding: 10px 24px;
    margin-top: 10px;
    margin-bottom: 18px;
    box-shadow: #cccccc 0px 5px 5px;
    -webkit-box-shadow: #cccccc 3px 5px 5px;
    -moz-box-shadow: #cccccc 0px 5px 5px;
    o-box-shadow: #cccccc 0px 5px 5px;
    -ms-box-shadow: #cccccc 0px 5px 5px;
    clear: both;
}


    .homepage-shebamiles-content .shebamiles-img-display {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        font-style: italic;
        font-size: 2em;
    }

    .homepage-shebamiles-content.shebamiles-content-img .shebamiles-img-display img {
        max-width: 100%;
        display: block;
        height: 122px;
        width: 100%;
    }

    .homepage-shebamiles-content .shebamiles-img-display {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        font-style: italic;
        font-size: 2em;
        /* width: 35%; */
    }

    .homepage-shebamiles-content .shebamiles-write-up-content .m-saving {
        font-size: 1.875em;
        margin-left: 30px;
        padding: 0px 0px 15px;
        position: relative;
    }

        .homepage-shebamiles-content .shebamiles-write-up-content .m-saving:after {
            content: "";
            width: 163px;
            height: 2px;
            background: #9c8153;
            position: absolute;
            bottom: 7px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            left: 35%;
        }

    .homepage-shebamiles-content .shebamiles-write-up-content p {
        font-family: "Roboto", sans-serif;
        font-size: .938em;
        font-weight: 400;
        line-height: 1.4;
    }

    .homepage-shebamiles-content .explore-btn {
        /* width: 14%; */
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .homepage-shebamiles-content .explore-btn a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            background: #9c8153;
            padding: 7px 20px;
            font-family: "Roboto", sans-serif;
        }

.descriptionSec {
    padding: 30px 0 0px 0;
    max-width: 1270px;
    margin: 0 auto;
}

    .descriptionSec .descriptionSec-wraper {
        align-items: center;
    }

.mob-show {
    display: none;
}

.descriptionSec .descriptionSec-wraper .img-box {
    width: 100%;
    float: left;
}

.img-box {
    position: relative;
}

.descriptionSec .descriptionSec-wraper .text-container {
    float: left;
    padding: 0 25px;
}

.descriptionSec .descriptionSec-wraper .title {
    /*font-family: "EB Garamond", serif;*/
    color: #000;
    float: left;
    font-size: 2.188em;
    line-height: 100%;
    margin-bottom: 15px;
}

.descriptionSec .descriptionTxt {
    margin: 0 0px;
    float: left;
    width: 100%;
}

.descriptionSec .descriptionSec-wraper .text-container p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px;
    font-size: .9375em;
    color: #000;
    line-height: 150%;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;
    min-height: 22rem;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.grid-margin {
    width: 100%;
}

.grid-margin, .purchace-popup > div {
    margin-bottom: 25px
}

.card {
    border: 0;
    border-radius: 2px
}

.card-weather {
    background: #e1ecff;
    background-image: linear-gradient(to left bottom, #d6eef6, #dff0fa, #e7f3fc, #eff6fe, #f6f9ff)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem
}

.card-weather .card-body:first-child {
    background: url("/ResourcePackages/Skylight/assets/Images/home-page.png") no-repeat center;
    background-size: auto
}

.card .card-body {
    padding: 1.88rem 1.81rem;
    color: #fff
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-weather .weather-date-location {
    padding: 0 0 38px
}

.h3, h3 {
    font-size: 1.56rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.text-gray, .card-subtitle, .new-accounts ul.chats li.chat-persons a p.joined-date {
    color: #969696
}

/*p {
    font-size: 13px
}*/

.text-gray, .card-subtitle, .new-accounts ul.chats li.chat-persons a p.joined-date {
    color: #969696
}

.card-weather .weather-data {
    padding: 0 0 4.75rem
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.display-3 {
    font-size: 2.5rem
}

.card-weather .card-body {
    background: #ffffff
}

.card-weather .weakly-weather {
    background: #ffffff;
    overflow-x: auto;
    color: black;
}

    .card-weather .weakly-weather .weakly-weather-item {
        flex: 0 0 14.28%;
        border-right: 1px solid #f2f2f2;
        padding: 1rem;
        text-align: center
    }

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.card-weather .weakly-weather .weakly-weather-item i {
    font-size: 1.2rem
}

.padding-left-none {
    padding-left: 0px !important
}

.padding-right-none {
    padding-right: 0px !important
}

@media screen and (max-width: 563px) {
    .descriptionSec .descriptionSec-wraper .text-container {
        padding: unset;
    }

    .padding-left-none {
        padding-left: 0px;
        padding-right: 0px
    }

    .padding-right-none {
        padding-left: 0px;
        padding-right: 0px
    }

    .homepage-shebamiles-content .explore-btn {
        padding-bottom: 2rem !important;
        padding-top: 1rem !important;
    }
}
