body{
  position: relative;
  width: 100%;
  overflow-x: hidden; /*--It remove the horizontal scroll bar-- */
  padding: 0px;
  margin: 0px;
  /* background-color: rgba(248,248,248,0.9); */
  background-color: white;
  /* background-color: rgb(252, 250, 245); */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* --Hide this class as it showns unwanted btn at the top-left corner on mobile view--*/
.mobile-nav-toggle{
  display: none;
  /* visibility: hidden; */
}

/* --css for top-menus-- */
#top-menus{
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  /* background-color: #000000; */
  background-color:#292c2f;
  color: white;
}
#left-items{
  position: relative;
  line-height: 50px;
  padding: 0px 0px 0px 5px;
  font-size: 12px;
  margin: 0px;
  width: 50%;
  /* background-color: blueviolet; */
}

#right-items{
  position: relative;
  line-height: 50px;
  padding: 0px 5px 0px 0px;
  margin: 0px;
  font-size: 12px;
  width: 50%;
  /* background-color: coral; */
  text-align: right;
}
#social_medial_top > i{
  position: relative;
  font-size: 14px;
  padding: 0px 5px 0px 5px;
  color: red;
}
/* --end css for top-menus-- */

/* --Css for Navbar --*/
.navbar{
  position: relative;
  background-color: white !important;
}

#myNavbar{
  position: relative;
  background-color: white !important;
  width: 100%;
  height: auto;
  padding: 10px 5px 10px 5px;
  margin: 0px;
  clear: both;
}
#navbarNavAltMarkup > div > a:hover{
  position: relative;
  color: rgba(0,0,0,1);
  font-weight: bold;
}

@media (max-width:768px) {
  #Logo{
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  #navbarNavAltMarkup{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
  }
}

/* --This below here removes the bottom navibar on mobile view*/
.mobile-nav{
  position: relative;
  display: none;
}

/* --End Css for Navbar */

/* --CSS FOR CAROUSEL*/
#carouselExampleDark{
  position: relative;
  width: 100%;
  /* height: 600px; */
  height: auto;
}
.imgCarousel{
  position: relative;
  width: 100%;
  /* height: 600px; */
  height: auto;
}
/* --END CSS FOR CAROUSEL */

/* --MainWrapper-- */
#MainWrapper{
  position: relative;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}
/* --End MainWrapper-- */

/* --Css for Headings-- */
.Heading>h2, .intro > .Heading >h2{
  text-align: center;
  /* text-decoration: underline; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 10px;
  color: rgb(83, 83, 172);
}
.Heading>p{
  text-align: center;
  padding: 0px 0px 20px 0px;
}

/* --Why_Us Css-- */
#Why_us{
  /* background-color: rgba(236, 232, 232,0.2); */
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 50px;
}
.why_us_item{
  position: relative;
  width: 30%;
  /* height: 250px; */
  /* width: auto; */
  height: auto;
  text-align: center;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif;    already defined at the top {body-tag}*/ 
  background-color: #fff;
  /* border: 1px solid rgba(128, 128, 128, 0.4); */
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.4);
}
@media (max-width:768px) {
  .why_us_item{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif;    already defined at the top {body-tag}*/ 
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.4);
  }
}

#top-section > i{
  position: relative;
  font-size: 48px;
  color: red;
  padding: 20px 0px 20px 0px;
  margin: 0px auto;
}
#top-section > h5{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
#bottom-section > p{
  text-align: center;
  font-size: 12px;
  color: gray;
  padding: 2px 0px 40px 0px;
}
/* ---End Why_Us--- */

/*--Css for BgSection--*/
/* --Css for the section with a background-- */
#BgSection{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
}
.BgContainer{
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 500px;
  color: #ffffff;
  background-image: url("https://nabec.org/assets/img/BarakoaBg.jpg");/*--just follow the img using "the real link"--*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  /* opacity: 0.5; */
}
.HeadingBg{
  text-align: right !important;
  padding: 0px;
  margin: 0px 3% 0px 0px;
  color: black !important;
}
.ParagraphBg{
  text-align: right ;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 44px;
  padding: 0px;
  margin: 0px 3% 0px 0px;
}
/*--End for BgSection--*/

