/*Template CSS*/
#Header-MiddleContainer {
    background-color: #efefef;
}

#MobileHeader-Container {
    background-color: #efefef;
}

.Header-Text1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    color: #757575;
    opacity: 0.8;
}

.Header-Text1 a:link {
    color: #757575;
}

.Header-Text1 a:active {
    color: #757575;
}

.Header-Text1 a:visited {
    color: #757575;
}

.Header-Text1 a:hover {
    color: #757575;
    text-decoration: underline;
}

.Header-Text2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.Header-Text2 a:link {
    color: #333333;
}

.Header-Text2 a:active {
    color: #333333;
}

.Header-Text2 a:visited {
    color: #333333;
}

.Header-Text2 a:hover {
    color: #333333;
    text-decoration: underline;
}

.Header-Text3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #3f3f3f;
    opacity: 0.8;
}

.Header-Text3 a:link {
    color: #3f3f3f;
}

.Header-Text3 a:active {
    color: #3f3f3f;
}

.Header-Text3 a:visited {
    color: #3f3f3f;
}

.Header-Text3 a:hover {
    color: #3f3f3f;
    text-decoration: underline;
}

.Header-Text4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #3f3f3f;
}

.Header-Text4 a:link {
    color: #3f3f3f;
}

.Header-Text4 a:active {
    color: #3f3f3f;
}

.Header-Text4 a:visited {
    color: #3f3f3f;
}

.Header-Text4 a:hover {
    color: #3f3f3f;
    text-decoration: none;
}

.Header-Icon {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #BF1E8B;
}

.Header-Icon a:link {
    color: #BF1E8B;
}

.Header-Icon a:active {
    color: #BF1E8B;
}

.Header-Icon a:hover {
    color: #BF1E8B;
}

.Header-Icon a:visited {
    color: #BF1E8B;
}

.Header-Icon2 {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #bf1e8a;
}

.Header-Icon2 a:link {
    color: #bf1e8a;
}

.Header-Icon2 a:active {
    color: #bf1e8a;
}

.Header-Icon2 a:hover {
    color: #bf1e8a;
}

.Header-Icon2 a:visited {
    color: #bf1e8a;
}

#Header-LinkIcon3 {
    padding: 15px;
    background: #e3e3e3;
    border-radius: 4px;
}

#Header-Search {
    border-left: 1px solid #cacaca;
    border-radius: 0px;
    background-color: transparent;
}

.Header-SearchBox {
    background-color: transparent;
}

.Header-SearchBox::placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #757575;
}

.Header-SearchButton {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #E31E24;
    border: none;
}

#Header-Container {
    width: 100%;
    float: left;
}

#Header-MobileContainer {
    display: none;
}

#Header-MiddleContainer {
    width: 100%;
    margin: 0 auto;
    display: grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
    grid-template-columns: 10% 80% 10%;
	/* Gap in between products */
    grid-column-gap: 0px;
    float: left;
    padding: 15px 0px 15px 0px;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
    width: 1900px;
    float: left;
    max-width: 100%;
}

#Header-Container1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 50%;
    column-gap: 50px;
}

#Header-TelephoneContainer {
    display: flex;
}

#Header-Container2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-basis: 50%;
    column-gap: 20px;
}

#Header-Logo img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

#Header-LinkContainer1 {
    display: flex;
    justify-content: flex-end;
}

#Header-LinkIcon1 {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#Header-LinkIcon2 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

#Header-LinkIcon3 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

#Search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 3px 3px 2%;
}

#Header-Search {
    width: 100%;
    float: left;
    grid-column-start: 3;
}

.Header-SearchBox {
    border: none;
    width: 80%;
    margin-left: 0px;
    height: 38px;
}

.Header-SearchButton {
    cursor: pointer;
    background-color: transparent;
}

#Header-NavContainer {
    width: 100%;
    margin: 0 auto;
    display: grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
    grid-template-columns: 10% 60% 20% 10%;
	/* Gap in between products */
    grid-column-gap: 0px;
    float: left;
    background-color: #EFEFEF;
    border-top: 1px solid #CACACA;
}

#Header-NavPosition {
    grid-column-start: 2;
    display: flex;
    align-items: center;
    width: 95%;
}

#Header-IpadNavContainer {
    display: none;
}

.sb-toggle-left {
    display: none;
}

