.alertify {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 15px 0px;
    font-size: 17px;
    -webkit-animation: alertify 0.3s forwards;
    -moz-animation: alertify 0.3s forwards;
    -o-animation: alertify 0.3s forwards;
    animation: alertify 0.3s forwards;

    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);


    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -o-animation-duration: 1s;
    z-index: 999999999999;
}


.alertify .fa {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
}

.alertify.success {
    background: #27ae60;
    color: #FFFFFF;
}

.alertify.success .fa {
    background: #FFFFFF;
    color: #27ae60;
}

.alertify.error {
    background: #E74C3C;
    color: #FFFFFF;
}

.alertify.error .fa {
    background: #FFFFFF;
    color: #E74C3C;
}

.alertify.warning {
    background: #f39C12;
    color: #FFFFFF;
}

.alertify.warning .fa {
    background: #FFFFFF;
    color: #f39C12;
}

.goog-logo-link,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
.goog-te-menu-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 50%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
}

#gdpr-cookie-message h4 {
    color: #01BDB2;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    margin: 15px 0px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-top: 15px;
    text-align: center;
}

#gdpr-cookie-message li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

#gdpr-cookie-message li+li {
    margin-top: 10px;
}

#gdpr-cookie-message li input {
    margin-top: 5px;
}


#gdpr-cookie-message li strong {
    display: block;
}

#gdpr-cookie-message a {
    color: #01BDB2;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: #01BDB2;
    color: #FFF;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: #FFF;
    color: #01BDB2;
}


@-webkit-keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}

@-moz-keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}

@keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}


.page404 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.page404 strong {
    font-size: 140px;
    line-height: 140px;
    font-weight: 900;
    color: #2c2c2c;
}

.page404 span {
    margin-bottom: 5px;
}

.page404 .btn-primary {
    margin-top: 1rem;
    font-size: 0.9rem;
}


@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .2
    }

    100% {
        transform: scale(1.9);
        opacity: 0
    }
}


.title {
    margin-bottom: 50px;
    text-align: center;
}

.title h2 {
    font-size: 2rem;
    color: #01BDB2;
    margin-bottom: 10px;
}

.title p {
    display: inline-block;
    max-width: 500px;
    font-size: 1.1rem;
}


.top {
    position: relative;
    background: #202123;
    font-size: .8rem;
    padding: 15px 50px;
    z-index: 100;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .left, .top .right {
    display: flex;align-items:center;gap:15px;
}

.top a, .top span {
    display:flex;
    align-items: center;
    gap:10px;
    color: #FFF;
}





.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0 50px;
    background-color: #ffffff;
    box-shadow: 0px 30px 70px rgba(248, 248, 252, 1);
    z-index: 99;
}

.header .left {
    margin-right: auto;
}

.header .logo {
    display: block;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.header .logo img {
    width: 100%;
}


.header nav {
    margin: 0 auto;
}

.header nav>ul>li {
    display: inline-block;
}

.header nav>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    font-size: 0.95rem;
    transition: background .5s ease;
    border-radius: 4px;
}

.header nav>ul>li:hover>a {
    background: #EEE;
}

.header .right { display:flex;align-items:center;justify-content:center; }
.header>.right>li { display: none; }

.header>.right>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header>.right>li:first-child {
    display: flex;
}

.header .call {
    padding: 16px 42px;
    border-radius: 4px;
    background: #01BDB2;
    color: #FFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
}


.sidebar {
    background: #FFF;
    border-radius: 4px;
}

.sidebar h3 {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 30px 0px;
}

.sidebar .form {
    padding: 30px;
}

.sidebar .checkbox {
    font-size: .9rem;
    line-height: 1.5rem;
}

.sidebar .checkbox a {
    text-decoration: underline;
}

.sidebar .button {
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}


.main {
    position: relative;
    padding: 100px 0px;
    gap: 30px;
    margin-bottom: 100px;
    background: #FFF;
}

.main .container {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
}

.main img {
    width: 100%;
}

.main h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.main h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.main .item h1,
.sliders .main h2 {
    max-width: 660px;
}

.main p {
    max-width: 660px;
    font-size: 0.95rem;
}


.hero {
    position: relative;
    background: #FFF;
    padding: 100px 0px;
    margin-bottom: 50px;
    overflow: hidden;
    background-size: 40%;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../uploads/hero.svg);
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.hero h1 {
    position: relative;
    font-size: 2rem;
}


.categories {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 20%));
    gap: 30px;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: block;
    background: #122a5a;
    height: 100%;
    color:#FFF;
    padding: 30px;
    transition: all .2s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.category-item img {
    display: inline-block;
    height: 40px;
    filter: brightness(0) invert(1);
}