/* --Css for Testimonials--*/ 
.demo{ background: #f8f8f8; }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}
/*--End Css for Testimonials  */

/* --Css for Partners-- */
#Partners{
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0px;
  margin: 50px auto;
  /* background-color: chocolate; */
}
.Separator{
  position: relative;
  width: 90%;
  padding: 0px;
  margin: 20px auto;
  color: gray;
}
/* --End Css for Partners-- */

/* --Footer-- */
#Footer{
  position: relative;
  width:100%;
  padding: 0px;
  margin: 0px auto;
  background-color: rgba(0,0,0,1);
}
.footerHeader{
  position: relative;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  text-align: left;
  color: rgba(256,256,256,1);
}
#FooterLinksWrapper{
  position: relative;
  padding: 0px;
  margin: 20px 0px 5px 0px;
  border-bottom: 1px solid gray;
  /* background-color: blue; */
}
.FooterHeaderDiscWrapper{
  position: relative;
  /* background-color: red; */
  padding: 5px;
  margin: 10px 0px 10px 0px;
}
.FooterHeaderDiscWrapper > p{
  position: relative;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  text-align: left;
  color: rgba(160,160,160,1);
}
#FooterAboutCompany > p{
  position: relative;
  text-align: left;
}
#FooterBottom{
  position: relative;
  display: block;
  padding: 0px;
  margin: 12px auto;
}
.UserfulLinks > a{
  position: relative;
  text-decoration: none;
  color: rgb(110, 159, 248);
}
.UserfulLinks > a:hover{
  position: relative;
  text-decoration: none;
  color: rgb(9, 73, 194);
}

#CopyRight{
  position: relative;
  /* background-color: yellow; */
}
#CopyRight > p > a{
  position: relative;
  float: left;
  height: 30px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  color: rgba(160,160,160,1);
}
#CopyRight > p > a:hover{
  color: rgba(200,200,200,1);
}
@media (max-width:768px) {
  /* On mobile devices */
  .footerHeader,.FooterHeaderDiscWrapper > p,#FooterAboutCompany > p,#CopyRight > p > a{
      position: relative;
      text-align: center;
      float: none;
  }
}

/* --SocialMediaIcons */
.footerSocialMediaIcons > i{
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 14px 0px 0px 0px;
  /* display: block; */
  color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 7px 0px;
}
/* --End SocialMediaIcons--*/

/* --End Footer-- */

/* --Css for Visitors-- */
#Visitors{
  position: relative;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  top: -20px;
  padding:0px;
  margin:0px 0px -30px 0px;
}
#Visitors > a{
  position: relative;
  padding: 8px 0px 1px 0px;
  margin: 5px 0px 0px 0px;
  color: rgba(0,0,0,1);
}
@media (max-width:768px) {
  /* On mobile devices */
  #Visitors{
      position: relative;
      text-align: center;
      font-size: 12px;
  }
}

/* --End Css for Visitors-- */

/* --GoTop css-- */
#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

.totopshow {
  display: block;
}
.back-to-top 
{
  position:fixed;
  bottom: 0;
  right: 2em;
  text-decoration: none;
  padding: 0.5em;
  display: none;
  z-index:99;
}
/* --End GoTop css-- */

