/* SECTION */
#expresuniquecs{
   margin-left: 280px;
    margin-top: 33px;
}
.fastx-sectionunderline {
    max-width: 130px;
    height: 9px;
    background-image: linear-gradient(270deg, rgb(124 124 129 / 0%), #00c471);
    border: none;
    margin-bottom: 50px;
}

.fastx-section {
  background: #f6f6f6;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.fastx-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.fastx-heading {
  font-size: 35px;
    font-weight: 700;
    color: #111;
    font-family: 'Inter';
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 40px;
}

/* ICONS */
.fastx-icon-green {
  background: #22c1a1;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  margin: 0 5px;
}

.fastx-icon-orange {
  background: #f59e0b;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  margin-left: 5px;
}

/* FLEX WRAP */
.fastx-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* TEXT BOX */
.fastx-text-box {
  flex: 1;
  text-align: left;
}

.fastx-text-box p {
      font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-family: sans-serif;
    margin-bottom: 25px;
    text-align: justify;
}

/* BUTTON */
.fastx-btn {
    box-shadow: 7px 4px 2px 5px #413e3e;
    background: linear-gradient(135deg, #22c1a1, #0f8e75);
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    /* line-height: 26px; */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    margin-left: 200px;
    font-size: 17px;
    font-family: 'Open Sans';

}
.fastx-btn b{
    text-decoration: underline;
}

.fastx-btn:hover {
  transform: translateY(-3px);
}

/* BUTTON ICON */
.fastx-btn-icon {
 font-size: 30px;
}

/* IMAGE BOX */
.fastx-image-box {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

/*.fastx-bg-shape {
  position: absolute;
  width: 220px;
  height: 220px;
  background: #f59e0b;
  border-radius: 20px;
  right: 40px;
  bottom: 0;
  z-index: 0;
}
*/
/* IMAGE */
.fastx-image-box img {
      width: 480px;
    position: relative;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fastx-content-wrap {
    flex-direction: column;
    text-align: center;
  }

  .fastx-text-box {
    text-align: center;
  }

  .fastx-bg-shape {
    right: 50%;
    transform: translateX(50%);
  }
}








/* new popup form */



.sinceresearch-popup-overlay {
  background: #111827;
  height: 100vh;
}

/* Open Button */
 .sinceopen-btn {
  font-size: 20px;
    padding: 10px 78px;
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    color: #000;
    border: none;
    line-height: 40px;
    cursor: pointer;
    margin: 40px 10px 10px 10px;
    font-weight: 800;
}

@keyframes shakeClock {
  0%, 100% { transform: rotate(0deg); }
  25%      { transform: rotate(-10deg); }
  50%      { transform: rotate(10deg); }
  75%      { transform: rotate(-5deg); }
}


.sinceopen-btn b{

    font-size: 40px;
     display: inline-block;
  animation: shakeClock 0.6s ease-in-out infinite;
  transform-origin: top center;


}


/* Overlay */

.sinceresearch-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
      z-index: 1;
}

/* Popup Box */

.sinceresearch-popup-overlay .sincepopup-box {
  width: 800px;
 
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-top: 140px;
  background: url(../images/best-research-paper-writing-services-in-india.png) no-repeat center center;
  background-size: cover;
}

/* Header */

.sinceresearch-popup-overlay .sincepopup-header {
  /*background: linear-gradient(135deg, #2ec4b6, #22c1a1);*/
     color: #3b60a4;
  text-align: center;
  padding: 10px 40px;
}


.sinceresearch-popup-overlay .sincepopup-header h2 {
        font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: justify;
    font-family: 'Figtree';
    text-transform: capitalize;
    font-style: italic;
}


.sinceresearch-popup-overlay .sincepopup-header .author {
  font-size: 14px;
  opacity: 0.9;
}


.sinceresearch-popup-overlay .sincepopup-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 15px;
  border: 3px solid #fff;
}

/* Body */

.sinceresearch-popup-overlay .sincepopup-body {
     padding: 0px 10px 10px 190px;
  
}


.sinceresearch-popup-overlay .sincepopup-body h3 {
  font-size: 20px;
  margin-bottom: 5px;
}


.sinceresearch-popup-overlay .sincepopup-body p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.sinceresearch-popup-overlay form{
    border-radius: 20px;
    padding: 10px;
    background-color: #fff;
}

.sincepopup-body label{

    text-align: justify;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Figtree';
    color: #2b2f31;
}
.sincepopup-body label b{

    font-size: 17px;
}


.sinceresearch-popup-overlay input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  outline: none;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  background-color: #dff2fa;

}



.sinceresearch-popup-overlay select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  outline: none;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  background-color: #dff2fa;

}

.sinceresearch-popup-overlay  option{

    background-color:#fff;
    color:#000 ;
}


.sinceresearch-popup-overlay textarea {
  width: 100%;
  padding: 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  background-color: #dff2fa;
}

.sinceresearch-popup-overlay input:focus , .sinceresearch-popup-overlay textarea:focus {
  border-color: #22c1a1;
}

/* Button */