.category-item h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 5px;
    color:#FFF;
}

.category-item p {
    font-size: 0.9rem;
    color: #FFF;
}


.category-item:hover {
    background: #FF6720;
}

.category-item:hover h3 {
    color: #FFF;
}

.category-item:hover img {
    filter: brightness(0) invert(100%);
}

.article {
    background: #FFF;
    border-radius: 4px;
    padding: 30px;
}


.article p {
    font-size: 1rem;
}

.article p+p {
    margin-top: 15px;
}

.article ul,
.article ol {
    padding-left: 30px;
    margin: 15px 0px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}

.article li + li { margin-top:10px; }

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-bottom: 15px;
}

.article p+h2,
.article p+h3,
.article p+h4,
.article p+h5,
.article p+h6 {
    margin-top: 30px;
}

.article ul+h2,
.article ul+h3,
.article ul+h4,
.article ul+h5,
.article ul+h6 {
    margin-top: 30px;
}

.article hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    border-top: 1px solid #EEE;
}


.socials {
    margin-top: 25px;
}

.socials a {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.socials a .fab {
    display: block;
    position: relative;
    font-size: 18px;
    transition: all .4s;
}


.contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    gap: 15px;
}

.contact .left,
.contact .right {
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.contact iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    vertical-align: middle;
}

.contact h2 {
    margin-bottom: 1rem;
}


.contact p+p {
    margin-top: 10px;
}


.brands {
    background: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}


.brands .container {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 20%));
}


.brands .item {
    height: 100px;
    line-height: 100px;
    background: #FFF;
    text-align: center;
    padding: 0 30px;
    border-radius: 4px;
    border:1px solid #EEE;
}

.brands .item img {
    max-height: 100px;
}


.footer {
    background: #161719;
    padding: 100px 0px;
    margin-top:100px;
}

.footer .container {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    grid-template-columns: minmax(0, 30%) minmax(0, 20%) minmax(0, 25%) minmax(0, 25%);
}

.footer .logo {
    margin-bottom: 30px;
}

.footer .logo img {
    max-width: 250px;
    filter: brightness(0) invert(100%);
}

.footer p {
    font-size: 1rem;
    color: #FFF;
}


.footer .widget:first-child {
    margin-right: auto;
}

.footer .widget-title {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #01BDB2;
    font-weight: bold;
    letter-spacing: -1px;
}

.footer .widget ul li {
    font-size: 1rem;
    color: #FFF;
}

.footer .widget ul li+li {
    margin-top: 5px;
}

.footer .widget ul li a {
    display: block;
    font-size: 0.95rem;
    color: #FFF;
}

.footer .widget ul li i {
    width: 20px;
}

.footer .widget .socials {
    margin-top: 30px;
}

.footer .widget .socials a {
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    color: #FFF;
}

