﻿
.aisLink {
    text-decoration:none;
}
#aisLinkId:hover {
    color: #fd7e14;
    text-decoration:none;
}
/*Milan - Login Popup*/
.pu-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #fff;
}


#sgSection {
    margin-bottom: 50px;
}

.md-account-arrow {
    width: 10px !important;
    height: 6px !important;
    margin-left: 5px !important;
}

.md-graynav-wrap {
    display: flex;
    align-items: center;
    /*flex: 1;*/
    justify-content: flex-end;
    background-color: #efefef;
}

.md-user-name {
    color: #ff6700;
}

.md-account-list {
    color: black;
    font-weight: bold;
}

.nav-end-mainwrap {
    /*list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;*/
}

.nav-end-mainwrap-ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.md-img-wrap {
    background-color: lightgray;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.md-link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    /* padding: 16px; */
    padding-left: 10px;
    color: white;
    cursor: pointer;
    /* width: 179px; */
}

    .md-link-wrap img {
        width: 15px;
        height: 15px;
    }

.md-button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff6700;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    /* padding: 16px; */
    padding-left: 10px;
    color: white;
    cursor: pointer;
    /* width: 179px; */
}

    .md-button-wrap img {
        width: 15px;
        height: 15px;
    }

    .md-button-wrap span {
        margin-left: 5px;
    }

.md-medi-icons {
    width: 28px;
    height: 22px;
}

.pu-iframe {
    height: 100vh;
    width: 100%;
    border: none;
}
/*Milan - Login Popup-----END*/

a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}
/*-----Header-----*/
/*body {
    background-color: #f5f5fb;
}*/

/*button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}*/
/*Select Drop Down*/
/*.md-tele {
    color: rgb(255, 111, 14);
}*/
.md-Phone {
    color: #ff6f0e;
    font-size: 16px;
}

div:focus {
    outline: none;
}

.pb-3 {
    padding-bottom: 0 !important;
}

.toast {
    transition: 0.32s all ease-in-out;
}

.toast-container {
    top: 82%;
    /*right: 0;
    bottom: 0;
    left: 0;*/
}
/* a [scale] transition: */
.toast-container--scale {
    right: 0;
    bottom: 0;
}

    .toast-container--scale .toast-wrapper {
        display: inline-block;
    }

.toast.scale-init {
    opacity: 0;
    transform: scale(0);
}


.toast.scale-show {
    opacity: 1;
    transform: scale(1);
}

.toast.scale-hide {
    opacity: 0;
    transform: scale(0);
}

.error-div {
    color: red;
    font-family: poppins;
    font-size: 13px;
}

.footer-social-wrap a {
    text-decoration: none;
}

.md-ul li a:hover {
    text-decoration: none;
    color: gray;
}

ul li img {
    width: 20px;
    height: 20px;
}

#SubUl {
    /*width: 135px;*/
}

/*.white #SubContactUl::after {
    content: "";
    background-image: url(../Images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 14px;
    top: 9px;
    bottom: 0;
    position: absolute;
}

#SubContactUl::after {
    content: "";
    background-image: url(../Images/DownArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 14px;
    top: 12px;
    bottom: 0;
    right: -3px;
    position: absolute;
}*/
.md-anchor {
    font-size: 12px;
}

.white #SubUl::after {
    content: "";
    background-image: url(../Images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 12px;
    top: 9px;
    bottom: 0;
    right: -2px;
    position: absolute;
}

#SubUl::after {
    content: "";
    background-image: url(../Images/DownArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 14px;
    top: 1px;
    bottom: 0;
    right: 8px;
    position: relative;
}

#SubContactUl::after {
    content: "";
    background-image: url(../Images/DownArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 14px;
    top: 5px;
    bottom: 0;
    right: -3px;
    position: absolute;
}

.white #SubContactUl::after {
    content: "";
    background-image: url(../Images/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 14px;
    top: 6px;
    bottom: 0;
    right: -3px;
    position: absolute;
}

