/* css Reset start */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cus-sec-pd {
  padding: 25px 0px !important;
}
.cus-sec-bg-col {
  background-color: #ebf5eb;
}
.ed-section-head__title {
  margin-bottom: 8px !important;
}


.get-a-quote-btn {
  background: var(--ed-tertiary-color) !important;
  color: #263238 !important;
}
.get-a-quote-btn-secondary {
  background: var(--ed-primary-color) !important;
  color: var(--ed-white-color) !important;
}
.get-a-quote-btn:hover {
  background: var(--ed-secondary-color) !important;
  color: #fff !important;
}
.get-a-quote-btn i {
  background: var(--ed-secondary-color) !important;
  color: var(--ed-white-color) !important;
}
.get-a-quote-btn:hover i {
  background: var(--ed-white-color) !important;
  color: var(--ed-primary-color) !important;
}
.cta-btn {
  background: var(--ed-white-color) !important;
  color: #263238 !important;
  transition: all 0.4s ease;
}
.cta-btn i {
  background: var(--ed-secondary-color) !important;
  color: var(--ed-white-color) !important;
}
.cta-btn:hover {
  background: var(--ed-secondary-color) !important;
  color: var(--ed-white-color) !important;
  transition: all 0.4s ease;
}
.cta-btn:hover i {
  background: var(--ed-white-color) !important;
  color: var(--ed-primary-color) !important;
}
.iti {
  width: 100% !important;
}
.iti__country-list {
  max-width: 410px !important;
}
/* css Reset End */

/* top header area start */

.tagline-area {
  font-size: 14px !important;
  text-align: center !important;
}

.tagline-area .hurry-btn {
  background-color: #fff;
  border-radius: 5px;
  color: #fff;
  animation: offer-bg-color-change 1.5s infinite;
}

@keyframes offer-bg-color-change {
  0% {
    background-color: #543ee8;
  }
  100% {
    background-color: #000;
  }
}

.header-area .ed-header__menu {
  text-align: center !important;
}
.header-area .ed-header__menu li a {
  display: flex;
  align-items: center;
  gap: 0px !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  color: #000 !important;
  padding: 20.5px 0px;
  letter-spacing: -0.1px !important;
}
/* .header-area .ed-header__menu li a {
  text-transform: uppercase !important;
} */
/* top header area end */

/* hero area start */
.hero-area .ed-hero__content-text {
  padding-right: 0px !important;
}
/* hero area end */
/* Fact area start */
.home-page-wrapper .facts-area {
  padding: 50px 0px 50px 0px !important;
}

.home-page-wrapper .ed-funfact__inner {
  padding: 50px 60px 70px 60px !important;
}

/* .home-page-wrapper .ed-funfact__counter{
    padding: 60px 0px;
} */

/* Fact area end */

/* Need-help area Start */

.need-help-area .ed-section-head {
  margin-bottom: 15px !important;
}
/* .need-help-area .ed-section-head__title {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.36px;
  margin-bottom: 0px;
} */
.subscribe-form-wrap {
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  background-color: #543ee8 !important;
}
.subscribe-form-wrap h2 {
  background: #fff;
  border-radius: 10px;
  color: black;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 900;
  padding: 12px 12px;
}
.subscribe-form-wrap p {
  color: #fff;
  padding: 10px 0px;
}
.subscribe-form label {
  font-weight: bold !important;
  display: block;
  color: #fff;
  margin-bottom: 8px;
}
.subscribe-form input[type="number"] {
  /* width: 100%; */
  font-weight: bold;
  font-size: 18px;
  /* text-indent: 22px; */
  /* padding: 10px 0; */
  /* border-radius: 5px; */
  border: none;
  /* border: 1px solid black; */
  box-shadow: 0 0 0 1px white;
  border-radius: 52px !important;
  margin-bottom: 10px;
}
.need-help-area .ed-about__features-list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.need-help-area .ed-about__features-list li {
  margin-bottom: 0px;
}

/* Need-help area end */

/* .facts-area .ed-funfact__counter{

  border-bottom: 1px solid #d5d5d5 !important;
  border-right: 1px solid #d5d5d5 !important;
} */
/* Facts area start */

/* Facts area end */

/* about-us-area start */

.about-page-wrapper .ed-about__content {
  padding-left: 30px !important;
}

.about-page-wrapper .facts-area {
  padding: 70px 0px 50px 0px !important;
}
/* about-us-area end */

/* process area start */

