p.rate {
  padding-bottom: 0px !important;
  padding-right: 5px;
}

.rightBoxBtns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 6px;
  position: relative;
  font-weight: 500;
}

.relatedWraper img.blogimg2,
img.blogimg2 {
  display: block !important;
}

.blogimg2 {
  opacity: 1 !important;

}

.card-head {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.card {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 30px;
}

span.faq-icon {
  right: 18px;
  top: 50%;
  transform: translate(-50%, -39%);
}

.faqSection .sec-head {
  text-align: center;
}

.card.show span.faq-icon svg circle {
  stroke: #117bd4;
  fill: #117bd4;
}

.card.show span.faq-icon svg path {
  fill: #fff;
}

.card.show span.faq-icon {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.feature-image {
  position: relative;
  max-width: 692px;
  width: 100%;
  min-height: 410px;
  height: 100%;
}

.feature-image+p {
  padding-top: 25px;
  padding-bottom: 0;
}

.bolg-p img.page-cover-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: block;
}

section.faqSection {
  margin-top: 30px;
}

.skeleton__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #EEEEEE 47.92%, #F6F6F6 60.42%, #EEEEEE 72.92%);
  animation: shine-header 1s 0s infinite linear;
  background-size: 650px;
}

.aj-rating .skeleton__img {
  width: 70px;
  height: 70px;
  max-width: 70px !important;
  border-radius: 100%;
  position: unset;
}

img.rel_Image {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

@keyframes shine-header {
  0% {
    background-position: 0px;
  }

  50% {
    background-position: 325px;
  }

  100% {
    background-position: 630px;
  }
}

img.rel_Image {
  width: 100%;
  max-width: 100%;
  height: 100%;

}

.rightBoxBtns .hire__Btn {
  background: #055FAB;
  color: #FFFFFF;
  border: 1px solid #055FAB;
}

.container {
  max-width: 1200px;
}

.bolg-p img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.progressBar {
  position: fixed;
  width: 0;
  top: 0px;
  height: 4px;
  background: red;
  z-index: 55;
}

.BreadcrumbList p a {
  margin-right: 30px;
  position: relative;
}

.BreadcrumbList p a::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 3px;
  background-image: url(../../images/articles/double_arrow.png);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.bolg-p p a {
  cursor: pointer;
  position: relative;
  margin-right: 17px;
  color: #1A73E8;
  display: inline-block;
}

.bolg-p p a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  /* background-image: url(../images/target-blank.svg); */
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.bolg-p .ajall_service .paraWrap ul a::after {
  content: '';
  top: 5px;
}

.bolg-p ul li a {
  position: relative;
}

.sidebar {
  max-width: 335px;
  width: 100%;
}

header.mpw-navbar {
  background: #fff;
}

.BreadcrumbList {
  display: flex;
  width: 100%;
  padding-left: 50px;
}

.bolg-p h2.faqs-heading {
  text-align: center;
}

p.loadMore span {
  cursor: pointer;
}

.bolg-p a:hover {
  text-decoration: underline;
}

a.our_Writers {
  max-width: fit-content;
  width: 100%;
  margin: 20px auto;
  display: block;
  background-color: #117BD4;
  color: #fff !important;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
}

a.our_Writers:hover {
  background-color: #0463B2;
}

.relatedWraper .BreadcrumbList p {
  margin-bottom: 10px;
  margin-top: 0;
  white-space: nowrap;
  color: #68676A;
}

.crumbs {
  overflow-x: auto;
  max-width: 760px;
  margin-bottom: 16px;
}

.crumbs::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  cursor: pointer;
}

.crumbs::-webkit-scrollbar {
  width: 5px;
  max-height: 5px
}

.crumbs::-webkit-scrollbar-track {
  background: #e5e5e5
}

.crumbs::-webkit-scrollbar-thumb {
  background: #117bd4;
  border-radius: 4px
}

.related {
  padding: 70px 0;
}

h1.text-left {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #01305C;
  padding-bottom: 0px;
}

.BreadcrumbList p {
  font-size: 15px;
  line-height: 18px;
}

.BreadcrumbList span {
  font-size: 15px;
  margin: 0 6px;
  color: #bbb;
  display: none;
}

.BreadcrumbList a {
  color: #055FAB;
}

.bolg-p .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  padding: 15px 0 27px;
}

.bolg-p .blog-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bolg-p .blog-info-item p {
  font-size: 15px;
  line-height: 18px;
  color: #68676A;
  padding-bottom: 0;
}

.bolg-p .blog-info-item p strong {
  font-weight: 500;
}

.bolg-p .svg-icon {
  display: flex;
  margin-right: 5px;
  align-items: center;
}

.bolg-p {
  max-width: 792px;
  width: 100%;
}

.bolg-p p,
.bolg-p li {
  font-weight: 450;
  font-size: 17px;
  line-height: 157%;
  padding-bottom: 20px;
  color: #2F2F31;
}