#Header-LinkText3 {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.nav > li > a {
    padding-right: 25px !important;
    padding-left: 0px !important;
margin-left: -10px;
}

@media only screen and (max-width: 1440px) {
 
    #Header-MiddleContainer {
        grid-template-columns: 2.5% 95% 2.5%;
    }

    #Header-NavContainer {
        grid-template-columns: 2.5% 80% 15% 2.5%;
    }
}

@media only screen and (max-width: 1150px) {
    .Header-Text2 {
        font-size: 24px;
        line-height: 24px;
    }

    .Header-Icon {
        font-size: 32px;
    }
}

/*Header Icon Text Hide Modifier*/
@media only screen and (max-width: 1100px) {
    .Header-Icon2 {
        font-size: 26px;
        line-height: 26px;
    }

    .Header-Text4 {
        display: none;
    }

    #Header-Container1 {
        flex-basis: 70%;
        column-gap: 40px;
    }

    #Header-Container2 {
        flex-basis: 30%;
        column-gap: 20px;
    }
}

/*Header Search Switch*/
#SearchIcon_Ipad {
    display: none;
}

#IpadSiteSearch {
    display: none;
}

.MobileSiteSearch {
    background-color: #fff;
    border-bottom: 1px solid #CACACA;
    width: 96% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding: 0px 2%;
}

.MobileSiteInput {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1000px) {
    #Header-LinkIcon1 {
        margin-right: 0px;
    }

    #Header-Container1 {
        column-gap: 25px;
    }

    #SearchIcon_Ipad {
        display: inline;
        float: left;
        cursor: pointer;
    }

    #Header-LinkText3 {
        display: none;
    }

    #Header-LinkContainer1 {
        justify-content: center;
    }

    #Header-NavContainer {
        display: none;
    }

    #Header-IpadNavContainer {
        width: 100%;
        margin: 0 auto;
        display: grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
        grid-template-columns: 10% 80% 10%;
	/* Gap in between products */
        grid-column-gap: 0px;
        float: left;
    background-color: #EFEFEF;
    border-top: 1px solid #CACACA;
        padding: 14px 0px 10px 0px;
    }

    #Header-IpadNavPosition {
        grid-column-start: 2;
        margin: auto;
    }

    .Burger-Menu {
        font-family: Font Awesome 6 Free;
        font-style: normal;
        font-weight: Unhandled font weight;
        font-size: 30px;
        line-height: 30px;
        text-align: left;
        color: #3f3f3f;
    }

/*TABLET DROPDOWN STYLES*/
/*TEXTHEADINGSTYLES*/
    .HeadingCategoriesMenu {
        width: 95%;
        display: inline-block;
        padding: 15px 0px 13px 5%;
        border-top: 1px solid #dfdfdf;
        border-bottom: none;
        background-color: #2798d4;
        color: #3f3f3f;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 18px !important;
        font-weight: 600;
    }

/*TABLET  MAIN CAT / SUB CAT TEXT STYLING*/
    .sb-menu li a {
        cursor: pointer;
        width: 75% !important;
 /* Makes links full width. */
        display: inline-block;
        padding: 10px 0px 10px 5%;
    }

/*TABLET  SUB CAT 2 TEXT STYLING*/
    #Tablet-MainCategory {
        border-top: 1px solid #dfdfdf;
        width: 100%;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #333;
    }

    #Tablet-MainCategory a:link {
        color: #333;
    }

    #Tablet-MainCategory a:active {
        color: #333;
    }

    #Tablet-MainCategory a:visited {
        color: #333;
    }

    #Tablet-MainCategory a:hover {
        color: #333;
    }

    #Tablet-SubCategory {
        margin-left: -6%;
        width: 103%;
        padding-left: 3%;
        border-top: 1px solid #dfdfdf;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #333;
    }

    #Tablet-SubCategory a:link {
        color: #333;
    }

    #Tablet-SubCategory a:active {
        color: #333;
    }

    #Tablet-SubCategory a:visited {
        color: #333;
    }

    #Tablet-SubCategory a:hover {
        color: #333;
    }

    #Tablet-SubCategory2 {
        margin-left: -9%;
        padding-left: 6%;
        border-top: 1px solid #dfdfdf;
        width: 103%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .SubCategoryTwoText {
        color: #333;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
    }

    #Tablet-MobileInfo {
        border-top: 1px solid #dfdfdf;
    }

