#dh_nav-l1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#dh_nav-l1::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#dh_nav-l1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.carousel-indicators .active{
    background-color: #ff335a;
}
/*-----------------------------------------------
                  Carousel Style
-----------------------------------------------*/
.dh_quick-donate{

    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
}
.dh_quick-donate-i{
    background:#4db4ff;
    padding:7px;
    transition:all .5s;
    color:#fff;
    width:80px;
    text-align:center;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.3);
    position:relative;
    cursor:pointer;
    left:0;
    font-size:12px;
}
.dh_quick-donate-i::before{
    content:"";
    position:absolute;
    top:0;
    right:-20px;
    height:100%;
    width:20px;
    border-radius:0 5px 5px 0;
    background:#347db2;
}
.dh_quick-donate-i::after{
    content:"\f105";
    position:absolute;
    top:40%;
    right:-13px;
    font-family:fontAwesome;
}
.dh_quick-donate-i.active_bi::after{
    content:"\f104";
}
#dh_qd{
    color:#fff;
}
.dh_quick-donate-c{
    background:#fff;
    position:absolute;
    left:-500px;
    top:-70px;
    color:#fff;
    border-top:1px solid #4db4ff;
    width:500px;
    transition:all .5s;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.3);
}
.dh_quick-donate-c.active_bb{
    left:0;
}
.dh_quick-donate-i.active_bi{
    left:420px;
    transition:all .5s;
}
#nav-tab-11{
    border-bottom: 1px solid #dee2e6;
    display:flex;
    flex-wrap:wrap;
}
#nav-tab-11 a.active{
    border-bottom: 1px solid #dee2e6;
    background:none;
}
#nav-tab-11 a:focus{
    border-bottom: 1px solid #dee2e6;
}
#nav-tab-11 a:active{
    border-bottom: 1px solid #dee2e6;
}
#nav-tab-11 a:visited{
    border-bottom: 1px solid #dee2e6;
}
#nav-tab-11 a{
    transition:all .5s;
    color:#777;
    border:0;
    flex:1;
}
#nav-tab-11 a:hover{
    border:0;
    color:#4db4ff;
}
#nav-tab-11 a.active {
  color: #4db4ff;
}
#nav-tab-11 .nav-link{
    border:0;
}
#nav-tabContent1{
    padding:15px;
}
#nav-tabContent1 .form-group{
    margin-bottom:15px;
}
#nav-tabContent1 .form-control{
    border:0;
    background:#f3f3f3;
    color:#777;
}
#nav-tabContent1 label{
    color:#777;
}
.dh_bp-btn a{
    background:#4db4ff;
    width:100%;
    border:0;
}
.dh_bp-btn input{
    background: #4db4ff;
    width: 100%;
    border: 0;
}
            /*--- Search_bar_style Starts---*/
#dh_search_bar1{
    border:0 solid #fff;
    background:#f3f3f3;
    border:1px solid #aaa;
    width:500px;
    color:#fff;
    font-size:12px;
    height:30px;
    margin-top:15px;
}
#dh_search_bar::placeholder{
}
#dh_search_bar1::placeholder{
    color:#777;
    font-size:12px;
}
#dh_search_btn1{
    position:absolute;
    top:11px;
    right:2px;
    color:#777;
    background:none;
    border:0;
}
#dh_search_btn1 i{
    color:#777;
    font-size:10px;
}
          /*--- Search_bar_style Ends---*/





.carousel-control-next, .carousel-control-prev{
    top:-100px !important;
}

