* {
  margin: 0;
  padding: 0;
}



::-webkit-scrollbar {
  width: 0.5vw;
  background: #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: var(--site-primary-color);
  border-radius: 3px;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onlineexampros.com/assets/poppins-font/pxiEyp8kv8JHgFVrJJfecg%20.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body {
  font-family: 'Poppins' !important;
  color: #333;
  overflow-x: hidden;
}

#notesField {
  resize: none;
}

.dropdown-submenu {
  position: relative;
}


.footer-card-icons {
  font-size: 50px;
}

.sectionPadding {
  padding-left: 40px;
  padding-right: 40px;
}

.cal-icons {
  background-color: var(--site-primary-color);
  border-radius: 50%;
  padding: 3px;
  color: white;
  font-size: 15px;
}

.link-icon {
  font-size: 17px;
  color: blue;
}

.star-icons {
  font-size: 40px;
}


.main-dropdown {
  border-radius: 10px;
  width: 250px !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Hover effect for submenu */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Ensure submenus are hidden by default */

.dropdown-menu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 5rem !important;
  height: 55vh;
  overflow-y: auto;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar-thumb {
  background: white;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar {
  width: 2px;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar-track {
  background-color: black;
}

/* Media queries for responsiveness */

@media (max-width: 767.98px) {

  .navbar-nav .nav-item .nav-link {
    text-align: start;
  }

  .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 0;
    margin-top: 0;
  }

  /* Ensuring dropdowns are full-width on mobile */
  .dropdown-menu {
    width: 100% !important;
  }
}

.order_detail p {
  font-size: 15px;
  line-height: 1;
}

/*FORM ERROR*/
.error {
  color: red;
  font-size: 14px;
}

.service-error {
  color: #495057;
  font-size: 14px;
}

/*FORM ERROR*/

/*SIDEBAR*/
.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.shows {
  opacity: 1;
}

/*GLOBAL BTN BOX SHODOW REMOVE*/
.btn:focus {
  box-shadow: none !important;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
  border-radius: 5px 0 0 5px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ef914c 0, #f4751a 91%);
  background: linear-gradient(110deg, #ee9453 0, #f47418 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1); */
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -52px;
  white-space: pre;
  bottom: 87px;
}

/*SIDEBAR*/

.tp {
  background-color: var(--site-primary-color);
  padding-top: 2px
}

.tp a {
  color: #fff;
  font-size: 12px;

}

.tp a:hover {
  text-decoration: none;
}

.top-bar {
  background-color: var(--site-primary-color);
}

.ordernow-btn {
  background-color: var(--site-primary-color);
  color: #fff;
}

.ordernow-btn:hover {
  background: var(--site-secondary-color);
  color: #fff;
}

.whatsapp-btn {
  background-color: var(--site-primary-color);
  color: #fff;
}

.whatsapp-btn:hover {
  background: rgb(33, 230, 57);
  color: #fff;
}

.chat-now {
  background: var(--site-primary-color);
  color: #fff;
}

.chat-now:hover {
  background-color: var(--site-secondary-color);
  color: #fff;
}

.menu-bar {
  background: var(--site-secondary-color);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.2);
}

.navbar {
  background: var(--site-secondary-color);
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 16px;
  margin: 6px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--site-secondary-color) !important;
}

.dropdown-menu {
  font-size: 15px;
}

.dropdown-menu a {
  font-weight: 500;
  padding: 10px;
}

.navbar-nav .nav-link:hover {
  color: #8BBFF7 !important;
}

.banner {
  background: url(../images/banner1.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

@media only screen and (max-width: 600px) {
  .banner {
    background: none;
  }
}

.banner .banner-content img {
  animation: move-y 2s alternate infinite;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: move-y;
}

.coupon-banner {
  background: url(../images/coupon_banner.jpg) no-repeat center center/cover;
  /*width: 100%;*/
  min-height: 300px;
  /*height: auto;*/
  padding: 60px 0px;
  margin-top: 0px;
}

@media only screen and (max-width: 600px) {
  .coupon-banner {
    background: url(../images/coupon_banner1.jpg) no-repeat center center/cover;
    min-height: 300px;
    padding: 60px 0px;
    margin-top: 0px;
  }
}

.admission-service-banner {
  background: url(../images/admission-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.assignment-service-banner {
  background: url(../images/assignment-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.coursework-service-banner {
  background: url(../images/coursework-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.copywriting-service-banner {
  background: url(../images/copywriting-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.dissertation-service-banner {
  background: url(../images/dissertation-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.essay-service-banner {
  background: url(../images/essay-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.statement-service-banner {
  background: url(../images/statement-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.proofreading-service-banner {
  background: url(../images/proofreading-service-banner.png) no-repeat center center/cover;
  min-height: 710px;
  padding: 60px 0px;
  margin-top: 0px;
}

.banner-right .title {
  position: relative;
  color: #f47418;
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.banner-right h3 {
  position: relative;
  color: #07232d;
  font-weight: 900;
  line-height: 1.1em;
  font-size: 35px !important;
}

@media only screen and (max-width: 600px) {
  .banner-right h1 {
    position: relative;
    color: #07232d;
    font-weight: 900;
    line-height: 1.1em;
    font-size: 16px !important;
  }
}

.banner-right hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}


.top-heading h5 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.top-heading h4 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.top-heading h2 {
  font-weight: 700;
  font-size: 35px;
  margin-top: 30px;
  color: #000;
}

.top-heading h1 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 30px;
  color: #000;
}

.top-heading h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-top: 25px;
}

.top-heading p {
  font-size: 16px;
  margin: 25px auto;
}

.top-heading ul li {
  margin-left: 50px;
  margin-top: 10px;
}

/*AVAIL PARTIAL PAYMENT*/
section.cta-footer-section {
  padding: 30px 0;
  background-color: #0be3d0;
  /*background: url(../images/bg-2.png);*/
  /*background-size: contain;*/
  text-align: center;
}

@media screen and (min-width: 337px) {
  .cta-footer-section {
    padding: 30px 0;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.cta-ft-heading h5 {
  font-weight: 800;
  color: #0a2b37;
  font-size: 28px;
}

/*AVAIL PARTIAL PAYMENT*/


/*FAQs*/
.faq-container {
  padding: 110px 60px 121px;
  max-width: 908px;
  margin-right: auto;
  margin-left: auto;
}

.faqs {
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url(../images/faq_bg_left.svg), url(../images/faq_bg_right.svg);
  background-repeat: no-repeat;
  background-position: top 100px left, top 100px right;
}

.faqs h5 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

#orderNowBtn {
  animation: pulse 2s infinite;
}

.chatNowBtn {
  background: none !important;
}

.faqs .card-header .title {
  font-size: 16px;
  color: #000;
}

.faqs .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;

}

.faqs .card-header {
  cursor: pointer;
  border-bottom: none;
  background-color: #99ebff;
}

.faqs .card {
  border: 0px solid #ddd;
  margin-bottom: 15px;
  box-shadow: 2px 2px 5px grey;
}

.faqs .card-body {
  border-top: 1px solid #ddd;
  background-color: #fff5e6;
  font-size: 15px;
}

.faqs .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/*FAQs*/


.form-header {
  padding: 20px;
}

.form-custom-padding-left {
  float: right !important;
  margin-right: 50px;
}

.right_heading {
  background-color: #0071dc;
  padding: 10px 50px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;


}

/*Testimonials*/
.test h5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}

.test h5::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #8fbc54;
  left: 0;
  right: 0;
  bottom: -10px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  padding: 0 70px;
}

.carousel .carousel-item {
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .carousel-item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/*Testimonials*/



.contact-info h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  width: 100%;
  /*margin-bottom: 30px;*/
  font-size: 15px;
  font-weight: 600;
  position: relative;
  /*padding-left: 30px;*/
  line-height: 15px;
}

.p-l-70 {
  padding-left: 70px;
}

.short-link ul {
  flex: 0 0 50%;
}

.short-link ul li {
  margin-bottom: 12px;
  padding-left: 0px;
}

.short-link ul li a {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.short-link ul li a:hover {
  color: #fff;
}

.short-link ul li a i {
  font-size: 18px;
  margin-right: 5px;
}

.pl-20 {
  padding-left: 20px;
}

.short-link ul li a i.icofont-rounded-down {
  margin-right: 0;
  font-size: 14px;
  float: right;
  margin-top: 6px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sectionClass {
  /*padding: 20px 0px 50px 0px;*/
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectionTitle {
  font-size: 1.8rem;
  text-transform: capitalize;
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }
}

/*Assignment Help*/
.delivered {
  padding: 0px 30px;
  margin: 40px 0px;
}

.bg-icon_31 {
  width: 44px;
  height: 47px;
  background: url(../images/css_sprites.png) -931px -684px;
  display: inline-block;
}

.bg-icon_32 {
  width: 49px;
  height: 49px;
  background: url(../images/css_sprites.png) -518px -311px;
  display: inline-block;
}

.bg-icon_6 {
  width: 64px;
  height: 51px;
  background: url(../images/css_sprites.png) -602px -682px;
  display: inline-block;
}

.bg-icon_33 {
  width: 54px;
  height: 61px;
  background: url(../images/css_sprites.png) -454px -760px;
  display: inline-block;
}

.bg-icon_5 {
  width: 64px;
  height: 51px;
  background: url(../images/css_sprites.png) -518px -682px;
  display: inline-block;
}

.bg-icon_34 {
  width: 55px;
  height: 55px;
  background: url(../images/css_sprites.png) -605px -760px;
  display: inline-block;
}

.delivered h6 {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0px 20px;
  color: #000;
}

.delivered p {

  font-size: 16px;
  line-height: 30px;
}

/*Assignment Help*/

/*Whatsapp Icon Setting*/
.float {
  font-weight: 600;
  vertical-align: middle;
  padding: 8px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: rgb(2, 56, 56);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: rgb(28, 207, 56) !important;
}

.my-float {
  color: rgb(33, 230, 57);
  margin-right: 3px;
  vertical-align: middle;
  font-size: 25px;
}

/*REVIEWS*/

#reviewsContent {
  border-radius: 15px;
  background: var(--site-secondary-color);
}

.sitejabber-title {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff !important;
}

.sitejabber-desc {
  font-size: 0.8rem;
  color: #ffffff !important;
}

@media screen and (max-width: 750px) {
  #reviewsContent {
    display: none;
  }

  #siteJabberDiv {
    display: none;
  }

}

:root {
  --site-primary-color: #ff4142;
  --site-secondary-color: #07294D;
  --fontStyle: 'Arial', sans-serif;
  --ptext-size: 16px;
  --heading-color: rgb(61, 60, 60);
  --text-color: #5f5d5d;
  --card-color: #fffafa;
}

/*COUNTER*/

/* CSS BY JIHAD  */

/*ODOMETER CSS START */

/*ODOMETER CSS END */

/*ORDER FORM CSS START */

#decreaseHours:focus,
#increaseHours:focus,
#increaseMins:focus,
#decreaseMins:focus {
  box-shadow: none;
}

.form-control {
  border: 1px dashed #dddddd;
  font-size: 0.8rem;
}


.form-control:focus {
  box-shadow: none;
  border: 1px dashed var(--site-primary-color);
}

input::placeholder,
textarea::placeholder {
  font-size: 0.8rem;
  color: #888;
}

.global-form-errors {
  font-size: 0.8rem;
}

#attach-file-label {
  right: 20px;
  top: 65%;
  cursor: pointer;
  font-size: 13px;
}

.spinner-border {
  height: 21px;
  width: 21px;
}

.subjectsDropdown,
.timeZoneDropdown,
.examTimeDropdown,
.countryCodeDropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('https://img.icons8.com/ios/50/expand-arrow--v2.png') no-repeat right 10px center;
  background-size: 12px;
  color: black;
}

.subjectsDropdown:focus,
.topicDropdown:focus,
.qualityDropdown:focus {
  box-shadow: none;
}

#successIcon {
  display: none;
}

#loader {
  display: none;
}

.nav-link:hover {
  color: var(--site-primary-color);
}

#order-form {
  border-radius: 15px;
  padding: 10px;
}

#order-form-title {
  font-weight: 600;
  font-size: 23px;
  text-transform: capitalize;
}

@media screen and (max-width: 650px) {
  #order-form-title {
    font-size: 1.1rem;
  }

  #order-form-description {
    font-size: 0.8rem;
  }
}

#form-content {
  border-bottom: 2px solid blue;
  font-size: 0.9rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
  /*line-height: 7px;*/
}

#order-form-description {
  text-transform: capitalize;
  font-size: 16px;
}

#field-span {
  font-size: 0.9rem;
  background-color: white;
  border-right: 1px solid;
}

