html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;

  padding: 0;

  border: 0;

  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Outfit", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";

  content: none;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

* {
  font-family: "Outfit", sans-serif;
}

.header_Sec {
  background: #fff;
}

.header_Sec .navbar-light .navbar-nav .nav-link {
  color: #002365;

  font-size: 16px;

  font-weight: 100;

  padding: 0.7rem 0.7rem;

  border-radius: 5px;
}

.header_Sec .navbar-light .navbar-nav .nav-link.ordernow {
  background: #002365;

  color: #f3cf67;

  padding: 0.5rem 1rem;

  border-radius: 4px;

  margin-right: 5px;

  margin: 1rem 0;
}

.header_Sec .navbar-light .navbar-nav .nav-link.livechat {
  background: #002365;

  color: #ffffff;

  padding: 0.5rem 1rem;

  border-radius: 19px;
}

.header_Sec .navbar-nav .dropdown-menu {
  margin: 0;

  padding: 0;

  background: #f3cf67;

  border: none;

  top: 64px;
}

.header_Sec .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.4rem 1rem;

  color: #000;

  border-bottom: 1px solid #3333;

  font-size: 14px;
}

.header_Sec .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;

  color: #002365;
}

.header_Sec .navbar-nav .dropdown-menu .dropdown-item:nth-last {
  border: none;
}

.topbarSec {
  background: #f3cf67;

  padding: 0.5rem 0;
}

.header_Sec .navbar {
  padding-top: 0;

  padding-bottom: 0;
}

.header_Sec .navbar-light .navbar-brand {
  padding-top: 0;
}

.header_Sec .navbar-light .navbar-brand img {
  width: 150px;
}

ul.social_link {
  gap: 12px;
}

ul.InfoLink {
  gap: 11px;

  justify-content: end;
}

ul.InfoLink li {
}

ul.InfoLink li a {
  display: block;

  color: #191639;

  font-size: 14px;

  text-decoration: none;
}

ul.InfoLink li a img {
  vertical-align: middle;
}

.header_Sec li.nav-item.active a.nav-link {
  background: #002365;

  color: #fff;
}

.wrap {
  display: flex;

  gap: 6px;

  margin-top: 6px;
}

.info h5 {
  font-size: 13px;
}

.info h6 {
  font-weight: 700;
}

.SliderSec {
  padding: 8rem 0;

  background: url("../../assets/images/HeaderBg.webp");

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  padding-top: 2rem;
}

.InnerWrap {
  max-width: 1100px;

  display: flex;

  justify-content: space-between;

  margin: auto;

  flex-wrap: wrap;

  position: relative;

  z-index: 1;
}

.PriceCalculator {
  width: 420px;

  background: #fff;

  padding: 2rem 2rem;

  border-radius: 5px;

  position: relative;
}

.GroupInput {
  display: flex;

  justify-content: space-between;
}

.SliderInfo {
  width: 476px;

  padding: 4rem 0;
}

.SliderInfo h1 {
  font-size: 3rem;

  color: #fff;

  font-weight: 500;

  padding-bottom: 1rem;
}

.SliderInfo p {
  font-size: 18px;

  color: #fff;

  padding-bottom: 1rem;
}

.SliderInfo ul {
  display: flex;

  flex-wrap: wrap;

  gap: 16px;
}

.SliderInfo ul li {
  color: #fff;

  font-size: 16px;
}

.SliderInfo ul li img {
}

.SliderInfo ul li:nth-child(1) {
}

.SliderInfo ul li:nth-child(2) {
  padding-left: 1rem;
}

.SliderInfo ul li:nth-child(3) {
}

.SliderInfo ul li:nth-child(4) {
  padding-left: 1rem;
}

.Shape1 {
  position: absolute;

  width: 100%;

  height: 92%;

  border: 5px solid #002365;

  max-width: 376px;

  right: -15px;

  z-index: -1;

  top: 51px;

  border-radius: 20px;
}

.Shape2 {
  position: absolute;

  width: 100%;

  height: 98%;

  max-width: 408px;

  right: -24px;

  z-index: -1;

  top: 33px;

  border-radius: 20px;

  background: #f3cf67;
}

.PriceCalculator {
}

.PriceCalculator h3 {
  color: #040847;

  text-align: center;

  padding-bottom: 1rem;

  font-weight: 700;
}

.PriceCalculator .form-control {
  border-radius: 5px;

  height: auto;
}

.PriceCalculator .form-group h5 {
  text-align: center;

  padding-bottom: 1rem;

  font-size: 1.4rem;

  text-transform: uppercase;

  font-weight: 800;

  color: #040847;
}

.PriceCalculator button {
  background: #040847;

  border: none;

  padding: 0.7rem 0;
}

.PriceCalculator .form-group label {
  padding-bottom: 10px;
}

.WhatsappContact a {
  display: flex;

  gap: 12px;

  padding: 1rem 0;

  align-items: center;

  padding-top: 2rem;
  text-decoration: none;
}

.immWhatsapp {
  width: 52px;
}

.immWhatsapp img {
  width: 100%;

  vertical-align: middle;
}

.Whatsappinfo p {
  padding: 0;
}

.ExpertContent {
  padding: 3rem 0;
}

.ExpertContent h3 {
  color: #040847;

  font-weight: 400;

  font-size: 2.3rem;

  text-align: center;
}

.ExpertContent h4 {
  color: #040847;

  font-weight: 800;

  font-size: 2.5rem;

  text-align: center;

  padding-bottom: 1rem;
}

.ExpertContent p {
  padding: 1rem 0;

  text-align: center;

  line-height: initial;

  font-size: 17px;
}