#dh_banner{
}
.carousel .carousel-item {
    height:100vh;
}
.carousel .carousel-item > *:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}
.dh_caption-mob{
    display:none;
}
.overlay {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    /*background-color: #080d15;*/
    opacity: .4;
}
#dh_banner .carousel-caption{
    background:#fff;
    padding:15px 15px;
    position:absolute;
    top:75px;
    right:810px;
    left:0;
    bottom:0;
    margin:auto;
    width:300px;
    height:450px;
    text-align:right;
    border-radius:5px;
}
.carousel-caption h5{
    font-size:24px;
    text-align:center;
    color:#333;
}
.carousel-caption p{
    font-size:16px;
    text-align:left;
    margin-bottom:10px;
    color:#777;
    margin-bottom:1px solid #e7e7e7;
}
#dh_banner .carousel-caption a{
    color:#fff;
    font-size:24px;
    text-align:right;
}
.carousel-inner{
    position:relative;
}
.dh_cap-counter-i{
    position:relative;
}
.dh_cap-counter-i .form-check-input{
    position:absolute;
    top:11px;
    left:15px;
}
.dh_cap-counter-i img{
    position:absolute; 
    width:25px;
     top:10px;
    left:19px;
}
.dh_cap-counter-i .form-control{
    position:absolute;
    top:10px;
    left:35px;
    width:50px;
    background:#f3f3f3;
    border:1px solid #e7e7e7;
    border-radius:0;
    height:30px;
}
.dh_cap-counter-i .form-control:focus{
    border:0;
    box-shadow:0 0 0 0 #fff;
}
#dh_btn-{
     position:absolute;
    top:10px;
    right:0;
    border-radius:0;
     border:1px solid #e7e7e7;
    background:transparent;
    color:#777;
    font-size:12px;
    height:30px;
}
#dh_cbtn{
    position:absolute;
    top:10px;
    left:0;
    border-radius:0;
     border:1px solid #e7e7e7;
    background:transparent;
    color:#777;
    font-size:12px;
    height:30px;
}
#dh_cap-row{
    height:50px;
    border-bottom:1px solid #e7e7e7;
}
.dh_cap-counter-i p{
   position:absolute;
     top:10px;
    left:56px;
    color:#777;
    margin:0 !important;
}
#dh_ct{
    width:100%;
    background:#f3f3f3;
    color:#333 !important;
    font-size:14px !important;
    border:0;
    margin:10px 0;
    text-align:center!important;
}
#dh_dt{
    width:48%;
    background:#4db4ff;
    color:#fff !important;
    font-size:14px !important;
    border:0;
    margin:10px 0;
    text-align:center!important;
    display:inline-block;
    margin-right:2%;
}
#dh_dt:focus{
    box-shadow:0 0 0 0 #fff;
}
#dh_dct{
    width:48%;
    background:transparent;
    color:#777 !important;
    font-size:14px !important;
    border:0;
    margin:10px 0;
    text-align:center!important;
    display:inline-block;
    border:1px solid #4db4ff;
}
#dh_dct:focus{
    box-shadow: 0 0 0 0 #fff;
}
.dh_ccb{
    text-align:left;
    padding-top:5px;
    border-top:1px solid #e7e7e7;
}


/*-----------------------------------------------
                  News Style
-----------------------------------------------*/
#dh_news{
    padding:75px 0 75px 0;
}
#dh_news h2{
    font-size:36px;
    color:#ff335a;
    margin-bottom:20px;
}
.dh_news-co{
    background:#fff;
    padding:15px;
    border-radius:.5rem;
   
}
.dh_news-co1{
    background:#fff;
    padding:15px;
     border-radius:.5rem;
    box-shadow:1px 1px 4px 1px rgba(1,1,1,.13);
}
.dh_news-ci img{
    border-radius:5px;
}
.dh_news-ci-1 h4{
    font-size:18px;
    color:#555;
    padding-bottom:15px;
    border-bottom:1px solid #e7e7e7;
    font-weight:bold;
}
.dh_news-ci-1 p{
    margin-top:15px;
    color:#777;
}
.dh_news-ci-1 small{
    margin-top:15px;
    color:#aaa;
}
.dh_news-ci-1 a{
    float:right;
    color:#4db4ff;
}
.dh_news-ci-2 h4{
    font-size:14px;
    color:#555;
    padding-bottom:15px;
    border-bottom:1px solid #e7e7e7;
    font-weight:bold;
}
.dh_news-ci-2 p{
    margin-top:15px;
    color:#777;
    font-size:12px;
}
.dh_news-ci-2 small{
    margin-top:15px;
    color:#aaa;
}
.dh_news-ci-2 a{
    float:right;
    color:#4db4ff;
}
#dh_owl{
    position:relative;
    margin-bottom:20px;
    box-shadow:1px 1px 4px 1px rgba(1,1,1,.13);
    border-radius:.5rem;
}

#dh_owl .owl-prev{
    position:absolute;
    right:50px;
    bottom:15px;
    border:1px solid #4db4ff;
    border-radius:5px;
    padding:3px 10px!important;
}
#dh_owl .owl-next{
    position:absolute;
    right:15px;
    bottom:15px;
    border:1px solid #4db4ff;
    border-radius:5px;
    padding:3px 10px!important;
}







