@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap');

/** Bootstrap Reboot v4.0.0  */
*,::before,::after{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
[tabindex="-1"]:focus{outline:0!important}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
p{margin-top:0;margin-bottom:1rem}
abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
ol,ul,dl{margin-top:0;margin-bottom:1rem}
ol ol,ul ul,ol ul,ul ol{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
dfn{font-style:italic}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}
a:hover{color:#0056b3;text-decoration:underline}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):focus{outline:0}
pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}
figure{margin:0 0 1rem}
img{vertical-align:middle;border-style:none}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse}
caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}
th{text-align:inherit}
label{display:inline-block;margin-bottom:.5rem}
button{border-radius:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}
input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}
textarea{overflow:auto;resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}
progress{vertical-align:baseline}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{outline-offset:-2px;-webkit-appearance:none}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.css.map */


/* GRID */
.i-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.i-container {
  width:100%;
  max-width:1200px;
  box-sizing:border-box;
  padding:0 30px;
  margin: 0 auto;
}
.i-column{
  flex-flow: column;
}
.i-vertical-center{
  align-content: center;
  align-items: center;
}
.transition{
  transition: all .3s ease-out;
}
 @media(max-width:1199px) {
  .i-container {
   max-width:992px;
   padding:0 31px
  }
 }
 @media(max-width:991px) {
  .i-container {
   max-width:768px;
   padding:0 24px
  }
 }
 @media(max-width:767px) {
  .i-container {
   max-width:576px;
   padding:0 18px
  }
 }
 @media(max-width:575px) {
  .i-container {
   max-width:375px;
   min-width:320px;
   padding:0 20px
  }
 }


 /* END GRID */






 /* GENERAL STYLE */
 body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #757095;
}
body, .nav {
  max-width: 2400px;
  margin: 0 auto;
}
a{
  transition: all .3s ease-out;
  color: #232340;
}
a:hover{
  color: #4F46BA;
  text-decoration: underline;
}

h1,h2,h3,h4,h5{
  font-family: 'Manrope', sans-serif;
  color: #232340;
}
h1{
  font-weight: 800;
  font-size: 70px;
  line-height: 90px;
}
h2, main h1{
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}
.landing h2{
    margin-top: 60px;
}
.page-template{
    margin-top: 60px;
}
h3{
  font-weight: 800;
  font-size: 30px;
  line-height: 50px;
}
h4{
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
h5{
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
}
.bttn{
  font-family: 'Manrope', sans-serif;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  background: #4F46BA;
  border-radius: 10px;
  border: none;
  padding: 0 25px;
}
.bttn:hover{
  text-decoration: none;
  background: #A7A2DC;
  border: none;
  color: #FFFFFF;
}
.bttn-md{
  padding: 0 50px;
}
.aside-mb{
  margin-bottom: 100px;
}
main ul li{
  list-style: none;
  color: #64607D;
}
main ul li::before {
  color: #4F46BA;
  content: "\2022";
  font-size: 1.5em;
  padding-right: .25em;
  position: relative;
  top: .1em;
}
@media(max-width:575px){
  body{
    font-size: 14px;
    line-height: 24px;
  }
  h1{
    font-size: 36px;
    line-height: 50px;
  }
  h2, main h1{
    font-size: 26px;
    line-height: 40px;
  }
  h3{
    font-size: 24px;
    line-height: 35px;
  }
  .aside-mb {
    margin-bottom: 50px;
  }
  .landing h2{
    margin-top: 30px;
  }
  .page-template h2{
    margin-top: 30px;
  }
}

/* HEADER */
.header-logo {
  width: 160px;
  height: 50px;
  display: block;
}
.header-logo__img{
  width: 100%;
}
.nav__item {
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
}
.nav-mobile__item {
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
}
.nav__link,
.nav-mobile__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  height: 50px;
  transition: all 0s ease-out;
  color: #232340;
  font-family: 'Manrope', sans-serif;
}
.nav__link:hover,   
.nav__link--active,
.nav-mobile__link:hover,   
.nav-mobile__link--active {
  line-height: 48px;
  border-bottom: 2px solid #4F46BA;
  text-decoration: none;
}
.nav__bttn {
  margin: 0 0 0 35px;
}
.header{
  background: #fff url(/wp-content/themes/writemyessaytodaynew/assets/img/header-bg--lg.svg) no-repeat left bottom;
  background-size: cover;
  min-height: 900px;
  padding-top: 90px;
  margin-bottom: 100px;
}
.header.header--faq{
  margin-bottom: 0;
}
.nav--fixed {
  width: 100%;
  position: fixed;
  top:0;
  /* left: 0; */
  z-index: 7;
}

