.container {
    max-width: 1398px;
}

.select-box1 {
    background: url(../images/select-arrow-one.svg) no-repeat center right 10px;
    background-size: 15px;
    border: 1px solid #A8A8A8 !important;
    border-radius: 4px !important;
    padding: 5px;
    height: 30px;
    margin-bottom: 10px;
    width: 109px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #000000;
}

.select-box2 {

    border: 1px solid #A8A8A8 !important;
    border-radius: 4px !important;
    padding: 5px;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.span-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130.19%;
    /* or 22px */

    letter-spacing: 0.01em;
    /* text-transform: capitalize; */

    color: #EEA832;
}


/* responsive css start */
@media(max-width:1400px) {
    .container {
        max-width: 95%;
    }
}

.header-m {
    justify-content: space-between;
}

.top-header {
    padding-top: 25px;
    padding-bottom: 25px;
}

.top-navication li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    margin-right: 18px;
}

.top-navication li:last-child {
    margin: 0px;
}

.top-navication li a:after {
    display: none;
}

.top-navication li a {
    padding: 16px 20px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.top-navication li:first-child a {
    background: #8EC64E;
    color: #fff;
    text-decoration: none;
}

.top-navication li:first-child a:hover {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.top-navication li:nth-child(2) a {
    background: #F3A816;
    color: #fff;
    text-decoration: none;
}

.top-navication li:nth-child(2):hover a {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.top-navication li:last-child a {
    background: #26A7DF;
    color: #fff;
    text-decoration: none;
}

.top-navication li:last-child a:hover {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.top-navication li:last-child button {
    background: #26A7DF;
    color: #fff;
    border: 0px;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.top-navication li:last-child button:hover {
    background: #3B61DC;
    color: #fff;
    border: 0px;
    text-decoration: none;
}

.top-navication1 li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    margin-right: 18px;
}

.top-navication1 li:last-child {
    margin: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.top-navication1 li a:after {
    display: none;
}

.top-navication1 li a {
    padding: 16px 20px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.top-navication1 .first-menu a {
    background: #8EC64E;
    color: #fff;
    text-decoration: none;
}

.top-navication1 .first-menu a:hover {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.join-today-button {
    padding: 16px 20px;
    border-radius: 6px;
    background: #F3A816;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    border: 0px;
}

.join-today-button:hover {
    border: 0px;
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.choose-point {
    background: #ECECEC;
    padding: 27px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
}

.pr1-0 {
    padding-right: 0px;
}

.middle-part {
    padding: 25px;

}

.middle-part .owl-theme .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    top: 40%;
    position: absolute;
}

.owl-prev {
    background: url(../images/arrow-left.svg) no-repeat !important;
    width: 25px;
    height: 35px;
    left: -35px;
    text-indent: -9999px;
}

.owl-next {
    background: url(../images/arrow-right.svg) no-repeat !important;
    width: 25px;
    height: 35px;
    right: -30px;
    text-indent: -9999px;
}

.top-navication li .login-button {
    background: #8EC64E;
    color: #fff;
    text-decoration: none;
    border: 0px;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.top-navication li .login-button:hover {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
    border: 0px;
}

.middle-part ul {
    list-style-type: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;

}

.middle-part ul::-webkit-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    display: none;
    width: 0;
    height: 0;
}

.middle-part ul li {
    min-width: 16%;
    width: 100%;
    margin-right: 10px;
}

.midlecon {
    background: #F1F1F1;
    border: 1px solid #DBE3E7;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    /* width: 15.6%;
    float: left; */
    margin: 0 7px;
}

.midlecon figure {
    margin-bottom: 0px;
}

.midlecon img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.midlecon h4 {
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin: 0px;
    margin-top: 15px;

}

.mid-bottom-contain {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #A7A5A5;
    padding: 14px;
}

.mid-bottom-contain a {
    color: #A7A5A5;
    text-decoration: none;
}

.apart-com {
    background: rgba(000, 000, 000, 0.63);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 6px;
    padding: 25px 15px;
    overflow: hidden;
}

.midlecon:hover .apart-com {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.apart-com h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    margin-bottom: 0px;
}

.apart-com h4 {
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    padding: 15px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.apart-com p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    /* or 138% */

    letter-spacing: 0.01em;

    color: #FFFFFF;
}

.midlecon:hover figure {
    height: 243px;
}

.midlecon:hover img {
    height: 280px;
}

.midlecon:hover .mid-con-b-con {
    display: none;
}

.categroien-main {
    background: #9BCC63;
    padding: 25px;
    margin-bottom: 20px;
}

.categroies-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
}

.categroies-text img {
    margin-right: 15px;
}

.categroies-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    position: relative;
}

.cat-left-icon {
    margin-right: 20px;
}

.cat-left-ico1 {
    position: relative;
}

.cat-left-ico1:after {
    background: #fff;
    width: 60px;
    content: "";
    height: 1px;
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateX(-50%);
}

.cat-right-icon {
    margin-left: 20px;
}

.cat-left-ico2 {
    position: relative;
}

.cat-left-ico2:after {
    background: #fff;
    width: 60px;
    content: "";
    height: 1px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateX(-50%);
}

.smart-contain-main1 {
    padding: 15px 0;
}

.smart-contain-main1 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.smart-contain-main1 ul li {
    background: #F1F1F1;
    border-radius: 13px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: calc(50% - 10px);
    margin-right: 10px;
    position: relative;
}

.heart-icon {
    position: absolute;
    right: 13px;
}

.smart-contain-main1 ul li:nth-child(even) {
    width: 50%;
    margin-right: 0px;
}

.smart-contain-left {
    display: flex;
    width: calc(100% - 155px);
}

.smart-contain-left1 {
    background: #fff;
    border-radius: 6px;
    display: flex;
    width: 83px;
    height: 74px;
    align-items: center;
    justify-content: center;
    margin: 0px;
    margin-right: 18px;
}

.form-select1 select {
    background: url(../images/select-arrow-one.svg) no-repeat center right 10px;
    appearance: none;
    width: 100%;
    height: 52px;
    border: 1px solid #dedfe0 !important;
    padding: 10px;
    border-radius: 10px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #626262;
}

.birthday-optional-text15 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #626262;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.already-text-one4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
    padding-top: 15px;
}

.already-text-one4 a {
    color: #626262;
    text-decoration: none;
}

.already-text-one4 a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.see-list-below11 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #626262;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: left;
    padding-right: 20px;
}

.all-done-one h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
}

.all-done-one p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #626262;
}

.all-done-one h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #626262;
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedfe0;
}

.all-ready-text1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #626262;
    text-decoration: none;
    margin-top: 15px;
    padding-top: 15px;
}

.go-out-text {
    margin: 0px auto;
    width: 60%;
}

.go-out-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
}

.enter-code-1 {
    border: 1px solid #dedfe0 !important;
    border-radius: 10px !important;
    height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
    margin-top: 10px !important;
}

.all-ready-smart {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
    text-align: center;
}

.all-ready-smart a {
    color: #626262;
    text-decoration: none;
}

.all-ready-smart a:hover {
    color: #1F8AC9;
    text-decoration: none;
}

.complete-text-one {
    text-align: center;
    margin-top: 25px;
}

.active-text1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
    width: 90%;
    padding-bottom: 20px;
}

.active-text1 h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
    text-align: center;
}

.enter-acess-code-text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #626262;
    text-decoration: none;
}

.contact-provider-main {
    background: #1F8AC9;
    border-radius: 10px;
    padding: 10px 40px;
}

.contact-provider-main h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #fff;
    text-decoration: none;
}

.contact-provider-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.continue-button button {
    background: #93DA42;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 15px 25px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.15em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
}

.continue-button button:hover {
    color: #93DA42;
    background: transparent;
    border: 1px solid #93DA42;
}

@media(max-width:1400px) {
    .smart-contain-left1 {
        margin-right: 12px;
    }
}

.smart-contain-left-text h4 {
    font-style: normal;
    font-weight: 500;
    /* font-size: 30px;
    line-height: 35px; */
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 15px;

}

.smart-contain-left-text {
    padding-top: 10px;
}

.smart-contain-left-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;
    background: url(../images/location-icon44.svg) no-repeat;
    padding-left: 30px;
    min-height: 25px;
    padding-top: 5px;
}

.smart-contain-left-text p img {
    display: none;
}

.smart-contain-mid img {
    margin-right: 10px;
}

.smart-contain-mid {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #8EC64E;
    text-decoration: none;
}

.smart-contain-mid a {
    color: #8EC64E;
    text-decoration: none;
}

.deals-button {
    background: #26A7DF;
    border-radius: 7px;
    padding: 15px 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
}

.deals-button:hover {
    background: #8EC64E;
    color: #fff;
}

.footer {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #8D8989;
    padding: 18px 0;
    background: #F3F5F6;
}

.footer a {
    color: #8D8989;
    text-decoration: none;
}

.footer a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.login-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #1E1E1E;
    text-decoration: none;
}

.login-text a {
    display: inline-block;
}

.property-manage-search {
    background: #F8F8F8;
    padding: 27px 0;

}

.propert-search-main {
    padding: 10px 0;
    display: flex;
}

.search-input {
    border: 1px solid #26A7DF !important;
    border-radius: 10px !important;
    width: calc(100% - 79px) !important;
    height: 62px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #B2B2B2;
}

.propert-search-main ::placeholder {
    color: #B2B2B2;
}

.search-button {
    background: #8EC64E url(../images/search-icon.svg) no-repeat center center;
    width: 69px;
    height: 62px !important;
    margin-left: 10px;
    border: 0px;
    border-radius: 10px !important;
}

.search-button:hover {
    background: #2091CE url(../images/search-icon.svg) no-repeat center center;
}

.alen-park-contain {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    padding: 27px 0;
}

.allen-img-main {
    max-width: 123px;
    height: auto;
    margin-right: 20px;
}

.alen-park-main-one1 {
    width: calc(100% - 143px);
}

.alen-img {
    margin-right: 20px;
}

.mail-img {
    margin-left: 20px;
    margin-right: 20px;
}

.alen-park-text1 {
    color: #5D5D5D;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.alen-park-text1 a {
    color: #5D5D5D;
    text-decoration: none;
}

.alen-park-text1 a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.alen-park-text1 label {
    color: #202736;
    text-decoration: none;
}

.location-image-icon {
    background: url(../images/location-icon44.svg) no-repeat;
    padding-left: 30px;
}

.mail-image-icon {
    background: url(../images/mail-one1.svg) no-repeat left center;
    padding-left: 30px;
    margin-left: 20px;
}

.star-image-icon {
    background: url(../images/star-icon.svg) no-repeat left center;
    padding-left: 30px;

}

.alen-park-text1 a {
    color: #5D5D5D;
    text-decoration: none;
}

.alen-park-text1 span {
    color: #629A23;
    text-decoration: none;
}

.smart-rental-button {
    padding: 20px 0
}

.smart-rental-button ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
    border-top: 1px solid #EDEDED;
    padding-top: 25px;
}

.smart-rental-button ul li {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 22px;
    background: #F1F1F1;
    border: 1px solid #DBE3E7;
    border-radius: 7px;
    font-weight: 500;
    font-size: 17px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.smart-rental-button ul li:nth-child(4) {
    /* width: 25%; */
    margin-right: 0px;
}

.smart-rental-button ul li:hover {
    background: #2091CE;
}

.smart-rental-button ul li:hover a {
    color: #fff;
}

.smart-rental-button ul li a {
    color: #000000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.smart-rental-button ul li a b {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.smart-rental-button ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.smart-rental-button ul li:hover a b {
    color: #fff;
    text-decoration: none;
}

.smart-rental-button ul li:hover img {
    filter: brightness(0) invert(1);
}

.have-text-one {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #208ECC;
    display: flex;
    width: 100%;
    justify-content: end;
    margin: 0px 0 40px;
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    margin-top: 20px;
}

.building-park-left h2 {
    /* text-transform: capitalize; */
    color: #8EC64E;
}

.have-text-one a {
    color: #208ECC;
    text-decoration: none !important;
}

.have-text-one a:hover {
    color: #8EC64E;
    text-decoration: none !important;
}

.building-park-left {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 15px;
}

.building-park-left h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #202736;
    margin-bottom: 15px;
}

.building-park-left h4 a {
    color: #2DABD5;
    text-decoration: none;
}

.building-park-mid {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 17px;
}

.building-parm-main {
    padding-top: 25px;
}

.building-park-mid-main {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.building-park-mid-main figure {
    width: 123px;
    height: 130px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #99C64E;
    margin-right: 20px;
}

.building-park-mid-conatain {
    width: calc(100% - 143px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.building-park-mid-conatain h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.building-park-mid-conatain h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #202736;
    margin-bottom: 10px;
}

.building-park-mid-conatain h4 span {
    color: #629A23;
    text-decoration: none;
}

.padding-right-space-0 {
    padding-right: 0px;
}

.deative-meber {
    background: #FF2719;
    border-radius: 6px;
    padding: 14px 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: 0px;
}

.deative-meber:hover {
    background: #629A23;
    color: #fff;
    text-decoration: none;
    border: 0px;
}

.building-park-right-contain h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #202736;
}

.building-park-right-contain h4 a {
    color: #5D5D5D;
    text-decoration: none;
}

.building-park-right-contain h4 a:hover {
    color: #629A23;
    text-decoration: none;
}

.building-park-right-contain h4 span {
    color: #5D5D5D;
    text-decoration: none;
}

.smart-rental-button ul li a .text-one11 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 116.2%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.smart-rental-button ul li:hover a .text-one11 {
    color: #fff;
    text-decoration: none;
}

.custom-droup-down {
    background: transparent;
    border: 0px;
}

.custom-droup-down::after {
    display: none;
}

.top-droup-down-menu .dropdown-menu {
    min-width: 20rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    margin-left: -20rem !important;
    padding: 18px;
}

.top-droup-down-menu .dropdown-menu li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 25px;
}

.top-droup-down-menu .dropdown-menu li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.top-droup-down-menu .dropdown-menu li a {
    color: #5D5D5D;
    text-decoration: none;
}

.top-droup-down-menu .dropdown-menu li a:hover {
    color: #99C64E;
    text-decoration: none;
}

.top-droup-down-menu .property-dropdown-menu {
    min-width: 20rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    margin-left: -20rem !important;
    padding: 18px;
}

.top-droup-down-menu .property-dropdown-menu li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 25px;
}

.top-droup-down-menu .property-dropdown-menu li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.top-droup-down-menu .property-dropdown-menu li a {
    color: #5D5D5D;
    text-decoration: none;
}

.top-droup-down-menu .property-dropdown-menu li a:hover {
    color: #99C64E;
    text-decoration: none;
}

.corporate-left-mid ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.corporate-left-mid ul li {
    padding: 0px;
    margin-bottom: 20px;
}

.property-text-one11 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.property-text-one11 a {
    font-weight: 400;
    font-size: 20px;
    text-decoration-line: underline;
    color: #24A1DB;
    margin-left: 20px;
}

.property-text-one11 a:hover {
    text-decoration-line: underline;
    color: #99C64E;
}

.corporate-left-mid ul li:last-child {
    margin-bottom: 0px;
}

.property-text12 {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
    text-decoration: none;
}

