.activelikes{
	color: #2675c0;
}
.fa-star {
    color: #ccc;
}
.fa-thumbs-up {
    color: #ccc;
}

/* ***** Rizwan: task no.8 ***** */
    .head-top-lang-prof-outer {
      display: flex;
      justify-content: center;
    }

    .head-top-lang-prof-cont {
      display: flex;
      /* justify-content: space-between; */
      /* justify-content: flex-end; */
      align-items: center;
      width: 1100px;
      padding: 20px 30px 20px 30px;
    }
    .login.head-top-lang-prof-cont {
      justify-content: flex-end;
    }

    /* language icon box start */
    .lang-icon-box {
      width: 25px;
      height: 25px;
      margin: 3px 30px 3px 0px;
      position: relative;
      /* Yash Task : S3 */
      /*display: none;*/
      /* Yash Task : S3 */
    }

    .lang-icon {
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    .lang-drop-down-box {
            position: absolute;
            Z-index: 1;
            top: 45px;
            right: 0px;
            width: 160px;
            padding: 3px 0px 3px 0px;
            background-color: white;
            border: 0.9px solid rgb(197, 197, 197);
            display: none;
    }

    .lang-drop-down-box:focus {
      outline: 0px;
    }

    .show-lang-drop-down-box {
      display: block;
    }

    .lang-drop-down-cone-box {
      position: relative;
    }

    .lang-dorp-down-cone {
      position: absolute;
      z-index: -1;
            top: -11px;
            right: 7px;
            width: 14px;
      height: 14px;
      background-color: rgb(255, 255, 255);
            border-left: 0.9px solid rgb(189, 189, 189);
            border-top: 0.9px solid rgb(189, 189, 189);
            transform: rotate(45deg);
    }

    .lang-selectitem {
      display: flex;
      padding: 5px 10px 5px 10px;
    }

    .lang-selectitem:hover {
      background-color:  rgb(238, 238, 238);
    }

    .lang-select-icon {
      width: 25px;
      height: 25px;
      padding: 0px 10px 0px 5px;
    }

    .lang-select-text {
      font-size: 15px;
      color: #7c7c7c;
            padding: 3px 5px 3px 5px;
    }
    /* language icon box end */
    
    /* profile icon box start */
    .profile-icon-box {
      width: 35px;
      height: 35px;
      margin: 0px 0px 0px 0px;
      position: relative;
      /* Yash Task : S3 */
      display: none;
      /* Yash Task : S3 */
    }

    .profile-icon {
      width: 100%;
      height: 100%;
      border-radius:50%;
      cursor: pointer;
      /**Yash:task.no 215 **/
      object-fit: contain;
	    
      /********************/
    }
    /**Yash :Task.no 154 **/
    .page-item {
      cursor:pointer;
    }
    /*********************/
    /* profile icon box end */
/* ********** */

/** Yash:Task.no 219 *****/
.search-btn, .det-sear-ico-text-box,.search-model-btn {
  cursor:pointer;
}
/***********************/
.fav{
  position: fixed;
  top: 50%; 
  left: 30%;
}
.no-fav{
 text-align: center;
}
.fav-alert{
 color:red;
}

@media screen and (max-width:760px){
    /** Antony:Task.no M43 *****/
    .selectize-input div.item{
      position: absolute;
    }
    .lang-icon-box {
      width: 22px;
      height: 22px;
      margin: 3px 19px 3px 0px;
    }
}

@media (max-width: 520px)  {
    .fav{
            top: 40%;
            left: 4%;
    }
    .head-top-lang-prof-cont {
      padding: 12px 15px 20px 15px;
    }
    .profile-icon-box {
      width: 30px;
      height: 30px;
  }
}