.form-control {
  border-radius: 6px;
  border-color: rgb(154, 236, 236);
  background-color: white;
  font-size: 0.9rem;
}

#order-btn {
  border-radius: 10px;
}

#order-btn:focus {
  box-shadow: none;
}

#order-btn:hover {
  color: white !important;
}

/*ORDER FORM CSS END */

#hero-banner {
  background: url('https://onlineexampros.com/assets/images/hero-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
  /*#hero-banner {*/
  /*    background: none;*/
  /*}*/
}

#typeWriterDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
  font-size: clamp(2rem, 2.8vw, 5rem);
  font-weight: bold;
}

/* FORM CSS START */
.typewriter {
  width: 21.5ch;
  white-space: nowrap;
  font-size: 25px;
  overflow: hidden;
  border-right: 2px solid #212121;
  animation: cursor 10s step-start infinite,
    text 10s steps(30) alternate infinite;
}

@keyframes cursor {

  0%,
  100% {
    border-color: #212121;
  }
}

@keyframes text {
  0% {
    width: 0;
  }

  100% {
    width: 30ch;
  }
}

/* FORM CSS END  */

/* SERVICE SECTION CSS  */

/* #servicesSection {
padding: 100px;
} */

.sectionTitle {
  font-weight: 700;
  color: black;
  text-transform: capitalize;
  background-color: transparent;
}

.cardTitle {
  font-size: 18px;
  border-bottom: 1px solid red;
  display: inline-block;
}

.singleCard {
  transition: transform 0.2s ease-out;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.singleCard:hover {
  transform: scale(0.9);
}

.cardDescription {
  font-size: 16px;
  padding-top: 5px;
  text-align: justify;
}

.servicesTitle {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: black;
  background-color: transparent;
}

@media screen and (max-width: 760px) {
  .singleCard {
    text-align: center;
    display: block;
  }

  .servicesTitle {
    font-size: 1.1rem;
    /*text-align: center;*/
  }

  .sectionTitle {
    /*font-weight: 300;*/
    font-size: 1.3rem;
    /*text-align: center;*/
  }

  #ctaTitle {
    font-size: 1.3rem;
  }

  #ctaDescription {
    font-size: 1.1rem;
  }
}

/*FEATURES CARD CSS START */
#cardsContainer {
  background: url('https://onlineexampros.com/assets/images/features-background.webp');
  background-size: contain;
  background-position: center;
  z-index: -1;
  border-radius: 10px;
}

.featuresTitle {
  border-bottom: 1px solid red;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
}

.featuresSubTitle {
  font-size: 16px;
  margin-bottom: 0px;
}

.featuresDescription {
  font-size: 16px;
}

.card-border-radius {
  border-radius: 5px;
}

.success-rate,
.exams-completed {
  font-size: 0.8rem;
  padding-right: 10px;
}

.starCss {
  color: orange;
  font-size: 0.7rem;
}

.review-count {
  font-size: 0.7rem;
}


#writersHireBtn {
  border-radius: 7px;
}

@media screen and (max-width: 750px) {
  #cardsContainer {
    display: block;
  }
}

/*FEATURES CARD CSS END */

/* REVIEWS CSS START */

/*.reviews-title{*/
/*    font-weight: 700;*/
/*}*/

.reviews-suggestion {
  font-size: 12px;
  color: #515A5D;
}

#reviewsWrapper {
  overflow: scroll;
  border-radius: 20px;
  column-gap: 25px;
  padding: 0;
  cursor: grab;
  user-select: none;
}

#reviewsWrapper:active {
  cursor: grabbing;
}

#reviewsWrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.reviewRatingsDiv {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewRatingsDiv span {
  color: orange;
  font-size: 12px;
}

.reviewsParagraph {
  height: 13vh;
}

.scroll-progress-container {
  width: 100%;
  height: 0.2rem;
  /*background-color: aqua;*/
  /* Light gray background for the progress bar container */
  margin-top: 10px;
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  /* This will be dynamically updated with JavaScript */
  background-color: var(--site-primary-color);
  /* Color of the progress bar */
  transition: width 0.3s;
  /* Smooth transition for the progress bar */
}