.property-text11 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.property-site-text {
    background: #8EC64E;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 14px 23px;
    display: inline-block;
}

.property-site-text:hover {
    background: #24A1DB;
    color: #fff;
}

.leads-managers {
    background: #24A1DB;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 14px 23px;
    margin-left: 20px;
    display: inline-block;
}

.leads-managers:hover {
    background: #8EC64E;
    color: #fff;
}

.corporate-bottom {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    margin-top: 20px;
}

.corporate-bottom ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.Gift-Pack-11 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.Gift-Pack-check .form-check {
    margin-left: 20px;

}

.Gift-Pack-check .form-check-input:checked {
    background: url(../images/radio-bg.svg) no-repeat center top;
    border-color: transparent;
    border: 0px;
}

.Gift-Pack-check .form-check-input:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.search-appart-top-right .form-check-input:checked[type=radio] .Gift-Pack-check {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.01em;

    color: #000000;
}

.Gift-Pack-check .form-check-input {
    background: url(../images/radio-bg1.svg) no-repeat center top;
    border-color: transparent;
    border: 0px;
}

.Gift-Pack-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-top: 0px;
}

.collection-text1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
    margin-top: 20px;
}

.Gift-Pack-check label {
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
}

.corporate-right-text {}

.corporate-right-text ul {
    padding: 0px;
    margin: 0px;
    padding: 20px 33px;
    background: #F8F8F8;
    list-style-type: none;
}

.corporate-right-text ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 11px;
}

.corporate-right-text ul li:nth-child(even) {
    font-style: normal;

    color: #5D5D5D;
    margin-bottom: 22px;
}

.manage-limits {
    padding-top: 20px;
}

.manage-limits button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    background: #24A1DB;
    border-radius: 6px;
    padding: 14px 33px;
    border: 0px;
}

.manage-limits button:hover {
    background: #8EC64E;
    color: #fff;
}

.Corporate-Lead_Setting-mid {
    margin-bottom: 50px;
}

.cancell-one11 {
    width: 20px !important;
    height: 20px !important;
}

.right-middle-park-main-sec button {
    background: #26A7DF;
    border-radius: 6px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 13px 29px;
    border: 0px;
    align-items: center;
    display: flex;
}

.right-middle-park-main-sec img {
    margin-right: 15px;
}

.right-middle-park-main-sec button:hover {
    background: #8EC64E;
}

.allen-part-tab-one-main {
    margin-top: 50px;
}

.allen-part-tab-one-main .nav-link:hover {
    border: transparent;
    color: #000000;
}

.allen-part-tab-one-main .nav-link.active {
    border: 0px;
    border-bottom: 3px solid #8EC64E;
    color: #000000;
    background: none;
}


.allen-part-tab-one-main .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #BCBCBC;
    border: 0px;
    padding: 23px 15px;
    margin-right: 15px;
}

.allen-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.allen-container-mid {
    padding-top: 20px;
    padding-bottom: 20px;
}

.allen-container-mid-one img {
    border-radius: 13px;
}

.allen-small-img .col-sm-4:nth-child(1) {
    margin-bottom: 15px;
}

.allen-small-img .col-sm-4:nth-child(2) {
    margin-bottom: 15px;
}

.allen-small-img .col-sm-4:nth-child(3) {
    margin-bottom: 15px;
}

.allen-img-first {
    height: 100%;
}

.features-m {
    background: #8EC64E;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 37px;
    border: 0px;
    margin-right: 20px;
}

.features-m:hover {
    background: #26A7DF;
    color: #fff;
}

.features-a {
    background: #26A7DF;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 37px;
    border: 0px;
}

.features-a:hover {
    background: #8EC64E;
    color: #fff;
}

.featured-amenties-button {
    padding-top: 42px;
}

.move-in-Special {
    background: #F8F8F8;
    border-radius: 13px;
    margin-bottom: 10px;
}

.move-in-Special-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-align: center;
    border-radius: 13px 13px 0px 0px;
    padding: 14px 0;
}

.bg-color-special-one {
    background: #8EC64E;
}

.bg-color-special-ten {
    background: #26A7DF;
}

.move-spa-con {
    padding: 15px;
}

.move-spa-con h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 10px;

}

.move-spa-con p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    /* text-transform: capitalize; */
    color: #3D3838;
    margin-bottom: 0px;
}

.move-spa-con p span {
    color: #69AC1D;
}

.tenant-top-one {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    /* text-transform: capitalize; */
    color: #3D3838;
}

.tenant-top-one a {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
}

.tenant-top-one a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.tenant-month-bottom-con {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    /* text-transform: capitalize; */
    color: #3D3838;
    padding-top: 15px;
}

.tenant-month-bottom-con img {
    margin-right: 10px;
}

.left-middle-park-sec figure {
    background: #F8F8F8;
    border-radius: 13px;
}

.login-button-w {
    min-width: 118px;
    display: inline-block;
    text-align: center;
}

.search-appart-top-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.search-appart-top-right {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

.search-appart-top-right .form-check {
    margin-bottom: 0px;
    margin-right: 15px;
}

.search-appart-top-right .form-check-input {
    width: 20px;
    height: 20px;
}

.search-appart-top-right .form-check-input {
    border-color: transparent;
    border: 0px;
    background: url(../images/radio-bg1.svg) no-repeat center top;
}

.search-appart-top-right .form-check-input {
    width: 24px;
    height: 24px;
    border: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

.search-appart-top-right .form-check-input:checked[type=radio] {
    background: url(../images/radio-checked-one.svg) no-repeat center top;
}



.Search-for-apartments-right-one14 span {
    width: 168px;
    height: 110px;
    border-radius: 13px;
    overflow: hidden;
    margin-right: 15px;
}

.Search-for-apartments-right-one14 span:last-child {
    margin-right: 0px;
}

.smart-contain-main1 ul li.active-one {
    border: 1px solid #26A7DF;
}

.move-spa-con-height {
    min-height: 120px;
}

.header-main-top-con1 {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zip-code-left {
    border-left: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #8D8989;
    text-decoration: none;
    padding-left: 15px;
}

.zip-code-left span {
    color: #000000;
    text-decoration: none;
}

.zip-code-left a {
    color: #1F88C8;
    text-decoration: none;
}

.zip-code-left a:hover {
    color: #629A23;
    text-decoration: none;
}

.resident-top-mid {
    padding-top: 43px;
}

.resident-top-mid-left {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.resident-top-mid-left figure {
    background: #FBFFF5;
    border: 1px solid #99C64E;
    border-radius: 20px;
    width: 123px;
    height: 130.24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.smart-reward-con h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #202736;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 0px;
}

.smart-reward-con h4 span {
    color: #5D5D5D;
}

.smart-reward-con h4 b {
    color: #629A23;
    font-weight: normal;
}

.smart-reward-con label {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
}

.smart-reward-button-one button {
    background: #208DCB;
    border-radius: 6px;
    padding: 14px 22px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: 0px;
    margin-top: 15px;
}

.smart-reward-button-one button:hover {
    background: #629A23;
    color: #fff;
}

.Smart-Rewards-member-since h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #202736;
    text-decoration: none;
    padding-left: 25px;
    margin-bottom: 15px;
}

.Smart-Rewards-member-since h4 span {
    color: #5D5D5D;
    text-decoration: none;
}

.Smart-Rewards-member-since h4 a {
    color: #5D5D5D;
    text-decoration: none;
}

.smart-img-cal-icon {
    background: url(../images/calendar-dates44.svg) no-repeat;
}

.resident-top-mid-main {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 50px;
}

.Quick-Provider-Classifieds {
    /* background: #F2F2F2; */
    padding: 15px;
}

.Quick-Provider-Classifieds h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #202736;
    text-decoration: none;
}

.Quick-Provider-Classifieds h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #202736;
    text-decoration: none;
}

.merchent-provider-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #767676;
}

.merchent-provider-text a {
    color: #767676;
    text-decoration: none;
}

.merchent-provider-text a:hover {
    color: #629A23;
    text-decoration: none;
}

.merchent-green-button button {
    background: #93DA42;
    border-radius: 10px;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    border: 0px;
}

.merchent-green-button button:hover {
    background: #26A7DF;
    color: #FFFFFF;
    text-decoration: none;
}

.merchent-blue-button button {
    background: #26A7DF;
    border-radius: 10px;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    border: 0px;
}

.merchent-blue-button button:hover {
    background: #93DA42;
    color: #FFFFFF;
    text-decoration: none;
}

.merchent-outline-button button {
    width: 100%;
    border: 1px solid #26A7DF;
    border-radius: 10px;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #208DCB;
    text-decoration: none;
}

.merchent-outline-button button:hover {
    border: 1px solid #93DA42;
    color: #93DA42;
    text-decoration: none;
}

.Quick-Provider-Classifieds ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.Quick-Provider-Classifieds ul li {
    width: 50%;
    padding: 5px 5px;
}

.col-mid-con-one-top {
    padding: 30px;
    padding-left: 15px;
    background: #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-mid-con-one {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #F4F4F4;
    padding: 30px 30px 30px 15px;
    align-items: center;
}

.col-mid-con-one h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 0px;
}

.filter-droup-down-one-button {
    max-width: 142px;
    height: 46px;
    width: 100%;
    border: 1px solid #26a7df;
    border-radius: 6px;
}

.filter-droup-down-one-button select {
    background: url(../images/green-down-tick.svg) no-repeat calc(100% - 16px) center transparent;
    padding: 0px 10px;
    border: 0px;
    width: 142px;
    height: 46px;

}

.col-mid-con-one-right {
    display: flex;
}

.button-one11 {
    background: #26A7DF;
    padding: 15px 19px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    margin-right: 15px;
    border-radius: 6px;
    border: 0px;
    height: 46px;


}

.button-one11:hover {
    background: #93DA42;
    color: #fff;
}

.resident-mid-con-one {
    background: #F8F7F7;
    margin: 31px 36px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 26px;
}

.resident-mid-con-one-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.resident-mid-con-one-top ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
    margin-bottom: 15px;
}

.left-first-con1 {
    width: 65%;
    display: flex;
    flex-wrap: nowrap;
}

.resident-mid-con-one-top ul li:nth-child(2) {
    padding-bottom: 15px;
}

.resident-mid-con-one-top ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    flex-wrap: wrap;
}

.left-first-con1 h2 {
    margin-bottom: 10px;
}

.left-first-con1 figure {
    margin-bottom: 0px;
    margin-right: 15px;
}

.left-first-con1 h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #208DCB;
}

.left-first-con1 h4 span {
    color: #8EC64E;
    font-weight: 500;
    /* text-transform: capitalize; */
    padding-left: 10px;
}

.right-img-one14 {
    display: flex;
    width: 35%;
    justify-content: end;
}

.right-img-one14 figure {
    margin-bottom: 0px;
}

.right-img-one142 {
    margin-right: 10px;
}

.text445 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;

    color: #202736;
}

.text446 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;

    color: #8EC64E;
}

.point-text11 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
}

.Deal-Expires-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.01em;

    color: #FF196C;

}

.Add-to-my-wallet {
    background: #208DCB;
    border-radius: 6px;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: 0px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
}

.Add-to-my-wallet:hover {
    background: #8EC64E;
    color: #fff;
}

.d-flex11 {
    justify-content: space-between;
    display: flex;
    width: 55%;
    align-items: center;
}

.text-one4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #202736;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-one4 span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;

}

.get-direction-button {
    background: #9BCC63;
    border-radius: 6px;
    min-width: 246px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    border: 0px;
    padding: 15px;
    color: #FFFFFF;
}

.get-direction-button:hover {
    background: #208DCB;
    color: #fff;
}

.point-and-reward {
    background: #FFFFFF;
    border-radius: 0px 0px 13px 13px;
}

.point-and-reward h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    padding-top: 20px;
    margin-bottom: 20px;

}

@media(max-width:1400px) {
    .point-and-reward h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.point-and-reward ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.point-and-reward ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}

.point-and-reward ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.sort-by-text {
    text-align: right;
    padding: 15px 0 15px 15px;
}

.sort-by-text button {
    background: #FFFFFF;
    border: 1px solid #D6D3D3;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #8E8E8E;
    padding: 10px;
}

.sort-by-text button:hover {
    color: #fff;
    background: #9BCC63;
}

.point-and-reward-top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point-and-reward-top-part-left {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FE2775;
}

.three-days-ago {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;

    color: #8C8C8C;
}

.p-text111 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;

    color: #000000;
    padding-right: 50px;
    padding-top: 25px;

}

.p-text111 span {
    color: #26A7DF;
}

.p-text111 b {
    color: #87BC4A;
}

.b-part-one {
    background: #F8F7F7;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.13);
    border-radius: 0px 0px 13px 13px;
    margin-bottom: 50px;
}

.allen-part-tab-one-main .tab-pane {
    min-height: 250px;
}

.p-right-sapce {
    padding-right: 0px;
}

.result-82 {
    text-align: right;
    color: #1F88C8;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #1F88C8;
    opacity: 0.8;
    padding-bottom: 10px;
}

.result-82 a {
    color: #1F88C8;
    text-decoration: none;
}

.gimmzi-main-smart-rewards-map {
    padding: 20px 40px 20px;
}

.Smart-Rewards-Map-right {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}

.Smart-Rewards-Map-deals-bg {
    background: url(../images/5-deals-bg.svg) no-repeat;
    width: 157px;
    height: 26px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 18px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: flex;
    align-items: center;
}

.Smart-Rewards-Map-right-top img {
    margin-right: 20px;
}

.Smart-Rewards-Map-right-top h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.deals-address-text {
    background: url(../images/location-icon44.svg) no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;
    padding-left: 30px;
}

.Smart-Rewards-Map-right-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.phone-text11 {
    background: url(../images/call-16.svg) no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #202736;
    text-decoration: none;
    padding-left: 30px;
    margin-top: 20px;
}

.phone-text11 a {
    color: #5D5D5D;
    text-decoration: none;
}

.phone-text11 a:hover {
    color: #87BC4A;
    text-decoration: none;
}

.aw-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 10px 0;
}

.gimizi-smart-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #8EC64E;
}

.gimizi-smart-text a {
    color: #8EC64E;
    text-decoration: none;
}

.gimizi-smart-text a {
    color: #8EC64E;
    text-decoration: none;
}

.mb-top-space11 {
    margin-bottom: 20px;
}

.map-img1 {
    height: 100%;
}

.used-for-deal {
    width: 50%;
}

.left-first-con1 h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
}

.left-first-con1 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #208DCB;
}

.wallet-left-one {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.wallet-left-one h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
}

.wallet-left-one h2 span {
    color: #208DCB;
}

.wallet-left-one h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #FF196C;
    text-decoration: none;
    margin-bottom: 0px;

}

.USE-deal-NOW-button button {
    border-radius: 6px;
    width: 230px;
    height: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: 0px;
}

.USE-deal-NOW-button button:first-child {
    background: #208DCB;
    color: #fff;
    margin-right: 20px;
}

.USE-deal-NOW-button button:first-child:hover {
    background: #FF2719;
    color: #fff;
}

.USE-deal-NOW-button button:last-child {
    background: #FF2719;
    color: #fff;
}