.select-drop-log, .select-drop-log option {
    width: 100%;
    border: 0;
    cursor: pointer;
    /* border-bottom: 1px solid #000; */
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 0;
    -webkit-appearance: none;
    /*background-image: url("../images/DownArrow.png");*/
    background-color: transparent;
    background-position: right;
    background-size: 15px;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity: .8;
    font-weight: 600;
}

.after-wrap::after {
    content: "";
    background-image: url(../images/DownArrow.png);
    position: absolute;
    content: "";
    width: 15px;
    right: 16px;
    top: 35px;
    z-index: 99;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.select-drop-log, .select-drop-log option::after {
        position: absolute;
        content: "";
        background-image: url("../images/DownArrow.png");
        background-color: transparent;
        background-position: right;
        background-size: 15px;
        background-repeat: no-repeat;
        background-origin: content-box;
    }*/
.select-drop-log:required:invalid {
    color: gray;
}

.select-drop-log option[value=""][disabled] {
    display: none;
}

.select-drop-log option {
    color: black;
}

.select-drop-log::after {
    pointer-events: none;
}

.txtbox-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-news-btn {
    border: none;
    background-image: url(../Images/rightarrow-black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 23px;
    margin-top: 0px;
    background-color: white;
}

.ca-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.text-danger {
    color: #dc3545 !important;
    position: absolute;
    left: 15px;
    bottom: -18px;
    font-size: 11px;
}

.cus-spacing {
    font-size: 22px;
}

.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 0px 0 40px;
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.11);
    transition: 300ms ease;
    position: fixed;
    width: 100%;
    z-index: 99;
    top:0;
    left:0;
}

.md-logo-wrap {
    display: flex;
    align-items: center;
    padding: 4px 0;
    margin-right: 0px;
}

.md-nav-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.md-icon-wrap {
    display: flex;
    align-items: center;
    display: none;
}

