@media (min-width: 1024px) /* Tablet Wide */ {
    .Achievement .simpleGridItems p {
        font-size: 19px;
        color: #fff;
        padding: 0px 36px;
    }
    .imghazon{
        padding-top: 60px;
    }
    .ContactForm .form-group textarea {
        height: 355px;
    }
}

@media (min-width: 1280px) /* Small Laptops */ {
    h2{
        font-size: 2.5rem;
    }
    h3{
        font-size: 1.5rem;
    }     
    .staff .swiper-wrapper{
        justify-content: center;    
    }
    
}

@media (min-width: 1440px) /* Standard Laptop */ {
    .container {
        max-width: 1410px!important;
      }
      
}

@media (min-width: 1600px) /* HighRes & Desktops */ {
    .container {
        max-width: 1600px!important;
    }
    
}


@media (max-width: 1023px) /* Tablet Tall*/ {
    
}

@media (max-width: 500px) /* Big Mobiles */ {
    .navSearch {
        background: rgba(255,255,255,.9);
        box-shadow: 0 5px 5px rgba(0, 0, 0,.2);
        position: absolute;
        top: 85px;
        right: 0;
        width: 100%;
    }
    .navSearch .navbar {
        padding: 0;
    }
    .navCollapser {
        color: #1e7abe;
        background-color: rgba(255,255,255,.6);
    }
    .page-hero h1 {
        font-size: 2.5rem;
    }    
    h3{
        font-size: 1.3rem;
    }
    .hometorat .swiper-container {
        height: 520px;
    }
    .homeSliderText .homeSliderTitle {
        font-size: 2.3rem!important;
    }
    .homeSliderText .homeSliderPreTitle {
        font-size: 2.3rem!important;
   }
   .homeSliderText {
    margin-top: 640px!important;
 }
 .imgPlaceHolder::before {
    margin-bottom: 20px;
    }
    .aboutorat{
        padding: 0!important;
    }
    h2 {
        padding-top: 0!important;
    }
    .hazon h3 {
        font-size: 1.7rem;
        padding-bottom: 0;
    }  
    .hazon h3::before {
        bottom: 20px!important;
    }  
    .hazon2 h3::before {
        bottom: 95px!important;
    } 
    .pictactiv:after {
        position: absolute;
        font-size: 6rem!important;
        bottom: -30px!important;
    }  
    .teamtorat span:hover .thumb-info-caption-text {
        display: flex;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        padding: 0px 10px 100px 10px;
    }      
    a.floatingBtn {
        border-radius: 0 60px 60px 0;
        padding: 5px;
        font-size: 18px;
        line-height: 24px;
        width: 140px;
        margin-left: -85px;
    }
    a.floatingBtn:hover {
        margin-left: 0;
    }
    .shutafPage .preContent h3 {
        font-size: 36px;
    }
    .shutafPage .preContent h4 {
        font-size: 30px;
        margin: 5px 0;
    }       
    .shutafPage .preContent h5 {
        font-size: 24px;
    }
    .teamSection {
        padding-bottom: 15px;
    }
    .Achievement .simpleGridItems.iconItem {
        height: auto;
    }
    .Achievement .simpleGridItems p {
        padding: 0 15px;
    }
    .donOpt {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) /* Mobile */ {

   
}