.USE-deal-NOW-button button:last-child:hover {
    background: #208DCB;
    color: #fff;
}

.wall-right-m {
    display: flex;
    flex-wrap: nowrap;
}

.top-one-4 {
    padding-top: 30px;
    padding-bottom: 30px !important;
}

.My-Point-Badges {
    display: flex;
    width: 60%;
}

.My-Point-Badges .form-check {
    margin-right: 25px;
    margin-left: 0px;
    padding-left: 0px;
}

.My-Point-Badges {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
}

.My-Point-Badges .form-check-input {
    background: url(../images/radio-button-one1.svg) no-repeat;
    width: 20px;
    height: 20px;
    border: 0px;
    margin: 0px;
    margin-right: 10px;
}

.My-Point-Badges .form-check-input:checked[type=radio] {
    background: url(../images/radio-button-one.svg) no-repeat;
    margin-right: 10px;
}

.my-point-first-con {
    padding: 25px 30px;
}

.my-point-main-con ul li .learn-more {
    background: #93DA42;
    border-radius: 10px;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    border: 0px;
}

.learn-more:hover {
    background: #26A7DF !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.learn-more {
    background: #93DA42;
    border-radius: 10px;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    width: 50%;
    border: 0px;
    margin: 20px auto;
    display: block;
}

.learn-more:hover {
    background: #26A7DF !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}



.My-Point-Badges .form-check {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
}

.Point-Badges-mid-con {
    width: 100%;
    padding: 25px;
}

.Review-your-point-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #474242;
    padding: 20px 0;
}

.my-point-main-con-border-radius {
    border-radius: 30px !important;
}

.my-point-main-con {
    background: #FFFFFF;
    border: 1px solid #DBE3E7;
    border-radius: 7px;
    padding: 15px;
}

.my-point-first-con ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.my-point-first-con li {
    padding: 15px 0;
}

.my-point-first-con li h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.my-point-first-con li p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    text-decoration: none;
}

.rewards-bg1 {
    background: url(../images/reward-bg1.svg) no-repeat;
    display: flex;
    align-items: center;
    width: 72px;
    height: 68px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
    justify-content: center;
    /* padding-bottom: 8px; */
    margin: 0px auto;

}

.r-text-one {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
    text-decoration: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

.text77 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #202736;
}

.b-point-b h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #202736;
    margin-bottom: 0px;
    height: 68px;
    align-items: center;
    display: flex;
}

.pl-01 {
    padding-left: 0px;
}

.residential-point-providers-mid-con {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #208DCB;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
}

.residential-point-providers-mid-con a {
    color: #208DCB;
    text-decoration: none;
}

.residential-point-providers-mid-con a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.residential-point-providers-mid-con-main-one4 {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.residential-point-providers-left {
    width: 62%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 0px;
}

.residential-point-providers-left figure {
    width: 117px;
    margin-right: 10px;
}

.windfall-Lakes-Apartment {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 137px);
}

.windfall-Lakes-Apartment ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.windfall-Lakes-Apartment ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.windfall-Lakes-Apartment ul li h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 10px;
}

.windfall-Lakes-Apartment ul li h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.img-44 {
    padding-right: 10px;
}

.b-text-one110 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #202736;
    text-decoration: none;
}

.w-one4 {
    width: 50%;
}

.w-one5 {
    width: 50%;
}

.b-text-one110 span {
    color: #5D5D5D;
}

.resdncial-poinr-right-one {
    border-left: 1px solid #E3E3E3;
    padding-top: 20px;
    width: 38%;
    padding-top: 20px;
}

.ellipse-one1-bh14 {
    background: url(../images/ellipse-one1.svg) no-repeat left top 7px;
    padding-left: 20px;
    margin-left: 20px;
}

.resdncial-poinr-right-one ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.resdncial-poinr-right-one ul li {
    margin-bottom: 10px;
}

.resdncial-poinr-right-one h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #208DCB;
}

.resdncial-poinr-right-one h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #208DCB;
    margin-bottom: 0px;
}

.resdncial-poinr-right-one h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 0px;
}

.resdncial-poinr-right-one h6 {
    font-family: 'Roboto';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
    margin-bottom: 10px;
}

.col-sm-one44 {
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
}

.top-77 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    display: flex;
    align-items: center;

    color: #000000;
}

.residential-point-providers-mid-con-main-one40 {
    padding: 20px;
    padding-bottom: 0px;
}

.residential-point-providers-mid-con11 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #CB8720;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
}

.residential-point-providers-mid-con11 a {
    color: #CB8720;
    text-decoration: none;
}

.residential-point-providers-mid-con11 a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.residential-point-providers-mid-con12 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FE2775;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
}

.residential-point-providers-mid-con11 a {
    color: #FE2775;
    text-decoration: none;
}

.residential-point-providers-mid-con11 a:hover {
    color: #8EC64E;
    text-decoration: none;
}

.land-one-bg {
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    background: url(../images/select-box11.svg) no-repeat right 10px center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    width: 90% !important;
}

.Point-Badges-mid-con ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.Point-Badges-mid-con ul li {
    margin-top: 20px;
}

.Point-Badges-mid-con ul li p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.to-active-one11 {
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;

}

.enter-acess-input {
    border: 1px solid #B8BBBC !important;
    border-radius: 10px !important;
    padding: 18px !important;
    position: relative;
}

.expeort-one11 {
    position: absolute;
    right: 20px;
    top: 40px;
}

.Find-the-activation {
    margin-right: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #26A7DF;
    border-top: 1px solid #D7D7D7;
    padding-top: 30px;
    margin-top: 30px;
}

.show-all-point-provider {
    padding: 30px;
}

.show-all-point-provider .form-check-input:checked {
    width: 25px;
    height: 25px;
    border: 0px;
    background-color: none;
    background: url(../images/show-one44.svg) no-repeat;
    outline: none !important;
}

.show-all-point-provider .form-check-input:focus {
    outline: none !important;
    box-shadow: none;
}

.show-all-point-provider .form-check-input {
    width: 25px;
    height: 25px;
    border: 0px;
    background-color: none;
    background: url(../images/show-one46.svg) no-repeat;
    outline: none !important;
}

.show-all-point-provider .form-check {
    display: inline-block;
    padding-right: 12px;
}

.form-check label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
}

.windfall-Lakes-Apartment ul li h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.suncet-one11 img {
    padding-right: 10px;
}

.suncet-one11 img:last-child {
    padding-right: 0px;
}

.windfall-Lakes-Apartment ul li h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #5D5D5D;

}

.are-u-text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #DF5F16;
    text-decoration: none;
    max-width: 80%;
    margin: 0px auto;
}

.are-u-text a {
    color: #DF5F16;
    text-decoration: none;
}

.are-u-text a:hover {
    color: #DF5F16;
    text-decoration: none;
}

.register-button-one button {
    background: #208DCB;
    width: 232px;
    border-radius: 6px;
    max-width: 232px;
    display: block;
    height: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.register-button-one button:hover {
    background: #DF5F16;
    color: #FFFFFF;
    text-decoration: none;
}

.view-property-button-one button {
    background: #8EC64E;
    width: 232px;
    border-radius: 6px;
    max-width: 232px;
    display: block;
    height: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.view-property-button-one button:hover {
    background: #DF5F16;
    color: #FFFFFF;
    text-decoration: none;

}

.Employer-Point-providers {}

.Employer-Point-providers {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FE2775;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
}

.residential-point-providers-mid-con12 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #CB8720;
    text-decoration: none;
}

.residential-point-providers-mid-con20 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FE2775;
    text-decoration: none;
    margin: 20px;
    margin-bottom: 0px;
}

.point-purchise11 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
}

.point-purchise11 span {
    color: #608E2A;
    text-decoration: none;
}

.new-world-text1 a {
    color: #26A7DF;
    text-decoration: none;
}

.p-text111 a {
    color: #26A7DF;
    text-decoration: underline !important;

}

.p-text111 b {
    color: #87BC4A;
    text-decoration: none;
}

.add-iten-description-textarea {
    width: 100%;
    height: 124px;
    max-width: 100%;
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-right: 10px;
}

.check-box11 .form-check-input {
    border-radius: 50%;
    margin-top: 0px;
}

.check-box11 .form-check-input:checked {
    background-color: #93DA42;
    border-color: #93DA42;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 0px;
}

.form-check2 label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #5D5D5D;
    margin-left: 10px;
}

.form-check2 {
    display: inline-flex;
}

.check-box11 .form-check-input:checked {
    box-shadow: none;
}

.check-box11 .form-check-input:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.profile_btn11 {
    background: #000000;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */

    color: #FFFFFF;
    padding: 18px;
    margin-right: 27px;
    width: 162px;
}

.profile_btn11:hover {
    background: #93DA42;
    color: #fff;
}

.next_btn11 {
    background: #D3D4D2;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 18px;
    width: 184px;
    margin-right: 10px;
}

.next_btn11:hover {
    background: #93DA42;
    color: #FFFFFF;
}

.wizard-body .right_box_section .btn_section_two-button {
    padding-top: 60px !important;
}

.preview-deal1 {
    background: #1F8BCA;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 18px 0;
    width: 90%;
}

.preview-deal1:hover {
    background: #93DA42;
    color: #FFFFFF;
}

.back-button12 {
    background: #000000;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 18px;
    width: 162px;
    margin-right: 10px;
}

.back-button12:hover {
    background: #93DA42;
    color: #FFFFFF;
}

.preview-deal-modal-top-left {
    width: 65%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.figure-img1 {
    margin: 0 20px 0 0;
}

.preview-deal-modal-top-left h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.preview-deal-modal-top-left p {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #208DCB;
}

.preview-deal-modal-top-right {
    width: 35%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.preview-deal-modal-top-right ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.preview-deal-modal-top-right li {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    width: 100px;
}

.modal-space1 {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.deal-point-text h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.deal-point-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FF196C;
}

.deal-point-text h2 span {
    color: #208DCB;
}

.preiew-modal-bottom1 {}

.use-deal-now1 {
    width: 246px;
    height: 47px;
    background: #9BCC63;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
    margin-right: 20px;
}

.use-deal-now1:hover {
    background: #FF2719;
    border-radius: 6px;
}

.deactive-deal1 {
    border: 0px;
    width: 246px;
    height: 47px;
    background: #208DCB;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
}

.deactive-deal1:hover {
    background: #9BCC63;
    border-radius: 6px;
}

.preiew-modal-bottom1 {
    align-items: center;
    display: flex;
    justify-content: end;
}

.get-direction-text1 {
    background: #9BCC63;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 14px;
    border: 0px;
    margin-bottom: 20px;

}

.get-direction-text1:hover {
    background: #FF2719;
}

.close-button-one11 {
    background: #fff;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    border: 0px;
    right: -35px;
    top: -21px;
    justify-content: center;
}

.my-business-profile-page {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #25A2DB;
    width: 100%;
    margin: 42px auto 42px auto;
    border: 1px solid #25A2DB;
    border-radius: 23.5px;
    padding: 14px;
}

.my-business-profile-page:hover {
    background: #FF2719;
    color: #fff;
    border: transparent;
}

.con-text11 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #24A1DB;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.consuation-top11 {
    border-top: 1px solid #EAEAEA;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 20px 0;
}

.consuation-top11 h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000000;
}

.consuation-top11 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
}

.text17 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height, or 115% */

    letter-spacing: 0.01em;
    text-align: right;
    color: #2D2B2B;
    padding-top: 50px;
}

.text17 b {
    color: #208FCD;
    text-decoration: none;
}

.search-business label {
    padding: 10px 0;
}

.business-profile-started-main-input input[type="text"] {
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    padding: 22px 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000;
    text-decoration: none;
    margin-top: 22px;
}

.business-profile-started-main-input input[type="number"] {
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    padding: 22px 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #B2B2B2;
    text-decoration: none;
    margin-top: 22px;
    width: 100%;
}

.business-profile-started-main-input select {
    margin-top: 22px;
}

.business-profile-started-main-input input[type="text"]::placeholder {
    color: #B2B2B2;
}

.business-profile-started-main-input input[type="number"]::placeholder {
    color: #B2B2B2;
}

.select-catagory1-main {
    padding-top: 22px;
}

.select-catagory1-main .dropdown-toggle::after {
    border: 0px;
    background: url(../images/select-droup-down11.svg) no-repeat center top;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 26px;
    width: 17px;
    height: 10px;
}

.select-business-category {
    background: url(../images/select-droup-down11.svg) no-repeat right 10px top 20px;
    width: 100%;
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    padding: 15px 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.select-catagory1-main .show::after {
    transform: rotate(180deg);
}

.select-business-category-droup-down {
    width: 100%;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
}

.select-business-category-droup-down li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.select-business-category-droup-down li a {
    background: none;
    color: #000000;
    text-decoration: none;
}

..select-business-category-droup-down li:nth-child(2):hover a {
    background: none !important;
    color: #000 !important;
}

.droupdown-custom-menu li:last-child a {
    color: #000000;
    text-decoration: none;
    background: none !important;
}

.select-business-category-droup-down li a:hover {
    background: none !important;
    color: #2d2af6;
    text-decoration: none;
}

.gimmzi-will-use {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    letter-spacing: 0.01em;

    color: #2D2B2B;
    padding-left: 30px;
}

.gimigi-checkbok {
    background: url(../images/gimzi-check-box.svg) no-repeat !important;
    position: absolute;
    top: 26px;
    left: 0px;
    width: 26px;
    height: 25px;
    border: 1px solid blue;
}

.by-click-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    padding: 22px 0;
}

.submit-green-button {
    background: #8EC64E;
    border-radius: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 18px 52px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
}

.submit-green-button:hover {
    background: #000000;
}

.p-text11 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
}

.p-text11 span {
    color: #208FCD;
    text-decoration: none;
}

.d-text18 {
    padding-top: 10px;
    display: inline-block;
}

.star-date-icon11 {
    background: url(../images/star-date-icon.svg) no-repeat right 24px top 20px !important;
    border: 1px solid #B8BBBC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #B2B2B2;
    text-decoration: none;
}

.star-date-icon7 input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/star-date-icon.svg) no-repeat right 24px top 20px !important;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.back-button-one11 {
    background: #000000;
    border-radius: 6px;
    padding: 18px 60px !important;
}

.next-grey-button {
    background: #D3D4D2;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    padding: 18px 77px;
}

.next-grey-button:hover {
    background: #93DA42;
    color: #fff;
}

.bt-top-space {
    padding-top: 50px !important;
}

.show-and-Redeem-button11 {
    border-radius: 6px;
    width: 230px;
    height: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: 0px;
    background: #208DCB;
    color: #fff;
}


.show-and-Redeem-button11:hover {
    background: #FF2719;
    color: #fff;
}

.show-and-redeem h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FF2719;
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}

.show-and-redeem h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

.my-wallet-text-bottom img {
    float: left;
    margin-right: 25px;
}

.show-and-redeem {
    padding: 40px;
}

.my-wallet-text-bottom h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000;
}

.modal-blue-bg {
    background: linear-gradient(180deg, #1F8AC9 0%, #26A7DF 100%);
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    padding: 60px 60px 26px 60px;
}

.appetizer-modal {
    padding: 0px;
}

.appetizer-modal ul {
    padding: 0px;
}

.appetizer-modal ul li {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #91D1EF;
    margin-bottom: 20px;
}

.appetizer-modal ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0px;
}

