@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --Primary: #22bacd;
  --Secondary: #003e47;
  --White: #fff;
  --Black: #000;
  --ratingClr: #e5ff1d;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.content_data h2 {
  font-size: 30px;
  line-height: inherit;
  color: var(--Secondary);
  font-weight: 600;
}

ul.item_caption {
  padding: 10px 0;
  list-style: none;
}

.content_data ul li {
  padding: 7px 0;
  font-size: 16px;
  color: #343434;
}

.spanGradient {
  background: linear-gradient(180deg,
      rgba(0, 62, 71, 1) 0%,
      rgba(3, 83, 94, 1) 100%);
}

.lightSecond {
  color: #03525d;
}

.Paytone {
  font-family: "Paytone One", sans-serif;
}

.Black {
  background: var(--Black);
}

.ratingClr {
  color: var(--ratingClr);
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Smooth fonts on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* Smooth fonts on Firefox macOS */
  text-rendering: optimizeLegibility;
  /* Enables kerning and ligatures */
  font-smooth: always;
  /* For legacy compatibility */
}

.Navigations .navbar-nav .nav-link.active,
.Navigations .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  color: white;
}

ul.dropdown-menu.mega.show {
  display: grid;
  grid-template-columns: auto auto auto;
  overflow: overlay;
  height: 210px;
  position: absolute;
  width: 900px;
  left: -150px;
  padding: 10px;
  border-bottom: 5px solid #003e47;
}

ul.dropdown-menu.mega.show li {
  border-right: 1px solid #3333;
  height: max-content;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #23c0d3;
}

.dropdown-menu.MegaMenu ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 1rem 0;
  height: 205px;
  overflow: overlay;
}

ul.dropdown-menu.mega.show::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul.dropdown-menu.mega.show::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
ul.dropdown-menu.mega.show::-webkit-scrollbar-thumb {
  background: #23c0d3;
}

/* Handle on hover */
ul.dropdown-menu.mega.show::-webkit-scrollbar-thumb:hover {
  background: #003e47;
}

ul.dropdown-menu.mega.show li:last-child {
  border-right: 0;
}

.topSec {
  background: var(--Primary);
}

.topSec ul li a {
  text-decoration: none;
  color: var(--White);
  font-size: 20px;
  font-weight: normal;
}

.fs20 {
  font-size: 20px;
}

.Navigations {
  background: var(--Secondary);
  transition: transform 0.3s ease;
}

.Navigations.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.Navigations .nav-link {
  font-size: 18px;
  color: var(--White);
  font-weight: 200;
}

.Navigations .nav-link.active {
  color: var(--White);
}

.fs12 {
  font-size: 12px;
}

.fs24 {
  font-size: 24px;
}

.lh24 {
  line-height: 24px;
}

.Navigations .nav-link.ordernow {
  background: var(--Primary);
  border-radius: 2rem;
  color: var(--Secondary);
  font-family: "Paytone One", sans-serif;
  transition: color 0.3s ease;
}

.Navigations .nav-link.login {
  font-family: "Paytone One", sans-serif;
}

.fs40 {
  font-size: 40px;
}

.sliderSec {
  background: url("../../assets/img/patternSlider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderSec .form-control {
  background: #e9e4e4;
  padding: 10px 10px;
  appearance: auto;
  box-shadow: 0px 4px 5px #4d4c4c;
}

.sliderSec .form-group {
  margin: 10px 0;
}

.sliderSec button {
  background: var(--Secondary);
  color: #fff;
  padding: 10px 3rem;
  border-radius: 10px;
  width: 100%;
}

.rightSlider .rightGirl {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  right: 0;
  z-index: 1;
}

.rightSlider .sliderShapeleft {
  height: 70%;
  position: absolute;
  left: 2rem;
  width: 100%;
  max-width: 250px;
  background: var(--Primary);
  bottom: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: skew(7deg, 0deg) translate(80px, -2px);
}

.rightSlider .sliderShaperight {
  height: 50%;
  position: absolute;
  right: 2rem;
  width: 100%;
  max-width: 250px;
  background: #f4f4f4;
  bottom: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: skew(-12deg, 0deg) translate(45px, -2px);
}

.rightSlider .rightConter {
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  background: var(--White);
  padding: 1rem 2rem;
  box-shadow: 0px 0px 10px #3333;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(46px, 11px);
}

.rightSlider .icon1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(168px, 106px);
  width: 100%;
  max-width: 115px;
}