/*ICONSTYLING */
    span.sb-caret {
        float: right;
        background-color: #f5f5f5 !important;
        padding: 10px 15px 8px 10px;
        border-left: solid 1px #f5f5f5;
        border-right: solid 1px #f5f5f5;
        color: #333;
        font-family: Poppins, sans-serif;
        font-size: 24px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 2px;
    }

/*Background Colour*/
    .sb-menu {
 /* Apply to <ul> or <ol>. */
        padding: 0;
        margin: 0;
        margin-top: 10px;
        list-style-type: none;
        background-color: #f5f5f5;
    }

/*Sub Category Indent*/
    .sb-submenu {
        display: none;
        margin: 0;
        list-style-type: none;
    }

/*SUBCAT2INDENT*/
    .SubCategoryTwoIndent {
        padding-left: 0px;
        width: 100% !important;
        padding-left: 0% !important;
        border-top: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

/*SUBCATPADDING/INDENT*/
    .sb-submenu-active a {
        padding-left: 0%;
        width: 100% !important;
        margin-left: 0%;
    }

    sb-toggle-submenu {
        padding-left: 0% !important;
        width: 75% !important;
        padding-bottom: 0px !important;
        padding-top: 16px;
    }

    .SubCategoryPadding {
        padding-bottom: 0px !important;
        width: 100% !important;
    }

    .sb-slidebar {
        margin-top: 0px;
z-index: 999 !important;
    }

    .sb-slidebar a:hover {
        text-decoration: underline;
    }

/* --------------------
* 004 - Slidebar Menus
*/
 
    .sb-menu li {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sb-menu > li:first-child {
        border-top: none;
 /* Removes top border from first list item.. */
    }

    .sb-menu > li:last-child {
        border-bottom: none;
 /* Removed bottom border from last list item. */
    }

    .sb-menu li a:hover {
        text-decoration: none;
/*background-color: #efefef;  Will lighten any background colour you set. */
    }

    .sb-right .sb-menu li a {
        border-right: 0px solid transparent;
    }

    .sb-right .sb-menu li a:hover {
    }



/* -----------------------
 * 007 - Slidebar Controls
 */
 
    .sb-toggle-top, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
        cursor: pointer;
 /* Help desktop users with Slidebar controls. */
    }

/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
    .sb-navbar .sb-toggle-left {
        width: 52px;
        float: left;
        padding: 14px;
    }

    .sb-toggle-left {
        cursor: pointer;
        display: inline;
    }

    .sb-navbar .sb-toggle-right {
        width: 52px;
        float: right;
        padding: 14px;
    }

/* Hover states to match navbar menu item hover. */
    .sb-navbar .sb-toggle-left:hover {
        background-color: rgba(0, 0, 0, 0.05);
 /* Will lighten any background colour you set. */
    }

    .sb-navbar .sb-toggle-right:hover {
        background-color: rgba(0, 0, 0, 0.05);
 /* Will lighten any background colour you set. */
    }

    .sb-slidebar {
        display: none;
    }
/*ENDMOBILEMENUDROPDOWNSTYLES*/
}

@media only screen and (max-width: 900px) {
 
    #Search {
        display: none;
    }

    #Header-Search {
        border: 0px solid #fff;
    }
}