/*-----------------------------------------------
                  Success Style
-----------------------------------------------*/
#dh_success h2{
    font-size:36px;
    color:#ff335a;
    margin-bottom:41px;
}
#dh_success{
    background:url('../images/success_bg.jpg');
    background-size:cover;
    background-position:center center;
}
.dh_success-om{
    background:linear-gradient(130deg, rgba(77,180,255,.65), rgba(137,130,244,.65));
    padding:50px 0 50px 0;
}
.dh_success-co{
    border-radius:.5em;
}
#dh_owl-1{
    margin:0;
}
.dh_success-ci img{
    box-shadow:1px 1px 4px 1px rgba(1,1,1,.13)!important;
    border-radius:.5rem;
}
.dh_success-ci-1 h4{
    font-size:18px;
    color:#fff;
    padding-bottom:20px;
    border-bottom:1px dashed #fff;
}
.dh_success-ci-1 p{
    margin-top:15px;
    color:#fff;
}
.dh_success-ci-1 small{
    margin-top:15px;
    color:#fff;
}
.dh_success-ci-1 a{
    color:#fff;
}

#dh_owl-1 .owl-prev{
    position:absolute;
    right:40px;
    top:-50px;
    border:1px solid #fff;
    border-radius:5px;
    padding:3px 10px!important;
    color:#fff;
}
#dh_owl-1 .owl-next{
    position:absolute;
    right:0;
    top:-50px;
    border:1px solid #fff;
    border-radius:5px;
    padding:3px 10px!important;
    color:#fff;
}
.dh_success-pi-1{
    margin-top:15px;
}
.dh_success-pi{
    margin-top:15px;
    border-radius:5px;
    display: flex;
}
.dh_success-pi a{
    color:#4db4ff;
    text-align:center;
    font-size:14px;
    background:#fff;
    padding:10px 30px;
    border-radius:.5em;
    margin-right:10px;
    margin-top:15px;
}
#dh_success .dh_one{
    padding-right:7px;
}
#dh_success .dh_two{
    padding-left:7px;
}



/*-----------------------------------------------
            Featured Donation Style
-----------------------------------------------*/
#dh_featured-donation{
    padding:75px 0 45px 0;
}
.dh_fd-c p{
    /*text-align:center;*/
    color:#777;
}
#dh_featured-donation h2{
    font-size:36px;
    color:#ff335a;
    margin-bottom:20px;
    /*text-align:left;*/
}
.dh_fd-c{
    text-align:center;
}
.dh_fd-c nav{
    display:inline-block;
}
#dh_featured-donation{
   
}
#dh_featured-donation #nav-tab{
    border:0;
    padding:10px;
}
#dh_featured-donation #nav-tab a{
    border:0;
    text-align:center;
    color:#777;
    position:relative;
}
#dh_featured-donation #nav-tab a.active{
    background:transparent;
    color:#4db4ff;
}

#dh_featured-donation #nav-tab a.active::after{
    content:'';
    position:absolute;
    top:35px;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    width:90%;
    height:3px;
    background:#4db4ff;
}
#dh_featured-donation #nav-tab a:nth-last-child(1)::before{
    content:none;
}
.dh_tab-l{
    text-align:center;
}
#nav-tab i{
    font-size:30px;
    display:block;
    margin-top:5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#fff;
}
#nav-story, #nav-des, #nav-update, #nav-recent{
    padding:30px 15px 0 15px;
}
#nav-story h4, #nav-des h4, #nav-update h4, #nav-recent h4{
    color:#333;
}
#nav-story p, #nav-des p, #nav-update p, #nav-recent p{
    color:#777;
}
.dh_featured-oc{
    margin-top:30px;
}
.dh_featured-ic{
    background:#fff;
    border:1px solid #eeeded;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.1);
    border-radius:.5em;
}
.dh_featured-ic img{
    border-radius:.5em .5em 0 0;
}
.dh_featured-icpad{
    padding:10px;
}
dh_featured-icpad h5{
    
}
#dh_progress{
    height:8px;
    position:relative;
    margin-top:30px;
    overflow: inherit;
    border-radius:30px;
    margin-bottom:15px;
}
#dh_progress h3{
    position:absolute;
    top:-20px;
    left:0;
    font-size:12px;
    color:#aaa;
}
#dh_progress p{
    position:absolute;
    top:-20px;
    right:0;
    font-size:12px;
    color:#aaa;
}
#dh_progress .progress-bar{
    background:#4db4ff;
    border-radius:30px;
}
.dh_featured-ich{
    padding:15px;
    background:rgba(77,180,255,.75);
}
.dh_featured-ich h4{
    font-size:18px;
    color:#fff;
    margin-bottom:0;
}
.dh_featured_icp{
    display:flex;
    flex-wrap:wrap;
}
.dh_featured_icp a{
    flex:1;
    margin-left:10px;
}
.dh_featured_icp input{
    flex:1;
    margin-left:0;
    box-shadow: 0 0 0 0 #fff;
    border:1px solid #4db4ff;
    background:#fafafa;
}
.dh_featured_icp input:focus{
    box-shadow: 0 0 0 0 #fff;
     border:1px solid #4db4ff;
}
.dh_featured_icp a:focus{
    box-shadow: 0 0 0 0 #fff;
    border:0;
}
#dh_cart-btn{
    background:#4db4ff;
    border:0;
}
#dh_more-btn{
    background:#4db4ff;
    margin:30px 0;
    border:0;
}
#dh_more-btn{
    box-shadow: 0 0 0 0 #fff;
    border:0;
    padding:5px 30px;
}