.rightSlider .icon2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100px;
  transform: translate(-30px, 76px);
  z-index: 1;
  /* mix-blend-mode: luminosity; */
  transition: filter 0.5s ease;
  mix-blend-mode: luminosity;
  /* Default blend mode */
}

.rightSlider .icon2:hover {
  mix-blend-mode: darken;
}

.bulb-on {
  mix-blend-mode: darken;
}

.bulb-off {
  mix-blend-mode: luminosity;
}

.rightSlider .icon3 {
  position: absolute;
  right: 0;
  bottom: 9rem;
  transform: translate(-14px, -40px);
  width: 100%;
  max-width: 113px;
}

.contentSec {
  background: var(--Primary);
}

.fs14 {
  font-size: 14px;
}

.icon {
  background: linear-gradient(180deg,
      rgba(0, 62, 71, 1) 0%,
      rgba(3, 83, 94, 1) 100%);
  width: fit-content;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translate(-2px, -34px);
}

.icon img {
  filter: invert(1);
}

.featureItems {
  position: relative;
  box-shadow: 0px 9px 14px #3333;
  border-radius: 12px;
  padding: 1rem 1rem;
  margin: 3rem 0rem 1rem;
  height: 79%;
}

.subjectSec ul li {
  display: flex;
  flex: 30%;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 10px #3333;
  align-items: center;
  gap: 10px;
  background: var(--White);
}

.testimonailSwiper .icon img {
  filter: invert(0);
}

.subjectSec ul li img {
  width: 40px;
}

.subjectSec .overlay::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--Primary);
  z-index: -1;
  max-width: 67%;
}

.subjectSec .subjectLeft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  transform: translate(96px, 0px);
  z-index: 0;
}

.subjectSec .leftUk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 270px;
  transform: translate(0px, 0px);
  z-index: -2;
}

.ctaSec ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.fs16 {
  font-size: 16px;
}

.lh33 {
  line-height: 33px;
}

.fs18 {
  font-size: 18px;
}

.actionInfo a {
  padding: 10px 7.5rem;
  background: var(--Secondary);
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.actionInfo a.ordersubmit {
  background: var(--Primary);
}

.ctaSec {
  background: url("../../assets/img/ctaFrame.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.ctaSec .ctaLeft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.serviceContent {
  background: var(--Secondary);
}

.serviceContent p {
  line-height: 30px;
}

.fs50 {
  font-size: 50px;
}

.serviceSubject {
  background: #efefef;
  margin: 2rem 0;
  padding-top: 2rem;
}

.serviceSubject table th {
  background: transparent;
  font-family: "Paytone One", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.serviceSubject table thead tr {
  border-top: none;
}

.serviceSubject table tfoot tr td {
  padding: 23px 10px;
}

.serviceContent .row {
  height: 100%;
  max-height: 1130px;
  overflow-x: auto;
}

.serviceContent .row::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}

/* Style scrollbar thumb */
.serviceContent .row::-webkit-scrollbar-thumb {
  background-color: var(--Primary);
  border-radius: 10px;
  border-radius: 20px;
}

/* Hover effect on thumb */
.serviceContent .row::-webkit-scrollbar-thumb:hover {
  background-color: var(--Primary);
}

/* Optional: scrollbar track background */
.serviceContent .row::-webkit-scrollbar-track {
  background-color: var(--White);
  border-radius: 20px;
}

.serviceContent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background: url("../../assets/img/featureEffect.png");
  background-size: cover;
  background-position: top;
}

.pricingSec ul li {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}

.actionInfos a {
  width: 50%;
  background: var(--Secondary);
  padding: 0.2rem 1rem;
  text-align: center;
  margin: 4px 0;
  text-decoration: none;
  color: var(--White);
  border-radius: 5px;
}

.pricingSec {
  background: #f8f8f8;
}

.infoAct a {
  width: max-content;
  background: var(--Secondary);
  padding: 0.8rem 4rem;
  text-decoration: none;
  color: var(--White);
  border-radius: 7px;
}

.infoAct a.ordersubmit {
  background: var(--Primary);
}

.writerCount ul li {
  flex: 40%;
  box-shadow: 0px 0px 10px #3333;
  padding: 1rem 0;
  border-radius: 20px;
  background: #f8f8f8;
  border: 2px solid #3333;
}

.writerCount ul li:hover {
  background: var(--Primary);
}

.writerCount ul {
  row-gap: 20px;
  column-gap: 20px;
}

.customReviews {
  background: var(--Primary);
}

.customReviews ul li {
  background: var(--White);
  flex: 40%;
  border-radius: 10px;
  padding: 20px 14px;
  height: max-content;
  position: relative;
}

.customReviews ul li p img {
  position: absolute;
  bottom: 5px;
  right: 1rem;
}

.yellow {
  color: #ffc505;
}

.grey {
  color: #d4d2cc;
}

.fs35 {
  font-size: 35px;
}

.fs13 {
  font-size: 13px;
}

.assignCta {
  background: var(--Secondary);
}

#book-loader {
  position: fixed;
  inset: 0;
  background-color: #111;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1500px;
}