.copyright {
    background: #161719;
    text-align: center;
    color: #FFF;
    padding: 15px 0px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


@media (min-width:767px) {

    .header .toggle {
        display: none;
    }

    .mobimenu {
        display: none;
    }


    .dropdown {
        position: relative;
    }

    .dropdown>.dropdown-menu {
        position: absolute;
        background: #FFF;
        min-width: 240px;
        transition: all 0.3s ease-out 0s;
        top: 80px;
        opacity: 0;
        box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
        visibility: hidden;
        z-index: 99;
        transform: scale(1, 0);
        transform-origin: 0 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .dropdown.open>.dropdown-menu {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .dropdown>.dropdown-menu li {
        border-bottom: 1px solid #F1F1F1;
    }

    .dropdown>.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .dropdown>.dropdown-menu li a {
        display: block;
        padding: 15px 20px;
        font-size: 0.95rem;
    }

    .dropdown>.dropdown-menu li a:hover {
        background: #01BDB2;
        color: #FFF;
    }


    .product {
        position: relative;
        display: flex;
        justify-content: center;
        background: #FFF;
        gap: 30px;
        margin-top: 50px;
    }


    .about {
        padding: 50px 0px 0px 0px;
    }

    .about .left {
        margin-right: 50px;
    }


}

@media (max-width:767px) {


    .top {
        background: #2a2a2a;
        color: #FFF;
        text-align: center;
        padding: 5px 0px;
        font-size: 12px;
    }

    .top .container {
        display: block;
    }

    .top .left {
        margin-right: 0px;
    }

    .top .left span:last-child {
        display: none;
    }

    .top .right {
        display: none;
    }


    .header {
        padding: 0 15px;
        box-shadow: 0px 30px 70px rgb(208 208 221);
    }

    .header nav {
        display: none;
    }

    .header .logo {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }

    .header .right {
        margin-left: auto;
    }
    .header>.right>li{
        display: flex;
    }
    .header>.right>li:first-child{
        display: none;
    }

    .header>.right> li>a {
        font-size: 20px;
        padding: 10px 15px;
    }

    .header .right .dropdown {
        position: relative;
    }

    .header .right .dropdown>.dropdown-menu {
        position: fixed;
        display: none;
        background: #2a2a2a;
        transition: all 0.3s ease-out 0s;
        top: 136px;
        box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
        z-index: 99;
        right: 0;
        left: 0;
        top: 136px;
        bottom: 0;
    }

    .header .right .dropdown.open>.dropdown-menu {
        display: block;
    }

    .header .right .dropdown>.dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .header .right .dropdown>.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .header .right .dropdown>.dropdown-menu li a {
        display: block;
        padding: 15px 20px;
        font-size: 0.95rem;
        color: #FFF;
    }


    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .mobimenu {
        left: 0;
        width: 100%;
    }

    .mobimenu {
        position: fixed;
        top: 136px;
        bottom: 0;
        left: -300px;
        background: #2a2a2a;
        width: 300px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        -webkit-transition: left .3s linear;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        transition: left .3s linear;
        z-index: 10000;
    }


    .mobimenu .heading {
        background: #01BDB2;
        padding: 25px 0px;
        text-align: center;
    }

    .mobimenu .heading img {
        max-width: 160px;
    }

    .mobimenu .middle {
        margin-bottom: auto;
    }

    .mobimenu .middle li>a {
        position: relative;
        display: block;
        padding: 15px;
        color: #FFF;
    }

    .mobimenu .middle>li+li>a {
        border-top: 1px solid rgba(255, 255, 255, .05);
    }

    .mobimenu .middle>li>a {
        font-weight: 500;
    }

    .mobimenu .middle>li>a>.fa {
        position: absolute;
        right: 15px;
        font-size: 20px;
        top: calc(50% - 12px);
    }

    .mobimenu .middle>li.open>a>.fa {
        transform: rotate(180deg);
    }

    .mobimenu .middle>li>a:hover,
    .mobimenu .middle>li.active>a {
        background: rgba(255, 255, 255, .05);
    }

    .mobimenu .middle .dropdown-menu {
        display: none;
        background: rgba(0, 0, 0, .1);
    }

    .mobimenu .middle .dropdown.open .dropdown-menu {
        display: block;
    }

    .mobimenu .middle .dropdown-menu li a {
        padding: 12px 14px 12px 20px;
    }

    .main {
        padding: 50px 0px;
        margin-bottom: 50px;
        text-align: center;
    }

    .main .container {
        display: block;
    }

    .main .left {
        margin-bottom: 30px;
    }

    .main h1 {
        font-size: 1.3rem;
    }

    .main h2 {
        font-size: 2rem;
    }

    .main p {
        font-size: 0.9rem;
    }

    .main img {
        max-width: 80%;
    }

    .hero {
        text-align: center;
        padding: 50px 0px;
        color: #FFF;
        border-top: 0;
        background-size: cover;
        background-position: center;
    }

    .hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
        z-index: 5;
    }

    .hero .container {
        position: relative;
        z-index: 5;
    }

    .categories {
        grid-template-columns: repeat(2, minmax(0, 50%));
    }

    .category-item {
        padding: 30px;
        text-align: center;
    }

    .category-item h3 {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 1.1rem;
    }

    .category-icon img {
        height: 25px;
    }

    .category-item p {
        display: none;
    }


    .we {
        display: flex !important;
        flex-direction: column;
    }

    .title h2 {
        font-size: 2rem;
    }

    .title p {
        font-size: 0.9rem;
    }


    .brands { 
        margin-top:50px; 
    }
    .brands .container{ grid-template-columns:repeat(2, minmax(0,50%)) }
    .brands .item {
        height: 75px;
        line-height: 75px;
    }

    .brands .item img {
        max-height: 75px;
    }

    .faq { padding-top:50px; }

    .contact {
        grid-template-columns: 100%;
        text-align: center;
    }

    .contact h2 {
        font-size: 1.5rem;
    }

    .contact iframe {
        height: 300px;
    }


    .footer {
        padding: 50px 0px;
        text-align: center;
    }

    .footer .container {
        display: block;
    }

    .footer .widget {
        width: 100% !important;
    }

    .footer .widget+.widget {
        margin-top: 50px;
    }

    .footer .widget ul li+li {
        margin-top: 0px;
    }


    .footer .logo {
        display: inline-block;
        margin-bottom: 1.25rem;
        width: 250px;
    }

    .footer .contact {
        display: block;
    }


}