/*single trend analysis*/

.Trend-bredgrumsdiv
{
    width:100%;
    height:50px;
    align-content: center;
}

.single-analysiscontainer
{
    width: calc(100% - 50px);
    height: auto;
    background-color: #F4F5F7;
    border-radius: 10px;
    padding: 20px 25px;
}

.single-analysistitlediv
{
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.single-analysismaintitle
{
    font-size: 20px;
    font-weight: bold;
    margin: 0%;
    display: inline-block;
    margin-bottom: 10px;
}

.analysis-shareicon
{
    width: 150px;
    height: 40px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    display: inline-block;
    background-color: white;
}

.singleanalysis-datediv
{
    width: 100%;
    height: 18px;
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    cursor:pointer;
}




.knowledgediv
{
    width:100%;
    height:115px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
}

.partner-logodiv
{
    width:20%;
    height: 100%;
    align-content: center;
    display: inline-block;
}

.parter-descriptiondiv
{
    width: 75%;
    height: 100%;
    display: inline-block;
    align-content: center;
    margin-left: 2%;
}

.knowledge-title
{
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 10px;
}

.knowledge-para
{
    font-size: 14px;
    color: #666666;
    margin: 0%;
    line-height: 18px;
}

.moreanalysis-container
{
    width:100%;
    height: auto;
    margin-bottom: 50px;
}

.moreanalysis-header
{
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moreanalysis-title
{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0%;
}

.analysis-viewmorebtn
{
    background-color: transparent;
    border:none;   
    display: flex;
    font-weight: bold;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
}

.analysis-viewmorebtnicon
{
    margin-left: 10px;
    margin-top:5px;
}

.single-analysiscontentdiv
{   
    height:auto;
    width:100%;
    display: flex;
    margin-bottom: 15px;
}

.single-analysisimagediv
{
    width:30%;
    height:100%;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
}

.single-analysisdescriptiondiv
{
    width: 68%;
    height:100%;
    display: inline-block;
    margin-left: 2%;
    align-content: center;
}

.single-analysistitle
{
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 10px;
    cursor: pointer;
}

.single-analysisdate
{
    font-size: 14px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 10px;
    cursor:pointer;
}

.single-analysiscontent
{
    font-size: 14px;
    margin: 0%;
    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;
    color: #666666;
    line-height: 20px;
    cursor:pointer;
}



/*mobile single anaysis page*/
.mobanalysis-titleheader
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mobsingle-analysiscontainer
{
    height: auto;
    width: calc(100% - 30px);
    background-color: #F4F5F7;
    border-radius: 10px;
    padding: 15px;
}

.mobsingle-analysismaintitle
{
    font-size: 22px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 15px;
}

.mobsingle-analysismaindate
{
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    padding-bottom: 10px;
    cursor: pointer;
}

.mobknowledgediv
{
    height: 269px;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    align-content: center;
    text-align: center;
    cursor: pointer;
}

.broughtby-title
{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0% 10px 0%;
}

.mobknowledge-para
{
    font-size: 16px;
    color: #666666;
    margin: 0%;
    line-height: 25px;
}

.mobmore-analysiscontainer
{
    width:100%;
    height:auto;
    margin-bottom: 20px;
}

.mobmore-analysisheaderdiv
{
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 5px;
}

.mobmoreanalysis-title
{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0%;
}

.mobanalysis-viewmorebtn
{
    background-color: transparent;
    border:none;   
    display: flex;
    font-weight: bold;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
}

.mobanalysis-viewmorebtnicon
{
    margin-left: 10px;
    margin-top:5px;
}

.mobsingle-analysiscontentdiv
{
    height: 85px;
    width:100%;
    display: flex;
    padding: 15px 0%;
    border-bottom: 1px solid #E4E4E4;
}

.mobsingle-analysisimagediv
{
    width:35%;
    height:100%;
    display: inline-block;
    border-radius: 10px;
}

.mobsingle-analysisdescriptiondiv
{
    width: calc(65% - 15px);
    height:100%;
    display: inline-block;
    margin-left: 15px;
    align-content: center;
}

.mobsingle-analysistitle
{
    font-size: 18px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 10px;
}

.mobsingle-analysisdate
{
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    margin-bottom: 10px;
}

.lastanalysisdiv
{
    border-bottom: none !important;
}

.mobanalysis-optionsdiv
{
    display: flex;
    width: 100%;
    height:47px;
    justify-content: space-between;
    margin-top: 8px;
    text-align: center;
    align-items: center;
}

.mobanalysis-option
{
    width:48%;
    border-radius: 25px;
    height:45px;
    border: 1px solid #666666;
    /* align-content: center; */
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:768px) and (max-width:1024px) 
{
    .mobanalysis-option
{
    width:48%;
    border-radius: 25px;
    height:45px;
    border: 1px solid #666666;
    /* align-content: center; */
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (min-width:820px) and (max-width:1180px)
{
    .mobanalysis-option
{
    width:48%;
    border-radius: 25px;
    height:45px;
    border: 1px solid #666666;
    /* align-content: center; */
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;

}
}
@media screen and (min-width:912px)
{
    .mobanalysis-option
{
    width:48%;
    border-radius: 25px;
    height:45px;
    border: 1px solid #666666;
    /* align-content: center; */
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;

}
}
.mobanalysis-selectedopt
{
    font-weight: normal;
    color: white;
    border: none;
    height:47px
}

.mobanalysis-analysisimagediv
{
    height: 442px;
    width:100%;
    margin-top: 15px;
    position: relative;
}

.mobanalysis-shareicondiv
{
    height:40px;
    margin-top: 15px;
    width: 100%;
    /* display: flex; */
    align-content: center;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: white;
}

.mobanalysis-showimage
{
    display: block !important;
}

.viewfullscreenbtn
{
    position: absolute;
    border: none;
    background-color: #666666;
    opacity: 50%;
    width:52px;
    height: 55px;
    border-radius: 50%;
    margin: 47% 43%;
    top:0;
    color: white;
    align-content: center;
    padding-top: 5px;
}

.mobsearchimagediv
{
    width: 100% !important;
}
.mopbtechnewsimg
{
    width: 47% !important;
    margin-right: 4%;
}
.mobsearchdescdiv
{
    width: 49% !important;
}


  .fullscreen-simulated {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #000;
  z-index: 9999;
  border-radius: 0% !important;
}

.no-scroll {
  overflow: hidden;
}

/* Close (X) button styling */
.fullscreen-close-btn {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 10000;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 20px;
  padding: 0px 10px;
  border-radius: 50%;
  cursor: pointer;
  cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2px;
}