.book-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  transform-style: preserve-3d;
}

.page {
  width: 50vw;
  height: 100vh;
  background-color: var(--Secondary);
  z-index: 2;
}

.left-page {
  transform-origin: left center;
  transform: rotateY(0deg);
}

.right-page {
  transform-origin: right center;
  transform: rotateY(0deg);
}

.loader-light {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle,
      rgba(38, 212, 209, 0.741),
      rgba(0, 0, 0, 0.741));
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader-logo img {
  width: 420px;
  /* Adjust as needed */
  max-width: 80%;
}

.assInfo li {
  background: #fafafa;
  padding: 10px 20px;
  color: var(--Black);
  font-family: "Paytone One", sans-serif;
  font-size: 19px;
  border-radius: 30px;
}

.itemsInfo {
  background: #f9f9f9;
}

.paginationx a {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--Primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}

.paginationx a.active {
  background: var(--Black);
}

.paginationx a:hover {
  background: var(--Black);
}

.processSec {
  background: url("../../assets/img/processBg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.stepBox {
  background: #d9d9d9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--Black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  margin-right: 10px;
}

.processStepitems .accordion-item {
  margin: 10px 0;
  border-radius: 16px;
}

.processStepitems .accordion-button:not(.collapsed) {
  background: var(--Secondary);
  color: var(--White);
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0px !important;
}

.processStepitems .accordion-button:not(.collapsed) .count {
  background: var(--Primary);
}

.processStepitems .accordion-header {
  border-radius: 16px;
}

.processStepitems .accordion-button {
  border-radius: 16px !important;
  box-shadow: none;
}

/*.processStepitems .accordion-button.collapsed{*/
/*        background: var(--Secondary);*/
/*}*/

.processStepitems .accordion-body {
  /* padding-top: 0; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--Secondary);
  color: var(--White);
  position: relative;
}

.processStepitems .accordion-collapse.collapse.show .accordion-body {
  padding-top: 15px;
  background: var(--Secondary);
  color: var(--White);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.processGirl {
  position: absolute;
  bottom: 0;
  right: 7rem;
  width: 100%;
  max-width: 430px;
}

.processSec::before {
  background: url("../../assets/img/processShape.png");
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.faqSec {
  background: var(--Primary);
}

.darkClr {
  color: #214b53;
}

.faqSec .accordion-item {
  background: transparent;
  border: transparent;
}

.faqSec .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.faqSec .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 25px;
  color: var(--Secondary);
  font-family: "Paytone One", sans-serif;
  padding-bottom: 0;
}

.faqSec .accordion-button::after {
  content: "";
  display: none;
}

.faqSec .accordion-body {
  color: var(--White);
  font-size: 20px;
}

.footerSec {
  background: var(--Secondary);
}

.menuFooter li ul li a {
  text-decoration: none;
  color: var(--White);
  font-size: 14px;
}

.menuFooter li ul li a i {
  font-size: 6px;
  vertical-align: text-top;
  margin-top: 9px;
  margin-right: 5px;
}

.copyrights {
  background: var(--Secondary);
  border-top: 1px solid var(--White);
}

/* WhatsApp Widget Container */
#whatsapp-widget {
  position: fixed;
  bottom: 25px;
  left: 2rem;
  z-index: 9999;
  font-family: "Segoe UI", sans-serif;
}

/* Floating Button */
#whatsapp-button {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

#whatsapp-button:hover {
  transform: scale(1.05);
}

#whatsapp-button img {
  width: 28px;
  height: 28px;
}

/* Chat Box */
#whatsapp-chatbox {
  width: 320px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  display: none;
  flex-direction: column;
}

/* Header */
.chat-header {
  background: var(--Secondary);
  color: white;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agent-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-info img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
}

.agent-name {
  font-weight: bold;
}

.online-status {
  font-size: 12px;
  color: #d4ffe0;
}

/* Close Button */
#close-chat {
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

