/* sample Header */
#newbanner{
  background: #182431;
}
	#newbanner h1{
		font-size:38px;
		padding-top: 40px;
		color:#fff;
		font-weight: 800;
	}
	
	#newbanner h1 span{
		color:	#d66d00;
	}
	#newbanner p{
		font-size:17px;
		color:#fff;
	}

	.new-form{
		padding: 30px 0px 50px 0px;
    display: inline-block;
	}

	.new-form .form-group .form-control{
    background: transparent;
    border: 1px solid #ffff;
    margin-right: 7px;
    padding: 10px 35px;
    color: #fff;
	}

	.new-form .form-group .form-control::placeholder{
		color: #fff;
	}

	.new-form .btn{
		background: #D66D00;
    border: 1px solid #D66D00;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .4s ease;
	}

	.new-form .btn:hover{
		background: #fff;
		border: 1px solid #fff;
		color: #182431;
	}

	.new-form .form-control:focus{
		box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
	}

	

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
    color: #fff;
}

.content-banner{
	background: #eb8c2a;
    display: flex;
    justify-content: space-evenly;
    padding: 35px 35px;
}

.content-banner p{
	font-size: 27px !important;
    color: #fff !important;
    font-weight: 500;
}

.content-banner .btn-service{
   background: #182431;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    border: 1px solid #182431;
    transition: .4s ease;
}

.content-banner .btn-service:hover{
	background: transparent;
	border: 1px solid #182431;
	color: #182431;
}



.type-box a{
  color:#000 !important;
}
.type-box a:hover{
  text-decoration: underline !important;
}
.topic-sec{
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
}

#sample-cta{
    background-color: #eb8c2a;
    padding: 25px;
    color: #fff;
}

#sample-cta h3{
    margin-top: 5px;
}

#sample-cta .sample-order{
    background-color: #182431;
    padding: 15px;
    color: #fff;
}

/* most popular */
#popular-subject{
    padding: 100px 0px;
}

#popular-subject h4{
    font-size: 45px;
}


.intro p{
    padding-top: 10px ;
    padding-bottom: 50px;
}

#popular-subject .list-area{
    margin-bottom: 50px ;
}

#popular-subject h5 a
{
    color: #182431;
    font-size: 20px;
    font-weight: 500;
    transition: ease .5s;
    
}
#popular-subject h5 a:hover{
    color: #eb8c2a;
    text-decoration: underline !important; 
}


#popular-subject h5:before{
    transition: ease .5s;
}

#popular-subject h5:hover:before{
    content: "\2192";
    padding-right: 5px;
    color: #eb8c2a;
}
#popular-subject ul{
    list-style: none;
    line-height: 26px;
}
#popular-subject ul li a{
    color: #182431;
}
#popular-subject ul li a:hover{
    color: #eb8c2a;
}
.view-more{
    text-transform: uppercase;
    color: #fff;
    padding-top: 50px;
}
.view-more a:hover{
    color: #eb8c2a !important;

}


/* Most populatr Topics */
#popular-topics h4{
    font-size: 45px;
}

#popular-topics .topic-box{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    min-height: 340px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#popular-topics .topic-box h6{
  font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

#popular-topics .topic-box span{
    font-size: 14px;
    color: #eb8c2a;
}

#popular-topics .topic-box h6 a{
  color: #000;
}

#popular-topics .topic-box p{
    font-size: 14px;
    line-height: 25px;
}

#popular-topics .subject-type{
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

#popular-topics .subject-type .subjects-list{
    float: left;
}
#popular-topics .subject-type .page-words{
    float: right;
}


#contact-info{

    margin-top: 50px;
}




/*health-and-medicine css*/

#search{
    padding: 50px 0px;
  }
  
  #search .type-box{
    background: #fff;
      box-shadow: 0px 0px 15px 3px #adadad;
      padding: 25px 25px;
      border-radius: 10px;
      margin-bottom: 25px;
  }
  
  #search .type-box h2{
    font-size: 19px;
      line-height: 30px;
  }
  
  #search .type-box span{
    color: #f38515;
      font-size: 15px;
      font-weight: 500;
      position: relative;
  }
  
  #search .type-box .short-text{
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      padding-top: 15px;
  }
  
  #search .subjects{
    display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 15px;
  }
  
  #search .subjects p{
    font-size: 14px;
  }
  .type-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}

