body{
    font-family: 'El Messiri', sans-serif !important;
    background: #eeeeee;
}
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    height: 455px !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR MAC OS X ***************/
 
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
 
 
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
 
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
 
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
#pageIn{
    margin: 0px 25px;
}
.center{
    text-align: center;
}
#body-iphone{
    padding: 107px 28px 133px 25px;
}
.overflow{
    display: block;
    width: 100%;
    float: right;
    overflow: auto;
}
.w-65 p{
    font-size: 17px;
    line-height: 25px;
}
a:hover{
    text-decoration: none;
}
.clasicon img{
    width: 75px;
    height: 75px;
    padding: 5px;
    color: #fff;
    background: #b8b8b8;
    display: block;
    margin: auto;
}
.shareclass{
    position: absolute;
    bottom: 3px;
    z-index: 2;
    left: 25px;
    background: rgba(122,122,122,0.5);
    width: 43%;
}
.shareclass .w-65 i , .contactclass .w-65 i{
    background: none;
    padding: 20px 0 0;
}
.contactclass{
    right: 28px;
    position: absolute;
    bottom: 3px;
    z-index: 0;
    background: rgba(122,122,122,0.5);
    width: 43%;
}
.modal-content {
    background-color: rgba(44, 44, 44, 0.9);
    border: solid 1px;
    border-color: #2c2c2c;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: white;
    text-align: center;
    font-weight: bold;
}
.share-icon {
    display: inline-block;
    margin: 3px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-header {
    border-bottom: 1px solid #324A80;
}
.close {
    float: right;
    opacity: 1;
    color: white;
}
.modal-body img {
    width: 60px;
    height: 60px;
}
.modal-dialog{
    width: auto;
}
.modal {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    max-width: 100%;
    width: 329px;
    margin: auto;
}
.w-65 i{
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    padding: 11px 5px 5px;
    color: #fff;
    background: #b8b8b8;
}
.clasicon{
    text-align: center;
    font-size: 55px;
    line-height: 83px;
    float: right;
}
.slick-prev{
    position: absolute;
    top: 50%;
    left: 25px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 99999999999;
}
#myimage{
    display: block;
    margin: auto;
    max-width: 100%;
}
.slick-next{
    position: absolute;
    top: 50%;
    right: 29px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 99999999999;
}
#mainslider .slick-list{
    
}
img.bottom, img.top{
    display: block;
    margin: auto;
    max-width: 100%;
}
#mainslider{
    position: relative;
    margin: auto;
    background: none;
    padding: 0;
    border-radius: 15px;
    padding-top: 25px !important;
    
}
.inline .abs-img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.inline .desktop{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.inline .mobile{
    display: none;
}
.pd-top10{
    padding-top: 15%;
}

.inline{
    display: block;
    width: 100%;
    float: right;
    position: relative;
}
/*#mainslider:before{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #414142;
    content: "";
    z-index: 1;
}
#mainslider:after{
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;z-index: 1;
    bottom: 0;
    background: #414142;
}*/
#mainslider{
    position: relative;
}
.p-50300{
    /*padding: 70px 30px 0;*/
}
#mainslider .slick-list {
    height: auto;
}
.wapper{
    width: 377px;
    margin: auto;
}
.slick-initialized .slick-slide {
    display: block;
    /*background: #fff;*/
    margin: auto 0px;
   /* border: 1px solid #d2d2d2;*/
}
#mainslider  span.slick-center {
    border-radius: 15px;
    opacity: 1;
    margin: -24px auto;
}
#mainslider span {
    border-radius: 10px;
    opacity: 1;
    transition: all 300ms ease;
}
/*#mainslider .slick-center img {
    border-radius: 15px;
    opacity: 1;
    margin: 0 auto;
}*/
#mainslider img {
    border-radius: 10px;
    opacity: 1;
    transition: all 300ms ease;
}
.center p img{
    max-width: 100%;
}
#mainslider img {
    margin: auto;
    padding: 2%;
    position: relative;
    background: #fff;
    border: 1px solid #b2b2b2;

}
.modal-content{
    text-align: center;
}
#mainslider img{
    height: 210px;
    max-width: 100%;
}

#body-iphone>span.after {
    position: absolute;
}
.w-65 p{
    /*height: 18px;*/
    overflow: hidden;
}
/*              */

/*              */
@media (max-width:798px){
    #body-iphone>span.after {
        top: 0 !important;
    }
    
    #pageIn{
        padding: 0;
        margin: 0;
    }
    .wapper{
        float: right;
        direction: ltr;
        width: 100%;
    }
    .inline .abs-img{
        display: none;
    }
    .scroll-wrapper > .scroll-content{
        height: auto !important;
    }
    .modal-body img {
        width: 50px;
        height: 50px;
    }
    #body-iphone{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .contactclass {
        right: 0;
        width: 50%;
    }
    .shareclass {
        left: 0;
        width: 50%;
    }
    .fixd{
       position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0; 
    }
}
@media (max-width:377px){
    .wapper{
        width: 100%;
    }
    .abs-img{
        /*height: 775px;*/
    }
}
@media (max-width:320px){
    .abs-img{
        height: 735px;
    }
}