@media all and (max-width:1648px){
    .flex-direction-nav .flex-prev{
        left:25px !important
    }
    .flex-direction-nav .flex-next{
        right:25px !important
    }
}
@media all and (max-width:1355px){
    .sliderContent{
        left:80px
    }
}
@media all and (max-width:1025px){
    .flex-direction-nav .flex-prev{
        left:20px !important
    }
    .flex-direction-nav .flex-next{
        right:20px !important
    }
    .flex-direction-nav a{
        width:25px;
    }
   .header .menusMain{
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(87, 151, 197, 0.97);
        z-index: 9000;
            -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
opacity:0;
    -moz-transform: scaleX(0.9) scaleY(0.9);
-webkit-transform:scaleX(0.9) scaleY(0.9);
-o-transform: scaleX(0.9) scaleY(0.9);
-ms-transform: scaleX(0.9) scaleY(0.9);
transform: scaleX(0.9) scaleY(0.9);
z-index:-1;
display:none
    }
    
    .openMenu .menusMain{
            opacity: 1;
        -moz-transform: scaleX(1) scaleY(1);
-webkit-transform:scaleX(1) scaleY(1);
-o-transform: scaleX(1) scaleY(1);
-ms-transform: scaleX(1) scaleY(1);
transform: scaleX(1) scaleY(1);
    z-index:1;
    display:block
    }
    .mainMenu > ul > li {
        display: block;
        height: 58px;
        line-height: 58px;
        border-bottom:1px solid #e0dfe0;
        float: none
    }
    .mainMenu > ul > li:last-child{
        border-bottom:none
    }
    .mainMenu{
        width:100%;
        text-align: center;
        padding-top: 98px
    }
    .mobileTopLinks{
        display: block
    }
    .additionalHeaderComponents .nav{
        display: none
    }
    * {
  margin: 0;
  padding: 0; 
}

    .header .container{
        position: relative
    }
    .mobileMenuToggler{
        position: absolute;
        right:0;
        top: 58px;
        z-index: 9500;
                 -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
    }

 #nav-icon3 {
  width: 31px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}





#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

    .openMenu .headerSearch,.openMenu .languagesMain {
        z-index: 9500;
        position: relative
    }    
    .openMenu .headerBtns{
        display: none
    }
    .additionalHeaderComponents{
         -webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
    }
    .openMenu .additionalHeaderComponents {
    float: none;
    width: 135px;
    margin: 0 auto;
    text-align: center;
        
}
    
    .openMenu .headerSearch{
        margin-right: 20px
    }
    .header.scrolled .logoHolder a {
    width: 341px;
    padding: 10px 0;
}
   .header.scrolled  .mobileMenuToggler{
        top:38px
    }
    .col-md-7 .homeBlock.leftBlockFix.redBlock{
        padding-right: 0
    }
    .homeBlockListing > .row > div {
    padding: 0 15px;
}
    .homeBlock.leftBlockFix::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    right: -100%;
}
    .linkList li{
        display: inline-block;
        margin-right: 50px
    }
    .homeBlock.rightBlockFix{
        padding-left: 0
    }
    .factListing h3{
        font-size: 24px
    }
    .homeBlock.rightBlockFix.greyBlock2{
        padding-left:25px
    }
    .quotePlusMedia{
        overflow: hidden
    }
    .quotePlusMedia .quoteBlock {
    padding: 35px 14px;
}
    .videoFix{
        position: relative;
        left:-2%;
        top: 0;
        width:105%;
        height: 380px
    }
    .subNews{
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 25px;
        border-right:1px solid #a6a6a6;
        border-bottom: none
    }
    .newsWrap ul li:last-child .subNews:last-child{
        padding-right: 0;
        border-right:none;
        padding-left: 25px
    }
    .financialNewsSlider .owl-nav {
    bottom: -31px;
}
    .numberListing  ul{
        width:100%
    }
    .footerTop .simpleList  a{
        font-size: 13px
    }
    .footerTop .col-sm-7 .col-md-6:first-child{
        padding-left:0
    }
    .socialIconsMain{
        padding-top: 40px
    }
    .footerBottom{
        text-align: center
    }
    .footerBottom .rightAlign{
        text-align: center
    }
    .footerBottom {
    text-align: center;
    height: auto;
    line-height: 35px;
    padding: 10px 0;
}
    ul.zg-ul-select {
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  padding: 0;
        width:100%;
        position: relative;
        z-index: 2000
}
    .topNavBar ul li a{
        padding: 0 9px
    }