.appetizer-modal ul li h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    margin: 0;
}

.deactive-button {
    background: #9BCC63;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px;
}

.deactive-button:hover {
    background: #9BCC63;
    color: #fff;
    border: 1px solid transparent;
}

.appetizer-modal ul li h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0px;
    margin-top: 15px;
}

.white-modal {}

.white-modal h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
}

.cancel-button {
    background: #F04343;
    border-radius: 6px;
    padding: 16px 38px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
}

.cancel-button:hover {
    background: #1CAD2B;
}

.Gimmzi-Gift-Manager h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-align: left;
}

.Gimmzi-Gift-Manager input[type="text"] {
    border: 1px solid #B1C0C7;
    border-radius: 6px;
    padding: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.value-of-this-gift h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.value-of-this-gift h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
}

.note-text {
    border: 1px solid #B1C0C7;
    border-radius: 6px;
    height: 97px;
}

.customer-input input[type="text"] {
    border: 1px solid #26A7DF;
    border-radius: 6px;
    width: 51px;
    height: 46px;
    padding: 5px;
}

.value-of-this-gift {
    text-align: left;
    padding-top: 25px;
}

.gift-database-main {
    border-top: 1px solid #CECACA;
    padding-top: 22px;
    margin-top: 51px;
}

.gift-database-main h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
}

.gift-database-main button {
    background: #1CAD2B;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 11px 26px;
    border: 0px;
}

.gift-database-main button:hover {
    background: #208DCB;
    color: #fff;
}

.white-modal-scroll {
    height: 500px;
    overflow-y: scroll;
}

.white-modal-scroll {
    -ms-overflow-style: none;
    /* scrollbar-width: none;  */
}

.white-modal-scroll::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.gift-table-main thead tr td {
    background: #EFEFEF;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #208CCB;
    text-decoration: none;
    padding: 18px 10px;
    text-align: left;
}

.gift-table-main tbody tr td {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #454545;
    text-align: left;
    padding: 18px 10px;
}

.view-value {
    color: #208DCB;
    text-decoration: underline;
}

.view-value:hover {
    color: #F31A1A;
    text-decoration: none;
}

.remove-button {
    color: #F31A1A;
    text-decoration: none;
}

.remove-button:hover {
    color: #208DCB;
    text-decoration: none;
}

.gift-table-main tbody tr:nth-child(even) {
    background: #EFEFEF;
}

.smart-rewards h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    border-top: 1px solid #CECACA;
    padding-top: 25px;
    margin-top: 25px;
    text-align: left;
}

.turn-on-one {
    color: #1CAD2B;
    text-decoration: underline;
}

.turn-on-one:hover {
    color: #F31A1A;
    text-decoration: none;
}

.Edit-Setting-button {
    color: #208DCB;
    text-decoration: none;
    border: 0px;
    background: transparent;
}

.automatick-gimzi-content-top .switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 18px;
}

.automatick-gimzi-content-top .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.automatick-gimzi-content-top .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;
    -webkit-transition: .4s;
    transition: .4s;
}

.automatick-gimzi-content-top .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 19px;
    left: 0px;
    bottom: 0px;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.automatick-gimzi-content-top input:checked+.slider {
    background-color: #065c83;
}

.automatick-gimzi-content-top input:focus+.slider {
    /* box-shadow: 0 0 1px #2196F3; */
}

.automatick-gimzi-content-top input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.automatick-gimzi-content-top .slider.round {
    border-radius: 16px;
}

.automatick-gimzi-content-top .slider.round:before {
    border-radius: 50%;
}

.progrss-incon {
    padding-right: 10px;
}

.progrss-status-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.progrss-status-text span {
    color: #1CAD2B;
}

.automatick-gimzi-content-top {
    padding-top: 25px;
    padding-bottom: 20px;
}

.p-con-one {
    border: 1px solid #B1C0C7;
    border-radius: 6px;
    padding: 19px;
}

.auto-send-select {
    padding: 5px 30px 5px 10px;
    text-align: left;
    background: url(../images/droup-down-icon.svg) no-repeat right 10px center;
    border: 1px solid #26A7DF;
    border-radius: 6px;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.progrss-status-text-off {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.progrss-status-text-off span {
    color: #FE1313;
}

.update-button1 {
    background: #24A1DA;
    border-radius: 10px;
    padding: 20px 53px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    border: 0px;
    margin-top: 20px;
}

.update-button1:hover {
    background: #FE1313;
    color: #fff;
}

.comming-soon-home {
    background: url(../images/comming-soon-bg.svg) no-repeat;
    width: 109px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    text-align: center;
}

.property-website-con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}

.property-website-con h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 0px;
}

.external-links-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    letter-spacing: 0.01em;
    color: #2D2B2B;
}

.external-links-text1 a {
    color: #26A7DF;
    text-decoration: none;
}

.external-links-text1 a:hover {
    color: #93DA42;
    text-decoration: none;
}

.featured-mid-con {
    border-top: 1px solid #EAEAEA;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
}

.featured-mid-con span {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    display: inline-block;
    padding-right: 10px;
}

.featured-mid-con a {
    color: #26A7DF;
    text-decoration: underline;
    margin: 0 10px;
}

.featured-mid-con a:hover {
    color: #93DA42;
    text-decoration: none;
}

.mesage-board-bottom-contain {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.property-contain-r {
    display: flex;
    justify-content: space-between;
}

.property-contain-r a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
    margin-right: 15px;
}

.property-contain-r .form-check label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.01em;

    color: #000000;
}

.property-contain-r .form-check {
    padding-right: 10px;
}

.mesage-board-bottom-contain p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    text-decoration: none;

}

.property-site-setting-website11 {
    background: #FCFCFC;
    padding: 45px 16px;
}

.contact-info-con-top {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    text-decoration: none;
    padding-bottom: 15px;
    padding-top: 45px;
}

.contact-info-con-top a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
    margin-left: 10px;
}

.contact-info-con-top a:hover {
    color: #93DA42;
    text-decoration: none;
}

.uploard-top-one {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 47px;
    text-align: left;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #2297D3;
}

.property-left-right-space {
    padding-left: 10px;
    padding-right: 10px;
}

.uploard-logo-one {
    background: #ECECEC;
    border: 4px solid #FFFFFF;
    border-radius: 15px;
    height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.uploard-logo-one h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 10px;
}

.uploard-logo-one h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
}

.uploard-file-one {
    position: absolute;
    width: 80%;
    height: 80%;
    text-align: center;
    margin: 0px auto;
    opacity: 0;
}

.modal-grey-bg {
    background: #F8F8F8;
    padding: 15px;
}

.modal-grey-bg .modal-header {
    background: none;
}

.modal-grey-bg .modal-body {
    background: none;
}

.modal-border-one {
    /* border-top: 1px solid #EAEAEA;
       padding-top: 15px; */
}

.limit-setting-top p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #959292;
    text-decoration: none;
}

.curent-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000;
    text-decoration: none;
    margin: 0px;
    margin-top: 20px;
}

.curent-text1 .form-check {
    display: inline-block;
    margin-left: 10px;
}

.curent-text1 .form-check-input[type=radio] {
    margin-top: 0px;
}

.modal-grey-bg .modal-content {
    border: 0px;
}

.point-minium input[type="text"] {
    width: 100px;
    height: 41px;
    margin: 0px;
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    padding: 5px;
    margin: 0px;
}

.point-minium label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 20px;
}

.point-minium button {
    background: #24A1DB;
    border-radius: 6px;
    width: 152px;
    height: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    border: 0px;
}

.point-minium button:hover {
    background: #93DA42;
}

.point-top-one14 {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 15px;
}

.limit-setting-right {
    background: #F5F5F5;
}

.point-minium .form-check {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.point-minium .form-check-input:checked[type=radio] {
    background: url(../images/green-one11.svg) no-repeat;
    border: transparent;
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.point-minium .form-check-input {
    background: url(../images/green-one12.svg) no-repeat;
    border-color: transparent;
    width: 20px;
    height: 20px;
    border: 0px;
    margin-top: 0px;
}

.point-minium .form-check-input:active {
    outline: none;
    border: 0px;
    box-shadow: none;
}

.merchent-main-madal .modal-dialog {
    max-width: 705px;
}

.merchent-main-madal .modal-content {
    background: linear-gradient(180deg, #1F8AC9 0%, #26A7DF 100%);
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    padding: 57px;
    text-align: center;
}

.merchent-main-madal h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
}

.merchent-input {
    padding-top: 15px;
}

.merchent-input input[type="text"] {
    border: 1px solid #F9FCFD;
    border-radius: 10px;
    padding: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
}

.merchent-input input[type="password"] {
    border: 1px solid #F9FCFD;
    border-radius: 10px;
    padding: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
}

.forgot-password-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    padding: 26px 0 30px 0;
}

.forgot-password-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.forgot-password-text a:hover {
    color: #93DA42;
    text-decoration: none;
}

.green-login-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.green-login-button button {
    background: #93DA42;
    border-radius: 6px;
    padding: 15px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */
    border: 0px;
    width: 100%;
    letter-spacing: 0.15em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
}

.green-login-button button:hover {
    background: #F04343;
    color: #fff;
}

.register-now-bottom-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    padding-top: 20px;
    color: #FFFFFF;
}

.register-now-bottom-text a {
    color: #FFFFFF;
    text-decoration: none;
}

.register-now-bottom-text a:hover {
    color: #93DA42;
    text-decoration: none;
}

.merchent-input::-webkit-input-placeholder {
    /* Edge */
    color: #FFFFFF !important;
}

.merchent-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF !important;
}

.merchent-input::placeholder {
    color: #FFFFFF !important;
}

.merchent-input::placeholder {
    color: #FFFFFF !important;
}

.cross-icon11 {
    position: absolute;
    right: -20px;
    top: -20px;
}

.merchent-main-madal ::placeholder {
    /* Edge */
    color: #fff;
}

.merchent-main-madal:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.merchent-main-madal::placeholder {
    color: red;
}

.cross-icon11:hover img {
    opacity: 0.6;
    cursor: pointer;
}

.point-and-reward h2 {
    font-size: 22px;
}

.loyality-rewards-last-sec .loyality-text {
    font-weight: bold;
    padding-right: 7px;
}

.col-mid-con-one h4 {
    font-size: 21px;
}

.custom-menu-one1 .select-business-category {
    background: url(../images/green-down-tick.svg) no-repeat right 0px center transparent;
    height: auto;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #1E1E1E;
    padding-right: 25px !important;
}

.custom-menu-one1 .select-business-category:after {
    display: none;
}

.custom-menu-one1 .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;

}

.droupdown-custom-menu {
    padding: 0px;
    background: none;
}

.droupdown-custom-menu li {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.main-one44 {
    width: 101px;
    height: auto;
}

.img-uploard-one4 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-uploard-one4 ul li {
    width: 101px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    text-align: center;
}

.img-uploard-one4 ul li img {
    margin-bottom: 5px;
}

.img-uploard-one4 ul li a {
    color: #000;
    margin-top: 5px;
    display: inline-block;
}

.img-uploard-one4 ul li a:hover {
    color: #208DCB;
    margin-top: 5px;
    display: inline-block;
}

.enter-crown-l h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    text-decoration: none;
    border-bottom: 1px solid #dedfe0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin: 0px auto;
    width: 80%;
}

.enter-crown-l p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
}

.enter-main-one4 {
    text-align: center;
}

.enter-main-one4 input[type="number"] {
    border: 1px solid #dedfe0 !important;
    border-radius: 10px !important;
    height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #dedfe0;
    text-decoration: none;
    margin-top: 10px !important;
    width: 50px !important;
    margin-right: 10px;
}

.enter-main-one4 input[type="number"]:last-child {
    margin-right: 0px;
}

.redom-show {
    background: #C3C9BD;
    border-radius: 10px;
    padding: 40px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #7D7878;
    text-decoration: none;

}

.b-point-b h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #202736;
    margin-bottom: 0px;
    height: 68px;
    align-items: center;
    display: flex;
}

.my-point-first-con .my-point-main-con .my-point-modal-one {
    display: inherit;
}

.add-another-badge {}

/* responsive-css-start */

.btn_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 22px;
}

.btn_title_btn {
    margin: 0 10px 0 0;
    background: transparent;
    border: none;
    outline: none;
}

.sec_preview .nav-tabs {
    margin-bottom: 0;
    border: none;
}

.sec_preview .nav-tabs .nav-link {
    padding: 4px 20px;
    min-width: 130px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 100px;
    font-size: 12px;
    color: #000000;
    margin-right: 12px;
}

.sec_preview .nav-tabs .nav-link.active {
    background: #00b830;
    color: #ffffff;
}

.photo_panel .left-lg-wrap {
    margin-bottom: 10px;
}

.photo_panel .left-sm-wrap [class*="col-"] {
    margin-bottom: 10px;
}

.photo_panel_wrapper {
    width: 100%;
    height: 100%;
    background: #c1c1c1;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.photo_panel_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* responsive-css-end */


.btn.btn-primary {
    background: #1CAD2B;
    border: 1px solid #1CAD2B;
    border-radius: 6px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 19px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: 0.4s all ease-in-out;
    width: auto;
    float: left;
}

.btn.btn-primary:hover {
    background: #fff;
    color: #1CAD2B;
}

.btn.btn-secondary {
    background: #fff;
    border: 1px solid #1CAD2B;
    border-radius: 6px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 19px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1CAD2B;
    transition: 0.4s all ease-in-out;
    width: auto;
    float: left;
}

.btn.btn-secondary:hover {
    background: #1CAD2B;
    color: #fff;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
}

.congrats-center {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 23px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
}

.congrats-center a {
    color: #208DCB;

}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

@media screen and (min-device-width: 1700px) and (max-device-width: 2000px) {
    .midlecon {
        margin: 0 9px;
    }
}

@media screen and (max-width: 1367px) {
    .cat-left-ico1:after {
        width: 50px;
        left: -35px;
    }

    .cat-left-ico2:after {
        width: 50px;
        right: -80px;
    }

    .show-filed-m1 {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .midlecon {
        margin: 0;
        width: 100%;
    }

}

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

    .modal-content {
        width: 400px;
        margin: 0px auto;
    }

    .modal-sec {
        padding: 0px;
    }

    .browse-market-universe {
        text-align: left;
        padding-left: 50px;
        padding-top: 10px;
    }

    .categroien-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .categroies-heading {
        font-size: 17px;
        line-height: 20px;
        margin-top: 15px;
    }

    .cat-left-ico1 img {
        height: 25px;
    }

    .cat-left-ico2 img {
        height: 25px;
    }

    .smart-contain-left-text {
        align-content: space-around;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .p-responsive-main {
        width: 100%;
        display: block;
        text-align: left;
    }

    .have-text-one {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .loyality-rewards-program-sec-main .middle-smart-rental-sec-all .to-add-aditional-loyality-txt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20px;
    }
}


.link-text11 {
    color: #26A7DF;
}

.link-text11:hover {
    color: #8EC64E;
}

.deal-button-one {
    background: none;
    border: 0px;
}

.modal-deal-management-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 20px;

}

.modal-deal-management-top h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    text-decoration: none;
    margin-bottom: 0px;
}