@media screen and (max-width: 750px) {
  .reviewSingleCard {
    min-width: 300px;
  }

  .reviewsParagraph {
    height: auto;
  }

  .scroll-progress-container {
    display: none;
  }
}

/* REVIEWS CSS END */

/* CONTENT SECTION 1 CSS START  */

.scrollsection {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-title p {
  font-size: 15px;
  font-family: var(--fontStyle);
}

.scrollsection div {
  /*padding: 0px 15px 15px;*/
  font-size: 15px;
  font-family: var(--fontStyle) !important;
}

.scrollsection div .card {
  background-color: #ecf6ff;
  padding: 15px;
}

.scrollsection {
  position: relative;
}

#contentCard1 {
  border-radius: 10px;
  height: 75vh;
  overflow-y: auto;
}

#contentCard2 {
  border-radius: 10px;
  height: 75vh;
  overflow-y: auto;
}

#contentCard1::-webkit-scrollbar {
  width: 2px;
}

#contentCard1::-webkit-scrollbar-thumb {
  background-color: var(--site-secondary-color) !important;
  border-radius: 6px;
}

#contentCard2::-webkit-scrollbar {
  width: 2px;
}

#contentCard2::-webkit-scrollbar-thumb {
  background-color: var(--site-secondary-color) !important;
  border-radius: 6px;
}

.scrollsection::-webkit-scrollbar {
  width: 3px;
}

.scrollsection::-webkit-scrollbar-thumb {
  background-color: var(--site-secondary-color) !important;
  border-radius: 6px;
}

.scrollsection::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollMainsection a {
  text-decoration: underline;
  color: var(--site-primary-color);
}

.scrollMainsection:before {
  top: 0;
}

.scrollMainsection:after {
  bottom: 0;
}

@media screen and (max-width:768px) {
  .scrollsection {
    gap: 10px;
  }

  #contentCard1 {
    max-height: 50vh;
  }

  #contentCard2 {
    max-height: 50vh;
  }
}

.LargeCardTittle {
  color: var(--heading-color);
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.LargeCardsSubTittle {
  font-size: 1rem;
  color: var(--text-color);
}

.WritingTitle {
  font-size: 24px;

}

.Writingdesc {
  font-size: 16px;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  .WritingTitle {
    font-size: 1rem;
  }

  .Writingdesc {
    font-size: 0.9rem;
    text-align: left;
  }
}

/* CONTENT SECTION 1 CSS END  */

/* CITIES CARD CSS START  */
.cities-h2-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: capitalize;
}

#citiesCards {
  border-radius: 10px;
}

#citiesCards::-webkit-scrollbar-thumb {
  background-color: var(--site-primary-color);
}

#citiesCards::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}

.singleCityCard {
  transition: transform 0.3s ease-in;
  border-radius: 10px;
}

.singleCityCard:hover {
  transform: scale(0.9);
}

.citiesDescription {
  font-size: 16px;
  /*overflow: scroll;*/
  /* height: 10vh; */
}

.citiesDescription::-webkit-scrollbar-thumb {
  background-color: black;
}

.citiesDescription::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}

@media screen and (max-width: 768px) {
  #citiesCards {
    border: none !important;
  }
}

/* CITIES CARD CSS END  */

/*CONTENT SECTION 2 CSS START */

.content-section-para {
  text-align: justify;
  letter-spacing: -0.25px;
}

#scrollSectionTable {
  height: 50vh;
  padding: 0;
  overflow: scroll;
}

#scrollSectionTable::-webkit-scrollbar {
  width: 1px;
  height: auto;
  background: transparent;
}

#scrollSectionTable::-webkit-scrollbar-thumb {
  background: #ffa030;
}

#scrollSectionTable::-webkit-scrollbar-track {
  background: transparent;
}

/*CONTENT SECTION 2 CSS END */

/* EXAM TAKERS CSS START  */
.quote-container {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  max-width: 350px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
}

.bottom {
  position: absolute;
  min-height: 200px;
  bottom: 0;
  left: 0;
  line-height: 0;
  transform: rotate(180deg);
  width: 440px;
}

.bottom svg.curves {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  transform: rotateY(180deg);
}

.bottom .shape-fill {
  fill: var(--site-secondary-color);
}

.star-rating {
  color: #ff1133;
  margin: 17px 0 10px;
  font-size: 1.8em;
  text-align: center;
}

p.quote {
  margin: 15px 0;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: center;
}

.reviewer-photo {
  position: relative;
  z-index: 9;
  margin: 20px auto 10px;
  text-align: center;
}

.reviewer-photo img {
  border-radius: 50%;
  border: 6px solid #ffffff;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}

.reviewer-details {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}

.reviewer-details .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
  /* padding: 7px 0 10px 0; */
  color: black;
}

.reviewer-details .title {
  font-size: 10px;
  font-weight: 400;
}

/*HERO SECTION CSS START */
#heroTitle {
  /*word-spacing: -1px;*/
  font-size: 3.5rem;
  font-weight: 900;
  color: black;
}

#heroTitleTools {
  font-weight: 900;
}

#heroDescription {
  color: var(--site-secondary-color);
}

@media screen and (max-width: 750px) {

  #heroTitleTools {
    font-size: 30px;
  }

  #heroTitle {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;

  }

  #heroDescription {
    text-align: center;
    font-size: 0.8rem;
  }
}

/*HERO SECTION CSS END */

/* EXAM TAKERS CSS END  */

/* STEPS PROCESS CSS START  */

.step-desc h3 {
  font-size: 20px;
  font-weight: 600;
}

.step-desc p {
  font-size: 16px;
}

.title-effect {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.5;
  animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
  left: 50%;
  margin-left: -25px;
}

.text-center .section-title h6 {
  padding: 15px 0;
}

.title-effect .bar {
  background: #2575fc;
}

.title-effect .bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  animation: bar-left 3.2s linear 0s infinite;
}

.title {
  position: relative;
  color: #1c1d3e;
  margin-bottom: 0;
}

.section-title h2 {
  margin-bottom: 15px;
}

/* STEPS PROCESS CSS END  */

/* ------------------------
  How It Work
------------------------*/
.work-process {
  position: relative;
}

.step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #005bea;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}

.step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #fafaff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}

.step-icon span {
  position: relative;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}

.dark-bg .step-desc h4 {
  color: #2575fc;
}

.dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}

.work-process.style-2:before {
  display: none;
}

.work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}

.work-process.style-3 {
  padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 75%;
}

#svgC {
  margin: 0 auto;
  width: 100%;
}

/* ------------------------
  box-loader
------------------------*/
.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2575fc;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }

  12.5% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }

  12.5% {
    transform: scale(1, 0);
  }

  25% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }

  25% {
    transform: scale(0, 1);
  }

  37.5% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(0, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }

  37.5% {
    transform: scale(1, 0);
  }

  50% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/

@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px) {
  #svg-container {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .md-mt-5 {
    margin-top: 30px !important;
  }

  /*Step*/
  .work-process .box-loader {
    display: none;
  }

  .step-desc p {
    max-width: 300px;
    margin: 0 auto;
  }

  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }
}

/*GLOBAL BUTTON CSS START */
button {
  background: var(--site-secondary-color) !important;
  color: white !important;
  border: 0px !important;
}

button:hover {
  background: var(--site-secondary-color) !important;
  color: white !important;
  /*outline: 1px solid white !important;*/
}

.orderBtn {
  background: var(--site-primary-color);
  border-radius: 5px;
  padding: 5px 20px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: 2px solid var(--site-primary-color);
}

.orderBtn:hover {
  background: none;

}

/*GLOBAL BUTTON CSS END */

/* STEPS PROCESS CSS END  */

/* CTA SECTION CSS START  */
#ctaDiv {
  background-color: var(--site-secondary-color);
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.ctaBtnHover {
    width:fit-content;
  border: 1px solid transparent !important;
  background: white !important;
  color: var(--site-secondary-color) !important;
  padding: 5px 20px;
  border-radius: 5px;
  /* font-size: 16px; */
  text-transform: uppercase;
}

.ctaBtnHover:hover {
  /*background-color: var(--site-primary-color);*/
  background: white;
  color: black;
  border: 1px solid white !important;
}