.guaranteed-area {
  background-color: #ebf5eb !important;
  padding: 30px 0px !important;
}
.guaranteed-area .ed-w-choose__info-head {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: start;
  gap: 10px;
}
.guaranteed-area .ed-w-choose__info-head {
  margin-bottom: 8px !important;
}
.guaranteed-area .ed-w-choose__info-head h5 {
  font-size: 18px;
}
.guaranteed-area .ed-w-choose__info-single {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.guaranteed-area .ed-topbar__info-buttons {
  display: flex !important;
  justify-content: center !important;
}
.process-feature-bx {
  padding: 30px 25px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* process area end */

/* subjects area start */

.subject-area .ed-topbar__info-buttons {
  display: flex !important;
  justify-content: center !important;
}
.subject-area .subject-img-box img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}
.subject-area .ed-category__card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}
/* subjects area end */

/* expert-area start */
.element-wrapper .ed-testimonial--style4 .ed-testimonial__slider-item {
  border-radius: 8px;
  background: #f5f6f1;
  padding: 20px 18px 20px 18px;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 30px;
  z-index: 2;
  border: 1px solid transparent;
}
.element-wrapper .ed-testimonial--style4 .ed-testimonial__slider-item::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background-image: unset !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  top: 58px;
  z-index: -1;
}
.element-wrapper .ed-testimonial--style4 .ed-testimonial__rattings {
  margin-bottom: 8px;
  margin-top: 8px;
}
.element-wrapper .ed-testimonial--style4 .ed-testimonial__author-info {
  margin-top: 0px;
}

/* expert-area end */
.element-wrapper .ed-w-choose__info-single {
  margin-top: 10px;
}

/* expert-area end */
/* Partner-area Start */

.brand-partner-area {
  background-color: #ebf5eb;
}

.brand-partner-area .client-img-box {
  text-align: center;
}
.brand-partner-area .client-img-box {
  border-left: 1px solid #d1d1d16b !important;
  border-right: 1px solid #d1d1d16b !important;
  border-bottom: 1px solid #d1d1d16b !important;
}
.ed-parnet__brand-logo img {
  max-width: 100%;
  height: 54px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

.brand-partner-area .client-img-box:hover{
  background-color: #fff !important;
  transition: all 0.5s linear;
}
/* Partner-area end */

/* listing-area Start */

.listing-card {
  padding: 30px;
  background-color: #f1f1f1 !important;
  border-radius: 10px;
  box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
}

.listing-card .listing-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

.listing-card .listing-wrap .left-one {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #5f5f5f;
  font-size: 1rem;
}

.listing-card .listing-wrap .right-free {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.listing-card .listing-wrap .right-free del {
  color: #5f5f5f;
  font-size: 1rem;
}
.listing-card .listing-wrap .right-free span {
  color: #543ee8;
  font-size: 1rem;
}

.listing-bottom-section .bottom-heading {
  margin: 35px 0px 20px 0px;
}

/* listing-area end */
/* How its work area start */

.how-its-work {
  background-color: #ebf5eb;
  padding: 20px 0px 20px 0px;
}

.timeline-container {
  /* font-family: "Roboto",sans-serif; */
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}
.timeline-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}
.timeline-container ul.tl li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px solid #543ee8;
  padding: 0 0 50px 30px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.timeline-container ul.tl li.dashed {
  border-left: 1px solid #543ee8;
}
.timeline-container ul.tl li:last-child {
  border-left: 0;
}
.timeline-container ul.tl li .item-icon {
  position: absolute;
  left: -15px;
  top: -5px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #543ee8;
  height: 28px;
  width: 28px;
}
.timeline-container ul.tl li:hover::before {
  border-color: #258cc7;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
ul.tl li .item-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
}
ul.tl li .item-detail {
  color: #5f5d5d;
  font-size: 15px;
}
ul.tl li .item-timestamp {
  color: #8d8d8d;
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}

/* How its work area end */

/* order homework area start */
.order-hm-wrk-area .ed-section-head__title {
  margin-bottom: 8px !important;
}

/* order homework area end */

/*Cta area Start */

.ed-call-action {
  margin-bottom: 0px !important;
  z-index: 2;
}
/*Cta area end */

/*  footer area start */
.footer-area {
  background-color: #ebf5eb;
}

.footer-area .ed-footer__widget {
  margin-top: 0px !important;
}

.footer-area .ed-footer__bottom {
  padding: 15px 0px !important;
}

.footer-area .ed-footer__contact {
  margin-bottom: 18px !important;
}

.footer-area .ed-footer__contact-info a {
  font-size: 17px !important;
}

.footer-area .ed-footer__contact-icon img {
  max-width: unset !important;
  object-fit: contain;
}

.footer-area .ed-footer__about-social {
  margin-top: 20px !important;
}

.ed-footer__bottom {
  background-color: #543ee8 !important;
}

/* .footer-area .ed-footer-img img{
     width: 30px !important;
     height: 30px !important;   

} */

.footer-area .ed-footer__contact-icon .chat-img {
  width: 35px;
  height: 35px;
}

.ed-footer__bottom {
  text-align: left !important;
}

.policy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
/*  footer area end */

/*  Assignment area start */

/* #section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
  } */

.moretext {
  display: none;
}

.assignment-area .show-btn {
  /* border: 1px solid #000 !important; */
  display: flex !important;
  justify-content: center !important;
}

/*  Assignment area end */

/*  Contact area start */

.contact-page-wrapper .ed-contact__card-item {
  margin-top: 0px !important;
}

.contact-page-wrapper .ed-contact__card-info a {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.contact-page-wrapper .ed-contact__card-icon i {
  font-size: 30px !important;
  color: #fff;
}
.contact-page-wrapper .ed-contact__card-icon {
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 25px;
}

.contact-page-wrapper .ed-contact__card-item {
  padding: 30px 30px;
}

.contact-page-wrapper .conatct_us_form {
  background-color: #8f9873;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 30px 40px 30px 40px;
  border: 1px solid #606c38;
  margin-top: 15px;
}
.contact-page-wrapper .conatct_us_form input {
  padding: 20px;
}

/*  Contact area end */

/* --------------community-box start---------------------------- */

.communtiy-area {
  display: flex;
  background-color: #ebf5eb;
}
.header-reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px 10px 12px;
  border-right: 1px solid #d1d1d1;
  width: 40%;
}
.community-img-box {
  margin-right: 20px;
}
.community-img-box img {
  border: 1px solid #000;
  border-radius: 50px;
  transition: 1s all ease-in-out;
  height: 45px;
}
.cm-first-img:hover {
  transform: scale(1.2);
}
.cm-img {
  margin-left: -20px;
}
.cm-img:hover {
  transform: scale(1.2);
  transition: 1s all ease-in-out;
}

.reviews-cnt-bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* border: 2px solid #000; */
  line-height: 1.1;
  gap: 5px;
  padding: 10px 0px 10px 12px;
  width: 70%;
}
.reviews-cnt-bx h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-align: center;
}