.main-card {
  padding-top: 20px;
  justify-content: flex-start;
}

.bolg-p li::marker {
  color: #2D96EE;
}

.bolg-p li {
  padding-bottom: 0;
}

.bolg-p li+li {
  margin-top: 8px;
}

.bolg-p ul+p {
  padding-top: 16px;
}

.relatedWraper p+h3 {
  margin-top: 15px;
}

.relatedWraper p+h2,
.relatedWraper ul+h2 {
  margin-top: 15px;
}

.relatedWraper {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}

.priceCalculator {
  position: sticky !important;
  top: 145px;

}

.bolg-p {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 34px 50px 40px;
}

.sidebar p,
.sidebar li {
  margin: 4px 0 12px;
  font-size: 14px;
  line-height: 161%;
  color: #000;

}

.writersSwiper .swiper-wrapper {
  padding: 60px 0px 0;
}

.relatedWraper img.blogimg2 {
  margin-bottom: 20px;
  max-width: 720px;
  width: 100%;
  height: 540px;
  display: none;
  margin-top: 15px;
  object-fit: cover;
}

.blop-pWraper {
  max-width: 68%;
  width: 100%;
}

.bolg-p ol li::marker,
.bolg-p ul li::marker {
  color: rgb(17, 112, 205);
  font-weight: 700;
}

.relatedWraper h2 {
  margin: 35px 0 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #01305C;
}

.relatedWraper h4 {
  margin: 32px 0 16px;
  font-size: 20px;
  line-height: 32px;
  color: #01305C;
}

.relatedWraper h3 {
  margin: 5px 0 20px;
  font-size: 22px;
  line-height: 32px;
  color: #01305C;
}

.relatedWraper .blogques h4 {
  color: #2d96ee;
  margin: 0;
  font-size: 18px;
  color: #1E2532;
}

.relatedWraper h2+p,
.relatedWraper h2+a,
.relatedWraper h3+p,
.relatedWraper h4+p,
.relatedWraper h3+a,
.relatedWraper h4+a {
  padding-top: 0;
}

.relatedWraper ol,
.relatedWraper ul {
  padding-left: 30px;
}

.related-img {
  width: 100%;
  display: block;
}

.content {
  padding-top: 30px;
}

.blogques {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blogques h2 {
  font-size: 24px;
  line-height: 32px;
}

.blogques ul {
  padding-left: 40px;
  padding-top: 20px;
}

.blogques ul li {
  padding-bottom: 15px;
}

p.mid {
  width: 313px;
}

/* Sidebar */
.sideBar {
  min-width: 325px;
  width: 100%;
  margin-left: auto;
}

p.side-head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.learn-side {
  padding: 20px;
  position: sticky;
  top: 150px;
  box-shadow: 0px 0px 10px #d2d2d2a3;
}

.bolg-p a {
  color: #2d96ee;

}

a.learn-btn {
  text-decoration: none;
  font-size: 20px;
  background-color: #d30304;
  color: #fff;
  width: 80%;
  display: block;
  border-radius: 100px;
  -webkit-box-shadow: 0 6px 0 rgb(255 42 19 / 58%), 0 3px 15px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0 6px 0 rgba(255, 42%, 19%, 58%), 0 3px 15px rgba(0, 0, 0, .4);
  box-shadow: 0 6px 0 rgb(255 42 19 / 58%), 0 3px 15px rgb(0 0 0 / 40%);
  transition: .2s all ease;
  transform: translate(0, -3px);
  border: none;
  height: auto;
  padding: 16px;
  text-align: center;
  margin: 30px auto;
  position: relative;
}

.learn-btn .pulseanim {
  animation-name: sidebar-animation;
}

a.learn-btn:hover {
  box-shadow: 0 3px 0 rgb(255 42 19 / 58%), 0 3px 15px rgb(0 0 0 / 40%);
  transform: translate(0, 3px);
}

img.open-gif {
  max-width: 125px;
  width: 100%;
  height: 35px;
}

@keyframes sidebar-animation {

  0% {

    box-shadow: 0 0 0 0px #d30304;

  }

  100% {

    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);

  }

}


.writersSwiperWraper {
  position: relative;
}

.writersSwiper {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding-bottom: 20px;
}

.main-box {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
  background-color: #F5F9FF;
  padding: 35px 17px 15px 0px;
  margin: 0 auto;
  border-radius: 15px;
  min-height: 434px;
}

.left-box {
  max-width: 245px;
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #EDF0F4;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  border-radius: 20px;
  position: relative;
  margin-top: -55px;
  margin-left: -10px;
  margin-right: 15px;
}

.left-box .rating {
  max-width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #CFDEF0;
  display: flex;
}

.aj-rating {
  margin-right: 13px;
  position: relative;
  max-width: 70px;
  width: 100%;
  height: 70px;
}

.aj-rating img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}