.modal-deal-management-top button {
    background: #F04343;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    padding: 15px 20px;
    border: 1px solid transparent;
}

.modal-deal-management-top button:hover {
    border: 1px solid #F04343;
    color: #F04343;
    background: transparent;
}

.uplard-img {
    background: #ECECEC;
    border: 4px solid #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    flex-direction: column;
    position: relative;
}

.uplard-img h5 {
    margin: 20px 0;
}

.input-file-one {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
}

.preview-deal-one {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    margin-top: 20px;
}

.preview-deal-one button {
    padding: 14px 20px;
    background: #208DCB;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
}

.preview-deal-one button:hover {
    border: 1px solid #208DCB;
    color: #208DCB;
    text-decoration: none;
    background: transparent;
}

.description-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #818080;
    margin-bottom: 10px;
}

.description-text1:hover {
    color: #26A7DF;
    text-decoration: none;
}

.description-text1 textarea {
    border: 1px solid #A8A8A8;
    border-radius: 4px;
    padding: 10px;
    height: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
}

.update-description-text {
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
    border: 0px;
    background: transparent;
}

.deal-management-text1 .text-area18 {
    border: 1px solid #A8A8A8 !important;
    border-radius: 4px !important;
    padding: 5px;
    height: 30px;
    margin-bottom: 10px;
    width: 100px;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}

.deal-management-text1 .text-area19 {
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 5px;
    height: 30px;
    margin-bottom: 0px;
}

.modyfi-text-one {
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
    border: 0px;
    font-size: 11px;
    line-height: 15px;
    background: transparent;
}

.modyfi-text-one:hover {
    color: #26A7DF;
    text-decoration: none;
    border: 0px;
}

.deal-management-text1 td {
    padding: 5px;
}

.vouchers-used {
    width: 80px;
    background: #208DCB;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

.vouchers-used .number {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.change-dates1 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
}

.ocean-drive1 {
    border: 1px solid #A8A8A8;
    border-radius: 4px;
    padding: 5px;

    border: 1px solid;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
}

.change-dates1 {
    border: 0px;
    background: transparent;
    font-size: 12px;
    line-height: 15px;
}

.btext11 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #818080;
}

.deal-management-text1 tr td {
    vertical-align: top;
}

.top-pace-one1 {
    padding-top: 25px;
}

.b-one5 {
    border-top: 1px solid #EAEAEA;
    padding-top: 15px;
    margin-top: 15px;
}

.status-text-one span {}

.status-text1 {
    font-size: 12px;
    line-height: 15px;
}

.span-text1 {
    font-size: 12px;
    line-height: 15px;
}

.pending-one44 {
    background: #EEA832;
    width: 13px;
    height: 12px;
}

.status-text-one {
    padding-top: 40px;
}

.two-hours-text {
    border: 1px solid #B8BBBC;
    border-radius: 10px;
    padding: 5px;
}

.assign-one1 {
    background: url(../images/assign-one1.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.participating-location-main table {
    width: 100%;
}

.participating-location-main table td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
}

.participating-location-main table th {
    padding: 5px;
    font-style: normal;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.travel-tourism-listing table {
    width: 100%;
}

.travel-tourism-listing table td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
}

.travel-tourism-listing table th {
    padding: 5px;
    font-style: normal;
    /* vertical-align: top; */
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}
.travel-tourism-listing table th:first-child {
    text-align: left;
}
.database_play {
    width: 35px;
    display: inline-block;
}

.addlisting_popup_modal .modal-dialog{
    max-width: 97%;
}

.addlisting_popup_modal .modal-dialog {
    max-width: 1000px;
}

.add_listing_row,
.list-address-row,
.provider_setting_rw {
    --bs-gutter-y: 30px;
}

.add_listing_header,
.add_listing_bottom_con {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.add_listing_col {
    margin-bottom: 20px;
}

.add_listing_col label {
    font-weight: 500;
    color: var(--black-color);
    font-size: 18px;
    margin-bottom: 8px;
}

.addlisting_bottom_btn {
    text-align: right;
}

.add_listing_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.add_listing_list li {
    display: inline-block;
    margin: 0 10px;
}

.add_listing_list li:first-child {
    margin-left: 0;
}

.add_listing_list li:last-child {
    margin-right: 0;
}

.add_listing_list li a {
    display: inline-block;
    color: var(--black-color);
    font-weight: 500;
}

.add_listing_list li a:hover {
    color: var(--bright-cerulean-color);
}

.add_listing_bottom_con {
    padding-top: 20px;
    border-top: 1px solid var(--gray-color);
    padding-bottom: 30px;
}

.add_listing_list li.active a {
    color:  #208DCB;
}

.add_listing_left_column p {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

.add_listing_left_column p a {
    display: inline-block;
    color: #208DCB;
}

.uplode_file_wpr label {
    color: #208DCB;
}

.provider_setting_upload_wrap label {
    margin-bottom: 0;
    position: relative;
    width: 188px;
}

.uplode_file_wpr .provider_setting_upload_wrap {
    width: 100%;
}

.uplode_file_wpr .provider_setting_upload_wrap span {
    font-size: 14px;
    color: black;
}

.uplode_file_wpr .provider_setting_upload_wrap span i {
    font-style: normal;
    font-size: 12px;
    margin-bottom: 0;
}
.upload__box {
    display: flex;
}
/* .add_listing_col select {
    border: 1px solid var(--black-color);
} */


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],

select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 1);
    height: 52px;
    padding: 0 16px;
    outline: none !important;
}
textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    /* height: 52px; */
    outline: none !important;
    resize: none;
}


.provider_setting_upload_wrap input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100;
    z-index: 2;
}
.page-btn-green-peas {
    background: #8EC64E;
}

.page-btn-green-peas:hover {
    background: #7aaa43;
}
.page-btn-red {
    background-color: #F16F67;
}

.page-btn-red:hover {
    background-color: #c6605a;
}


.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 10px;
    border-radius: 6px;
    color: #FFFFFF;
    border: 0;
    margin-right: 18px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.page-btn:hover {
    color: white;
}


.checkbox_modal_popup .modal-content {
    border-radius: 0;
    background-color: #26A7DF;
}
.modal-content {
    border: none;
    box-shadow: unset;
}
.checkbox_modal_popup_inner {
    padding: 30px;
}

.checkbox_modal_popup_inner .manage-title {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.checkbox_modal_popup_inner .popup_listing {
    padding: 0;
    margin: 0;
    list-style: none;
}

.checkbox_modal_popup_inner>p {
    color: white;
    padding-left: 0;
}

.checkbox_modal_bottom {
    text-align: center;
}
.checkbox_modal_bottom .checkboxpopup_subtitle {
    color: white;
}
.checkbox_bottom_btn {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.page_btn2 {
    display: inline-block;
    color: #26A7DF;
    background-color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    min-width: 160px;
}

.checkbox_modal_popup_inner .popup_listing li {
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    color: white;
    counter-increment: step-counter;
}

.checkbox_modal_popup_inner .popup_listing li::before {
    content: counter(step-counter)'.';
}

.add_location_button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

 /* smart guest */
 .notification-area {
    background: #F8F8F8;
    padding: 20px 0 15px;
}

.smartSearch_area p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
.search_frm_wrap {
    margin-bottom: 20px;
}

.search_frm_wrap form {
    display: flex;
    flex-wrap: wrap;
}

.search_field_wrap {
    width: calc(100% - 72px);
    flex-basis: calc(100% - 72px);
}
.searchBtn_wrap {
    padding-left: 20px;
}
.smartSearch_area .search_field_wrap input[type="text"], .smartSearch_area .search_field_wrap input[type="search"] {
    border-color: #26A7DF;
}
.searchBtn_wrap input[type="button"] {
    background: url(../images/search-icon.svg) center no-repeat #8EC64E;
    background-size: 25px;
    font-size: 0;
    line-height: 0;
    height: 52px;
    width: 52px;
    flex-basis: 52px;
    min-width: inherit;
    padding: 0;
    margin: 0;
    transition: .5s all;
}

.resort_info_sec {
    padding: 30px 0;
}

.vacation_portal_wrppr {
    margin-bottom: 40px;
}

.hotel-portal-left-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vacation_multiStep_main {
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.vacation_multiStep_rw {
    --bs-gutter-x: 35px;
}
.vacation_radioBtn_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}
.vacation_radioBtn_wrap>label {
    padding: 0 15px;
}
.vacation_radioBtn_wrap>label input[type="radio"] {
    display: none;
}
.vacation_radioBtn_wrap>label input[type="radio"]+span::before {
    position: absolute;
    content: "";
    background-color: white;
    border: 1px solid #1f8ebd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: 3px;
}
.vacation_radioBtn_wrap>label input[type="radio"]:checked+span::after {
    transform: scale(1);
}
.vacation_radioBtn_wrap>label input[type="radio"]+span::after {
    position: absolute;
    content: "";
    background-color: #1f8ebd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 3px;
    top: 6px;
    transform: scale(0);
    transition: .3s all;
}

.vacation_dataTable_wrap {
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
}
.vacation_dataTable_wrap table {
    width: 100%;
}
.vacation_dataTable_wrap table th {
    padding: 20px 5px;
    background-color: #F8F8F8;
    color: #1f8ebd;
}
.vacation_dataTable_wrap table th span {
    text-transform: uppercase;
}
.vacation_dataTable_wrap table td:first-child {
    padding-left: 15px;
}
.vacation_dataTable_wrap table td label {
    position: relative;
    line-height: 1;
}
.vacation_dataTable_wrap table td label input[type="radio"] {
    display: none;
}

.vacation_dataTable_wrap table td label input[type="radio"]+span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    background-color: white;
    border: 1px solid #1f8ebd;
    border-radius: 50%;
    position: relative;
}

.vacation_dataTable_wrap table td label input[type="radio"]+span::before {
    position: absolute;
    content: "";
    background-color: #1f8ebd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0);
    transition: .3s all;
}

.vacation_dataTable_wrap table td {
    padding: 15px 5px;
    font-weight: bold;
    vertical-align: middle;
}
.vacation_dataTable_wrap table td a {
    font-size: 20px;
    text-transform: uppercase;
    color: #1f8ebd;
    text-decoration: underline !important;
}

.vacation_page_next_prev_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}
.vacation_page_next_prev_btn .vacation_page_arrow {
    /* display: inline-flex; */
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #1f8ebd;
    line-height: 1;
}
.vacation_select_wpr.destination_wrap {
    justify-content: flex-end;
}
.destination_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.vacation_select_wpr.destination_wrap select {
    border-radius: 10px;
    border: 1px solid #1f8ebd;
    width: auto;
    min-width: 180px;
    font-size: 18px;
    font-weight: 700;
    background-size: 15px;
    padding: 0 40px 0 30px;
    margin-left: auto;
}

.vacation_btnGrup_col_inner {
    background-color: #F8F8F8;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.action_text {
    line-height: 1;
    color: #1f8ebd;
    font-weight: 600;
}
.vacation_btnGrup_col_inner .page-btn:not(:last-child) {
    margin-bottom: 20px;
}
.vacation_btnGrup_col_inner .page-btn {
    width: 100%;
}
.vacation_page_next_prev_btn .vacation_prev_page img {
    margin-right: 6px;
}
.vacation_page_next_prev_btn .vacation_page_arrow>img {
    width: 12px;
    display: inline-block;
}
.page-btn-green-peas {
    background: #8EC64E;
}
.page-btn-red {
    background-color: #F16F67;
}
.page-btn-blue {
    background-color: #1f8ebd;
}
.page-btn-squash {
    background: #F3A816;
}

.scheduled_badges_wpr {
    text-align: center;
}
.scheduled_badges_btn {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    color: #1f8ebd;
}
.scheduled_badges_btn img {
    width: 20px;
    display: inline-block;
    margin-right: 8px;
}
/* smart guest end */

.assign-one4 {
    margin-top: 15px;
}
.manageList_info_wrap{
    text-align: justify;
    padding-top: 15px;
}
.manageList_info_wrap strong {
    display: block;
    width: 100%;
    margin-bottom: 10px;
   
}
.manage_details_wpr {
    display: flex;
    align-items: center;
}
.manage_details_wpr a.edit {
    color: #26A7DF;
    display: inline-block;
    margin-right: 10px;
}
.manage_details_wpr p {
    font-size: 15px;
    font-weight: normal;
}

#CheckBoxpopup .modal-dialog {
    max-width: 760px;
}



#preview-deal-text .p-deal-one {
    text-align: left;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: underline;
    padding-top: 10px;
    justify-content: flex-start;
    display: inline-block;
}

#preview-deal-text {
    text-align: left;
}

#preview-deal-text .p-deal-one:hover {
    color: #26A7DF;
    text-decoration: none;
}

.add-participating-location {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-decoration: none;
    background: #208DCB;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 25px;
}

.add-participating-location:hover {
    border: 1px solid #208DCB;
    color: #208DCB;
    text-decoration: none;
    background: transparent;
}

.p-top-one {
    padding-top: 22px;
}

.form-select-box {
    display: inline-block;
    margin-left: 20px;
}

.form-select-box label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
}

.form-select-box .form-check-input {
    margin-top: 0px;
    background-color: none;
    border: 0px;
    background: url(../images/img5.svg) no-repeat !important;
    width: 20px;
    height: 20px;
}

.form-select-box .form-check-input:checked {
    background-color: none;
    border: 0px;
    background: url(../images/img4.svg) no-repeat !important;
    width: 20px;
    height: 20px;
    ;
}

.join-main {
    border-top: 1px solid #91D1EF;
    border-top: 1px solid #91D1EF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.join-main h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.join-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.windfall h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.windfall h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
}

.pending-button {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130.19%;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #EEA832;
    text-decoration: none;
    margin-right: 15px;
}

.pending-button i {
    background: #EEA832;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}

.form-select-box1 {
    display: inline-block;
    margin-right: 20px;
}

.form-select-box1 label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.form-select-box1 .form-check-input {
    margin-top: 0px;
    background-color: none;
    border: 0px;
    background: url(../images/img56.svg) no-repeat !important;
    width: 20px;
    height: 20px;
}

.form-select-box1 .form-check-input:checked {
    background-color: none;
    border: 0px;
    background: url(../images/img55.svg) no-repeat !important;
    width: 20px;
    height: 20px;
}

.display-board-contain {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.display-board-contain h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin: 0px;
}

.board-title1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}

.board-title1 select {
    background: url(../images/expeort-icon1.svg) no-repeat right 10px center;
    border: 1px solid #A8A8A8;
    border-radius: 4px;
    padding: 5px 15px;
    max-width: 186px;

    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.board-title1 a {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
    border-bottom: 1px solid #26A7DF;
}

.board-title1 a:hover {
    color: #93DA42;
    text-decoration: none;
    border-bottom: 1px solid #93DA42;
}

.details-section {
    border: 1px solid #A8A8A8;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.details-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    margin-bottom: 0px;
}

.details-section input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #818080;
    background: transparent;
    padding: 0px;
    height: 30px;
    appearance: none;
    border: 0px;
}