.type-buttons a {padding: 4px 16px;margin-bottom: 13px;font-size: 12px;}
  
  /*.type-buttons{*/
  /*  margin-bottom: 25px;*/
  /*}*/
  
  .type-buttons a{
   background: transparent;
    border: 1px solid #f38515;
    /*padding: 15px 30px;*/
    border-radius: 5px;
    color: #f38515;
    line-height: 30px;
    margin-right: 5px;
    transition: .4s ease;
  }
  
  .type-buttons a:hover{
    background: #f38515;
    border: 1px solid #f38515;
    color: #fff;
  }
  
  .type-head h2{
    font-size: 22px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #000;
  }
  
  .sample-form{
    background: #fff;
    box-shadow: 0px 0px 10px 3px #adadad;
    padding: 15px 25px;
  }
  
  .sample-form .form-group{
    margin-bottom: 20px;
  }
  
  .sample-frm{
    justify-content: center;
    background: #16202b;
  }
  
  .sample-frm .text-dark{
    color: #fff!important;
    font-weight: 500;
  }
  
  .frm-box .input-icons i{
    padding: 15px 15px 15px 0px!important;
  }
  
  
  .sample-categoty{
    margin-top: 40px;
      padding-top: 25px;
      padding-left: 40px;
      /*border-top: 1px solid #adadad;*/
  }
  
  .category-list a{
    font-size: 12px;
      background: #f3851530;
      color: #f38515;
      padding: 5px 5px;
      border-radius: 5px;
      line-height: 35px;
  }
  
  .sample-cta{
    background: #182431;
    background-image: url('../img/writer-cta-1.png');
    background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 670px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border-radius: 14px;
  }
  
  .cta-text{
    margin-top: 15px;
  }
  
  .cta-text .btn{
    background: #f38515;
      border: 1px solid #f38515;
      color: #fff;
      transition: .4s ease;
  }
  
  .cta-text .btn:hover{
    background: transparent;
    border: 1px solid #f38515;
  }
  
  .cta-text h3{
    font-size: 16px;
      color: #fff;
  }
  
  .cta-text p{
    font-size: 13px;
      color: #fff;
  }
  
  .writer-review{
    margin-top: 15px;
  }
  
  .paper-cta{
    background: #f38515;
    background-image: url('../img/paper-cta.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 265px;
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  
  .cta-para p{
    font-size: 14px;
      font-weight: 500;
      color: #fff;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff;
  }
  
  .cta-para{
    width: 100%;
      max-width: 378px;
  }
  
  
  .pros-part h3{
    font-size: 17px;
      color: #fff;
      margin-top: 12px;
  }
  
  .pros-part ul{
    display: flex;
      justify-content: start;
      flex-wrap: wrap;
      list-style: none;
  }
  
  .pros-part ul li {
      font-size: 11px;
      position: relative;
      margin-left: 20px;
      color: #fff;
  }
  
  .pros-part ul li:before{
    background-image: url('../img/li-icon.png');
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    top: 2px;
    background-repeat: no-repeat;
  }
  
  .pros-part .btn{
    background: #16202b;
      border: 1px solid #16202b;
      font-size: 14px;
      transition: .4s ease;
  }
  
  .pros-part .btn:hover{
    background: transparent;
    border: 1px solid #16202b;
    color:#16202b ;
  }
  
  /*health-and-medicine css*/
  
  
  /*sample-deatils css*/
  
  #sample-detail{
    padding: 30px 0px;
  }
  
  .detail-head h2{
    font-weight: 500;
      font-size: 30px;
      color: #182431;
      margin-bottom: 30px;
  }
  
  .sample-files{
    display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  
  .sample-files img{
    width: 20px;
      margin-left: 4px;
      margin-bottom: 8px;
  }
  
  .sample-files a{
    color: #16202b!important;
      font-size: 16px!important;
      font-weight: 500;
      margin-left: 10px;
  }
  
  .detail-head p span{
    color: #f38515;
      font-size: 16px;
      font-weight: 400;
  }
  
  .detail-head{
    border-bottom: 1px solid #cbcbcb;
  }
  
  .detail-text{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbcbcb;
  }
  
  .detail-text h3{
    font-size: 16px;
      font-weight: 600;
      color: #17171C;
      margin-bottom: 20px;
  }
  
  .detail-text p{
    line-height: 31px;
      font-size: 15px;
      font-weight: 400;
  }
  
  .sample-essay{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
  }
  
  .sample-essay .essay h3{
    font-size: 20px;
      font-weight: 500;
      color: #EB8C2A;
  }
  
  .sample-essay .essay ul{
    padding-left: 15px;
  }
  
  .sample-essay .essay ul li{
    font-size: 13px;
      color: #182431;
      font-weight: 400;
      line-height: 31px;
  }
  
  .sample-essay .essay .btn{
      background: #f38515;
      border: 1px solid #f38515;
      font-size: 14px;
      color: #fff;
      transition: .4s ease;
  }
  
  .sample-essay .essay .btn:hover{
    background: #182431;
    border: 1px solid #182431;
  }
  
  .small-cta{
    display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      border-bottom: 1px solid #c7c7c7;
      padding-bottom: 20px;
  }
  
  .cta-content h3{
    font-size: 20px;
      color: #f38515;
      font-weight: 500;
  }
  
  .cta-content p{
    font-size: 13px;
      font-weight: 400;
      color: #182431;
  }
  
  .cta-button .btn{
    background: #182431;
      border: 1px solid #182431;
      font-size: 14px;
      margin-top: 8px;
      color: #fff;
      transition: .4s ease;
  }
  
  .cta-button .btn:hover{
    background: #f38515;
    border: 1px solid #f38515;
  }
  
  
  .student-cta{
    background-color: #EB8C2A;
      background-image: url(../img/sample-cta-cloud.png);
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 265px;
      width: 100%;
      max-width: 690px;
      height: 183px;
      border-radius: 10px;
  }
  
  
  .student-text{
    padding: 20px 30px;
  }
  
  .student-text h3{
    font-size: 15px;
      font-weight: 500;
  }
  
  .student-text p{
    font-size: 17px;
      color: #fff;
      font-weight: 500;
  }
  
  .student-text .btn{
    background: #182431;
      border: 1px solid #182431;
      font-size: 11px;
      transition: .4s ease;
      color: #fff;
  }
  
  .student-text .btn:hover{
     background: transparent;
     border: 1px solid #182431;
     color: #fff;
  }
  
  .copy-box{
    background: #fff;
      box-shadow: 0px 0px 15px 3px #adadad;
      border-radius: 10px;
      padding: 25px 25px;
      margin-bottom: 30px;
  }
  
  .copy-text h2{
     font-size: 20px;
      color: #182431;
      font-weight: 600;
  }
  
  .copy-text p{
    font-size: 14px;
      line-height: 31px;
      color: #383338;
      font-weight: 500;
  }
  
  .delivery-box{
    display: flex;
      justify-content: space-between;
  }
  
  .delivery-box p{
    font-size: 13px;
      font-weight: 600;
  }
  
  .delivery-box p span{
    color: #f38515;
  }
  
  .help-btn{
    text-align: center;
  }
  
  .help-btn .btn{
    background: #182431;
      border: 1px solid #182431;
      width: 100%;
      color: #fff;
      font-size: 11px;
      transition: .4s ease;
  }
  
  .help-btn .btn:hover{
    background: #f38515;
    border: 1px solid #f38515;
  }
  
  .expert-writers{
    background: #fff;
      border: 1px solid #b4b4b4;
      border-radius: 10px;
      padding: 25px 25px;
  }
  
  .expert-head h2{
    font-size: 18px;
      font-weight: 500;
      color: #182431;
  }
  
  .expert-profile{
    display: flex;
      justify-content: start;
      padding: 10px 10px;
  }
  
  .profile-info{
    margin-left: 15px;
  }
  
  .profile-info p{
    font-size: 15px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #383338;
  }
  
  .profile-info p strong{
    font-size: 15px;
      font-weight: 600;
      margin-bottom: 0px;
      color: #EB8C2A;
  }
  
  .profile-info span{
    font-size: 15px;
      font-weight: 600;
      color: #038056;
  }
  
  .profile-info img{
    margin-right: 5px;
    max-width: 18px;
    display: inline!important;
  }
  
  .writer-description .rating{
    display: flex;
    justify-content: start;
  }
  
  .rating i{
    margin-top: 6px;
    margin-right: 5px;
    color: #FD9102;
  }
  
  .rating p{
    font-size: 17px!important;
    font-weight: 500!important;
    color: #1F396C!important;
  }
  
  .writer-description p{
    font-size: 15px;
      font-weight: 400;
      line-height: 31px;
      color: #383338;
  }
  
  .writer-btn{
    text-align: center;
  }
  
  .writer-btn .btn{
     font-size: 11px;
      font-weight: 500;
      color: #fff;
      width: 100%;
      background: #182431;
      border: 1px solid #182431;
      transition: .4s ease;
  }
  
  .writer-btn .btn:hover{
    background: #f38515;
    border: 1px solid #f38515;
  }
  
  
  .papers-box{
    background: #FFF3E6;
    padding: 25px 25px;
    border: 1px solid #EB8C2A;
    border-radius: 10px;
    margin-top: 30px;
  }
  
  .papers-head h3{
    font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #182431;
  }
  
  .papers-list ul{
    list-style: none;
      padding-left: 5px;
  }
  
  .papers-list ul li{
    position: relative;
    font-size: 15px;
      font-weight: 500;
      color: #383338;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #adadad;
  }
  
  .papers-list ul li:before{
    background-image: url('../img/paper-arrow.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 20px;
    top: 7px;
  }
  
  
  /*sample-details css*/
  
  