.writer-disc {
  width: 100%;
}

p.writer-name {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}

.custom__flex {
  width: 100%;
  display: flex;
  align-items: center;
}

p.writer_revs {
  padding-top: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #92ABC9;
  font-weight: 500;
}

.main-expert {
  padding: 15px 0px 3px;
  display: flex;
  border-bottom: 1px solid #CFDEF0;
}

.aj-expert p {
  padding-bottom: 12px;
  display: flex;
}

.md-none {
  display: none;
}

.writer-edu {
  padding-top: 12px;
}

.rating-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #CFDEF0;
  margin-bottom: 15px;
}

.relatedWraper .experts-title {
  text-align: left;
  color: #01305C;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 8px;
}

.relatedWraper .id {
  color: #055fab;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.relatedWraper .study {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #01305C;
}

.relatedWraper .descrp {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-top: 7px;
  color: #14181B;
  font-weight: 450;
}

.aj-id {
  width: 100%;
}

.md-none {
  display: none;
}

.rightBoxBtns {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.rightBoxBtns .about__Btn {
  border: 1px solid #01305c;
  color: #01305c;
  margin-right: 10px;
  text-decoration: none;
}

.rightBoxBtns .about__Btn:hover {
  background: #f3f7fd;
  color: #01305c;
}

.writersSwiperWraper .swiper-button-next,
.writersSwiperWraper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  border: 1px solid #B0B0B0;
}

.writersSwiperWraper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 18% !important;
}

.writersSwiperWraper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 16% !important;
}

.writers__Controls {
  position: absolute;
  width: 100%;
  top: 50%;
}


.writersSwiperWraper .swiper-button-next:after,
.writersSwiperWraper .swiper-button-prev:after {
  font-size: 14px;
  color: #B0B0B0;
  font-weight: 600;
}

.aj-expert .degree {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  color: #01305c;
  display: block;
  min-width: 70px;
  margin-right: 48px;
}

.aj-expert .level {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #055fab;
  display: block;
}

.writer-edu p {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  color: #92ABC9;
  padding-bottom: 13px;
  position: relative;
}

.writer-edu span {
  background: #F5F9FF;
  border-radius: 3px;
  display: inline-block;
  max-width: max-content;
  font-weight: 450;
  font-size: 11px;
  line-height: 20px;
  padding: 2px 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-transform: capitalize;
  color: #01305c;
}

.writersSwiperWraper .swiper-button-next:hover,
.writersSwiperWraper .swiper-button-prev:hover {
  border-color: #117bd4;
  background: #F6F6F6;
}

.blogPdfs {
  padding: 10px 0;
}

.pdfBtn {
  padding: 10px 20px;
  display: block;
  border: 2px solid #C8DEF7;
  border-radius: 4px;
  background-color: #f5f9ff;
  transition: all ease .1s;
}

.pdfBtn .text-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdfBtn .text-center p {
  padding: 0;
}

.pdfBtn:hover {
  border: 2px solid #117BD4;
}

.blogPdfs p {
  margin: 0;
  line-height: 28px;
  flex-basis: 91%;
  padding: 0 !important;
}

b {
  padding-bottom: 10px;
  display: block;
}

/* .des-head{
    text-align: left!important;
    max-width: 100%!important;
  } */
.aj-swiper {
  padding: 0px;
}

.aj-swiper .des-head {
  padding-bottom: 0px;
}

.aj-swiper h4 {
  color: #01305c;
}

.aj-swiper .container.p-0 {
  padding: 0px;
}

.writersSwiper .swiper-pagination {
  display: block !important;
  bottom: -5px;
}

.ajall_service {
  background-color: #3179be;
  padding: 40px 0;
  min-width: calc(100% + 100px);
  transform: translateX(-50px);
}

.ajall_service h2.sec-head {
  color: #fff;
  text-align: center;
}

.ajall_service .paraWrap {
  max-width: 90%;
  margin: 0 auto;
}

.ajall_service p a,
.ajall_service .paraWrap a,
.ajall_service .paraWrap ul li,
.ajall_service .paraWrap ol li,
.ajall_service .paraWrap span,
.ajall_service .paraWrap li::marker,
.ajall_service .paraWrap h2,
.ajall_service .paraWrap h3,
.ajall_service .paraWrap h4,
.ajall_service .paraWrap p {
  color: #fff;
}

.ajall_service .paraWrap li::marker {
  color: white !important;
}

.ajall_service .paraWrap ul {
  list-style: disc;
}

.ajall_service .paraWrap a,
.ajall_service p a {
  text-decoration: underline;
}

.ajall_service p.des-head {
  color: #fff;
  padding-bottom: 40px;
  font-size: 17px;
  line-height: 26px;
  max-width: 710px;
  width: 100%;
}