@media only screen and (max-width: 695px) {
 
    #Header-DesktopContainer {
        display: none;
    }

    #Header-MobileContainer {
        display: inline;
    }

    #SearchIcon {
        display: inline;
        float: left;
        cursor: pointer;
    }

    #Header-Logo img {
        height: auto !important;
        width: auto !important;
        max-width: 80% !important;
        max-height: 80% !important;
    }

    .Burger-Menu {
        font-family: Font Awesome 6 Free;
        font-style: normal;
        font-weight: Unhandled font weight;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
        color: #3f3f3f;
    }

    #Header-Logo {
        text-align: center;
    }

    .sb-toggle-left {
        cursor: pointer;
        margin-top: 4px;
    }

    #MobileSiteSearch {
        display: none;
    }

    .MobileSiteInput {
        margin: auto;
        padding-left: 0%;
        margin-top: 23px;
        float: left;
        margin-left: 20px;
        background-color: #FFFFFF;
        border-radius: 0px;
        width: 100% !important;
        color: #404040;
        font-family: Arial;
        font-size: 14px;
        font-weight: 400;
    }

    #MobileHeader-Container {
        width: 100%;
        float: left;
    }

    .Header-Icon {
        font-size: 24px;
        line-height: 24px;
    }

    .Header-Icon2 {
        font-size: 24px;
        line-height: 24px;
    }

    #Header-LinkContainer1 {
        width: auto;
    }

    #MobileHeader-InnerContainer {
        width: 95%;
        margin: 0 auto;
        float: left;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 2.5%;
    }

    #MobileHeader-LeftContainer {
        grid-column-start: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        grid-column-gap: 15px;
    }

    #MobileHeader-CenterContainer {
        grid-column-start: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #MobileHeader-RightContainer {
        grid-column-start: 3;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        grid-column-gap: 15px;
    }

    .MobileSiteSearch {
        background-color: #fff;
        width: 96% !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding: 0px 2%;
        border: none;
        border-bottom: 1px solid #CACACA;
    }

    .MobileSearchIconBK {
        background-color: transparent;
        width: 56px !important;
        height: 56px !important;
        z-index: 9;
        float: right;
        border-radius: 0px !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #CartIcon {
        float: left;
        margin: 2px 20px 0px 15px !important;
    }

/*MOBILEMENUDROPDOWNSTYLES*/

/*TEXTHEADINGSTYLES*/
    .HeadingCategoriesMenu {
        width: 95%;
        display: inline-block;
        padding: 15px 0px 13px 5%;
        border-top: none;
        border-bottom: 1px solid #dfdfdf;
        background-color: #2798d4;
        color: #3f3f3f;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 18px !important;
        font-weight: 600;
    }

/*TABLET  MAIN CAT / SUB CAT TEXT STYLING*/
    .sb-menu li a {
        cursor: pointer;
        width: 75% !important;
 /* Makes links full width. */
        display: inline-block;
        padding: 16px 0px 12px 5%;
    }

    #Mobile-MainCategory {
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        color: #333;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

    #Mobile-MainCategory a:link {
        color: #333;
}

    #Mobile-MainCategory a:active {
        color: #333;
}

    #Mobile-MainCategory a:visited {
        color: #333;
}

    #Mobile-MainCategory a:hover {
        color: #333;
}

/*SUBCATTEXTSTYLING*/
    .SubCategoryText {
        padding-left: 0px;
        float: left;
        margin-bottom: -6px !important;
    }

/*ICONSTYLING */
    span.sb-caret {
        float: right;
        background-color: #f5f5f5 !important;
        padding: 10px 15px 8px 10px;
        border-left: solid 1px #f5f5f5;
        border-right: solid 1px #f5f5f5;
        color: #333;
        font-family: Poppins, sans-serif;
        font-size: 24px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 2px;
    }

    #Mobile-CompanyInfo {
        border-bottom: 1px solid #dfdfdf;
    }

    #Mobile-SubCategory {
        margin-left: 0%;
        width: 98%;
        border-bottom: 1px solid #dfdfdf;
        padding-left: 2%;
        color: #333;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
    }

    #Mobile-SubCategory2 {
        margin-left: -2%;
        border-bottom: 1px solid #dfdfdf;
        width: 98% !important;
        padding-left: 4% !important;
        color: #333;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

/*MAINCATTEXTSTYLING*/
/*DROPDOWNACOUNTDIV*/
    .DropdownAccountBackground {
        background-color: #2798d4 !important;
        width: 100% !important;
        padding-top: 5px !important;
        height: 58px  !important;
        padding-bottom: 0px !important;
    }