#close-chat:hover {
  color: #c8ffe1;
}

/* Chat Body */
.chat-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f9f9f9;
}

.chat-message {
  background: #e1ffe8;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  max-width: 90%;
}

/* Input */
.chat-body input {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  flex: 1;
}

/* Send Button */
.chat-body button {
  margin-top: 8px;
  padding: 10px;
  background: var(--Primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.chat-body button:hover {
  background: #1ebd5a;
}

#whatsapp-button {
  display: flex;
  /* required for re-showing */
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform-origin: center;
}

#order-popup {
  position: fixed;
  bottom: -150px;
  /* Hidden initially */
  left: 20px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border-left: 14px solid var(--Primary);
  color: #333;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  z-index: 9999;
  max-width: 320px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.order-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-content .emoji {
  font-size: 22px;
  animation: pulse-emoji 1.2s ease infinite;
}

@keyframes pulse-emoji {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.social li a {
  width: 100%;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: var(--White);
  font-size: 20px;
  color: var(--Black) !important;
  border-radius: 60px;
  text-decoration: none;
}

.social li a i {
  font-size: 20px !important;
  vertical-align: middle !important;
  margin: 0 !important;
}


.subjectSec .list-unstyled {
  position: relative;
}

.swiper-pagination-bullet {
  padding: 7px;
}

.swiper-pagination-bullet-active {
  background: var(--Black) !important;
}

.testimonails .swiper-wrapper {
  padding-bottom: 3rem;
}

.subjectSec .swiper-wrapper {
  padding-bottom: 4rem;
}

.breadcrumb {
  padding: 5rem 0;
}

.title_crumb h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}

.title_crumb button.order_now {
  background: #002e34;
  color: #fff;
}

button.order_now {
  border: none;
  padding: 10px 30px;
  outline: none;
  background: #002e34;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 8px;
}

button.live_chat {
  border: none;
  padding: 10px 30px;
  outline: none;
  background: #23c0d3;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.listexperts li {
  flex: 40%;
}

.universities-img {
  height: 80px;
  top: 16px;
  background: url("../../assets/img/university_logo.webp") 50% center;
  background-position: 50%;
  animation: 40s linear 0s infinite normal none running animatedBackground;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0
  }

  to {
    background-position: -4750px 0
  }
}

/*ul.mega.show {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    width: 100%;*/
/*    min-width: 758px;*/
/*}*/
/*ul.mega.show li{*/

/*}*/