/*-----------------------------------------------
                    Donation Style
-----------------------------------------------*/
#dh_donation-p{
    background-image:url("../images/sidisayed.jpg");
	background-attachment: fixed;
    background-position:20% 20%;
	background-size:cover;
	width:100%;
}
#dh_donation-b{
    background:rgba(0,0,0,.6);
    background-size:cover;
    background-position:center center;
}
.dh_donation-bo{
    padding:100px 0;
}
.dh_donation-bo h2{
    font-size:36px;
    color:#fff;
    margin-bottom:20px;
    text-align:center;
}
.dh_donation-bo p{
    font-size:16px;
    color:#fff;
    text-align:center;
}
.dh_donation-bbtn{
    text-align:center;
}
.dh_featured_icp a:focus{
    box-shadow: 0 0 0 0 #fff;
    border:0;
}
#dh_reg-btn{
    box-shadow: 0 0 0 0 #fff;
    border:0;
    padding:5px 30px;
    background:#fff;
    color:#4db4ff;
    margin-right:8px;
}
#dh_do-btn{
    box-shadow: 0 0 0 0 #fff;
    border:0;
    padding:5px 30px;
    background:#fff;
    color:#4db4ff;
}



/*-----------------------------------------------
            About Style
-----------------------------------------------*/
#dh_about{
    padding:75px 0;
}
.dh_about-ic{
    position:relative;
}
.dh_about-ic a{
    position:absolute;
    bottom:30px;
    left:0;
    background:#fff;
    padding:7px;
    color:#4db4ff;
}
.dh_about-ic img{
}
.dh_about-ic1{
    padding:15px 15px 15px 0;
}
.dh_about-ic1 h2{
    font-size:24px;
    color:#ff335a;
}
.dh_about-ic1 p{
    color:#777;
}
.dh_abt-icon{
    width:40px;
    height:40px;
}
.dh_abt-vision p{
    margin-bottom:5px;
}
.dh_abt-vision h4{
    font-size:20px;
}



/*-----------------------------------------------
                   Partners Style
-----------------------------------------------*/
#dh_donation-pa{
    background:url('../images/success_bg.jpg');
	background-attachment: fixed;
    background-position:10% 10%;
	background-size:cover;
	width:100%;
}
#dh_partners{
    padding:75px 0 45px 0;

}
.dh_partners-l{
    width:120px;
    height:120px;
    padding:10px;
    display:inline-block;
    
}
.dh_partners-o{
    text-align:center;
    background:#fff;
    box-shadow:1px 1px 4px 1px rgba(1,1,1,.13);
    padding:30px;
    border:1px solid #eeeded;
    border-radius:.5em;
}
.dh_partners-l img{
    
}
#dh_owl-2{
    position:relative;
}
#dh_owl-2 .item{
    
}
#dh_owl-2 .owl-prev{
    position:absolute;
    right:40px;
    top:-45px;
    border:1px solid #fff;
    border-radius:5px;
    padding:3px 10px!important;
    color:#fff;
}
#dh_owl-2 .owl-next{
    position:absolute;
    right:0px;
    top:-45px;
    border:1px solid #fff;
    border-radius:5px;
    padding:3px 10px!important;
    color:#fff;
}
#dh_partners h2{
    font-size:36px;
    color:#fff;
    margin-bottom:20px;
}




