#pub-slide {
  background: url(https://www.enago.com/b2b-assets/images/publisher/publisher_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

#pub-slide .publisher-text {
  height: 400px;
  float: right;
}

#pub-slide .publisher-text h3 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 110px !important;
}

#pub-slide .publisher-text p {
  font-size: 20px;
}

#clients_partners {
  min-height: 80px;
  background: #ffffff;
}

#collaboration_models {
  background-color: #f1f2f2;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 1.09) !important;
}

.service-box.strategic-service {
  margin-bottom: 0;
}

.service-box.exclusive-recommendation {
  margin-bottom: 0;
}

#collaboration_models p {
  font-size: 16px;
}

#collaboration_models .media {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

#collaboration_models .media p.media-body {
  text-align: left;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

#collaboration_models .media strong {
  font-size: 20px;
  color: #d52b1e;
  margin-right: 5px;
}

#collaboration_models .media i {
  font-weight: bold;
  font-style: normal;
}

#collaboration_models .media svg {
  width: 60px;
  height: 40px;
  margin-top: 10px;
}

#collaboration_models .media:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #333 50%, #ffffff 100%);
}

#collaboration_models .media.last:after {
  background: none
}

#collaboration_models h1 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 35px 0 20px 0;
  padding: 0 0;
  color: #000000;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

#collaboration_models h1:before,
#reason-to-choose h2:before {
  content: "";
  position: absolute;
  background-color: #d52b1e;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

#reason-to-choose h2 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0;
  color: #000000;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

.service-box {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
}

.service-box h2 {
  font-size: 24px;
  font-weight: bold;
}

.service-box-left {
  display: inline-block;
  margin-top: 10px;
}

.service-box-right {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
  padding-left: 10px;
}

.service-box-left span {
  font-size: 45px;
  font-weight: bolder;
  color: #8c8c8c;
}

ul.squer-points {
  padding-left: 16px;
  list-style: none;
  column-count: 2;
  font-size: 16px;
  line-height: 28px;
}

ul.squer-points li {
  position: relative;
}

ul.squer-points li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\2610';
  margin: 0 0px 0 -15px;
  font-size: 10px;
  font-weight: bold;
  color: #4d4d4d;
}

.form-control.file-c {
  padding: 3px
}

.videos {
  margin-top: 15px;
}

.invalid-feedback1 {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.bottom-shape {
  display: inline-block;
  width: 100%;
  position: relative;
}

.bottom-shape:before {
  content: '';
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0px;
  border-image: linear-gradient(to left, #dcdcdc, rgba(0, 0, 0, 0)) 1 0%;
  width: 50%;
}

.bottom-shape:after {
  content: '';
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-image: linear-gradient(to right, #dcdcdc, rgba(0, 0, 0, 0)) 1 0%;
  width: 50%;
}

/* .integrated-partner .item{width: 203px; padding: 10px; padding-top: 0;  padding-bottom: 0; height: auto; float: left;}    
.integrated-partner .item .logo{    display: inline-block;
width: 220px;
height: 50px;
background: url(../images/common/partners-clients-logo.png) 0 0 no-repeat;
transition: all .4s ease;} */
.integrated-partner {
  text-align: center;
  margin-top: 10px;
}

.integrated-partner .item {
  display: inline-block;
  padding: 0 3px;
}

#client-testimonial {
  background: url(https://www.enago.com/b2b-assets/images/publisher/clients-testimonials.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

#client-testimonial h2 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

#client-testimonial h2:before {
  content: "";
  position: absolute;
  background-color: #d52b1e;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

#client-testimonial .testi-wrp {
  margin-top: 10px;
}

#client-testimonial .btn-container .btn-effect:hover.next span:before {
  -webkit-transform: rotate(45deg) translate(-4px, 13.5px) scale(1);
  -ms-transform: rotate(45deg) translate(-4px, 13.5px) scale(1);
  transform: rotate(45deg) translate(-4px, 13.5px) scale(1);
}

#client-testimonial .btn-container .btn-effect:hover.prev span:before {
  -webkit-transform: rotate(45deg) translate(-4px, -0.7px) scale(1);
  -ms-transform: rotate(45deg) translate(-4px, -0.7px) scale(1);
  transform: rotate(45deg) translate(-4px, -0.7px) scale(1);
}

.medical-papers-in .paper-wrp {
  background: none;
  color: #ffffff;
  text-align: center;
}

.remove-margin {
  margin-bottom: 0;
}

.testi-content {
  color: #ffffff;
}

.testi-img {
  display: inline-block;
  text-align: center;
}

.testi-img .owl-carousel .owl-item img {
  display: inline-block;
}

section#reason-to-choose {
  background: #f1f2f2;
}

#client-testimonial .btn-container .btn-effect span:before {
  margin-top: 2px;
  margin-left: -2px;
}

#reason-to-choose .service-box h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.service-box.increase-brand {
  background: url(https://www.enago.com/b2b-assets/images/publisher/brand-visibility.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-box.global-service {
  background: url(https://www.enago.com/b2b-assets/images/publisher/global-support.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.university .service-box.global-service {
  margin-bottom: 0;
}

.service-box.native-editor {
  background: url(https://www.enago.com/b2b-assets/images/publisher/native-english-editor.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-box.increase-research {
  background: url(https://www.enago.com/b2b-assets/images/university/increase-research-output.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-box.global-reach {
  background: url(https://www.enago.com/b2b-assets/images/university/global-reach.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-box.subject-area-match {
  background: url(https://www.enago.com/b2b-assets/images/publisher/copy_editing.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 0;
}

.service-box.assured-security {
  background: url(https://www.enago.com/b2b-assets/images/publisher/assured-security.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 0;
}

.service-box.enago-promise1 {
  background: url(https://www.enago.com/b2b-assets/images/publisher/enago-promise.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 0;
}

#reason-to-choose .service-box {
  height: 215px;
}

#assist-authors {
  background: url(https://www.enago.com/b2b-assets/images/publisher/assist_authors_bg.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#assist-authors h2 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

#assist-authors h2:before {
  content: "";
  position: absolute;
  background-color: #d52b1e;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

#assist-authors h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
}

#assist-authors .langediting h3:before {
  position: absolute;
  left: 15px;
  content: "";
  display: block;
  background: url(https://www.enago.com/b2b-assets/images/language-editing-icon.png) no-repeat;
  width: 35px;
  height: 35px;
  background-position: 0 0;
}

#assist-authors .service-box {
  min-height: 270px;
  position: relative;
}

#assist-authors h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  padding-left: 40px;
}

#assist-authors .view-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#assist-authors .service-box h3:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: url(https://www.enago.com/b2b-assets/images/publisher/assist-authors-icons.png) no-repeat;
  width: 35px;
  height: 35px;
}

#assist-authors .service-box.langediting h3:before {
  background-position: 0 0;
}

#assist-authors .service-box.pubsupport h3:before {
  background-position: 0 -36px;
}

#assist-authors .service-box.academistranslation h3:before {
  background-position: 0 -68px;
}

#assist-authors .service-box.technologyplatform h3:before {
  background-position: 0 -102px;
}

#assist-authors .service-box.bookediting h3:before {
  background-position: 0 -140px;
}

#assist-authors .service-box.authoreducation h3:before {
  background-position: 0 -177px;
}

a#submit-get-quote-cta1 {
  font-size: 16px;
  border-radius: 0;
}