.PrivacyItem {
  padding: 1rem;

  border: 1px solid #b1b1b133;

  border-radius: 6px;

  position: relative;

  overflow: hidden;

  padding-bottom: 3rem;

  height: 100%;
}

.shapeImg {
  position: absolute;

  top: -28px;

  right: -35px;
}

.ShapeIcon {
  position: absolute;

  top: 3rem;

  right: 2.8rem;

  width: 38px;
}

.ShapeIcon img {
  width: 100%;
}

.PrivacyItem h4 {
  padding-right: 6rem;

  font-weight: 700;

  color: #002365;

  padding-bottom: 26px;
}

.PrivacyItem p {
  line-height: initial;

  color: #000;

  font-size: 16px;

  padding-right: 28px;
}

.PrivacySec {
  padding-bottom: 3rem;
}

.TopQualified {
  padding: 3rem 0;
}

.SideQUalified {
  background: url("../../assets/images/BgWithShape.webp");

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  padding-bottom: 3rem;

  position: relative;

  overflow: hidden;

  border-radius: 10px;
}

.SideQUalified h4 {
  font-weight: 600;

  text-align: center;

  padding: 4rem 1rem;

  font-size: 2rem;

  color: #040847;

  line-height: initial;

  padding-bottom: 1rem;
}

.SideQUalified ul {
  list-style: none;

  margin: 0;

  padding: 1rem 1rem !important;
}

.SideQUalified ul li {
  padding: 8px;

  font-weight: 500;

  color: #040847;

  font-size: 17px;
}

.SideQUalified ul li img {
}

.GetAllTitle {
  background: #04084773;

  padding: 0.5rem 0;

  text-align: center;
}

.GetAllTitle h5 {
  color: #fff;
}

.ShapeQualified {
  position: absolute;

  top: -3rem;

  left: -3rem;
}

.ShapeQualified img {
}

.SideQUalified a {
  padding: 0.8rem 1rem;

  background: #040847;

  display: flex;

  border-radius: 5px;

  color: #f3cf67;

  justify-content: space-evenly;

  width: 50%;

  margin: auto;

  margin-top: 1.4rem;
}

.TopQualified h3 {
  color: #040847;

  font-weight: 800;

  font-size: 2.3rem;

  padding-bottom: 15px;
}

.TopQualified p {
  line-height: 27px;

  font-size: 17px;

  padding-bottom: 1rem;
}

.TopQualified ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

.TopQualified ul li {
  padding: 9px 0;
}

.TopQualified ul li img {
  vertical-align: middle;
}

.WhyStudentsSec {
  padding: 4rem 0;

  background: linear-gradient(
    0deg,
    rgba(7, 46, 128, 1) 0%,
    rgba(6, 9, 62, 1) 100%
  );
}

.WhyStudentsSec h4 {
  color: #fff;

  font-weight: 800;

  font-size: 2.4rem;

  text-align: center;

  padding-bottom: 1rem;
}

.ItemStudent {
  text-align: center;

  padding: 1rem 0;
}

.ItemStudent img {
}

.ItemStudent h3 {
  font-size: 1.3rem;

  color: #fff;
}

.ArroungBox {
  background: url("../../assets/images/BgArrounDSec.webp");

  background-size: cover;

  background-position: left;

  background-repeat: no-repeat;

  padding: 3rem;

  border: 3px solid #040847;

  border-radius: 10px;

  padding-top: 0;
}

.StudentArroundSec {
  padding: 4rem 0;
}

.ScrollBox {
  padding-right: 4rem;

  height: 284px;

  overflow: auto;
}

.ArroungBox h4 {
  color: #040847;

  font-weight: 800;

  font-size: 2rem;

  padding-right: 10rem;

  padding-bottom: 1rem;

  padding-top: 2rem;
}

.ScrollBox p {
  line-height: 25px;

  font-size: 15px;

  padding-bottom: 14px;

  color: #000;
}

.ScrollBox::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.ScrollBox::-webkit-scrollbar-track {
  background: #fbd024;
}

/* Handle */

.ScrollBox::-webkit-scrollbar-thumb {
  background: #002365;
}

/* Handle on hover */

.ScrollBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ImgArroungFixed img {
  width: 100%;

  position: relative;

  right: -5rem;

  bottom: -5rem;
}

.GroupSItem {
  display: flex;

  flex-wrap: wrap;

  gap: 16px;

  padding-top: 0.7rem;
}

.ItemClick {
  display: flex;

  gap: 7px;
}

.ItemClick a {
  display: inline-flex;

  text-decoration: none;

  color: inherit;
}

.InfoClick {
  padding-left: 9px;
}

.InfoClick p {
  font-size: 13px;
}

.InfoClick h5 {
  font-weight: 700;

  font-size: 14px;
}

.ProfessionalHire {
  padding: 4rem 0;

  padding-top: 0;
}

.ProfessionalHire h4 {
  font-size: 2.5rem;

  color: #040847;

  font-weight: 800;

  text-align: center;

  padding-bottom: 1rem;
}

.ACtionBox {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  background: #fad97a;

  padding: 1.3rem 1rem;

  border-radius: 10px;

  border: 3px solid #040847;

  height: 100%;
}

.InfoBoxpro {
  padding-right: 9rem;
}

.InfoBoxpro h5 {
  color: #040847;

  font-size: 1.8rem;

  font-weight: 800;

  padding-bottom: 10px;
}

.InfoBoxpro p {
  padding: 6px 0;

  font-size: 16px;

  line-height: 22px;
}

.InfoBoxpro p b {
}

.BoxProImg {
  height: 100%;

  position: relative;
}

.BoxProImg img {
  height: 100%;

  object-fit: cover;
}

