body ::selection {
    background: #0D8D7C;
    color: #fff;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'), url('fonts/Lato-Regular.woff') format('woff'), url("fonts/Lato-Regular.woff2") format("woff2"), url('fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot'), url('fonts/Lato-Light.woff') format('woff'), url("fonts/Lato-Light.woff2") format("woff2"), url('fonts/Lato-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('fonts/proximanova-bold.eot'), url('fonts/proximanova-bold.woff') format('woff'), url("fonts/proximanova-bold.woff2") format("woff2"), url('fonts/proximanova-bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('fonts/proximanova-regular.eot'), url('fonts/proximanova-regular.woff') format('woff'), url("fonts/proximanova-regular.woff2") format("woff2"), url('fonts/proximanova-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-light.eot'), url('fonts/raleway-light.woff') format('woff'), url("fonts/raleway-light.woff2") format("woff2"), url('fonts/raleway-light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.eot');
    src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Thin.woff2') format('woff2'), url('fonts/Roboto-Thin.woff') format('woff'), url('fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Black.woff2') format('woff2'), url('fonts/Roboto-Black.woff') format('woff'), url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Istok Web';
    src: url('fonts/IstokWeb-Bold.eot');
    src: url('fonts/IstokWeb-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/IstokWeb-Bold.woff2') format('woff2'), url('fonts/IstokWeb-Bold.woff') format('woff'), url('fonts/IstokWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Istok Web';
    src: url('fonts/IstokWeb-Regular.eot');
    src: url('fonts/IstokWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/IstokWeb-Regular.woff2') format('woff2'),
        url('fonts/IstokWeb-Regular.woff') format('woff'),
        url('fonts/IstokWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Verdana';
    src: url('fonts/Verdana.eot');
    src: url('fonts/Verdana.eot?#iefix') format('embedded-opentype'),
        url('fonts/Verdana.woff2') format('woff2'),
        url('fonts/Verdana.woff') format('woff'),
        url('fonts/Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    height: 100%;
    width: 100%;
    max-width: 100%;
    font-family: "Verdana", "Helvetica Neue", "proxima", Arial, sans-serif;
    color: #1e2226;
    /* background: #f4f4f4; */
}

 a,  a:hover,  a:active,  a:focus {
    text-decoration: none;
    color: #000;
    outline: 0;
}
li{list-style: none;}
.accordion-button:focus{box-shadow: none; border-color: transparent;}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color:transparent;
    box-shadow: none;
}
 /* .accordion-body{border-top: 1px solid rgba(0,0,0,.125);} */
 .accordion-item:not(:first-of-type){border-top: 1px solid rgba(0,0,0,.125);}
.accordion-button::after{display: none;} 
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 15px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    order: 0;
}

button.accordion-button{justify-content: space-between;}

.accordion-button::before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 15px;
    background: none !important;
    text-align: center;
    order: 2;
}