.contact-us {
  margin-top: 40px;
  background: #fff;
  width: 800px;
  margin: 40px auto 0;
  padding: 30px;
  border-radius: 5px;
  min-height: 340px;
}

.contact-us label {
  font-size: 18px;
  font-weight: bold;
}

#contact-us {
  background: url(https://www.enago.com/b2b-assets/images/publisher/contact_us_bg.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#contact-us h2,
#assist-univ-authors h2,
.university h2,
#case_studies h2 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

#partnership h2 {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  margin-bottom: 30px;
}

#assist-univ-authors h2.black,
.university h2.black,
.publisher h2.black,
#case_studies h2.black {
  color: #000;
  position: relative;
}

#contact-us h2:before,
#assist-univ-authors h2:before,
.university h2.black:before,
.university h2:before,
.publisher h2.black::before,
#case_studies h2::before {
  content: "";
  position: absolute;
  background-color: #d52b1e;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

button.btn.btn-primary {
  background-color: #029dcd;
  box-shadow: 0 4px 0 #0281a8;
  margin: 10px 0 4px;
  color: #ffffff;
}

.contact-submit-btn.text-center {
  margin-top: -30px;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:active {
  background-color: #029dcd;
  text-transform: uppercase;
}

p.intro {
  font-size: 16px;
}

.partner-membership-logo .item {
  display: inline-block;
  padding: 0 10px;
}

.partner-membership-logo .item .logo {
  background-image: url(https://www.enago.com/b2b-assets/images/publisher/partners-memberships.png);
  background-repeat: no-repeat;
}

.partner-membership-logo .item .logo.one {
  width: 162px;
  height: 65px;
}

.partner-membership-logo .item .logo.two {
  width: 94px;
  height: 65px;
  background-position: -176px 0;
}

.partner-membership-logo .item .logo.three {
  width: 67px;
  height: 75px;
  background-position: -290px 0;
}

.partner-membership-logo .item .logo.four {
  width: 67px;
  height: 67px;
  background-position: -368px 0;
}

.thank-msg {
  display: none
}

/* 
.partner-membership-logo .item .logo.five{width: 138px; height: 75px;background-position: -538px 0;}
.partner-membership-logo .item .logo.six{width: 158px;height: 75px;background-position: -708px 0;}
.partner-membership-logo .item .logo.seven{width: 88px;height: 75px;background-position: -910px 0;}
.partner-membership-logo .item .logo.eight{width: 115px;height: 75px;background-position: -1029px 0;}
.partner-membership-logo .item .logo.nine{width: 77px;height: 75px;background-position: 0 -72px;}
.partner-membership-logo .item .logo.ten{width: 94px;height: 75px;background-position: -127px -72px;}
.partner-membership-logo .item .logo.eleven{width: 92px;height: 75px;background-position: -276px -74px;}
.partner-membership-logo .item .logo.twelve{width: 92px;height: 75px;background-position: -403px -74px;}
.partner-membership-logo .item .logo.thirteen{width: 92px;height: 75px;background-position: -555px -79px;}
.partner-membership-logo .item .logo.fourteen{width: 197px;height: 64px;background-position: -687px -88px;}
.partner-membership-logo .item .logo.fifteen{width: 90px; height: 64px;background-position: -906px -88px;}
.partner-membership-logo .item .logo.sixteen{width: 90px;height: 64px;background-position: -1040px -88px;} */
button.btn.btn-primary {
  text-transform: uppercase;
}

.contact-submit-btn .form-group {
  margin-bottom: 0;
}

.was-validated .invalid-feedback {
  display: block;
}

.thank-msg {
  display: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ced4da;
  padding-right: calc(1.5em + .75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ced4da;
  padding-right: calc(1.5em + .75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.thank-msg h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #d52b1e;
}

.thank-msg p {
  font-size: 16px;
  padding: 0 30px;
}

.thank-msg {
  text-align: center;
  margin-top: 65px;
}

.textlink {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
  position: relative;
  text-decoration: underline;
}

.textlink:hover {
  color: #00f;
  text-decoration: none;
}

#collaboration_models {
  position: relative;
}

#collaboration_models:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
}

#collaboration_models:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  right: 0;
  top: 0;
  background-position: right center;
}

#collaboration_models .dot-bg:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  left: 0;
  bottom: 50px;
  background-position: left bottom;
}

#reason-to-choose {
  position: relative;
}

#reason-to-choose:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  bottom: 50px;
  background-position: left bottom;
}

.university #reason-to-choose:before {
  bottom: 0
}

.university #reason-to-choose:after {
  display: none;
}

#reason-to-choose:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  right: 0;
  top: 50px;
  background-position: right top;
}

#assist-authors {
  position: relative;
}

#assist-authors:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  bottom: 150px;
  background-position: left bottom;
}

#partnership {
  position: relative;
}

/* #partnership:before{position: absolute;content: "";background: url(../images/publisher/dots.png);background-repeat: no-repeat; width:300px; height: 100%;top:0px;background-position:right center;} */
.university #partnership:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  top: -140px;
  background-position: left center;
}

#contact-us {
  position: relative;
}

#contact-us:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 230px;
  bottom: 0px;
  background-position: left bottom;
}

/* .strategic-service .bottom-shape{    margin-top: 41px;} */

#uni-slide {
  background: url(https://www.enago.com/b2b-assets/images/university/university_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

#uni-slide .uni-text {
  height: 400px;
  float: right;
  margin-right: 80px;
}

#uni-slide .uni-text h3 {
  font-size: 60px;
  font-weight: bold;
  margin-top: 110px !important;
  color: #ffffff;
}

#uni-slide .textup {
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
}

.univ-benefit {
  background: #dddddd;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.univ-benefit h3 {
  font-size: 24px;
  font-weight: bold;
}

.manuscript-acceptance,
.international-research {
  position: relative;
  padding-right: 20px;
}

.manuscript-acceptance:after,
.international-research:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 164px;
  position: absolute;
  top: 5px;
  right: 0;
  background: linear-gradient(to bottom, #dddddd 0%, #4d4d4d 50%, #dddddd 100%);
}

.international-research:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 55px;
  left: -58px;
  background: url(https://www.enago.com/b2b-assets/images/university/plus.png);
  background-repeat: no-repeat;
}

.globalization-goals:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 55px;
  left: -43px;
  background: url(https://www.enago.com/b2b-assets/images/university/equal.png);
  background-repeat: no-repeat;
}

.university section#reason-to-choose {
  padding-top: 0;
}

#assist-univ-authors {
  background: url(https://www.enago.com/b2b-assets/images/university/univ-researchers-bg.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#assist-univ-authors h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#assist-univ-authors .langediting h3,
#assist-univ-authors .pubsupport h3,
#assist-univ-authors .translation-service h3 {
  margin-top: 60px;
}

#assist-univ-authors .langediting h3:before {
  position: absolute;
  content: " ";
  background: url(https://www.enago.com/b2b-assets/images/university/university-researchers-icon.png);
  background-repeat: no-repeat;
  width: 55px;
  display: block;
  height: 55px;
  top: -60px;
}

#assist-univ-authors .pubsupport h3:before {
  position: absolute;
  content: " ";
  background: url(https://www.enago.com/b2b-assets/images/university/university-researchers-icon.png);
  background-repeat: no-repeat;
  width: 55px;
  display: block;
  height: 55px;
  top: -60px;
  background-position: 0 -50px;
}