.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;
    justify-content: center;
    align-content: center;
}

    .md-ul li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.md-sub-ul li a:hover {
    color: white;
    /* background-color: #ebebeb; */
    border-color: black;
    /* background-color: #ff4a07; */
    background-image: linear-gradient(69deg, #ff6b07 13%, #ff832f 31%, #ff8837 62%);
    /* border: 1px solid lightgray; */
}

.md-item {
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin: 0px 20px;
    justify-content: center;
    align-items: center;
    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 {
    color: black;
    /* box-shadow: 0 5px 8px rgba(0,0,0,0.1); */
}

    .has-sub-ul:hover a {
        color: black;
    }


    .has-sub-ul:hover .md-sub-ul {
        display: block;
    }

.md-sub-ul a:hover {
    color: lightgray;
}

.has-sub-ul-logout:hover .md-sub-logout-ul {
    display: block;
}

.md-sub-ul {
    position: absolute;
    min-width: 170px;
    display: none;
    list-style: none;
    border: 1px solid #d3d3d387;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    left: 0px;
    top: 25px;
    border-radius: 5px;
}
/*.md-sub-ul {
    position: absolute;
    min-width: 170px;
    display: none;
    list-style: none;
    border: 1px solid #d3d3d387;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    left: -15px;
    top: 24px;
    border-radius: 5px;
}*/

.md-sub-logout-ul {
    position: absolute;
    min-width: 170px;
    display: none;
    list-style: none;
    border: 1px solid #d3d3d387;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    left: 30px;
    top: 24px;
    border-radius: 5px;
}

    .md-sub-logout-ul a:hover {
        color: white !important;
        background-image: linear-gradient(69deg, #ff6b07 13%, #ff832f 31%, #ff8837 62%);
    }

.md-sub-item {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #000;
    padding: 4px 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;
    padding: 5px;
    /*transition: 0.2s;*/
}
/*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-----*/

.custom-container {
    max-width: 1400px;
}

/* Top Section */
/*.main-content {
    padding: 40px 15px 0 50px;
}

.main-flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

/* Footer */
.footer {
    /*background-color: #f9f9f9;*/
    height: 264px;
}

.top-marg {
    margin-top: 35px;
}

.content-head-wrap p {
    font-family: poppins;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-shadow: 0 0 0;
}

.content-wrap p, a {
    font-family: poppins;
    font-size: 13px;
    margin-bottom: 4px;
    cursor: pointer;
    color: black;
}

.content-wrap a:hover {
    color: black;
}

.color-container {
    background-color: #f9f9f9;
}

.custom-container-footer {
    max-width: 1150px;
}

.footer-right-content {
    padding-left: 50px;
}

.txt-box-email {
    height: 33px;
    padding: 0 10px;
    background-color: white;
    border: 1px solid #aeaaaa;
    font-size: 13px;
    font-family: poppins;
    margin-top: 15px;
    width: 250px;
    /*background-image: url(../Images/rightarrow-black.png);*/
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 8px;
}

    .txt-box-email:focus {
        outline: none;
    }

.footer-social-wrap {
    display: flex;
    margin-top: 30px;
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: black;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #ff6f0e;
        }

.fm-plus {
    color: black;
}

#collapseOne a {
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 9px;
    right: -5px;
    font-size: 36px;
    /* margin-left: 50px; */
    /* width: 32px; */
    /* height: 25px; */
}

/* Schedule a gift now [sg] */

.sg-section {
    margin-top: 60px;
}

.sg-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sg-main-title {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 0;
}

.sg-viewall {
    font-size: 18px;
    color: #f2670b;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
}

    .sg-viewall:hover {
        color: #f2670b;
    }

.sg-flex-wrap {
}

.sg-col {
    padding: 0 10px;
}

.sg-overlay {
    background-image: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.8) 95%);
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.sg-item {
    /* background-image: linear-gradient(to bottom, #fff,#000); */
    cursor: pointer;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 100%;
    transition: .25s;
}

    .sg-item:hover {
        box-shadow: 0 10px 25px 0 rgba(255, 111, 14, 0.2);
        transition: .25s;
    }

.sg-img {
    width: 100%;
}

.sg-title {
    font-size: 15px;
    font-weight: bold;
    /*text-shadow:0 0;*/
    font-family: 'Playfair Display';
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    color: #fff;
}


.footer-area {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
    .footer-area  .tp-padd {
        padding-top: 50px;
    }
.footer-area .foot-content-wrap {
}
        .footer-area .foot-content-wrap p {
            font-size: 16px;
            font-family: Poppins;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.56;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
        }
        .footer-area .foot-content-wrap ul {
            list-style: none;
            padding: 0;
        }
    .footer-area .foot-content-wrap li {
        display: inline;
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        text-align: left;
        color: black;
        padding-right: 10px;
    }


    .footer-area .wrap2 li {
        display: list-item;
    }
    .footer-area .social h3 {
        font-family: Poppins;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }
    .footer-area .social p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }
    .ftimg{
        height:100%;
    }
    .footer-area .footer-social-wrap {
        display: flex;
        margin-top: 10px;
        margin-bottom:30px;
    }
.footer-area a{
    text-decoration:none;
}
    .footer-area a:hover {
        color: #ff7313;
        text-decoration: none;
    }
.footer-area a:focus {
    text-decoration: none;
}
.txtbox-wrap {
    justify-content: left;
}
        .submit-news-btn {
            right: 70px;
        }
        .copyright {
            background-color: #efefef;
            padding:15px 40px;
        }
            .copyright p {
                font-family: Poppins;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 2.25;
                letter-spacing: normal;
                color: black;
                margin:0;
            }
            .copyright .p1{
                text-align:left;
            }
            .copyright .p2{
                text-align:right;
            }
@media (min-width: 320px) and (max-width: 480px) {
    .ftimg {
        height: 190px;
    }
    .copyright p {
        font-family: Poppins;
        font-size: 10px;
    }
    }
@media (max-width: 400px) {
    .ftimg {
        height: 165px;
    }
}



    @media (min-width: 768px) and (max-width: 1023px) {
        #userIconMobile {
            width: 70px;
            height: 30px;
            padding-left: 32px;
            margin-right: 20px;
        }

        .footer-area {
            padding-bottom: 50px;
            padding-left: 50px;
            padding-right: 100px;
        }
    }
    /* Schedule a gift now [sg] --END-- */
    /*=====Media Queries=====*/
    /*Most of the Smartphones Mobiles (Portrait)*/
    @media (min-width: 320px) and (max-width: 480px) {
        .sg-section {
            margin-top: 40px;
        }

        .md-graynav-wrap {
            display: none;
        }

        #userIconMobile {
            width: 20px;
            height: 20px;
            margin-right: 16px;
        }

        .user-icon-name-wrap {
            display: flex;
            justify-content: space-between;
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            /*font-size: 25px;*/
            color: black;
            display: block;
            transition: 0.3s;
        }

        .sg-main-title {
            font-size: 25px;
        }

        .sg-viewall {
            font-size: 16px;
            margin-left: 10px;
            display: none;
        }

        .sg-title-wrap {
            margin-bottom: 10px;
        }

        .sg-row {
            padding: 0 5px;
        }

        .sg-col {
            padding: 5px;
        }

        .sg-item {
            height: 155px;
        }

        .sg-title {
            font-size: 14px;
        }

        .footer {
            height: 100%;
        }

        .footer-right-content {
            padding-left: 0px;
        }

        .txtbox-wrap {
            justify-content: unset;
        }

        .submit-news-btn {
            right: unset;
            margin-top: 0px;
            margin-left: -30px;
            background-color: white;
            margin-bottom: 30px;
        }
        /*-----Header-----*/
        .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
            transform: rotate(0deg);
        }

        .fm-type-wrap {
            position: relative;
        }

        .fm-plus:before {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 10px;
            top: 26px;
            transform: rotate(90deg);
            transition: 300ms ease;
        }

        .fm-plus:after {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 10px;
            top: 26px;
            transition: 300ms ease;
        }

        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }

        .hd-mobile-wrap {
            display: block;
        }

        .mobile-head-icons {
            margin: 0 0 0 23px;
        }

        .md-icon-wrap {
            display: flex;
        }

            .md-icon-wrap img {
                width: 21px;
                height: 21px;
            }

        .hd-top-wrap {
            display: none;
        }

        .hd-bc-wrap {
            display: none;
        }

        .md-icon {
            width: 25px;
            height: 25px;
        }

        .md-nav-wrap {
            display: none;
        }

        .md-loc-wrap {
            display: none;
        }

        .md-logo-wrap {
            margin-right: 0;
            padding: 6px 0;
        }

        .md-logo {
            margin-right: 0;
            width: 100%;
            padding-left: 10px;
            margin: 2px 0;
        }

            .md-logo.divider:after {
                display: none;
            }

        .hd-main-wrap {
            padding: 0 8px;
            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;
        }

        .logo-black {
            height: 40px;
            /* padding:  0; */
        }
    }
    /*Tablets, Ipads (portrait)*/