.reviews-txt-box {
  margin-top: 8px;
  text-align: center;
}
.cm-heading {
  color: #000;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.1;
  font-size: 28px;
}
.cm-para {
  color: #000;
  margin-top: 0px !important;
}
.reviews-cnt-bx h2 .legit-txt {
  color: #dc3545;
  font-weight: 900;
}
.reviews-cnt-bx img {
  height: 40px;
  /* filter: brightness(100); */
}
/* .rating-btn .btn{
    padding: 10px 50px !important; 
  }
.rating-btn a{
    background-color: #dc3545;
    color: #fff;
    
  } */

.rating-btn a:hover {
  background-color: #543ee8;
  color: #fff;
}
.show-less-btn {
  color: white !important;
  background: black !important;
}

/* ---------------------  popup model area start ----------------- */

.model-container {
  /* margin-top: 70px; */
  /* z-index: 999; */
}
.modal-content {
  border-radius: 0px;
}
.pop-img-bx img {
  height: 415px;
  width: 100%;
  object-fit: cover;
}
.pop-wrapper {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
  height: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  position: relative;
}
.pop-wrapper h4 {
  margin-bottom: 2px;
  color: #543ee8 !important;
}

.pop-wrapper p {
  color: #000 !important;
  line-height: 1.2;
  margin: 5px 0px 12px 0px;
}
/* .pop-chk-list{
  display: inline-flex;
} */
.close-btn-bx {
  position: absolute;
  top: -16px;
  right: -16px;
}
.btn-close {
  background-color: #ffcd20;
  padding: 14px 15px;
  opacity: 1;
  display: block;
  border-radius: 0px;
}
.btn-close:hover {
  opacity: 1;
  background-color: red;
}
.btn-close i {
  font-size: 23px;
  color: #f1f1f1 !important;
}
.btn-close i:hover {
  color: #f1f1f1 !important;
}

.pop-wrapper input {
  background-color: #e7dfdf !important;
  /* border-radius: 52px !important; */
  /* padding: 12px 0px 12px 25px !important; */
}
/* ---------------------  popup model area end ----------------- */