/* ---CSS FOR PRODUCTS PAGE-- */
  /* --css for BreadCrumbs-- */
  #BreadCrumbs{
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(248,248,248,0.9);
    padding: 15px 5px 5px 25px;
    margin: 0px auto;
  }
  .breadcrumb-item{
    position: relative;
    font-size: 14px;
  }
  .breadcrumb-item > a{
    position: relative;
    font-size: 14px;
  }

  /* --End BreadCrumbs-- */
  .text-center{
    position: relative;
    font-size: 14px;
    color: gray;
  }
  #FilterWrapper{
    position: relative;
    display: flex;
  }

  #FilterBy > text > i{
    position: relative;
    font-size: 18px;
  }

  #FilterBy > text{
    position: relative;
    font-size: 14px;
  }
  .SelectionBox{
    position: relative;
    font-size: 12px;
    padding: 2px 0px 2px 0px;
  }
  #SelectCategory{
    position: relative;
    padding: 0px;
    margin: 0px 2px 0px 20px; 
  }
  #SelectCategory > text > i{
    position: relative;
    font-size: 20px;
  }

  #SelectCategory > text{
    position: relative;
    font-size: 14px;
  }

  @media (max-width:768px) {
    #FilterWrapper{
      position: relative;
      display: block;
    }
    #FilterBy{
      position: relative;
      padding: 3px;
      text-align: center;
      margin: 17px 2px 2px 2px; 
    }
    #FilterBy > text{
      position: relative;
      display: block;
      text-align: center;
    }
    #SelectCategory{
      position: relative;
      padding: 3px;
      text-align: center;
      margin: 17px 2px 2px 2px; 
    }
    .SelectionBox{
      position: relative;
      font-size: small;
    }
  }

  /* --AllProducts--*/
  #SelectCategory{
    position: relative;
    display: none;
  }
  #AllProducts{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    margin: 5px auto;
    
  }
  .HeaderWrapper{
    position: relative;
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,0.2);
    /* box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3); */
    /* border: 1px solid rgba(0,0,0,0.5); */
    padding: 0px;
    margin: 0px 0px 4px 0px;
    /* background-color: rgba(230,230,230,0.7); */
    /* background-color: red; For browsers that do not support gradients */
    background-image: linear-gradient(to bottom left, rgba(25, 68, 187, 0.2),rgba(256,256,256,0.9));
  }
  .HeaderWrapper > h3{
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    padding: 0px;
    margin: 0px;
    /* color: gray; */
    /* color: rgb(83, 83, 172); */
  }
  .ProdHeaders{
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    /* color: gray; */
    color: rgb(83, 83, 172);
  }
  .HeaderDescription{
    position: relative;
    text-align: center;
    font-size: 12px;
    /* color: gray; */
    padding: 0px 0px 20px 0px;
    margin: 2px auto;
  }
  .AllPImagesWrapper{
    position: relative;
    /* display: inline-flex; */
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    /* background-color: red; */
  }
  .AllPImages{
    position: relative;
    padding: 1px 2px 1px 2px;
    margin: 3px 0px 3px 0px;
    /* background-color: rgb(6, 233, 44); */
    box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.9);
  }
  /* --End AllProducts--*/
  /* --Css for ProductsByCategory-- */
  #ProdCategories{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  .AllProdCategories{
    position: relative;
    padding: 0px;
    margin: 20px auto;
  }
  #ProdByCategory{
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    /* box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2); */
    /* background-color: rgba(253, 252, 206, 0.4); */
    /* background-color: rgba(248,248,248,0.4); */
    border: 1px solid rgba(128,128,128,0.2);
  }
  #ProdImagesPart{
    position: relative;
    height: 600px;
    padding: 2px;
    margin: 0px;
    /* background-color: rgb(253, 252, 206); MyCreamColor*/
    /* background-color: rgb(252, 250, 153); */
  }
  .PCateImages{
    position: relative;
    width: 33%;
    padding: 0px;
    margin: 2px auto;
    cursor: pointer;
    /* border: 1px solid rgba(0, 0, 0, 0.5); */
    box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.9);
    /* box-shadow: 0px 2px 6px 0px rgba(252, 250, 153,1); */
    
  }
  #ProdDescPart, #ProdDescPartTourism{
    position: relative;
    /* width: 100%; */
    height: auto;
    padding: 2px 0px;
    margin: 0px auto;
    /* background-color: rgba(253, 252, 206, 0.2); */
  }
  #ProdDescPart > h4, #ProdDescPartTourism > h4{
    position: absolute;
    text-align: center;
    font-size: 14px;
    /* color:black; */
    color: rgb(83, 83, 172);
    text-decoration: underline;
    /* padding: 0px; */
    padding: 10px 0px 5px 0px;
    margin: 0px;
  }
  
  #ProdDescPart > p, #ProdDescPartTourism > p{
    /* position: absolute; */
    position: relative;
    text-align: justify;
    font-size: 12px;
    /* color: gray; */
    /* background-color: red; */
    padding: 25px 10px 10px 10px;
    margin: 5px 0px 0px 0px;
  }

  @media(max-width:768px){
    #ProdImagesPart{
      position: relative;
      height: 310px;
      padding: 2px;
      margin: 0px;
      /* background-color: rgb(253, 252, 206); MyCreamColor*/
      /* background-color: rgb(252, 250, 153); */
    }
    #ProdDescPart > h4{
      position: relative;
      text-align: center;
      font-size: 14px;
      /* color: black; */
      color: rgb(83, 83, 172);
      text-decoration: underline;
      /* padding: 0px; */
      padding: 20px 0px 2px 0px;
      margin: 0px;
    }
    #ProdDescPart > p{
      position: relative;
      text-align: justify;
      font-size: 12px;
      color: gray;
      padding: 10px 5px 10px 5px;
      margin: 0px auto;
    }

    /* --CssPriceRange--*/
    .DescPrice{
      position: relative;
      /* display: block; */
      text-align: justify;
      font-size: 12px;
      /* background-color:red; */
      /* top: -65px; */
      /* padding: 5px 5px 10px 5px; */
      padding: 0px 5px 10px 5px;
      margin: 0px 0px 2px 0px;
    }
    #ReachUs{
      position: relative;
      padding: 5px;
      margin: 0px 0px 2px 0px;
    }

    /* --EndCssPriceRange--*/
  }

  /* .DescPrice{
    position: relative;
    text-align: justify;
    font-size: 12px;
    color: gray;
    padding: 5px 5px 10px 5px;
    margin: 90px 0px 2px 0px;
  } */

  .DescPrice > text{
    position: relative;
    text-align: justify;
    font-size: 12px;
    color: gray;
    padding: 5px 5px 10px 5px;
  }
  /* #PrdctDescription{
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    width: 100%;
    height: auto;
    background-color: rgb(251, 252, 249);
  }
  #PrdctDescription > h5{
      text-align: center;
      color:black;
  }
  #PrdctDescription > p{
      color: rgb(114, 115, 116);
  } */

  #ReachUs{
    position: relative;
    padding: 5px;
    margin: 0px 0px 2px 0px;
  }
  #ReachUs > text{
      position: relative;
      color: black;
      font-weight: bold;
      font-size: 12px;
  }
  #PPrice{
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
      font-size: 15px;
      color: #03bd03;
  }
  #SocialMedias{
    position: relative;
    padding: 5px 0px 0px 0px;
    margin: 0px;
  }
  #SocialMedias > li{
      position: relative;
      display: block;
      border-radius: 1px;
      padding: 1px 1px 1px 1px;
      margin: 0px 0px 0px 0px;
      /* background-color: rgba(236, 232, 232, 0.2); */
  }
  #SocialMedias > li > i{
      padding: 0px;
      margin: 0px 5px 0px 0px;
      font-size: 18px;
      color: black;
  }
  #SocialMedias > li > small{
      color: #1485ee;
      font-size: 12px;
  }

  /* --CSS for MedicalEquipments--*/
  #MedicalEquipmentsPrices{
    position: relative;
    padding: 0px;
    margin: 40px 0px 20px 0px;
  }
  #MedicalEquipmentsPrices > h5{
    font-size: 12px;
    font-weight: bold;
  }
  #MedicalEquipmentsPrices > text{
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin: 0px;
  }
  #MedicalEquipmentsPrices > ul > li{
    font-size: 12px;
  }
  .MEPriceListImages{
    position: relative;
    width: 98%;
    height: 350px;
    padding: 0px;
    margin: 5px;
    border: 1px soild grey;
  }
  .PhototherapyImages{
    position: relative;
    width: 98%;
    height: 400px;
    padding: 0px;
    margin: 5px;
    border: 1px soild grey;
  }
  @media(max-width:768px){
    #MedicalEquipmentsPrices{
      position: relative;
      padding: 0px;
      margin: 10px 0px 20px 0px;
    }
    .MEPriceListImages{
      position: relative;
      width: 98%;
      height: 220px;
      padding: 0px;
      margin: 5px;
      border: 1px soild grey;
    }
    .PhototherapyImages{
      position: relative;
      width: 98%;
      height: 300px;
      padding: 0px;
      margin: 5px;
      border: 1px soild grey;
    }
  }
  /* --End CSS for MedicalEquipments--*/
  
  /* ---CSS for HMSContent---*/
  #HMSContent{
    position: relative;
    padding: 0px 10px 0px 10px;
    /* margin: 95px 0px 10px 0px; */
    margin: 10px 0px 10px 0px;
    /* background-color: red; */
  }
  #HMSContent > h5{
    font-size: 12px;
    font-weight: bold;
    color: green;
  }
  #HMSContent > text{
    font-size: 12px;
    /* color: red; */
  }
  #HMSContent > ul > li{
    font-size: 12px;
    text-align: left;
    color: rgb(65, 64, 64);
  }
  .HMSImages{
    position: relative;
    width: 98%;
    height: 300px;
    padding: 0px;
    margin: 5px;
    border: 1px soild grey;
    /* border-radius: 2px; */
  }
  @media(max-width:768px){
    #HMSContent{
      position: relative;
      padding: 0px 5px 0px 5px;
      margin: 2px 0px 10px 0px;
    }
  }
  /* ---End CSS for HMSContent---*/
  /*---CSS for Tourism----*/
  #TourismContent{
    position: relative;
    padding: 0px;
    margin: 0px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  #TourismContent > h5{
    position: relative;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px 2px 10px;
    margin: 35px 0px 0px 0px;
    color: rgb(10, 8, 8);
    /* background-color: rgb(241, 231, 171); */
  }
  #TourismContent > h4{
    position: relative;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px 2px 10px;
    margin: 0px 0px 0px 0px;
    color: rgb(10, 8, 8);
    /* background-color: rgb(241, 231, 171); */
  }
  #TourismContent > p, #TourismContent > text{
    font-size: 12px;
    padding: 4px 10px 2px 10px;
    margin: 0px;
    text-align: justify;
    /* color: rgb(65, 64, 64); */
  }
  .TourismImages{
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0px 10px 0px 10px;
    margin: 5px auto;
    border: 1px soild grey;
    /* border-radius: 2px; */
  }

  .TourismVideos{
    position: relative;
    /* display: block; */
    display: flex;
    width: 100%;
    height: 330px;
    /* padding: 10px 200px 10px 10px; */
    padding: 5px;
    margin: 0px;
    /* background-color: rgb(241, 231, 171); */
    background-color: rgba(0,0,0,1);
  }
  #TVideoPanel{
    position: relative;
    width: 75%;
    /* height: 450px; */
    padding: 0px;
    margin: 4px 2px 2px 2px;
    
  }

  #TVideoLists{
    position: relative;
    float: right;
    overflow-y: auto;
    /* top: -97%; */
    width: 22%;
    height: auto;
    padding: 5px;
    margin: 4px 1% 2px 2%;
    /* background-color: yellow; */
    background-color: rgb(83, 82, 82);
  }

  #TMainTV,#EMainTV{
    position: relative;
    width: 100%;
    height: 310px;
    background-color: green;
  }
  .Videos{
    position: relative;
    padding: 0px;
    margin: 3px auto;
    width: 100%;
    height: auto; 
  }
  #TTV1,#TTV2,#TTV3,#ETV1,#ETV2,#ETV3{
    position: relative;
    padding: 0px;
    margin: 3px auto;
    width: 100%;
    height: auto; 

  }
  /* --Css in Devices below 768px---*/
  @media(max-width:768px){
    .TourismVideos{
      position: relative;
      display: flex;
      /* display: flex; */
      width: 100%;
      height: auto;
      padding: 5px;
      margin: 0px;
      background-color: rgba(0,0,0,1);
    }

    #VideoContainer{
      position: relative;
      width: 100%;
      padding: 0px;
      margin: 0px;
      clear: both;
    }
    #TMainTV, #EMainTV{
      position: relative;
      width: 100%;
      height: 200px;
    }
    #VideoLists{
        position: relative;
        /* display: flex; */
        /* top: 1%; */
        width: 100%;
        height: 200px;
        padding: 0px;
        /* margin: 0px 1% 2px 2%; */
        margin: 0px;
        /* background-color: rgb(83, 82, 82); */
    }
    
    #TTV1,#TTV2,#ETV1,#ETV2{
      position: relative;
      padding: 0px;
      margin: 3px auto;
      width: 100%;
      height: auto; 
    }
    #ProdDescPartTourism{
      position: relative;
      padding: 5px 5px 4px 0px;
      margin: 110px 0px 0px 0px;
    }
  }
  /*---End Css for Tourism--- */

  /* --End Css for ProductsByCategory-- */