/*SUBCAT2INDENT*/
    .SubCategoryTwoIndent {
        padding-left: 0px;
        width: 100% !important;
        padding-left: 0% !important;
        border-top: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

/*SUBCATPADDING/INDENT*/
    .sb-submenu-active a {
        padding-left: 0px;
        width: 100% !important;
        margin-left: 0%;
    }

    sb-toggle-submenu {
        padding-left: 0% !important;
        width: 75% !important;
        padding-bottom: 0px !important;
        padding-top: 16px;
    }

    .SubCategoryPadding {
        padding-bottom: 0px !important;
        width: 100% !important;
    }

    .sb-slidebar {
        margin-top: 0px;
    }

    .sb-slidebar a:hover {
        text-decoration: underline;
    }

/* --------------------
* 004 - Slidebar Menus
*/
 
    .sb-menu {
 /* Apply to <ul> or <ol>. */
        padding: 0;
        margin: 0;
        list-style-type: none;
        background-color: #f5f5f5;
    }

    .sb-menu li {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sb-menu > li:first-child {
        border-top: none;
 /* Removes top border from first list item.. */
    }

    .sb-menu > li:last-child {
        border-bottom: none;
 /* Removed bottom border from last list item. */
    }

    .sb-menu li a:hover {
        text-decoration: none;
/*background-color: #efefef;  Will lighten any background colour you set. */
    }

    .sb-right .sb-menu li a {
        border-right: 0px solid transparent;
    }

    .sb-right .sb-menu li a:hover {
    }

    .sb-submenu {
        display: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: left;
        width: 100%;
    }

/* -----------------------
 * 007 - Slidebar Controls
 */
 
    .sb-toggle-top, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
        cursor: pointer;
 /* Help desktop users with Slidebar controls. */
    }

/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
    .sb-navbar .sb-toggle-left {
        width: 52px;
        float: left;
        padding: 14px;
    }

    .sb-navbar .sb-toggle-right {
        width: 52px;
        float: right;
        padding: 14px;
    }


/* Hover states to match navbar menu item hover. */
    .sb-navbar .sb-toggle-left:hover {
        background-color: rgba(0, 0, 0, 0.05);
 /* Will lighten any background colour you set. */
    }

    .sb-navbar .sb-toggle-right:hover {
        background-color: rgba(0, 0, 0, 0.05);
 /* Will lighten any background colour you set. */
    }

    .sb-slidebar {
        display: none;
    }
/*ENDMOBILEMENUDROPDOWNSTYLES*/
}

#Hero-Container {
    max-height: 500px;
    min-height: 500px;
background: #EFEFEF;
}

#Hero-BannerImage {
width: 80%;
    padding: 0px 10%;
}

.Hero-Text1 {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 56px;
line-height: 57px;
text-align: left;
 
color: #ffffff;
}

.Hero-Text1 a:link {
    color: #ffffff;
}

.Hero-Text1 a:active {
    color: #ffffff;
}

.Hero-Text1 a:visited {
    color: #ffffff;
}

.Hero-Text1 a:hover {
    color: #ffffff;
}

.Hero-Text2 {
font-family: Inter;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-align: left;
 
color: #ffffff;
}

.Hero-Text2 a:link {
color: #ffffff;
}

.Hero-Text2 a:active {
color: #ffffff;
}

.Hero-Text2 a:visited {
color: #ffffff;
}

.Hero-Text2 a:hover {
color: #ffffff;
}

@media only screen and (max-width: 1440px) {
#Hero-BannerImage {
width: 100%;
padding: 0px 0%;
}
}

@media only screen and (max-width: 800px) {
 
/*Mobile Phone Height*/
    #Hero-Container {
        max-height: 400px;
        min-height: 400px;
    }

/*Mobile Button Position*/
    .Hero-Button {
        margin: auto;
    }
}

#Hero-Container {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
}

#Hero-ContainerMobile {
display: none;
}

#Hero-ContentContainer {
    height: 100%;
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 80%;
    padding: 0px 10%;
}

#Hero-Content {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
padding-left: 1%;
padding-bottom: 1%;
}

#Hero-BannerImage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#Hero-BannerImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 1440px) {
 
    #Hero-ContentContainer {
        width: 95%;
        padding: 0px 2.5%;
    }

#Hero-Content {
padding-left: 0%;
}
}

@media only screen and (max-width: 800px) {
 
    #Hero-Content {
        flex-basis: 100%;
    }

    .Hero-Text1 {
        text-align: center;
    }

    .Hero-Text2 {
        text-align: center;
    }

    .Hero-Text3 {
        text-align: center;
    }

    #Hero-BannerImage img {
        -o-object-position: center;
        object-position: center;
    }

    .Hero-ButtonPosition {
        margin: auto;
    }
}

@media only screen and (max-width: 695px) {
#Hero-Container {
display: none;
}

#Hero-ContainerMobile {
display: inline;
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
max-height: 400px;
        min-height: 400px;
}
}