.nav--scrolled{
  background: rgb(168,229,252);
  background: linear-gradient(90deg, rgba(168,229,252,1) 0%, rgba(232,242,255,1) 100%);
}
.nav--fixed.nav--open{
  background: #fff url(/wp-content/themes/writemyessaytodaynew/assets/img/header-bg--lg.svg) no-repeat left bottom;
  background-size: cover;
}
.header.header--empty {
  min-height: 90px;
  background: rgb(168,229,252);
  background: linear-gradient(90deg, rgba(168,229,252,1) 0%, rgba(232,242,255,1) 100%);
}
@media(max-width:767px){
  .nav--fixed.nav--open{
    background: #fff url(/wp-content/themes/writemyessaytodaynew/assets/img/header-bg--md.svg) no-repeat left top;
    background-size: cover;
  }
}
.nav--open{
  height: 100vh;
}
.nav__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav__part-1,
.nav__part-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90px;
  align-content: center;
  align-items: center;
}
@media(min-width:992px){
  .nav-mobile{
    display: none;
  }
}
@media(max-width:991px){

  .nav__part-2 {
    display: none;
    flex-flow: column;
    height: auto;
    align-items: flex-start;
    margin-top: 60px;
  }
  .nav__part-2--open{
    display: flex;
  }
  .nav__part-1{
    width: 100%;
  }
  .nav__container{
    align-items: flex-start;
    align-content: flex-start;
  }
  .nav__sign-in,
  .nav__order{
    display: none;
  }

}
.hamburger{
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin: 0 0 0 65px;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/menu.svg) no-repeat center center;
  cursor: pointer;
}
.hamburger__open{
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/close.svg) no-repeat center center;
}

@media(max-width:991px){
  .header.header--faq{
    min-height: 650px;
  }
}
@media(max-width:767px){
  .header{
    background: #fff url(/wp-content/themes/writemyessaytodaynew/assets/img/header-bg--md.svg) no-repeat left top;
    margin-bottom: 50px;
  }
  .hamburger{
    margin: 0 0 0 35px;
  }
  .nav__bttn {
    margin: 0 0 0 20px;
  }
  .header.header--faq {
    background-position: bottom left;
  }

}

@media(max-width:575px){
  .header.header--faq {
    background-position: bottom -100px center;
    min-height: 450px;
  }
  .nav-mobile__link,
  .nav-mobile__bttn {
    display: none;
  }
  .nav__part-1{
    height: 60px;
  }
  .nav__part-2{
    width: 100%;
  }
  .header-logo {
    width: 100px;
    height: 30px;
  }
  .hamburger {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    margin: 0 0 0 35px;
  }
  .header {
    padding-top: 60px;
  }
  .header.header--faq{
    margin-bottom: 0;
  }
  
  .nav__sign-in,
  .nav__order{
    display: inline-block;
  }
  .nav__order {
    width: 100%;
    margin: 60px 0;
  }
  .nav__link {
    margin: 10px 0;
  }
  .header.header--empty {
  min-height: 60px;
}
}

.btn-procide-calc{
  padding: 0 35px;
}


.hero__title {
  font-weight: 800;
  font-size: 70px;
  line-height: 90px;
  color: #FFFFFF;
  margin: 140px 0 30px;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/hero-icon.svg) no-repeat right top 16px;
  width: max-content;
}

.hero__inside-title {
  font-weight: 800;
  font-size: 70px;
  line-height: 90px;
  color: #FFFFFF;
  margin: 50px 0 30px;
}
.hero__inside {
  max-width: 595px;
}

.hero__desc{
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
}