.sinceresearch-popup-overlay .submit-btn {
    margin-top: 15px;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #64b988, #4581c3);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}


.sinceresearch-popup-overlay .submit-btn:hover {
  background: #1aa88c;
}

/* Login text */

.sinceresearch-popup-overlay .login-text {
  margin-top: 10px;
}


.sinceresearch-popup-overlay .login-text a {
  color: #2ec4b6;
  text-decoration: none;
  font-weight: bold;
}

/* Close Button */

.sinceresearch-popup-overlay .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}
.sinceresearch-popup-overlay span{
    background: linear-gradient(135deg, #22c1a1, #3a86ff);
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.sinceclose-btn{

    font-size: 30px;
    line-height: 25px;
    color: #fff;
    margin-left: 700px;
    margin-bottom: 0px;
}



/* new popup form end  */





















.linkad{
        text-decoration: underline;
}
.service-card {
  word-wrap: break-word;
}

.service-card  b{
    margin-top: 20px;
    font-style: italic;
    font-family: 'Raleway';
    font-size: 13px;
    color: #5467a2;
    cursor: pointer;
}

.moretextone {
  display: none;
}
.moretexttwo {
  display: none;
}
.moretextthree {
  display: none;
}
.moretextfour {
  display: none;
}

.moretextfive {
  display: none;
}
.moretextsix {
  display: none;
}
.moretextseven {
  display: none;
}
.moretexteight {
  display: none;
}

.moretextnine {
  display: none;
}

.moretextten {
  display: none;
}

.moretexteleventh {
  display: none;
}
.moretexttwelve{
    
   display: none; 
}

.moretextthirteen{
    
   display: none; 
}

.moretextfourteen{
    
   display: none; 
}

.moretextfifteen{
    
   display: none; 
}

.moretextsixteen{
    
   display: none; 
}

.moretextSeventeen{
    
   display: none; 
}

.moretexteighteen{
    
   display: none; 
}

.moretextnineteen{
    
   display: none; 
}

.moretexttwenty{
    
   display: none; 
}













.phdservices-topicnew h2 {
    font-size: 45px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.moreresearchtopic-coverbtn {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 500px;
    border-radius: 10px;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}


.underlineresearchtopic {
    max-width: 130px;
    height: 9px;
    background-image: linear-gradient(270deg, rgb(124 124 129 / 0%), #00c471);
    border: none;
    margin-bottom: 50px;
}


.phdservices-topicnew h4 {
   font-size: 23px;
    margin-top: 50px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: 'Raleway';
    text-align: justify;
    
}


.phdservices-topicnew h6{
    text-transform: capitalize;
    font-family: 'Figtree';
    font-size: 18px;
    color: #00c471;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.phdservices-topicnew h2 span {
    font-weight: 600;
    color: #00c471;
        font-family: 'Inter';
}

/* ===== Hover Animation Enhancements ===== */

.service-card {
    background: #f8fbff;
    border: 1.5px solid #cfd7ff;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: left;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Card hover */
.service-card:hover {
  background: #eef3ff;
  border-color: #3b5bfd;
  box-shadow: 0 12px 28px rgba(59, 91, 253, 0.25);
  transform: translateY(-6px);
}

/* Service item */
.service-item {
    
    margin-bottom: -20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
}

/* Icon animation */
.service-item i {
  font-size: 19px;
  color: #00c471;
  transition: all 0.3s ease;
}

/* Item hover effect */
.service-item:hover {
  transform: translateX(6px);
  color: #00c471;
}

/* Icon pulse on hover */
.service-item:hover i {
  color: #00c471;
  transform: scale(1.15);
}

/* Divider animation */
.service-card hr {
  border: none;
  border-top: 1px solid #cfd7ff;
  margin: 10px 0;
  transition: border-color 0.3s ease;
}

.service-card:hover hr {
  border-top-color: #3b5bfd;
}













.researchpaper-newsection-one{

    padding: 50px 150px;
}
.researchpaper-newsection-one p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
}
.researchpaper-newsection-one h6{
    font-family: 'Montserrat';
    font-optical-sizing: auto;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: capitalize;

}

.certifiedresearch{
    width: 114px;
    height: 83px;
}


.researchpaper-newsection-one .certifiedcontent h5{
 font-family: 'Inter';
    text-transform: capitalize;
    text-align: justify;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 16px;
}
    
.certifiedcontent  {
    /* background-image: linear-gradient(270deg, rgb(124 124 129 / 0%), #00c471); */
    background-color: #cdf3e38c;
    padding: 7px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
    border-radius: 5px;
}


.researchpaper-newsection-one .certifiedcontent h5 mark{
    font-weight: 700;
    color: #000;
    background-color: #f1ff1091;
}


.researchpaper-newsection-one h6 span{
       color: #00c471;
}

.researchpaper-newsection-one p span{
     font-weight: 600;
}
.researchpaper-newsection-one ul{
    list-style-type: none;
}
.researchpaper-newsection-one ul span{

    color: #000;
    font-weight: 700;
}
.researchpaper-newsection-one ul li{
    font-family: 'Open Sans';
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: -30px;
}
.researchaiimgone{
        width: 340px;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.researchaiimgtwo{
    width: 340px;
    height: 250px;
    margin-bottom: 15px;
        margin-top: 20px;
}
.researchaiimgthree{
    width: 340px;
    height: 250px;
    margin-bottom: 15px;
        margin-top: 20px;
}
.researchaiimgfour{
    width: 340px;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.researchpaper-newsection-second{
    color:#000;
        padding: 35px 150px;
    background-color: #fff;
}
.researchpaper-newsection-second h4{
    font-size: 45px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;

}

.researchcertified{
    
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 10px;

     background-size: 200% auto;

 
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.researchcertified:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-research {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}



.certificateperson{ 
    width: 645px;
    margin-top: -60px;
    margin-left: -70px;
}
.researchpaper-newsection-thrid{
    padding: 50px 150px;
    background-color: #00c471;  
}

.researchpaper-newsection-thrid ul {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
    flex-wrap: wrap;
    grid-area: features;
    justify-content: start;
    align-items: center;
    margin-top: -.5rem;
    margin-bottom: 0;
    margin-left: -.5rem;
    padding-left: 0;
    font-weight: 400;
    list-style: none;
    display: flex
;
}

.researchpaper-newsection-thrid li{
       background-color: #29da8f;
    border-radius: 2rem;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    gap: .75rem;
    margin: .5rem;
    padding: .25rem 1rem .25rem .25rem;
    display: grid;
    text-transform: capitalize;
        color: #fff;
}

.researchpaper-newsection-thrid h3{
   font-size: 45px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.researchpaper-newsection-thrid li span{

   background: #fff;
   color:#00c471;
   border-radius: 25px;
   border: 1px solid #00c471;
   padding: 10px;

}



.researchpaper-newsection-thrid form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}



.researchpaper-newsection-thrid input[type="text"],
.researchpaper-newsection-thrid input[type="date"],
.researchpaper-newsection-thrid input[type="email"],
.researchpaper-newsection-thrid input[type="number"],
.researchpaper-newsection-thrid select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
 margin-bottom: 10px;
}

.researchpaper-newsection-thrid input[type="radio"]{
      margin: 0px 20px 36px 0
}

.researchpaper-newsection-thrid select {
  padding: 6px;
  height: 50px;
  border-radius: 2px;
}

.researchpaper-newsection-thrid button {
 padding: 19px 39px 18px 39px;
    color: #000;
    background-color: #ffcb47;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #b59543;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

.researchpaper-newsection-thrid fieldset {
  margin-bottom: 30px;
  border: none;
}

.researchpaper-newsection-thrid legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.researchpaper-newsection-thrid label {
  display: block;
  margin-bottom: 8px;
}

.researchpaper-newsection-thrid label.light {
  font-weight: 300;
  display: inline;
}

.researchpaper-newsection-thrid .number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

.researchpaper-newsection-thrid  form {
            max-width: 404px;
        margin-left: 80px;
  }

}

.researchwriteform:before {
        content: "";
    background-image: url(../images/research-paper-writing-services-india.svg);
    background-position: 50% 10.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10.25rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 65px;
    bottom: 0;
    right: calc(100% + -4.75rem);
}

.researchwriteform h5{
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 35px;
    text-transform: capitalize;
    font-style: normal;
    text-align: justify;
}


.researchpaper-newsection-fourth {
    color: #000;
    padding: 35px 150px;
       background-color: #dde9eb;
}

.researchpaper-newsection-fourth h4 {
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.researchpaper-newsection-fourth h4 span{
    color:#00c471;
}


.researchpaper-newsection-second h4{
    font-size: 45px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;

}

.researchcertified{
    
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 10px;

     background-size: 200% auto;

 
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.researchcertified:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-research {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}


.plagiarismimg:before {
    content: "";
    background-image: url(../images/research-paper-writing-services-india.svg);
    background-position: 50% 10.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10.25rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 65px;
    bottom: 0;
    right: calc(100% + -4.75rem);
}

.plagiarismimg img{
    margin-left: 100px;
    width: 520px;
}




.researchpaper-newsection-fifth{
    color:#000;
        padding: 35px 150px;
    background-color:#f4f6fb;
}
.researchpaper-newsection-fifth h4{
    font-size: 38px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;

}
.researchpaper-newsection-fifth h4 span{
 color:#00c471;
}


.researchpaper-newsection-fifth p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
}

.researchcertified{
    
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 10px;

     background-size: 200% auto;

 
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.researchcertified:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-research {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}



.certificateperson{ 
   width: 580px;
    margin-top: -22px;
    margin-left: -70px;
}



.researchpaper-newsection-six{
    padding: 50px 150px;
    background-color: #00c471;  
}

.researchpaper-newsection-six h3{
   font-size: 43px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.writinproce{
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}
.writinproce h6{
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    color:#000;
    font-weight:700;
}

.researchpaper-newsection-six p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 20px;
}


.researchpaper-newsection-six h5{
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    color:#fff;
    font-weight:700;
}

.customrequire{
    
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 10px;

     background-size: 200% auto;

 
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.customrequire:hover {
  background-position: right center; 
}

.btn-research {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.researchprice{
    background-color: #29da8f;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.researchpaper-newsection-six h5 {
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.researchprice h4 {
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 700;
        margin-top: 10px;

    margin-bottom: 10px;
}
.researchprice h4 span {

    font-size: 30px;

}

.researchprice span{
    background-color:#fff;
    color:#29da8f;
    border-radius: 50px;
}

.subnewsection-six:before{

    content: "";
    background-image: url(../images/research-paper-writing-services.svg);
    background-position: 50% 10.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10.25rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 65px;
    bottom: 0;
   right: calc(100% + 3.25rem);
   
}


.researchpaper-newsection-seventh{
    padding: 50px 150px;
    background-color: #00c471;  
}

.researchpaper-newsection-seventh h3 {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.researchpaper-newsection-seventh p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 18px;
    color:#fff;
}


.researchpaper-newsection-seventh input{
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #000;
}
.aprofessbtn{

background-color: #000;
color:#fff;
padding: 10px;
border-radius: 10px;
text-transform: capitalize;
font-weight: 500;

}

.researchsocialicon i{
    font-size: 40px;
    background-color: #fff;
    color: #00c471;
    width: 100px;
    line-height: 55px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid #000000;
    padding: 20px;
}



.researchpaper-newsection-eighth{

    padding: 50px 150px;
}
.researchpaper-newsection-eighth p{
       font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    padding: 10px 133px;
    text-transform: capitalize;
    margin-bottom: 33px;
}
.researchpaper-newsection-eighth h2{
   font-size: 45px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
     text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.researchpaper-newsection-eighth li b{
   
 color: #00c471;  
  
}
.researchpaper-newsection-eighth h2 span{
     font-weight: 600;
 color: #00c471;  
  
}
.researchpaper-newsection-eighth ul{
    list-style-type: none;
    line-height: 30px;
    text-align: justify;
}
.researchpaper-newsection-eighth ul span{

    color: #00c471; 
    font-weight: 700;
}
.researchpaper-newsection-eighth ul li{
    font-family: 'Open Sans';
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 13px;
    margin-top: -35px;
    text-align: justify;
}

.expertbtnresearch{

    background-color: #000;
    color: #fff;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 500;


}

.researchpaper-newsection-eighth h4 {
    color: #00c471;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: justify;
}

.emergencypaperbtn{
    background-color: #00c471;
    color: #fff;
    padding: 15px 31px;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}


.researchpaper-newsection-eighth h6{
        font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
        color: #000;
}

.researchpaper-newsection-nineth {
    color: #000;
    padding: 35px 150px;
    background-color: #dde9eb;

}

.researchpaper-newsection-nineth  h4 {
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    color: #000;
    text-transform: capitalize;
        margin-bottom: 20px;
}

.talkexpertbtn {
    background-color: #00c471;
    color: #fff;
    padding: 15px 31px;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.researchpaper-newsection-nineth  p {
font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;

}

.researchpaper-newsection-tenth{
       padding: 35px 150px;
       background: url(../images/manuscript-book.png)0 0 / cover no-repeat;   
}

.researchpaper-newsection-tenth h2 {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 51px;
    font-style: normal;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.researchpaper-newsection-tenth p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
}

.researchpaper-newsection-tenth p b{
        color: #00c471;
}

.researchpaper-newsection-tenth h5 {
    font-size: 19px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 25px;
    font-style: normal;
    text-align: justify;
    margin-top: 11px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}


.researchpaper-newsection-tenth span {
    background: #fff;
    color: #00c471;
    border-radius: 25px;
    border: 1px solid #00c471;
    padding: 10px;
}


.researchmodelim{
    padding-left: 47px;
    padding-top:g 47px;
    position: relative;
    z-index: 1;
}


.researchmodelimg:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -40px;
    bottom: 185px;
    right: 50px;
    background-color: #00c471;
    -webkit-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    -khtml-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    -moz-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    -ms-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    -o-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
    z-index: -1;
}


.paper-newsection-holder {

    font-size: 25px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -45px;
    display: flex;
    flex-wrap: nowrap;
    padding: 25px 27px 33px;
    background-color: #fff;
    -webkit-border-radius: 30px 30px 0 0;
    -khtml-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    margin-right: 18px;
    margin-left: 65px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
    -khtml-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
    -moz-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
    -ms-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
    -o-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
    box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
}

 .paper-newsection-holder:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-border-radius: 30px 30px 0 0;
    -khtml-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    background-color: #00a760;
    z-index: -2;
}

.researchmodelimg img{
          margin-top: 100px;
    width: 488px;
    height: 270px;

}


.researchpaper-newsection-eventh{

      padding: 35px 150px;
      margin-bottom: 100px;
}

.researchpaper-newsection-eventh h5 {
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 60px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.newsection-eventhcard {
    margin: 0 auto;
    border: none;
}
.newsection-eventhcard .carousel-item {
    min-height: 190px;
}
.newsection-eventhcard .carousel-caption {
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #00a760;
    min-height: 175px;
    padding: 15px;
}
.newsection-eventhcard .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}
.newsection-eventhcard .carousel-caption .col-sm-9 {
    text-align: left;
        margin-left: -35px;

}
.newsection-eventhcard .carousel-control-prev, .newsection-eventhcard .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
.newsection-eventhcard .carousel-control-prev-icon,.newsection-eventhcard .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #00a760;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.newsection-eventhcard .carousel-control-prev-icon:hover,.newsection-eventhcard .carousel-control-next-icon:hover {
    opacity: 0.85;
}
.newsection-eventhcard .carousel-control-prev {
    left: 40%;
  top: 135%;
}
.newsection-eventhcard .carousel-control-next {
    right: 40%;
    top: 135%;
}

.researchpaper-newsection-eventh h2{
   font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 35px;
    font-style: normal;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.researchpaper-newsection-eventh .carousel-caption h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Raleway';
    
}
.researchpaper-newsection-eventh .carousel-caption p{
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    color: #000;

}

.researchpaper-newsection-eventh p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
}
.newsection-eventhcard  .carousel-caption i {
    font-size: 58px;
    margin-top: 30px;
    color: #00a760;
}
.researchpaper-newsection-eventh .carousel-caption h4 span {
        color: #00a760;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
    position: relative;
}
.newsection-eventhcard .carousel-caption {
            left: 0;
        top: 0;
        padding: 5px;
        margin-bottom: 15px;
        width: unset;

}
.researchpaper-newsection-eventh .carousel-caption p {
            font-size: 15px;


}
.newsection-eventhcard  .carousel-caption i {
  
    font-size: 20px;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}
.newsection-eventhcard .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
    position: relative;
}
.newsection-eventhcard .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.newsection-eventhcard .carousel-caption i {
    margin: 0 auto;
}
.newsection-eventhcard .carousel-caption h3, .newsection-eventhcard .carousel-caption small {
    text-align: center;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.newsection-eventhcard .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}



.researchpaper-newsectionservices {
  padding: 35px 150px;
      background-color: #dde9eb;
}

.researchpaper-newsectionservices .container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #222;
}




/* Box Styling */
.researchbox {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.researchbox:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.heading span {
      font-size: 40px;
    width: 50px;
    font-weight: 800;
    height: 50px;
    color: #00a760;
}

.heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}


.researchpaper-newsectionservices h2{
  font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 35px;
    font-style: normal;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.researchpaper-newsectionservices h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Raleway';
    
}

.researchpaper-newsectionservices p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
}

.researchaisection{
    width: 230px;
    text-align: center;
    padding: 40px;
    height: 230px;
    border-radius: 110px;
    margin-top: 55px;
    margin-left: 88px;
    border: 2px solid #000;
}

.researchaisection h5{
    color: #00c471;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
        font-weight: 800;


}


.researchaisection h6{
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}


.researchpaper-boostsec{

    background-color: #f4f6fb;
    padding: 35px 150px;
}

.researchpaper-boostsec li span{
 background-color: #fff;
    color:  #00c471;
    
    border-radius: 50px;
    padding: 10px;
    width: 30px;
    transition: background-color .3s, color .3s;

}
.researchpaper-boostsec li span:hover{
background-color: #00c471;
    color: #fff;
   
}

.researchpaper-boostsec ul{
    list-style-type: none;
}

.researchpaper-boostsec ul li{
   font-family: 'Open Sans';
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 60px;
    margin-top: -30px;
}

.researchpaper-boostsec h2{
   font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 35px;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
        margin-bottom: 50px;
    text-transform: capitalize;
}
.researchpaper-boostsec h6 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 60px;
    text-transform: capitalize;
    font-family: 'Raleway';
    text-align: center;
    padding: 10px 126px;
}

.researchpaper-success{
    
    background-color: #dde9eb;
    padding: 35px 150px;
}

.researchpaper-success h5 {
    font-size: 27px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-family: 'Raleway';
    text-align: justify;
    position: relative;
}
.researchpaper-success h5:before{
    content: "";
    position: absolute;
    top: 37px;
    bottom: 0;
    left: 4%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #00c471;
    border-radius: 3px;
}
.researchpaper-success  p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}
.researchpaper-success i{
    background-color: #fff;
    padding: 15px;
    width: 60px;
    border: 2px solid #00c471;
    border-radius: 50px;
    color: #00c471;
    font-size: 30px;
    margin-left: 40px;

}

.researchpaper-success h4{
font-size: 19px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    margin-top: 11px;
    color: #000;
    text-transform: capitalize;
}

.researchpaper-success h6{
font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
} 

.researchpaper-socialbanner{
background-color: #00c471;
color: #fff;
padding: 35px 150px;

}

.researchpaper-socialbanner h6 i{
   background: #fff;
    color: #00c471;
    border-radius: 25px;
    border: 1px solid #00c471;
    padding: 10px;
    width:50px;
}


.researchpaper-socialbanner h6{
   font-size: 32px;
    text-align: center;
    color: #fff;
        margin-top: 20px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: relative;
}

.researchpaper-socialbanner h6:before{
    position: absolute;
    content: '';
    left: 54px;
    top: 61px;
    width: 300px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
}


.researchpaper-socialbanner  p{
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    text-transform: capitalize;
}


.researchpaper-success .counter{

    color:#00c471;
    font-family: "sans-serif";
    font-size: 30px;
}

.researchpaper-manuscript{

    padding: 35px 100px;

}


.researchpaper-manuscript h2{
   font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 35px;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
        margin-bottom: 50px;
    text-transform: capitalize;
}



.researchpaper-manuscript h6{
   font-size: 21px;
    text-align: justify;
    color: #1a1a1a;
    margin-top: 30px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  
}
.researchpaper-manuscript  p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    padding: 10px 30px;
    color: #000;
    text-transform: capitalize;
}

.researchpaper-manuscript ul {
    list-style-type: none;
    margin-left: 65px;
}

.researchpaper-manuscript ul i {
   color: #00c471;
    font-weight: 700;
}

.researchpaper-manuscript ul li {
    font-family: 'Open Sans';
    font-size: 16px;
    margin-left: 30px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: -35px;
    text-transform: capitalize;
}

.sub-research-manuscript{
padding: 80px 80px;
    background-color: #d9ffef;
}
.border-manuscript{
    background-color: #fff;
    padding: 30px;
}

.researchpaper-rejected{
    padding: 35px 150px;
    background-color: #f4f6fb;

}

.researchpaper-rejected li span {
    background: #fff;
    color: #00c471;
    border-radius: 25px;
    border: 1px solid #00c471;
    padding: 10px;
}


.researchpaper-rejected ul li {
    font-family: 'Open Sans';
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 55px;
    margin-top: -35px;
}


.researchpaper-rejected h2 span {
    font-weight: 600;
    color: #00c471;
}

.researchpaper-rejected h2 {
    font-size: 45px;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.researchpaper-rejected  h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 60px;
    text-transform: capitalize;
    font-family: 'Raleway';
    text-align: center;
    padding: 10px 126px;
}


.researchreject{
    width: 280px;
    text-align: center;
    padding: 40px;
    height: 280px;
    border-radius: 150px;
    margin-top: 0px;
    background: #e1faef;
    margin-left: 88px;
    border: 2px solid #000;
}

.researchreject h5{
    color: #00c471;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
        font-weight: 800;


}


.researchreject h6{
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.researchpaper-clientarea{
 padding: 35px 150px;
background-color: #dde9eb;
}

.researchpaper-clientarea h2 {
    font-size: 45px;
     font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.researchpaper-clientarea h2 span {
    font-weight: 600;
    color: #00c471;
}
.researchpaper-clientarea  h4 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: 'Raleway';
    text-align: center;
    padding: 10px 126px;
}


.researchpaper-clientarea  p{
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    padding: 10px 30px;
    color: #000;
    text-transform: capitalize;
}


.researchpaper-clientarea .content-table {
  border-collapse: collapse;
    margin: 25px auto;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.researchpaper-clientarea .content-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.researchpaper-clientarea .content-table td {
        font-size: 20px;
  padding: 12px 15px;
  text-transform:capitalize;
}

.researchpaper-clientarea .content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.researchpaper-clientarea .content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.researchpaper-clientarea .content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.researchpaper-clientarea .content-table tbody tr.active-row {
 
  color: #009879;
}

.researchcountryimg{
           width: 55px;
}


.research-mobile{
        width: 420px;
    margin-top: 30px;
}
.researchwritingwom{
    width: 485px;
    margin-top: -110px;
    margin-left: 50px;
}




.button-container {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
}
 .glass-btn {
     width: 100px;
     height: 100px;
     background-color: #fafafa;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 7px;
     margin-left: 1em;
     margin-right: 1em;
     cursor: pointer;
     transition: all 0.3s;
}
 .glass-btn.blue-btn {
     -webkit-box-shadow: 0px 20px 20px -17px rgba(0, 111, 255, 0.53);
     -moz-box-shadow: 0px 20px 20px -17px rgba(0, 111, 255, 0.53);
     box-shadow: 0px 20px 20px -17px rgba(0, 111, 255, 0.53);
}
 .glass-btn.blue-btn:hover {
     -webkit-box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
     -moz-box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
     box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
}
 .glass-btn.blue-btn .content {
     font-size: 4em;
     font-family: "Roboto", sans-serif;
     background: linear-gradient(to right, #006fff, #00acff 70%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-shadow: 0px 10px 37px rgba(0, 111, 255, 0.8);
}
 .glass-btn.red-btn {
     -webkit-box-shadow: 0px 20px 20px -17px rgba(255, 16, 39, 0.5);
     -moz-box-shadow: 0px 20px 20px -17px rgba(255, 16, 39, 0.5);
     box-shadow: 0px 20px 20px -17px rgba(255, 16, 39, 0.5);
}
 .glass-btn.red-btn:hover {
     -webkit-box-shadow: 0px 20px 35px -16px rgba(255, 16, 39, 0.57);
     -moz-box-shadow: 0px 20px 35px -16px rgba(255, 16, 39, 0.57);
     box-shadow: 0px 20px 35px -16px rgba(255, 16, 39, 0.57);
}
 .glass-btn.red-btn .content {
     font-size: 4em;
     font-family: "Roboto", sans-serif;
     background: linear-gradient(to right, #ff1027, #ff4f06 70%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-shadow: 0px 10px 37px rgba(255, 16, 39, 0.6);
}
 .glass-btn.amber-btn {
     -webkit-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
     -moz-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
     box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}
 .glass-btn.amber-btn:hover {
     -webkit-box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
     -moz-box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
     box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
}
 .glass-btn.amber-btn .content {
     font-size: 4em;
     font-family: "Roboto", sans-serif;
     background: linear-gradient(to right, #ff8d00, #f7ad07 70%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-shadow: 0px 10px 37px rgba(255, 94, 16, 0.7);
}
 .glass-btn:hover {
     background-color: #f5f5f5;
     transform: translateY(-5px);
     transition: all 0.3s;
}
 
 .socialimg{
     width: 190px;
    height: 167px;
    margin-bottom: 20px;
    border: 2px solid #fff;

    background-color: #fff;
    position: relative

}



.social-media__cell {
    width: 86%;
    height: 123px;
    margin-bottom: 85px;
    position: relative;
}

.social-media__cell img {
       border: 4px solid #fff;
    padding: 2px;
    height: 164px;
    width: 180px;
}

.social-media__cell:hover .social-media__hover-preview,
.social-media__cell a:focus~.social-media__hover-preview,
.social-media__cell a:active~.social-media__hover-preview {
    opacity: 1;
    
}

.social-media__cell a {
    outline: none;
}

.social-media__hover-preview {
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    inset: 2px
}

.social-media__hover-preview:before {
  content: "";
    background-color: #00c471;
    opacity: .8;
    z-index: 1;
    width: 100%;
    height: 147%;
    margin-top: 33px;
    display: block;
    position: absolute;
}

.social-media__stat {
    color: #fff;
    z-index: 2;
    margin: .5rem
}

.social-media__stat span {
    text-align: center;
    width: 100%;
    display: inline-block
}




@media (min-width: 321px) and (max-width: 375px){
    
#expresuniquecs {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}


.fastx-btn {
   margin-left: 0px;
}
.fastx-image-box img {
    width: 285px;
}
.fastx-heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.fastx-btn {
  padding: 5px 20px;
  margin-left: 0px;
}
.fastx-section {
padding: 20px 15px;

}



  
    

.sinceopen-btn {
    font-size: 18px;
    padding: 10px 16px;
    margin: 10px 10px 10px 10px;
}

.sinceopen-btn b {
    font-size: 32px;
}
.sinceresearch-popup-overlay .sincepopup-body {
    padding: 0px 10px 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-header {
    padding: 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-box {
            width: 340px;
        height: 565px;
        overflow-y: scroll;
        margin-top: 145px;
}
.sinceresearch-popup-overlay .sincepopup-header h2 {
       padding: 15px;
    font-size: 15px;
}
.sinceclose-btn {
    margin-left: 30px;
}






.researchpaper-socialbanner h6:before {
    left: 26px;
    top: 61px;
    width: 201px;
    height: 4px;
}


.phdservices-topicnew h4 {
    font-size: 18px;
}
.phdservices-topicnew h2 {
    font-size: 22px;
    margin-top: 0px;
            line-height: 30px;
}


.researchpaper-newsection-one {
    padding: 50px 10px;
}
.researchpaper-newsection-one p {
    font-size: 15px;
}
.researchpaper-newsection-one h6 {
    font-size: 21px;
}
.researchaiimgone {
    width: 315px;
    height: 240px;
}

.researchaiimgfour {
    width: 315px;
    height: 240px;
}

.researchaiimgtwo {
    width: 315px;
    height: 228px;
}

.researchaiimgthree {
    width: 315px;
    height: 225px;
}

.researchpaper-newsection-second h4 {
    font-size: 26px;
    line-height: 45px;
}

.certificateperson {
    width: 325px;
    margin-top: 30px;
    margin-left: -15px;
}

.researchpaper-newsection-thrid {
    padding: 50px 10px;
}

.researchpaper-newsection-thrid h3 {
    font-size: 30px; 
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.researchwriteform h5 {
    font-size: 23px;
}
.researchwriteform:before {
display: none;
}

.researchpaper-newsection-second {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth h4 {
    font-size: 22px;
    line-height: 45px;
    
}
.plagiarismimg:before {
display: none;
}

.plagiarismimg img {
    margin-left: 0px;
    width: 320px;
}

.research-mobile {
    width: 320px;
    margin-top: 0px;
}
.researchpaper-newsection-six {
    padding: 10px 10px;
}

.researchpaper-newsection-six h3 {
    font-size: 32px;
    line-height: 48px;
}
.writinproce h6 {
    font-size: 22px;
}

.researchpaper-newsection-six p {
    font-size: 17px;
}
.researchprice h4 {
    font-size: 21px;
    text-align: justify;
}
.researchpaper-newsection-fifth {
    padding: 15px 10px;
}
.researchpaper-newsection-fifth h4 {
    font-size: 28px;
    line-height: 46px;
}
.researchwritingwom {
    width: 329px;
    margin-top: -70px;
    margin-left: -10px;
}
.researchpaper-newsection-seventh {
    padding: 10px 10px;
}
.researchpaper-newsection-seventh h3 {
    font-size: 30px;
    line-height: 45px;
}
.researchsocialicon i {
    font-size: 32px;
    width: 70px;
    line-height: 26px;
    height: 70px;
    
}
.researchpaper-newsection-eighth {
    padding: 10px 10px;
}

.researchpaper-newsection-eighth h2 {
    font-size: 26px;
    line-height: 42px;
}
.researchpaper-newsection-eighth p {
    font-size: 15px;
    padding: 10px 3px;
}
.researchpaper-newsection-eighth h4 {
    font-size: 32px;
}
.researchpaper-newsection-eighth h6 {
    font-size: 16px;
}
.emergencypaperbtn {    
    padding: 15px 31px;
    font-size: 18px;
}
.expertbtnresearch {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
}
.researchpaper-newsection-nineth {
    padding: 15px 10px;
}
.researchpaper-newsection-nineth img{
 width: 295px;
}
.researchpaper-newsection-tenth {
    padding: 15px 10px;
}
.researchmodelimg img {
    margin-top: 100px;
    width: 320px;
    height: 210px;
}
.researchmodelimg:before {
    content: '';
    position: absolute;
    top: 74px;
    left: -12px;
    bottom: 176px;
    right: 83px;
}
.paper-newsection-holder {
    font-size: 17px;
    font-weight: 700;
    margin-top: -54px;
    padding: 15px 27px 22px;
}
.researchpaper-newsection-tenth h2 {
    font-size: 26px;
}
.researchpaper-newsection-eventh {
    padding: 15px 10px;
}
.researchpaper-newsection-eventh h2 {
    font-size: 28px;
}
.newsection-eventhcard .carousel-control-prev {
    left: 15%;
    top: 108%;
}
.newsection-eventhcard .carousel-control-next {
    right: 29%;
    top: 108%;
}
.researchpaper-newsectionservices {
    padding: 15px 10px;
}
.researchpaper-newsectionservices h2 {
    font-size: 30px;
}
.researchaisection {
    margin-top: 55px;
    margin-left: 45px;
}
.researchpaper-socialbanner {
    padding: 15px 10px;
}
.social-media__cell a {
    margin-left: 55px;
}
.researchpaper-socialbanner h6 {
    font-size: 22px;
    margin-top: 10px;
}
.researchpaper-boostsec {
    padding: 15px 10px;
}
.researchpaper-boostsec h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
}
.researchpaper-boostsec h6 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    padding: 10px 20px;
}
.researchpaper-success {

    padding: 15px 10px;
}
.researchpaper-success h5:before {
    top: 63px;
    bottom: 0;
    left: 10%;
}
.researchpaper-success i {
    margin-left: 125px;
}
.researchpaper-manuscript {
    padding: 15px 10px;
}

.sub-research-manuscript {
    padding: 20px 20px;

}
.border-manuscript {
    padding: 5px;
}

.researchpaper-manuscript h2 {
    font-size: 25px;
}
.researchpaper-manuscript p {
    font-size: 15px;
    padding: 10px 0px;
}
.researchpaper-manuscript ul {
    margin-left: 24px;
}
.researchpaper-manuscript ul li {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 15px;
}
.researchpaper-rejected {
    padding: 15px 10px;
}
.researchpaper-rejected h2 {
    font-size: 29px;
    line-height: 52px;
}
.researchpaper-rejected h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 26px;
}
.researchreject {
    margin-left: 25px;
}

.researchpaper-clientarea {
    padding: 15px 10px;
    margin-bottom: 150px;
}
.researchpaper-clientarea h2 {
    font-size: 26px;
    line-height: 50px;
    margin-top: 30px;
}
.researchpaper-clientarea p {
            font-size: 15px;
    padding: 10px 10px;
}
.researchpaper-clientarea h4 {
    padding: 10px 10px;
}

.researchpaper-clientarea .content-table {
    margin: 12px auto;
    font-size: 14px;
}
.researchpaper-clientarea .content-table td {
    padding: 0px 0px;
    font-size: 14px;
}





}



@media (min-width: 376px) and (max-width: 425px){
 

 #expresuniquecs {
            margin-left: 70px;
        margin-top: 30px;
        margin-bottom: 0px;

}   
  
  
 .fastx-btn {
   margin-left: 0px;
}
.fastx-image-box img {
    width: 285px;
}
.fastx-heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.fastx-btn {
  padding: 5px 20px;
  margin-left: 0px;
}
.fastx-section {
padding: 20px 15px;
}



    
.sinceopen-btn {
    font-size: 18px;
    padding: 10px 16px;
    margin: 10px 10px 10px 10px;
}

.sinceopen-btn b {
    font-size: 32px;
}
.sinceresearch-popup-overlay .sincepopup-body {
    padding: 0px 10px 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-header {
    padding: 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-box {
           width: 340px;
        height: 565px;
        overflow-y: scroll;
        margin-top: 145px;
}
.sinceresearch-popup-overlay .sincepopup-header h2 {
       padding: 15px;
    font-size: 15px;
}
.sinceclose-btn {
    margin-left: 30px;
}





.researchpaper-socialbanner h6:before {
    left: 45px;
    top: 61px;
    width: 201px;
    height: 4px;
}



.phdservices-topicnew h4 {
    font-size: 18px;
}
.phdservices-topicnew h2 {
    font-size: 22px;
    margin-top: 0px;
            line-height: 30px;
}


.researchpaper-newsection-one {
    padding: 50px 10px;
}
.researchpaper-newsection-one p {
    font-size: 15px;
}
.researchpaper-newsection-one h6 {
    font-size: 21px;
}
.researchaiimgone {
    width: 315px;
    height: 240px;
}

.researchaiimgfour {
    width: 315px;
    height: 240px;
}

.researchaiimgtwo {
    width: 315px;
    height: 228px;
}

.researchaiimgthree {
    width: 315px;
    height: 225px;
}

.researchpaper-newsection-second h4 {
    font-size: 26px;
    line-height: 45px;
}

.certificateperson {
    width: 325px;
    margin-top: 30px;
    margin-left: -15px;
}

.researchpaper-newsection-thrid {
    padding: 50px 10px;
}

.researchpaper-newsection-thrid h3 {
    font-size: 30px; 
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.researchwriteform h5 {
    font-size: 23px;
}
.researchwriteform:before {
display: none;
}

.researchpaper-newsection-second {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth h4 {
    font-size: 22px;
    line-height: 45px;
    
}
.plagiarismimg:before {
display: none;
}

.plagiarismimg img {
    margin-left: 0px;
    width: 320px;
}

.research-mobile {
    width: 320px;
    margin-top: 0px;
}
.researchpaper-newsection-six {
    padding: 10px 10px;
}

.researchpaper-newsection-six h3 {
    font-size: 32px;
    line-height: 48px;
}
.writinproce h6 {
    font-size: 22px;
}

.researchpaper-newsection-six p {
    font-size: 17px;
}
.researchprice h4 {
    font-size: 21px;
    text-align: justify;
}
.researchpaper-newsection-fifth {
    padding: 15px 10px;
}
.researchpaper-newsection-fifth h4 {
    font-size: 28px;
    line-height: 46px;
}
.researchwritingwom {
    width: 329px;
    margin-top: -70px;
    margin-left: -10px;
}
.researchpaper-newsection-seventh {
    padding: 10px 10px;
}
.researchpaper-newsection-seventh h3 {
    font-size: 30px;
    line-height: 45px;
}
.researchsocialicon i {
    font-size: 32px;
    width: 70px;
    line-height: 26px;
    height: 70px;
    
}
.researchpaper-newsection-eighth {
    padding: 10px 10px;
}

.researchpaper-newsection-eighth h2 {
    font-size: 26px;
    line-height: 42px;
}
.researchpaper-newsection-eighth p {
    font-size: 15px;
    padding: 10px 3px;
}
.researchpaper-newsection-eighth h4 {
    font-size: 32px;
}
.researchpaper-newsection-eighth h6 {
    font-size: 16px;
}
.emergencypaperbtn {    
    padding: 15px 31px;
    font-size: 18px;
}
.expertbtnresearch {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
}
.researchpaper-newsection-nineth {
    padding: 15px 10px;
}
.researchpaper-newsection-nineth img{
 width: 295px;
}
.researchpaper-newsection-tenth {
    padding: 15px 10px;
}
.researchmodelimg img {
    margin-top: 100px;
    width: 320px;
    height: 210px;
}
.researchmodelimg:before {
    content: '';
    position: absolute;
    top: 74px;
    left: -12px;
    bottom: 176px;
    right: 83px;
}
.paper-newsection-holder {
    font-size: 17px;
    font-weight: 700;
    margin-top: -54px;
    padding: 15px 27px 22px;
}
.researchpaper-newsection-tenth h2 {
    font-size: 26px;
}
.researchpaper-newsection-eventh {
    padding: 15px 10px;
}
.researchpaper-newsection-eventh h2 {
    font-size: 28px;
}
.newsection-eventhcard .carousel-control-prev {
    left: 15%;
    top: 108%;
}
.newsection-eventhcard .carousel-control-next {
    right: 29%;
    top: 108%;
}
.researchpaper-newsectionservices {
    padding: 15px 10px;
}
.researchpaper-newsectionservices h2 {
    font-size: 30px;
}
.researchaisection {
    margin-top: 55px;
    margin-left: 45px;
}
.researchpaper-socialbanner {
    padding: 15px 10px;
}
.social-media__cell a {
    margin-left: 55px;
}
.researchpaper-socialbanner h6 {
    font-size: 22px;
    margin-top: 10px;
}
.researchpaper-boostsec {
    padding: 15px 10px;
}
.researchpaper-boostsec h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
}
.researchpaper-boostsec h6 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    padding: 10px 20px;
}
.researchpaper-success {

    padding: 15px 10px;
}
.researchpaper-success h5:before {
    top: 63px;
    bottom: 0;
    left: 10%;
}
.researchpaper-success i {
    margin-left: 125px;
}
.researchpaper-manuscript {
    padding: 15px 10px;
}

.sub-research-manuscript {
    padding: 20px 20px;

}
.border-manuscript {
    padding: 5px;
}

.researchpaper-manuscript h2 {
    font-size: 25px;
}
.researchpaper-manuscript p {
    font-size: 15px;
    padding: 10px 0px;
}
.researchpaper-manuscript ul {
    margin-left: 24px;
}
.researchpaper-manuscript ul li {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 15px;
}
.researchpaper-rejected {
    padding: 15px 10px;
}
.researchpaper-rejected h2 {
    font-size: 29px;
    line-height: 52px;
}
.researchpaper-rejected h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 26px;
}
.researchreject {
    margin-left: 25px;
}

.researchpaper-clientarea {
    padding: 15px 10px;
    margin-bottom: 150px;
}
.researchpaper-clientarea h2 {
    font-size: 26px;
    line-height: 50px;
    margin-top: 30px;
}
.researchpaper-clientarea p {
            font-size: 15px;
    padding: 10px 10px;
}
.researchpaper-clientarea h4 {
    padding: 10px 10px;
}

.researchpaper-clientarea .content-table {
    margin: 12px auto;
    font-size: 14px;
}
.researchpaper-clientarea .content-table td {
    padding: 0px 0px;
    font-size: 14px;
}



}


@media (min-width: 426px) and (max-width: 576px){


 #expresuniquecs {
            margin-left: 140px;
        margin-top: 30px;
        margin-bottom: 0px;

} 


 .fastx-btn {
   margin-left: 0px;
}
.fastx-image-box img {
    width: 285px;
}
.fastx-heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.fastx-btn {
  padding: 5px 20px;
  margin-left: 0px;
}
.fastx-section {
padding: 20px 15px;
}






.sinceopen-btn {
    font-size: 18px;
    padding: 10px 16px;
    margin: 10px 10px 10px 10px;
}

.sinceopen-btn b {
    font-size: 32px;
}
.sinceresearch-popup-overlay .sincepopup-body {
    padding: 0px 10px 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-header {
    padding: 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-box {
             width: 440px;
        height: 523px;
        overflow-y: scroll;
        margin-top: 200px;
}
.sinceresearch-popup-overlay .sincepopup-header h2 {
       padding: 15px;
    font-size: 15px;
}
.sinceclose-btn {
    margin-left: 30px;
}


.researchpaper-socialbanner h6:before {
    left: 120px;
    top: 61px;
    width: 201px;
    height: 4px;
}

.moreresearchtopic-coverbtn {
    
    margin-left: 50px;
    margin-bottom: 200px;
}


.phdservices-topicnew h4 {
    font-size: 18px;
}
.phdservices-topicnew h2 {
    font-size: 22px;
    margin-top: 0px;
            line-height: 30px;
}

.researchpaper-newsection-one {
    padding: 50px 10px;
}
.researchpaper-newsection-one p {
    font-size: 15px;
}
.researchpaper-newsection-one h6 {
    font-size: 21px;
}
.researchaiimgone {
        width: 445px;
        margin-left: 40px;
        height: 285px;
    }

.researchaiimgone {
        width: 445px;
        margin-left: 40px;
        height: 285px;
    }

.researchaiimgtwo {
    width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchaiimgthree {
    width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchaiimgfour {
     width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchpaper-newsection-second h4 {
    font-size: 26px;
    line-height: 45px;
}

.certificateperson {
    width: 325px;
        margin-top: 30px;
        margin-left: 75px;
}

.researchpaper-newsection-thrid {
    padding: 50px 10px;
}

.researchpaper-newsection-thrid h3 {
    font-size: 30px; 
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.researchwriteform h5 {
    font-size: 23px;
}
.researchwriteform:before {
display: none;
}

.researchpaper-newsection-second {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth h4 {
    font-size: 22px;
    line-height: 45px;
    
}
.plagiarismimg:before {
display: none;
}

.plagiarismimg img {
  margin-left: 50px;
        width: 415px;
}

.research-mobile {
           width: 320px;
        margin-top: 0px;
        margin-left: 100px;
}
.researchpaper-newsection-six {
    padding: 10px 10px;
}

.researchpaper-newsection-six h3 {
    font-size: 32px;
    line-height: 48px;
}
.writinproce h6 {
    font-size: 22px;
}

.researchpaper-newsection-six p {
    font-size: 17px;
}
.researchprice h4 {
    font-size: 21px;
    text-align: justify;
}
.researchpaper-newsection-fifth {
    padding: 15px 10px;
}
.researchpaper-newsection-fifth h4 {
    font-size: 28px;
    line-height: 46px;
}
.researchwritingwom {
            width: 329px;
        margin-top: -70px;
        margin-left: 100px;
}
.researchpaper-newsection-seventh {
    padding: 10px 10px;
}
.researchpaper-newsection-seventh h3 {
    font-size: 30px;
    line-height: 45px;
}
.researchsocialicon i {
    font-size: 32px;
    width: 70px;
    line-height: 26px;
    height: 70px;
    
}
.researchpaper-newsection-eighth {
    padding: 10px 10px;
}

.researchpaper-newsection-eighth h2 {
    font-size: 26px;
    line-height: 42px;
}
.researchpaper-newsection-eighth p {
    font-size: 15px;
    padding: 10px 3px;
}
.researchpaper-newsection-eighth h4 {
    font-size: 32px;
}
.researchpaper-newsection-eighth h6 {
    font-size: 16px;
}
.emergencypaperbtn {    
    padding: 15px 31px;
    font-size: 18px;
}
.expertbtnresearch {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
}
.researchpaper-newsection-nineth {
    padding: 15px 10px;
}
.researchpaper-newsection-nineth img{
         width: 395px;
        margin-left: 59px;
}
.researchpaper-newsection-tenth {
    padding: 15px 10px;
}
.researchmodelimg img {
            margin-top: 100px;
        width: 485px;
        height: 275px;

}
.researchmodelimg:before {
    content: '';
    position: absolute;
    top: 74px;
    left: -12px;
    bottom: 176px;
    right: 83px;
}
.paper-newsection-holder {
    font-size: 17px;
    font-weight: 700;
    margin-top: -54px;
    padding: 15px 27px 22px;
}
.researchpaper-newsection-tenth h2 {
    font-size: 26px;
}
.researchpaper-newsection-eventh {
    padding: 15px 10px;
}
.researchpaper-newsection-eventh h2 {
    font-size: 28px;
}
.newsection-eventhcard .carousel-control-prev {
    left: 15%;
    top: 108%;
}
.newsection-eventhcard .carousel-control-next {
    right: 29%;
    top: 108%;
}
.researchpaper-newsectionservices {
    padding: 15px 10px;
}
.researchpaper-newsectionservices h2 {
    font-size: 30px;
}
.researchaisection {
    margin-top: 55px;
    margin-left: 45px;
}
.researchpaper-socialbanner {
    padding: 15px 10px;
}
.social-media__cell a {
    margin-left: 55px;
}
.researchpaper-socialbanner h6 {
    font-size: 22px;
    margin-top: 10px;
}
.researchpaper-boostsec {
    padding: 15px 10px;
}
.researchpaper-boostsec h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
}
.researchpaper-boostsec h6 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    padding: 10px 20px;
}
.researchpaper-success {

    padding: 15px 10px;
}
.researchpaper-success h5:before {
    top: 63px;
    bottom: 0;
    left: 10%;
}
.researchpaper-success i {
           margin-left: 225px;
}
.researchpaper-manuscript {
    padding: 15px 10px;
}

.sub-research-manuscript {
    padding: 20px 20px;

}
.border-manuscript {
    padding: 5px;
}

.researchpaper-manuscript h2 {
    font-size: 25px;
}
.researchpaper-manuscript p {
    font-size: 15px;
    padding: 10px 0px;
}
.researchpaper-manuscript ul {
    margin-left: 24px;
}
.researchpaper-manuscript ul li {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 15px;
}
.researchpaper-rejected {
    padding: 15px 10px;
}
.researchpaper-rejected h2 {
    font-size: 29px;
    line-height: 52px;
}
.researchpaper-rejected h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 26px;
}
.researchreject {
    margin-left: 25px;
}

.researchpaper-clientarea {
    padding: 15px 10px;
    margin-bottom: 150px;
}
.researchpaper-clientarea h2 {
    font-size: 26px;
    line-height: 50px;
    margin-top: 30px;
}
.researchpaper-clientarea p {
            font-size: 15px;
    padding: 10px 10px;
}
.researchpaper-clientarea h4 {
    padding: 10px 10px;
}

.researchpaper-clientarea .content-table {
    margin: 12px auto;
    font-size: 14px;
}
.researchpaper-clientarea .content-table td {
    padding: 0px 0px;
    font-size: 14px;
}



}



@media (min-width: 577px) and (max-width: 991px){



 #expresuniquecs {
               margin-left: 280px;
        margin-top: 30px;
        margin-bottom: 0px;


} 



.fastx-btn {
        margin-left: 50px;
}

.fastx-heading {
    font-size: 27px;
    padding: 10px 0px;
}
.fastx-image-box img {
    width: 410px;
}


.sinceopen-btn {
    font-size: 18px;
    padding: 10px 16px;
    margin: 10px 10px 10px 10px;
}

.sinceopen-btn b {
    font-size: 32px;
}
.sinceresearch-popup-overlay .sincepopup-body {
    padding: 0px 10px 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-header {
    padding: 10px 10px;
}
.sinceresearch-popup-overlay .sincepopup-box {
             width: 440px;
        height: 523px;
        overflow-y: scroll;
        margin-top: 200px;
}
.sinceresearch-popup-overlay .sincepopup-header h2 {
       padding: 15px;
    font-size: 15px;
}
.sinceclose-btn {
    margin-left: 30px;
}



.researchpaper-socialbanner h6:before {
    left: 120px;
    top: 61px;
    width: 201px;
    height: 4px;
}

.moreresearchtopic-coverbtn {
    
    margin-left: 50px;
    margin-bottom: 200px;
}


.researchpaper-newsection-one {
    padding: 50px 10px;
}
.researchpaper-newsection-one p {
    font-size: 15px;
}
.researchpaper-newsection-one h6 {
    font-size: 21px;
}
.researchaiimgone {
        width: 445px;
        margin-left: 40px;
        height: 285px;
    }

.researchaiimgone {
        width: 445px;
        margin-left: 40px;
        height: 285px;
    }

.researchaiimgtwo {
    width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchaiimgthree {
    width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchaiimgfour {
     width: 445px;
        margin-left: 40px;
        height: 285px;
}

.researchpaper-newsection-second h4 {
    font-size: 26px;
    line-height: 45px;
}

.certificateperson {
    width: 325px;
        margin-top: 30px;
        margin-left: 75px;
}

.researchpaper-newsection-thrid {
    padding: 50px 10px;
}

.researchpaper-newsection-thrid h3 {
    font-size: 30px; 
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.researchwriteform h5 {
    font-size: 23px;
}
.researchwriteform:before {
display: none;
}

.researchpaper-newsection-second {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth {
    color: #000;
    padding: 15px 10px;
}

.researchpaper-newsection-fourth h4 {
    font-size: 22px;
    line-height: 45px;
    
}
.plagiarismimg:before {
display: none;
}

.plagiarismimg img {
  margin-left: 50px;
        width: 415px;
}

.research-mobile {
           width: 320px;
        margin-top: 0px;
        margin-left: 100px;
}
.researchpaper-newsection-six {
    padding: 10px 10px;
}

.researchpaper-newsection-six h3 {
    font-size: 32px;
    line-height: 48px;
}
.writinproce h6 {
    font-size: 22px;
}

.researchpaper-newsection-six p {
    font-size: 17px;
}
.researchprice h4 {
    font-size: 21px;
    text-align: justify;
}
.researchpaper-newsection-fifth {
    padding: 15px 10px;
}
.researchpaper-newsection-fifth h4 {
    font-size: 28px;
    line-height: 46px;
}
.researchwritingwom {
            width: 329px;
        margin-top: -70px;
        margin-left: 100px;
}
.researchpaper-newsection-seventh {
    padding: 10px 10px;
}
.researchpaper-newsection-seventh h3 {
    font-size: 30px;
    line-height: 45px;
}
.researchsocialicon i {
    font-size: 32px;
    width: 70px;
    line-height: 26px;
    height: 70px;
    
}
.researchpaper-newsection-eighth {
    padding: 10px 10px;
}

.researchpaper-newsection-eighth h2 {
    font-size: 26px;
    line-height: 42px;
}
.researchpaper-newsection-eighth p {
    font-size: 15px;
    padding: 10px 3px;
}
.researchpaper-newsection-eighth h4 {
    font-size: 32px;
}
.researchpaper-newsection-eighth h6 {
    font-size: 16px;
}
.emergencypaperbtn {    
    padding: 15px 31px;
    font-size: 18px;
}
.expertbtnresearch {
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
}
.researchpaper-newsection-nineth {
    padding: 15px 10px;
}
.researchpaper-newsection-nineth img{
         width: 395px;
        margin-left: 59px;
}
.researchpaper-newsection-tenth {
    padding: 15px 10px;
}
.researchmodelimg img {
            margin-top: 100px;
        width: 485px;
        height: 275px;

}
.researchmodelimg:before {
    display: none;
    content: '';
    position: absolute;
    top: 74px;
    left: -12px;
    bottom: 176px;
    right: 83px;
}
.paper-newsection-holder {
    font-size: 17px;
    font-weight: 700;
    margin-top: -54px;
    padding: 15px 27px 22px;
            width: 500px;
}
.researchpaper-newsection-tenth h2 {
    font-size: 26px;
}
.researchpaper-newsection-eventh {
    padding: 15px 10px;
}
.researchpaper-newsection-eventh h2 {
    font-size: 28px;
}
.newsection-eventhcard .carousel-control-prev {
    left: 15%;
    top: 108%;
}
.newsection-eventhcard .carousel-control-next {
    right: 29%;
    top: 108%;
}
.researchpaper-newsectionservices {
    padding: 15px 10px;
}
.researchpaper-newsectionservices h2 {
    font-size: 30px;
}
.researchaisection {
    margin-top: 55px;
    margin-left: 45px;
}
.researchpaper-socialbanner {
    padding: 15px 10px;
}
.social-media__cell a {
    margin-left: 55px;
}
.researchpaper-socialbanner h6 {
    font-size: 22px;
    margin-top: 10px;
}
.researchpaper-boostsec {
    padding: 15px 10px;
}
.researchpaper-boostsec h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
}
.researchpaper-boostsec h6 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    padding: 10px 20px;
}
.researchpaper-success {

    padding: 15px 10px;
}
.researchpaper-success h5:before {
    top: 63px;
    bottom: 0;
    left: 10%;
}
.researchpaper-success i {
               margin-left: 439px;
}
.researchpaper-manuscript {
    padding: 15px 10px;
}

.sub-research-manuscript {
    padding: 20px 20px;

}
.border-manuscript {
    padding: 5px;
}

.researchpaper-manuscript h2 {
    font-size: 25px;
}
.researchpaper-manuscript p {
    font-size: 15px;
    padding: 10px 0px;
}
.researchpaper-manuscript ul {
    margin-left: 24px;
}
.researchpaper-manuscript ul li {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 15px;
}
.researchpaper-rejected {
    padding: 15px 10px;
}
.researchpaper-rejected h2 {
    font-size: 29px;
    line-height: 52px;
}
.researchpaper-rejected h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 26px;
}
.researchreject {
    margin-left: 25px;
}

.researchpaper-clientarea {
    padding: 15px 10px;
    margin-bottom: 150px;
}
.researchpaper-clientarea h2 {
    font-size: 26px;
    line-height: 50px;
    margin-top: 30px;
}
.researchpaper-clientarea p {
            font-size: 15px;
    padding: 10px 10px;
}
.researchpaper-clientarea h4 {
    padding: 10px 10px;
}

.researchpaper-clientarea .content-table {
    margin: 12px auto;
    font-size: 14px;
}
.researchpaper-clientarea .content-table td {
    padding: 0px 0px;
}

.researchbox {
    margin-bottom: 55px;
}




}


@media (min-width: 1100px) and (max-width: 1300px) {
    
    

.sinceresearch-popup-overlay .sincepopup-box {
    width: 800px;
     height: 423px;
        overflow-y: scroll;
}
.fastx-heading {
    font-size: 40px;
}




    .researchpaper-newsection-one {
    padding: 50px 70px;
}
.researchaiimgone {
    width: 317px;
    height: 245px;
    margin-bottom: 15px;
}
.researchaiimgfour {
    width: 330px;
    height: 244px;
    margin-bottom: 15px;
}

.researchaiimgtwo {
    width: 320px;
    height: 241px;
    margin-bottom: 15px;
}
.researchaiimgthree {
    width: 330px;
    height: 239px;
    margin-bottom: 15px;
}
.researchpaper-newsection-second {
   
    padding: 30px 70px;
}
.researchpaper-newsection-thrid {
    padding: 50px 70px;
}
.researchpaper-newsection-fourth {
   
    padding: 35px 70px;
}
.researchpaper-newsection-six {
    padding: 50px 70px;
}
.researchpaper-newsection-fifth {
    padding: 35px 70px;
}
.researchpaper-newsection-seventh {
    padding: 50px 70px;
}
.researchpaper-newsection-eighth {
    padding: 50px 70px;
}
.researchpaper-newsection-nineth {
    padding: 35px 70px;
}
.researchpaper-newsection-tenth {
    padding: 35px 70px;
}
.researchpaper-newsection-eventh {
    padding: 35px 70px;

}
.researchpaper-newsectionservices {
    padding: 35px 70px;
}
.researchpaper-socialbanner {
        padding: 35px 70px;
}
.researchpaper-boostsec { 
    padding: 35px 70px;
}
.researchpaper-success {
    padding: 35px 70px;
}
.researchpaper-manuscript {
    padding: 35px 100px;
}
.researchpaper-rejected {
    padding: 35px 70px;
}
.researchpaper-clientarea {
    padding: 35px 70px;
}
.researchwritingwom {
    width: 459px;
    margin-top: -110px;
    margin-left: 25px;
}
.researchmodelimg img {
    margin-top: 100px;
    width: 435px;
    height: 239px;
}
.paper-newsection-holder {
    font-size: 21px;
}
.researchpaper-newsectionservices h4 {
    font-size: 15px;
}
.researchpaper-manuscript h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.plagiarismimg img {
    margin-left: 100px;
    width: 487px;
}

.plagiarismimg:before {
    width: 8.25rem;
    height: 100%;
        top: 26px;
    bottom: 0;
    right: calc(100% + -7.75rem);
}


}

@media (min-width: 1310px) and (max-width: 1370px) {
    
    

.sinceresearch-popup-overlay .sincepopup-box {
    width: 800px;
     height: 423px;
        overflow-y: scroll;
}

}


@media (min-width: 1920px){

 .researchpaper-newsection-one {
    padding: 50px 350px;
}

.researchpaper-newsection-second {
   
   padding: 50px 350px;
}
.researchpaper-newsection-thrid {
padding: 50px 350px;
}
.researchpaper-newsection-fourth {
   
    padding: 50px 350px;
}
.researchpaper-newsection-six {
   padding: 50px 350px;
}
.researchpaper-newsection-fifth {
    padding: 50px 350px;
}
.researchpaper-newsection-seventh {
   padding: 50px 350px;
}
.researchpaper-newsection-eighth {
    padding: 50px 350px;
}
.researchpaper-newsection-nineth {
    padding: 50px 350px;
}
.researchpaper-newsection-tenth {
    padding: 50px 350px;
}
.researchpaper-newsection-eventh {
    padding: 50px 350px;

}
.researchpaper-newsectionservices {
   padding: 50px 350px;
}
.researchpaper-socialbanner {
       padding: 50px 350px;
}
.researchpaper-boostsec { 
    padding: 50px 350px;
}
.researchpaper-success {
   padding: 50px 350px;
}
.researchpaper-manuscript {
    padding: 50px 350px;
}
.researchpaper-rejected {
    padding: 50px 350px;
}
.researchpaper-clientarea {
    padding: 50px 350px;
}

}