/* ---CSS FOR PRODUCTS PAGE-- */

/* --CSS FOR ABOUT US PAGE-- */
#about{
  width: 100%;
  height: auto;
  background-color: rgba(236, 232, 232,0.2);
  margin-top: 0px;
  padding-bottom: 50px;  
}
.aboutCompany{
  position: relative;
  margin: 20px 0px 10px 0px;
  text-align: left;
  font-size: 14px;
  text-justify: distribute;
}
.MissionVision{
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}
.mission,.vision{
  color: rgb(4, 104, 74);
}
.my-4{
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 50px 0px ;
}
.m-0{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0px 0px 0px;
}
.my-1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
}
/* --END CSS FOR ABOUT US PAGE-- */

/*---Events & Announcements CSS---*/
#Events_and_Announcements{
  position: relative;
  width: 100%;
  height: auto;
  /* padding: 20px 0px 150px 0px; */
  padding: 0px;
  margin: 0px;
  /* background-color: rgba(216, 214, 214, 0.2); */
}
#Events{
  position: relative;
  /* width: 100%; */
  height: auto;
  padding: 20px;
  margin: 2px auto;
  /* background-color: rgba(248,248,248,0.9); */
}
#Announcements{
  position: relative;
  /* width: 100%; */
  height: auto;
  padding: 20px;
  margin: 2px auto;
  /* background-color: rgba(248,248,248,0.9); */
}
#EventsSlider,#AllAnnouncements{
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px; 
  margin: 0px;
  background-color: white; 
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}
#EventsSlider > h3{
  font-size: 20px;
  text-align:center;
  padding:6px;
  background-color:rgba(0,0,0,0.6);
  color:white;
}
.EImages{
  position: relative;
  text-align: center;
  width: 100%;
  height: 420px;
  padding: 0px;
  margin: 5px auto;
}
#VideoClips{
  position: relative;
  padding: 0px;
  margin: 0px;
}