#assist-univ-authors .translation-service h3:before {
  position: absolute;
  content: " ";
  background: url(https://www.enago.com/b2b-assets/images/university/university-researchers-icon.png);
  background-repeat: no-repeat;
  width: 55px;
  display: block;
  height: 55px;
  top: -60px;
  background-position: 0 -102px;
}

#assist-univ-authors .service-box {
  min-height: 380px;
  position: relative;
}

#assist-univ-authors .service-box .view-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.university #contact-us:before {
  background: none;
}

.university #contact-us:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 230px;
  bottom: 0px;
  background-position: right bottom;
  right: 0
}

#assist-univ-authors {
  position: relative;
}

#assist-univ-authors:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: left bottom;
  bottom: 50px;
}

#assist-univ-authors:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: right top;
  top: 370px;
  right: 0;
}

#author-edu {
  position: relative;
}

#author-edu:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: left top;
  top: 50px;
}

#author-edu:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: right bottom;
  bottom: 50px;
  right: 0;
}

.key-impact {
  position: relative;
  padding-right: 20px;
}

.key-impact p {
  margin-bottom: 0
}

.key-impact:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 155px;
  position: absolute;
  top: 30px;
  right: -5px;
  background: linear-gradient(to bottom, #eaeaea 0%, #c6c5c5 100%);
}

.key-impact .view-btn {
  margin-right: 20px;
}

.key-impact.last:after {
  background: none;
}

#pink-bg {
  background: url(https://www.enago.com/b2b-assets/images/university/pink_bg.jpg);
  background-repeat: no-repeat;
}

#pink-bg .video img {
  border: 10px solid #fff;
}

.video-intro {
  color: #ffffff;
}

.video-intro h2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.video-intro p {
  font-size: 16px;
}

#author-edu {
  background: #f1f2f2;
}

#author-edu h3 {
  font-size: 24px;
  font-weight: bold;
}

#enago_membership {
  position: relative;
}

#enago_membership::before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: left top;
  top: 430px;
}

#enago_membership::after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 100%;
  background-position: right bottom;
  bottom: 250px;
  right: 0;
}

#enago_membership p {
  font-size: 18px;
  margin-bottom: 0;
}

#enago_membership {
  background: url(https://www.enago.com/b2b-assets/images/university/bg-enagomembership.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#enago_membership .advantages-box {
  background: url(https://www.enago.com/b2b-assets/images/university/features-of-collaboration.png);
  background-repeat: no-repeat;
  margin: 40px auto;
  position: relative;
  background-position: top center;
  min-height: 492px;
}

#enago_membership .advantages-box .cont-box {
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
  background-color: #ffffff;
}

#enago_membership .advantages-box .left-cont .cont-box {
  text-align: left;
}

#enago_membership .advantages-box .cont-box.lft1 {
  margin: 78px 83px 20px 0px;
  width: 420px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box.lft2 {
  margin: 0px 115px 20px 0px;
  width: 390px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box.lft3 {
  margin: 0px 83px 0px 0px;
  width: 420px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box.rht1 {
  margin: 78px 0px 20px 83px;
  width: 420px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box.rht2 {
  margin: 0px 0px 20px 115px;
  width: 390px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box.rht3 {
  margin: 0px 0px 0px 83px;
  width: 420px;
  height: 100px;
}

#enago_membership .advantages-box .cont-box p {
  position: relative;
  padding-left: 25px;
}

#enago_membership .advantages-box .cont-box p:before {
  position: absolute;
  content: '';
  font-size: 32px;
  left: 0;
  color: #d52b1e;
  opacity: 0.45;
  font-weight: bold;
}

#enago_membership .advantages-box .cont-box.lft1 p:before {
  content: '1';
}

#enago_membership .advantages-box .cont-box.lft2 p:before {
  content: '3';
  top: 9px;
}

#enago_membership .advantages-box .cont-box.lft3 p:before {
  content: '5';
  top: 20px;
}

#enago_membership .advantages-box .cont-box.rht1 p:before {
  content: '2';
  top: 9px;
}

#enago_membership .advantages-box .cont-box.rht2 p:before {
  content: '4';
}

#enago_membership .advantages-box .cont-box.rht3 p:before {
  content: '6';
  top: 9px;
}

.collaboration-section-inner {
  margin-top: 30px;
}

.collaboration-section-inner h3 {
  font-size: 24px;
  font-weight: bold;
}

.collaboration-section-inner span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

#enago_membership .collaboration-section-inner p {
  font-size: 16px;
}

.collaboration-section-inner:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 130px;
  position: absolute;
  top: 50px;
  right: 3px;
  background: linear-gradient(to bottom, #eaeaea 0%, #c6c5c5 100%);
}

.collaboration-section-inner.last:after {
  background: none;
}

.yellow-highlights {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
  background: #ffffe0;
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #ecec00;
}

.yellow-highlights p {
  font-size: 14px !important;
}

div#casestudies {
  margin-top: 50px;
  margin-bottom: 40px;
}

.university .workflow {
  padding: 0;
}

.publisher div#casestudies {
  margin-bottom: 0;
}

div#casestudies .item {
  background: #fff;
  border-radius: 5px;
  text-align: left;
  margin: 0px 0 10px;
  padding: 20px 20px;
  /* filter: drop-shadow(0px 1px 4.5px rgba(0,0,0,0.18)); */
  position: relative;
}

div#casestudies .item p {
  margin-bottom: 0;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  min-height: 100px;
}

.workflow {
  padding: 50px 0 40px 0;
  text-align: center;
  margin-bottom: 0;
}

.workflow li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 0 22px;
  text-align: center;
  position: relative;
  width: 165px;
}

.workflow li:first-child {
  margin-left: 0;
}

.workflow span.flow-icons {
  display: block;
  margin-bottom: 20px;
}

.workflow .flow-text {
  font-size: 18px;
  font-weight: bold;
}

.workflow li:after {
  position: absolute;
  content: " ";
  top: 53px;
  background: url(https://www.enago.com/b2b-assets/images/university/workflow-arrow1.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 20px;
  right: -64px;
}

.workflow li.last:after {
  background: none;
}

.workflow li.first:before {
  position: absolute;
  content: " ";
  top: -44px;
  background: url(https://www.enago.com/b2b-assets/images/university/wordflow-arrow.png);
  background-repeat: no-repeat;
  width: 450px;
  height: 40px;
  left: 82px;
}

#winning-awards {
  background: url(https://www.enago.com/b2b-assets/images/university/award-winning.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
}

.award-box {
  text-align: center;
  padding: 30px 15px;
  position: relative;
}

.award-box img {
  margin: 0 0 20px
}

.award-box img.reddesk {
  margin-bottom: 30px;
}

.award-box:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 175px;
  position: absolute;
  top: 50px;
  right: -20px;
  background: linear-gradient(to bottom, #eaeaea 0%, #c6c5c5 100%);
}

.award-box.last-box:after {
  background: none;
}

#winning-awards .last {
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
}

.university #partnership {
  background-color: #f1f2f2;
  padding-top: 0;
}

