body{
    background-color: #f8f6f6;
}  
/*============ header style ============*/
#header {
    position:relative;
    z-index:999;
}
.mobile-menu,
.mobile-header{
    display: none;
    opacity: 0;
}
.navbar-wrapper{
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:    2px 1px 3px 1px rgba(0,0,0,0.2);
    box-shadow:         2px 1px 3px 1px rgba(0,0,0,0.2);

}
.is-sticky .navbar-wrapper{
    padding:0px;
    z-index: 999;
    background-color:rgba(255,255,255,0.8);
    -webkit-box-shadow: 2px 1px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:    2px 1px 3px 1px rgba(0,0,0,0.2);
    box-shadow:         2px 1px 3px 1px rgba(0,0,0,0.2);

}
.logo a {
    display: block;
    max-width: 150px;
    padding: 10px 15px 10px 0;
}
.navigation ul li{
    display: inline-block;

}
.navigation ul li a {
    display: block;
    color: #7b7b7b;
    padding: 22px 26px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.search-block{
    position: relative;
    margin: 14px 0 0 0;
}
.search-block .form-control{
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    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 {
    background-color: transparent;
    background-image: url(../images/icon/search-btn.png);
    width: 24px;
    height: 22px;
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: #fff;
    cursor: pointer;
}
/*============ Banner style ============*/
.main-container,
.banner{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.carousel-control-prev {
    background-image: url(../images/icon/laft.png);
    opacity: 1;
    width: 50px;
    height: 50px;
    background-size: 100%;
    top: 36%;
    left: 20px;
}
/*============ Main Container & Product style ============*/
.view-all-block {
    border-bottom: 1px solid #ebeaea;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 32px;
}
.product-section-title {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}
.view-all-block a{
    font-size: 24px;
    color: #818181;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.product-item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #fff;
}
.product-item-info{
    padding: 30px 15px 18px 20px;
}
.product-item-name{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.product-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product-item-sub-name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}
.product-item-weight{
    color: #565757;
    font-size: 14px;
    font-weight: 500;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -100px;
        display: none;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 3px 2px #a5a5a5;
}
.owl-theme .owl-nav .owl-next span, 
.owl-theme .owl-nav .owl-prev span {
    font-size: 60px;
    height: 40px;
    display: inline-block;
    line-height: 22px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #869791;
    text-decoration: none;
}
.owl-carousel .owl-dots{
    margin-top: 20px;
}
/*============ Footer Section style ============*/
.footer{
    background-color:rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 24px 0 48px 0;
    border-radius: 10px 10px 0 0;
}
/*============ Thank You style ============*/
.thank-you-modal .modal-body{
    background-color: #1db2a3;
    padding: 100px 80px 45px 80px;
    border-radius: 4px;
}
.thank-you-modal-inner h3{
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 40px;
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.thank-you-modal-inner p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: 500;
}
.thank-you-modal-inner-text {
    margin-bottom: 24px;
    display: block;
    overflow: hidden;
}
.thank-you-modal .modal-content{
    border: 1px solid transparent;
}
/*============ confirmation style ============*/
.confirmation-modal .modal-body{
    background-color: #fff;
    padding: 50px 50px 40px 50px;
    border-radius: 4px;
}
.confirmation-modal-title{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}
.confirmation-person{
    text-align: left;
    margin-bottom: 40px;
}
.confirmation-person p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    font-weight: 600;
}
.confirmation-block {
    margin-bottom: 50px;
}
.confirmation-block h4 {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.confirmation-block ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.confirmation-block ul li span {
    width: 90px;
    color: #878787;
}
.confirmation-block ul li strong{
    color: #000;
}
.confirmation-btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0 0;
}
.confirmation-modal-inner .form-check-label a{
    text-decoration: underline;
    color: #000;
}

/*============ Give Iftar style ============*/
.give-iftar-wrap{
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    padding: 32px 24px;
    margin:-260px 30px 40px 30px; 
}
.give-iftar-wrap-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.give-iftar-wrap-title {
    font-size: 36px;
    color: #000;
    line-height: 36px;
    font-weight: 700;
    float: left;
}
.give-iftar-wrap-title span {
    font-size: 24px;
    display: block;
    opacity: 0.5;
    font-weight: 500;
}
.give-iftar-wrap-sub-title .home-icon {
    display: block;
    overflow: hidden;
}
.give-iftar-wrap-sub-title .home-icon img {
    display: block;
    float: right;
    width: 40px;
}
.give-iftar-wrap-sub-title span {
    color: #565757;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
}
.give-iftar-wrap-top-icon{
    float: left;
    margin: 0 0 0 15px;
}
.give-iftar-wrap-top-icon a {
    width: 56px;
    display: block;

}
.allergy-box h3 {
    color: #1db2a3;
    font-size: 30px;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 32px;
}
.alerta-llergy-box {
    padding: 15px 20px;
    background-color: #fee8e9;
    border-radius: 4px;
    color: #f51929;
    margin-bottom: 15px
}
.alerta-llergy-box strong {
    font-size: 30px;
    display: block;
    font-weight: 600;
    line-height: 32px;
}
.alerta-llergy-box span{
    font-size: 18px;
    font-weight: 500;
}
.other-info{
    padding: 0 0 0 15px;
    margin-bottom: 50px    
}
.other-info h4 {
    font-size: 28px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}
.other-info p {
    font-size: 18px;
    color: #000;
    opacity: 0.7;
    line-height: 20px;
    margin: 0;
}
.your-details h5 {
    font-size: 24px;
    color: #1db2a3;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 35px 15px;
}
.phone {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    display: block;
    margin:0 0 8px 15px;
    line-height: 24px;
}
.mb-15{
    margin-bottom: 20px;
}
.option-select {
    color: #1db2a3;
    font-size: 30px;
    font-weight: 600;
}
.option-select span {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}
.your-details .form-check-input {
    position: relative;
    margin: auto;
    text-align: center;
    display: block;
}

/*.form-check .form-check-label {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}*/
.form-check .form-check-label {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 500;
    padding: 0 0 0 24px;
    text-align: left;
}

.give-iftar-submit-area {
    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;*/
    margin: 65px 0 0 0;
}
.footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle::after{
    display: none;
    opacity: 0;
}
#btn-country{
    height: 50px;
}
.form-control{
    height: 50px;
}
.set-time{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 8px 1px;
    line-height: 14px;
}
.mr-15{
    margin-right: 15px;
}
.for-mobile{
    display: none;
    opacity: 0;
}
.for-desktop{
    display: block;
    opacity: 1;
}