.bolg-p .ajall_service .paraWrap ul a::after,
.bolg-p .ajall_service .paraWrap a::after,
.bolg-p .ajall_service p a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  /* background-image: url(../images/target-blank-white.svg); */
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.bolg-p .ajall_service .paraWrap img {
  width: 100%;
}

.main_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  padding-top: 30px;
}

.single_service {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 9px 15px;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.single_service svg {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}

.pdfBtn:hover svg path,
.pdfBtn:hover svg rect {
  fill: #2D96EE;
}

.single_service a {
  display: block;
  margin-left: 13px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.single_service:hover {
  background-color: #fff;
}

.single_service:hover a {
  color: #117BD4;
}

.floatBtn {
  display: none;
}

a.thumbWrapper {
  display: block;
}

.ajall_service h2.sec-head {
  color: #fff !important;
  text-align: center;
}

/* ************ PDF ************* */
.samplePdf {
  padding-bottom: 45px;
}

.samplePdf .pdfBtn+.pdfBtn {
  margin-top: 16px;
}

.samplePdf .pdfBtn:hover svg path,
.samplePdf .pdfBtn:hover svg rect {
  fill: #367fd3 !important;
}

.samplePdf h2+p,
.samplePdf h2+a,
.samplePdf h3+p,
.samplePdf h4+p,
.samplePdf h3+a,
.samplePdf h4+a {
  padding-top: unset !important;
}

.samplePdf .pdfBtn {
  padding: 10px 20px 10px 20px !important;
  display: block;
  border: 2px solid #367fd3;
  border-radius: 4px;
  background-color: #fff;
  transition: all ease .1s;
}

.samplePdf .pdfBtn p {
  padding-bottom: 0;
  color: #595959 !important;
  font-size: 16px;
  margin: 0 !important
}

.samplePdf .pdfBtn:hover svg path,
.samplePdf .pdfBtn:hover svg rect {
  fill: #fd8c04;
}

.samplePdf .pdfBtn:hover {
  background: #F5F9FF;
}

/* FAQ Section  */
.faqWraper {
  margin-top: 29px;
  border-top: 1px solid #E8E9EC;
}

.faqWraper h2,
.faqWraper h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 122.5%;
  color: #1E2532;
  padding: 48px 0 22px;
  opacity: 0.98;
}

.faqWraper ul {
  padding-left: 20px;
}

.faqWraper ol li,
.faqWraper ul li,
.faqWraper a,
.faqWraper p {
  font-size: 17px;
  line-height: 30px;
}

.faqWraper h3 {
  font-size: 22px;
  padding: 3px 0 3px;
  margin: 0;
}

.answerInner {
  padding-right: 55px;
}

.faqWraper .accord-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 30px;
}

.accordd .card {
  border-bottom: 1px solid #E8E9EC;
  margin-bottom: 30px;
  position: relative;
}

.accordd .card:last-child {
  /* border-bottom: unset; */
  /* margin-bottom: 0px; */
}

span.faq-icon {
  /* position: absolute; */
  right: 0;
  transform: rotate(180deg);
  top: 0;
}

.faqWraper h2 {

  padding: 48px 0 40px;
  opacity: 0.98;
}