.university .partner-membership-logo .item .logo {
  background-image: url(https://www.enago.com/b2b-assets/images/university/univ-partners-memberships.png)
}

.video-intro a {
  color: #ffffff;
  text-decoration: underline;
}

.video-intro h2 {
  height: auto;
  line-height: 36px;
}

.video-intro h2:before {
  background-color: transparent !important;
}

/* .desk-collaboration{display: block;} */
.mobile-collaboration {
  display: none;
}

#assist-univ-authors h2.black {
  margin-top: 18px;
}

a#submit-get-quote-cta1 {
  margin-top: 20px;
}

.university-translation #collaboration_models h1 {
  margin-top: 0
}

.icon-p.quality-p {
  display: block;
  position: relative;
  padding-left: 55px;
}

.icon-p.quality-p:before {
  content: "";
  display: inline-block;
  font: 27px "moon";
  left: 15px;
  position: absolute;
  color: #4d4d4d;
}

.icon-p.process-p:before {
  content: "";
  display: inline-block;
  font: 27px "moon";
  left: 15px;
  position: absolute;
  color: #4d4d4d;
}

.icon-p.process-p {
  display: block;
  position: relative;
  padding-left: 55px;
}

.university-translation #reason-to-choose .service-box {
  height: auto;
  margin-bottom: 0;
}

.university-translation #reason-to-choose .service-box.last {
  margin-bottom: 30px;
}

.university-translation #collaboration_models {
  box-shadow: none !important
}

.langu-part {
  column-count: 3;
  padding-left: 20px;
  margin-bottom: 20px;
}

.university-translation .solutions-subarea .sol-sub {
  color: #333;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 35px;
  font-size: 18px;
}

.university-translation .solutions-subarea .sol-sub:before {
  height: 45px;
  width: 45px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
}

.university-translation .solutions-subarea .sol-sub.sol-sub1:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 0;
}

.university-translation .solutions-subarea .sol-sub.sol-sub2:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 -50px;
}

.university-translation .solutions-subarea .sol-sub.sol-sub3:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 -150px;
}

.university-translation .solutions-subarea .sol-sub.sol-sub4:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 -250px;
}

.university-translation .solutions-subarea .sol-sub.sol-sub5:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 -100px;
}

.university-translation .solutions-subarea .sol-sub.sol-sub6:before {
  background: url(https://www.enago.com/b2b-assets/images/icons-sprite1.png) no-repeat 0 -200px;
}

#home-slider .publisher h3 {
  color: #000;
  font-size: 45px;
  text-align: left;
}

#home-slider .publisher p {
  color: #000;
  font-size: 20px;
  text-align: left;
}

#home-slider .publisher .carousel-caption {
  left: auto;
  right: 20%;
  float: right;
  top: 25%;
}

/* #home-slider .carousel-indicators li{background-color: #000;} */
#home-slider .publisher-testi-bg p {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 24px;
  min-height: 175px;
  position: relative;
}

#home-slider .publisher-testi-bg p:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/arrow.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 119px;
  top: -45px;
  background-position: top center;
  left: 45%;
}

.publisher-testi-bg {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  min-height: 310px;
  margin-top: 20px;
  color: #000;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0px 10px 13px -5px rgba(92, 92, 92, 1);
  -moz-box-shadow: 0px 10px 13px -5px rgba(92, 92, 92, 1);
  box-shadow: 0px 8px 12px -5px rgb(31 31 31);
}

.publisher-testi-bg:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/testi-hanging.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 119px;
  top: -90px;
  background-position: top center;
  left: 45%;
}

.publisher-testi-bg b {
  font-size: 18px;
}

.publisher-testi-bg small {
  font-size: 14px;
}

.publisher-testi-bg .col-md-4 {
  text-align: right;
}

#home-slider .carousel-caption {
  top: 7%;
}

#paper-carousel.owl-carousel {
  margin: 20px 0 0;
}

#paper-carousel .owl-nav .owl-prev,
#paper-carousel .owl-nav .owl-next {
  top: 18%;
}

.client-tagline {
  position: absolute;
  bottom: 20px;
  width: 100%;
  vertical-align: bottom;
}

.integrated-partner {
  display: inline-block;
  position: relative;
}

.integrated-partner .item {
  background-image: url(https://www.enago.com/b2b-assets/images/publisher/integrated-service-partnership-new.png);
  background-repeat: no-repeat;
  margin: 0 5px;
}

.integrated-partner .item.one {
  width: 100px;
  height: 80px;
  background-position: 0 0;
}

.integrated-partner .item.two {
  width: 135px;
  height: 80px;
  background-position: -115px 3px;
}

.integrated-partner .item.three {
  width: 67px;
  height: 80px;
  background-position: -246px 0;
}

.integrated-partner .item.four {
  width: 180px;
  height: 80px;
  background-position: -308px 0;
}

.integrated-partner .item.five {
  width: 192px;
  height: 80px;
  background-position: -494px 4px;
}

.integrated-partner .item.six {
  width: 193px;
  height: 75px;
  background-position: -685px 0;
}

.service-box.integreated-service {
  padding: 25px 25px 10px;
}

.strategic-partner,
.exclusive-partner {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.strategic-partner .item {
  background-image: url(https://www.enago.com/b2b-assets/images/publisher/strategic-services-partnership.jpg);
  background-repeat: no-repeat;
  margin: 0 5px;
  display: inline-block;
}

.strategic-partner .item.one {
  width: 148px;
  height: 75px;
  background-position: 0 0;
}

.strategic-partner .item.two {
  width: 75px;
  height: 75px;
  background-position: -150px 0;
}

.strategic-partner .item.three {
  width: 159px;
  height: 75px;
  background-position: -227px 0;
}

.service-box.strategic-service {
  padding: 25px 25px 10px;
}



.exclusive-recommendation {
  display: inline-block;
  position: relative;
  margin-top: 0px;
}

.exclusive-recommendation .item {
  background-image: url(https://www.enago.com/b2b-assets/images/publisher/exclusive-recommendation.jpg);
  background-repeat: no-repeat;
  margin: 0;
  display: inline-block;
}

.exclusive-recommendation .item.one {
  width: 156px;
  height: 75px;
  background-position: 0 0;
}

.exclusive-recommendation .item.two {
  width: 147px;
  height: 75px;
  background-position: -151px 0;
}

.exclusive-recommendation .item.three {
  width: 106px;
  height: 75px;
  background-position: -290px 0;
}

.service-box.exclusive-recommendation {
  padding: 25px 25px 10px;
}

.esolu-title {
  font-size: 18px;
}

#author-edu h3,
#author-edu p {
  color: #000;
  padding-left: 10px;
}

.service-wrap img {
  background: #dddddd;
  border-radius: 0% 30% 30% 30%;
  padding: 10px;
}

.service-wrap {
  background: none !important;
  text-decoration: none !important;
  color: #000000;
  display: inline-block;
  padding: 20px;
}

.service-wrap:hover h3 {
  text-decoration: none !important;
  color: #fff !important;
}

.service-wrap:hover p {
  text-decoration: none !important;
  color: #fff !important;
}

#author-edu .service-box {
  min-height: 270px;
  position: relative;
}

#author-edu .view-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

body.plos {
  font-size: 16px
}

.plos section#main-slide {
  background: #4D4D4D;
  padding: 50px 0;
  height: 465px;
}

.plos :is(h2) {
  font-size: 30px;
}

.plos section#main-slide p {
  text-align: left;
  color: #fff;
  margin-top: 30px !important
}

.plos section#main-slide h3 {
  color: #fff;
  font-size: 45px
}

