﻿.card-container {
    /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
    padding: 30px 40px;
    border-radius: 5px;
    background-color: white;
}

/*-----Header-----*/
/*body {
    background-color: #f5f5fb;
}*/

.Login-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.tb-signin .Login-img {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Login-img img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.Login-img p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.black .Login-img p {
    color: #fff;
}

.hd-header {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    transition: 300ms ease;
}

.hd-spacing {
    height: 144px;
}

.hd-top-wrap {
    position: relative;
}

.tb-signin {
    display: flex;
    align-items: center;
    position: absolute;
    width: auto;
    right: 45px;
    top: 10px;
}

    .tb-signin .red-btn {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        width: 132px;
        height: 28px;
        letter-spacing: 0;
        line-height: 1;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

.tb-info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #e6e6e6;
    transition: 300ms ease;
}

.tb-info {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    height: 100%;
    color: #000;
}

    .tb-info.divider:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        right: 0;
    }

.tb-icon {
    width: 19px;
    height: 19px;
    display: flex;
    margin-right: 10px;
}

    .tb-icon img {
        width: auto;
        height: 100%;
        margin-left: auto;
    }

.tb-text p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.tb-text .tb-time {
    font-weight: 400;
}

    .tb-text .tb-time span {
        font-weight: 600;
        text-transform: none;
        display: inline-block;
        margin: 0 10px;
    }


.hd-main-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 50px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.11);
    transition: 300ms ease;
}

.md-logo-wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-right: 0px;
}

.md-nav-wrap {
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.md-icon-wrap {
    display: flex;
    align-items: center;
}

.md-logo {
    margin-right: 50px;
    position: relative;
}

.logo-white {
    display: none;
}

.md-logo.divider:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    right: -20px;
}

.md-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    .md-ul li {
        position: relative;
    }

        .md-ul li a:hover {
            color: #000;
        }

.md-item {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0px 20px;
    padding-bottom: 30px;
    padding-top: 6px;
    position: relative;
}

    .md-item.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 0;
        background-color: #e31c17;
    }