.business-hour {
    border-top: 1px solid #26A7DF;
    padding-top: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #26A7DF;
}

.add-hour-operation {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    /* text-transform: capitalize; */
    color: #26A7DF;
    text-decoration: none;
}

.add-hour-operation a {
    color: #26A7DF;
    text-decoration: none;
}

.add-hour-operation a:hover {
    color: #93DA42;
    text-decoration: none;
}

.p-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    margin-bottom: 10px;
}

.merchant-site-settings-right {
    padding-left: 20px;
    padding-right: 20px;
}

.merchant-site-settings-right {
    padding: 15px;
    padding-left: 25px;
}

.merchant-site-settings-right .contact-info-con-top {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2D2B2B;
    text-decoration: none;
    padding-top: 29px;
}

.merchant-site-settings-right .uploard-logo-one {
    height: 176px;
}

.merchant-site-settings-right .uploard-logo-one h4 {
    margin-top: 15px;
}

.merchant-site-settings-right .uploard-top-one {
    padding-bottom: 10px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */

    color: #2297D3;
}

.merchent-website-con1 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 0px;
    margin-right: 15px;
}

.merchent-website-con1 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
}

.curent-point .form-check {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.curent-point .form-check-input:checked[type=radio] {
    background: url(../images/green-one11.svg) no-repeat;
    border: transparent;
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.curent-point .form-check-input {
    background: url(../images/green-one12.svg) no-repeat;
    border-color: transparent;
    width: 20px;
    height: 20px;
    border: 0px;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 5px;
}

.curent-text101 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #000;
    text-decoration: none;
    margin: 0px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
    margin-top: 20px;
}

.curent-text101 .form-check {
    margin-bottom: 0px;
    min-height: auto;
}

.limit-setting-right .point-top-one14 {
    padding: 25px;
    margin-bottom: -7px;
}

.limit-setting-right .curent-text1 {
    padding-left: 25px;
}

.limit-setting-right .limit-setting-top p {
    padding-left: 25px;
    margin-top: 10px;
}

.button-main-one {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: ;
}

.account-deactive-one {
    background: #93DA42;
    border: 1px solid transparent;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    max-width: 248px;
    padding: 15px 25px;
}

.account-deactive-one:hover {
    background: transparent;
    border: 1px solid #93DA42;
    color: #93DA42;
}

.blue-button1 {
    background: #1F8AC9;
    border: 1px solid transparent;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    max-width: 248px;
    padding: 15px 25px;
}

.blue-button1:hover {
    background: transparent;
    border: 1px solid #1F8AC9;
    color: #1F8AC9;
}

.please-provider h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    border-bottom: 1px solid #1F8AC9;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.please-provider-top-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.please-provider-top-one h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    margin-bottom: 0px;
}

.confirm-button {
    background: #93DA42;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    padding: 20px 42px;
    border: 1px solid transparent;
}

.confirm-button:hover {
    border: 1px solid #93DA42;
    color: #93DA42;
    background: transparent;
}

.update-button {
    background: #1F8AC9;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    padding: 20px 42px;
    border: 1px solid transparent;
}

.update-button:hover {
    border: 1px solid #1F8AC9;
    color: #1F8AC9;
    background: transparent;
}

.confirm-all-text {
    background: #93DA42;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.15em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 20px 40px;
}

.confirm-all-text:hover {
    border: 1px solid #93DA42;
    color: #93DA42;
    background: transparent;
}

.quick-provider-modal h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #208DCB;
    margin-bottom: 5px;
}

.quick-provider-modal h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #208DCB;
    margin-bottom: 0px;
}

.quick-provider-main {
    padding-top: 25px;
}

.quick-provider-main h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #26A7DF;
}

