html {
    background-image: linear-gradient(#e4dcef, white);
    max-width: 50em;
}
body {
    background-color: transparent;
    font-family: Mulish, sans-serif;
}
.hero {
    margin-left: -15px;
}
.gutters {
    padding: 5px;
}
.box {
    padding: 10px;
    color: white;
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.1);
    border-radius: 10px;
    width:100px;
}
.logo-zakat {
    width : 70%
}
.box-p{
    font-size: 15px;
}

p .box {
    text-align: left;

}
.box-default {
    background-color: #9555a2;
}
.box:hover {
    color: #ed788d;
    -webkit-transition: color 0.5s ease-out;
}
.box:hover a {
    text-decoration: none;
}
.box-white {
    background-color: white;
    color:  #43196f;
    height:  160px !important;
    padding-bottom: -27px;
}
.box-banner {
    background-color: #e6dced;
    height:  350px !important;
    width: 700px !important;
    border-radius: 10px;
    margin-top: 40px;
}

.box-banner2 {
    background-color: #e6dced;
    height:  220px !important;
    width: 740px !important;
    border-radius: 10px;
    margin-top: 65px;

}
.box-empty {
    background-color: white;
    color:  #43196f;
    height:  150px !important;
}
.box-white:hover {
    background: linear-gradient(146deg, rgba(67,25,111,1) 0%, rgba(51,30,73,1) 100%);
    -webkit-transition: color 0.5s ease-out;
}
.box-purple {
    background-color: #57276c;

}

.contet {
    text-align: center;
}
.box-blue {
    background: linear-gradient(146deg, rgba(3,133,230,1) 0%, rgba(32,95,142,1) 100%);
}
.box-lavender {
    background-color: #9a8aba;
    background-image: linear-gradient(#6c5ca1, #381b4b);
}
.box-arrow{
    margin-top: 20px;
    float: left;

}
.box-logo {
    width:  100%;
    padding-top: 10px;
}
.box-add {
    width: 10%;
    padding-top: 25px;
}
.fix-top-space {
    margin-top: -30px
}
img.logo-negeri {
    height: 45px;
    margin-left: -5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

img.logo-payment {
    width: 80%;
    margin-left: -5px;
    margin-top: 10px;
    margin-bottom: 30px;
}



.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

ul .navbar {
    float : right!important
}

.dropdown {
    float: right;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #3d194d;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #9a8aba;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* =========== icon table ============= */
p {
    text-align: center;
}

a {
    text-decoration: none;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

th.center {
    margin-left: auto;
    margin-right: auto;
}
/* =========== icon table ============= */

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.align-items-lg-center {
    align-items: center!important;
}

.ms-auto {
    margin-left: auto!important;
}

.faq-accordion {
    background-color: #ffffff !important;
    color: black;
    cursor: pointer;
    padding: 20px !important;
    width: 100%;
    border: 1px solid white;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding:20px;
    text-align: left!important;
    display: none;
    background-color: white;
    overflow: hidden;
}
.faq-p {
    text-align: left!important;
}


.arrow-in-box {
    float: right;
}
.logo-new {
    height: 20px;
}


.zakat-icon {
    width :100%
}


mobile-only {
    display: none;
}

/* =========== for mobile view ============= */

@media only screen and (max-width: 376px)
{

    .box {
        height: 100px !important;
        overflow: scroll;
    }


    #div_universal_link a
    {
        font-size: 12px;
    }

    h3
    {
        font-size: 14px !important;
    }

    .box-p{
        font-size: 10px;
    }
    .logo-zakat {
        width : 50%
    }
}




.mobile-view-hide {
    display:none;
}


@media only screen and (max-width: 850px) {

    .desktop-view-hide {
        display:none;
    }

    .mobile-view-hide {
        display:block;
    }

    .zakat-icon {
        width : 100%;
    }
}


@media only screen and (max-width: 600px) {

    desktop-only {
        display: none;
    }

    div.col-md-4 {
        width: 100% !important;
    }
    img.logo-negeri {
        height: 35px;
    }

    img.logo-payment{
        width:100%;
    }

    .sub-p {
        font-size: 10px;
    }


    ul.logo-list li img{
        height: 25px !important;
    }

    p {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 14px !important;
    }

    .tag-cloud li a {
        font-size: 14px;
    }

    .header-logo {
        padding-top: 20px;
    }

    html {
        padding: 20px !important;
        width: 100%;
    }
    .box {
        height: 100%;
        width: 100%;
        overflow: scroll;
    }
    .box-banner {
        height:650px !important;
        width: 300px !important;
    }

    .box-banner2 {
        display: none;
    }
    .box-white {
        height:  140px !important;
        width: 250px;
    }

    .row-2 {
        margin-right: -80px;
    }

    .fix-top-space {
        margin-top: -70px
    }

    .box img {
        width: 58%;
    }
    .box img.box-add {
        width: 10%;
    }
}


.header-logo {
    padding-bottom: 20px;
}

.tag {
    height: 40px;
}

div.tagbox {
    margin-top: 0px;
}

h3 {
    font-size: 20px;
    font-family: Urbanist sans-serif;
}

h1 {
    font-family: Urbanist;
}

h5 {
    font-size: 12px;
}

a:hover {
    text-decoration: none !important;
}

.tag-cloud {
    width: 100%;
    margin: auto;
    margin-left: -5px;
}

.tag-cloud ul {
    list-style-type: none;
    padding: 0;
}
.tag-cloud li {
    margin: 2px 2px 5px 5px;
    float: left;
    font-size: 12px;
}
.tag-cloud a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 2px 8px 4px 8px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.2);
}
.tag-cloud a:hover {
    color: #14cd7d;
    border-color: #14cd7d;
    cursor: pointer;
}

ul.logo-list {
    list-style-type: none;
    padding: 0;
}
ul.logo-list li {
    display: inline-block;
    margin: 2px 2px 5px 5px;
    float: right;
    font-size: 12px;
}
ul.logo-list li img{
    height: 40px;
    padding-left: 5px;
}
ul.inline {
    list-style-type: none;
    padding: 0;
}
ul.inline li {
    display: inline-block;
    margin: 2px 2px 5px 5px;
    float: right;
    font-size: 12px;
}
