/* Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */

.mini-h2{
    font-size:35px;
}

.tm-slideshow-sandal .uk-slideshow{
    max-height: 380px;
}

.tm-slideshow-sandal .uk-slideshow > li {
    max-height: 380px;
}

.no-margin-h{
    margin:0;
}

.text-white{
color: #fff !important;
text-decoration: none;
}

.text-white:hover{
    color: #fff;
    text-decoration: none;
    }

    @media (max-width:900px) {

        .text-white{
            color: #000000 !important;
            text-decoration: none;
            }
            
        .text-white:hover{
            color: #000000;
            text-decoration: none;
            }
        }

    .uk-table-striped-requirement tbody tr:nth-of-type(2n+1){
        background: #f7e8e2;

    }

    .uk-table-striped-benefits tbody tr:nth-of-type(2n+1){
        background: #e8f7ec;

    }

    .uk-badge-bold{
        font-size: bold!important;
    }
    .form-padding{
        padding: 0px 50px 0px 50px !important;
    }

    .margin-60{
        margin-left:60px;
    }

    