header span{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* ipad mini  */
@media  only screen and (min-width: 744px) and (max-width: 834px) and (orientation: portrait) {
  .call-to-action:after{
    bottom: 6px !important;
  }
  .call-to-action:before{
    top: 6px !important;
  }
}

/* nesthub */
@media  only screen and (min-width: 600px) and (max-width: 1024px) {
  .call-to-action:after{
    /*bottom: -6px !important;*/
  }
  .call-to-action:before{
    /*top: -6px !important;*/
  }
}
  
.hero-section{
  /* Bootstrap variables */
  --bs-body-color: #373572;
  --bs-body-bg: #fff;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(44 49 92);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0 0 0;
  position: relative;
}


@media (min-width: 768px) {
  .hero-section{
    box-shadow: inset #9bb8d1 3px 1px 15px 0px;
    padding: 80px 0 80px 0;
  }
}

 .svg-img2 {
                    position: absolute;
                    left: 0;
                    top: 0;
                }
    
                .svg-img-two {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }
    
/* Gray Block Style */
.gray .ezy__header23,
.hero-section.gray {
  /* Bootstrap variables */
  --bs-body-bg: #fffbf7;
}

/* Dark Gray Block Style */
.dark-gray .ezy__header23,
.hero-section.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-shadow: 0px 4px 44px rgba(0, 0, 0, 0.37);
}

/* Dark Block Style */
.dark .ezy__header23,
.hero-section.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-shadow: 0px 4px 44px rgba(0, 0, 0, 0.37);
}

.text-section {
  padding-bottom: 40px;
}

@media (min-width: 991px) {
  .text-section {
    padding-top: 15px;
  }
}

.svg-img {
  position: absolute;
  left: 0;
  top: 0;
}

.svg-img-2 {
  position: absolute;
  bottom: 0;
  left: 25%;
  top: 0;
}

@media (min-width: 991px) {
  .svg-img-2 {
    left: 45%;
  }
}

.position-relative {
  position: relative !important;
}

.btn-styling:hover{
  color: #2C315C !important;
  background-color: white !important;
  border: 2px solid #2C315C;
}

.para-sty{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.top-\[10\%\] {
  top: 10%;
}

.left-1\/2 {
  left: 50%;
}

.uni-logo:hover{
  border-color: #78c7bf;
}

  /* Default styling for the FAQ container */
  .benefits-styling {
    background-color: #6281AF;
    color: white;
    margin-bottom: 15px;
    transition: background-color 0.3s, color 0.3s;
  }

  /* Additional class when details are open */
  .benefits-open {
    background-color: white;
    color: #6281AF;
    border: 1px solid #6281AF;
  }

  /* Styling when hovered */
  .benefits-styling:hover {
    background-color: white;
    border: 1px solid #6281AF;
    color: #6281AF;
  }


  .free-features-head{
    border-bottom: 1px solid #d9e5f5 ;
    padding-bottom: 10px;
  }

  .features__price-title, .features__result {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
  }
  
  #box-border{
    border: 1px solid #d9e5f5
  }

  .check-icon.w-embed {
    margin-right: 10px;
  }

  .btn--gradient_260, .btn--gradient_240, .btn--gradient_220 {
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FF8906, #9CE2A7, #ffeb3b, #FF8906);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    animation: animate 10s linear infinite;
  }

  .faq-styling {
    background: #fff;
    display: block;
    font-weight: 500;
    color: black;
    padding: 9px 20px 13px;
    margin: 20px 0;
    border-radius: 25px;
    border: 1px solid #6281AF;
    box-shadow: 0 0 7px .3px rgba(0, 0, 0, 40%);
  }

  .faq-styling .border-l-2 {
    border-color: #6281AF;
  }
  .fa-arrow-down {
    color: #6281AF;
  }
.seo-item-decor {
    background-color: #2c315c;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    flex: none;
    width: 45px;
    height: 60px;
    margin-right: 20px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: relative; /* Ensures proper positioning for ::before */
    overflow: hidden; /* Ensures the gradient stays within the shape */
}

.seo-item-decor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 40%, transparent 80%);
    z-index: 1;
}


  .steps {
    border-radius: 10px;
    padding: 0;
    margin-bottom: 1rem;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    border: 1px solid transparent;
  }

  .steps-box {
    position: relative;
    padding: 14px 16px 14px 32px;
    border: 2px solid #2C315C;
    border-radius: 10px;
  }

  .steps-number {
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #f4f8fd;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 18px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 1px 5px 2px #aba9a9;
  }

  .steps-para {
    display: none;
    width: 100%;
  }

  .steps-heading{
     font-weight: 600; 
    color: #2C315C;
  }

  .steps-image {
    box-shadow: 0px 0px 14px 0px #afafaf;
    border-radius: 7px;
  }
   .active-steps .steps-heading{
        color: #ffffff;
    }

  .call-to-action section{
        background: linear-gradient(to right, #2c315c, #6281af, #2c315c) !important;
  }



  /* Mobile media query */
  @media (max-width: 767.98px) {
    .benefits-sec {
      box-shadow: inset 0px 2px 40px 4px #6281AF !important;
    }
    .call-to-action:before {
      top: 25px;
    }

    .call-to-action:after {
      bottom: 25px;
    }

    .essaydone-testimonal #quote-carousel p {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    .four-border-sec {
      border-width: 2px;
      padding-right: 10px;
      padding-left: 10px;
      
    }
    .four-border-sec a.btn-styling{
        font-size: 0.8rem;
    }
  }
  .benefits-styling details p{
    text-align: left;
}

.testimonial-btn:hover{
    background: white;
    color: #6281AF;
    border: 1px solid #6281AF;
    border-radius: 50px;
}

