.my-marquee {
  height: 50px;	
  overflow: hidden;
  position: relative;
}


  .dropdown:hover .dropdown-menu {
     display: block;
      margin-top: 0;
   }

  .container-new {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px; }
  
  @media (min-width: 1500px) {
    .container-new {
      width: 1500px; } }


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#navbar {
  overflow: hidden;
  background-color:grey;
  backface-visibility: visible;
  position: fixed; /*Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  }
/* Change background on mouse-over */
.navbar a:hover {
  background-color: grey;
  color:black;
}

.coname
{
  font-size:20px;
  font-family: 'Poppins', cursive;
  color:navy;
  /* background-color:rgb(126, 9, 9); */
}

.saudiarabia
{
  font-size:12px;
  font-family: 'Poppins', sans-serif;
  color:navy;
}

.alltitles
{
  font-size:25px;
  font-family: 'Poppins', sans-serif;
  color:navy;
}

.smalltitles
{
  font-size:17px;
  font-family: 'Poppins', sans-serif;
  color:navy;
}

#titlefont a:hover {
    /* background-color: chocolate; */
    color:navy;
  }

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {background-color:cornflowerblue !important;}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {background-color:blue !important;}

/* Main content */
  .main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
  }

  /* html, body{width: 100%; height: 100%; padding: 0; margin:0} */
  /* div{position: absolute; padding: 0em; border: 0px} */
  /* #top-left{ background:rgb(136, 132, 132); top: 0; left: 0; right: 90%; bottom: 40%;} */
  /* #top-center{ background:rgb(14, 88, 148); top: 0; left: 10%; right:10%; bottom: 40%;} */
  /* #top-right{ background:lightpink;top: 0; left: 90%; right:0%; bottom: 40%;} */
  /* #bottom-body{background:rgb(94, 28, 148); top: 60%; left: 0; right: 0; bottom: 20%;} */
  /* #bottom-comment{background:rgb(146, 187, 171); top: 90%; left: 0; right: 0; bottom: 0%;} */
  

  .leftcontent{
    height: 100%;
    width: 15%;
    position: fixed;
    background-color: lightgray;
    float:left;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    /* padding-right: 20px;  */
    padding:5px 
  }
  .rightcontent{
      height: 100%;
      width: 85%;
      /* position: fixed; */
      background-color: white;
      float:right;
      z-index: 1;
      top: 0;
      overflow-x: hidden;
      padding:5px 
  }
  
  .tds-roundborder {
    border-radius: 0.5rem;
    }
  
    
  .product-bottom-padding {
      padding-top: 0px;
      padding-bottom: 10px;
    }
  
    
  .tds-btn {
        display: inline-block;
        font-weight: 500;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: skyblue;
        border: 1px solid transparent;
        padding: 0.5rem 0.5rem;
        font-size: 1.0rem;
        line-height: 0.5;
        border-radius: 2.2rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

  .tds-btn-red {
    display: inline-block;
    font-weight: 500;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgb(5, 90, 23);
    /* rgb(148, 40, 40); */
    border: 1px solid transparent;
    padding: 0.5rem 0.5rem;
    font-size: 1.0rem;
    line-height: 0.5;
    border-radius: 2.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  
  .card-header {
          padding: 0.75rem 1.25rem;
          margin-bottom: 0;
          background-color: rgba(0, 0, 0, 0.03);
          border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
          .card-header:first-child {
            border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0; }
          .card-header + .list-group .list-group-item:first-child {
            border-top: 0; }
                