ul.zg-ul-select li {
  display: none;
}
ul.zg-ul-select li.active {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
    width:100%
}
ul.zg-ul-select.active {
  border: 1px solid #aaa;
}
ul.zg-ul-select.active li {
  border: none;
  box-shadow: none;
  display: block;
    width:100%
}
ul.zg-ul-select.active li:hover {
  background: #fff;
    color:#4d4d4d
}
 
ul.zg-ul-select.active li.active {
  background: #fff;
    color:#4d4d4d
}
ul.zg-ul-select.active li.active:hover {
  background: #fff;
    color:#4d4d4d
}
   ul.zg-ul-select.active li:hover a,ul.zg-ul-select.active li.active a,ul.zg-ul-select.active li.active:hover a{
        color:#4d4d4d
    }
#selected--zg-ul-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
  width: auto;
}
#selected--zg-ul-select.active {
}
    #ul-arrow{
        float: right
    }
    ul.zg-ul-select{
        background:#393a3a
    }
    .topNavBar ul li a{
        text-align: left
    }
    .topNavBar ul li a:hover, .topNavBar ul li a.active{
        color:#FFF;
        background: transparent
    }
    .topNavBar ul li{
        border-left: none !important
    }
    .zg-ul-select li a{
        padding: 0 !important
    }
    .zg-ul-select li a{
        padding-left:10px !important
    }
    .bgSpecialHolder #section3{
        margin-bottom: 76px
    }
    
    .brochureListing .owl-prev {
    left: 0 !important;
}
     .brochureListing .owl-next {
    right: 0 !important;
}
    .brochureListing{
        width:150%;
        position: static;
        margin-left: 45px
    }
    .brochureListing .flexslider,.brochureListing .slides {
        position: static
    }
   .brochureListing .owl-controls{
   width: 100%;
    position: absolute;
    height: 20px;
    top: 50%;
    margin-top: 21px;
    left: 50%;
    margin-left: -50%;
}
    .brochureHolder{
        overflow: hidden
    }
/*
    .topNavBar{
        position: fixed !important
    }
   
    .scrolledBody .topNavBar{
        top:82px !important
    }
*/
    .innerBannerText{
        width:90%
    }
    
    .innerBannerContent h2{
        font-size: 40px;
        max-width:100%;
        width:100%
    }
    .annualReportListing{
        width:90%;
        margin: 0 auto
    }
    
  .annualReportListing  .owl-next {
    right: -35px !important;
}
   .annualReportListing .owl-prev {
    left: -35px !important;
}
    .bottomRedBlock{
        padding: 30px
    }
    .newsListing figure img {
    height: 100%;
    width: auto;
    min-width: 100%;
}
    .rightColumn .newsListing .listingHolder li:last-child .listingItem{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #a6a6a6;
    }
    .rightColumn .newsListing {
        position: relative
    }
    .rightColumn .newsListing .sideLinks{
        height: 45px
    }
    .hideTablet{
        display: none
    }
    .reportsFilter .inputEntity{
           display: inline-block;
    width: 40%;
        margin-right: 1%
    }
    .reportsFilter .normalBtn{
        float: right;
        margin-top: 42px;
        width:17%
    }
    .projectListing .listingImage a{
        display: block
    }
    .projectListing .listingImage img{
        width:100%
    }
   .projectListing.highlightedProject .listingImage{ 
        margin-bottom: 20px
    }
    .DetailSlider{
        width:102%
    }
    .listingImageHighlighted{
        margin-bottom: 22px
    }

    .languagesMain{
        display: none;
       
    }
    .headerSearch{
         position: absolute;
        right: 40px;
        top: 21px;
    }
    .openMenu .headerSearch,.openMenu .languagesMain{
        display: inline-block
    }
     .scrolled .toggleSearch ,.openMenu .header.scrolled .additionalHeaderComponents .languagesMain{
     opacity: 1   
    }
    .openMenu .header {
    padding-top: 33px !important;
        height: 133px !important
}
    .openMenu .mainMenu{
        top:0 !important
    }

    .openMenu .logoHolder{
        position: absolute
    }
    .mainMenu{
        height: 100%;
        overflow: auto
    }
    .bannerInfo a{
        color:#FFF
    }
    .thePearlBanner{
        background-attachment: inherit !important
    }
    .icon-print{
        display: none
    }
    .rightBannerControl a{
        margin-left: 0
    }
    .rightBannerControl a > span{
        margin-left: 15px
    }
    .newsListing.newsHighlighted figure img{
        width:100%;
        height: auto
    }
    input{
        -webkit-appearance: none !important;
        
    }
    .formActions input{
        border-radius: none !important;
            -webkit-border-radius: none !important
    }
    .popupContent{
        max-width: 97%
    }
       .topNavBar .container{
        width:100%;margin:0
    }
    #ul-arrow{
        margin-right:10px
    }
    #selected--zg-ul-select.active{
        padding-left:10px
    }

    .appBanner{
        height:291px;
    }
    .appBanner h3{
        margin-bottom:8px
    }
    .appBanner article{
        margin-bottom:18px
    }
    .appBanner figure{
            max-width: 248px;
            left:32px
    }