.expert-writers-essaydone .box ul li {
    list-style: none;
    display: inline;
    margin: 0 2px
}

.expert-writers-essaydone .box i {
    font-size: 16px;
    background: #6281AF;
    padding: 9px 12px;
    color: #fff;
    border-radius: 50px
}

.essaydone-testimonal #quote-carousel {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150" width="100" height="100"%3E%3Cpath fill="%232c315c" d="m21.67,40.996c.335,0,.603,0,.871,0,12.729,0,25.459,0,38.188,0,.921,0,.926.004.926.899.015,18.541.031,37.081.042,55.622,0,.979-.041,1.958-.042,2.937,0,.396-.145.583-.554.545-.186-.017-.375-.002-.562-.002-19.271,0-38.542,0-57.813,0-.867,0-.877,0-.887-.881-.026-2.354-.06-4.707-.06-7.061-.005-17.395-.003-34.79-.002-52.185,0-3.335.114-6.66.825-9.937.508-2.34,1.145-4.638,2.073-6.849.447-1.066.846-2.16,1.395-3.173.648-1.195,1.37-2.364,2.178-3.457,1.149-1.555,2.324-3.106,3.633-4.524,2.381-2.579,5.085-4.787,8.126-6.57,4.232-2.481,8.771-4.108,13.623-4.789,2.201-.309,4.432-.497,6.654-.554,3.498-.09,6.999-.025,10.5-.023.862,0,.87.007.87.837,0,6.187-.009,12.374.003,18.56,0,.484-.177.598-.621.597-3.958-.009-7.917-.039-11.875.017-1.828.026-3.624.311-5.406.83-2.391.695-4.464,1.843-6.339,3.468-2.378,2.061-3.955,4.581-4.83,7.588-.729,2.504-1.009,5.052-.945,7.649.003.121.016.242.03.457Z"/%3E%3Cpath fill="%232c315c" d="m101.501,41.049h40.222c0,1.057,0,2.01,0,2.963,0,17.791.003,35.581,0,53.372,0,1-.046,1.999-.039,2.999.003.449-.137.67-.611.617-.185-.021-.375-.002-.562-.002-19.167,0-38.333,0-57.5-.001-1.292,0-1.124.136-1.14-1.139-.036-2.77-.055-5.541-.056-8.311-.005-16.582-.009-33.165.005-49.747.002-2.29-.017-4.592.201-6.866.192-1.998.61-3.989,1.102-5.939.476-1.885,1.095-3.744,1.801-5.556.471-1.209,1.203-2.317,1.819-3.47.059-.11.129-.214.19-.323,2.575-4.597,6.106-8.327,10.329-11.44,5.251-3.871,11.178-5.995,17.603-6.812,4.082-.52,8.19-.405,12.293-.4,1.292.002,2.584.029,3.875-.004.512-.013.636.176.636.647,0,2.75.038,5.499.036,8.249-.002,3.458-.042,6.916-.036,10.374,0,.568-.158.747-.741.743-3.667-.025-7.333-.017-11-.011-2.28.004-4.493.331-6.691,1.012-2.162.67-3.995,1.786-5.707,3.217-3.207,2.68-4.893,6.169-5.496,10.22-.268,1.8-.35,3.627-.533,5.609Z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 2% top;
}

.essaydone-testimonal {
    background: linear-gradient(to right, #2c315c, #6281af, #2c315c);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}

.benefits-sec {
    box-shadow: inset 0px 5px 60px 8px #6281AF;
    padding: 50px 0 50px;
}
.faq-sec {
    background-image: url('../../image/background1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}

.essaydone-testimonal #quote-carousel .carousel-indicators {
    position: relative;
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 10px;
}

.essaydone-testimonal #quote-carousel .carousel-indicators li {
    margin: 5px 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 0;
    background: transparent;
    border-radius: 0;
    opacity: 0.4;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    vertical-align: middle;
}

.essaydone-testimonal #quote-carousel .carousel-indicators li.active {
    width: 100px;
    height: 100px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 0;
}

.essaydone-testimonal #quote-carousel p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #364059;
    margin: 0;
    margin-top: 20px;
    padding-left: 5rem;
    padding-right: 5rem;
}

.essaydone-testimonal #quote-carousel .customer-id {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #364059;
    display: block;
    padding: 10px 0;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-item.active {
    display: block;
}

.owl-theme .owl-dots .owl-dot span{
  background: #a3cef3 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2C315C !important;
}
.upper-container{
	height: 100px;
}

.image-container{
  border: 2px solid #2C315C;
	background: white;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 10px;
}

.image-container img{
  width: 70px !important;
	height: 70px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.btn-motivation {
  margin: 15px 5px;
  font-size: 17px;
}

.sample-sec {
  box-shadow: inset 0px 5px 60px 8px #6281AF;
  padding: 50px 0 50px;
}

.calculator .order-input {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color:rgb(44 49 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  font-weight: 300;
  line-height: 2rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calculator .inputWithIcon {
  position: absolute;
  left: 10px;
  top: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 23px;
  --tw-text-opacity: 1;
  color: rgb(44 49 92 / var(--tw-text-opacity));
}

.pay-now{
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 49 92/ var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 49 92 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.pay-now:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 49 92 / var(--tw-text-opacity));
}

img.icon-img {
  width: 35px;
  height: 35px;
}

.reviews .box{
  box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  border: 1px solid #e7e5e5;
}

.image{
  padding: 2px;
}

.border-des-1 {
  border: 2px #6281af;
  border-style: dashed;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #f1f5f982;
}

.border-des-2 {
  border: 2px #6281af;
  border-style: dashed;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #f1f5f982;
}
.calculator-styling{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.calculator-styling-1{
        padding: 10px;
   border-top-left-radius: 60px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 5px solid #6281af;
}
















