@charset "UTF-8";

.card {
    display: inline-block;
    align-items: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 7px;
    width: 315px;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

.card img {
    width: 70px;
    height: 70px;
    margin-right: 4px;
}

.card-content {
    float: right;
    text-align: left;
    width: 74%;
}

.titles {
    font-size: 16px;
    font-weight: bold;
    padding: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#owl-carousel .b.title a {
    font-weight: normal;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 5px;
}

.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.details {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 0;
}

.star {
    color: #111b20;
    margin-right: 5px;
}

.separator {
    margin: 0 8px;
    color: #aaa;
}

b.title a {
    font-weight: normal;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

/*.navbar-nav {
    padding-left: 15px;
}

.navbar-nav li {
    padding: 6px 0;
}*/

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    font-weight: 500 !important;
}

.cust_clb12325 {
    font-size: 16px;
}

.footer-top h4 {
    margin-left: -14px;
}

/*.footer-bottom {
    top: 3px;
}*/

ul.detailsul li img {
    margin-top: inherit;
}

.main-body .module .title {
    padding: 12px 8px !important;
}

/* .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

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

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
} */

.cust_cla20325 {
    color: #111b20;
}

.cust_clb20325 {
    background: white;
    min-height: 250px;
}

.cust_clc20325 {
    display: block;
    height: 250px;
}

.cust_cld20325 {
    border: medium;
    height: 250px;
    width: 316px;
    margin: 0px;
    padding: 0px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    display: inline-block;
    overflow: visible;
}

@media screen and (max-width: 575px) {
    .form-control {
        width: 76% !important;
        height: 48px !important;
    }

    .toggle-btn {
        top: 11px;
    }

    .detailsul li {
        width: 48% ! IMPORTANT;
    }

    .form-control {
        width: 75% !important;
    }

}

@media screen and (max-width: 767px) {
    .navbar-area {
        box-shadow: none;
    }

    .display_n10 {
        margin-top: 20px;
    }
}

.cust_cla25325 {
    height: auto !important;
}

.cust_clb25325 {
    display: none;
}

.cust_clc25325 {
    --height: 120px;
    --max-height: 54px;
}

.cust_cld25325 {
    float: left;
}

.main-body .module .title.more::after {
    display: none !important;
}

/* #nextpage_main_menu li:last-child {
    display: none;
} */

.cust_clb18225 {
    padding: 0 2px;
    margin: 0 2px;
}

.cust_cla26325 {
    color: #111b20;
}

@media screen and (max-width: 379px) {
    .form-control {
        width: 69% !important;
    }

}




/* acrodian  */

.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    position: relative;
}

.accordion::after {
    content: '\25B6';
    /* Unicode for right-pointing triangle ► */
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion.active::after {
    transform: translateY(-50%) rotate(90deg);
    /* Rotate to point down ▼ */
}

.panel {
    padding: 0 18px 15px;
    background-color: #fff;
    display: none;
    overflow: hidden;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
}

.bg-green {
    background-color: #eff4ef !important;
}

.c-g {
    color: rgb(6, 197, 6) !important;
}

#exampleModal {
    background-color: rgba(0, 0, 0, 0.5);
}

#PermissionModal {
    background-color: rgba(0, 0, 0, 0.5);
}

.cust_cl11_9525 {
    right: 19px !important;
}

.cust_cl12_9525 {
    padding: 0 14px;
}

.cust_cl13_9525 {
    left: 0px !important;
    top: 10px !important;
}


.spinner-border {
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.width100 {
    width: 100%;
}

.selectstyle {
    overflow: auto;
    height: 267px;
    width: 100%;
}
.nice-select.form-select{ width:100%}
.nice-select.form-select .list{ width: 100%;overflow:auto;height:400px;}
#feedback_form{
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.secondary-body p{
    padding: 16px 0 0;
    margin-bottom: 0;
}
.hot-apk .card{ padding-bottom:0;}
.hot-apk .card img{ border-radius: 15px;}
.hot-apk .card .details {
    margin-top: 0;
    position: relative;
    top: -7px;
}
.adsArea{
margin-bottom:12px;
}




.cust_clh1725 {
    height: 91px;
}
.cust_clc1725 {
    float: left;
    width: 23%;
    margin-right: 10px;
}
.cust_cld1725 {
    float: left;
    width: 70%;
}

element.style {
}
.single-post-list-wrap .media-left {
    position: relative;
}
.cust_cle1725 {
    width: 100%;
}
.cust_clf1725 {
    text-align: left;
    font-size: 12px;
}
.cust_clg1725 {
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 10px;
    margin: 0 10px;
}
.cust_clf1725 span:last-child {
    color: #111b20;
}
.cust_cldn_4725{ display:block;}
.cust_cldn2_4725{ display:none;}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .cust_clc1725 {
        width: 68px;
    }
	.details{ display:block;}
	.main-body .module .title {padding: 2px 8px !important;}
	.hot-apk p{ display:none !important;}
}
@media only screen and (min-width: 481px) and (max-width: 580px) {
    .cust_clc1725 {
        width: 60px;
    }
	.details{ display:block;}
	.main-body .module .title {padding: 2px 8px !important;}
	.hot-apk p{ display:none !important;}
}
@media only screen and (min-width: 581px) and (max-width: 768px) {
    .cust_clc1725 {
        width: 60px;
    }
	.details{ display:block;}
	.main-body .module .title {padding: 2px 8px !important;}
	.hot-apk p{ display:none !important;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cust_clc1725 {
        width: 60px;
    }
	.details{ display:block;}
	.main-body .module .title {padding: 2px 8px !important;}
	.hot-apk p{ display:none !important;}
}
@media only screen and (min-width: 320px) and (max-width: 995px) {
    .cust_cldn_4725{ display:none;}
	.cust_cldn2_4725{ display:block;}
}