.ProfessorPreimu {
  padding: 3rem 0;
}

.ShapeCircle {
  position: absolute;

  left: -1.4rem;

  top: -1.4rem;
}

.EducationIcon {
  position: absolute;

  top: -1.6rem;

  right: -1.7rem;
}

.CreativeShapeI {
  position: absolute;

  bottom: -1.5rem;

  left: -2.5rem;

  z-index: -1;
}

.ReviewBox {
  padding: 1rem;

  text-align: center;

  border: 1px solid #9993;

  border-radius: 10px;

  position: relative;

  margin: 1rem 0;
}

.ReviewBox img {
}

.ReviewBox p {
  line-height: initial;

  padding: 1rem 0;

  font-size: 14px;
}

.ReviewBox h5 {
  font-weight: 700;

  font-size: 17px;

  padding-bottom: 10px;
}

.ReviewBox span {
  color: #ffe214;
}

.ShapeReview {
  text-align: left;

  position: relative;

  bottom: -1rem;
}

.CustomerReviews h4 {
  text-align: center;

  font-weight: 800;

  font-size: 2rem;

  color: #000;
}

.StillConfuseSec {
  padding: 3rem 0;
}

.InnerConsfure {
  background: #f6f6f6;

  padding: 2rem 2rem;

  border: 1px solid #b1b1b133;

  height: 100%;
}

.COnfuseWrap {
  border: 1px solid #9f9f9f33;

  padding: 1rem;

  height: 100%;
}

.InnerConsfure h4 {
  color: #040847;

  font-weight: 800;

  padding-bottom: 10px;
}

.InnerConsfure p {
  padding: 10px 0;

  line-height: initial;

  font-size: 15px;
}

.InnerConsfure h6 {
  font-weight: 600;
}

.COnfuseWrap ul {
  list-style: none;

  margin: 0;

  padding: 10px 0;
}

.COnfuseWrap ul li {
  padding: 5px 0;
}

.FaqsSec {
  padding: 4rem 0;

  background: #fdfed9;
}

.FaqsSec h4 {
  font-size: 2rem;

  text-align: center;

  font-weight: 800;

  color: #040847;
}

.FaqsSec .accordion > .card > .card-header {
  padding: 5px 6px;

  border-radius: 40px;

  background: #002365;
}

.FaqsSec .accordion > .card {
  border-top-left-radius: 25px;

  border-top-right-radius: 25px;

  margin: 1rem 0;

  border: none;
}

.FaqsSec .btn-block {
  color: #fff;

  text-decoration: none;

  outline: none;

  box-shadow: none;
}

.FaqsSec .card-body {
  line-height: 24px;

  font-size: 14px;
}

.FaqsSec .btn-block span {
  position: absolute;

  right: 0;

  top: 0;

  padding: 0.4rem 1.6rem;

  font-size: 23px;
}

.WrapBpx {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.LogoInfo {
  width: 287px;
  margin-top: -4rem;
}
.Footer_Sec {
  background: #36363a;
  padding: 4rem 0;
  padding-bottom: 1rem;
}

.LogoInfo img {
}
.LogoInfo p {
  color: #fff;
  font-size: 14px;
  line-height: initial;
  padding: 1rem 0;
}
.LogoInfo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.LogoInfo ul li {
}
.LogoInfo ul li a {
  color: #fff;
}

.InformationFooter {
  width: 150px;
}
.InformationFooter h4 {
  font-size: 21px;
  color: #f3cf67;
  font-weight: 700;
  padding-bottom: 13px;
}
.InformationFooter ul {
}
.InformationFooter ul li {
}
.InformationFooter ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}

.InformationFooter ul li a i {
  font-size: 10px;
  padding-right: 5px;
  vertical-align: top;
  color: #f3cf67;
}

.UseFullLinks {
  width: 168px;
}
.UseFullLinks h4 {
  font-size: 21px;
  color: #f3cf67;
  font-weight: 700;
  padding-bottom: 13px;
}
.UseFullLinks ul {
}
.UseFullLinks ul li {
}
.UseFullLinks ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}

.UseFullLinks ul li a i {
  font-size: 10px;
  padding-right: 5px;
  vertical-align: top;
  color: #f3cf67;
}

.SupportiveLinks {
  width: 168px;
}
.SupportiveLinks h4 {
  font-size: 21px;
  color: #f3cf67;
  font-weight: 700;
  padding-bottom: 13px;
}
.SupportiveLinks ul {
}
.SupportiveLinks ul li {
}
.SupportiveLinks ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}

.SupportiveLinks ul li a i {
  font-size: 10px;
  padding-right: 5px;
  vertical-align: top;
  color: #f3cf67;
}

.SOcialPlatform {
  width: 293px;
}