/*.has-sub-ul {
    transition:300ms ease;
    box-shadow:none;
}*/
.has-sub-ul:hover {
    background-color: #ebebeb;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}

    .has-sub-ul:hover .md-sub-ul {
        display: block;
    }

.md-sub-ul {
    position: absolute;
    min-width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    left: 0;
    top: 33px;
}

.md-sub-item {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 12px 12px;
    width: 100%;
}

.md-icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.md-search {
    background-image: url(../images/searchBlack.png);
}

.md-nav-icon {
    background-image: url(../images/navBlack.png);
    display: none;
}

.md-close {
    background-image: url(../images/closeWhite.png);
    height: 26px;
    width: 26px;
}

.md-lbl {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
    margin-bottom: 0;
}

/* The container must be positioned relative: */
.md-select {
    position: relative;
    font-family: 'Poppins', sans-serif;
    width: auto;
    line-height: 1;
}

    .md-select select {
        display: none; /*hide original SELECT element: */
    }

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../images/DownArrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    right: 0;
    width: 12px;
    height: 7px;
    transition: 300ms ease;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #000;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.select-selected {
    background-color: transparent;
    padding: 0 12px 8px 0;
    width: 90px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    width: 150px;
    top: 100%;
    left: -15px;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.hd-bc-wrap {
    background-color: rgba(0,0,0,0.3);
    padding: 18px 50px;
}

.bc-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.bc-li {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

    .bc-li.active {
        font-weight: 400;
    }

    .bc-li a {
        color: #fff;
    }

.bc-divider {
    display: inline-block;
    margin: 0 5px;
    font-weight: 400;
}


.hd-mobile-wrap {
    position: fixed;
    background-color: #000;
    height: 100%;
    width: 100%;
    padding: 50px 25px 40px 25px;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: 300ms ease;
    display: none;
}

    .hd-mobile-wrap.open {
        opacity: 1;
        pointer-events: all;
    }

.mm-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.mm-logo {
    position: relative;
    width: 50%;
    margin-right: 30px;
}

    .mm-logo.divider:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: -15px;
        background-color: rgba(255,255,255,0.2);
    }

.mm-loc-wrap {
    flex: 1;
    margin-right: 10px;
}

.mm-lbl {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.mm-select select {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    background-image: url(../images/WhiteArrow.png);
    background-position: right center;
    background-size: 12px 7px;
    padding-right: 15px;
    background-repeat: no-repeat;
    display: block;
    line-height: 1.3;
}

    .mm-select select:focus {
        outline: none;
    }

.mm-nav-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.mm-time-wrap {
    margin-bottom: 40px;
}

.mm-time p {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.mm-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mm-sub-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mm-item, .mm-sub-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
}

    .mm-item:hover, .mm-sub-item:hover {
        color: #fff;
    }

.mm-sub-item {
}

.mm-info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mm-active {
    color: #e31c17;
}

.mm-btn-wrap {
    margin-top: 40px;
}

    .mm-btn-wrap .red-btn {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        width: 150px;
        height: 36px;
        letter-spacing: 0;
        line-height: 1;
        box-shadow: none;
        margin: 0 auto;
    }


/*Temp Black and Transparent Header*/
/*.hd-spacing {
    height:0;
}*/
.hd-header.black .tb-info-wrap {
    background-color: #000;
}

.hd-header.black .tb-info {
    color: #fff;
}

    .hd-header.black .tb-info.divider:after {
        background-color: rgba(255,255,255,0.3);
    }

.hd-header.black .hd-main-wrap {
    background-color: transparent;
    border-bottom: none;
}
/*.hd-bc-wrap {
    display:none;
}*/

.hd-header.black .md-logo.divider:after {
    background-color: rgba(255,255,255,0.3);
}

.hd-header.black .md-lbl {
    color: #fff;
}

.hd-header.black .select-selected {
    color: #fff;
}

    .hd-header.black .select-selected:after {
        background-image: url(../images/WhiteArrow.png);
    }

.hd-header.black .md-item {
    color: #fff;
}

    .hd-header.black .md-item.active:after {
        display: none;
    }

.hd-header.black .md-search {
    background-image: url(../images/searchWhite.png);
}

.hd-header.black .md-nav-icon {
    background-image: url(../images/navBlack.png);
}

.hd-header.black .logo-black {
    display: none;
}

.hd-header.black .logo-white {
    display: block;
}

.hd-header.black .has-sub-ul:hover {
    background-color: transparent;
    box-shadow: none;
}

.logo-black {
    height: 58px;
}
/*Temp Black and Transparent Header-----END*/

/*Temp White Breadcrumbs*/
.hd-bc-wrap.white {
    background-color: #fff;
}

    .hd-bc-wrap.white .bc-li, .hd-bc-wrap.white .bc-li a {
        color: #000;
    }
/*Temp White Breadcrumbs-----END*/

.mob-logo {
    height: 50px;
}
/*-----Header-----END-----*/


/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
        padding: 15px 0;
    }

    .md-logo {
        margin-right: 0;
        width: 167px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 63px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 10px;
        color: #fff;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .hd-header.black .hd-top-wrap {
        display: block;
    }

    .hd-top-wrap .tb-info {
        display: none;
    }

        .hd-top-wrap .tb-info.show-mobile {
            display: flex;
        }

        .hd-top-wrap .tb-info.divider:after {
            display: none;
        }

    .tb-signin {
        display: none;
    }

    .hd-top-wrap .tb-info-wrap {
        height: 26px;
        justify-content: flex-end;
    }


    /*-----Header-----END-----*/


    .Phone-display {
        display: block;
    }

    .mm-logo {
        position: relative;
        width: 100%;
    }

    #LoginImgMobile {
        display: flex;
    }

    #LoginImg {
        display: none;
    }

    .Login-img {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .md-item {
        font-size: 10px;
        margin: 0px 18px;
    }

    .frow-wrap h3 {
        font-size: 14px;
    }

    .frow-wrap p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 12px;
    }

    .whats-img {
        height: 180px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 85px;
    }

    .gift-txt-wrap p {
        font-size: 16px;
    }

    .red-btn {
        font-size: 16px;
    }

    .whats-va {
        color: #8d1919;
        font-size: 14px;
    }

    .title h2 {
        font-size: 15px;
    }
}


/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
        padding: 15px 0;
    }

    .md-logo {
        margin-right: 0;
        width: 167px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 63px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 10px;
        color: #fff;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .hd-header.black .hd-top-wrap {
        display: block;
    }

    .hd-top-wrap .tb-info {
        display: none;
    }

        .hd-top-wrap .tb-info.show-mobile {
            display: flex;
        }

        .hd-top-wrap .tb-info.divider:after {
            display: none;
        }

    .tb-signin {
        display: none;
    }

    .hd-top-wrap .tb-info-wrap {
        height: 26px;
        justify-content: flex-end;
    }


    /*-----Header-----END-----*/


    .Phone-display {
        display: block;
    }

    .mm-logo {
        position: relative;
        width: 100%;
    }

    #LoginImgMobile {
        display: flex;
    }

    #LoginImg {
        display: none;
    }

    .Login-img {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .md-item {
        font-size: 10px;
        margin: 0px 18px;
    }

    .frow-wrap h3 {
        font-size: 14px;
    }

    .frow-wrap p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 12px;
    }

    .whats-img {
        height: 180px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 85px;
    }

    .gift-txt-wrap p {
        font-size: 16px;
    }

    .red-btn {
        font-size: 16px;
    }

    .whats-va {
        color: #8d1919;
        font-size: 14px;
    }

    .title h2 {
        font-size: 15px;
    }
}