/*End Tablet*/
}


@media all and (max-width:767px){

    .sliderContent p{
        line-height: 27px;
        font-size: 26px
    }
        .fancybox-close{
        right: 0
    }
    .sliderTitle{
        font-size: 14px
    }
   .sliderMain .flexslider .flex-direction-nav a:before{
        font-size: 25px
    }
    .headerBtns{
            width: 100%;
    position: fixed;
    height: 34px;
    top: 0;
    left: 0;
    margin: 0;
   padding: 7px 40px;
        line-height: 20px
    }
    .sliderContent{
        left: 40px
    }
   .sliderMain .flex-direction-nav .flex-prev {
    left: 4px !important;
}
   .sliderMain .flex-direction-nav .flex-next {
    right: 4px !important;
}
    .headerTime span::before{
        top:-3px
    }
    #lblPrayerName{
        position: static
    }
    .headerTime{
        text-align: right;
        position: relative
    }
    .header{
        padding-top: 33px;
        height: 133px
    }
    .mobileMenuToggler{
        top:38px
    }
    .header.scrolled{
        padding-top: 0
    }
    .sliderHeight{
        height: 400px
    }
    .sliderMain .flex-direction-nav .flex-prev,.sliderMain .flex-direction-nav .flex-next{
        height: 25px
    }
    .sliderContent{
        max-width: 80%;
        top:80px
    }
    .commonContentHolder{
        padding-top: 133px
    }
    .sliderMainHolder{
        padding-top: 133px
    }
    
   .homeBlock.rightBlockFix::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    left: -100%;
}
    .homeBlock.leftBlockFix{
        padding-right: 0
    }
    .quote{
        font-size: 26px
    }
    .subNews{
        border-right: none;
         padding-bottom: 25px
    }
    .newsWrap ul li:last-child .subNews:last-child{
        padding-left: 0;
        border-top: 1px solid #a6a6a6;
        padding-top: 25px;
        padding-bottom: 0
    }
    .investorInfo .row > div{
        border-right: none;
        border-bottom:1px solid #a6a6a6;
        margin-bottom: 20px
    }
    .investorInfo .row > div:last-child{
        margin-bottom: 0;
        border-bottom:none
    }
    .numberListing  ul li{
        display: block;
        text-align: center;
        margin-bottom: 25px
    }
    .thePearlBanner{
        padding-top: 100px
    }
    .thePearlBanner h2{
        font-size: 35px
    }
    .thePearlBanner h2{
        margin-bottom: 45px
    }
    .thePearlBanner .numberListing{
        margin-bottom: 0
    }
    .thePearlBanner{
        height: 710px
    }
    .thePearlBanner .btnHolder .normalBtn {
    margin-left: 0;
    min-width: 190px;
        margin-bottom: 10px
}
    .callServiceBanner span{
        display: block;
        text-align: left;
        height: 290px
    }
    .footerTop .col-sm-7 .col-md-6:first-child{
        padding-left: 15px
    }
    .footerBottom{
        font-size: 12px;
        line-height: 27px
    }
    .socialIconsMain{
        padding-left: 15px
    }
    .activitiesListing .listingItem{
        text-align: center;
        margin-bottom: 30px
    }
    .innerBannerContent h2{
        font-size: 24px
    }
    .innerBanner{
        height: 240px
    }
    
    .activitiesListing .listingImage{
        margin-left:auto;
        margin-right:auto;
        position:relative;
        left:14px
    }
    .missionVisionBlock .textContent{
        font-size: 16px
    }
    .quickFactsListing .listingHolder{
        width:90%
    }
  .quickFactsListing  .owl-nav > div:before{
        font-size: 28px
    }
    .owl-nav > div{
        margin-top: -45px
    }
    .quickFacts{
        padding-top: 50px
    }
    .textContent.redTextBlocks ul li{
        float: none;
    width: 100%;
    padding: 20px;
    height: auto !important;
    margin-bottom: 0;
    border-left: 3px solid #a30133;
    border-bottom: none;
    }
    .textContent.redTextBlocks ul li:last-child{
       border-bottom: 3px solid #a30133; 
    }
    .brochureListing{
        width:88%;
        margin:0 auto
    }
    .brochureListing .flexslider, .brochureListing .slides{
        margin: 0
    }
    .brochureListing .owl-nav > div:before,
    .annualCarousel .owl-nav > div:before{
        font-size: 23px
    }
    .brochureListing .owl-controls{
        margin-top: 50px
    }
    .bannerImage{
        height: 200px
    }
    .annualReportListing .owl-prev {
    left: -25px !important;
}
    .annualReportListing .owl-next {
    right: -25px !important;
}
    .bottomRedBlock  .reportsListing li a{
        padding-left: 0
    }
    
    .smallBlock,.bottomRedBlock{
        padding: 20px
    }
    ul.tabs li{
        font-size: 13px;
        margin-right: 10px
    }
    .newsListing figure img{
        height: auto;
        width: 100%
    }
    
    .sideLinks + .blockTitle,.sideLinks + h2{
        text-align: left !important
    }
    .careersFilter .inputEntity {
    display: block;
    margin: 0;
    width: 100%;
}
    .careersFilter{
        width: 100%
    }
    .careersFilter .normalBtn{
        margin-top: 20px
    }
    .callServiceBanner{
        height: 300px
    }
    
    .contactForm .col-xs-6{
        width:100%
    }
    .contactMap{
        height: 350px
    }
    .headerSearch input[type=text]{
        width:90%
    }
    .openMenu .toggleSearch,.openMenu .headerSearch {
        display: none
    }
    .membersListing .listingInfo{
        padding-top: 40px
    }
    .bgSpecialHolder #section3{
        margin-bottom:105px;
    }
     .missionVisionBlock{
         overflow:hidden
     }
 .boardCommitteeListing{
     margin-bottom:30px
 }
   .membersListing .listingInfo{
          padding-top:20px
      }
      .membersListing .listingInfo h4,.membersListing .listingInfo  span{
          font-size:12px
      }
      .boardCommitteesListing .boardColumn{
          border-right:none
      }
      .factListing li{
          margin-bottom:35px
      }
      .factListing span{
          margin-bottom:5px
      }
       .fancybox-nav span{
          right:5px;
          font-size:25px;
          margin-top:-19px
      }
      .fancybox-prev span{
          left:5px;
          margin-top:-28px
      }

      .appBanner .row > div{
          float:none
      }
      .appBanner{
          height:auto;
          padding-bottom:0
      }
      .appBanner .col-md-7{
          margin-bottom:30px
      }
      .appBanner figure{
              position: relative;
    left: 0;
    margin: 0 auto;
    bottom: 0;
      }

      #newDropDown > div{
              overflow: auto;
      }
      #newDropDown > div ul{
              min-width: 1000px;
    height: 100%;
      }
      .memberTabs .blockTitle{
          width:100%;
          margin-bottom:10px !important
      }
}