.PaymentOption {
  text-align: center;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ItemesData h6 {
  font-size: 1.4rem;
  color: #f3cf67;
}
.ItemesData img {
  margin: 10px 0;
}
.ItemesData p {
  color: #fff;
  padding-top: 1rem;
}

.WhyStudentsSec.newStd {
  background: url(../../assets/images/bgAcademic.webp);
  background-position: center;
  background-repeat-x: no-repeat;
  background-size: cover;
}

.ItemStudents {
  text-align: left;
  padding: 0;
  border: 1px solid #fff6;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  align-items: center;
  color: #fff;
  height: 76px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin: 19px 0;
}
.ItemStudents img {
  position: relative;
  left: -16px;
}
.ItemStudents h3 {
  font-size: 23px;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: #002365;
  border-top-color: #ff0;
  border-bottom-color: #bcc3c9;
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
label:hover {
  cursor: pointer;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
}
.fixedbtnwhatsapp img {
  display: block;
  width: 100%;
  max-width: 80px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #e9eca9;
}
ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.form-control:focus {
  box-shadow: none;
}
.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
}
.fixedbtnwhatsapp img {
  width: 100%;
  max-width: 80px;
}
.topbar_sec {
  width: 100%;
  background: #002365;
}
.topbar_sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar_sec ul li {
  display: inline-block;
}
.topbar_sec ul li a {
  color: #fff;
  padding: 5px 5px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.header_menu {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ffffff47;
}
.header_menu.fixed {
  background: #e9eca9;
  border-bottom: 2px solid #fff;
}
.header_menu.fixed .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.header_menu.fixed .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link.livechat {
  background: #ffea00;
  border-radius: 4px;
  color: #000;
  padding: 7px 17px;
  position: relative;
  overflow: hidden;
  animation: shiny-btnx 3s ease-in-out infinite;
}
.navbar-light .navbar-nav .nav-link.livechat:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes shiny-btnx {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
  }
  81% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.navbar-light .navbar-nav .nav-link.ordernow {
  background: #002365;
  border-radius: 4px;
  color: #fff !important;
  padding: 7px 17px;
  margin-left: 9px;
}
.homepage_caption {
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, #15777000, #0c67619e),
    url(../../assets/images/bn4.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -6.2em;
  padding-top: 6.3em;
  padding-bottom: 2em;
}
.homeform {
  width: 100%;
  background: #0023652e;
  margin: 0;
  padding: 23px 36px;
  color: #fff;
  border-radius: 19px;
  margin-top: 24px;
}
.homeform h3 {
  font-size: 39px;
  font-weight: 600;
}
.homeform p {
  background: #ffea00;
  padding: 4px 0;
  font-size: 26px;
  border-radius: 19px;
  color: #002365;
  font-weight: 700;
}
.homeform .form-group {
  margin-bottom: 10px;
}
.homeform .form-group label {
  margin-bottom: 0;
  font-weight: 600;
  vertical-align: top;
}
.total_amount {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 0 13px;
  color: #ff0;
  text-align: center;
  font-size: 27px;
  background: 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.homeform button {
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 25px;
  transition: all ease 0.5s;
  width: 100%;
  text-decoration: none;
  background: #002365;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
}
.homeform .form-group .form-control {
  outline: 0;
  border: none;
  padding: 0 20px;
  border-radius: 25px;
  box-shadow: none;
  text-shadow: none;
}
.homepage_caption .item_caption {
  padding: 3em 0;
  color: #fff;
}
.item_caption h1 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.item_caption h1 span {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
}
.item_caption h3 {
  font-size: 18px;
}
.item_caption ul li {
  display: block;
  padding: 10px 0;
}
ul.item_caption li {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: #343434;
}
ul.item_caption li b {
  color: #002365;
}
.main_btn {
  padding: 30px 0;
}
.item_caption ul li i {
  font-size: 13px;
  border: 1px solid #002365;
  width: 100%;
  max-width: 29px;
  height: 29px;
  border-radius: 25px;
  background: #002365;
  margin-right: 8px;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
}
.item_button_order {
  width: 100%;
  position: relative;
  border: 3px solid #002365;
  border-radius: 37px;
  background: #fff;
  max-width: 573px;
  transition: 0.2s linear;
}
.item_button_order button {
  padding: 14px 58px;
  outline: 0;
  border: none;
  border-radius: 28px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border-right: 1px solid #fff;
  background: #002365;
}
.item_button_order a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.item_button_order a i {
  color: #f9a134;
  padding-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
}
.content_sec {
  width: 100%;
}
.about_con {
  width: 100%;
  text-align: center;
  background: 0 0;
  padding: 3em 0;
  color: #000;
}
.about_con h2 {
  font-size: 1.75rem;
}
.services_items {
  width: 100%;
  overflow: hidden;
}
.services_items ul li {
  display: inline-block;
  width: 100%;
  max-width: 337.2px;
  padding: 30px 20px;
  text-align: center;
  float: left;
  padding-bottom: 0;
  color: #fff;
  height: 256px;
}
.services_items ul li img {
  display: block;
  width: 90px;
  margin: auto;
}
.services_items ul li h3 {
  font-size: 22px;
  font-weight: 600;
}
.services_items ul li p {
  font-size: 15px;
}
.services_items ul li:nth-child(even) {
  background: #bcc3c9;
}
.services_items ul li:nth-child(odd) {
  background: #002365;
}
.best_academic ul li {
  padding: 5px 0px;
}
.best_academic {
  width: 100%;
  background: #bcc3c9;
  padding: 3em 0;
  position: relative;
  padding-bottom: 1em;
  color: #000;
}
.best_academic ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.best_academic img {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 60px;
  animation: bestacademic 3s ease-in-out infinite;
}
@-webkit-keyframes bestacademic {
  0% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  81% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.footer_academic {
  width: 100%;
  background: #002365;
  padding: 6px 0;
  text-align: center;
}
.footer_academic p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px !important;
}
.best_academic button {
  display: block;
  margin: auto;
  background: #002365;
  padding: 7px 30px;
  border: none;
}
.best_academic button:hover {
  background: #ffea00;
  color: #000;
  border-color: #ffea00;
}
.info_best_academic {
  width: 100%;
  padding: 1.8em 3em;
}
.info_best_academic h3 {
  font-size: 2.4em;
}
.info_best_academic h3 span {
  color: #002365;
}
.why_studnet {
  width: 100%;
  padding: 3em 0;
  background: #002365;
  background: url(../../assets/images/whychoosebanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why_item {
  width: 100%;
  background: #bcc3c9;
  text-align: center;
  padding: 25px 11px;
  margin: 15px 0;
  border-radius: 5px;
  box-shadow: 4px 6px 6px 0 #3333;
  transition: 0.2s linear;
}
.why_item:hover {
  transform: scale(1.1);
}
.why_item img {
  transition: transform 0.4s;
}
.why_item img:hover {
  transform: rotateY(180deg);
}
.why_item h4 {
  color: #000;
  padding-top: 10px;
  font-size: 20px;
}
.assignment_help {
  width: 100%;
  padding: 3em 0;
}
.scrollassignemn {
  height: 400px;
  overflow: scroll;
  overflow-x: auto;
  text-align: center;
}
.scrollassignemn::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}
.scrollassignemn::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}
.scrollassignemn::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #002365;
}
.calltoactiondata {
  width: 100%;
  background: url(../../assets/images/bgcalltoact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3em 0;
}
.calltoactiondata img {
  position: absolute;
  width: 166px;
  bottom: -76px;
  left: 0;
  right: 0;
  margin: auto;
}
.calltoactiondata h3 {
  color: #000;
}
.calltoactiondata h4 {
  color: #000;
  font-size: 1.75rem;
}
.calltoactiondata h6 {
  font-size: 1.75rem;
}
.dissertation_data {
  width: 100%;
  padding: 3em 0;
  overflow: hidden;
}
.service_dissertation_item {
  width: 100%;
}
.service_info {
  padding: 2.1em 2em;
  background: #bcc3c9;
  height: 100%;
}
.testiomain_sec {
  width: 100%;
  padding: 1em 0;
}
.testimedia {
  width: 100%;
  text-align: center;
  margin: auto;
  background: #f9f9f9;
  padding: 20px 20px;
}
.testimedia img {
  margin-bottom: 10px;
}
.testimedia.active {
  background: #002365;
}
.testimedia.active p {
  color: #fff;
}
.testiomain_sec button {
  display: block;
  margin: auto;
  margin-top: 1em;
  background: #002365;
  color: #fff;
  border-color: #002365;
}
.testiomain_sec button:hover {
  background: #bcc3c9;
  border-color: #bcc3c9;
  color: #000;
}
.testimedia h5 i {
  color: #fee34a;
  font-size: 18px;
  padding: 3px 3px;
}
.lets_student {
  width: 100%;
  padding: 3em 0;
  position: relative;
}
.lets_student:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 48px;
  right: 0;
  width: 100%;
  height: 82.4%;
  max-width: 59.5%;
  background: #002365;
}
.faqs_question {
  background: #bcc3c9;
  padding: 2em 0;
  padding-right: 1.6em;
}
.faqs_question p.fresx {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
.faqs_question h3 {
  text-align: center;
}
.faqs_question .accordion > .card {
  overflow: hidden;
  margin-bottom: 15px;
}
.faqs_question .card-header {
  padding: 5px 10px;
  background: #002365;
}
.faqs_question button {
  position: relative;
  outline: 0;
}
.faqs_question button img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 37px;
}
.btn:focus,
.faqs_question button.btn.focus {
  box-shadow: none;
}
.faqs_question button.btn-link {
  text-decoration: none;
  color: #fff;
}
.faqs_question button.btn-link:hover {
  text-decoration: none;
  color: #fff;
}
.talking_content {
  width: 100%;
  padding: 2em 2em;
  color: #fff;
}
.talking_content p.stillcounf {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.talking_content button {
  background: #bcc3c9;
  color: #000;
  border-color: #bcc3c9;
  padding: 7px 27px;
}
.talking_content button:hover {
  background: #ffea00;
  color: #000;
  border-color: #ffea00;
}
.caltoactiondata button {
  background: #002365;
  color: #fff;
  border-color: #002365;
}
.caltoactiondata button:hover {
  background: #bcc3c9;
  color: #000;
  border-color: #bcc3c9;
}
.faqs_question .card {
  border: none;
  border-radius: 0;
}
.assignment_helpx {
  width: 100%;
  padding: 1em 0;
  text-align: center;
  padding-bottom: 2em;
}
.assignment_helpx h5 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.assignment_helpx p.assignheading {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.faqs_secx h6 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.faqs_secx p.frequentlydx {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
  font-weight: 500;
}
.testiomain_sec h3 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.testiomain_sec p.studentheadsx {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
  font-weight: 500;
}
.service_info h4 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 20px;
}
.service_info h5 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 20px;
}
.dissertation_data h3 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.dissertation_data h4 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.assignment_help h3 {
  margin: 0;
  font-size: 37px;
  padding-bottom: 20px;
}
.unque_sec {
  background: url(../../assets/images/unque_sec.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 63px 0;
  overflow: hidden;
}
.unque_sec h3 {
  margin: 0;
  font-size: 23px;
  transform: rotate(-15deg);
}
.unque_sec h3.u1 {
  position: relative;
  bottom: 27px;
  color: #fff;
  left: 31px;
}
.unque_sec h3.u2 {
  position: relative;
  bottom: 21px;
  left: -15px;
  color: #fff;
}
.unque_sec h3.u3 {
  position: relative;
  bottom: 37px;
  left: 150px;
  color: #fff;
}
.caltoactiondata {
  width: 100%;
  background: 0 0;
  box-shadow: 2px 2px 2px 2px #e0e0e0;
  padding: 15px 0;
  margin-bottom: 20px;
}
.caltoactiondata a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 18px;
  padding: 6px 0;
  text-align: center;
}
.faqs_secx {
  width: 100%;
  padding: 40px 0;
}
.faqs_secx .accordion > .card {
  overflow: hidden;
  margin-bottom: 15px;
  border-top-left-radius: 46px;
  border-bottom-right-radius: 46px;
  border: 1px solid #002365;
}
.faqs_secx .card-header {
  padding: 5px 10px;
  background: #002365;
  border-top-left-radius: 41px !important;
  border: none;
  border-bottom-right-radius: 46px !important;
}
.faqs_secx .card-body {
  background: #bcc3c9;
  color: #000;
}
.faqs_secx button {
  position: relative;
  outline: 0;
}
.faqs_secx button i {
  position: absolute;
  right: 18px;
  bottom: 0;
  top: 1px;
  width: 37px;
  font-size: 32px;
}
.btn:focus,
.faqs_secx button.btn.focus {
  box-shadow: none;
}
.faqs_secx button.btn-link {
  text-decoration: none;
  color: #fff;
}
.faqs_question button.btn-link:hover {
  text-decoration: none;
  color: #fff;
}
.dFooter {
  color: #fff;
  padding: 40px 0;
  background: url(../../assets/images/assig.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dFooter h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
.dFooter p.footerheading {
  color: #000;
  font-size: 20px;
  margin-bottom: 9px;
}
ul.footermenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footermenu li {
  padding: 1px 0;
}
ul.footermenu li:before {
  font-family: FontAwesome;
  color: #002365;
  font-weight: 700;
}
ul.footermenu li a {
  margin-left: 8px;
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
}
.payment-icon .pay-icon span {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.payment-icon {
  background-color: #002365;
  padding: 15px 0;
}
.pay-icon {
  color: #fff;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
ul.card_menu li {
  border: none;
  display: inline-block;
  width: 100%;
  max-width: 72px;
}
.dis p {
  color: #000;
}
ul.card_menu {
  text-align: center;
}
.alright_copty {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.payment-icon .pay-icon span {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
}
.pay-icon span {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  margin: 2px;
  display: inline-block;
  padding-top: 2px;
}
.alright_copty p {
  margin: 0;
  padding: 0;
}
.breadcrumb {
  width: 100%;
  padding: 96px 0;
  background: url(../../assets/images/main_banner_images.jpg);
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb.aboutbanner {
  background: url(../../assets/images/About-us.jpg);
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.myreviewsec.reviewbanner {
  background: url(../../assets/images/reviewbanner.jpg);
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb.pricing_banner {
  background: url(../../assets/images/Pricing-banner.jpg);
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb.assignment_banner {
  background: url(../../assets/images/Assignment-Writing.jpg);
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.title_crumb p {
  color: #fff;
  padding-right: 21em;
  font-size: 20px;
}
.title_crumb h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
.title_crumb button.order_now {
  background: #fff;
  color: #000;
}
button.order_now {
  border: none;
  padding: 6px 25px;
  outline: 0;
  background: #143c6f;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
button.live_chat {
  border: none;
  padding: 6px 25px;
  outline: 0;
  background: #143c6f;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.content_data h1 {
  font-size: 38px;
  font-weight: 700;
  color: #364f88;
  line-height: inherit;
}
.content_data h2 {
  font-size: 38px;
  font-weight: 700;
  color: #364f88;
  line-height: inherit;
}
.content_data p {
  padding: 10px 0;
  margin: 0;
}
.content_data h2 {
  font-size: 30px;
  line-height: inherit;
  color: #364f88;
  font-weight: 700;
}
.crumb_caption {
  width: 100%;
  height: auto;
  background: url(https://londondissertations.co.uk/assets/images/crumb_titlebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 15px;
  position: relative;
  margin-top: 112px;
  margin-bottom: 22px;
}
.img_crumb {
  position: absolute;
  top: -147px;
  right: 0;
}
.crumb_caption button.order_now {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 21312312;
  width: 100%;
  padding: 10px 0;
  margin: 25px 0;
}
.crumb_caption h2 {
  color: #fff !important;
  font-weight: 600;
  font-size: 24px !important;
}
.content_data h3 {
  font-size: 30px;
  line-height: inherit;
  color: #364f88;
  font-weight: 700;
}
.counter_crumb {
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #212529;
  text-align: center;
  margin: 20px 0;
}
.counter_crumb button {
  margin: 7px 0;
  width: 100%;
}
.affordable_sec {
  width: 100%;
  padding: 30px 0;
  background-image: url(https://www.writingsyrup.co.uk/wp-content/uploads/2020/02/faq-bg-1.jpg?id=849);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.affordable_sec a {
  display: table;
  margin: 20px auto;
}
.rating_value {
  width: 100%;
  padding: 48px 0;
}
.rating_value h3 {
  font-size: 40px;
}
.rating_value button {
  display: block;
  margin-left: auto;
  padding: 10px 42px;
  margin: 46px auto;
}
.acereviews-banner {
  background: url(https://acemyassignment.co.uk/assets/images/reviewbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.acereviews-banner .breadcrumb-inner {
  width: 100%;
  padding: 118px 0;
}
.acereviews-banner h4 {
  font-size: 21px;
  color: #fff;
}
.acereviews-banner p {
  color: #fff;
}
.reviewbar {
  width: 100%;
  padding: 14px 0;
  background: #112229;
}
.media-left img {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: middle;
}
.reviewbar h4 {
  color: #fff;
}
.reviewbar p {
  padding: 0;
  color: #fff;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.reviewcomment {
  width: 100%;
  padding: 30px 0;
  background: #f3f3f3;
}
.reviewcomment h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
.boxreview {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 31px 0;
  margin: 17px 0;
  height: 169px;
  border-radius: 7px;
}
.boxreview p {
  padding: 0;
  color: #ffd203;
}
.boxreview h4 {
  font-size: 24px;
  font-weight: 600;
}
.recently_review {
  width: 100%;
  padding: 30px 0;
}
.recently_review h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
.overlayitemcen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b3ffec;
  padding: 20px 29px;
}
.itemrecen {
  padding: 20px 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 2px 2px #55b39b;
  border-radius: 7px;
  position: relative;
}
.itemrecen h4 {
  font-size: 25px;
  font-weight: 600;
}
.itemrecen p.staricon {
  color: #ffd203;
  font-size: 20px;
  padding: 4px 0;
}
.itemrecen p {
  color: #000;
  font-size: 14px;
}
.itemrecen h5 {
  color: #55b39b;
  font-size: 15px;
  font-weight: 600;
}
.ordercomplete {
  width: 100%;
  position: relative;
  background: #fff;
}
.ordercomplete p {
  color: #000;
  font-size: 14px;
  padding: 8.7px 0;
}
.iconorder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.iconorder img {
  width: 100%;
}
.reviewbox {
  position: relative;
  width: 100%;
  margin: 18px auto;
  max-width: 224px;
  background: #fff;
}
.reviewbox p {
  color: #000;
  font-size: 14px;
  padding: 8.7px 0;
}
.overlayitemcen .progress {
  width: 100%;
  height: 26px;
}
.overlayitemcen .progress-bar {
  background: #ffeb79;
}
.overlayitemcen h3 {
  padding-bottom: 10px;
}
.overlayitemcen h5 {
  text-align: left;
}
.recently_review button {
  background-color: #002365;
  border-color: #002365;
  display: block;
  width: 100%;
  max-width: 17%;
  margin: 29px auto;
  padding: 9px 0;
  font-size: 20px;
  color: #fff;
}
.recently_review button:hover {
  background: #bcc3c9;
}
.overlayitemcen button {
  max-width: 100% !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  border-radius: 3px;
  border: none;
}
.trusworth {
  width: 100%;
  padding: 30px 0;
}
.trusworth h2 {
  text-align: center;
  padding: 18px 0;
}
.trusworth h3 {
  font-size: 26px;
  padding: 10px 0;
  font-weight: 600;
}
ul.item {
  margin: 16px 0;
  text-align: left;
}
ul.item li {
  padding: 5px 0;
}
i.fa.fa-check-circle {
  color: #002365;
  font-size: 21px;
  padding-right: 5px;
}
.trusworth h3 {
  font-size: 26px;
  padding: 10px 0;
  font-weight: 600;
}
.trusworth button {
  padding: 9px 15px;
  border: none;
  background: #55b39b;
  color: #000;
  border-radius: 4px;
}
.trusworth img {
  width: 100%;
}
.section_pricing {
  padding: 50px 0;
}
.section_pricing h1 {
  margin: 0;
  padding: 0;
  font-size: 27px;
  color: #002365;
}
.section_pricing p {
  line-height: 26px;
  text-align: justify;
  font-size: 15px;
  padding-bottom: 19px;
}
.section_pricing h3 {
  padding-bottom: 17px;
  color: #002365;
  padding-top: 8px;
}
.section_pricing .merge_btn {
  text-align: center;
}
.section_pricing .merge_btn a {
  display: inline-block;
  padding: 10px 33px;
  background: #002365;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  outline: 0;
}
.section_pricing h4 {
  padding: 20px 0;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.section_pricing table thead {
  width: 100%;
  background: #002365;
  color: #fff;
}
.table-pricing thead {
  border: 2px solid #222;
  background-color: #903e98;
  color: #fff;
  font-family: Roboto, sans-serif;
}
.section_pricing table thead tr th {
  padding: 10px 7px;
  text-align: center;
  border: 1px solid #000;
}
.section_pricing table thead tr th {
  padding: 10px 0;
  text-align: center;
}
.section_pricing table tbody tr td {
  padding: 10px 6px;
  text-align: center;
  border: 1px solid #000;
}
.section_pricing table tbody tr td {
  padding: 10px 6px;
  text-align: center;
}
.section_pricing table tbody tr:hover {
  background-color: #ffd117;
  color: #fff;
}
.satisfy_section {
  background-repeat: repeat;
  background-position: center right;
  position: relative;
  background-color: #27272f;
  color: #fff;
  padding: 50px 0;
  background: url(https://assignmentwritingservice.ae/assets/images/additional_featuresbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: initial;
}
.head-block h4 {
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.black-inner-text {
  position: relative;
  padding: 0 0 0;
}
.tick-list {
  position: relative;
  padding: 0;
  list-style: none;
}
.tick-list .tick-icon {
  background-position: -128px -146px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  margin-top: 10px;
  border: 0;
}
.tick-list li {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  padding-left: 30px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.sprite {
  background: url(https://assignmentwritingservice.ae/assets/images/sprite.png)
    no-repeat;
  display: block;
}
.caterstudent {
  width: 100%;
  padding: 37px 0;
  margin: 39px 0;
  padding-top: 0;
}
.caterstudent h3 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
}
.caterstudent img {
  width: 100%;
}
.about-banner {
  background: url(../../assets/images/order-nowbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.breadcrumb h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  padding: 10px 0;
}
.breadcrumb h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  padding: 10px 0;
}
.breadcrumb button {
  width: 100%;
  max-width: 132px;
  padding: 11px 0;
  font-size: 13px;
  border: none;
  outline: 0;
  background: #212529;
  color: #fff;
}
.breadcrumb button.orderclr {
  background: #ffd117;
  color: #212529;
}
.form_order {
  width: 100%;
  padding: 30px 0;
  padding-top: 0;
  background: #fff;
}
.order_specification {
  width: 100%;
  background: #002365;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 28px;
}
.order_specification h2 {
  color: #fff;
}
.order_details .form-control {
  height: auto;
  border-radius: 19px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #112229;
}
.amount_order {
  width: 100%;
  height: auto;
  padding: 5px 0;
  background: #ffea00;
  color: #343434;
  text-align: center;
  margin: 10px 0;
  border-radius: 6px;
}
.info_personal button {
  background: #002365;
  color: #fff;
  padding: 10px 32px;
  height: auto;
  border-radius: 19px;
}
.amount_order p {
  margin: 0;
  padding: 0;
  font-size: 25px;
}
.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;
}
.ordersummary hr {
  margin: 8px 0;
}
.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;
}
.basic_price {
  width: 100%;
  padding: 15px 0;
}
.basic_price h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.basic_price ul {
  margin: 0;
  list-style: none;
}
.basic_price ul li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
}
.basic_price ul li.borderdata {
  border-top: 1px solid #dee2e6;
}
.btn-info {
  color: #fff;
  background-color: #002365;
  border-color: #002365;
}
.login_section {
  width: 100%;
  max-width: 480px;
  height: auto;
  background: #bcc3c9;
  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: #000;
  padding-bottom: 20px;
  font-size: 23px;
  text-align: center;
}
.login_section .form-control {
  height: auto;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #ccc;
}
.login_section a {
  color: #000;
}
.footer_login p {
  color: #000;
}
.login_section button {
  padding: 10px 30px;
  outline: 0;
  border: none;
  background: #002365;
  border-radius: 20px;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.footer_login ul li {
  display: inline-block;
}
.footer_login ul li a {
  padding: 0 7px;
  font-size: 16px;
}
body.main_login {
  margin: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  color: #333;
  background: #002365 !important;
}
.ordersummary.fixedorder {
  position: fixed;
  top: 152px;
  z-index: 99999;
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
}
.swiper-slide.swiper-slide-active .testimedia {
  background: #002365;
  color: #fff;
}
li.nav-item.active {
  background: #002365;
  padding: 0 11px;
  border-radius: 4px;
}
li.nav-item.active a {
  color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002365;
}
.newheaderclass .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.content_data h4 {
  font-size: 30px;
  line-height: inherit;
  color: #364f88;
  font-weight: 700;
  margin: 0;
}
.content_data {
  width: 100%;
  padding: 30px 0;
}
.box {
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 16%);
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
  margin: 15px 0;
}
.box .h2 {
  color: #198e40;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.box p {
  margin: 0 0 5px;
  color: #7f7f7f;
  padding: 0;
}
.box .icon-main.pdf {
  background-position: -159px -528px;
}
.box .icon-main {
  background-image: url(https://www.6dollarsessay.com/frontend/images/bg/all-icons.png);
  width: 100px;
  position: relative;
  min-height: 86px;
  display: inline-block;
}
.box .btn-transparent {
  background: 0 0;
  border: 1px solid #198e40;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #198e40 !important;
  display: block;
}
.box .btn-transparent.active,
.box .btn-transparent:focus,
.box .btn-transparent:hover {
  background-color: #198e40;
  border: 1px solid #198e40;
}
.faqs_secx .card {
  background: #bcc3c9;
}
.title_getaqoute h3 {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.title_getaqoute p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.getaquoteform {
  padding: 10px 10px;
  background: #002365;
  border-radius: 4px;
}
.getaquoteform button {
  background: #e9eca9;
  color: #000;
  font-weight: 600;
}
.panel1 {
  width: 100%;
  background: #002365;
}
.paneltitle {
  width: 100%;
  background: #bcc3c9;
}
.paneltitle p.panel23 {
  padding: 5px 11px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.paneltitle p {
  background: #002365;
  color: #fff;
  padding: 9px 15px;
  text-align: center;
}
.panelbutton {
  padding: 11px 0;
  display: block;
  text-align: center;
}
.panelbutton button {
  background: #e9eca9;
  color: #000;
  padding: 6px 35px;
  font-size: 20px;
  font-weight: 600;
}
.panelbutton button:hover {
  background: #e9eca9;
  color: #000;
  border-color: #e9eca9;
}
img.imglogo {
  width: 200px;
}
.services_items ul li p.heading1 {
  font-size: 22px;
  font-weight: 700;
}
.best_academic p {
  font-size: 2rem;
  line-height: initial;
  padding: 0 15px;
  font-weight: 600;
}
.why_studnet p.studentheading {
  font-size: 1.75rem;
  font-weight: 600;
}
.why_item p {
  margin: 0;
  color: #000;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #002365 !important;
}
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: #002365;
  border-top-color: #ff0;
  border-bottom-color: #bcc3c9;
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
label:hover {
  cursor: pointer;
}

/* CV Page */

.cv-bg {
  background-image: url(/assets/images/cv-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 577px;
}

.cv-bg .cv-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cv-bg .ordernow {
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-right: 5px;
  margin: 1rem 0;
}

.cv-bg .WhatsappContact a {
  padding-top: 10px;
  padding-left: 10px;
}

.cv-bg .InnerWrap {
  justify-content: unset;
}

.cv-bg .Shape2 {
  right: 178px;
}

.cv-bg .Shape1 {
  right: 190px;
}

.cv-img {
  position: absolute;
  right: 0;
  top: 220px;
}

.cv-cta {
  background-image: url(/assets/images/cv-cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 254px;
  padding: 3rem 0px;
}

.cv-cta h3 {
  color: #fff;
  padding-bottom: 15px;
}

.portfolio {
  padding: 3rem 0px;
  background-color: #fff;
}

.portfolio h3 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.portfolio p {
  text-align: center;
  padding-bottom: 20px;
}