/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
        padding: 50px;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 200px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 80px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 12px;
        color: #fff;
    }

    .mm-time p {
        font-size: 12px;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .mm-logo {
        width: 200px;
    }

    .mm-item, .mm-sub-item {
        font-size: 14px;
    }


    /*-----Header-----END-----*/

    .mm-logo {
        position: relative;
        width: 100%;
    }

    #LoginImgMobile {
        display: flex;
    }

    #LoginImg {
        display: none;
    }

    .Login-img {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    /*.md-item {
        font-size: 10px;
        margin: 0px 18px;
    }*/

    .frow-wrap h3 {
        font-size: 14px;
    }

    .frow-wrap p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 12px;
    }

    .whats-img {
        height: 180px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-wrap {
        display: flex;
        justify-content: center;
        padding-left: 20px;
    }

    .ds-flex {
        display: flex;
        justify-content: center;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 76px;
    }

    .gift-txt-wrap {
        width: 50%;
    }

        .gift-txt-wrap p {
            font-size: 20px;
        }

    .red-btn {
        font-size: 16px;
    }

    .whats-va {
        color: #8d1919;
        font-size: 14px;
    }

    .title h2 {
        font-size: 15px;
    }

    .surprise-wrap {
        margin-top: 40px;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
        padding: 50px;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 200px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 80px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 12px;
        color: #fff;
    }

    .mm-time p {
        font-size: 12px;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .mm-logo {
        width: 200px;
    }

    .mm-item, .mm-sub-item {
        font-size: 14px;
    }

    .Login-img p {
        color: #fff;
        font-size: 14px;
    }
    /*-----Header-----END-----*/
    .mm-logo {
        position: relative;
        width: 100%;
    }

    #LoginImgMobile {
        display: flex;
    }

    #LoginImg {
        display: none;
    }

    .Login-img {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .contact-wrap {
        display: flex;
        justify-content: center;
        align-items: left;
        padding-left: 0px;
        margin-top: 40px;
    }

    .ds-flex {
        display: flex;
        justify-content: center;
    }

    .gift-txt-wrap {
        width: 50%;
    }

    .gift-icon-wrap img {
        height: 120px;
        width: 120px;
    }

    .gift-txt-wrap p {
        color: #4d4b6a;
        font-size: 30px;
        padding-top: 5px;
        padding-left: 26px;
    }

    .red-btn {
        width: 275px;
        font-size: 24px;
    }

    .contact-text-wrap p {
        font-size: 25px;
    }

    .whats-img {
        height: 200px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1366px) and (max-width: 1599px) {
    /*.md-item {
        font-size: 10px;
        margin: 0px 18px;
    }*/

    .frow-wrap h3 {
        font-size: 14px;
    }

    .frow-wrap p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 12px;
    }

    .whats-img {
        height: 180px;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 85px;
    }

    .gift-txt-wrap p {
        font-size: 16px;
    }

    .red-btn {
        font-size: 16px;
    }
}

@media (min-width: 1152px) and (max-width: 1355px) {
    /*.md-item {
        font-size: 13px;
        margin: 0px 9px;
    }*/
    .md-item {
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin: 0px 12px;
        padding-bottom: 30px;
        padding-top: 6px;
        position: relative;
    }

    .frow-wrap h3 {
        font-size: 14px;
    }

    .frow-wrap p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 12px;
    }

    .whats-img {
        height: 180px;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 85px;
    }

    .gift-txt-wrap p {
        font-size: 16px;
    }

    .red-btn {
        font-size: 16px;
    }
}
/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .account-detail-wrap {
        flex: 80%;
    }

    .ad-wrap {
        flex: 20%;
    }

    .title h2 {
        color: #000000;
        font-size: 20px;
    }

    .whats-img {
        height: 190px;
    }

    .frow-wrap h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .frow-wrap p {
        font-size: 14px;
        margin-bottom: 0rem;
    }

    .srow-wrap p {
        font-size: 14px;
    }

    .nodata-message p {
        font-size: 18px;
    }

    .profile-text-wrap p {
        font-size: 16px;
    }

    .profile-text-wrap h4 {
        color: #8d1919;
        font-size: 14px;
    }

    .contact-text-wrap p {
        font-size: 16px;
        padding-right: 85px;
    }

    .gift-txt-wrap p {
        font-size: 16px;
    }

    .red-btn {
        font-size: 16px;
    }

    .profile-icon {
        height: 128px;
        width: 128px;
    }
}

@media (min-width: 1920px) {
    .account-detail-wrap {
        flex: 80%;
    }

    .ad-wrap {
        flex: 20%;
    }

    .md-logo {
        margin-right: 100px;
        position: relative;
    }

    .md-item {
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin: 0px 20px;
        padding-bottom: 30px;
        padding-top: 6px;
        position: relative;
    }
}