.accordion-button:not(.collapsed)::before{

        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
 
}
/* header{overflow: hidden;} */
.header-wrapper{background-color: #fff;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected 
{
    background-color: transparent !important; /* Change background to transparent */
    color: #000 !important; /* Change text color */
    border: 1px solid #ced4da !important; /* Reset border */
    background-image: none !important;
    transition: background-color 5000s ease-in-out 0s;    
}

input:-webkit-autofill {
    background-color: transparent !important; /* Change background to transparent */
    color: #000 !important; /* Change text color */
    border: 1px solid #ced4da !important; /* Reset border */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
background-color: transparent !important; 
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill:focus{  
    background-color: transparent !important; /* Change background to transparent */
    color: #000 !important; /* Change text color */
    border: 1px solid #ced4da !important; /* Reset border */
    -webkit-text-fill-color: #000;
} 

input:-webkit-autofill.is-valid,
input:-internal-autofill-selected.is-valid,
input:-internal-autofill-selected.is-valid:active
{
    border-color: #198754 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 100% 100% !important;
    background-color: transparent !important; /* Ensure there's no conflicting background color */
    color: #000 !important; /* Change text color */
    border: 1px solid #198754 !important; /* Reset border */
    -webkit-text-fill-color: #000;
}
input:-webkit-autofill.is-invalid,
input:-internal-autofill-selected.is-invalid,
input:-internal-autofill-selected.is-invalid:active
{
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-color: #fff !important;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 100% 100% !important;
    background-color: transparent !important; /* Ensure there's no conflicting background color */
    color: #000 !important; /* Change text color */
    border: 1px solid #dc3545 !important; /* Reset border */
    -webkit-text-fill-color: #000;
}
::-webkit-search-cancel-button {
  
    position: relative;
    right: 20px;
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path opacity='.6' fill='%23666E6E' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;

    font-size: 3rem;
    color: #666E6E;
    cursor: pointer;
    appearance: none;
    -moz-apperance: none;
}


.fe-pr-sl .lSPager.lSpg>li.active a {
    background-color: #2B4F42;
    width: 52px;
    border-color: #2B4F42;
}
.fe-pr-sl .lSPager.lSpg>li a {
    background-color: #9a9a9a2b;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 29px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    border: 1px solid #979797;
}

/* menu dropdown */

    .menunav .navbar {
        overflow: hidden;
        background-color: #333;
    }

    .menunav .navbar a {
        float: left;
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .menunav .dropdown {
        float: left;
        overflow: hidden;
        position: static;
    }

    .menunav .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #000;
        padding: 23px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .menunav .dropdown .dropbtn:hover {
        color: #2B4F42;
    }

    .menunav .dropdown-content {
        display: none;
        position: absolute;
        box-shadow: none;
        z-index: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 10px solid #2B4F42;
        max-height: 510px;
        top: 64px;

    }
 .menunav .dropdown-content{
    background: url(images/menuback.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;


}
  .imgsprhovr-pi{   min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;}
       .logo-dwn-btns .btns-drop a{min-width: 200px;}
  .imgsprhovr-pi img{max-width: 200px; }
    .menunav .dropdown:hover .dropdown-content {
        display: block;
        z-index: 1;
    }
    .icon-ar {
    background: #fff;
    display: inline-block;
    width: 100%;
    position: absolute;
    height:41px;
    bottom: 0;
}
.nw-cl-icon {
    background: url(https://happybay.sirv.com/media/catalog/category/close-arrow-normal-btm.png) no-repeat transparent;
    height: 27px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 49%;
}
 .nw-cl-icon{height: 33px;}
 .nw-cl-icon{ background: url(images/close-arrow-normal-btm.webp) no-repeat transparent}
 .logo-dwn-btns .btns-drop a {
    font-family: 'Lato';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 15px;
    display: inline-block;
    /* mix-blend-mode: screen; */
    text-shadow: none;
}
.menunav .dropdown .dropbtn{
    font-size: 16px;
    border: none;
    outline: none;
    color: #000;
    padding: 23px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;}
    .logo-dwn-btns .btns-drop a:hover, .logo-dwn-btns .btns-drop a:active, .logo-dwn-btns .btns-drop a:focus {
        background: #fff;
        color: #000;
        text-shadow: none;
    }
.menunav .accordion-item{background: transparent ; margin: 0 !important;}
.menunav  .accordion-body {
    padding: 0 0px;
    border-top: 0;
}

.menumob {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    font-family: 'Roboto';
    font-size: 17px;
    background: transparent !important;
    display: flex ;
    justify-content: space-between;
    font-weight: normal;
}
.menumob.islink:hover{
    color: #95e9d7 !important;
}

.accordion-body .menumob.islink:hover{color: #0D8D7C !important;}
.menunav  .accordion-body a{padding: 15px 20px !important;}
.mob.btn{
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    margin: 30px 0 0;
    min-width: 340px;
    padding: 9px 0;
    font-size: 17px;
}

.mob.btn.sch{
    background: #ffff;
    color: #00907b;
    box-shadow: none;
}
.mob.btn.join{
    background:transparent;
    color: #fff;
    box-shadow: none;
}

.mob.btn.join:hover{
    background: #ffff;
    color: #00907b;
}
.mob.btn.sch:hover{
    background:transparent;
    color: #fff;
}
ul.social-icons {
     align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
}
ul.social-icons a.icons-border {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-icons a.icons-border img{width: 20px;}

.menunav  .accordion-body {
    background: rgba(255, 253, 253, 40%);
}

.menunav  .accordion-body a {
    border: 0 !important;
    padding: 10px 15px !important;
}

.hpylogo{
    min-width: 173.3px;
}

.menu {
    width: 29px;
    position: fixed;
    z-index: 6;
    display: block;
    /* vertical-align: middle; */
    position: relative;
    height: 28px;
   margin-left: 9px;
}
.classicmenu {
    position: relative;
    height: 100%;
}
.classicmenu wrapper {
    display: block;
    position: relative;
    width: auto;
    height:80%;
}

.classicmenu wrapper bun:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6%;
    background: #0D8D7C;
    border-radius: 100px;
    transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
    top: 2px;
  
}
.classicmenu wrapper bun:after {

    text-transform: uppercase;
    position: absolute;
    border-radius: 100px;
    transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
    bottom: 3px;
    color: #0D8D7C;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    width: 100%;
    height: 6%;
         content: "MENU";
   
}

.classicmenu wrapper bun burger {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.classicmenu wrapper bun burger:before,
.classicmenu wrapper bun burger:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6%;
    background: #0D8D7C;
    border-radius: 100px;
    transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
    /* bottom: 18px; */
}

.classicmenu wrapper input {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
}
bun{
    display: block;
    height: 100%;
    position: relative;
}
.classicmenu wrapper input:hover~bun:before,
.classicmenu wrapper input:hover~bun :before,
.classicmenu wrapper input:hover~bun :after {
    background: #0D8D7C;
    /* background: #fff; */
}

.classicmenu wrapper input:checked~bun:before,
.classicmenu wrapper input:checked~bun:after {
    width: 0;
}

.classicmenu wrapper input:checked~bun burger:before {
    transform: rotate(135deg);
    bottom: inherit;
}

.classicmenu wrapper input:checked~bun burger:after {
    transform: rotate(45deg);
    bottom: inherit;
}

.classicmenu wrapper input:checked~bun:after {
    display: none;
}

 .page-header .classicmenu wrapper {
    top: -25px;
}



.mob.btn{
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    margin: 30px 5px 0;
    min-width: 247px;
    padding: 7px 15px;
    font-size: 17px;
}

.mob.btn.sch{
    background: #ffff;
    color: #00907b;
    box-shadow: none;
}
.mob.btn.join{
    background:transparent;
    color: #fff;
    box-shadow: none;
}

.mob.btn.join:hover{
    background: #ffff;
    color: #00907b;
}
.mob.btn.sch:hover{
    background:transparent;
    color: #fff;
}
ul.social-icons {
     align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
}
ul.social-icons a.icons-border {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-icons a.icons-border img{width: 20px;}



body.menuopened {
    position: fixed;
}


.menunav.active {
    right: 0;
    /* top: 120px; */
}
.menunav {
    display: block;
    background: #3B8D7C;
    position: fixed;
    left: auto;
    top: 60px;
    margin: 0;
    z-index: 4;
    height: 100vh;
    width: 35%;
    padding: 0 0 60px;
    box-shadow: none;
    right: -100%;
    transition: right 0.5s;
    border-top: 4px solid #d4d2d2;
    overflow-x: auto;
    border: 0;
    position: fixed;
    padding-bottom: 60px;
    z-index: 100;
}



/* menu dropdown */

/*search  */
.search-field{
    height: 28px;
    color: #000;
    border-radius: 50px;
 width: 300px;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
    border: 1px solid #979797;
    font-size: 15px;
}
.fa, .fas,.fab {font-family: 'FontAwesome';}
.search-submit{border: 0; background: 0; color: #979797; right: 5px; line-height: 1;}
/*search  */


/* account icn */
.accountcont{    color: #0D8D7C;
    font-size: 24px;}
    .accountcont:hover,.accountcont:active{color: #0D8D7C;}
/* account icn */

/* bagicon */
.bagcont .labelsab::before {
    background-position: center;
    left: 0px;
    top: 0px;
    content: "";
    font-family: 'FontAwesome';
    background-image: url('data:image/svg+xml,%3Csvg\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M5\ 22H19C20.103\ 22\ 21\ 21.103\ 21\ 20V9C21\ 8.73478\ 20.8946\ 8.48043\ 20.7071\ 8.29289C20.5196\ 8.10536\ 20.2652\ 8\ 20\ 8H17V7C17\ 4.243\ 14.757\ 2\ 12\ 2C9.243\ 2\ 7\ 4.243\ 7\ 7V8H4C3.73478\ 8\ 3.48043\ 8.10536\ 3.29289\ 8.29289C3.10536\ 8.48043\ 3\ 8.73478\ 3\ 9V20C3\ 21.103\ 3.897\ 22\ 5\ 22ZM9\ 7C9\ 5.346\ 10.346\ 4\ 12\ 4C13.654\ 4\ 15\ 5.346\ 15\ 7V8H9V7ZM5\ 10H7V12H9V10H15V12H17V10H19L19.002\ 20H5V10Z\'\ fill=\'%2308101F\'/%3E%3C/svg%3E%0A');

    height: 24px;
    width: 24px;
    background-size: cover;
    display: block;
    background-image: url(https://happybay.sirv.com/industrybay-africa/images/blackcart.png);
}
/* bagicon */
/* .menu {
    display: none;
} */
.green-btn.btn.toph{min-width: fit-content; line-height: 0.5; padding: 9px 13px;}

.bgwave{
    background: url(https://happybay.sirv.com/industrybay-africa/wavemenu-desktop.png);
    width: 100%;
    background-size: contain;
    height: 100%;
  
    position: absolute;
    top: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
.bgcorwpr{
position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    top: 60px;
    display: none;
    z-index: 100;
}
.menuopened .bgcorwpr{display: block;}

.videoisplaying .head-captions{
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .search-field{
        width: 216px;
    }

}

    @media screen and (max-width: 991px) {
        .bgcorwpr{z-index: 0;}
.menunav{
    display: block;
    background: #3B8D7C;
    position: fixed;
    left: -100%;
    top: 60px;
    margin: 0;
    z-index: 4;
    height: 100vh;
    width:100%;
    padding: 0 0 60px;
    box-shadow:none;
 right: 0;
    transition: left 0.5s;
    border-top: 4px solid #d4d2d2;
    overflow-x: auto;
    border: 0;
    position: absolute;
    padding-bottom: 60px;
    z-index: 100;
}

.menunav.active {
    left: 0;
    /* top: 120px; */
}
        .bgwave{
        background: url(https://happybay.sirv.com/industrybay-africa/wave-mobile.png);
      
        background-size: cover;
       
     
        top: -13%; 
    }
        .menunav .dropdown .dropbtn {
            padding: 15px 16px 15px 0;
        }
        .accountcont{    color: #fff;
        }

         .menunav .dropdown {
            float: none;
        }

        .menunav .dropdown-content {
            display: block;
            top: 0;
            position: relative;
            border-bottom: 0;
            z-index: 0;
        }

        .header-wrapper {
         padding: 0;
            background: #fff;
            height: 47px;
        }
  
        .search-wrapper{
        background: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            margin: 0; display: flex; align-items: center; justify-content: center; padding-right: 0 !important;}
            .search-field{width: calc(100vw - 30px);}
        .menunav{
    
            top: 48px;
            padding-bottom: 108px;
        }
        
  
        .h-sm-60{
            /* height: 60px; */
            height: 46px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
     
        }
        .bagcont .labelsab::before{
            width: 26px;
            height: 24px;
            background-image: url(https://happybay.sirv.com/industrybay-africa/images/whitebag.png);
            background-position: center;
        }

        .leftside,.rightside {
            padding: 0 15px;
        }


        .logo-dwn-btns .btns-drop a {
            display: block;
            margin: 10px 0;
            background: #0d8d7c;
            color: #fff;
            border: 0;
        }



        .card-right .formarea .disp-tab-cel.vm{padding-bottom: 0;}
    
        .user-wrapper{height: 28px;}
        .userlogacc.dropdown{height: 100%;}
        .accountcont{font-size: inherit;}
        .fa-user:before {
            content: "\f007";
            font-size: 28px;
        }
 
        



        .customersuccess h3, .fcustomers, .weherefoyou, .demo {
            padding-top: 30px;
        }
        

   
        
         .page-header .classicmenu wrapper {
            top: -25px;
        }
        
    
        .menuopened ul#menuslide::before, .menuopened ul#menuslide::after {
            /* content: ""; */
            background-image: linear-gradient(to right, #2B4F42, #B1543D, #E99208, #E4C348, #D6D9D9, #9BA8C3, #58BEC8, #0D8D7C, #313E48);
            height: 5px;
            width: 100%;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            transition: background 3s;
            width: calc(100% - 50px);
        }
        .ss-con-im {
            padding: 50px 0;
        }
        
        .showcase_images img.img-responsive:hover {
            transform: scale(1) translate3d(0px, 0px, 0px);
        }
        
        .showcase_images img.img-responsive {
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            transform: translate3d(0px, 0px, 0px) scale(1.025);
        }
        
        .tab-content.active {
            -webkit-animation: fadeInScale 0.7s ease-in-out;
            -moz-animation: fadeInScale 0.7s ease-in-out;
            animation: fadeInScale 0.7s ease-in-out;
        }
        
        .tab-content label {
            cursor: pointer;
        }
        

.logo-wrapper img{max-width: 130px;}



    }
    @media screen and (min-width: 1921px) {
          .imgsprhovr-pi{   min-height: 611px;}
          .menunav .dropdown-content{min-height: 620px;}
    }
    @media screen and (min-width: 1920px) {
    .menunav {
        width: 30%;
    }
}
    .green-btn.btn.toph {
        min-width: fit-content;
        line-height: 0.5;
    }
    .green-btn.toph {
        color: #0D8D7C;
        border: 1px solid #0D8D7C;
        border-radius: 50px;
        background: transparent;
        font-size: 16px;
        box-shadow: none;
    }
    .green-btn.toph:hover, .green-btn.toph.menuactive{  background: #0D8D7C;    color: #fff;}
.faq .accordion-button:hover,.demo .accordion-button:hover{color:#0D8D7C;}
    @media screen and (min-width: 992px) and (max-width: 1090px) {
        .green-btn.toph {      font-size: 12px;      }
    }


    /* for footer pages */

    .cms-privacy-policy-html ul, .cms-shipping-policy-html ul, .cms-return-policy-html ul {
        padding: 0 50px;
    }
    .cms-privacy-policy-html li, .cms-shipping-policy-html li, .cms-return-policy-html li {
        list-style: disc;
    }


.video-container .head-captions{
    background: linear-gradient(360deg, #181818, transparent);
}  