@media screen and (max-width: 800px) {
  #ctaDiv {
    text-align: center;
  }

  #cta-image-div {
    display: none;
  }

  #about-section-image {
    display: none;
  }

  #aboutSectionBtn {
    text-align: center;
  }
}

/* CTA SECTION CSS END  */

/* SERVICES SECTION CSS END */

/* FAQ ACCORDIAN CSS START */

/* #faqSection {
height: 80vh;
} */

/*#faqTitle {*/
/*    font-size: 1.8rem;*/
/*    font-weight: 800;*/
/*    color: rgb(18, 34, 51);*/
/*}*/

.accordion .accordion-item .accordion-header[aria-expanded='true'],
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion .accordion-header,
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  background: transparent !important;
  color: var(--site-secondary-color) !important;
}

.accordion .accordion-header:hover,
.accordion .accordion-header:focus,
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion .accordion-header:hover::after,
.accordion .accordion-header:focus::after,
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion .accordion-header .accordion-title,
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  position: relative;
  font-size: 16px;
  color: black;
  margin: 0px !important;
}

.accordion .accordion-header .icon,
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion .accordion-header .icon::before,
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion .accordion-header .icon::after,
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion .accordion-header[aria-expanded='true'],
.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}

.accordion .accordion-header[aria-expanded='true'] .icon::after,
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion .accordion-header[aria-expanded='true']+.accordion-content,
.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.FaqAccordion{
        background: white;
    border-radius: 10px;
   margin:10px 0px 10px !important;
}

.ToolOverflow{
    overflow-y:scroll;
    height:141px;
}
.ToolOverflow::-webkit-scrollbar{
    width:0.1vw ;
}

@media(max-width:767px){


.FooTErLogo{
display:flex;
justify-content:center;
align-items:center ;
}

.FooterCardsicons{
    margin-top:20px !important;
}

.FooterCardsicons>div>p{
    text-align:center !important;
}

.TexTALignstart{
    text-align:start !important;
   padding: 0px 5px 0px;
}

.FooterPlusIcon::before , .FooterPlusIcon::after{
    background:white !important;
}

.FooterTextLink{
    font-size:18px !important;
    right:0px !important;
}

.BorderBottom{
    border-bottom: 1px solid white !important;
}

.accordion .accordion-header[aria-expanded='true']+.accordion-content, .accordion button[aria-expanded='true']+.MAxHeight{
    max-height:100% !important;
}
}

.accordion .accordion-content p {
      padding: 10px;
  font-size: 16px;
  font-weight: 300;
  margin:0px !important;
  /*margin: 1em 0;*/
}

@media screen and (max-width: 768px) {
  .accordion .accordion-content p {
    font-size: 0.8rem;
    font-weight: 300;
    margin: 2em 0;
  }

  .accordion .accordion-header .accordion-title,
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    position: relative;
    right: 25px;
    font-size: 0.9rem;
    color: black;
  }

  #faqImage {
    display: none;
  }
}

/* FAQ ACCORDIAN CSS END  */

/*PROGRESS BAR CSS START */
.progress-bar {
  height: 0.2rem;
  background: var(--site-primary-color) !important;
  width: 0%;
}

/*PROGRESS BAR CSS END */

/*NEWSLETTER CSS START */

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + .75rem + 2px);
  /*padding: .575rem .75rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  /*background-color: #fff;*/
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*border-radius: 52px;*/
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.newsLetterCard {
  padding: 20px;
}

#newsletterTitle {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 1.6rem;

}

@media screen and (max-width: 750px) {
  #newsletterTitle {
    font-size: 1.3rem;
    text-align: center;
  }
}

/*NEWSLETTER CSS END */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9a826;
  outline: 0;
  box-shadow: none !important;
}

.border-rad {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  color: #fff;
  background-color: var(--site-primary-color);
  border-color: #f9a826;
}

.border-rad:hover {
  background-color: #f9a826;
  border-color: #f9a826;
}

/*NEWSLETTER CSS END */

/*BLOGS CSS START */

#blog-search-field {
  border: 1px dashed grey;
}

.blog-category-btn {
  border: 1px dashed grey;
}

#blog-title {
  font-size: 1.2rem;
  color: var(--site-secondary-color);
  font-weight: 700;
}

#blog-breadcrumb {
  text-decoration: none;
}

#table-content-heading {
  font-size: 0.9rem;
}

#blog-description {
  font-size: 0.9rem;
  color: var(--site-secondary-color);
}

#blog-span {
  font-size: 0.9rem;
  color: white;
}

.sticky-sidebar {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 20px;
  /* Distance from top of viewport */
  height: auto;
  /* Ensure sidebar grows with content */
}


.blog-span-bg {
  background-color: var(--site-secondary-color);
  border-radius: 5px;
  transition: transform 0.3s ease;
  /* Adds smooth animation */
}

.blog-span-bg:hover {
  transform: scale(0.9);
  /* Scales the element on hover */
}

#blog-load-more:focus {
  box-shadow: none;
  outline: 0;
}

.module-right {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 5px;
  text-align: left;
  width: 100%;
}

.module-right a {
  color: black;
  margin-left: 10px;
}

.module-right a:hover {
  color: #ffa53d;
}

.module-right .free-services {
  padding: 20px;
}

.module-right h4 {
  font-weight: bold;
  bottom: 0;
  padding: 10px 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: white;
  background: var(--site-secondary-color);
  border-radius: 6px 6px 0px 0px;
}

.module-right .get-features-btn {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 10px 0px;
  border-radius: 0px 0px 6px 6px;
}

.module-right .get-features-btn a {
  text-align: center;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  background: var(--site-secondary-color);
  text-transform: uppercase;
}

.module-right .free-title {
  color: #fff;

  font-size: 30px;
  font-weight: 600;
  background-color: #ffc732;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}

.module-right .rate {
  margin: 0 20px 15px;
  font-size: 26px;
  line-height: 20px;
  color: white;
}



.module-right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}


.module-right .list:last-of-type {
  border-bottom: 0
}

.module-right .list .name {
  font-size: 15px;
  line-height: 20px;
  color: #434343;
  margin: 0;
  padding: 0px 10px;
}

.module-right .list .value {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  margin: 0
}

.module-right .list .value span {
  color: #24b65f;
  margin: 0 0 0 5px;

}

.module-right .button {
  display: block;
  padding: 10px
}

/*BLOGS CSS END */

/* FOOTER CSS START  */
.footer {
  background-color: #11294d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#mobileLinks {
  display: none;
}

@media screen and (max-width: 650px) {

  #desktopTabletLinks {
    display: none;
  }

  #mobileLinks {
    display: block;
  }
}

.footerLinksTitle {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--site-primary-color);
  display: inline-block;
  margin-bottom: 10px;
}

.footerLinks {
  text-decoration: none;
  color: white;
  font-size: 16px;
  min-height: 40px;
  min-width: 44px;
  display: inline-block;
}

.footerLinks:hover {
  color: var(--site-primary-color);
}

.socialLinks ul li {
  display: inline-block;
}

.socialLinks ul li span i {
  display: block;
  margin: 0 2px;
  width: 40px;
  text-decoration: none;
  height: 40px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socialLinks ul li span .fa-facebook-f {
  color: #4267b2;
  text-decoration: none !important;
}

.socialLinks ul li span .fa-twitter {
  color: #1da1f2;
  text-decoration: none !important;
}

.socialLinks ul li span .fa-google-plus-g {
  color: #dd5044;
  text-decoration: none !important;
}

.socialLinks ul li span .fa-linkedin-in {
  color: #0177b5;
  text-decoration: none !important;
}

.socialLinks ul li a:hover i {
  color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
  background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
  background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
  background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
  background: #0177b5;
}

.list-style {
  list-style-type: none !important;
  cursor: pointer;
  font-size: .75rem;
  opacity: .8;
}

@media screen and (max-width: 660px) {
  #cardsInPhone {
    display: flex;
  }
}

.copy-right {
  font-size: .75rem;
  opacity: .8;
}

.Analyst {
  width: 87.7px;
  height: 23.7px;
  margin: 10.7px 0 5.2px 10.2px;
  color: #fff;
}

/* FOOTER CSS END  */