@media (min-width: 480px) and (max-width: 550px) {
    .sg-section {
        margin-top: 40px;
    }

    .md-graynav-wrap {
        display: none;
    }

    #userIconMobile {
        width: 20px;
        height: 20px;
        margin-right: 16px;
    }

    .user-icon-name-wrap {
        display: flex;
        justify-content: space-between;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        /*font-size: 25px;*/
        color: black;
        display: block;
        transition: 0.3s;
    }

    .sg-main-title {
        font-size: 25px;
    }

    .sg-viewall {
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

    .sg-title-wrap {
        margin-bottom: 10px;
    }

    .sg-row {
        padding: 0 5px;
    }

    .sg-col {
        padding: 5px;
    }

    .sg-item {
        height: 155px;
    }

    .sg-title {
        font-size: 14px;
    }

    .footer {
        height: 100%;
    }

    .footer-right-content {
        padding-left: 0px;
    }

    .txtbox-wrap {
        justify-content: unset;
    }

    .submit-news-btn {
        right: unset;
        margin-top: 0px;
        margin-left: -30px;
        background-color: white;
        margin-bottom: 30px;
    }
    /*-----Header-----*/
    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8);
        right: 10px;
        top: 26px;
        transform: rotate(90deg);
        transition: 300ms ease;
    }

    .fm-plus:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8);
        right: 10px;
        top: 26px;
        transition: 300ms ease;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .hd-mobile-wrap {
        display: block;
    }

    .mobile-head-icons {
        margin: 0 0 0 23px;
    }

    .md-icon-wrap {
        display: flex;
    }

        .md-icon-wrap img {
            width: 21px;
            height: 21px;
        }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-icon {
        width: 25px;
        height: 25px;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
        padding: 6px 0;
    }

    .md-logo {
        margin-right: 0;
        width: 100%;
        padding-left: 10px;
        margin: 2px 0;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 8px;
        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;
    }

    .logo-black {
        height: 40px;
        /* padding:  0; */
    }
}