.plos .form-note {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}

.plos-contact-form .form-group {
  margin-bottom: 0;
}

.step-process .step-div {
  position: relative;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.step-process img {
  height: 55px;
}

.step1 .text-left {
  padding-left: 0;
}

.plos-contact-us button.btn.btn-primary {
  margin-top: 0;
  line-height: 1.2
}

.step-process .step-div span {
  color: #000000;
  margin-top: -1px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #C6C5C5;
  text-align: center;
  line-height: 29px;
  float: left;
  margin-right: 12px;
}

.step-process .step1,
.step-process .step2,
.step-process .step3,
.step-process .step4,
.step-process .step5 {
  width: 19%;
  display: inline-block;
  font-size: 18px;
  vertical-align: top
}

/* .plos section#main-slide .text-left p{font-size: 16px} */
/* .plos .main-text{    padding: 50px 0;} */
.upload-manuscript {
  background: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 26%);
  z-index: 999;
  border-radius: 4px;
  /* margin-top: 50px; */
  padding: 30px 20px 30px;
  max-width: 750px;
  margin: 0 auto;
}

.upload-manuscript.bottom-space {
  margin-bottom: 40px
}

/* .upload-manuscript.fix-form-height{height: 205px; } */

.upload-manuscript h2 {
  font-size: 24px;
  text-align: center !important;
  font-weight: bold;
  margin-bottom: 30px;
}

.step-div.step2 .text-left,
.step-div.step3 .text-left,
.step-div.step4 .text-left {
  padding-left: 20px;
}

.step-process .step-div:after {
  content: "";
  position: absolute;
  background-image: url(https://www.enago.com/plos/images/arrow.png);
  width: 130px;
  height: 16px;
  background-repeat: no-repeat;
  top: 25%;
  right: -95px;
}

.main-text h1 {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.main-text h1:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

#case_studies {
  background: url(https://www.enago.com/assets4/images/bg-editorialteam.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#casestudies .owl-nav {
  top: 45%;
}

#casestudies .owl-nav .owl-prev {
  position: absolute;
  top: 39%;
  left: -6%;
  transition: 0.2s;
}

#casestudies .owl-nav .owl-next {
  position: absolute;
  top: 39%;
  right: -6%;
  transition: 0.2s;
}

.step-process .step-div.step5:after {
  background-image: none
}

.step-process {
  margin: 50px 0 40px;
}

#plos-author-journals.bottom-space {
  padding-top: 175px
}

#plos-author-journals {
  background: #f1f2f2;
  padding-top: 145px;
}

h2.sec-head {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0;
  color: #000000;
  text-align: center;
  line-height: 28px;
  height: 32px;
}

h2.sec-head:before {
  content: "";
  position: absolute;
  background-color: #d52b1e;
  width: 5%;
  height: 2px;
  bottom: -10px;
  left: 47.5%;
}

#plos-author-journals .dot-bg:before {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  left: 0;
  /* bottom: 50px; */
  background-position: left top;
  top: 0;
}

#plos-author-journals .dot-bg:after {
  position: absolute;
  content: "";
  background: url(https://www.enago.com/b2b-assets/images/publisher/dots.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  right: 0;
  bottom: 0;
  background-position: right bottom;
}

.dot-bg {
  position: relative
}

.important-sec .con-box .head-box {
  padding: 0 20px 0 20px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.important-sec .con-box .head-box:before {
  content: "";
  display: none;
  width: 50px;
  height: 50px;
  background: url(https://www.enago.com/plos/images/important-icons.png) 0 0 no-repeat;
  position: absolute;
  left: 25px;
  top: 0;
}

.important-sec .con-box .head-box:before {
  background-position: 0 -100px;
}

a.pdf-download:after {
  content: "\e4e3";
  display: inline-block;
  font-family: moon;
  margin-left: 5px;
  color: #d52b1e;
  font-size: 18px;
  font-weight: normal;
  vertical-align: bottom;
}

.important-sec .con-box p a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 2px;
  display: inline-block;
}

.important-sec .con-box.impact-factor .head-box:before {
  background-position: 0 -45px;
}

.important-sec .con-box .head-box:before {
  background-position: 0 -100px;
}

/* .important-sec .con-box .head-box:after {
content: "";
display: inline-block;
width: 1px;
height: 50px;
position: absolute;
top: 5px;
right: 0;
background: linear-gradient(to bottom, #ffffff 0%, #333 50%, #ffffff 100%);
} */
.important-sec .con-box.last .head-box:after {
  background: transparent
}

a.text-link.pdf-download:before {
  background: transparent
}

#plos-author-journals .services-box {
  background: #fff;
  filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
  border-radius: 5px;
  padding: 30px;
}

strong.promo-code {
  background-color: #ffd013;
  border: #666 1px dashed;
  padding: 6px 12px;
}

a.btn.quote-cta {
  font-size: 24px;
  padding: 4px 20px;
  color: #fff;
  box-shadow: 0 4px 0 #0281a8;
  border-radius: 3px;
  background-color: #029dcd;
}

.plos a.btn.quote-cta {
  font-size: 24px;
  padding: 8px 30px;
  color: #fff;
  box-shadow: 0 4px 0 #0281a8;
  border-radius: 3px;
  background-color: #029dcd;
}

section#plos-journal {
  background-color: #f1f2f2;
  padding-bottom: 50px;
}

.step-process .step4 .text-left {
  padding-left: 0;
}

.paper-scroll {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  height: 400px;
  overflow: auto;
}

.plos .paper-scroll {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 50px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  height: 400px;
  overflow: auto;
}

#plos-journal .paper-scroll p {
  margin-bottom: 5px
}

.paper-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

p.author-name {
  padding-bottom: 10px;
}

#plos-journal .paper-scroll p {
  color: #000;
  font-size: 16px;
}

#plos-journal .paper-scroll p.author-name {
  margin-bottom: 5px;
  font-size: 15px;
  color: #989898;
}

#plos-journal .paper-scroll p a {
  text-decoration: underline;
}

#plos-journal .paper-scroll p a:before {
  background: transparent
}

.plos footer .container {
  max-width: 1140px;
}

.plos .services-box h4:before {
  content: "";
  display: inline-block;
  background-image: url(https://www.enago.com/b2b-assets/images/plan-icons.png);
  width: 40px;
  height: 30px;
  margin-right: 12px;
  position: absolute;
  left: 30px;
}

.plos .services-box.copy-editing h4:before {
  background-position: 0 -34px;
}

.plos li.space {
  margin-left: 24px;
}

.plos #editor_team .view-btn {
  margin-bottom: 33px;
}

.plos #editor_team .sub-section {
  margin: 48px 0 12px;
}

.plos .services-box h4 {
  padding-left: 50px !important
}