/*================================================
5. Mobile Bottom Sticky Footer - Header Bottom
=================================================*/
.mobileFooterMenu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobileFooterMenu {
    width: 100%;
    height: 50px;
    background: var(--site-secondary-color);
    position: fixed;
    bottom: -55px;
    /* Start hidden below the viewport */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: bottom 0.3s;
    /* Smooth transition */
  }

  .scroll-top {
    display: none !important;
  }

  .mobileFooterMenu.show {
    bottom: 0;
    /* Show the menu */
  }

  .mobileFooterMenu .listWrap {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px !important;
  }

  .mobileFooterMenu .listWrap li {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }

  .mobileFooterMenu .listWrap li a {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    width: 100%;
  }

  .mobileFooterMenu .listWrap li a:hover {
    text-decoration: none;
  }

  .mobileFooterMenu .listWrap li a .icon {
    position: relative;
    display: block;
    line-height: 65px;
    text-align: center;
    transition: 0.5s;
    color: white;
    margin: 0;
  }

  .mobileFooterMenu .listWrap li a .icon i {
    font-size: 25px;
  }

  .mobileFooterMenu .listWrap li a .label {
    position: absolute;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 1;
    z-index: 1;
    font-size: 10px;
    text-transform: uppercase;
  }

  .mobileFooterMenu .listWrap li.active a .icon {
    color: var(--site-secondary-color);
    transform: translateY(-16px);
  }

  .mobileFooterMenu .listWrap li.indicator {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -55%;
    border-radius: 50%;
    border: 6px solid var(--site-secondary-color);
    background: white;
    transition: 0.3s;
    z-index: 0;
  }

  .mobileFooterMenu .listWrap li:nth-child(1).active~.indicator {
    transform: translateX(calc(70px * 0 + (5px * 1)));
  }

  .mobileFooterMenu .listWrap li:nth-child(2).active~.indicator {
    transform: translateX(calc(70px * 1 + (5px * 2)));
  }

  .mobileFooterMenu .listWrap li:nth-child(3).active~.indicator {
    transform: translateX(calc(70px * 2 + (5px * 3) + 1px));
  }

  .mobileFooterMenu .listWrap li:nth-child(4).active~.indicator {
    transform: translateX(calc(70px * 3 + (5px * 4) + 3px));
  }

  .mobileFooterMenu .listWrap li:nth-child(5).active~.indicator {
    transform: translateX(calc(70px * 4 + (5px * 5) + 3px));
  }
}





/*essay-writer css start   */
.ai-output {
  background-color: whitesmoke;
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  flex: 0.9;
  border-radius: 10px;
  /*height: 510px;*/
  width: 100%;
}


.discountbtn {
  background-color: #fc5739 !important;
}

.discountbtn:hover {
  background-color: #E85435 !important;
}


.essay-output-title {
  font-size: 29px;
  font-weight: 600;
  width: 100%;
  color: var(--site-secondary-color);
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid var(--site-secondary-color);
  margin-bottom: 10px;
}

.toolSelectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://img.icons8.com/ios/50/FFFFFF/expand-arrow--v2.png") no-repeat right 10px center;
  background-size: 12px;
  background-color: #ffff;
  color: black;
  border: none;
}

.toolSelectBox option {
  background-color: black;
  color: white;
}

/* Styling for headings */
.essay-heading {
  background-color: black;
  color: white;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.8px;
  text-align: center;
}

.containerPadding {
  padding: 40px 0px;
}


.essay-input label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.essay-input select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.generate-btn {
  width: 100%;
  padding: 10px;
  background-color: #002b4d !important;
  margin-top: 20px;
  border-radius: 10px;
}

.generate-btn:hover {
  background-color: #11294D !important;
}

/* AI Output Section */
.ai-output .output-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.ai-output .output-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ai-output .output-header button {
  padding: 5px 10px;
  border: none;
  background-color: #eee;
  border-radius: 3px;
  cursor: pointer;
}

.ai-output .output-header button:hover {
  background-color: #ddd;
}

.bottom-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.bottom-actions button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.download-btn {
  background-color: #ffa53d;
  color: white;
  width: 40%;
}

.download-btn[disabled] {
  background-color: #ddd;
  cursor: not-allowed;
}

.rate-btn {
  background-color: #ffa53d;
  color: white;
  width: 40%;
}

.like-btn,
.dislike-btn {
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}

.like-btn:hover,
.dislike-btn:hover {
  color: #007bff;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .essay-input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .ai-output {
    max-width: 100%;
  }

  .containerPadding {
    padding: 20px 0px;
  }
}

.essay-input {
  background-color: whitesmoke;
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 100%;
}

.new-section {
  background-color: whitesmoke;
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 100%;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 9.5px;
  background-color: transparent;
  border: 1px solid rgb(179, 179, 179);
  border-radius: 10px;
  outline: none;
  padding: 0px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}

#prompt {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}


.toolbar {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin: 10px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}


.tool-card-box {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background-color: #002a4d;
  text-align: center;
  flex: 1;
  max-width: 100% !important;
  align-content: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  width: 32%;
  padding-right: 20px;
  border-right: 2px solid white;
  color: white;
}

.stat-item:last-child {
  border-right: 0;
  padding-right: 0;
}

/* .stats-card {
          background-color: #f8f9fa; 
          border: 1px solid #ddd; 
          color: #333; 
      } */

.circle-count {
  width: 41px;
  height: 41px;
  /*border-radius: 50%;*/
  /*background-color: black;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

.circle-count span {
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.stat-item h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: white;
  /* /* width: 41px;
          height: 41px; */
}

.divider {
  border-bottom: 2px;
  margin-top: 5px;
  width: 100%;
}

.editor-toolbar {
  display: flex;
  gap: 8px;
}

.icon-button {
  background: none !important;
  font-size: 20px !important;
  font-weight: 300;
  text-decoration: none;
  padding: 0px 5px;
  color: black !important;
  transition: color 0.2s;
}


.icon-button:hover {
  border-radius: 5px;
}

.icon-button:focus {
  outline: none;
}

.material-icons {
  font-size: 24px;
}

/*.toolbar::after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/

.option {
  display: flex;
  /*padding: px;*/
  justify-content: space-between;
  width: auto;
  height: auto;
}


@media (max-width: 768px) {
  .row {
    /*flex-direction: column;*/
  }

  .col-lg-4 {
    width: 100%;
  }

  .card-container {
    /*flex-direction: column;*/
    align-items: center;
  }

  .tool-card-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .stats-card {
    margin-top: 20px;
  }

  .stat-item {
    padding-right: 5px;
    font-size: 12px;
  }

  .stat-item h6 {
    font-size: 12px;
  }
}

.option button {
  width: 30%;
  padding: 8px;
  border-radius: 10px;
  background-color: white !important;
  font-weight: 600;
  color: black !important;
}

.option button.selected {
  border: 1px solid black !important;
  /* Style for selected button */
  background-color: white !important;
  /* Optional: change background */
}

#response {
  background-color: white;
  border-radius: 10px;
  height: 500px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ced4da;
}

.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
  margin-right: 5px;
}

.counter {
  text-align: center;
  position: relative;
  color: #fff;
}

.counter-inner {
  position: relative;
  z-index: 1;
  padding: 30px 10px 70px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
  background: #10a2e6;
}

.counter.yellow .counter-inner,
.counter.yellow .counter-icon {
  background: #ffa030;
}

.counter.pink .counter-inner,
.counter.pink .counter-icon {
  background: #ffa030;
}

.counter.green .counter-inner,
.counter.green .counter-icon {
  background: #ffa030;
}

.counter-inner:before,
.counter-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  /*background: rgba(0,0,0,0.15);*/
  z-index: -1;
}

.counter-value {
  display: inline-block;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  line-height: 130px;
  background: #10a2e6;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.counter.yellow .counter-value {
  background: black;
}

.counter.pink .counter-value {
  background: black;
}

.counter.green .counter-value {
  background: black;
}

.counter h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.counter-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #10a2e6;
  border-radius: 0 50px 0 50px;
  font-size: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.counter-icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 5px solid #fff;
  border-radius: 0 50px 0 50px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .counter-icon:after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 0 20px 0 20px;
  }

  .counter-inner h4 {
    font-size: 14px;
  }

  #orderForm .form-control {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 30px;
  }
}

.WritingButton:hover {
  color: black !important;
}

.FeaturesTittle {
  font-size: 1.3rem !important;
}

