@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');

body {
    color: #243f4d;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.header__area {
    font-family: "Rubik", sans-serif;
}

.header__area .header__sl a {
    text-decoration: none;
    font-size: 16px;
    color: #585858;
    transition: .3s ease-in-out;
    font-weight: 600;

}

.header__area .header__sl a:hover {
    color: #83bc2e;
    transition: .3s ease-in-out;
}

.header__area .header__sl span {
    font-size: 14px;
}

.header__form .form-control {
    border-radius: 0;
}

.header__form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #83bc2e;
    color: white;
    padding: 0 30px;
    font-size: 1rem;
    height: calc(2.25rem + 2px);
}

.header__bottom {
    padding: 15px 0;
}


.header__basket i {
    font-size: 20px;
    color: white;
}

.header__basket span {
    color: white;
    background: #f36b2a;
    width: 16px;
    height: 16px;
    font-size: 9px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s ease-in-out;
}

.header__basket:hover span {
    transform: scale(1.3);
    transition: .3s ease-in-out;
    background: white;
    color: #f36b2a;
}

.header__basket:hover i {
    transition: .3s ease-in-out;
    color: #f36b2a;
}

.header__basket a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
}

.header__list a svg path {
    transition: .3s ease-in-out;
}

.header__list:hover a svg path {
    fill: #f36b2a;
    transition: .3s ease-in-out;
}

.header__list-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.header__list-box.active {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.header__list-box .hl__box-bg {
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hl__box {
    position: absolute;
    right: -300px;
    top: 0;
    z-index: 999;
    width: 300px;
    padding: 25px 20px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    transition: .3s ease-in-out;
    box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);
}

.hl__box.active {
    right: 0px;
    transition: .3s ease-in-out;
}

.header__list-box .hl__box-close {
    color: #212121;
    z-index: 2;
    font-size: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}

.header__list-box .hl__box-list h5 {
    font-size: 20px;
    color: #83bc2e;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.header__list-box .hl__box-list p {
    font-size: 16px;
    color: #565872;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.header__list-box .hl__box-social {
}

.header__list-box .hl__box-social ul {
    padding: 0;
    margin: 0;
}

.header__list-box .hl__box-social ul li {
    display: inline-block;
}

.header__list-box .hl__box-social ul li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.header__list-box .hl__box-social ul li:hover a {
    background: #83bc2e;
    transition: .3s ease-in-out;
}

.body__slider {
    background: #f9f9f9;
}

.swiper__content .sc__title {
    font-size: 72px;
    line-height: 70px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #83bc2e;
    margin-bottom: 26px;
}

.swiper__content .sc__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #222933;
}

.swiper__content .sc__button {
    display: inline-block;
    padding: 18px 20px 18px 28px;
    color: #813405;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
    border: 2px solid #f7ccb8;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.swiper__content .sc__button:hover {
    background: #83bc2e;
    color: #ffffff;
    border: 2px solid #83bc2e;
    transition: .3s ease-in-out;
}


