 
@media only screen and (min-width:0px) and (max-width:767px) {
	.carousel-inner {
    height: auto;
}
    .logo,
    .navigation{
        display: none;
        opacity: 0;
    }
    .mobile-header {
        display: block;
        opacity: 1;
        overflow: hidden;
        position: relative;
        min-height: 60px;
        padding: 10px 15px 20px 15px;
    }
    .mobile-menu-btn {
        background-image: url(../images/icon/menu-icon.png);
        display: block;
        width: 50px;
        background-size: contain;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-size: 50px;
        height: 50px;
        position: absolute;
        z-index: 99
    }
    .mobile-map-btn {
        background-image: url(../images/icon/location-icon.png); 
        display: block;
        width: 50px;
        background-size: contain;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-size: 50px;
        height: 50px;
        position: absolute;
        z-index: 99
    }
    .mobile-map{
        -webkit-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
    }
    .mapOpen .mobile-map{
        margin-top: 10px;
         width: 100% !important;
        height: 300px !important;
       overflow: auto;
        
    }
    .banner{
        margin-bottom: 10px;
    }
    .navbar-wrapper{
        display: none;
        opacity: 0;
    }

    .mobile-menu{
        -webkit-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        position: fixed;
        top: 0;
        left: -500px;
        right: 0;
        bottom: 0;
        width: 70%;
        z-index: 999;
        height: 100vh;
        background-color: rgba(255,255,255,0.9);
        padding: 90px 15px 15px 15px;
    }
    .open .mobile-menu{
        left:0;   
    }
    .mobile-menu ul li a {
        display: block;
        padding: 6px 15px;
        color: #222;
        border-bottom: 1px solid #d5d3d3;
        font-size: 18px;
    }
    .search-block.for-mobile {
        position: relative;
        margin: 0;
        width: 100%;
        padding: 0 0 0 65px;
    }
    .search-block.for-mobile .form-control {
        height: 50px;
        border-radius: 2px;
        color: #7b7b7b;
        font-size: 16px;
        font-weight: 700;
        height: 50px;
        border: 1px solid transparent;
        border-radius: 2px;
        padding-right: 22px;
        background-color: rgba(255,255,255,0.9);
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
        box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
    }
    .search-block .btn-primary {
        width: 26px;
        height: 24px;
        background-size: 22px;
        right: 12px;
        top: 14px;
    }
    .thank-you-modal .modal-body {
        padding: 100px 45px 45px 45px;
        border-radius: 4px;
    }
    .give-iftar-wrap-title {
        font-size: 24px;
        line-height: 28px;
    }
    .give-iftar-wrap-title span {
        font-size: 18px;
        opacity: 0.5;
    }
    .give-iftar-wrap-sub-title .home-icon img {
        width: 28px;
    }
    .give-iftar-wrap-sub-title span {
        font-size: 20px;
        line-height: 28px;
    }
    .allergy-box h3 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 24px;
    }
    .alerta-llergy-box{
        line-height: 22px;
    }
    .alerta-llergy-box strong {
        font-size: 22px;
        line-height: 24px;
    }
    .alerta-llergy-box span {
        font-size: 15px;
        font-weight: 500;
    }
    .give-iftar-wrap-top {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .give-iftar-wrap {
        border-radius: 3px;
        padding: 32px 20px;
        margin: -58px 0 30px 0;;
    }
    .other-info {
        padding: 0 0 0 15px;
        margin-bottom: 15px;
    }
    .mb-15 {
        margin-bottom: 15px;
    }
    .option-select span {
        font-size: 16px;
    }
    .form-check-block-mobile ul {
        display: flex;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .form-check-block-mobile  .form-check-input{
        position: relative;
        margin: auto !important;
        text-align: center;
        display: block;
    }
    .form-check-block-mobile .form-check .form-check-label {
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        text-align: center;
        margin: auto;
        padding-top: 10px;
    }
    .phone {
        font-size: 14px;
        margin: 0 0 3px 5px;
        line-height: 28px;
    }
    .submit-area-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-0{
        padding: 0
    }
    .other-info h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .your-details h5 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        margin: 10px 0 8px 8px;
        display: block;
    }
    .option-select {
        font-size: 24px;
    }
    .give-submit-btn {
        background-color: #1db2a3;
        border: 2px solid #1db2a3;
        height: 48px;
        width: 100px;
        text-align: center;
        margin: -3px 0 0 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        float: right;
    }
    .submit-area-mobile-left ul li{
        width: 40%;
        float: left;
    }
    .give-iftar-submit-area-mobile {
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        box-shadow: 1px -3px 7px 1px #e8e8e8; 
        padding: 30px 20px 10px 40px; 
        margin: 40px -30px -20px -30px; 
    }
    .give-iftar-submit-area-mobile {
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        box-shadow: 1px -3px 7px 1px #e8e8e8;
        padding: 10px 15px 10px 18px;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
		z-index: 99;
    }
    .scrollup{
        display: none;
    }
    .for-desktop{
        display: none;
        opacity: 0;
    }
    .for-mobile{
        display: block;
        opacity: 1;
    }
    
    .footer{
      background-color: rgba(0, 0, 0, 0.8);
    position: fixed!important;
    overflow: hidden;
    width: 100%;
    padding: 24px 0 48px 0;
    border-radius: 10px 10px 0 0;
    z-index: 99;
    bottom: 0!important;
}
.fixd_ler {
   
    margin-bottom: 141px;
}
a.scrollup {
    display: none!important;
}


}