.hero__col{
  width: 50%;
}
.header.header--inside {
  min-height: 540px;
  margin-bottom: 0;
  background-image:  url(/wp-content/themes/writemyessaytodaynew/assets/img/header-inside-bg--lg.svg);
} 
@media(max-width:1900px){
  .header.header--inside {
    /*min-height: 600px;*/
  } 
}
@media(max-width:1600px){
  .header.header--inside {
    /*min-height: 600px;*/
  } 
}
@media(max-width:1440px){
  .header.header--inside {
    min-height: 540px;
  } 
}
@media(min-width:992px) and (max-width:1199px){
  .hero__title {
    font-size: 55px;
    line-height: 70px;
    background-position: right top 10px;
  }

}

@media(max-width:991px){
  .header.header--inside {
    min-height: 450px;
  }
  .hero__col {
    width: 100%;
  }
  .hero__title {
    margin: 60px 0 30px;
  }
  .hero__inside-title {
    margin: 50px 0 30px;
  }
  .hero__desc{
    margin-bottom: 10px;
  }
  
}

@media(max-width:767px){
  .hero__inside-title {
    font-size: 55px;
    line-height: 70px;
    background-position: right top 10px;
  } 
  .header.header--inside {
    min-height: 450px;
    background-position: bottom center;
    background-image:  url(/wp-content/themes/writemyessaytodaynew/assets/img/header-inside-bg--md.svg);
  }
}
@media (max-width:575px) {
.hero__title {
    margin: 50px 0 20px;
    font-size: 36px;
    line-height: 50px;
    background: url(/wp-content/themes/writemyessaytodaynew/assets/img/hero-icon-sm.svg) no-repeat right top 8px;
  } 
  .hero__inside-title {
    margin: 50px 0 20px;
    font-size: 36px;
    line-height: 50px;
  } 
  .hero__desc {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .header.header--inside {
    min-height: 300px;
    background-position: bottom  center;
    background-size: 100% auto;
  }
}


/* Benefits */

.benefits {
  margin-bottom: 50px;
}

.benefit img {
  margin-right: 15px;
}

.benefit {
  font-weight: 800;
  font-size: 16px;
  line-height: 50px;
  color: #232340;
}
@media (max-width:991px) {
  .benefit {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 25%;
  }
  .benefit img {
    width: 50px;
    height: 50px;
  }
  .benefit {
    width: 50%;
    margin-bottom: 40px;
  }
  .benefits {
    margin-bottom: 10px;
  }
}

@media (max-width:575px) {
  .benefit img {
    width: 40px;
    height: 40px;
  }
  .benefit {
    font-size: 14px;
    line-height: 40px;
  }
}


/* Footer */
.footer address {
  margin: 0;
}
.footer {
  padding: 100px 0 50px;
  background: #232340;
  color: #fff;
}

.footer,
.footer a{
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #DFE4F1;
  font-family: 'Manrope', sans-serif;
}
.footer__col-logo {
  width: 25%;
}
.footer__col-other {
  width: 75%;
}
.footer__col-link,
.footer__col-contact {
  width: 33%;
}
.footer__col-link{
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}

.footer__icon {
  margin: 7px 12px 7px 0;
}
.footer__call,
.footer__message,
.footer__location,
.footer__chat {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  min-height: 30px;
  align-items: flex-start;
}
.footer__num {
  margin: 9px 0;
  height: 12px;
}
.footer__info-col {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #BAC0D0;
}
.footer__line-1 {
  margin-bottom: 100px;
}
.footer__line-2 {
  padding: 30px 0 0 0;
  border-top: 1px solid #64607D;
  align-items: flex-end;
}

@media(min-width:992px){
  .footer__info-img-2{
    display: none;
  }
}
@media(max-width:991px){
  .footer__info-img-1{
    display: none;
  }
  .footer__line-2 {
    align-items: flex-start;
  }
  .footer__col-logo {
    width: 25%;
  }
  .footer__col-other{
    width: 66%;
  }
  .footer__col-link {
    width: 50%;
  }
  .footer__col-contact {
    width: 100%;
    margin-top: 50px;
  }
}

@media(max-width:991px){

  .footer__col-logo {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #64607D;
  }
  .footer__col-other {
    width: 100%;
  }
  .footer__line-1 {
    margin-bottom: 50px;
  }

}

@media(max-width:575px){
  .footer {
    padding: 40px 0 20px;
  }
  .footer__line-2 {
    padding: 20px 0 0 0;
  }
  .footer__info-col {
    margin-top: 20px;
  }
  .footer, .footer a {
    font-size: 12px;
  }
  .footer__col-contact {
    margin-top: 40px;
  }
  .footer__line-1 {
    margin-bottom: 40px;
  }
  .footer__call, .footer__message, .footer__location, .footer__chat {
    margin-bottom: 0px;
  }
}

/* Bottom cta*/
.bottom-cta {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/bottom-cta-bg.svg) no-repeat top center;
    background-size: auto;
  background-size: cover;
  padding: 120px 0 50px;
}