.plos .services-box.recommended:after {
  content: "";
  display: inline-block;
  background-image: url(https://www.enago.com/plos/images/recommended.png);
  width: 90px;
  height: 90px;
  position: absolute;
  top: -9px;
  right: -9px;
  background-repeat: no-repeat;
}

.plos .service-detail-last {
  position: relative;
  padding-left: 20px;
}

.plos .service-detail-last::before {
  content: "";
  width: 1px;
  height: 130px;
  background-image: linear-gradient(to top, #c6c5c5, #fff);
  position: absolute;
  left: -15px;
  top: 0;
}

/* .plos a.text-link:after{
  content: "";
  background-image: url(../../b2b-assets/images/grey-btn-pdf.png);
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  bottom: 0;
} */
.plos .custom-file-label {
  left: 15px;

}

.plos .head-box-desc a.text-link {
  margin-left: 40px;
}

.plos .head-box a.text-link:after {
  content: "";
  background-image: url(https://www.enago.com/plos/images/grey-btn-pdf.png);
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
  bottom: 0;
  top: -1px;
  background-repeat: no-repeat;
}

.plos footer {
  padding: 50px 0
}

.plos .service-detail-last::after {
  content: "";
  width: 1px;
  height: 120px;
  background-image: linear-gradient(to bottom, #c6c5c5, #fff);
  position: absolute;
  bottom: -30px;
  left: -15px;
}

.plos .services-box .addons-box:before {
  content: "+";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 49%;
  top: -15px;
  background-color: #f1f2f2;
  border: #eee 1px solid;
  border-radius: 50%;
  line-height: 0.9;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.plos .plos-sample {
  background: #fff;
  filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
  border-radius: 5px;
  padding: 30px;
}

.plos-promo-code {
  font-size: 20px;
}

.plos-sample .col-md-4.border-right {
  border-right: 4px solid #e8e8e8 !important;
}

.plos-sample h2.sec-head {
  font-size: 24px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 20px;
  height: auto;
}

.plos-sample h2.sec-head:before {
  background-color: transparent
}

.addons-box {
  position: relative;
  background: #f1f2f2;
}

.services-box ul li:before {
  position: absolute;
  content: "\e430";
  font-family: 'moon';
  left: 5px;
  font-size: 6px;
  color: #4d4d4d;
}

#plos-author-journals .services-box ul {
  margin-top: 12px;
  padding: 0;
  /* column-count: 2; */
}

#plos-author-journals .services-box .addons-box ul {
  margin-bottom: 12px;
}

.services-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#editor_team .sub-section {
  margin: 40px 0 40px;
}

.services-box ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;
}

#plos-author-journals h3.sec-head {
  margin-top: 45px;

  font-weight: bold;
}

.services-box h5 {
  font-size: 18px
}

.services-box ul.after-sales li {
  padding-left: 78px;
}

.services-box ul.after-sales li.excl:before {
  content: "";
  width: 63px;
  height: 51px;
  background-image: url(https://www.enago.com/plos/images/pro-shield.png);
  left: 0;
}

.services-box ul.after-sales li.excl.eu:before {
  width: 54px;
  height: 59px;
  background-image: url(https://www.enago.com/plos/images/edit-unlimited-icon.png);
}

span.exclusive {
  color: #d52b1e;
  border-color: #d52b1e !important;
  padding: 0 5px;
  font-size: 11px;
}

.services-box ul.after-sales li:before {
  left: 58px;
}

#why-quality {
  background-color: #f1f2f2;
  background: url(https://www.enago.com/b2b-assets/images/bg-plos.jpg);
  background-repeat: no-repeat;
  background-color: #f1f2f2;
  background-position: center 0;
}

#why-quality h2.sec-head {
  color: #fff
}

/* #why-quality h2.sec-head:before{background-color: #fff} */
#why-quality .con-box {
  border: 0px solid #00000014;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 30px 0 0px;
  padding: 20px;
  filter: drop-shadow(0px 1px 4.5px rgba(0, 0, 0, 0.18));
}

/* .plos .logo {
margin-top: 10px;
} */
.plos .head-box {
  font-family: "OpenSans-Regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #000000;
  text-align: center;
}

.quality-sec .con-box .head-box {
  padding: 0 0 0 100px;
  min-height: 56px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.head-box-desc a.text-link {
  font-size: 16px;
  font-weight: normal;
}

.quality-sec .con-box .head-box:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 55px;
  background: url(https://www.enago.com/plos/images/qualiry-icons.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.quality-sec .con-box.two-editor .head-box:before {
  background-position: 0 -55px;
}

.quality-sec .con-box.editor .head-box:before {
  background-position: 0 -111px;
}

.quality-sec .con-box.editor .head-box {
  padding: 0 0 0 80px;
}

/* #reason-to-choose .enago-promise{padding: 25px}
#reason-to-choose .enago-promise:before{background: transparent;border-bottom: none;top: 0}
#reason-to-choose .enago-promise:hover::before{border-bottom: 2px solid #d52b1e;} */
.enago-promise {
  position: relative;
  padding-left: 170px;
  padding-top: 30px;
}

.enago-promise:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(https://www.enago.com/plos/images/enago-promise-common.png) 0 0 no-repeat;
  line-height: 26px;
  width: 142px;
  height: 128px;
  left: 0;
  top: 12px;
}

#gray-bg {
  background: #f1f2f2
}

.plos .thank-msg h3 {
  color: #4d4d4d !important;
  font-size: 28px !important;
  margin-bottom: 40px;
  margin-top: 40px;
}

.plos .thank-msg {
  text-align: center;
  margin-top: 40px;
}

.disc p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
}

.plos #loader {
  position: absolute;
  background: #ffffff99;
  height: 105px;
  width: 706px;
  z-index: 5;
}

.plos-contact-form {
  position: relative;
}

.plos #loader img {
  left: 50%;
  position: absolute;
  top: 20px;
}

/*video playlist*/
.vid-main-wrapper {
  width: 100%;
  /* max-width: 1100px;
    min-width: 440px; */
  background: #fff;
  margin: 0 auto 12px;
  padding: 10px 0 10px 10px;
  border-radius: 5px;
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
  position: relative;
  /* padding-bottom: 52%; */
  padding-top: 30px;
  height: 450px;
  width: 58%;
  float: left;
}

p#v_title_iframe {
  position: absolute;
  top: 370px;
  font-size: 20px;
  font-weight: bold;
}

p#v_desc_iframe {
  position: absolute;
  top: 402px;
  font-size: 16px;
  line-height: 18px;
}

/* p#v_date1 {
  position: absolute;
  top: 438px;
  font-size: 14px;
  color: #909090;
} */
p#v_date {
  position: absolute;
  top: 438px;
  font-size: 14px;
  color: #909090;
}

p.date {
  display: none
}

/* p#v_date {
  position: absolute;
  top: 425px;
  font-size: 14px;
  color: #909090;
} */
.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
  border-radius: 5px;
}


/*  VIDEOS PLAYLIST 
############################### */
.vid-list-container {
  width: 40%;
  height: 460px;
  overflow: hidden;
  float: right;
  padding: 0 0 0 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin: 0 10px;
  overflow-y: scroll;
}

.vid-list-container::-webkit-scrollbar {
  width: 7px;
}

.vid-list-container::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 5px;
}

.vid-list-container::-webkit-scrollbar-thumb {
  background: #4e4e4e;
  border-radius: 5px;
}

.vid-list-container:hover,
.vid-list-container:focus {
  overflow-y: auto;
}

ul#vid-list {
  margin: 0;
  padding: 0;
  background: #fff;
}

ul#vid-list li {
  list-style: none;
}

.vid-list-container .title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  width: 100%;
  display: block;
}

ul#vid-list li a {
  text-decoration: none;
  background-color: #fff;
  height: auto;
  display: flex;
  padding: 5px 15px 5px 15px;
  position: relative;
  margin: 5px;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
}

.vid-thumb img {
  border-radius: 5px
}

