/*Big Size Screens*/
@media (min-width: 1200px)
{

}

/* small Screens & tablets & Smart phone */
@media (max-width: 991px) 
{

    .itemsArea .item .img {
        width: 40px;
        height: 40px;
        float: right;
        margin: auto;
        margin-left: 10px;

    }
    .itemsArea .item {
        text-align: right;
        min-height: 70px;
        padding: 15px 15px 10px;
        padding-left: 0;
        display: block;
        margin-bottom: 10px;
    }

    .aboutUs {
        padding-top: 30px;
    }
    .aboutUs .imgDiv img {
        display: none;
    }
    .aboutUs .itemAbout .details .title,
    .aboutUs .itemAbout .details,
    .aboutUs .itemAbout .details .desc{
        text-align: center;
    }
    .aboutUs .itemAbout .details i{
        margin: auto;
        margin-bottom: 20px;
    }

    .vision {
        padding-bottom: 0;
    }
    .prog {
        padding-top: 0;
    }
    .prog .title {
        font-size: 20px;
    }
    .healthProgram .listStyle {
        padding: 0;
    }

    .progHealth .listStyle {
        padding: 15px;
    }
    .joinPage {
        padding-top: 0;
        padding-bottom: 0;
    }
    .joinPage .imgJoin {
        min-height: 275px;
    }
    .price {
        padding-top: 15px;
    }
    .price .itemPrice {
        padding: 5px;
        padding-left: 50px;
        font-size: 14px;
    }
    .price .itemPrice .price {
        left: 10px;
        top: 4px;
        font-size: 15px;
    }

    .price .itemPrice .price {
        left: 8px;
        top: 0;
        font-size: 15px;
        background-color: transparent;
        bottom: 0;
        display: block;
        margin: auto;
        padding: 0;
        height: 20px;
    }
    .price .itemPrice .price span {
        font-size: 16px;
    }
    .menuDown .linksList{
        width: 100%;
        min-width: 100%;
    }
    .menuDown .linksList li a {
        font-size: 9px;
    }
    .Participation .itemPart .details .desc
    {
        font-size: 12px;
    }
    .OffersButrtl {

        width: 100%;
        font-size: 14px;
        height: 50px;
        display: block;
        margin-right: -80px;
        margin-bottom: 10px;
    }
    .OffersButtlr {

        width: 100%;
        font-size: 14px;
        height: 50px;
        display: block;
        margin-right: -80px;
        margin-bottom: 20px;
    }
    .formPartic .title2 {

        text-align: center;
        color: #fff;
        font-family: "Tajawal-Bold";
        font-size: 30px;
        margin-bottom: 35px;
        position: relative;
        left: 85px;
        top: 10px;

    }
}

/* Small Screens */
@media (min-width: 768px) and (max-width: 991px) 
{

    .DivController{
        margin-right: 80px;
    }

}

/* Mobile & Tablets */
@media (max-width: 767px) 
{
    .offerModal .modal-dialog {
        width: 100%;
    }

}

/* Tablets */
@media (min-width:480px) and (max-width: 767px)
{


}

/* Mobile */
@media (max-width: 479px) 
{



}

@media (max-width: 400px) 
{

    .itemHome,
    .itemHome:hover
    {
        min-height: 100px;
        font-size: 14px;
    }

    .offers .btnsTabs li
    {
        width:125px
    }

    .searchLink .iconLeft
    {
        left:10px;
    }

    .header .title
    {
        margin-top:11px;
        font-size:16px;
        margin-top: 13px;
    }

    /*    .header .search
        {
            left:65px;
    
        }*/
    .offerModal .modal-dialog {
        max-width: 90%;
        margin: 50px auto;
    }
    .offerModal .modal-body {
        padding: 25px;
    }
    .pagin .pagination a {
        line-height: 25px;
        width: 25px;
        height: 25px;
    }

    .MedicalNav li a {
        font-size: 11px;
    }
    .MedicalNav li a i{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .pagin .next, .pagin .prev {
        top: 12px;
    }


}


@media (max-width: 360px) 
{


}