.bottom-cta__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 0 0 30px;
}

.bottom-cta__container{
  position: relative;
}

.bottom-cta__img {
  position: absolute;
  right: 30px;
  bottom: -50px;
  width: 530px;
  height: auto;
}

@media(max-width:991px){
  .bottom-cta__img {
    right: 0px;
    width: 346px;
  }
  
  .bottom-cta {
    background-position: left top;
  }
}

@media(max-width:767px){

  .bottom-cta {
    background: url(/wp-content/themes/writemyessaytodaynew/assets/img/bottom-cta-bg--md.svg) no-repeat top left;
    background-size: auto 100%;
  }

  .bottom-cta__title br {
    display: none;
  }
  .bottom-cta__title {
    font-size: 26px;
    line-height: 40px;
    max-width: 320px;
  }
  .bottom-cta__img {
    right: 0px;
    width: 330px;
  }
}

@media(max-width:575px){

  .bottom-cta {
    background-size: 100% auto;
    padding-bottom: 0;
    padding-top: 200px;
    background: url(/wp-content/themes/writemyessaytodaynew/assets/img/bottom-cta-bg--sm.svg) no-repeat top left;
    background-size: 100% auto;
  }
  .bottom-cta__title {
    max-width: unset;
    text-align: center;
  }
  .bottom-cta__img {
    display: block;
    width: 300px;
    height: 260px;
    margin: 30px auto 0;
    position: inherit;
    bottom: unset;
    right: unset;
  }
  .bttn.bttn-md.bottom-cta__bttn {
    margin: 0 auto;
    margin: 0 auto;
    width: 180px;
    display: block;
  }
}
@media(max-width:420px){
  .bottom-cta {
    padding-top: 150px;
  }
  .bottom-cta__img {
    margin: 10px auto 0;
  }
}

/* Testimonials */
.testimonials__container {
  padding-top: 60px;
  padding-bottom: 50px;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-icon.svg) no-repeat left 30px top;
}
.testimonials__title {
  padding-left: 30px;
}
.testimonials__item {
  margin-top: 20px;
}
.testimonials__shadow{
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(223, 228, 241, 0.4);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonials__item {
  display: none;
}

.testimonials__item--active {
  display: block;
}
.testimonials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-height: 552px;
}
.testimonials__item.one {
  width: 430px;
  margin-top: 90px;
  margin-right: 30px;
}
.testimonials__item.two {
  width: 525px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.testimonials__item.three {
  width: 385px;
  margin-right: 170px;
}

.testimonials__order {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #64607D;
  margin-bottom: 10px;
}
.testimonials__name {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #232340;
  margin-bottom: 20px;
}
.testimonials__name span{
  font-weight: 500;
  font-size: 16px;
  color: #A7A2DC;
}
.testimonials__text {
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #757095;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-icon.svg) no-repeat left top;
  background-size: 16px auto;
}



.testimonials__nav-arrow-left {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-left.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .3s ease-out;
}
.testimonials__nav-arrow-right {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-right.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 30px;
  transition: all .3s ease-out;
}

.testimonials__nav-arrow-left:hover {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-left-active.svg);
}
.testimonials__nav-arrow-right:hover {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-right-active.svg);
}
.testimonials__nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 40px;
}
.testimonials__nav-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 110px;
  height: 40px;
}
.testimonials__nav-dot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #DFE4F1;
  cursor: pointer;
  transition: all .3s ease-out;
}