/*communtiy-area media query end */
/* communtiy-area-media-query start*/

@media (max-width: 991px) {
  .communtiy-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-reviews-wrapper {
    border-right: 0px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }

  .reviews-cnt-bx {
    padding: 10px 10px 10px 10px;
  }

  .header-reviews-wrapper {
    padding: 10px 10px 10px 10px;
    width: 100%;
  }

  .reviews-cnt-bx {
    width: 100%;
  }
}
/*communtiy-area-media-query end */

/*request a call area start */

.request-area {
  background-color: #543ee8;
  padding: 45px 0px !important;
}

.request-area input {
  /* border-radius: 50px !important; */
  border: none !important;
}
/*request a call area end */

/*Services area start */

.cat-item .cat-img img {
  width: 45px;
  height: 45px;
}

/* .cat-item .cat-img svg {
  fill: #543ee8;
} */

.cat-item .cat-desc {
  margin-top: 15px;
  color: #212529;
}

.cat-item .cat-desc h6 {
  font-size: 16px;
}

.sub-btn a {
  /* border-bottom: 1px solid #543ee8; */
  border: 1px solid #543ee8;
  margin-top: 8px;
  color: #543ee8;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 10px;
}
.card:hover {
  background-color: #543ee8 !important;
  transition: all 0.8s;
}
.card:hover .cat-item .cat-img img {
  filter: brightness(380%);
}
.card:hover .sub-btn a {
  border: 1px solid #fff;
  margin-top: 8px;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 10px;
}

.card:hover .cat-item .cat-desc h6 {
  color: #fff;
}

/*Services area end */

/*Reviews area start */

/* reviews-area-start */