.breadcrumb.arab-open-university-aou-assignment-help {
  background: url(../../assets/images/arab-open-university-aou-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.case-study-writing-help {
  background: url(../../assets/images/case-study-writing-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.cipd-assignment-help {
  background: url(../../assets/images/cipd-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.coursework-writing-help {
  background: url(../../assets/images/coursework-writing-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.essay-writing-help {
  background: url(../../assets/images/essay-writing-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.gcse-assignment-help {
  background: url(../../assets/images/gcse-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.hnd-assignment-help {
  background: url(../../assets/images/hnd-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.iwfm-assignment-help {
  background: url(../../assets/images/iwfm-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.law-assignment-help {
  background: url(../../assets/images/law-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.novel-writing-service {
  background: url(../../assets/images/novel-writing-service.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.nursing-assignment-help {
  background: url(../../assets/images/nursing-assignment-help.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.btech-assignment-banner {
  background: url(../../assets/images/btechassignmentbanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.communicationassignmentBanner {
  background: url(../../assets/images/communicationassignmentBanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.lastminutes {
  background: url(../../assets/images/lastminutesBanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.resit-assignment-help {
  background: url(../../assets/images/resit-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.cih-assignment-help {
  background: url(../../assets/images/cih-assignment.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.shrm-assignment-help {
  background: url(../../assets/images/shrm-assignment-help.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.southampton-assignment-help {
  background: url(../../assets/images/assignment-help-southampton.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.scotland-assignment-help {
  background: url(../../assets/images/scotland-assignment.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.leicester-assignment-help {
  background: url(../../assets/images/leicester-assignment.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.aqa-assignment-help {
  background: url(../../assets/images/aqa-assignment.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.poster-assignment-help {
  background: url(../../assets/images/poster-maker.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.loscm-assignment-help {
  background: url(../../assets/images/loscm-assignment.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.cache-assignment-help {
  background: url(../../assets/images/cache-assignment-help.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.academicghostwriting {
  background: url(../../assets/images/academicghostwriting.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.assignmenthelpaberdeen {
  background: url(../../assets/images/assignmenthelpaberdeen.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.assignmenthelpedinburgh {
  background: url(../../assets/images/assignmenthelpedinburgh.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.essayghostwriting {
  background: url(../../assets/images/essayghostwriting.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.research-paper-writing-help {
  background: url(../../assets/images/research-paper-writing-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.sop-writing-help {
  background: url(../../assets/images/sop-writing-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.tefl-assignment-help {
  background: url(../../assets/images/tefl-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.university-assignment-help {
  background: url(../../assets/images/university-assignment-help.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.hndassignment {
  background: url(../../assets/images/Assignment-M-Hnd.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.cipdassignment {
  background: url(../../assets/images/Assignment-M-CIPD.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.unversityAssign {
  background: url(../../assets/images/unversity-assigments-banner.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.breadcrumb.literature-review {
  background: url(../../assets/images/LiteratureReviewBg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.oxfordbanner {
  background: url(../../assets/images/oxfordBanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb.data-science-assignment {
  background: url(../../assets/images/DataScienceAssignmentBg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sitemap-banner {
  background: url(../../assets/images/sitemap_banner.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.breadcrumb h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1rem;
}

.content_data {
  width: 100%;

  padding: 2em 0;
}

.content_data h1 {
  font-size: 38px;

  font-weight: 600;

  color: #003e47;

  text-transform: uppercase;
  margin: 0px;

  line-height: inherit;
}

.content_data p {
  padding: 10px 0;
  margin: 0px;
}



.content_data h2,
.content_data h3 {
  font-size: 30px;
  line-height: inherit;
  color: #003e47;
  font-weight: 600;
  padding: 10px 0;
  margin: 0px;
}

.content_data h4,
.content_data h5,
.content_data h6 {
  font-size: 20px;
  line-height: inherit;
  color: #003e47;
  font-weight: 600;
  padding: 10px 0;
  margin: 0px;
}

ul.item_caption {
  padding: 10px 0;
}

ul.item_caption li {
  display: block;

  padding: 4px 0;

  font-size: 17px;

  color: #343434;
}

ul.item_caption li i {
  color: #003e47;
}

.getaquote_form {
  width: 100%;
  background: #002e34;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin: 20px 0;
}

.title_quote {
  width: 100%;
  text-align: center;
  margin-bottom: 21px;
  background: #23c0d3;
}

.getaquote_form .title_quote h3 {
  color: #fff;
  font-size: 19px;
}

.getaquote_form .form-group {
  margin-bottom: 9px;
  padding: 0 9px;
}

.getaquote_form .form-control {
  height: auto;
  width: 100%;
  max-width: 319px;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.getaquote_form button {
  width: 100%;
  max-width: 310px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0;
  background: #23c0d3;
}

.getaquote_form .media h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.getaquote_form .media {
  margin: 0;
  padding: 11px 13px;
  border-bottom: 1px solid #fff;
}

.getaquote_form .media h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
}

.bgtouch .media {
  background: #fff;
  margin: 10px 15px;
  border-radius: 5px;
}

.bgtouch h4.media-heading {
  color: #000;
  font-size: 13px;
}

.media {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.getaquote_form .media .media-body a,
.getaquote_form .media a {
  text-decoration: none;
}

.pricingbox {
  width: 100%;
  background: #f9f9f9;
  text-align: center;
}

.titlepricing {
  width: 100%;
  padding: 10px 0;
  background: #002e34;
  color: #fff;
}

.titlepricing span {
  display: block;
}

.pricingbox ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.pricingbox ul li {
  display: block;
  border-bottom: 1px solid #143c6f;
  padding: 5px 0;
}

.pricingbox ul li p {
  color: #143c6f;
  margin: 0px;
}

.pricingbox ul li span {
  color: #002e34;
  font-size: 18px;
  display: block;
}

.titlepricing.clr {
  background: #23c0d3;
  color: #fff;
}

.pricing_secv {
  padding: 50px 0;
  background: #23c0d3;
}

.inner_pricing {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 8px;
}

.inner_pricing span {
  background: #f5f5f5;
  padding: 8px 5px;
  font-size: 25px;
  color: #003e47;
  display: block;
  font-weight: 500;
}

.inner_pricing span span {
  font-size: 20px;
}

.inner_pricing button {
  background: #143c6f;
  outline: none;
  padding: 6px 39px;
  border: none;
  color: #fff;
  border-radius: 6px;
  margin: 14px 0;
}

.reviewheader h2 {
  font-size: 2.3em;
  line-height: inherit;
  color: #003e47;
  font-weight: 600;
}

.svgxs {
  width: 100%;
  max-width: 157px;
  height: 51px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}

.svgxs svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.svgxs svg path {
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: svgelemenet 10s infinite;
  animation: svgelemenet 10s infinite;
  stroke: #23c0d3;
}

.reviewheader h3 {
  color: #ffe900;
  font-size: 1.6em;
}

.reviewheader h3 span {
  color: #002e34;
}

.reviewcontent .swiper-slide {
  height: auto;
}

.reviewdata {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e6eb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1.6em 1.2em;
  margin: 1em 0;
  border-radius: 12px;
  /* height: 15%; */
}

.reviewdata h4 {
  color: #002e34;
  padding: 0px;
}

.reviewdata h5 i,
.reviewdata p {
  color: #002e34;
  padding: 0px;
}

.reviewdata h5 {
  padding: 0px;
}

.reviewdata img {
  width: 100%;
  height: auto;
}

.footerreview {
  width: 100%;
  padding: 4em 0;
  background: #23c0d3;
}

.reviewitem {
  padding: 2em;
  text-align: center;
  background: #002e34;
  color: #fff;
  border-radius: 5px;
}

.reviewitem h3 {
  padding: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.3em;
}

.reviewitem p {
  padding: 0;
}

.form_order {
  padding: 30px 0;
}

.order_specification {
  width: 100%;
  background: #23c0d3;
  text-align: center;
  padding: 12px 0;
  color: #002e34;
}

.order_details {
  width: 100%;
  background: #003e47;
  padding: 20px 30px;
  border-radius: 4px;
}

.order_details label {
  color: #fff;
}

.order_details .form-control {
  height: auto;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  outline: none;
  border: 1px solid #ccc;
}

.order_details .form-control {
  height: auto;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  outline: none;
  border: 1px solid #ccc;
}

.file-upload {
  border: 2px dashed #003e47;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s;
  margin-top: 7px;
}

.file-upload,
.file-upload:hover {
  background-color: #fff;
}

.personal_info h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 34px;
}

.personal_info .form-control {
  height: auto;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  outline: none;
  border: 1px solid #ccc;
}

.personal_info p {
  color: #fff;
}

.ordersummary {
  position: sticky;
  top: 153px;
  border: 1px solid #3333;
  padding: 20px 35px;
  border-radius: 20px;
  background: #f9f9f9;
}

.ordersummary h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
}

.academic_paper h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.academic_paper ul {
  margin: 0;
  list-style: none;
}

.academic_paper ul li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
}

.float-right {
  float: right !important;
}

.basic_price {
  width: 100%;
  padding: 15px 0;
}

.basic_price h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.basic_price ul li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
}

.basic_price ul li.borderdata {
  border-top: 1px solid #dee2e6;
}

#originalprice {
  color: #333;
  float: right;
}

.personal_info {
  width: 100%;
  background: #003e47;
  padding: 20px 30px;
  border-radius: 4px;
}

.personal_info label {
  color: #fff;
}

ul.item {
    list-style: none;
    padding: 0;
}

 body.login_bg {
    background: #23c0d3;
}
 .login_section {

    width: 100%;

    max-width: 480px;

    height: auto;

    background: #003e47;

    position: absolute;

    right: 0;

    left: 0;

    margin: 0 auto;

    top: 130px;

    padding: 45px 60px;

    padding-bottom: 14px;

    border-radius: 5px;

    z-index: 12312312312;

}



.login_section h4 {

    color: #23c0d3;

    padding-bottom: 20px;

    font-size: 33px;

    text-align: center;

}



.form-group {

    margin-bottom: 15px;

}



.login_section .form-control {

    height: auto;

    border-radius: 20px;

    padding: 10px 15px;

    width: 100%;

    max-width: 343px;

    margin: 0 auto;

    outline: none;

    border: 1px solid #ccc;

}



.login_section button {

    padding: 10px 30px;

    outline: none;

    border: none;

    background: #23c0d3;

    border-radius: 20px;

    margin: 10px 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;

    font-style: italic;

}



.login_section a {

    display: block;

    text-decoration: none;

    color: #23c0d3;

    margin: 18px 0;

    text-align: right;

}



.footer_login ul li {

    display: inline-block;

}



.footer_login ul li a {

    padding: 0 7px;

    font-size: 16px;

}



.footer_login p {

    text-align: center;
    color: #23c0d3;

}