.quick-provider-apartment-button {
    background: #93DA42;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #fff;
    padding: 15px 0;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

.quick-provider-apartment-button:hover {
    border: 1px solid #93DA42;
    color: #93DA42;
    background: transparent;
    text-decoration: none;
}

.employer-outline-button1 {
    background: transparent;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #26A7DF;
    padding: 15px 0;
    border: 1px solid #26A7DF;
    width: 100%;
    margin-bottom: 15px;
}

.employer-outline-button1:hover {
    border: 1px solid transparent;
    background: #26A7DF;
    color: #fff;
    text-decoration: none;
}

.Point-Badge-Activated-popup .my-point-first-con {
    padding: 25px 0;
}

.btn-close-blue {
    background: #26A7DF !important;
    border-radius: 50%;
    width: 31px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
}

.btn-close-blue img {
    filter: brightness(0) invert(1);
}

.btn-close-blue img:hover {
    filter: inherit;
}

.marchant-body-cont-baner1 {
    content: "";
    position: absolute;
    left: -135px;
    top: 180px;
    opacity: 0.5;
}

.m-mobile-baner {
    display: none;
}

.m-mobile-baner1 {
    display: block;
}

.img-height1 {
    height: 44px
}

.c-blue {
    color: #1F8AC9;
}

.blue-button {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #929A9D;
    width: 100%;
    margin: 42px auto 42px auto;
    border: 0px solid #929A9D;
    border-radius: 23.5px;
    padding: 14px;
    background: #26A7DF;
    color: #fff;
    text-decoration: none;
}

.blue-button:hover {
    background: #3B61DC;
    color: #fff;
    text-decoration: none;
}

.pl-1 {
    padding-left: 10px;
}

.pt-22 {
    padding-top: 5px;
}

.Search-for-apartments-right-one14 {
    padding-top: 10px;
}

.b-space {
    padding-bottom: 10px;
}

.deal-management-modal {
    width: 1300px;
}

.filter-section .form-check-input {
    margin-top: 2px;
}

.pre-modal {
    padding: 18px 30px;
    width: auto;
}

.multi-select .select2-container {
    width: 100% !important;
}

.multi-select .select2-container--default .select2-selection--multiple {
    border: 1px solid #B1C0C7 !important;
    border-radius: 6px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

.multi-deal-select .select2-container {
    width: 100% !important;
}

.multi-deal-select .select2-container--default .select2-selection--multiple {
    border: 1px solid #B1C0C7 !important;
    border-radius: 6px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.multi-deal-select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

/* my_css_start */
.tab_partcipate_part ul {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    display: table;
    filter: drop-shadow(0px 10px 10px rgba(38, 167, 223, 0.3));
    background: #26A7DF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: 0 auto;
    width: auto;
}

.tab_partcipate_part ul li {
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: 0;
    display: inline-block;
    width: auto !important;
    line-height: 1.2;
    border-radius: 0;
}

.participating-location-main-respnsv-table {
    width: 100%;
    overflow-x: auto;
}

.tab_partcipate_part ul li button {
    padding: 0;
    margin: 0;
    background: transparent;
    min-width: inherit;
    border: 0;
    color: #fff;
    /* text-transform: uppercase; */
    min-width: 235px;
    padding: 22px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 15px;
}

.tab_partcipate_part ul li button.active {
    background: #ffffff;
    color: #000;
}

.tab_partcipate_part {
    margin-bottom: 30px;
}

.active_date_prt_top ul {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.active_date_prt_top ul li {
    width: auto;
    background: transparent !important;
    padding: 0;
    margin: 0;
    line-height: 1;
    border: 0;
    border-radius: 0;
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
    border-right: 1px dashed #000;
}

.active_date_prt_top_li {
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #000000;
}

.active_date_prt_top ul li:last-child {
    border-right: 0;
}

.active_date_prt_top_li h5 {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.cmn_links_clkd2 a {
    color: #208ccb !important;
    text-decoration: underline !important;
    display: table !important;
    margin: 0 auto !important;
    font-size: 16px;
    line-height: 1.3;
}

.cmn_links_clkd2 a:hover {
    color: #000 !important;
}

.active_date_prt_top {
    margin-bottom: 25px;
}

.purchase_rcv_ordr_box {
    background: #ececec;
    padding: 30px 25px;
    margin-top: 30px;
}

.purchase_rcv_ordr_box_col input[type="text"],
.purchase_rcv_ordr_box_col input[type="email"],
.purchase_rcv_ordr_box_col input[type="url"],
.purchase_rcv_ordr_box_col input[type="password"],
.purchase_rcv_ordr_box_col input[type="search"],
.purchase_rcv_ordr_box_col input[type="number"],
.purchase_rcv_ordr_box_col input[type="tel"],
.purchase_rcv_ordr_box_col input[type="range"],
.purchase_rcv_ordr_box_col input[type="date"],
.purchase_rcv_ordr_box_col input[type="month"],
.purchase_rcv_ordr_box_col input[type="week"],
.purchase_rcv_ordr_box_col input[type="time"],
.purchase_rcv_ordr_box_col input[type="datetime"],
.purchase_rcv_ordr_box_col input[type="datetime-local"],
.purchase_rcv_ordr_box_col input[type="color"],
.purchase_rcv_ordr_box_col textarea,
.purchase_rcv_ordr_box_col .form-control,
.purchase_rcv_ordr_box_col select {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    height: 58px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
}

.purchase_rcv_ordr_box_col textarea {
    height: 120px;
}

.purchase_rcv_ordr_box_col h5 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.active_date_prt_top_li.newww h5 {
    font-size: 21px;
}

.active_date_prt_top_li.newww p {
    font-size: 16px;
}

.active_date_prt_top_li.newww {
    display: table;
    margin-left: auto;
    text-align: right;
    margin-bottom: 30px;
}

/* my_css_end */


@media(max-width:1900px) {
    .Search-for-apartments-right-one14 span {
        width: calc(33.33% - 15px);
        height: auto;
        display: inline-block;
        border-radius: 5px;
    }

    .smart-contain-left1 .cat-right-icon {
        margin-left: 0px;
    }

    .smart-contain-left {
        display: flex;
        width: calc(100% - 160px);
    }

    .smart-contain-left-text p {
        font-size: 15px;
        line-height: 18px;
        background: url(../images/location-icon44.svg) no-repeat;
        padding-top: 0px;
    }

    .approved-one .smart-contain-main1 ul li>div:nth-child(2) {

        margin-left: 0px;
        width: 100%;
    }
}

@media(max-width:1350px) {

    .move-spa-con h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .select-box1 {
        font-size: 12px;
        line-height: 15px;
    }

    .table-scroll1 {
        overflow-x: scroll;
        width: 100%;
    }

    .table-scroll1 table {
        width: 900px;
    }

    .participating-location-main table th {
        padding-left: 2px;
        padding-right: 2px;
    }

    .participating-location-main table td {
        padding-left: 2px;
        padding-right: 2px;
    }

    .vouchers-used .number {
        font-size: 20px;
        line-height: 24px;
    }

    .wizard-body .right_box_section.step-2 {
        padding: 20px;
    }

    .modal-deal-management-top h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .p-text111 {
        font-size: 15px;
        line-height: 18px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .text445 {
        font-size: 15px;
        line-height: 20px;
    }

    .button-one11 {
        padding: 5px 5px;
        color: #fff;
        font-size: 14px;
        line-height: 17px;

    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .point-and-reward h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .allen-part-tab-one-main .nav-link {
        font-size: 16px;
        line-height: 19px;
        padding: 10px;

    }

    .col-mid-con-one {
        padding: 15px 15px 15px 15px;

    }

    .col-mid-con-one h4 {
        font-size: 15px;
    }

    .form-group-custom-radio .checkmark {
        top: 0px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #93DA42;
    }

    .deal-m-one {
        padding-left: 5px;
        padding-right: 5px;
    }

    .deal-m-one1 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .corporate-lead-setting-1-main-sec .right-sec-account-status-lead-setting-1 {
        padding: 15px;
    }

    .corporate-lead-setting-1-main-sec .right-sec-account-status-lead-setting-1 h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .corporate-lead-setting-1-main-sec .right-sec-account-status-lead-setting-1 p {
        font-size: 15px;
        line-height: 18px;
    }

    .content-area {
        padding: 50px 0;
    }

    .building-park-mid-conatain h2 {
        clear: both;
        width: 100%;
    }

    .building-park-right-contain h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .building-park-mid-conatain h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .categroies-text {
        font-size: 19px;
        line-height: 22px;
        color: #FFFFFF;

    }

    .categroies-heading {
        font-size: 15px;
        line-height: 19px;

    }

    .p-responsive-main {
        width: 100%;
        display: inline-block;
    }

    .smart-rental-button ul li {

        width: calc(33.33% - 10px);

    }

    .smart-rental-button ul li:nth-child(4) {
        width: calc(33.33% - 10px);
        margin-right: 10px;
    }

    .categroien-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* .midlecon{ width: 25%;}
    .carousel-item{ width: 25%; display: inline-block;} */
    .smart-contain-left {
        width: calc(100% - 150px);
    }

    .deals-button {
        padding: 10px;
    }

    .smart-contain-left-text h4 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .cat-left-ico1:after {
        width: 50px;
        left: -35px;
    }

    .cat-left-ico2:after {
        width: 50px;
        left: 102px;
    }

    .categroies-heading {
        font-size: 19px;
        line-height: 22px;
    }

    .cat-left-ico1 img {
        height: 20px;
    }

    .cat-left-ico2 img {
        height: 20px;
    }

    .cat-right-icon {
        margin-left: 10px;
    }

    .cat-left-icon {
        margin-right: 10px;
    }

    .p-responsive-main .mail-image-icon {
        padding-left: 20px;
        margin-left: 0px;
    }

    .alen-park-text1 {
        margin-bottom: 15px;
    }

    .marchant-body-cont h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .content-sec h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .wizard-body .right_box_section .btn_section .profile_btn {
        font-size: 14px;
        line-height: 17px;
        padding: 15px;
        margin-right: 5px;
    }

    .wizard-body .right_box_section .btn_section .next_btn {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 15px;
    }


    .marchant-body-cont p {
        font-size: 13px;
        line-height: 18px;
    }

    .wizard-body .right_box_section {
        padding: 20px;
    }

    .wizard-body .right_box_section .form-section h6 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .corporate-lead-setting-1-main-sec .middle-smart-rental-sec {
        border-top: 1px solid #EDEDED;
        padding: 12px 0 15px;
    }

    .custom-checkbox-send-edit-setting {
        padding-bottom: 15px;
    }

    .allen-part-tab-one-main .nav-link {
        font-size: 12px;
        line-height: 16px;
        padding: 5px;
    }

    .loyality-rewards-last-sec ul li {
        padding: 10px;
    }

    .loyality-rewards-last-sec ul li:first-child p {
        font-size: 13px;
        line-height: 15px;
    }

    .build-your-loyality-first-tab-sec .first-tab-build-sec h6 {
        font-size: 13px;
        line-height: 16px;
    }

    .loyality-rewards-last-sec .purchase-goal-sec-new p {
        font-size: 12px;
        line-height: 16px;
    }

    .cancel-button {
        padding: 10px 18px;
        font-size: 14px;
        line-height: 16px;
    }

    .white-modal h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .Gimmzi-Gift-Manager h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .gift-database-main h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .gift-database-main button {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 16px;
        border: 0px;
    }

    .gift-database-table {
        width: 100%;
        overflow-x: scroll;
    }

    .gift-database-table .table {
        width: 750px;
    }

    .gift-table-main thead tr td {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 5px;
        text-align: left;
    }

    .gift-table-main tbody tr td {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 5px;
    }

    .contact-info-con-top {
        font-size: 15px;
        line-height: 19px;
    }

    .contact-info-con-top {
        font-size: 15px;
        line-height: 19px;
        padding-top: 20px;
    }

    .message_board .form_section_area .form_margin {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .text446 {
        font-size: 15px;
        line-height: 20px;

    }

    .left-first-con1 h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .Add-to-my-wallet {
        padding: 10px;
        font-size: 13px;
        line-height: 17px;
    }

    .Deal-Expires-text {
        font-size: 15px;
        line-height: 20px;
    }

    .point-text11 {
        font-size: 15px;
        line-height: 20px;
    }

    .smart-reward-con h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .Smart-Rewards-member-since h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .smart-reward-button-one button {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .residential-point-providers-mid-con11 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:1200px) {
    .resdncial-poinr-right-one h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .resdncial-poinr-right-one h5 {
        font-size: 17px;
        line-height: 20px;
    }

    .windfall-Lakes-Apartment ul li h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .resident-mid-con-one {
        margin: 10px 10px;
        padding: 12px;
    }

    .windfall-Lakes-Apartment ul li h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .tenant-top-one {
        font-size: 15px;
        line-height: 20px;
    }

    .tenant-top-one a {
        font-size: 15px;
        line-height: 20px;
    }

    .featured-mid-con {
        font-size: 15px;
        line-height: 19px;
    }

    .property-contain-r .form-check label {
        font-size: 15px;
        line-height: 19px;
    }

    .featured-mid-con span {
        font-size: 15px;
        line-height: 20px;
    }

    .property-website-con h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .last-technical-issue-txt-loyality-purchase-goal a {
        font-size: 15px;
        line-height: 20px;
    }

    .table-manage-program-sec {
        width: 100%;
        overflow-x: scroll;
    }

    .table-manage-program-sec table {
        width: 1000px !important;
    }

    .manage-program-tab-content-main-sec .table-manage-program-sec table th {
        padding: 2px;
        font-size: 12px;
        line-height: 15px;
    }

    .manage-program-tab-content-main-sec .table-manage-program-sec table td {
        padding: 2px;
        font-size: 11px;
        line-height: 15px;
    }

    .search-appart-top-right .form-check {
        display: flex;
        align-items: center;
    }

    .view-your-merchant-website-main-sec .left-middle-park-main-sec ul li .phone-time {
        font-size: 14px;
        line-height: 16px;
    }

    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main .right-middle-park-sec ul li {
        font-size: 14px;
        line-height: 16px;
        margin-right: 0px;
    }


    .right-middle-park-main-sec button {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 10px;

    }

    .top-one1 {
        overflow-x: scroll;
    }

    .top-one1 table {
        width: 700px !important;
    }

    .description-text1 {
        font-size: 11px;
        line-height: 15px;
    }

    .modyfi-text-one {
        font-size: 11px;
        line-height: 15px;
    }

    .show-filled-units-only .filter-section .form-check label {
        font-size: 15px;
        line-height: 20px;
    }

    .preview-deal-one button {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .deal-management-text1 .text-area18 {
        width: 100%;
    }

    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main .right-middle-park-sec h2 {
        font-size: 25px;
        line-height: 29px;
    }

    .features-m {
        font-size: 14px;
        line-height: 19px;
        padding: 12px;
    }

    .features-a {
        background: #26A7DF;
        font-size: 14px;
        line-height: 19px;
        padding: 12px;
    }

    .allen-img-first1 {
        padding-bottom: 25px;
    }

    .uploard-logo-one h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .property-site-setting-website11 {
        padding: 15px 16px;
    }

    .contact-info-con-top {
        font-size: 14px;
        line-height: 19px;
    }

    .My-Point-Badges .form-check {
        margin-right: 10px;
    }

    .form-check label {
        font-size: 12px;
        line-height: 16px;
    }
   
.container {
    max-width: 95%;
}

}

@media(max-width:1199px) {

    /* my_css_start */
    .property-site-setting-website .property-site-setting-website11 {
        width: 100%;
        padding: 0;
    }

    .property-site-setting-website .property-left-right-space {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .merchant-site-settings-right .contact-info-con-top {
        padding-top: 0;
    }

    .merchant-site-settings-right {
        padding: 0;
    }

    .merchant-site-settings-right>.row {
        margin: 0;
    }

    .merchant-site-settings-right>.row>[class*="col-"] {
        padding: 0;
    }

    .property-site-setting-website {
        padding: 30px 25px;
    }

    /* my_css_end */
}

@media (max-width: 991px) {
    .residential-point-providers-mid-con12 {
        font-size: 18px;
        line-height: 20px;
    }

    .point-minium button {
        width: 96px;
        height: 41px;
        font-size: 12px;
        line-height: 15px;
    }

    .limit-setting-right .point-top-one14 {
        padding: 12px;
        margin-bottom: -7px;
    }

    .point-minium input[type="text"] {
        width: 50px;
        height: 25px;
    }

    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main .right-middle-park-sec h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .point-minium label {
        font-size: 13px;
        line-height: 16px;
    }

    .map-it-button {
        min-width: 100px;
    }

    .allen-part-tab-one-main {
        margin-top: 20px;
    }

    .allen-container-mid {
        padding-top: 0px;
    }

    .featured-amenties-button {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .add-participating-location {
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
    }

    .filter-main {
        justify-content: flex-start !important;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main .right-middle-park-sec ul {
        flex-direction: row;
        flex-wrap: wrap;
        flex-direction: coloum
    }

    .message_board .display_sec h6 {
        font-size: 11px;
        line-height: 1.6;
    }

    .message_board .display_sec .container_radio {
        font-size: 11px;
        line-height: 1.6;
    }

    .message_board .display_sec p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .message_board .form_section_area .btn-flex .preview_btn {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .corporate-lead-setting-1-main-sec .apartments-sec .number-txt {
        font-size: 15px;
        line-height: 19px;
    }

    .custom-checkbox-send-edit-setting label {
        margin-left: 10px;
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 20px);
    }

    .loyality-rewards-last-sec .purchase-goal-sec-new label {
        font-size: 12px;
        line-height: 15px;
    }

    .programe-database-main-sec-tab-content .add-manage-gifts-btn-sec {
        padding: 0 9px;
        font-size: 15px;
        border: 1px solid #208CCB;
        height: 46px;
        line-height: 18px;

    }

    .corporate-lead-setting-1-main-sec .last-sec-merchant-lead h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .corporate-lead-setting-1-main-sec .last-sec-merchant-lead h4 a {
        font-size: 12px;
        line-height: 15px;
    }

    .corporate-lead-setting-1-main-sec .merchant-page-lead-setting-1-sec p {
        font-size: 14px;
        line-height: 17px;
    }

    .corporate-lead-setting-1-main-sec .merchant-page-lead-setting-1-sec button {
        padding: 0 10px;
        height: 27px;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
    }

    .marchant-body-cont a {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .table-m {
        width: 100%;
        overflow-x: scroll;
    }

    .table-m table {
        width: 900px;
        overflow-x: scroll;
    }

    .categroies-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .browse-market-universe {
        font-size: 14px;
        line-height: 18px;
    }

    .categroies-text {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .cat-left-ico1:after {
        display: none;
    }

    .cat-left-ico2:after {
        display: none;
    }

    .navbar-collapse {
        padding: 10px;
    }

    .top-navication li {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .smart-contain-main1 ul li {
        width: 100%;
        margin-right: 0px;
    }

    .smart-contain-main1 ul li:nth-child(even) {
        width: 100%;
        margin-right: 0px;
    }

    .smart-contain-left-text p {
        font-size: 13px;
        line-height: 15px;
    }

    .middle-part ul li {
        min-width: 16rem;
    }

    .alen-park-main-one1 h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .wizard-body .right_box_section {
        padding: 20px;
    }

    .new-corporate-lead-setting-1-header-main .id-gimiz {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-manage-program-sec .send-program-btn-sec {
        height: 28px;
        padding: 0 10px;
        align-items: center;
        font-size: 12px;
        line-height: 15px;

    }

    .table-manage-program-sec .custom-select-box-gift-program-database select {
        height: 28px;
    }

    .manage-program-tab-content-main-sec .table-manage-program-sec table td .restart-program-btn-sec {
        height: 28px;
        padding: 0 5px;
        font-size: 12px;
        line-height: 15px;
    }

    .value-of-this-gift h4 {
        font-size: 13px;
        line-height: 15px;
    }

    .new-tab-manage-program-technical-issue-txt {
        padding-top: 25px;
    }

    .modal-deal-management-top h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .modal-deal-management-top button {
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        padding: 10px 10px;
    }

    .gift-database-main {
        padding-top: 10px;
        margin-top: 10px;
    }

    .last-cancel-save-btn-sec-purchase-goal-loyality button {
        font-size: 13px;
        line-height: 16px;
        padding: 0 15px;
        line-height: 17px;
    }

    .Gimmzi-Gift-Manager input[type="text"] {
        padding: 5px;
        font-size: 16px;
        line-height: 19px;
    }

    .gift-database-main button {
        font-size: 14px;
        line-height: 17px;
        padding: 6px 5px;
    }

    .modal-body {
        padding: 10px;
    }

    .main-new-page .right-tab-sec-purchase-goal .all-field-txt-purchase-goal .form-group label {
        font-size: 16px;
        line-height: 19px;
    }

    .tenant.message_board .form_section_area label {
        font-size: 14px;
        line-height: 16px;
    }

    .wizard-body .right_box_section {
        min-height: auto;
    }

    .message_board .form_section_area input,
    .message_board .form_section_area select {
        padding: 0 24px 0 12px;
        font-size: 14px;
        line-height: 17px;
    }

    .col-lg-3.point-and-reward {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }

    /* my_css_start */
    .new_modal_participate .modal-dialog {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .new_modal_participate .modal-dialog .modal-content {
        width: 100%;
    }

    /* my_css_end */
}

@media (max-width: 767px) {
    .residential-point-providers-mid-con-main-one4 {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .residential-point-providers-left {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .windfall-Lakes-Apartment ul li h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .windfall-Lakes-Apartment ul li h4 {
        font-size: 14px;
        line-height: 17px;
    }

    .resident-mid-con-one-top ul li {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .d-flex11 {
        width: 100%;
    }

    h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .left-first-con1 h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .pl-01 {
        padding-left: 12px;
        margin-bottom: 15px;
    }

    .property-site-text {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 11px;
    }

    .leads-managers {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 11px;
        margin-left: 10px;
    }

    .property-text-one11 {
        font-size: 15px;
        line-height: 19px;
    }

    .property-text12 {
        font-size: 15px;
        line-height: 19px;
    }

    .container {
        max-width: 100%;
    }

    .p-con-one {
        padding: 6px;
    }

    .update-button1 {
        padding: 15px 15px;
        font-size: 15px;
        line-height: 15px;
    }

    .customer-input input[type="text"] {
        width: 35px;
        height: 30px;
        padding: 5px;
    }

    .value-of-this-gift h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .wizard-body .right_box_section h1 {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 10px;
    }

    .wizard-body .left_step .deal_btn {
        font-size: 12px;
        line-height: 16px;
        width: auto;
        margin: 22px auto 22px auto;
        border: 1px solid #929A9D;
        border-radius: 5px;
        padding: 2px;
    }

    body {
        font-size: 15px;
        line-height: 18px;
    }

    .search-appart-top-right .form-check {
        margin-right: 5px;
        min-height: auto;
    }

    .all-smart-rental-database-main-sec .first-smart-rental-sec h2 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .form-check label {
        font-size: 13px;
        line-height: 16px;

    }

    .search-appart-top-right .form-check-input {
        width: 16px;
        height: 16px;

    }

    .form-check label {
        font-size: 11px;
        line-height: 15px;
        padding-right: 5px;
        padding-top: 0px;
    }

    .search-appart-top-right .form-check-input {
        background: url(../images/radio-bg1.svg) no-repeat center top;
        background-size: 15px;
    }

    .search-appart-top-right .form-check-input:checked[type=radio] {
        background-size: 15px;
    }

    .search-appart-top-one {
        flex-wrap: wrap;
    }

    .m-mobile-baner1 {
        display: none;
    }

    .m-mobile-baner {
        display: block;
    }

    .wizard-body .left_step ul li:first-child {
        margin-top: 25px;
    }

    .wizard-body .left_step ul li .margin-right {
        margin-right: 5px;
    }

    .merchent-back-top {
        padding-bottom: 50px;
    }

    .top-space-one14 {
        margin-top: 25px;
    }

    .please-provider-top-one h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .please-provider h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .confirm-button {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 21px;
    }

    .update-button {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 12px;
    }

    .please-provider h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .smart-rental-button ul li {

        width: calc(50% - 10px);

    }

    .smart-rental-button ul li:nth-child(4) {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .wizard-body .right_box_section h1 {
        font-size: 28px;
        line-height: 31px;
    }

    .wizard-body .right_box_section .btn_section {
        padding: 60px 16px 0 16px;
    }

    .wizard-body .left_step ul li h6 {
        font-size: 14px;
        line-height: 17px;
    }

    .wizard-body .left_step ul li p {
        font-size: 12px;
        line-height: 15px;
    }

    .wizard-body .right_box_section {
        padding: 10px;
    }

    .wizard-body .right_box_section h1 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .wizard-body .right_box_section .form-section {
        padding: 10px;
    }

    .wizard-body .left_step ul li .grey_circle::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 95px;
        background-color: #D7D7D7;
        top: 18px;
        left: 9px;
        border-radius: 3px;
    }

    .wizard-body .left_step ul li .grey_circle {
        width: 15px;
        height: 15px;
    }

    .wizard-body .left_step ul li {
        margin-top: 0px;
        padding-top: 50px;
        padding-top: 20px;
    }

    .wizard-body .left_step ul li .d-flex div:nth-child(2) {
        width: calc(100% - 25px);
    }

    .wizard-body .left_step ul li .grey_circle::after {
        height: 80vh;
    }

    .allen-part-tab-one-main .tab-pane {
        min-height: auto;
    }

    .uploard-top-one {
        font-size: 14px;
        line-height: 18px;
    }

    .white-modal h1 {
        font-size: 17px;
        line-height: 20px;
    }

    .property-left-right-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    .point-minium button {
        width: 65px;
        height: 41px;
    }

    .point-minium input[type="text"] {
        width: 50px;
        height: 41px;
    }

    .property-site-setting-website11 {
        padding: 20px 16px;
    }

    .corporate-right-text ul li {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 08px;
    }

    .collection-text1 {
        font-size: 16px;
        line-height: 19px;
    }

    .mesage-board-bottom-contain p {
        font-size: 12px;
        line-height: 15px;
    }

    .message_board .display_sec .margin_cls {
        margin-top: 20px;
    }

    .left-first-con1 {
        width: 100%;
    }

    .resdncial-poinr-right-one {
        width: 100%;
    }

    /* my_css_start */
    .new-fade-modal-property-site-setting .modal-dialog {
        max-width: inherit;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .new-fade-modal-property-site-setting .modal-dialog .modal-content {
        width: 100%;
    }

    .modal-deal-management-top {
        display: block;
        text-align: center;
    }

    .modal-deal-management-top h2 {
        font-size: 31px;
        margin-bottom: 20px;
    }

    .participating-location-main .participating-location-main-respnsv-table table th {
        min-width: 210px;
    }

    .tab_partcipate_part ul li button {
        min-width: 155px;
        padding: 15px 10px;
        font-size: 13px;
    }

    /* my_css_end */
}

@media screen and (max-width:640px) {
    .windfall-Lakes-Apartment {
        width: 100%;
    }

    .My-Point-Badges {
        width: 100%;
    }

    .all-smart-rental-database-main-sec .middle-smart-rental-sec .left-sec-home figure {
        width: 100%;
    }

    .mesage-board-bottom-contain {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .featured-mid-con a {
        margin: 0 5px;
    }

    .property-contain-r a {
        font-size: 12px;
        line-height: 15px;
        margin-right: 5px;
    }

    .featured-mid-con span {
        font-size: 12px;
        line-height: 15px;
        padding-right: 0px;
    }

    .property-contain-r .form-check label {
        font-size: 12px;
        line-height: 15px;
    }

    .featured-mid-con {
        font-size: 12px;
        line-height: 15px;
    }

    .corporate-right-text ul {
        padding: 10px 10px;
        margin-top: 15px;
    }

    .contact-info-con-top {
        font-size: 12px;
        line-height: 15px;
        padding-top: 10px;
    }

    .property-site-text {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 10px;
    }

    .leads-managers {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 10px;
        margin-left: 5px;
    }

    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main .right-middle-park-sec h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .tenant-month-bottom-con {
        font-size: 15px;
        line-height: 18px;
    }

    .move-in-Special-heading {
        font-size: 18px;
        line-height: 22px;
    }

    .allen-park-apartments-main-sec .left-middle-park-main-sec {
        padding-right: 10px;
    }

    .move-spa-con h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .move-spa-con p {
        font-size: 15px;
        line-height: 20px;
    }

    .assign-one4 {
        margin-top: 15px;
    }

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

    .participating-location-main table td {
        font-size: 11px;
        line-height: 14px;
    }

    .modal-deal-management-top h2 {
        font-size: 19px;
        line-height: 23px;
    }

    .wizard-body .left_step ul li p {
        font-size: 11px;
        line-height: 14px;
    }

    .all-smart-rental-database-main-sec .middle-smart-rental-sec .right-sec-rental .apartments-sec ul li h6 .points-distributed-txt-new {
        font-size: 12px;
        line-height: 14px;
        padding: 0px 0;
    }

    .home-one5 {
        padding-top: 0px;
    }

    .message_board .form_section_area .btn-flex {
        margin: 20px 0 20px 0;
    }

    .resident-top-mid-left figure {
        width: 100%;
    }

    .resident-top-mid-left {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .col-mid-con-one {
        flex-direction: column;
        align-items: flex-start;
    }

    .col-mid-con-one h4 {
        margin-bottom: 15px;
    }
}


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

    .gift-setting-sec h4 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .programe-database-main-sec-tab-content .add-manage-gifts-btn-sec {
        padding: 0 5px;
        font-size: 14px;
        line-height: 17px;
    }

    .custom-checkbox-send-edit-setting label {
        font-size: 12px;
        line-height: 15px;
    }

    .last-technical-issue-txt-loyality-purchase-goal a {
        font-size: 11px;
        line-height: 15px;
    }

    .manage-program-tab-content-main-sec .filter-sec-manage-programs select {
        width: 140px;
    }

    .custom-checkbox-send-edi .manage-program-tab-content-main-sec .filter-sec-manage-programs select {
        width: 140px;
    }

    .allen-part-tab-one-main .nav {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .allen-part-tab-one-main .nav-link {
        font-size: 15px;
        line-height: 19px;
        padding: 5px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .programe-database-main-sec-tab-content .filter-sec-manage-programs {
        gap: 10px
    }

    .wizard-body .right_box_section .form-section {
        padding: 5px;
    }

    .wizard-body .right_box_section {
        padding: 5px;
    }

    .wizard-body .left_step ul li h6 {
        font-size: 12px;
        line-height: 15px;
    }

    .top-space18 {
        margin-bottom: 15px;
    }

    .wizard-body .left_step ul li .grey_circle::after {
        content: "";
        position: absolute;
        width: 3px;
        top: 10px;
        left: 6px;
    }

    .wizard-body .right_box_section .btn_section .profile_btn {
        font-size: 12px;
        line-height: 15px;
        padding: 7px;
        margin-right: 5px;
    }

    .wizard-body .right_box_section .form-section h6 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .wizard-body .right_box_section .form-section p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 20px;
    }

    .wizard-body .right_box_section .btn_section h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .wizard-body .right_box_section .form-section h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .w-one51 {
        flex-direction: column;
        width: 100%;
    }

    .wizard-body .right_box_section .form-section .width_90 {
        width: 100%;
    }

    .wizard-body .right_box_section .form-section .width_10 {
        width: 100%;
        text-align: center;
    }

    .wizard-body .right_box_section .form-section input {
        padding: 5px;
        height: 40px;
        margin-top: 10px;
    }

    .wizard-body .left_step {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wizard-body .right_box_section .btn_section {
        padding: 10px 5px 0 5px;
    }

    .content-sec {
        position: absolute;
        top: 128px;
        left: 95px;
    }

    .browse-market-universe {
        padding-left: 15px;
    }

    .browse-market-universe {
        text-align: left;
    }

    .smart-contain-left1 {
        height: 61px;
    }

    .new__all-show-and-redeem-my-wallet-flex {
        display: flex;
        align-items: flex-start;
    }

    .new__all-show-and-redeem-my-wallet-flex h5 {
        padding-top: 2px;
    }

    .use-the-smart-txt-show-and-redeem {
        margin-bottom: 22px !important;
    }

    .merchent-home {
        padding-left: 0px;
        padding-right: 0px;
    }

    .smart-contain-left-text h4 {
        padding-right: 15px;
    }

    .wizard-body .right_box_section .btn_section .next_btn {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 7px;
    }

    .next-go-button {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .next-go-button button {
        margin: 15px 0;
    }

    .home-one5 h4 {
        padding-right: 0px;
    }

    .tenant-top-one {
        font-size: 13px;
        line-height: 15px;
    }

    .tenant-top-one a {
        font-size: 13px;
        line-height: 15px;
    }

    .right-middle-park-main-sec img {
        margin-right: 5px;
    }
}

@media (max-width: 575px) {
    .p-top-4 {
        padding-top: 0px;
    }

    /* my_css_start */
    .new-fade-modal-property-site-setting .modal-dialog {
        width: 90%;
    }

    .new_modal_participate .modal-dialog {
        max-width: 90%;
    }

    .new-fade-modal-property-site-setting .modal-heading-property-site-setting {
        display: block;
        text-align: center;
    }

    .new-fade-modal-property-site-setting .modal-heading-property-site-setting .cancel-button {
        display: table;
        margin: 0 auto;
        margin-top: 10px;
    }

    .merchent-website-con1 {
        display: block;
    }

    .merchent-website-con1 h4 {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .white-modal h1 {
        font-size: 28px;
    }

    .modal-deal-management-top h2 {
        font-size: 25px;
    }

    /* my_css_end */
}

@media (max-width: 500px) {
    .allen-park-apartments-main-sec .allen-part-apartments-sec .middle-park-apartments-sec-main {
        flex-wrap: wrap;
    }

    .modal-content {
        width: 320px;
    }

    .building-park-mid-main {
        flex-wrap: wrap;
    }

    .building-park-mid-conatain {
        width: 100%;
    }

    .building-park-right-contain {
        padding-top: 20px;
    }

    .allen-img-main {
        width: 100%;
        text-align: center;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .alen-park-main-one1 {
        width: 100%;
    }

    .alen-park-contain {
        flex-wrap: wrap;
    }

    .smart-contain-left {
        width: 100%;
    }

    .smart-rental-button ul li {
        width: 100%;
        margin-right: 0px;

    }

    .smart-rental-button ul li:last-child {
        margin-bottom: 0px;
    }

    .smart-rental-button ul li:nth-child(4) {
        width: 100%;
        margin-right: 0px;
    }

    .smart-contain-main1 ul li>div:nth-child(2) {
        text-align: left;
        margin-top: 5px;
        margin-left: 96px;
        width: calc(100% - 96px);
    }

    .deals-button {
        display: inline-block;
    }
    /* CSS modification 22.08.23 */
    .prrprty_tab_mdl .modal-content{
        width: 100%;
    }

    /* CSS modification 22.08.23 */

}

@media (max-width: 479px) {

    /* my_css_start */
    .property-contain-r {
        display: block;
    }

    .property-contain-r>* {
        display: table;
        margin: 0;
        margin-bottom: 10px;
    }

    .property-contain-r>*:last-child {
        margin-bottom: 0;
    }

    .display-board-contain {
        display: block;
    }

    .display-board-contain h6 {
        margin-bottom: 18px;
    }

    .board-title1 {
        display: block;
    }

    .board-title1 select {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .board-title1>* {
        margin-bottom: 10px;
    }

    .board-title1>*:last-child {
        margin-bottom: 0;
    }

    .board-title1>span {
        display: inline-block;
        width: 100%;
    }

    .property-site-setting-website {
        padding: 20px 15px;
    }

    .purchase_rcv_ordr_box {
        padding: 15px 10px;
    }

    .purchase_rcv_ordr_box_col .btn_table_s {
        font-size: 12px;
    }

    .add-participating-location {
        font-size: 13px;
        padding: 13px 20px;
    }

    .active_date_prt_top ul {
        margin: 0;
    }

    .active_date_prt_top ul li {
        padding: 0;
        flex-basis: 100%;
        max-width: 100%;
        border: 0;
        border-bottom: 1px dashed #000;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .active_date_prt_top ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .tab_partcipate_part ul li button {
        min-width: 69px;
        padding: 12px 11px;
        font-size: 10px;
    }

    .modal-deal-management-top h2 {
        font-size: 23px;
    }

    /* my_css_end */
    /* CSS modification 22.08.23 */
    .property-manager .nav.nav-tabs .nav-link{
        font-size: 14px;
        padding-right: 30px;
    }
    .caret_dwn{
        width: 12px;
        height: 12px;
        background-size: 12px;
        right: 12px;
    }
    .provider_type_lstng{
        font-size: 13px;
    }
    /* CSS modification 22.08.23 */
}

@media screen and (max-width: 367px) {
    .leads-managers {
        font-size: 11px;
        line-height: 15px;
        padding: 10px 5px;
        margin-left: 5px;
    }

    .property-site-text {
        font-size: 11px;
        line-height: 15px;
        padding: 10px 5px;
    }

    .wizard-body .right_box_section h1 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .wizard-body .right_box_section .form-section h6 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .cat-left-ico1 {
        display: none;
    }

    .cat-left-ico2 {
        display: none;
    }

    .marchant-body-cont a {
        padding: 5px 0px;
        font-size: 11px;
        line-height: 14px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .message_board .form_section_area p {
        font-size: 12px;
        line-height: 15px;
    }
    
}

.modalOpa-backdrop:nth-child(2n-1) {
    opacity : 0;
  }

  /* 30/08/23 */
  #result2 > *{
    width: calc(100% / 4);
    padding: 0 5px 10px 5px;
    height: 100px;
  }
  #result2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px -5px;
  }
  #result2 > * img{
    width: 100%;
    height: 100%;
  }

  #result > *{
    width: calc(100% / 3);
    padding: 0 5px 10px 5px;
    height: 100px;
  }
  #result{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px -5px;
  }
  #result > * img{
    width: 100%;
    height: 100%;
  }

  .editImage_clss{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px -5px;
  }

  .editImage_clss > * {
    width: calc(100% / 3);
    padding: 0 5px 10px 5px;
    height: 120px;
  }

  .edit_img_wrapper{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .editmake_photo_button img{
    width: 100%;
    height: 120px !important;
    object-fit: cover;
  }

  .edit_img_wrapper > *{
    width: 100%;
    margin-bottom: 5px;
  }
  .edit_img_wrapper > *:last-child{
    margin-bottom: 0;
  }
  .editImgPreview_class{
    margin-top: 10px;
  }

  .add_img_part > *{
    padding-bottom: 15px;
  }
  .add_img_part{
    margin-bottom: -15px;
  }
  .delete_button{
    text-align: center;
    padding: 5px 8px;
    display: flex;
    justify-content: space-between;
  }
  .delete_button a{
    margin-right: 10px;
   
  }

  .delete_button.button_for_edit{
    font-size: 11px;
  }

  .delete_button a:last-child{
    margin-right: 0;
  }
  #divId{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  #divId > *{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  /* 30/08/23 */

/* responsive css end */
.dum-input {
    width: 25px !important;
    height: auto !important;
}

.dumy-img11 {
    width: 100px;
}

.select-menu-one select {
    width: 100%;
    /* padding: 0 11px;
    background: url(../images/arrow-select-bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
height: 40px;
border: 1px solid #B1C0C7; */
    border: 1px solid #26A7DF;
    border-radius: 6px;
    height: 46px;
    padding: 0 10px;
    background: url(../images/select-icon-bg-img.svg) no-repeat;
    background-position: 95%;
    width: 80px;
    padding-right: 25px;
    height: 30px;
}

.select-menu-one-full-width {
    width: 100%;
    /* padding: 0 11px;
    background: url(../images/arrow-select-bottom.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
height: 40px;
border: 1px solid #B1C0C7; */
    border: 1px solid #26A7DF;
    border-radius: 6px;
    height: 46px;
    padding: 0 10px;
    background: url(../images/select-icon-bg-img.svg) no-repeat right 5px center;

    padding-right: 25px;
    height: 40px;
    margin-top: 15px;
}

.filter-select11 {
    border: 1px solid #26A7DF;
    border-radius: 6px;
    height: 46px;
    padding: 0 10px;
    background: url(../images/select-icon-bg-img.svg) no-repeat right 5px center;

    padding-right: 25px;
    height: 40px;

    width: 100px;
}

.new-tab-one5::before {
    display: none;
}

.p-top-space {
    margin-top: 10px;
}

.merchantItemList .select-input-item {
    width: 100px;
    border: 1px solid #26A7DF;
    border-radius: 6px;
    height: 46px;
    padding: 0 10px;
    background-position: 95%;
    width: 80px;
    height: 30px;
}



/* 14-11-2022 kaushik */
@media (max-width: 480px) {
    .sec_preview .nav-cutom-tabs {
        justify-content: center;
    }

    .sec_preview .nav-tabs .nav-link {
        margin-bottom: 10px;
        font-size: 11px;
        margin-right: 7px;
    }

    .sec_preview .view-your-merchant-website-main-sec .smart-rewards-deal-right-tab-sec table tr:first-child th,
    .sec_preview .view-your-merchant-website-main-sec .weekly-specials-right-tab-sec table tr:first-child th {
        font-size: 17px;
    }

    .sec_preview .view-your-merchant-website-main-sec .smart-rewards-deal-right-tab-sec table td p,
    .sec_preview .view-your-merchant-website-main-sec .weekly-specials-right-tab-sec table td p {
        font-size: 14px;
        line-height: 20px;
    }
}