.Header-Promo1 {
border-top: 5px solid #2798d4;
}

.Header-Promo2 {
border-top: 5px solid #FFFF00;
}

.Header-Promo3 {
border-top: 5px solid #F02EB1;
}

.Header-Promo4 {
border-top: 5px solid #1DBF61;
}

.Promo-Icon {
font-family: Font Awesome 6 Free;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 24px;
line-height: 24px;
text-align: left;
text-transform: uppercase;
 
color: #1c7db1;
}

.Promo-Icon2 {
font-family: Font Awesome 6 Free;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 24px;
line-height: 24px;
text-align: left;
text-transform: uppercase;
 
color: #ebeb00;
}

.Promo-Icon3 {
font-family: Font Awesome 6 Free;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 24px;
line-height: 24px;
text-align: left;
text-transform: uppercase;
 
color: #bf1e8a;
}

.Promo-Icon4 {
font-family: Font Awesome 6 Free;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 24px;
line-height: 24px;
text-align: left;
text-transform: uppercase;
 
color: #1DBF61;
}

.Promo-Text1 {
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 20px;
text-align: left;
text-transform: uppercase;
 
color: #3f3f3f;
}

#Header-PromoContainer {
    width: 100%;
    margin: 0 auto;
    display: grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
    grid-template-columns: 10% 80% 10%;
	/* Gap in between products */
    grid-column-gap: 0px;
    float: left;
    padding: 12px 0px;
margin-bottom: 40px;
}

#Header-PromoContainerPosition {
    display: flex;
    justify-content: space-evenly;
    grid-column-start: 2;
border-bottom: 1px solid #D4D4D4;
}

#Header-PromoContainerMobile {
display: none;
}

.Header-Promo1 {
    display: flex;
    align-items: center;
    justify-content: center;
width: 100%;
padding: 16px 0px;
}

.Header-Promo2 {
    display: flex;
    align-items: center;
    justify-content: center;
width: 100%;
padding: 16px 0px;
}

.Header-Promo3 {
    display: flex;
    align-items: center;
    justify-content: center;
width: 100%;
padding: 16px 0px;
}

.Header-Promo4 {
    display: flex;
    align-items: center;
    justify-content: center;
width: 100%;
padding: 10px 0px;
}

#Promo-Icon {
    margin-right: 10px;
}

@media only screen and (max-width: 1650px) {
.Promo-Icon {
font-size: 20px;
line-height: 20px;
}

.Promo-Icon2 {
font-size: 20px;
line-height: 20px;
}

.Promo-Icon3 {
font-size: 20px;
line-height: 20px;
}

.Promo-Icon4 {
font-size: 20px;
line-height: 20px;
}

.Promo-Text1 {
font-size: 16px;
line-height: 16px;
}
}

@media only screen and (max-width: 1440px) {
 
    #Header-PromoContainer {
        grid-template-columns: 2.5% 95% 2.5%;
    }
}

@media only screen and (max-width: 1100px) {
 
    #Header-PromoContainerPosition {
        overflow: hidden;
        position: relative;
        width: 100%;
        float: left;
        height: 52px;
    }

    .Promo {
        flex: 1 0 100%;
        padding: 20px 0px;
    }

.Header-Promo1 {
	animation: fade1 10s ease infinite;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    position: absolute;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
 100% {
    opacity: 1;
  }
}

.Header-Promo2 {
	animation: fade2 10s ease infinite;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    position: absolute;
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
 100% {
    opacity: 0;
  }
}

.Header-Promo3 {
animation: fade3 10s ease infinite;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    position: absolute;
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
 100% {
    opacity: 0;
  }
}

.Header-Promo4 {
animation: fade4 10s ease infinite;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    position: absolute;
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  87.5% {
    opacity: 1;
  }
 100% {
    opacity: 0;
  }
}

.Promo-Icon {
    font-size: 22px;
    line-height: 20px;
}

.Promo-Text1 {
    font-size: 18px;
    line-height: 18px;
}
}

@media only screen and (max-width: 695px) {
#Header-PromoContainer {
display: none;
}

#Header-PromoContainerMobile {
    width: 100%;
    margin: 0 auto;
    display: grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
    grid-template-columns: 2.5% 95% 2.5%;
	/* Gap in between products */
    grid-column-gap: 0px;
    float: left;
    padding: 8px 0px;
}
}