.testimonials__nav-dot.dot-active {
  background: #4F46BA;
  width: 45px;
}
.testimonials__nav-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 173px;
  height: 40px;
  align-items: center;
}
@media(max-width:1199px){
  .testimonials__item.one {
    width: 390px;
  }
  .testimonials__item.two {
    width: 390px;
  }
  .testimonials__item.three {
    width: 370px;
  }
  .testimonials__list {
    min-height: 578px;
  }
}
@media(max-width:991px){
  .testimonials__item.one {
    width: 340px;
    margin-right: 15px;
  }
  .testimonials__item.two {
    width: 340px;
    margin-left: 15px;
  }
  .testimonials__item.three {
    width: 324px;
    margin-bottom: 30px;
  }
  .testimonials__list {
    min-height: 634px;
  }
}

@media(max-width:767px){

  .testimonials__item.one,
  .testimonials__item.two,
  .testimonials__item.three {
    width: 100%;
    margin: 30px auto;
    max-width: 400px;
  }
  .testimonials__list {
    min-height: 320px;
  }
  .testimonials__nav-dots {
    max-width: 350px;
    width: 100%;
  }
  .testimonials__title {
    padding-left: 0px;
  }
  .testimonials__nav-arrows{
    display: none;
  }
  .testimonials__nav {
    justify-content: center;
  }
  .testimonials__container {
    background-position: left top;
    background-size: 105px auto;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
@media(max-width:575px){

  .testimonials__list {
    min-height: 350px;
  }
 
}

/* Widget C */
.widget-c__title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.widget-c__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #232340;
  margin: 0;
}
.widget-c__img {
  margin-right: 20px;
}
.widget-c__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #757095;
}
.widget-c__item {
  width: 48%;
  margin-bottom: 60px;
}
.widget-c__main-title{
  margin-bottom: 60px;
}
@media(max-width:991px){
  .widget-c__item {
    margin-bottom: 40px;
  }
  .widget-c__main-title{
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .widget-c__item {
    width: 100%;
  }
  .widget-c__title{
    font-size: 14px;
  }
  .widget-c__item {
    margin-bottom: 30px;
  }
}

/* Writers */
.writers__item {
  width: 31%;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(223, 228, 241, 0.4);
  border-radius: 20px;
}

.writers__item.writers__item--active {
  display: block;
}

.writers__header {
  padding: 0 20px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg, #F8F9FD, #F8F9FD), #E8F2FF;
  height: 98px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.writers__avatar {
  border: 2px solid #4F46BA;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.writers__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #232340;
}
.writers__degree {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #A7A2DC;
}

.writers__info {
  line-height: 20px;
  padding-left: 10px;
}

.writers__stars {
  height: 19px;
}
.writers__star-num {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #232340;
  padding-left: 5px;
}

.writers__body {
  padding: 0 20px 20px 20px;
}

.writers__statistic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #DFE4F1;
  align-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.writers__statistic span {
  color: #232340;
}
.writers__disciplines {
  padding: 20px 0 17px;
  border-bottom: 1px solid #DFE4F1;
}
.writers__disciplines span {
  background: linear-gradient(0deg, #F8F9FD, #F8F9FD), #E8F2FF;
  border-radius: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #4F46BA;
  padding: 10px;
  margin: 0 6px 3px 0;
}

.writers__bttn {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #4F46BA;
  border-radius: 10px;
  width: 180px;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #4F46BA;
  height: 44px;
  margin-top: 20px;
  text-decoration: none !important;
}
.writers__bttn:hover{
  border-color: #A7A2DC;
  color: #A7A2DC;
}


.writers__nav-arrow-left {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-left.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .3s ease-out;
}
.writers__nav-arrow-right {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-right.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 30px;
  transition: all .3s ease-out;
}

.writers__nav-arrow-left:hover {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-left-active.svg);
}
.writers__nav-arrow-right:hover {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/testimonials-right-active.svg);
}
.writers__nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 40px;
}
.writers__nav-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 110px;
  height: 40px;
}
.writers__nav-dot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #DFE4F1;
  cursor: pointer;
  transition: all .3s ease-out;
}

