.pfNews {
  display: block;
}

.pfNews .pfWrapper {
  display: flex;
  justify-content: space-between;
}

.pfNews .pfStoryBox {
  flex: 2;
}

.pfNews .pfAds {
  min-width: 300px;
  margin-left: 30px;
  text-align: center;
}

.pfTopNews {
  display: flex;
}

.pfFirstNews {
  flex-basis: 40%;
  margin-right: 25px;
}

.pfFirstNews a {
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.pfFirstNews .pfThumbImg {
  display: block;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.pfFirstNews .pfThumbImg  img{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;}
.pfFirstNews h2 {
  display: block;
  color: #343131;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 0;
   line-height: 1.3;
   margin: 0;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height:100px;
   line-height: 1.4;
    margin-bottom: 10px;

}

.pfFirstNews a:hover h2 {
  color: #1a5156;
}

.pfNews ul {
  display: block;
  flex-basis: 60%;
  padding: 0;
   margin-top: 0;
}

.pfNews ul li {
  display: block;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pfNews ul li a {
  display: flex;
  justify-content: space-between;
  color: #343131;
  font-size: 16px;
  font-weight: bold;
   line-height: 1.3;
   
}

.pfNews ul li a:hover {
  color: #1a5156;
}

.pfNews ul li a .pfThumbImg {
  height: 81px;
  width: 144px;
  min-height: 81px;
  min-width: 144px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
  margin-left: 20px;
 
}

.pfNews ul li a .pfThumbImg img {
  width: 100%;
}

.pfNews ul li a strong {
  display: block;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-right: 10px;
  max-height: 69px;
   line-height: 1.4;
}

/* End News CSS */

/* Start Tools CSS */

.ptTools {
  display: block;
  padding-top: 0px;
}

.ptTools ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

.ptTools ul li {
  display: block;
  flex-wrap: wrap;
  flex-basis: 19%;
}

.ptTools ul li a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 5px 8px;
  background: #33d7df;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  height: 44px;
}
.ptTools ul li a span { font-size: 0.875rem; font-weight: bold;}


.ptTools ul li:nth-child(even) a {
  background: #ace05a;
}

.ptTools ul li a:hover {
  background: #8a0506;
  color: #fff;
}

/* Start Video CSS */

.pfVideos {
  display: block;
  padding-top: 30px;
}

.pfVideos ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.pfVideos ul li {
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: block;
  flex-wrap: wrap;
  flex-basis: 23.5%;
  overflow: hidden;
}

.pfVideos ul li a .pfThumbImg {
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.pfVideos ul li a .pfThumbImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.pfVideos ul li a .pfThumbImg::after {
  display: block;
  content: "";
  height: 32px;
  width: 32px;
  /*background: url(../img/video-icon.png) center center no-repeat;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pfVideos ul li a h2 {
  display: block;
  color: #343131;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 0;
  text-align: center;
  margin: 0;
   line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 100px;

}

.pfVideos ul li a:hover h2 {
  color: #1a5156;
}
/* End Video CSS */

/* Start IPO CSS */

.pfIpo {
  padding-top: 30px;
}

.pfIpo .pfTopNews {
  display: flex;
}

.pfIpo .pfFirstNews {
  flex-basis: 30%;
  margin-right: 25px;
}

.pfIpo .pfFirstNews a {
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: block;
}

.pfIpo .pfFirstNews .pfThumbImg {
  display: block;

}

.pfIpo .pfFirstNews .pfThumbImg img {
  width: 100%;
}

.pfIpo .pfFirstNews h2 {

}

.pfIpo .pfFirstNews a:hover h2 {
  color: #1a5156;
}

.pfIpo ul {
  display: flex;
  flex-basis: 70%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 0;
}

.pfIpo ul li {
  display: block;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  flex-basis: 48%;
}

.pfIpo ul li a {
  display: flex;
  justify-content: space-between;
  color: #343131;
  font-size: 16px;
  font-weight: 500;
}

.pfIpo ul li a:hover {
  color: #1a5156;
}

.pfIpo ul li a .pfThumbImg {
  height: 81px;
  width: 144px;
  min-height: 81px;
  min-width: 144px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
  margin-left: 20px;
}

.pfIpo ul li a .pfThumbImg img {
  width: 100%;
}

.pfIpo ul li a strong {
  display: block;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-right: 10px;
  max-height: 69px;
   line-height: 1.4;
}

/* Start Other News */

.pfOtherNews {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}

.pfOtherBox {
  display: block;
  flex-basis: 32%;
}

.pfOtherFirst {
  display: block;
  border-bottom: solid 1px #dddddd;
}

.pfOtherFirst a {
  display: block;
}

.pfOtherFirst .pfThumbImg {
  display: block;
  border-radius: 8px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.pfOtherFirst .pfThumbImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.pfOtherFirst h2 {
  display: block;
  color: #343131;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0;
   line-height: 1.4;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
   height: 88px;
    margin-bottom: 10px;

}

.pfOtherFirst a:hover h2 {
  color: #1a5156;
}

.pfOtherNews ul {
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.pfOtherNews ul li {
  display: block;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pfOtherNews ul li a {
  display: flex;
  justify-content: space-between;
  color: #343131;
  font-size: 16px;
  font-weight: 500;
}

.pfOtherNews ul li a:hover {
  color: #1a5156;
}

.pfOtherNews ul li a .pfThumbImg {
  height: 56px;
  width: 100px;
  min-height: 56px;
  min-width: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
  margin-left: 20px;
}

.pfOtherNews ul li a .pfThumbImg img {
  width: 100%;
}

.pfOtherNews ul li a strong {
  display: block;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-right: 10px;
  max-height: 69px;
   line-height: 1.4;
}

/* Market Watch CSS */

.pfMarketWatch {
  margin: 20px 0px;
  display: flex;
  background: #343131;
  padding: 0px 25px;
  align-items: center;
  justify-content: space-between;
}

.pfMarketWatch h2 {
  padding: 5px 0px 10px 0px;
}

.pfMarketWatch .pfSensex {
  display: flex;
  height: 60px;
  align-items: center;
  border-left: 1px solid #9a9898;
  justify-content: space-between;
}

.pfMarketWatch .pfSensex span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0px 30px;
}

.pfMarketWatch .pfSensex strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
}

.pfMarketWatch .pfSensex.up strong {
  color: #00b742;
  /*background: url(../img/arrow-up-icon.png) 0 center no-repeat;*/
}

.pfMarketWatch .pfSensex.down strong {
  color: #f00000;
  /*background: url(../img/arrow-down-icon.png) 0 center no-repeat;*/
}