.vid-detail {
  display: inline-block;
  width: calc(100% - 140px);
  padding-left: 5px;
}

.itemLinks {
  display: none;
}

ul#vid-list li a:hover:before,
ul#vid-list li.active a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #4d4d4d;
  position: absolute;
  top: 45px;
  left: 3px;
}

ul#vid-list li a:hover,
ul#vid-list li.active a {
  background-color: #dddddd
}

.vid-thumb {
  width: 135px;
  display: inline-block;
}

.active-vid {
  background: #3A3A3A;
}

#vid-list .desc {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding-right: 0;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;

}


@media (max-width: 624px) {
  .vid-list-container {
    padding-bottom: 20px;
  }

  .vid-main-wrapper {
    max-width: unset;
    min-width: unset;
  }
}

@media only screen and (max-width: 1440px) {

  #collaboration_models:before,
  #collaboration_models:after,
  #collaboration_models .dot-bg:before,
  #reason-to-choose:before,
  #reason-to-choose:after,
  #assist-authors:before,
  #partnership:before,
  #contact-us:before,
  #assist-univ-authors:before,
  #assist-univ-authors:after,
  #author-edu:before,
  #author-edu:after,
  #enago_membership::before,
  #enago_membership::after,
  .university #partnership:before,
  .university #contact-us:after {
    width: 80px
  }

  /* .strategic-service .bottom-shape{    margin-top: 41px;} */
  #home-slider .publisher-testi-bg p {
    font-size: 14px;
    line-height: 22px;
  }

  .client-tagline {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }

}

@media only screen and (max-width: 1280px) {

  #collaboration_models:before,
  #collaboration_models:after,
  #collaboration_models .dot-bg:before,
  #reason-to-choose:before,
  #reason-to-choose:after,
  #assist-authors:before,
  #partnership:before,
  #contact-us:before,
  #assist-univ-authors:before,
  #assist-univ-authors:after,
  #author-edu:before,
  #author-edu:after,
  #enago_membership::before,
  #enago_membership::after,
  .university #partnership:before,
  .university #contact-us:after {
    width: 70px;
  }

  #home-slider .publisher h3 {
    font-size: 42px;
  }

  #plos-author-journals .dot-bg:before {
    width: 70px
  }

  #plos-author-journals .dot-bg:after {
    width: 70px;
  }

}

@media only screen and (max-width: 1024px) {
  .service-box {
    position: relative;
    z-index: 1;
  }

  .integrated-partner img {
    width: 120px;
  }

  .strategic-service .integrated-partner img {
    width: auto;
  }

  .strategic-service .integrated-partner .item:nth-child(1) img {
    width: 100px;
  }

  .strategic-service .integrated-partner .item:nth-child(3) img {
    width: 100px;
  }

  .exclusive-recommendation .integrated-partner img {
    width: auto;
  }

  .exclusive-recommendation .integrated-partner .item:nth-child(1) img {
    width: 100px;
  }

  .exclusive-recommendation .integrated-partner .item:nth-child(3) img {
    width: 100px;
  }

  #reason-to-choose .service-box h3 {
    font-size: 20px;
  }

  #reason-to-choose .service-box {
    height: 250px;
  }

  #collaboration_models .media svg {
    width: 55px;
  }

  .strategic-service .bottom-shape {
    margin-top: 0;
  }

  #pub-slide .publisher-text h3 {
    font-size: 38px;
  }

  .testi-content {
    padding: 0 20px;
  }

  .univ-benefit {
    position: relative;
    z-index: 1;
  }

  #assist-univ-authors .service-box {
    min-height: 430px;
  }

  #author-edu .service-box {
    min-height: 300px;
  }

  #author-edu .service-box .view-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }

  .workflow li {
    width: 140px;
  }

  .workflow li.first:before {
    position: absolute;
    content: " ";
    top: -38px;
    background: url(https://www.enago.com/b2b-assets/images/university/wordflow-arrow.png);
    background-repeat: no-repeat;
    width: 427px;
    height: 40px;
    left: 61px;
    background-size: 398px;
  }

  .workflow li:after {
    position: absolute;
    content: " ";
    top: 53px;
    background: url(https://www.enago.com/b2b-assets/images/university/workflow-arrow1.png);
    background-repeat: no-repeat;
    width: 82px;
    height: 20px;
    right: -64px;
    background-size: 73px;
    right: -68px;
  }

  #winning-awards .last {
    z-index: 1;
    position: relative;
  }

  .yellow-highlights {
    z-index: 1;
    position: relative;
  }

  #enago_membership .advantages-box .cont-box.rht1 {
    width: auto;
  }

  #enago_membership .advantages-box .cont-box.rht2 {
    width: auto;
  }

  #enago_membership .advantages-box .cont-box.rht3 {
    width: auto;
  }

  #home-slider .publisher h3 {
    text-align: center;
  }

  .vid-container {
    width: 57%;
  }

  #vid-list .desc {
    display: none
  }

  #collaboration_models:before,
  #collaboration_models:after,
  #collaboration_models .dot-bg:before,
  #reason-to-choose:before,
  #reason-to-choose:after,
  #assist-authors:before,
  #partnership:before,
  #contact-us:before {
    background: none;
  }

  .service-box.subject-area-match {
    margin-bottom: 30px;
  }

  .plos #header .logo {
    margin-left: 15px;
  }

  .step-process {
    margin: 50px 0 40px 10px;
  }

  .step-process .step-div {
    padding-right: 8px;
    padding-left: 8px;
  }

  #plos-author-journals {
    padding-top: 180px;
  }

  #plos-author-journals .dot-bg:before {
    background: transparent
  }

  #plos-author-journals .dot-bg:after {
    background: transparent
  }

  #plos-journal h2.sec-head {
    height: auto
  }
}

@media only screen and (max-width: 812px) {

  /* ul#vid-list li a{padding: 5px 5px 5px 5px;display: inline-block} */
  .vid-thumb {
    width: 100px
  }

  .vid-detail {
    width: calc(100% - 108px);
    padding-left: 10px;
  }

  /* ul#vid-list li a:hover:before, ul#vid-list li.active a:before{border-left:0} */
  p#v_title_iframe {
    font-size: 18px;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  p#v_desc_iframe {
    font-size: 14px;
  }

  .vid-list-container .title {
    font-size: 12px
  }

  ul#vid-list li a:hover:before,
  ul#vid-list li.active a:before {
    top: 34px;
  }

  p#v_desc_iframe {
    top: 396px;
  }
}