@media (min-width: 551px) and (max-width: 767px) {
    .sg-section {
        margin-top: 40px;
    }

    .md-graynav-wrap {
        display: none;
    }

    #userIconMobile {
        width: 20px;
        height: 20px;
        margin-right: 16px;
    }

    .user-icon-name-wrap {
        display: flex;
        justify-content: space-between;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        /*font-size: 25px;*/
        color: black;
        display: block;
        transition: 0.3s;
    }

    .sg-main-title {
        font-size: 25px;
    }

    .sg-viewall {
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

    .sg-title-wrap {
        margin-bottom: 10px;
    }

    .sg-row {
        padding: 0 5px;
    }

    .sg-col {
        padding: 5px;
    }

    .sg-item {
        height: 155px;
    }

    .sg-title {
        font-size: 14px;
    }

    .footer {
        height: 100%;
    }

    .footer-right-content {
        padding-left: 0px;
    }

    .txtbox-wrap {
        justify-content: unset;
    }

    .submit-news-btn {
        right: unset;
        margin-top: 0px;
        margin-left: -30px;
        background-color: white;
        margin-bottom: 30px;
    }
    /*-----Header-----*/
    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8);
        right: 10px;
        top: 26px;
        transform: rotate(90deg);
        transition: 300ms ease;
    }

    .fm-plus:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0,0,0,0.8);
        right: 10px;
        top: 26px;
        transition: 300ms ease;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .hd-mobile-wrap {
        display: block;
    }

    .mobile-head-icons {
        margin: 0 0 0 23px;
    }

    .md-icon-wrap {
        display: flex;
    }

        .md-icon-wrap img {
            width: 21px;
            height: 21px;
        }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-icon {
        width: 25px;
        height: 25px;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
        padding: 6px 0;
    }

    .md-logo {
        margin-right: 0;
        width: 100%;
        padding-left: 10px;
        margin: 2px 0;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 8px;
        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;
    }

    .logo-black {
        height: 40px;
        /* padding:  0; */
    }
}


    @media (min-width: 768px) and (max-width: 1023px) {
        .footer {
            height: 100%;
        }

        .md-graynav-wrap {
            display: none;
        }

        .footer-right-content {
            padding-left: 0px;
        }

        .txtbox-wrap {
            justify-content: unset;
        }

        .submit-news-btn {
            right: unset;
            margin-top: 0px;
            margin-left: -30px;
            background-color: white;
            margin-bottom: 30px;
        }
        /*-----Header-----*/
        .hd-mobile-wrap {
            display: block;
            padding: 50px;
        }

        .md-icon-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;
        }

        .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;
        }

        /* new*/
        .sg-section {
            margin-top: 40px;
        }

        .sg-main-title {
            font-size: 25px;
        }

        .sg-viewall {
            font-size: 16px;
            margin-left: 10px;
            display: none;
        }

        .sg-title-wrap {
            margin-bottom: 10px;
        }

        .sg-row {
            padding: 0 5px;
        }

        .sg-col {
            padding: 5px;
        }

        .sg-item {
            height: 155px;
        }

        .sg-title {
            font-size: 14px;
        }

        .footer {
            height: 100%;
        }

        .footer-right-content {
            padding-left: 0px;
        }

        .txtbox-wrap {
            justify-content: unset;
        }

        .submit-news-btn {
            right: unset;
            margin-top: 0px;
            margin-left: -30px;
            background-color: white;
            margin-bottom: 30px;
        }
        /*-----Header-----*/
        .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
            transform: rotate(0deg);
        }

        .fm-type-wrap {
            position: relative;
        }

        .fm-plus:before {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 10px;
            top: 26px;
            transform: rotate(90deg);
            transition: 300ms ease;
        }

        .fm-plus:after {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 10px;
            top: 26px;
            transition: 300ms ease;
        }

        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }

        .hd-mobile-wrap {
            display: block;
        }

        .mobile-head-icons {
            margin: 0 0 0 23px;
        }

        .md-icon-wrap {
            display: flex;
        }

            .md-icon-wrap img {
                width: 25px;
                height: 25px;
            }

        .hd-top-wrap {
            display: none;
        }

        .hd-bc-wrap {
            display: none;
        }

        .md-icon {
            width: 25px;
            height: 25px;
        }

        .md-nav-wrap {
            display: none;
        }

        .md-loc-wrap {
            display: none;
        }

        .md-logo-wrap {
            margin-right: 0;
            padding: 6px 0;
        }

        .md-logo {
            margin-right: 0;
            width: 100%;
            padding-left: 10px;
            margin: 2px 0;
        }

            .md-logo.divider:after {
                display: none;
            }

        .hd-main-wrap {
            padding: 0 8px;
            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;
        }

        .logo-black {
            height: 45px;
            /* padding:  0; */
        }
    }
    /*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;
        }
    }

    @media (min-width: 1355px) {
        .md-sub-logout-ul {
            left: 30px;
            top: 36px;
            border-radius: 5px;
        }
    }

    @media (min-width: 1152px) and (max-width: 1355px) {
        .sg-item {
            height: 155px;
        }

        .md-sub-ul {
            top: 20px !important;
        }

        .sg-title {
            font-size: 12px;
        }

        .md-sub-logout-ul {
            left: 30px;
            top: 32px;
            border-radius: 5px;
        }
        /*.md-item {
        font-size: 13px;
        margin: 0px 9px;
    }*/
        .md-Phone {
            color: #ff6f0e;
            font-size: 15px;
        }

        .white #SubUl::after {
            top: 5px;
        }

        .white #SubContactUl {
            margin-right: 20px;
        }

            .white #SubContactUl::after {
                height: 12px;
                width: 13px;
                top: 6px;
                bottom: 0;
                right: -10px;
            }

        #SubUl::after {
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 15px;
            width: 14px;
            top: 5px;
            right: -3px;
            bottom: 0;
            position: absolute;
        }

        #SubContactUl::after {
            content: "";
            background-image: url(../Images/DownArrow.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 15px;
            width: 14px;
            top: 5px;
            bottom: 0;
            right: -4px;
            position: absolute;
        }

        .md-item {
            /*display: inline-block;*/
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 600;
            margin: 0px 18px;
            /*padding-bottom: 19px;
        padding-top: 6px;*/
            position: relative;
        }

        .Login-img {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 15px;
        }

            .Login-img img {
                height: 20px;
                width: 20px;
                border-radius: 50%;
                display: inline-block;
                margin-right: 8px;
            }

        .submit-news-btn {
            right: 30px;
        }
    }
    /*1152×648, 1280×720, 1366×768,*/
    @media (min-width: 1366px) and (max-width: 1420px) {
        .submit-news-btn {
            right: 65px;
        }
    }
    @media (min-width: 1420px) and (max-width: 1450px) {
        .submit-news-btn {
            right: 90px;
        }
    }

    /*1152×648, 1280×720, 1366×768,*/
    @media (min-width: 1366px) and (max-width: 1599px) {


        .sg-item {
            height: 155px;
        }

        .md-sub-logout-ul {
            top: 34px;
        }

        .md-item {
            font-size: 13px;
            margin: 4px 16px;
        }

        .sg-title {
            font-size: 12px;
        }

        .white #SubContactUl {
            margin-right: 10px;
        }

            .white #SubContactUl::after {
                content: "";
                background-image: url(../Images/left-arrow.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 15px;
                width: 14px;
                top: 8px;
                bottom: 0;
                right: -10px;
                position: absolute;
            }

        #SubContactUl::after {
            content: "";
            background-image: url(../Images/DownArrow.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 15px;
            width: 14px;
            top: 8px;
            bottom: 0;
            right: -7px;
            position: absolute;
        }

        .md-Phone {
            color: #ff6f0e;
            font-size: 14px;
        }

        .toast-container {
            top: 75%;
        }

        .md-sub-item {
            font-size: 11px;
        }

        #SubContactUl {
            width: 100px;
        }
    }
    /*1600x800*/
    @media (min-width: 1600px) and (max-width: 1919px) {
        .submit-news-btn {
            right: 150px;
        }

        .md-item {
            /*padding-bottom: 22px;
        padding-top: 6px;*/
            position: relative;
        }

        .md-sub-ul {
            left: 0px;
            top: 21px !important;
            border-radius: 5px;
        }

        .md-sub-logout-ul {
            left: 30px;
            top: 32px;
            border-radius: 5px;
        }

        .white #SubUl::after {
            top: 4px;
        }

        #SubUl {
            /* width: 158px; */
        }

            #SubUl::after {
                content: "";
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 15px;
                width: 14px;
                top: 5px;
                bottom: 0;
                right: -1px;
                position: absolute;
            }
    }

    @media (min-width: 1920px) {
        .submit-news-btn {
            right: 210px;
        }

        .md-sub-item {
            display: inline-block;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
        }

        #SubUl {
            width: 184px;
        }

            #SubUl::after {
                content: "";
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 18px;
                width: 18px;
                top: 6px;
                bottom: 0;
                right: 0;
                position: absolute;
            }

        .md-item {
            /*display: inline-block;*/
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 600;
            margin: 0px 20px;
            /*padding-bottom: 30px;
        padding-top: 6px;*/
            position: relative;
        }

        .Login-img {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
        }

        .select-drop-log, .select-drop-log option {
            width: 210px;
            border: 0;
            /* border-bottom: 1px solid #000; */
            font-size: 20px;
            font-family: 'Poppins', sans-serif;
            padding: 7px 0;
            -webkit-appearance: none;
            background-image: url(../images/DownArrow.png);
            background-color: transparent;
            background-position: right;
            background-size: 20px;
        }

        .md-logo-wrap {
            display: flex;
            align-items: center;
            padding: 20px 0;
            margin-right: 0px;
        }

        .Dropdowncls {
            background-image: none;
        }
    }

    @media (min-width: 1050px) and (max-width: 1190px) {
        .md-logo {
            margin-right: 30px;
        }

        .md-item {
            font-size: 12px;
            margin: 0px 10px;
        }

        #SubUl::after {
            right: 4px;
        }

        #SubContactUl::after {
            right: -10px;
        }

        .content-wrap p, a {
            font-size: 12px;
        }
    }