.writers__nav-dot.dot-active {
  background: #4F46BA;
  width: 45px;
}
.writers__nav-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 140px;
  height: 40px;
  align-items: center;
}
.writers__list {
  margin: 40px 0;
}
@media(max-width:1199px){
  .writers__disciplines {
    min-height: 124px;
  }
}
@media(max-width:991px){
  .writers__disciplines {
    min-height: unset;
  }
  .writers__item {
    width: 46%;
  }
}
@media(max-width:767px){
  .writers__item {
    width: 100%;
    max-width: 355px;
  }
  .writers__item {
    margin: 0 auto;
  }
  .writers__nav-arrows {
    display: none;
  }
  .writers__nav-dots {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:575px){
  .writers__disciplines span {
    padding: 10px 5px;
  }
}

/* Widget B */
.widget-b__title-wrap {
  margin-bottom: 10px;
}
.widget-b__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #232340;
  margin: 0;
}
.widget-b__img {
  margin-bottom: 5px;
}
.widget-b__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #757095;
}
.widget-b__item {
  width: 48%;
  margin-bottom: 60px;
}
.widget-b__num-1 {
  background: url('/wp-content/themes/writemyessaytodaynew/assets/img/num-1.svg') no-repeat right 30px center;
}
.widget-b__num-2 {
  background: url('/wp-content/themes/writemyessaytodaynew/assets/img/num-2.svg') no-repeat right 30px center;
}
.widget-b__num-3 {
  background: url('/wp-content/themes/writemyessaytodaynew/assets/img/num-3.svg') no-repeat right 20px center;
}
.widget-b__num-4 {
  background: url('/wp-content/themes/writemyessaytodaynew/assets/img/num-4.svg') no-repeat right 20px center;
}
@media(max-width:991px){
  .widget-b__item {
    margin-bottom: 40px;
  }
  .widget-b__main-title{
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .widget-b__item {
    width: 100%;
  }
  .widget-b__title{
    font-size: 14px;
  }
  .widget-b__item {
    margin-bottom: 30px;
  }
  .widget-b__img {
    width: 40px;
    height: auto;
  }
  .widget-b__num-1,
  .widget-b__num-2,
  .widget-b__num-3,
  .widget-b__num-4 {
    background-position: right center;
  }
}

/* block with shadow */

.uls-with-shadow ul {
  box-shadow: 0px 4px 10px rgba(223, 228, 241, 0.4);
  border-radius: 22px;
  padding: 50px 50px 50px 50px;
  width: 31%;
}
.uls-with-shadow {
  margin: 50px 0;
}
.uls-with-shadow ul li {
  font-size: 18px;
}
@media(max-width:1199px){
  .uls-with-shadow ul {
    padding: 50px 10px 50px 40px;
  }
}
@media(max-width:991px){
  .uls-with-shadow ul {
    padding: 50px 50px 50px 50px;
    width: 48%;
  }

}@media(max-width:767px){
  .uls-with-shadow ul {
    padding: 50px 50px 50px 50px;
    width: 100%;
  }
  .uls-with-shadow ul li {
    font-size: 16px;
  }
}

/* safe block */
.safe-block {
  width: 265px;
  height: 400px;
  background: linear-gradient(48.72deg, #1BCAF6 -3.19%, #E8F2FF 105.42%);
  border-radius: 20px;
  position: relative;
  float: right;
  margin: 0 0 30px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.safe-block:before{
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  right: -30px;
  top:-30px;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/icon-safe.svg) no-repeat;
  background-size: 100% 100%;
}

.safe-block span {
  display: block;
  width: 200px;
  padding: 0 0 0 50px;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #FFFFFF;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/icon-check.svg) no-repeat left center;
  margin: 15px 0;
}
@media(max-width:991px){
  .safe-block__wrap {
    display: flex;
    flex-flow: column-reverse;
  }
  .safe-block {
    width: 100%;
    margin: 70px 0 30px;
    height: 240px;
    flex-direction: row;
  }
}

@media(max-width:767px){
  .safe-block span {
    background-size: 25px;
    line-height: 25px;
    font-size: 20px;
    margin: 10px 0;
    padding-left: 40px;
  }
  .safe-block::before {
    width: 70px;
    height: 70px;
    top: -20px;
    right: -20px;
  }
  .safe-block {
    height: 230px;
    flex-direction: column;
  }
}

.lighting{
  float: right;
  margin: 0 0 30px 50px;
}

@media(max-width:991px){
  .lighting {
    width: 170px;
  }
}
@media(max-width:767px){
  .lighting {
    width: 120px;
  }
}
@media(max-width:575px){
  .lighting {
    display: none;
  }
}
/*fix for banner */ 
body .banner-solidarity{
  position: fixed;
  width: 100%;
  z-index: 6;
}
.banner-show .nav--fixed {
  top: 70px;
}
.banner-show .header {
  padding-top: 160px;
}
@media(min-width: 768px) and (max-width: 1199px){
  .banner-show .nav--fixed {
      top: 80px;
  }
  .banner-show .header {
      padding-top: 170px;
  }
}
@media(max-width:767px){
  .banner-show .nav--fixed {
    top: 120px;
  }
  .banner-show .header {
      padding-top: 210px;
  }
}

/* FAQ Page */
.faq__item {
  background: linear-gradient(0deg, #F8F9FD, #F8F9FD), #E8F2FF;
  border-radius: 10px;
  margin-bottom: 16px;
}
.faq__item h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;  
  color: #232340;
  padding: 15px 44px 15px 24px;
  cursor: pointer;
  min-height: 70px;
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/icon-plus.svg) no-repeat right 18px center;
}
.faq__item.open h3 {
  background: url(/wp-content/themes/writemyessaytodaynew/assets/img/icon-minus.svg) no-repeat right 18px center;
}
.faq__text {
  display: none;
  padding: 20px 0 30px;
  margin: 0 24px;
  border-top: 1px solid #DFE4F1;
}
.faq__item.open .faq__text {
  display: block;
}
.faq__text p {
  margin: 0;
}
.faq__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq__col{
  width: 48%;
}
@media(max-width:991px){
.faq__col{
    width: 100%;
  }  
}

@media(max-width:575px){
.faq__item h3{
  font-size: 14px;
  line-height: 20px;
  background-size: 20px auto;
}
.faq__text{
  font-size: 14px;
  line-height: 20px;
  }  
  .faq__item h3 {
    padding: 10px 44px 10px 24px;
    min-height: 60px;
  }
}

/* Contact Us*/
.contacts__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts__info {
  width: 32%;
}
.contacts__map {
  width: 65%;
  border-radius: 20px;
    overflow: hidden;
}

.contacts__info-row-1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #232340;
  padding: 10px 0;
}
.contacts__info-row-2 {
  margin-bottom: 15px;
}
.contacts__info-row-1 img {
  margin-right: 5px;
}
.contacts__info, .contacts__map {
  margin-bottom: 50px;
}
@media(max-width:991px){
    .contacts__info {
        width: 100%;
    }
    .contacts__info-col {
      width: 50%;
    }
    .contacts__info {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .contacts__map {
        width: 100%;
    }
}
@media(max-width:767px){
    .contacts__info-col {
      width: 100%;
    }
}

@media(max-width:575px){
    .contacts__info-row-1 {
        font-size: 24px;
    }
}
/* page-template */
.page-template h1 {
  text-align: center;
  font-size: 45px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;
}
@media(max-width:575px){
  .page-template h1 {
    font-size: 31px;
    line-height: 40px;
  }
}
/*404*/
.header.header--404 {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/header-404-bg--lg.svg);
  margin-bottom: 0;
}
.hero-404__title {
  font-weight: 800;
  font-size: 300px;
  line-height: 300px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 50px;
}
.hero-404__desc {
  font-weight: 600;
  font-size: 60px;
  line-height: 82px;
  text-align: center;
  color: #FFFFFF;
}
@media(max-width:767px){
.header.header--404 {
  background-image: url(/wp-content/themes/writemyessaytodaynew/assets/img/header-404-bg--md.svg);
  min-height: 700px;
  background-position: bottom left;
}
  .hero-404__title {
    font-size: 160px;
    line-height: 219px;
    margin-top: 30px;
  }
  .hero-404__desc {
    font-size: 52px;
    line-height: 82px;
  }
}
@media(max-width:575px){
  .hero-404__desc {
    font-size: 30px;
    line-height: 41px;
  }
}
.prices_list {
	padding-left: 0;
}
.prices_container {
	margin-top: 120px;
}
.extras_items {
	font-weight: 800;
font-size: 16px;
line-height: 30px;
	color: #232340;
	margin-top: 50px;
	margin-bottom: 10px;
}
.extras_items img {
	margin-right: 20px;
}