.main__slider-arrow .swiper-main-button-prev,
.main__slider-arrow .swiper-main-button-next {
    width: 50px;
    height: 50px;
    background: #83bc2e;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}


.information__box-title {
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif;
}

.information__box-text {
    color: #585858;
    font-size: 16px;
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
}

.information__box {
    background: #fff;
    box-shadow: 0 6px 47px 3px rgb(37 37 37 / 10%);
    padding: 20px 0;
    position: relative;
    margin-top: -65px;
    z-index: 9;
}

.body__category-box {
    padding: 20px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.cb__title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    font-family: "DM Sans", sans-serif;
    transition: .3s ease-in-out;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.body__category-box:hover .cb__title {
    color: #83bc2e;
    transition: .3s ease-in-out;
}

.cb__image {
    text-align: center;
    margin-block-start: 35px;
    transform: scale(1);
    transition: .3s ease-in-out;
    transform-origin: center center;
}

.cb__image img {
    width: 150px;
}

.body__category-box:hover .cb__image {
    transform: scale(1.05);
    transition: .3s ease-in-out;
}

.col-md-4:nth-of-type(2) .body__category-box:nth-of-type(1) {
    margin-block-end: 30px;
}

.col-md-4:nth-of-type(2) .body__category-box {
    height: 200px;
}

.body__title {
    font-size: 24px;
    color: #191919;
    margin-bottom: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.body__text {
    font-family: "Rubik", sans-serif;
    color: #191919;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.product__button-box {
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
    display: inline-block;

}

.product__button-box button {
    border: none;
    outline: none;
    padding: 20px 30px;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.product__button-box button:hover {
    transition: .3s ease-in-out;
    color: #83bc2e;
}

.product__grid-image {
    position: relative;
    overflow: hidden;
    border: 2px solid #f2f2f2;
    padding: 10px 10px 70px 10px;
}

.product__grid-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    transition: .3s ease-in-out;
    bottom: 10px;

}

.product__grid-box:hover .product__grid-button {
    transition: .3s ease-in-out;
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.product__grid-button ul {
    padding: 0;
    margin: 0;
}

.product__grid-button ul li {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.product__grid-button ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #dfe6ea;
    color: #83bc2e;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
    transition: .3s ease-in-out;
    margin-right: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.product__grid-button ul li:last-child a {
    margin-right: 0;
}

.product__grid-button ul li:hover a {
    background: #83bc2e;
    color: #f4fbff;
    transition: .3s ease-in-out;
}

.product__grid-title a {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.product__grid-title a:hover {
    color: #83bc2e;
    transition: .3s ease-in-out;
}

.product__grid-price .new__price {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #83bc2e;
}

.product__grid-price .old__price {
    color: #969696;
}

.color-white {
    color: white;
}

.body__newsletter {
    background: #175278;
    position: relative;
    z-index: 1;
}

.body__newsletter {
    overflow: hidden;
}

.body__newsletter input {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
}

.body__newsletter button {
    height: 50px;
    border: none;
    outline: none;
    background: #83bc2e;
    border-radius: 0 50px 50px 0;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
}

.body__newsletter button {
    height: 50px;
    border: none;
    outline: none;
    background: #83bc2e;
    border-radius: 0 50px 50px 0;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.z-index {
    z-index: 99;
}

.body__newsletter img:nth-of-type(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.body__newsletter img:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.body__title-link a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    transition: .3s ease-in-out;
}

.body__title-link a:hover {
    color: #83bc2e;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.body__blog-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 6px 47px 3px rgb(37 37 37 / 10%);
}

.blog__title a {
    text-decoration: none;
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    transition: .3s ease-in-out;
}

.blog__title a:hover {
    color: #c45622;
    transition: .3s ease-in-out;
}

.blog__date {
    font-weight: 400;
    font-size: 12px;
    color: #222933;
    font-family: "Rubik", sans-serif;
}

.blog__content {
    background: white;
}

.body__brands {
    background: #f9f9f9;
    padding: 80px 0;

}

.body__brands::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: -100px;
    left: 0;
    background: #f9f9f9;
}

.body__brands .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__area-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #1f2044;
    font-size: 16px;
}

.footer__area-list ul {
    padding: 0;
    margin: 0;
}

.footer__area-list ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

.footer__area-list ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    transition: .3s ease-in-out;
    color: #7b7b7b;
    padding: 10px 0;
    text-decoration: none;
}

.footer__area-list ul li a:hover {
    transition: .3s ease-in-out;
    color: #83bc2e;
}

.footer__area-text {
    font-family: "Rubik", sans-serif;
    color: #7b7b7b;
    font-size: 14px;

}

.body__copyright {
    font-family: "Rubik", sans-serif;
    color: #7b7b7b;
    font-size: 14px;

}


.header__sl-member ul {
    position: absolute;
    width: 200px;
    right: 0;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 9999;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;

}

.header__sl-member ul li {
    list-style-type: none;
    display: block;
}

.header__sl-member ul li a {
    display: block;
    padding: 10px;

}

.header__sl-member a i {
    transition: .3s ease-in-out;
}

.header__sl-member a:hover .fa-angle-down {
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}

.header__sl-member:hover ul {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
    margin-top: 15px;
}


@media only screen and (min-width: 781px) {
    .header__bottom {
        background: #234969;
    }

    .header__bottom .header__menu ul {
        padding: 0;
        margin: 0;
    }

    .header__bottom .header__menu ul li {
        display: inline-block;
        position: relative;
        list-style-type: none;
    }

    .header__bottom .header__menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        font-family: "Rubik", sans-serif;
        padding: 15px;
    }

    .header__bottom .header__menu > ul > li:first-child > a {
        padding-inline-start: 0;
    }

    .header__bottom .header__menu ul li ul {
        margin-block-start: 20px;
        border-top: 2px solid #83bc2e;
        left: 0;
        transition: .3s ease-in-out;
        position: absolute;
        width: 250px;
        background: #fff;
        box-shadow: 0 15px 30px 0 rgb(0 3 143 / 10%);
        padding: 5px 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-in-out;
    }

    .header__bottom .header__menu ul li:hover ul {
        visibility: visible;
        opacity: 1;
        transition: .3s ease-in-out;
        margin-block-start: 10px;

    }

    .header__bottom .header__menu ul li ul li {
        display: block;
    }

    .header__bottom .header__menu ul li ul li a {
        color: #222;
        padding: 10px 30px;
        display: block;
        transition: .3s ease-in-out;
    }

    .header__bottom .header__menu ul li ul li:hover a {
        color: #83bc2e;
        transition: .3s ease-in-out;

    }

    .main__slider-arrow {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }

    .main__slider-arrow .swiper-main-button-prev {
        position: absolute;
        left: -100px;
    }

    .main__slider-arrow .swiper-main-button-next {
        position: absolute;
        right: -100px;
    }

}

.z-index-9999 {
    z-index: 99999;
}


@media only screen and (max-width: 920px) {
    .member__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--primary);
        z-index: 99999;
        transition: .3s ease-in-out;
        transform: scale(0);
        transform-origin: center center;
        visibility: hidden;
        opacity: 0;
        border-radius: 1000px;
    }

    .member__menu.active {
        transition: .3s ease-in-out;
        transform: scale(1);
        visibility: visible;
        opacity: 1;
        border-radius: 0;
    }

    .member__menu ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .member__menu ul > li {
        display: block;
        list-style-type: none;
        width: 50%;
    }

    .member__menu ul > li > a {
        display: block;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-align: center;
        padding: 15px 0;
        white-space: nowrap;
        border-bottom: 1px solid #2d2d2d;
        letter-spacing: 0.4px;
        text-decoration: none !important;
    }

    .member__menu ul > li:nth-of-type(2n+1) > a {
        border-right: 1px solid #2D2D2D;
    }

    .member__menu ul > li > a > i {
        display: block;
        font-size: 30px;
    }

    .member__menu ul > li > a > span {
        display: block;
        margin-top: 10px;
    }

    .member__menu ul > li > ul.active {
        visibility: visible;
        opacity: 1;
        transition: .3s ease-in-out;
    }

    .member__menu ul > li > ul {
        width: 100%;
        position: absolute;
        background: black;
        top: 40px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    .member__menu ul > li > ul > li {
        width: 50%;
        display: grid;
    }

    .member__menu-close {
        color: white;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E7040F;
        width: 100%;
    }

    .member__menu-prev {
        color: white;
        font-size: 14px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0D1546;
        width: 100%;
    }
}

@media only screen and (min-width: 920px) {
    .member__menu {
        background: var(--primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .member__menu ul {
        padding: 0;
        margin: 0;
    }

    .member__menu ul > li {
        display: inline-block;
        list-style-type: none;
        position: relative;
    }

    .member__menu ul > li > a {
        display: block;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-align: center;
        padding: 12px 20px;
        letter-spacing: 0.5px;
    }

    .member__menu ul > li > a > i {
        display: block;
        font-size: 20px;
    }

    .member__menu ul > li > a > span {
        display: block;
        margin-top: 10px;
    }

    .member__menu ul > li:hover ul {
        visibility: visible;
        opacity: 1;
        transition: .3s ease-in-out;
    }

    .member__menu ul > li > ul {
        width: 250px;
        position: absolute;
        background: white;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out;
        z-index: 999;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }

    .member__menu ul > li > ul > li {
        display: block;
    }

    .member__menu ul > li > ul > li > a {
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: flex-start;
        padding: 15px;
        transition: .3s ease-in-out;
        color: black;
    }

    .member__menu ul > li > ul > li:hover > a {
        background: black;
        transition: .3s ease-in-out;
        color: white;
    }

    .member__menu ul > li > ul > li > a > i {
        margin-right: 15px;
    }

    .member__menu ul > li > ul > li > a > span {
        margin-top: 0;
    }
}

.member__menu ul > li > a {
    text-decoration: none !important;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.form-control{
    appearance: auto !important;
}