/*-----------------------------------------------
                   Facts Style
-----------------------------------------------*/
#dh_facts{
    padding:75px 0;
}
#dh_facts h2{
    font-size:36px;
    color:#ff335a;
    margin-bottom:20px;
}
#dh_facts p{
    color:#333;
}
.dh_facts-i{
    background:#fff;
    border:1px solid #eeeded;
    box-shadow:1px 1px 4px 1px rgba(1,1,1,.13);
    border-radius:.5em;
}
.dh_facts-i{
    padding:15px;
    text-align:center;
}
.dh_facts-i h4{
    text-align:center;
    margin-bottom:15px;
}
.dh_facts-i p{
    text-align:center;
    margin-bottom:30px;
    color:#777;
}
.dh_facts-i a{
    display:inline-block;
    text-align:center;
    box-shadow: 0 0 0 0 #fff;
    border:0;
    padding:7px 30px;
    border:1px solid #4db4ff;
    color:#fff;
    margin-right:8px;
    border-radius:.25em;
    transition:all .5s;
}
/*.dh_facts-i a:hover{*/
    /*background:#4db4ff;*/
    /*color:#fff;*/
/*}*/
.dh_facts-img{
    text-align:center;
}
.dh_facts-img img{
    width:65px;
    height:65px;
    margin-bottom:15px;
}


/*-----------------------------------------------
                    Mediaquries
-----------------------------------------------*/
@media (max-width:1199px){
    #dh_banner .carousel-caption{
         right:630px;
    }
}
@media (max-width:992px){
    #dh_banner .carousel-caption{
         right:390px;
    }
    .dh_content_02-i{
        margin-bottom:30px;
    }
    .dh_news-ci-1 h4{
        font-size:16px;
    }
    .dh_news-ci-1 p{
        font-size:14px;
    }
    .dh_news-co1{
        margin-bottom:20px;
    }
    .dh_news-ci-1 a{
        float:none;
        color:#8982f6;
        padding-left:15px;
    }
    .dh_featured-ic{
        margin-bottom:20px;
    }
}
@media (max-width:768px){
    .dh_quick-donate{
        /*display:none;*/
    }
    #dh_banner .carousel-caption{
        display:none;
    }
    .dh_caption-mob{
        display:block;
        background:#fff;
        padding:15px 15px;
        position:absolute;
        bottom:50px;
        left:0;
        right:0;
        margin:auto;
        width:95%;
        height:auto;
        text-align:center;
        border-radius:5px;
        z-index:999999;
    }
    .dh_caption-mob h5{
        color:777 !important;
    }
     .dh_caption-mob p{
        color:777 !important;
    }
    #dh_dtm{
        width:50%;
        background:linear-gradient(130deg, #4db4ff, #8982f6);
        color:#fff !important;
        font-size:14px !important;
        border:0;
        margin: 0;
        text-align:center!important;
        display:inline-block;
        margin-right:2%;
    }
    #dh_banner .carousel-caption{
        right:0;
        width:300px;
        top:20%;
        
    }
    .dh_news-ci-1 h4{
        margin-top:15px;
    }
    .dh_news-ci-2 h4{
        margin-top:15px;
    }
    .carousel-caption h5{
        font-size:24px;
    }
    .carousel-caption p{
        font-size:16px;
    }
    .carousel-caption::before{
        content:none;
    }
    #ddl_banner .carousel-caption{
        height:260px;
    }
    .dh_facts-i{
        margin-bottom:20px;
    }
    .dh_abt-icon{
        margin-bottom:15px;
    }
    .dh_featured-ic{
        margin-bottom:20px;
    }
    .dh_success-ci img{
        margin-bottom:15px;
    }
    #dh_owl-1 .owl-prev {
        top:-45px;
    }
    #dh_owl-1 .owl-next {
        top:-45px;
    }
    #dh_owl{
        margin-bottom:20px;
    }
    #dh_featured-donation #nav-tab a.active{
        background:#fff;
    }
    #dh_featured-donation #nav-tab a{
        background:#fff;
        margin-right:5px;
        margin-bottom:5px;
        flex:1 1 160px;
    }
    #dh_featured-donation #nav-tab{
        display:flex;
        flex-wrap:wrap;
    }
    #dh_featured-donation #nav-tab a.active::after{
        content:none;
    }
}