.featureCardIcon {
  font-size: 30px;
  background: var(--site-secondary-color);
  color: white;
  padding: 10px;
  width: 55px;
  border-radius: 5px;
  text-align: center;
}


@media (max-width: 991px) {
  .new-section {
    display: none;
  }
}

/* Set up the flex container */
.col-lg-7 {
  display: flex;
  flex-direction: column;
  /* Stack sections vertically by default */
  /*gap:20px;*/
}

.feature-card {
  gap: 20px;
}

/* Default order */
.card-container {
  order: 1;
}

.ai-output {
  order: 2;
}

/* Media query for screens below 991px */
@media (max-width: 991px) {
  .card-container {
    order: 2;
  }

  .ai-output {
    order: 1;
    /* Make .ai-output appear first */
  }
}


@media (max-width: 375px) {
  .tool-card-box {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-img {
    display: none;
  }

  .ai-output {
    margin-left: 0px;
  }

  .tool-aspects {
    padding: 0px 10px 0px 0px !important;
  }

  .counter-inner {
    padding: 20px 0px 60px;
  }

  .counter-value {
    border: 6px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 20px;
  }

  .counter-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 20px 0 20px;
    font-size: 30px;
  }

  .tool-container {
    padding: 10px !important;
  }

  .coupen {
    margin-top: 0px !important;
  }
}

@media (max-width: 368px) {
  .option {
    gap: 20px;
  }
}

.span-word {
  font-size: medium;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 50px;
  border-radius: 10px;
  background-color: black;
  padding: 2px 34px;
  color: white;
}

.count-set {
  margin-left: 10px;
}

@media (max-width: 375px) {
  .count-set {
    margin: 0px;
  }

  .word-span {
    padding: 2px 29px;
  }
}

.count-set .count-words {
  font-size: medium;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 50px;
  border-radius: 10px;
  background-color: black;
  padding: 2px 34px;
  color: white;
}

.coupen {
  margin-bottom: 4px;
  margin-top: 20px;
}

.main-container {
  margin-bottom: 3px;
}

@media(max-width:375px) {

  .main-container {
    margin-bottom: 0px;
  }

}



#how-it {
  margin-top: 15px;
}

/*end essay writer css*/


/*Essay-Rewriter Css Start */


/* Hide the file input */
#fileInput {
  display: none;
}

.tool-sample-upload-btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* Your existing styles */
#essay-writer-banner {
  border-radius: 15px;
  background-color: #cee4f9;
}

#banner-title {
  text-transform: capitalize;
  font-size: 1.9rem;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 15px 0;
  height: 0.5px;
  background: transparent;
  border: dashed grey 1px;
  border-radius: 0px;
  padding: 3px;
}

.clientEssay {
  border: 1px solid grey;
}

#prompt {
  border: dashed grey 1px;
}

#prompt:focus {
  box-shadow: none;
  border: 1px solid #f4c948;
}

#response {
  border: dashed grey 1px;
}

#response:focus {
  box-shadow: none;
  border: 1px solid #f4c948;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  position: relative;
  bottom: 9px;
  height: 25px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]:hover {
  background: orange;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #cee4f9;
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f4c948;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  background: #cee4f9;
  border-radius: 5px;
  background-clip: padding-box;
  border-color: transparent;
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #f4c948;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent;
}

#wordCount {
  font-weight: 600;
}

/*.progress-bar {*/
/*    width: 100%;*/
/*    background-color: #e0e0e0;*/
/*    border-radius: 5px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    height: 30px;*/
/*    margin-top: 10px;*/
/*}*/

.progress {
  height: 100%;
  background-color: #4caf50;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s;
}

.spinner-grow {
  display: none;
}

.essayHeading {
  font-size: 3rem;
  font-weight: 600;
  color: black;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
}

#detailsSecion {
  color: grey;
  font-size: 15px;
  font-weight: 400;
}


#outputEssay {
  background-color: #e7ecef;
  height: 83% !important;
}


.toolbox {
  display: flex;
  justify-content: space-between;
  margin: 7px 10px;
}

.tool-sample-upload-btn {
  position: absolute !important;
  top: 45% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  cursor: pointer !important;
  gap: 20px !important;
}

.detail_section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.detail-text {
  font-size: var(--font-size-xsmall);
  font-weight: 300;
  text-align: center;
}

.detail_box_btn {
  border: 1px solid lightgrey;
  border-radius: 8px;
  width: 200px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background-color: #002a4d;
  color: white;
  text-align: center;
  padding: 10px 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  ;
}

.tool-sample {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /*cursor: pointer;*/
  gap: 20px;
}


.sample_box_btn {
  border: 1px dashed #fc5739;
  border-radius: 20px;
  padding: 10px 10px;
  font-size: 16px;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.upload_sample_text {
  font-size: var(--font-size-xsmall);
  font-weight: 300;
  padding-top: 10px;
  text-align: center;
}

.detail-sample-text {
  font-size: var(--font-size-xsmall);
  font-weight: 300;
  /* padding-top: 10px; */
  text-align: center;
}



.box {
  background-color: #f8f8f8;
  padding: 0px 26px 20px 27px;
  ;
  border-radius: 10px;
}

.changer {
  padding: 10px;
  display: flex;
  gap: 0.6rem;
}

.betatool {
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0;
  width: auto;
  color: #7f8384;
  border-radius: 5px;
  line-height: normal;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-wrap: nowrap;
}

.mode-selector label {
  cursor: pointer;
  padding: 5px 20px;
  transition: background-color 0.3s ease;
  /* Transition effect */
}

.mode-selector label.activeMode {
  background-color: #002a4d;
  /* Color when active */
  color: white;
  /* Optional: Change text color */
  border-radius: 4px;
  /* Optional: Add rounded corners */
}

.mode-selector {
  justify-content: space-between;
  width: 100%;
}

.upload {
  background-color: white;
  padding: 1px;
  height: 430px;
  border-radius: 10px;
  position: relative;
  border: 1px solid lightgrey;
  margin-top: 20px;

}

.sample-box {
  border: 3px #fc5739;
  border-radius: 8px;
  padding: 20px 10px;
  font-size: 16px;
  /*width: 105px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: dashed;
  height: 100px;
  margin-top: 100px;
}

.tool-sample {
  max-height: 300px;
  overflow-y: hidden;
  /* Hide scroll on larger screens */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: lightgrey transparent;
  /* Light grey scrollbar for Firefox */
}

@media (max-width: 991px) {
  .tool-text p {
    width: 173px;
  }

  .tool-text {
    /* margin-left: 25px; */
    align-items: center;
  }

}

@media (max-width: 350px) {
  .upload {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .tool-sample {
    display: block;
    width: 100%;
    margin-top: 20px;
    /* Optional: add spacing between the two divs */
  }

  .sample-box {
    padding: 0;
  }
}


.box-btn {
  width: 100px;
  background-color: black;
  color: white;
  padding: 4px 2px 5px 0px;
  text-align: center;
  border-radius: 4px;
  /* text-transform: uppercase; */
  font-size: 15px;
  font-weight: 600;
  margin-left: 9px;

}

.count-word {
  text-align: center;
  position: relative;
  color: #fff;
}

.counter-inner {
  position: relative;
  z-index: 1;
  padding: 30px 8px 70px;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
  background: #10a2e6;
}









.counter h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.counter-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #10a2e6;
  border-radius: 0 50px 0 50px;
  font-size: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.counter-icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 5px solid #fff;
  border-radius: 0 50px 0 50px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

#main-row {
  justify-content: center;
  gap: 10px;
}

.generate-button {
  background-color: black;
  color: white;
  width: 200px;
}


/*By default, hide both buttons */
.btn-box-lg {
  display: none;
}

.btn-box {
  display: none;
}

/* Show the small screen button only on screens smaller than 767px */
@media only screen and (max-width: 767px) {
  .cta-img-col-5 {
    display: none;
  }

  .upload {
    height: 450px;
    margin-top: 0px;
  }

  .btn-box-lg {
    display: flex;
    padding: 10px;
  }

  .btn-box {
    display: none;
  }

  .detail_section {
    padding: 10px;
    gap: 6px;
    justify-content: space-between;
  }

  .detail_box_btn {
    /*width: auto;*/
    padding: 5px;
  }

  .detail-sample-text {
    font-size: 11px;
  }

  .counter-word {
    display: none;
  }

  .btn-small-screen {
    width: 100% !important;
    background-color: black !important;
    color: white !important;
    padding: 5px 15px;
    border-radius: 7px;
  }

  .tool-aspects {
    padding: 0px 10px 0px 0px;
  }


  .counter-inner {
    padding: 20px 0px 60px;
  }

  .counter-inner h4 {
    font-size: 15px;
  }

  .counter-inner:before,
  .counter-icon:before {
    background: none;
  }

  .counter-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 20px 0 20px;
    font-size: 30px;
  }

  .counter-icon:after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 0 20px 0 20px;
  }
}