@media only screen and (max-width: 768px) {
  #pub-slide .publisher-text {
    float: none;
    text-align: center;
    height: auto;
  }

  #pub-slide .publisher-text h3 {
    margin-top: 0 !important;
  }

  #pub-slide .publisher-text {
    margin: 50px 0;
  }

  #collaboration_models .media:after {
    background: none;
  }

  #client-testimonial {
    background: #333333;
  }

  #reason-to-choose .service-box {
    height: auto;
  }

  .service-box.subject-area-match1 {
    margin-bottom: 30px;
  }

  .service-box.assured-security {
    margin-bottom: 30px;
  }

  .contact-us {
    width: auto;
  }

  #assist-authors .service-box {
    min-height: 385px;
  }

  #uni-slide {
    background-position: center right;
  }

  #uni-slide .uni-text {
    height: auto;
    float: none;
    margin-right: 80px;
    text-align: center;
    margin-right: 0;
  }

  #uni-slide .uni-text h3 {
    margin: 50px 0 0 !important;
    font-size: 50px;
  }

  #uni-slide .textup {
    font-size: 24px;
    margin-bottom: 50px !important;
  }

  .manuscript-acceptance:after,
  .international-research:after {
    background: transparent;
  }

  .manuscript-acceptance,
  .international-research {
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #c5c5c5;
  }

  .international-research:before {
    top: -60px;
    left: 45%;
  }

  .globalization-goals:before {
    top: -60px;
    left: 45%;
  }

  .university .service-box.global-service {
    margin-bottom: 30px;
  }

  #assist-univ-authors .service-box {
    min-height: auto;
  }

  .pubsupport h3 br {
    display: none;
  }

  .key-impact h3 br {
    display: none;
  }

  .video img {
    float: none;
  }

  #author-edu .service-box {
    min-height: auto;
  }

  #author-edu .service-box .view-btn {
    right: 30px;
    bottom: 15px;
  }

  #enago_membership .advantages-box {
    background: none;
  }

  .desk-collaboration {
    display: none;
  }

  .mobile-collaboration {
    display: block;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.lft1 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.lft2 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.lft3 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.rht1 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.rht2 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  #enago_membership .advantages-box.mobile-collaboration .cont-box.rht3 {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }

  .collaboration-section-inner:after {
    background: none;
  }

  .award-box:after {
    background: none;
  }

  .award-box {
    border-bottom: 1px solid #ddd;
  }

  .contact-us {
    position: relative;
    z-index: 1;
  }

  .contact-submit-btn.text-center {
    position: relative;
    z-index: 2;
  }

  .workflow li {
    width: 100%;
    margin: 0 0 70px 0;
  }

  .workflow li:after {
    position: absolute;
    content: " ";
    top: 220px;
    background: url(https://www.enago.com/b2b-assets/images/university/workflow-arrow1.png);
    background-repeat: no-repeat;
    width: 82px;
    height: 20px;
    right: -64px;
    background-size: 73px;
    right: 44%;
    bottom: 0;
    transform: rotate(90deg);
  }

  #enago_membership .advantages-box .cont-box p:before {
    font-size: 24px;
    top: 0 !important
  }

  .workflow span.flow-icons {
    margin-bottom: 10px;
  }

  .workflow li.first:before {
    background: url(https://www.enago.com/b2b-assets/images/university/wordflow-arrow1.png);
    top: 53px;
    right: 0;
    left: auto;
    /* right: -139px; */
    height: 546px;
    background-repeat: no-repeat;
    right: 34%;
    width: 60px;
  }

  .workflow {
    padding: 50px 0 0;
  }

  .workflow li.last {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  #home-slider .publisher .carousel-caption {
    left: auto;
    right: auto;
    float: none;
    top: 15%;
    width: 100%;
    text-align: center;
  }

  #home-slider .publisher p {
    text-align: center;
  }

  .publisher-testi-bg:before {
    background: none;
  }

  #home-slider .publisher-testi-bg p {
    min-height: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .publisher-testi-bg {
    min-height: auto;
    padding: 10px;
  }

  #home-slider .carousel-caption {
    top: 0
  }

  .client-tagline {
    display: none;
  }

  #home-slider .publisher-testi-bg p:before {
    display: none;
  }

  .key-impact p {
    margin-bottom: 10px
  }

  .plos section#main-slide p {
    font-size: 14px;
  }

  .plos .service-detail-last::before {
    height: 152px;
    top: 0;
  }

  .plos .service-detail-last::after {
    height: 150px;
    bottom: 2px;
    left: -15px;
  }

  .step-process .step-div:after {
    top: 15%;
  }
}


@media only screen and (max-width: 420px) {

  #collaboration_models:before,
  #collaboration_models:after,
  #collaboration_models .dot-bg:before,
  #reason-to-choose:before,
  #reason-to-choose:after,
  #assist-authors:before,
  #partnership:before,
  #contact-us:before {
    background: none;
  }

  #pub-slide .publisher-text h3 {
    font-size: 34px;
  }

  ul.squer-points {
    column-count: 1;
  }

  #assist-authors h2,
  #reason-to-choose h2 {
    height: auto;
  }

  #uni-slide .uni-text h3 {
    font-size: 38px;
  }

  #uni-slide .textup {
    font-size: 20px;
  }

  #collaboration_models h1 {
    height: auto;
  }

  #contact-us h2,
  #assist-univ-authors h2,
  .university h2 {
    height: auto;
  }

  #enago_membership p {
    padding: 10px;
  }

  #enago_membership .advantages-box .cont-box p:before {
    top: 10px !important;
    left: 6px;
  }

  #assist-univ-authors:after {
    background: none;
  }

  #author-edu:before {
    background: none;
  }

  .workflow li.first:before {
    right: 17%
  }

  .workflow li:after {
    right: 38%;
  }

  #assist-univ-authors:before {
    background: none;
  }

  #enago_membership::after,
  #author-edu:after {
    background: none;
  }

  .langu-part {
    column-count: 1;
  }

  #home-slider .publisher h3 {
    font-size: 34px;
  }

  #home-slider .publisher-testi-bg p {
    font-size: 12px;
  }

  .integrated-partner {
    text-align: left;
  }

  #author-edu a.service-wrap {
    text-align: center
  }

  #author-edu h3,
  #author-edu p {
    padding-left: 0
  }

  #author-edu .service-wrap {
    padding: 10px
  }

  #author-edu .service-wrap .img-wrap {
    margin-bottom: 10px
  }

  .vid-container {
    width: 100%;
    height: 465px;
  }

  .vid-list-container {
    width: 100%;
    margin: 5px;
    height: 445px;
  }

  .vid-main-wrapper {
    padding: 10px 10px 10px 10px;
  }

  .plos .service-detail-last::before {
    background-image: none;
  }

  .plos .service-detail-last::after {
    background-image: none
  }

  .plos section#main-slide {
    height: auto
  }

  .step-process .step-div {
    width: 100%;
    text-align: left;
    height: 140px;
  }

  .step-process .step-div:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    background-size: 99%;
    bottom: 20px;
    top: auto;
    width: 38px;
  }

  .plos section#main-slide p {
    margin-top: 10px !important;
  }

  .step-div.step2 .text-left,
  .step-div.step3 .text-left,
  .step-div.step4 .text-left {
    padding-left: 0;
  }

  .step-process {
    margin: 50px 0 10px 10px;
  }

  .plos-contact-us .col-md-5 {
    padding-right: 15px !important
  }

  .plos .custom-file-label {
    right: 15px
  }

  #plos-author-journals {
    padding-top: 50px;
  }

  .plos .service-detail-last {
    padding-left: 0;
    padding-top: 20px;
  }

  .header_cta.float-right {
    float: none !important;
    margin-top: 20px;
    text-align: center
  }

  #testimo-carousel .testi-wrp {
    min-height: 650px;
  }

  .plos-sample .col-md-4.border-right {
    border-right: 0px solid #e8e8e8 !important;
  }

  .plos-sample .col-md-4 {
    margin-bottom: 30px
  }

  .plos-contact-us .form-control {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  #pub-slide .publisher-text h3 {
    font-size: 32px;
  }

  .publisher-testi-bg {
    margin-top: 5px;
    padding: 7px;
  }
}