#AllAnnouncements > h3{
  font-size: 20px; 
  text-align:center;
  padding:6px;
  background-color:rgba(0,0,0,0.6);
  color:white;
}

/* --Blinking Css-- */
.BlinkNew{
  position: relative;
  width: 40px;
  height: 30px;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* --End Blinking Css-- */

.AnnounceHeads > text{
  text-align: left;
  /* font-size: small; */
  font-size: 12px;
  color: rgb(155, 153, 153);
}
.AnnounceHeads > h4{
  position: relative;
  font-size: 16px;
  color: rgb(5, 146, 202);
}
.AnnounceHeads > img{
  visibility: hidden;
}
.AnnounceHeads > p{
  position: relative;
  font-size: 15px;
  color: rgb(121, 118, 118);
}
.prod-mini-headers{
  position: relative;
  font-size: 14px;
  color: rgb(41, 61, 70);
  text-decoration: underline;
}
.prod-mini-desc{
  position: relative;
  font-size: 12px;
}
/* --PreviousAnnouncements---*/
#PreviousAnnouncement1{
  position: relative;
  width: 100%;
}
#PreviousAnnouncement2,#PreviousAnnouncement3,#PreviousAnnouncement4,#PreviousAnnouncement5{
  position: relative;
  display: none;
}
.AnnounceImages{
  position: relative;
  width: 100%;
  height: 100%;
}

/* --End Events_&_announcements-- */

/* --Css for ModalBox---*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 3% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  height: auto;
}

/* Modal Images */
.ModalImages{
  position: relative;
  width: 100%;
  height: 490px;
  padding: 0px;
  margin: 0px auto;
  /* border: 2px solid black; */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media(max-width: 768px){
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 50% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    height: auto;
  }

  /* Modal Images */
  .ModalImages{
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0px;
    margin: 0px auto;
    /* border: 2px solid black; */
  }
}
/* --End Css for ModalBox */