/* Show the large screen button onl on screens larger than 767px */
@media (min-width: 768px) {

  .btn-box {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }

  /* Hide the small screen button on large screens */
  .btn-box-lg {
    display: none;
  }
}

.btn-small-screen {
  width: 150px;
  background-color: black;
  color: white;
}

.btn-large-screen {
  width: 150px;
  background-color: black !important;
  color: white !important;
  padding: 8px 15px;
  border-radius: 7px;
}


.detail-icon {
  font-size: 24px;
}


.container-Grid .container {
  padding: 0px 26px 0px 22px;
}

@media (max-width:375px) {
  .tool-list {
    padding: 0px 17px 0px 18px;
  }
}

@media only screen and (max-width: 369px) {
  .detail-sample-text {
    font-size: 9px;
  }
}

/*essay-rewriter css end */

/*Imgae to text css & pdf to text css*/


.CounterShow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.CounterShow .card {
  border: 1px solid gray;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0.6rem;
  text-align: center;
  /* box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1); */
}

.CounterShow .card h2 {
  color: #1e85cd;
}

.CounterShow .card p {
  color: black;
  font-weight: bold;
}

.convertButton a {
  text-decoration: none;
  color: white;
  background-color: green;
  padding-top: 0.6rem;
  border-radius: 5px;
  position: relative;
  bottom: 4rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.filtextVButton {
  position: relative;
  bottom: 4rem;
  color: black;
  font-size: 14px;
}

.filtextVButtondiv {
  position: relative;
  bottom: 4rem;
}

.CounterShowRow {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.textAreaMain {
  position: relative;
  left: 0.8rem;
  box-shadow: 1px 1px 8px rgba(177, 188, 214, .9);
  border-radius: 10px;
  padding: 20px 18px 20px 18px;
  margin-top: 0.5rem !important;
}

.textAreaMain::before {
  top: -33px;
  right: -32px;
}

@media(max-width:767px) {
  .textAreaMain:before {
    display: none !important;
  }

  .textAreaMain:after {
    display: none  !important;
  }
  
  .pdf_section{
      margin:0px 10px 0px 10px;
  }
  .generated--section{
      margin-left:0px !important;
  }
  #fileSectionsContainer{
      padding:0px  !important;
  }
}

.textAreaMain::before {
  content: url(https://www.assignmentguru.co.uk/assets/img/pop-up.png);
  position: absolute;
  transform: rotate(182deg);
  filter: sepia(45) saturate(69) hue-rotate(-4deg);
}

.textAreaMain::after {
  bottom: -31px;
  left: -32px;
}

.textAreaMain::after,
#uploadedArea::after,
#downloadFiles::after {
  content: url(https://www.assignmentguru.co.uk/assets/img/pop-up.png);
  position: absolute;
  filter: sepia(45) saturate(69) hue-rotate(-4deg);
}



.textAreaMain textarea {
  border-radius: 0.6rem;
  overflow: auto;
  border: none;
}

.buttonFile {
  background-color: whitesmoke !important;
  border: 1px solid grey;
  padding-top: 0.3rem;
  position: relative;
  bottom: 3.9rem;
  left: 1rem;
  padding-bottom: 0.3rem;
  border-radius: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 200px) {
  .CounterShow {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .CounterShow {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
    .CounterShow>.card:last-child:nth-child(odd) {
        grid-column: span 2;
    }
    .RanDom>.detail{
        padding:0px !important;
    }
}

@media only screen and (max-width: 600px) {

  /* CSS for mobile screens */
  #relatedTools {
    max-width: 1200px !important;
    padding: 0;

  }

  .twocardimagerow {
    display: none;
  }
}

#submitButton {
  background: #002a4d;
  color: white;
  border: 0px;
  text-transform: capitalize;
  padding: 8px 15px;
  border-radius: 5px !important;
}

#clearButton {
  background: #002a4d;
  color: white;
  border: 0px;
  text-transform: capitalize;
  padding: 8px 15px;
  border-radius: 5px !important;
}


.tool-sample-upload-btn {
  position: absolute;
  top: 40%;
  left: 23%;
  transform: translate(-50%, -50%);
  display: flex;
  cursor: pointer;
  gap: 20px;
  justify-content: center;
}

.tool-sample-upload-btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sample_box_btn img {
  width: 50px;
  height: 50px;
}

.upload_sample_text {
  font-size: var(--font-size-xsmall);
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}

.upload-button {
  background-color: #002a4d;
  padding: 0px 1px 0px 8px;
  color: white;
  border-radius: 15px;
  text-align: center;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;

}


.upload-file p {
  margin: 0px;

}

.upload-file .fa {
  font-size: 15px;
}

.detail .larg-img {
  width: 60px;
  height: 60px;
}

@media(max-width:767px) {
  .detail .larg-img {
    width: 35px;
    height: 35px;
  }

  .how-it-work-card p {
    font-size: 15px;
  }

  .how-it-work-card {
    width: auto !important;
  }

  .textAreaMain {
    left: 0 !important;
  }

  #small-img {
    width: 35px !important;
    height: 35px !important;
  }

}

.how-it-work-card {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  width: 950px;
}

.how-it-work-card span {
  background-color: black;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 15px;
}

.file-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: grey;
}

.upload-section {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  border: 3px dashed grey;
  border-radius: 10px;
  display: none;
}

.left {
  height: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-corner {
  min-height: 264px;
  border-radius: 10px;
  height: 100px;
  width: 100%;
  display: none;
  overflow: auto;
}

.main-upload {
  display: flex;
  gap: 20px;
}

.main-upload {
  display: flex;
  justify-content: center;
  padding: 0px;
}

@media(max-width:516px) {
  .main-upload {
    flex-direction: column
  }

  .textAreaMain {
    padding: 9px 9px 3px 9px;
  }

  .left {
    width: 100%;
  }

  .upload-section {
    width: 100%;
  }
}

.upload-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Ensure all elements inside are centered */
}

.before-upload-img {
  text-align: center;
  /* Center icon and text */
  /*margin-bottom: 15px;*/
  /* Space between icon/text and the next section */
}

.upload_sample_text {
  display: block;
  font-size: 16px;
}

.upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Align the button and paragraph in the center */
  justify-content: center;
}



.upload-button p {
  margin-top: 5px;
  /* Space between the image and text */
  font-size: 14px;
  text-align: center;
}

.file-option {
  padding-top: 15px;
}

.left-main {
  display: flex;
  padding: 15px 15px 15px 14px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.left-inside {
  display: flex;
  gap: 20px;
}

.left-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: none;
}

@media(max-width:516px) {
  .left-parent {
    width: 100%;
  }
}

.clear-button {
  display: flex;
  justify-content: space-between;
}

.cancel-icon {
  cursor: pointer;
}

.header-left {
  border-radius: 10px;
  height: auto;
  width: 100%;
  display: none;
}

.download-left {
  height: 130px;
  gap: 10px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;


}

.header-main {
  display: flex;
  padding: 15px 15px 15px 14px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.download-inside {

  gap: 20px;
  padding-top: 16px;
  align-items: center;

}

.download-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-parent {
  display: block;
  width: 100%;
}

.download_img {
  width: 100px;
  height: 100px;
}

#hide {
  display: none;
}

#hide-inside {
  display: none;
}

#hide-img {
  display: none;
}

.image-box {
  border-right: 1px solid lightgray;
  width: 158px;
}

#preview-0 {
  width: 150px;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.generated--section-box {
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.05);
}

#downloadTextButton {
  background: #11294D;
  color: white;
  border: 0px;
  text-transform: capitalize;
  padding: 8px 15px;
  border-radius: 5px !important;
}

#start-over {
  background: #11294D;
  color: white;
  border: 0px;
  text-transform: capitalize;
  padding: 8px 15px;
  border-radius: 5px !important;
}

#fileSectionsContainer {
  gap: 20px;
  padding: 10px;
}

