
.tool_bg{
  background-image: url('../webimages/tool_bg.png');
  min-height: 850px;
  background-repeat: no-repeat;
  background-color: #E8E9EB;
  background-size: 100% 512px;
}
.tool_heading{font-size: 26px;}
.tool_desc{font-size: 16px;max-width: 815px;}
.tool_box{
  max-width:1200px;
  border-radius:8px;
  min-height:540px;
  box-shadow: 0px 20px 200px 100px #00000014;
}
.tool_input{
  background-color: #F5F6FB;
  border-radius: 8px 0px 0px 8px;
  padding: 2rem 2.5rem;
  color: #000;
  font-size: 16px;
}
.ti_heading{font-size: 16px;}
.ew_txtarea::placeholder{font-size: 16px;color: #000;}
.cus_scrollbar{height: 310px;}
.ew_btn{
  height: 46px;
  background-color: #1E70B9;
}
.tool_output{border-radius: 0px 8px 8px 0px;padding: 2rem 2.5rem;}
.ew_essay_info{font-size: 14px;}
.ew_options span{
  width: 32px;
  height: 32px;
  background-color: #F2F5F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
}
.ew_options span:hover{
  background-color: #e3e4e5;
}
.ew_share{background-image: url('../webimages/pc_tryagain.svg');}
.ew_download{background-image: url('../webimages/ar_download.svg');}
.ew_copy{background-image: url('../webimages/ar_copy.svg');}
.further_process a {
  min-width: 130px;
  height: 44px;
  font-size: 16px;
  color: #000;
  background-color: #F5F6FB;
}
#textbox+img{cursor:pointer}
.cus_scrollbar.res_txt{font-size: 16px;height: 400px;}

@media only screen and (max-width: 767px) {
  .tool_heading{font-size: 20px;}
  .tool_input,.tool_output{border-radius: 8px;padding: .7rem 1rem;margin-bottom: 1rem;}
  .further_process a {min-width: 106px;}
}