.card.show span.faq-icon {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.card .accord-card-head:hover span.faq-icon svg circle {
  stroke: #01305c;
  fill: #F6F6F6;
}

.card .accord-card-head:hover span.faq-icon svg path {
  fill: #01305c;
}

.card.show .accord-card-head:hover span.faq-icon svg circle {
  stroke: #117bd4;
  fill: #117bd4;
}

.card.show .accord-card-head span.faq-icon svg circle {
  stroke: #117bd4;
  fill: #117bd4;
}

.card.show .accord-card-head:hover span.faq-icon svg path,
.card.show span.faq-icon svg path {
  fill: #fff;
}

/* Writer Section */

/* Cta-Css */
.bolg-p .ctaPreview {
  max-width: 100%;
  width: 100%;
  background: #FFE84D;
  border-radius: 6px;
  padding: 40px 20px 35px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
  ;
}

.bolg-p .addText a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: cta-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes cta-animation {

  0% {
    box-shadow: 0 0 0 0px #fff;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.bolg-p .addText p {
  font-family: 'TT Commons';
  font-weight: 500;
  max-width: 467px;
  font-size: 24px !important;
  line-height: 134% !important;
  color: #1E2532 !important;
  padding: 0 !important;
  padding-bottom: 25px !important;
}

.bolg-p .addText a span {
  display: flex;
}

.bolg-p .ctaPreview.light .addText p {
  color: #fff !important;
}

.bolg-p .ctaPreview.light .addText a::before {
  color: rgba(255, 255, 255, .5);
}

.bolg-p .addText a {
  display: flex;
  font-family: 'TT Commons';
  align-items: center;
  column-gap: 5px;
  max-width: 145px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  line-height: 16px;
  border-radius: 100px;
  padding: 7px 0;
  justify-content: center;
  position: relative;
  text-decoration: none;
  opacity: unset !important;
}

.bolg-p .addText a svg path {
  fill: #000 !important;
}

.bolg-p .addText {
  position: unset;
  top: 0;
  left: 0;
  background: unset;
  box-shadow: unset;
  max-width: 383px;
  flex: 0 0 383px;
}

.bolg-p .ctaPreview img {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 0;
  width: auto;
  margin: 0;
}



.addSection .addImage img {
  margin: 0;
}


.bolg-p .addImage {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.bolg-p a.termsBtn::before {
  content: '' !important;
}

.bolg-p .addSection {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 11px 2px rgb(172 172 172 / 25%);
  border-radius: 4px;
  max-width: 692px;
  width: 100%;
  min-width: unset;
  margin: 100px 0 24px;
  transform: unset;
  max-height: unset;
  height: unset;
}

.bolg-p .addData {
  max-width: 284px;
  width: 100%;
  margin-left: auto;
}

.bolg-p .addCta {
  max-width: 126px;
  width: 100%;
}

.bolg-p .addCta a {
  display: block;
  width: 100%;
  padding: 9px 0px;
  background-color: #117BD4;
  border: 2px solid #FFFFFF;
  border-radius: 25.5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  font-family: 'TT Commons';
  font-weight: 600 !important;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  opacity: 1;
}

.bolg-p .addData p {
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 28px !important;
  text-align: left !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0;
  font-family: 'TT Commons';
  opacity: 1 !important;
}

.bolg-p .addSection::before {
  position: absolute;
  content: 'Ad';
  left: 0;
  top: 0;
  background-color: #DEDEDE;
  border-radius: 4px 0px 0px 0px;
  padding: 0 5px;
  font-size: 13px;
}

.bolg-p .addImage img {
  display: block;
  margin: 0;
  max-width: 224px;
  max-height: 178px;
  width: 100%;
  height: 100%;
}


.tipCard {
  background: #F7F9FC;
  border-radius: 6px;
  padding: 20px 22px;
  margin-bottom: 16px;
}

.tipHead {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EAF4;
}

.tipHead span {
  display: block;
  font-family: 'TT Commons';
  font-size: 19px;
  line-height: 134%;
  color: #656E83;
}

.tipBody {
  padding-top: 20px;
  margin-bottom: 16px;
}

.tipBody span {
  font-family: 'TT Tricks';
  font-weight: 300;
  font-size: 19px;
  line-height: 148.5%;
  color: #1E2532;
}

.tipBody p a span,
.tipBody p a {
  color: #2D96EE;
}

.coloredBox {
  padding: 40px 20px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.coloredBox.light {
  color: #fff;
}

@media(max-width:1400px) {
  .bolg-p .addImage img {
    width: 80%;
  }

  .bolg-p .addData {
    padding: 0 6px 0px 11px;
  }
}

@media (max-width: 1199px) {
  .bolg-p .addCta a {
    font-size: 17px;
    margin-left: auto;
    max-width: 116px;
  }

  .bolg-p .addData p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .ajall_service {
    min-width: calc(100% + 60px);
    transform: translateX(-30px);
  }

  .feature-image {
    min-height: 330px;
  }

  .blop-pWraper {
    max-width: 64%;
  }

  .bolg-p {
    flex-basis: 70%;
    max-width: 100%;
  }

  .priceCalculator {
    max-width: 320px !important;
  }

  .relatedWraper .descrp {
    min-height: 262px;
  }

  .bolg-p {
    padding: 60px 30px 30px;
  }

  .skeleton__img {
    max-width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .feature-image {
    margin: 0 auto;
  }

  .blop-pWraper {
    max-width: 100%;
  }

  .priceCalculator {
    margin: 40px auto 0;
  }

  .sidebar {
    display: none;
  }

  .relatedWraper {
    display: block;
  }

  .bolg-p .addSection {
    max-width: 670px;
    width: 100%;
    margin: 22px auto 24px;
  }

}

@media (max-width: 767px) {
  .bolg-p .ctaPreview img {
    left: 30px;
    max-width: 150px;
  }

  .bolg-p .ctaPreview {
    padding: 25px 20px 22px;
  }

  .bolg-p .addCta a {
    font-size: 16px;
    margin-left: auto;
    padding: 6px 0;
    max-width: 107px;
  }

  .bolg-p .addData {
    max-width: 227px;
  }

  .bolg-p .addData p {
    font-size: 14px !important;
    line-height: 23px !important;
    letter-spacing: .5px;
  }

  .bolg-p .addSection {
    padding: 15px;
  }

  p.rate {
    padding-bottom: 0px !important;
  }

  .relatedWraper p,
  .relatedWraper li {
    padding-right: 10px;
  }

  .custom__flex {
    align-items: center;
  }

  .aj-swiper {
    padding: 1px 0px 0px !important;
  }

  h1.text-left {
    font-size: 26px;
    line-height: 32px;
  }

  .relatedWraper h2,
  .relatedWraper h4 {
    margin: 25px 0 18px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
  }

  .relatedWraper h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .BreadcrumbList p {
    font-size: 14px;
  }

  .BreadcrumbList span {
    margin: 0 5px;
    color: #bbb;
  }

  .BreadcrumbList {
    margin-bottom: 0;
  }

  .BreadcrumbList span {
    font-size: 14px;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-wrapper {
    height: auto;
  }

  /* swiper styling */
  .whyUssAll {
    flex-direction: column;
  }

  .ourGuarantees .factsWrapper ul li {
    max-width: 100%;
  }

  .singleWhyUs {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .singleWhyUs:last-child {
    margin-bottom: 0px;
  }



  .serviceCard .servieDesc {
    min-height: 120px;
  }

  .mpw-new-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rating-items {
    margin-right: 0;
    max-width: 70%;
    margin-bottom: 20px;
  }

  .rating-items:last-child {
    margin-bottom: 0px;
  }

  .rating-text {
    text-align: center;
  }


  .aj-swiperbox {
    min-height: auto;
  }



  .main-card {
    flex-direction: column;
    padding-top: 0px;
  }

  .faq {
    flex-direction: row;
  }


  .pdfsWraper {
    width: 100%;
  }

  .completedFiles {
    flex-direction: column;
  }

  .des-head {
    font-size: 16px;
    line-height: 22px;
  }

  .newServicesWrapper {
    flex-direction: column;
  }

  .left_tabs {
    max-width: 100%;
    flex-direction: row;
    overflow-x: scroll;
    margin-bottom: 40px;
  }

  .left_tabs button {
    padding-left: 30px;
  }

  .left_tabs button img {
    left: 15px;
  }

  .relatedWraper .descrp {
    min-height: auto;
  }

  .left_tabs button {
    padding: 12px 20px;
    min-width: max-content;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: normal;
    border-radius: 5px;
    background-color: #F8F8F8;
    margin-right: 15px;
  }

  .faq button {
    padding: 12px 20px;
    min-width: max-content;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: normal;
    border-radius: 5px;
    background-color: #F8F8F8;
    margin-right: 15px;
  }


  .aj-cal {
    max-width: 60%;
  }

  .card-tabs {
    max-width: 100%;
  }

  /* .default,
    .onactive {
      display: none !important;
    }
   */
  .rightContent {
    max-width: 100%;
    margin-left: 0px;
  }

  .range-labels {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .range-labels li {
    margin: 10px;
  }

  .academicBox {
    margin: 10px auto;
  }

  .newCta-inner {
    max-width: 440px;
  }

  span.pulseanim {
    width: 100%;
  }

  .paper_matters_wrapper p {
    font-size: 23px;
    padding-bottom: 25px;
  }

  .paper_matters_wrapper .newCtas {
    padding: 12px 0;
    max-width: 280px;
    font-size: 20px;
  }

  .grades-matter-inner {
    flex-direction: column;
  }

  .grades-matter-wrapper p {
    padding-bottom: 20px;
  }

  .grades-matter-wrapper .newCtas {
    padding: 12px 0;
    max-width: 280px;
    font-size: 20px;
  }

  .newCta-wrapper .newCtas {
    padding: 12px 0;
    max-width: 280px;
    font-size: 20px;
  }

  .ratingName img {
    width: 70%;
  }

  .newCta-wrapper {
    background-size: 25%;
  }

  .main-box {
    flex-direction: column;
    padding: 0 0 10px 0;
    max-width: 85%;
    margin: 0 auto;
  }

  .aj-expert {
    display: flex;
    width: 100%;
  }

  .aj-expert .degree {
    margin-right: 40px;
    min-width: auto;
  }

  .aj-expert p:first-of-type {
    margin-right: 35px;
  }

  .left-box {
    max-width: 100%;
    margin-right: 0;
    margin-top: -21px;
    margin-left: 0px;
  }

  .right-box {
    padding: 0 17px;
  }

  .writer-edu p::before {
    /* background-image: url(../images/arrow__down.svg); */
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 6px;
    right: 0;
    width: 15px;
    height: 8px;
    transition: transform 0.3s;
    background-size: 88%;
  }

  .writer-edu p.drop::before {
    transform: rotate(180deg);
  }

  .sm_none {
    display: none;
  }

  .lg_none {
    display: block;
  }

  .md-none {
    display: block;
  }

  a.hireBTn {
    max-width: 100%;
    background: #055FAB;
    border-radius: 100px;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-top: 13px;
  }

  .experts-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  button.sm_More {
    background-color: transparent;
    outline: none;
    border: none;
    display: block;
    max-width: 110px;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #055FAB;
    position: relative;
  }

  button.sm_More::before {
    /* background-image: url(../images/arrow__down.svg); */
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 6px;
    right: 0;
    width: 15px;
    height: 8px;
    transition: transform 0.3s;
  }

  .rightBoxBtns {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .rating-head .id {
    display: none;
  }

  .rightBoxBtns .hire__Btn {
    display: none;
  }

  .rightBoxBtns {
    width: 100%;
  }

  .rightBoxBtns .about__Btn {
    margin: 0 auto;
  }

  .rating-head {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sm__id {
    color: #117BD4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFDEF0;
  }

  .aj-id {
    padding-top: 15px;
  }

  .recentReview-sm {
    display: none;
  }

  button.sm_More.dropped {
    color: #99B0CC;
  }

  button.sm_More.dropped::before {
    transform: rotate(180deg);
    /* background-image: url(../images/arrow__down.svg); */
  }

  .aj-rating {
    margin-right: 24px;
  }

  .writersSwiperWraper .viewMore {
    margin: 20px auto 0;
    position: relative;
    left: 0;
    top: 36px;
    color: #99B0CC;
    width: 320px;
    /* max-width: 20px; */
    display: block;
  }

  .writersSwiperWraper {
    padding-bottom: 0px;
  }

  /* swiper styling */
  .main_service .single_service+.single_service {
    margin-top: 20px;
  }

  .feature-image {
    min-height: 340px;
  }
}

.deskHead {
  display: block;
}

@media (max-width:575px) {
  .bolg-p .ctaPreview {
    max-width: 100%;
    padding: 26px 14px 15px;
    justify-content: unset;
    padding-left: 42%;
  }

  .bolg-p .addText p {
    font-size: 17px !important;
    padding-bottom: 8px !important;
    max-width: 250px;
    text-align: center;
  }

  .bolg-p .addText a::before {
    text-align: left;
  }

  .bolg-p .addText a {
    max-width: 143px;
    align-items: center;
    margin: 0 auto;
  }

  .bolg-p .addText a span {
    display: flex;
  }

  .bolg-p .ctaPreview img {
    max-width: 126px;
    left: 8px;
  }

  .bolg-p .addText {
    max-width: unset;
    flex: unset;
  }

  .tipCard {
    padding: 16px 14px;
  }

  .tipHead {
    padding-bottom: 16px;
  }

  .tipBody {
    margin-bottom: 0px;
  }

  .bolg-p .addCta {
    position: absolute;
    bottom: -26px;
    right: 82px;
  }

  .bolg-p .addData p {
    font-size: 15px !important;
  }

  .bolg-p .addImage img {
    max-width: 100%;
    width: 66%;
    height: unset;
  }

  .bolg-p .addSection {
    margin: 22px auto 5px;
  }

  .single_service {
    max-width: 100%;
    margin: 0 15px;
  }

  .aj-swiperbox {
    padding: 0;
  }

  .left-box {
    box-shadow: none;
  }

  .floatBtn {
    position: fixed;
    bottom: 30px;
    z-index: 49;
    max-width: 152px;
    width: 100%;
    justify-content: space-around;
    background: #3198ee;
    border-radius: 4px;
    padding: 10px 0px;
    left: 0;
    align-items: center;
    transition: all ease .7s;
    overflow: hidden;
    margin: 0 auto;
    right: 0;
  }

  .register_interest {
    border-radius: 11px;
  }

  .deskHead {
    display: none;
  }

  /* .main-sidebar{
    z-index: 11111;
  } */
  .mob-animate {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    animation: move 2.5s infinite;
  }

  .mob-animate:after,
  .mob-animate:before {
    content: "";
    width: 0px;
    height: 22px;
    display: block;
    position: absolute;
    border: 10px solid white;
    opacity: 0.2;
    z-index: 3;
    transform: skew(-32deg, 10deg);
    left: 0px;
    top: -30px;
  }

  .mob-animate:after {
    content: "";
    height: 28px;
    border: 7px solid white;
    transform: skew(-33deg, 14deg);
    left: 33px;
    top: -29px;
  }

  @keyframes move {
    0% {
      left: -10%;
    }

    100% {
      left: 100%;
    }
  }

  .mob-animate:after,
  .mob-animate:before {
    top: -1px;
  }

  .custom__flex {
    column-gap: 10px;
  }

  .register_interest {
    position: fixed;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 11px !important;
  }

  .floatBtn a {
    color: #fff;
    display: block;
    text-align: center;
  }

  .relatedWraper ol,
  .relatedWraper ul {
    padding-left: 15px;
  }

  .bolg-p ul+p {
    padding-top: 0;
  }


  .bolg-p li+li {
    margin-top: 0;
  }

  .BreadcrumbList {
    padding-left: 0;
  }

  .aj-swiper .container {
    padding: 0;
  }

  .feature-image {
    min-height: 160px;
    max-height: 285px;
  }

  .aj-expert p:first-of-type {
    margin-right: 0px;
  }

  .aj-expert {
    flex-direction: column;
  }

  .aj-expert .degree {
    margin-right: 40px;
    min-width: 70px;
  }

  section.faqSection {
    padding: 30px 15px;
  }

  span.faq-icon {
    /* top: 20px;
      right: -20px; */
    position: unset;
  }

  .main-box {
    max-width: 100%;
  }

  .faqcontent {
    padding-top: 0;
  }

  .card {
    margin-bottom: 0;
  }

  .main_aboutus {
    display: block !important;
  }

  .note {
    padding: 10px 5px;
  }

  .brdr-right::before {
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    top: unset;
    background-color: #ebebeb;
  }

  .writersSwiper .swiper-wrapper {
    padding: 30px 0px 0;
  }

  .form-data select {
    width: 100%;
  }

  .rev-inner {
    flex-direction: column;
  }

  section.pricingPage {
    padding: 40px 0;
  }

  .samplesSection {
    padding: 30px 0px;
  }

  .ratingBox {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto 20px;
  }

  .ratingName img {
    width: 80%;
  }

  .pricingBorder {
    margin: 45px auto 0;
  }

  .ratingBox:last-child {
    margin: 0 auto;
  }

  .aj-cal {
    max-width: 100%;
    width: 100%;
  }

  .aj-form {
    width: 90%;
  }

  .form-data input {
    width: 100%;
  }

  .service__right {
    flex-direction: column;
    padding-left: 36px;
  }

  .deadline-wraper .order span {
    font-size: 16px;
  }

  .card-head h3 {
    font-size: 15px !important;
    line-height: 23px;
    max-width: 88%;
  }

  .academicLevel {
    margin: 0;
  }

  .academicLevel {
    flex-direction: column;
  }

  .academicBox {
    max-width: 80%;
  }

  .faq {
    overflow-x: scroll;
  }

  .card-head {
    padding: 10px 0;
  }

  .faq-icon svg {
    width: 30px;
    height: 30px;
  }

  .main-card {
    padding-right: 10px;
  }

  .aj-swiper {
    padding: 60px 0px 0px;
  }

  .deadline-wraper {
    max-width: 90%;
  }

  .rating-text {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-right-side {
    margin-bottom: 0px;
  }

  .new-tabs {
    padding: 40px 0px;
  }

  .newCta-inner {
    max-width: 100%;
    margin: 0;
  }

  .paper_matters_wrapper {
    background-size: 25%;
  }

  .newCta-wrapper {
    padding: 50px 20px 40px;
    /* background-image: url(../images/grades-matter-bg.png); */
    background-size: 27%;
  }

  .viewMore {
    padding-right: 30px;
  }

  .mpw_reviews .viewMore,
  .site_jabber_reviews .viewMore,
  .trust_pilot__reviews .viewMore {
    padding-right: 0;
    margin-top: 20px;
  }

  .rightBoxBtns {
    width: 100%;
    justify-content: center;
  }

  .viewMore {
    max-width: 80%;
    text-align: center;
    border: 1px solid #99B0CC;
    border-radius: 10px;
    padding: 10px 0;
    text-decoration: none;
    margin: 0 auto;
    color: #99B0CC;
  }

  h1.text-left {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 0px;
  }

  .BreadcrumbList {
    width: 170%;
  }

  .crumbs {
    overflow-x: scroll;
  }

  .bolg-p .blog-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 23px 0 27px;
  }

  .bolg-p .blog-info-item p {
    font-size: 14px;
  }

  .related {
    padding-top: 30px;
  }

  .relatedWraper p,
  .relatedWraper li {
    font-size: 14px;
  }

  .bolg-p {
    padding: 21px 25px;
  }

  .relatedWraper .experts-title {
    font-size: 17px;
    line-height: 25px;
  }

  .relatedWraper p {
    padding-right: 0;
  }

  .writersSwiper {
    padding-bottom: 30px;
  }

  .relatedWraper h2,
  .relatedWraper h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .main_service {
    padding-top: 0px;
  }

  .ajall_service {
    padding: 20px 0;
  }

  .single_service svg {
    min-width: 42px;
  }
}

@media(max-width:475px) {
  .bolg-p .addData p {
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center !important;
  }

  .bolg-p .addData {
    max-width: 162px;
  }

  .bolg-p .addSection {
    max-width: 299px;
    margin: 10px auto 5px;
    padding: 11px 11px 22px;
  }

  .bolg-p .addImage img {
    max-width: 112px;
    width: 100%;
    max-height: 90px;
    height: 100%;
  }

  .bolg-p .addCta a {
    font-size: 14px;
    margin-left: auto;
    padding: 1.5px 0;
  }

  .bolg-p .addCta {
    max-width: 89px;
    position: absolute;
    bottom: -20px;
    right: 39px;
  }
}

@media(max-width:430px) {
  .bolg-p .ctaPreview {
    padding: 12px 14px 15px;
    padding-left: 43%;
  }
}