.color-cyan-blue{
          	color: #13216e !important;
          }
          .btn_clr{
          	color: #5927e3;
          }

          .bg_clr{
          	background: #5927e3;
          }
          .font-13{
          	    color: black;
            font-weight: 400
          }

          .fl path{
          	fill: gray;
          }
          .wd-22p path{
           fill: gray;
           
          }
          .wd-22p{
          
           width: 28px !important;
          }

          .ht-22p{
          		height: 28px !important;
          }
          .fl{
          	width: 28px !important;
          		height: 28px !important;
          }
         
         .sponsored-slider-img-div {
    width: 255px !important;
   }

   ::placeholder {
   	color:gray !important;
   }

   .advert-img-box {
   	max-width: 100%;
   }

   .more-dropdown{
   	top: 30%;
   }
   
   .more svg{
   fill: #5927e3;
   height: 25px;
   width: 25px;
    }

    .single-post-slider {
    	margin: 20px 0;
    }

    .header-area{
    	position: relative;
    }

    .list_styles_nf{
    	
    border-bottom: none; 
    width: 100%;
    margin: 20px auto;
    }

    .timeline-more-imgs:after {
    top: 0;
    left: 1px;
    bottom: 0;
    right: 1px;
    opacity: .3 !important;
    content: '';
    display: block;
    position: absolute;
    border-radius: 10px !important;
    background-color: #5927e3 !important;
}

.cont_bg{
  background: #fafbfb;
}

.ui_lft{
  padding: 10px;
    border-radius: 10px;
    border:none;
    box-shadow: 0 0 10px;
}

.lft_titl{
  text-align: center;
    border-bottom: 4px solid lightgray;
    padding-bottom: 10px;
}

.lft_inner{
   position: relative;
    padding: 20px;
}

.res_more{
   background: white;
    padding: 20px 10px;
    text-align: center;
}

.main_top{
  border-radius: 10px;
  box-shadow: 0 0 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.main_form{
  border-radius: 20px;
  box-shadow: 0 0 10px;
  padding: 25px;
}

.main_form_inner{
   border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    display: flex;
    width: 100%;
}

.form_prof_img{
  background: lightgray;
  border-radius: 60%;
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin-right: 10px;
}

.form_textarea{
  height: 200px !important;
    border: none;
    box-shadow: 0 0 10px;
    border-radius: 10px;
    width: 100%;
}

.main_prop{
  border-radius: 20px;
  box-shadow: 0 0 10px;
  padding: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.prop_prof_img{
  background: lightgray;
  border-radius: 60%;
  height: 70px;
  width: 70px;
  object-fit: contain;
}

.prop_pric{
  width: 30%;
  text-align: center;
  background: #f1f0f0;
  border-radius: 10px;
  padding: 15px 0;
  color: black;
}

.prop_pric_spn{
  font-size: 14px;
  display: block;
  font-weight: 700;
}

.img-1-of-3{
    height: 305px !important;
    width: 100% !important;
}

.timeline-imgs{
  position: relative;
    border-radius: 10px;
    width: 100%;
}

.img-2-of-3{
  width: 100% !important;
  height: 150px !important;
}

.img-3-of-3{
  width: 100% !important;
  height: 150px !important;
  margin: 5px auto;
}

.ui_rit{
  border-radius: 20px;
  background: none;
  border: none;
}


.rit_titl{
    background: transparent;
    border-bottom: none;
    padding: 10px;
}


.rit_inner{
  border-radius: 10px;
  height: 300px;
}

.rit_img{
  padding: 10px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 0 10px;
}
    

 .modal-backdrop {
      z-index: 1;
     }


     #fill{
  display: none;
}

i.fa.fa-square-o.fa-2x,i.fa.fa-check-square-o.fa-2x {
       font-size: 40px;
   }

 label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #179ea8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #e91e63;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #e91e63;
}
