.maincontent-container
{
    width:100%;
    display: flex;
    
}

.content-container
{
  width:77%;
  margin-right: -0.5%;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 0px;
  max-width: 776px;
}

.ingress_field_hight .mobsearchfield {
    height: 47px;
    padding: 0px 5px;
}

.mobcontent-container
{
    width:92%;
    padding:0% 4%;
}

/* menu desktop*/
.submenudiv
{
    display:flex;
    list-style: none;
    height:238px;
    width:96.65%;   
    position:absolute;
    margin: 0;
    border:1px solid #E4E4E4;
    padding:25px 1.65%;
    Z-index:2;
    background-color: white;
    border-radius: 10px;
    /* width:100%; */
    /* max-width: 1000px; */
    /* box-sizing: border-box; */
}

.submenu-divblock
{
    display: none;
    position: absolute;
    left:0%;
    width:100%;
    padding-top: 23px;
}

.submenuul
{
    list-style: none;
    margin-top: 20px;
    margin: 0;
    padding: 0;
}

.submenulist-0
{
    left:0px;
    margin: 0;
    padding: 0;
    width:30%;
}


.submenulist-1
{
    left:25%;
    margin: 0;
    padding: 0;
    width:25%;
}

.submenulist-2
{
    left:50%;
    margin: 0;
    padding: 0;
    width:25%;
}

.submenulist-3
{
    left:75%;
    margin: 0;
    padding: 0;
    width:25%;
}



.menutitle
{
    font-weight: bold;
    color: black !important;
    width:150px;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    padding-left: 5px;
}

.submenulist
{
    margin: 0;
    width:auto;
    text-align: left;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}
/* SearchPopup */

.searchdropdown
{
  height:364px;
  top:71px;
  position: absolute;
  display:block;
  font-weight:bold;
  z-index:1000;
}
.searchlist
{
  /* height:66px; */
  margin-top:12px;
  text-align: justify;
  margin-left:11px;
  width:96%;
  /* padding-left:2px; */
  height:auto;
  border-bottom: 1px solid #E4E4E4;
}
.searchlistview
{
  /* height:66px; */
  margin-top:12px;
  text-align: justify;
  margin-left:11px;
  width:96%;
  padding-left:2px;
  height: 47px;
}
.divider {
  border-bottom: 1px solid #ccc; 
  width:94%;
}

.searchlist:last-child .divider {
  border-bottom: none; 
}

.innersearchlist
{
  width:94%;
  /* height:61px; */
  line-height: 1.5;
  padding-left: 3px;
  color:#181818;
  font-weight:bold;
  padding-bottom: 10px;
  font-size:16px !important;
}


.searchview
{
  width:96%;
  color: white;
  border:none;
  height:46px;
  border-radius: 10px;
  left:9px;
  position: absolute;
  cursor:pointer;
}

input:focus {
  outline: none; 
  border: none; 
}

.seachfielddiv
{
  width:90%;
  display: inline-block;
  top:-3px;
  position: relative;

}

.showsearchfielddiv
{  
  width:90%;
  height:59px;
}
.showsearchbtn{
  border: none;
  margin-top: 9px;
  width:32px;
  height:30px;
  padding-top:3px;
  padding-left:4px;
  border-radius: 5px;
  margin-right:6px;
  cursor:pointer;
}

.showsearchboxdiv
{
  text-align: center;
  width:60%;
  /* display:inline-block;
  height:412px;
  position: relative;
  background-color: white; */
}
.showsearcharea
{
  margin-top: 6px;
  border-radius: 10px;
  background-color: white;
  color: black;
  width:80%;
  margin-left: 20px;
  padding: 1%;
  display: flex;
  position:relative;
  height:422px;
  font-size:15px;
}

.searchdropdown1
{
width:98%;
position: relative;
}
.mobsearchfield
{
  width:100%;
  /* height:40px; Task Id : 204488 - IOS overloap Issue */
  border-radius: 5px;
  border:none;
  font-weight:bold;
  font-size:18px;
}
.mobsearchcontent
{
  width:100%;
  position: relative;
  height:auto;
}
.mobheaderdiv
{
  width:100%;
  position: relative;
}
.mobcontainer
{
  width:100%;
}

.mobsearchdropdown
{
  /* width:96%; */
  width:100%;
  /* height:355px; */
  position: absolute;
  display:block;
  padding-left:6px;
  background-color: white;
  z-index:1000;
  cursor:pointer;
}

.mobsearchview
{
  left:13px;
  width: 94%;
}

.mustread-container
{
    height:56px;
    display: flex;
    margin-bottom: 16px;
}

.mustread-contents
{
    display:"block";
    position:"absolute";
    list-style:"none";
    left:"600px";
    text-align: left;
    padding: 0px;
}

.mustread-heading
{
    font-weight: bold;
    margin-top: 0px;
    color: black;
}

.mustread-imagediv
{
    width:20%;
    height: 55px;
    display: inline-block;
}

.mustread-titlediv
{
    margin-left: 5%;
    width:75%;
    height: 55px;
    display: inline-block;
}

.mustread-image
{
    width:100%;
    height:100%;
    border-radius: 10px;
}

.mustread-title
{
    margin:0px;
    color: black;
    font-size: 14px;
    display: -webkit-box; 
    display: -moz-box; 
    display: box; 
    -webkit-box-orient: vertical; 
    -moz-box-orient: vertical; 
    box-orient: vertical; 
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: bold;
}

/*stick navbar*/
.stickylistitems
{
    align-content: center;
    display: inline-block;
    color: white !important;
    font-size: 14px !important;
    font-weight: normal !important;
    cursor: pointer;
}

.stickylistitems li{
    color:#666666;
    font-weight: bold;
}

.stickysubmenu-divblock
{
    display: none;
    position: absolute;
    left:-1px;
    width:100%;
    padding-top: 12px;
    font-size: 16px;
}

.categorymenudiv
{
    height: 320px !important;
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
    .newsubbtn
    {
        font-size: 13px !important;
    }
  }

  @media screen and (min-width: 1100px) and (max-width: 1215px) {
    .newsubbtn
    {
        font-size: 14px !important;
    }
  }

  .newslettter_sub{
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .searchlist:has(+ .searchlistview) {
    border-bottom: none; 
  }
.marginleft40{
    margin-left: 40% !important;
  }

  .height25
  {
    height: 40px !important;
    margin-bottom: 0px !important;
  }

  .marginleft10
  {
    margin-left: 15px !important;
  }

  .latestedition
  {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: rgb(102, 102, 102) !important;
  }