.reviews-area {
  padding: 30px 0px 10px 0px;
  background-color: #f1f1f1;
}
.review-wrapper {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 15px 15px;
  border-radius: 5px;
  transition: transform 0.8s ease-in-out;
  min-height: 325px;
  margin-bottom: 20px;
}
.review-wrapper:hover {
  transform: translateY(-10px);
}
/* media query-start */
@media (max-width: 767px) {
  .review-wrapper {
    min-height: unset;
  }
}
/* media query-end */
.review-cnt-bx {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 10px;
}
.review-avtar-bx h3 {
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* media query-start */
@media (max-width: 767px) {
  .review-avtar-bx h3 {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
}
/* media query-end */
.review-title-bx h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
}
.rating-bx span i {
  color: #ff8f3c;
}
.review-para-bx p {
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
  font-size: 14px;
}
.avtar-bg-col-one {
  background-color: #606c38;
  color: #fff;
}
.avtar-bg-col-two {
  background-color: #feb406;
  color: #000;
}
.avtar-bg-col-three {
  background-color: #000;
  color: #fff;
}
.avtar-bg-col-four {
  background-color: #dc3545;
  color: #fff;
}
.avtar-bg-col-five {
  background-color: grey;
  color: #fff;
}
.avtar-bg-col-six {
  background-color: #ff8f3c;
  color: #000;
}
/* reviews-area-end */
/*Reviews area end */

/*Portals area start */

/* .portal-wrapper {
  background-color: #f1f1f1;
  padding: 60px 60px;
} */
/* .portal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
} */
.portal-item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.portal-item a {
  background: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: block;
}
.portal-item .portal-logo {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 120px;
  min-height: 120px;
}

.portal-item .portal-logo img {
  object-fit: contain;
}

.portal-item {
  transition: 0.5s;
}
.portal-item:hover {
  transform: translateY(-10px);
}
.portal-item a:hover {
  text-decoration: none;
}
/* .portal-item a:hover .portal-logo img {
  filter: grayscale(1);
} */
.portal-item p {
  font-size: 14px;
  background-color: #ffcd20;
  /* background-color: #000;  */
  color: #000;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

/* portal-area-end */

/*Contact Us start */

.account-txt-area {
  padding: 30px 0px !important;
}
/*Contact Us end */

.cookie-policy-area {
  padding: 50px 0px 100px 0px;
}
.content-section {
  background: lavender;
  height: 400px;
  min-height: 100vh;
  padding: 1em;
}

.sidebar-section {
  height: 100%;
}

.sidebar-content {
  background: cornflowerblue;
  padding: 1em;
  color: #ffffff;
}
.cookie-sidebar {
  position: sticky;
  top: 100px;
  /* z-index: 99999; */
}
.cookie-cnt-sidebr-wrapper {
  padding: 100px 0px 0px 0px;
}

/* validtion form area start */
label.error {
  display: none !important;
}
.form-control.has-error {
  border: 1px solid red !important;
  background-color: #ff00008a !important;
}
/* validtion form area End */

/* contact us area start */
.contact-page-wrapper .ed-contact__card-icon img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
}
/* contact us area end */


.hire-writer-section .ed-testimonial__rattings + p {
  min-height: 140px;
}


/* --------------------------------------------------------------------- */

/* mobile responsive media query start  */

@media only screen and (max-width: 991px){

  /* pricing area start */
  .listing-card{
    margin-top: 20px;
  }
  /* pricing area end */

  .brand-partner-area .client-img-box {
    border-top: 1px solid #d1d1d16b !important;
    border-left: 1px solid #d1d1d16b !important;
    border-right: 1px solid #d1d1d16b !important;
    border-bottom: 1px solid #d1d1d16b !important;
  }

  .pop-img-bx{
    display: none !important;
  }
}
@media only screen and (max-width: 767px){

  .home-page-wrapper .facts-area {
    padding: 22px 0px 50px 0px !important;
    
}
.timeline-container {
  width: 90%;
 }




 .brand-partner-area {
  padding: 20px 0px 0px 0px;
}

 .ed-footer__copyright-text {
  margin-bottom: 14px !important;
}

.policy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-area .ed-footer__widget {
  margin-top: 0px !important;
  text-align: center;
}
.ed-footer__contact {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
}

}

@media only screen and (max-width: 575px){

   /* hero-area start */

  .home-page-wrapper .facts-area {
    padding: 20px 0px 50px 0px !important;
}
 /* hero-area end */

 /* order-area start */
 .order-hm-wrk-area .ed-about__features-list li {
   justify-content: center !important;
  }
  /* order-area start */

 /* timeline-area start */
 .timeline-container {
   width: 90%;
  }
  /* timeline-area end */

  /* subject area start */
  .subject-area .ed-section-head__title {
    text-align: center !important;
  }
  /* subject area end */


  /* footer-area start */

.ed-footer__copyright-text {
  margin-bottom: 14px !important;
}
.policy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-area .ed-footer__widget {
  margin-top: 0px !important;
  text-align: center;
}

.ed-footer__contact {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
}

  /* footer-area end */
}

@media only screen and (max-width: 420px){

  /* hero-area start */
  .ed-hero {
    padding-top: 80px !important;
    z-index: 2 !important;
  }

  
  /* hero-area end */

    /* breadcrumbs start */
    
    .ed-breadcrumbs {
      padding: 80px 0px !important;
    }
    /* breadcrumbs end */

}
@media only screen and (max-width: 375px){


  .ed-header__contact li::before {
 display: none !important;
}
  .ed-section-head__title {
    font-size: 25px !important;
    line-height: 1.1 !important;
    text-align: center !important;
}
/* expert-area start */
.element-wrapper .ed-testimonial--style4 .ed-testimonial__slider-item {
  margin-top: 10px;
}
/* expert-area end */


.subscribe-form-wrap h2 {
  font-size: 1.1rem;
  padding: 12px 10px;
}

   /* pricing-area start */
   .listing-card .listing-wrap {
     display: flex ;
     justify-content: space-between;
     align-items: unset;
     margin-bottom: 21px;
     flex-direction: column;
    }

    .listing-card .listing-wrap .left-one {
      display: flex;
      align-items: center;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
      color: #5f5f5f;
      font-size: 1rem;
      margin-bottom: 10px;
  }
    /* pricing-area End */

     /* cta area start */
     .ed-call-action__inner {
       padding: 40px 15px 0px 15px !important;
      }
      
      /* cta area end */


      .contact-page-wrapper .ed-contact__card-item {
        padding: 25px 18px !important;
    }

    .contact-page-wrapper .ed-contact__card-info a {
      font-size: 14px !important;
    
  }

      .footer-area .ed-footer__contact-info a {
        font-size: 14px !important;
    }

    .ed-footer__contact {
      display: flex !important;
      gap: 12px !important;
      margin-bottom: 40px !important;
  }
}


/* mobile responsive media query end  */

.ed-hero__content {
  margin-top: -170px;
}

@media (max-width:1280px) {
  .ed-hero__content {
    margin-top: -50px;
    margin-bottom: 0 !important;
  }
}

@media (max-width:991px) {
  .ed-hero__content {
    margin-top: 0;
  }
}