@media (max-width:576px){
    .dh_quick-donate-c{
        width:320px;
    }
    .dh_quick-donate-i.active_bi{
        left:240px;
        transition:all .5s;
    }
    #dh_news{
        padding:15px 0 0 0;
    }
    #dh_news h2{
        margin-bottom:15px;
    }
    .dh_news-co1{
        margin-bottom:15px;
    }
    #dh_owl{
        margin-bottom:15px;
    }
    .dh_success-om{
        padding:15px 0 15px 0;
    }
    #dh_success .dh_one{
        padding-left:7px;
    }
    #dh_success h2{
        margin-bottom:15px;
    }
    .dh_success-ci-1 p{
        margin-top:0;
    }
    .dh_success-ci-1 h4{
        margin-bottom:0;
    }
    .dh_fd-c p{
        margin-bottom:5px;
    }
    #dh_featured-donation #nav-tab{
    }
    #dh_featured-donation{
        padding:15px 0 0 0;
    }
    #dh_featured-donation h2{
        margin-bottom:15px;
    }
    .dh_featured-ic{
        margin-bottom:15px;
    }
    #dh_more-btn{
        margin:0 0 15px 0;
    }
    .dh_donation-bo{
        padding:20px 0;
    }
    #dh_about{
        padding:15px 0;
    }
    #dh_partners{
        padding:15px 0 0 0;
    }
    #dh_partners h2{
        margin-bottom:15px;
    }
    #dh_facts{
        padding:15px 0 0 0;
    }
    #dh_facts h2{
        margin-bottom:15px;
    }
    .dh_facts-i{
        margin-bottom:15px;
    }
    .dh_featured-oc{
        margin-top:0;
    }
}
.news_img{
width: 300px;
    height: 200px;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 3s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

carousel-inner{
    background:#000 !important;
}



/*new css for navbar menu*/

.mob_res{
        margin-left: 19%;
}
    #dh_logo {
    margin-top: 2px;
    margin-left: -15%;
    position: absolute;
}
#dh_nav-l{
    margin-left: 134px;
}

@media (max-width:750px) and (min-width: 320px) {

    #navbarSupportedContent01{
        margin-right: 0 !important;
    }

    #dh_nav-l li:nth-child(6) ul.trigger_01{
        height: 220px;
        overflow: auto;
    }
    .member_count
    {
        margin-top: -2px !important;
        left: 59px !important;
        position: absolute !important;
    }
    #dh_nav-l{
        margin-left:0px;
    }

    .mob_res{
        margin-left: 0%;
}

    #dh_logo {
    margin-top: 2px;
    margin-left: 0% !important;
    position: relative !important;
}

    .carousel .carousel-item {
        height: 200px !important;
    }

    .carousel {

        margin-top: 83px !important;
    }

    .dh_quick-donate {
        top: 29%;
    }

    .dh_quick-donate-i {
        background: #4db4ff;
        padding: 4px;
        transition: all .5s;
        color: #fff;
        width: 50px;
        text-align: center;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
        position: relative;
        cursor: pointer;
        left: 0;
        font-size: 9px;
    }
    .fa fa-check-square-o{
            display: block;
    font-size: 15px;
    margin-bottom: 3px;
    }

    .dh_quick-donate-i.active_bi {
    left: 271px !important;
    }
    .dh_owl-inner img{
        width: 388px !important;
        /*height: 0px !important;*/
    }
    .about_jamiat{
        padding-left: 13px !important;
    }


    #a_banner{
            height: 240px !important;
         /*margin-top: 79px !important;*/
    }
    .a_banner-c h1{
        font-size: 28px !important;
        position: absolute !important;
        top: auto !important;
        left: 5% !important;
         bottom: 0 !important;
        transform: translate(0%, 0%) !important;
    }

    #jdl_campaign{
        margin-top: 0px !important;
    }
    .jdl_banner-caption{
        top: 60% !important;
    }
    #nav-tabContent .col-12{
        margin-bottom: -11px !important;
    }

    #ne_blog-btn{
        width: 100%;
    }
    .news_img{
        width: 400px;
        height: 200px;
    }
}