.generated--section {
  border: 1px solid lightgray;
  width: 97.666667%;
  ;
  margin-left: 12px;
  border-radius: 10px;
}

@media(max-width:375px) {
  .generated--section {
    width: 95.666667%;
    margin-left: 7px;
  }

  .download-header {
    padding: 10px;
  }
}

.head-img {
  display: none;
  width: 27px;
}

.download-icon {
  display: none;
  width: 27px;
}

@media(max-width:375px) {
  .show-button {
    display: none;
  }

  .head-img {
    display: block;
  }

  .download-icon {
    display: block;
  }
}

@media(max-width:766px) {
  .image-box {
    padding-left: 0px;
  }
}

@media(max-width:375px) {
  .generated--section img {
    width: 140px;
  }
}

.header-button {
  display: flex;
  gap: 15px;
}

#small-img {
  width: 55px;
  height: 55px;
}

.content-box {
  overflow-y: scroll;
  justify-content: space-between;
}

.icon-section {
  display: flex;
  flex-direction: column;
}

.content-box {
  width: 84.666667%;
}


/* Main Loader */
.main-loader {
  display: none;
  /* Initially hidden */
  height: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background-color: #eaeaea;
  width: 99%;
  margin-left: 3px;
}

/* Spinning Loader */
.loader {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #fff0 2.85%, rgb(169 149 253 / 0.909375) 53.25%, #a28cff 100%);
  animation: spinLoader 3s linear infinite;
  overflow: hidden;
}

/* Loader Animation */
@keyframes spinLoader {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}




/*end pdf/img css*/



.how-it-work-heading {
  font-size: 20px;
}


.generated--section img {
  width: 144px;
  border-radius: 10px;
}

.generated--section .generated-text {
  height: 100px;

  padding-top: 10px;
  margin-bottom: 15px;
  width: 84.666667%;
  padding-left: 20px;
}


/*case converter tool css*/

@media (max-width: 768px) {
  .buttonDiv {
    position: relative;
    right: 10px;
  }

  #UpperCase {
    width: 100%;
  }

  /* #lowerCase {
              
              position: relative;
              right: 10px;
          } */

  #First {
    width: 100%;
    position: relative;
    right: 10px;
  }

  #firstCapital {
    width: 100%;
  }

  #tittleCase {
    width: 100%;
  }

  #offerCard {
    padding-left: 10px !important;
    padding-right: 10px;
  }
}

.textbanner textarea {
  padding-top: 1rem;
  border: 1px solid grey;
  max-height: 14rem;
}

.text-center {
  text-align: center;
}

#textInput {
  overflow: auto;
}

.cardone {
  border-radius: 10px;
  padding-bottom: 0.6rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
}

.cardone img {
  height: 60px;
  width: 60px;
}

.btn:hover {
  color: black !important;
}

/* Related Cards Css */

.offerCard {
  padding: 0;
}

.offerCard {
  list-style-type: none;
  padding: 0;
}

.offerCard li {
  position: relative;
  list-style: none;
  padding-bottom: 1.1rem;
}

.offerCard li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bec4c0;
  margin-top: -1px;
  /* Negative margin equal to border thickness */
}

.offerCard li a {
  position: relative;
  left: 2rem;
  top: 0.5rem;
}

.offerCard h4 {
  background-color: black;
}

.SearchContainertittle {
  font-weight: bold;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {

  .samplebtn {
    position: relative;
    top: 0.1rem !important;
  }

  .SearchContainertittle {
    font-size: 1.5rem !important;
  }
}

.stepsTitle {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.stepsDecription {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 0.9rem;
}

#prompt {
  border: 1px dashed black;

}

#prompt:focus {
  border: 1px dashed black;

}

.detail-card {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
}

.detail-card span {
  background-color: black;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 15px;
}


@media(max-width:375px) {
  .detail-card {
    padding-left: 20px !important;
    gap: 5px !important;
  }

  .detail-card img {
    width: 30px !important;
    height: 30px !important;
  }
}

.detail img {
  height: 50px;
  width: 50px;
}

.textarea-output {
  position: relative;
  left: 0.8rem;
  box-shadow: 1px 1px 8px rgba(177, 188, 214, .9);
  border-radius: 10px;
  padding: 20px 18px 20px 18px;
}


.textarea-output textarea {
  height: 225px;
  border: 3px dashed lightgray;
}

.buttonDiv {
  padding-top: 10px;
}

.textarea-output::before {
  content: url(https://www.assignmentguru.co.uk/assets/img/pop-up.png);
  position: absolute;
  transform: rotate(182deg);
  filter: sepia(45) saturate(69) hue-rotate(-4deg);
}

.textarea-output::before {
  top: -32px;
  right: -31px;
}

.textarea-output::after {
  content: url(https://www.assignmentguru.co.uk/assets/img/pop-up.png);
  position: absolute;
  filter: sepia(45) saturate(69) hue-rotate(-4deg);
}

.textarea-output::after {
  bottom: -33px;
  left: -32px;
}

/* Default button styling */
/* .buttonDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
} */

.textButton {
  flex: 1 1 auto;
  /* Ensures buttons look uniform on larger screens */
}

/* Adjust layout for screens below 769px */
@media (max-width: 768px) {

  .textarea-output::before {
    display: none;
  }

  .textarea-output::after {
    display: none;
  }

  .buttonDiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    /* Adds spacing between rows and columns */
    padding-left: 20px;
  }

  .buttonDiv button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 7px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    text-align: center;
    width: 100%;
  }
}



/* Ensure the last button spans both columns if there's an odd number */
.textButton:last-child {
  grid-column: span 2;
}

.case-btn {
  background-color: #002a4d !important;
}

.case-btn:hover {
  background-color: #002a4d !important;
  color: white !important;
}

@media(max-width:767px) {
  .case_section {
    padding-right: 20px !important;
  }
}

/*end*/




/*word counter css*/
.wordcounter_textArea {
  border: 1px dashed black;
  outline: none;
  border-radius: 10px;
}

.word-text:focus {
  outline: none;
  border-color: transparent;
  /* Optional: removes the border change on focus */
  box-shadow: none;
}

@media(max-width:767px) {
  .word-text {
    width: 50%;
  }
}

/*end */



/*subject section css*/

.custom-section {
  padding: 4rem 0rem 0rem 0rem;
  overflow: hidden;
}

.custom-carousel-container {
  position: relative;
  margin-bottom: 30px;
}

.custom-carousel-track {
  display: flex;
  width: max-content;
  animation: custom-scroll 250s linear infinite;
}

.reverse-scroll {
  animation-direction: reverse;
}

.custom-carousel-item {
  flex-shrink: 0;
  padding: 20px 50px;
  margin: 0 1rem;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid #11294D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



@keyframes custom-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .custom-carousel-item {
    padding: 0.8rem 1.2rem;
    margin: 0 0.5rem;
    font-size: 0.9rem;
  }

  .custom-section:before,
  .custom-section:after {
    display: none !important;
  }

  .custom-carousel-container {
    margin-bottom: 22px !important;
  }
}

@media (max-width: 480px) {
  .custom-carousel-item {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }

  .OeCiTies {
    margin-top: 0rem !important;
  }

  .custom-section {
    padding-top: 2rem;
  }
}


.custom-section:before,
.custom-section:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.custom-section:after {
  right: 0;
  background: linear-gradient(to left, rgb(255 255 255 / 73%), rgb(255 255 255 / 0%));
}

.custom-section:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255 255 255 / 60%));
}

.OeCiTies {
  margin-top: 3rem;
}


.extra-class {
  border: 2px solid #E73C3E !important;
}

.custom-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.last-carousel {
  animation: custom-scroll 154s linear infinite;
}

@media(max-width:767px) {
  .MobIleRespoNsive {
    max-width: 33% !important;
  }

  .subJectExmtype> :first-child {
    padding-right: 4px !important;
  }

  .subJectExmtype> :nth-child(2) {
    padding-left: 4px !important;
  }

}

.reviewsParagraph{
    height:100% !important;
}
.ReviewsCOntent{
    overflow-y:auto;
    height:130px;
}

.ReviewsCOntent::-webkit-scrollbar {
    width: 0.1vw !important;
}

.contact-page-btn{
    width:100% !important;
    margin-top:1rem;
}
.hidden-trap { position:absolute; left:-9999px; top:-9999px; }