@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap");
html {
  background-color: var(--lightBg);
  --lightBtn: #4b4b4b;
  --lightBg: #fff;
  --lightColor: #232323;
}
html body {
  background-color: var(--lightBg);
}

html[data-theme=dark] {
  background-color: var(--lightBg);
  --lightBtn: #d4d4d4;
  --lightBg: #232323;
  --lightColor: #fff;
}
html[data-theme=dark] body {
  background-color: var(--lightBg);
}

body{
    color: black !important;
}
/*  */

/*  */

.toggle-theme-color input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-theme-color label {
  cursor: pointer;
  text-indent: -9999px;
  width: 55px;
  height: 30px;
  background: var(--lightBtn);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
}
.toggle-theme-color label:after {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 4px;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}
.toggle-theme-color input:checked + label {
  background: var(--lightBtn);
}
.toggle-theme-color input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-theme-color .container_toggle:after {
  content: "light";
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms !important;
  transition-delay: 0 !important;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: var(--lightColor);
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  color: var(--lightColor);
}

.topnav a.active {
  color: var(--lightColor);
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.navbar-logo {
  max-width: 130px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

ul {
  margin: 0;
  padding: 0;
}

/*********************
    Breakpoints
*********************/
@media only screen and (max-width: 1200px) {
  #order-page {
    padding: 0 !important;
  }
  .ul-div {
    padding: 5px 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .card--inner-box {
    display: flex;
    flex-wrap: wrap;
  }
  .card--inner-box .inner-wrapper {
    flex: 50%;
  }
  .ul-div {
    display: block !important;
    text-align: center;
  }
  .ul-div .right-div {
    top: 0 !important;
  }
  #order-page .right-side {
    width: 42% !important;
  }
  .bar {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-nav .topnav {
    display: none;
  }
  .responsive-nav .show-768-screen {
    display: block;
    margin-top: 4px;
    display: inherit;
    font-size: 20px;
    color: gray;
  }
  .fake-input {
    padding: 0.7em 1em 0.7em 1em;
  }
  .fake-input input {
    width: 30% !important;
  }
  .right-side {
    display: none !important;
  }
  .small-screen-rightbar {
    display: block !important;
    border: 1px solid lightgray;
    padding: 5px 0;
    border-radius: 5px;
  }
  .small-screen-rightbar .open-button {
    border: none;
    margin: auto;
    display: block !important;
    padding: 10px;
    margin-bottom: 0;
    width: 96%;
    margin-bottom: 5px;
  }
  #order-page .left-side {
    width: 100% !important;
  }
  #collapseExample .right-side {
    min-height: auto !important;
    border-left: none !important;
    display: block !important;
    width: 100% !important;
  }
  #collapseExample .right-side .ul-div {
    display: flex !important;
  }
  #collapseExample .card-body {
    padding: 0 !important;
  }
  .special-bg {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .card--inner-box .inner-wrapper {
    flex: 100%;
  }
  .card-demo {
    padding: 30px 0px !important;
  }
  #order-page .left-side {
    padding: 0 10px !important;
  }
}
.bg-menu {
  background-color: #f6f6f6;
  border-radius: 5px;
}

.toggle-theme-color {
  max-width: 100px;
  margin-left: auto;
}

#header {
  margin-top: 10px;
}

#main_heading {
  margin: 50px 0;
    margin-bottom: 10px !Important;
}
#main_heading .text-main-heading {
  font-size: clamp(1.3rem, 3.333vw, 3.5rem);
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
#main_heading .para-headliner {
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  #main_heading .para-headliner {
    font-weight: 500;
  }
}

.card-demo {
  background: #f2f5f7;
  padding: 30px 40px;
  border-radius: 6px;
}

#select > li:hover span.select-label {
  border: 2px solid #084298;
  background: #fff !important;
}

.select-list p {
  margin-bottom: 0;
}
.select-list li {
  padding: 14px 16px !important;
}

#select > li ul.select-menu .select-list li.selected span:after {
  background: #033aa8 !important;
  border-color: #033aa8 !important;
  opacity: 1 !important;
}

#select > li.down.hover:hover ul.select-menu,
#select > li.down.visible ul.select-menu {
  margin-top: 2px !important;
}

#select > li span.select-label {
  font-size: 14px;
  font-weight: 400;
}

#form_panel .col-lg-4 {
  margin-top: 10px;
}
#form_panel a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

#select > li ul.select-menu .select-list span p {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-label {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#select > li span.select-label {
  border: 2px solid transparent;
}

.fake-input {
  background: white;
  min-height: 44px;
  border-radius: 8px;
  position: relative;
  display: block;
  font-weight: 600;
  background: var(--select-label-background);
  padding: 0.7em 2.5em 0.7em 1em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: 1px solid var(--select-border-color);
  transition: 0.2s;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.fake-input input {
  width: 56%;
  border: none;
}
.fake-input input:focus-within {
  border: none;
  outline: none;
}
.fake-input input:focus-visible {
  outline: none;
  border-color: #043ba9;
}
.fake-input:focus-visible {
  outline: none;
  border-color: #043ba9;
}
.fake-input a {
  font-size: 15px;
  border: 1px solid;
  padding: 3px 10px;
}
.fake-input .left-border {
  border-left: 1px solid lightgray;
  padding-left: 10px;
  opacity: 0.7;
  font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-file {
  min-height: 300px;
  display: block;
  justify-content: center;
  align-items: center;
  border: 2px dashed rgba(13, 110, 253, 0.3411764706);
  border-radius: 8px;
  background: #f2f5f5;
}
.input-file input[type=file] {
  color: transparent;
  opacity: 0;
  min-height: 160px;
  min-width: calc(100% - 36px);
  position: absolute;
}
.input-file p {
  text-align: center;
  margin-top: 10%;
  font-size: 32px;
  color: blue;
}
.input-file p + span {
  margin-bottom: 20px;
}
.input-file span {
  display: block;
  width: 100%;
  text-align: center;
}

.modal-fullscreen {
    width: 94vw;
    max-width: none;
    height: 94vh;
    margin: 0;
    margin-top: 3vh !important;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
    margin-top: auto;
    margin-top: 7px;
}

#myInput {
  width: 100%;
  border: none;
  margin-left: 12px;
  font-size: 18px;
}
#myInput:focus-within {
  outline: none;
}

.modal-header .fa-magnifying-glass {
  height: 20px;
  opacity: 0.4;
}

/*
.multipleSelected-ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  flex: 0 0 25%;
  display: flex;
}
*/
.multipleSelected-ul a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.multipleSelected-ul li {
  list-style: none;
  margin: 2px 0;
  display: flex;
/*  width: 25%;*/
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
  padding: 3px 8px 5px;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid white;
}
.multipleSelected-ul li span.right-icon {
  transition: all 0.3s;
  opacity: 0;
        pointer-events: none;
}
.multipleSelected-ul li:hover {
  background-color: #f2f5f7;
  color: #033aa8;
}
.multipleSelected-ul li:hover span.right-icon {
  opacity: 1;
}

.select-menu li span {
  display: flex;
}

.flex-modal-footer {
  display: flex;
  justify-content: space-between;
}

.multipleSelected-ul li.selected {
  background-color: #043ba9;
  color: #fff;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
}
.multipleSelected-ul li.selected .right-icon {
  display: none;
}
.multipleSelected-ul li.selected::after {
  content: "✓";
}

.rounded-3 {
  background-color: #66d4bd;
  border-radius: 100px !important;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.card-price .box {
  display: block;
  margin-top: 30px;
}
.card-price .box.show {
  display: block;
}

.updated-prices {
  display: block;
  width: 100%;
  border: 2px solid #043ba9;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(28, 28, 28);
  transition: all 0.3s;
  min-height: 49.6px;
}
.updated-prices:hover {
  background-color: #043ba9;
  color: #fff;
}

.fake-input-button {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0.7em 1.3em 0.7em 1em;
  min-height: 49.6px;
}

#exampleModalDate .form-check {
  border: 1px solid lightgray;
  padding: 15px 40px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#exampleModalDate .form-check.active {
  background-color: #eeeeee;
}

.fa-calendar-week {
  color: gray;
}

#order-page {
  padding: 0 40px;
  display: flex;
}
#order-page .left-side {
  width: 65%;
  padding: 0 30px;
}
#order-page .left-side .page-content {
  margin-top: 90px;
}
#order-page .left-side .page-content .form-control {
  padding: 0.575rem 0.75rem !important;
  border-color: gray;
}
#order-page .left-side .page-content .form-control:focus {
  box-shadow: 0 0 0 2px #0055b8, 0 1px 2px rgba(0, 0, 0, 0.16);
  border-color: transparent;
}
#order-page .left-side .page-content .bar {
  padding: 5px 20px;
  background-color: #f2f5f7;
  display: flex;
  align-items: center;
  font-weight: 400;
}
#order-page .left-side .page-content .heading-project {
  margin-top: 40px;
  font-weight: 700;
}
#order-page .left-side .page-content input:focus {
  outline: none;
  box-shadow: none;
}
#order-page .left-side .page-content textarea:focus {
  outline: none;
  box-shadow: none;
}
#order-page .left-side .page-content .input-form label {
  font-size: 14px;
  font-weight: 600;
}
#order-page .left-side p.bg-lightgray {
  font-size: 13px;
  background: #f2f5f7;
  font-weight: 500;
  padding: 21px 9px;
  border-radius: 3px;
  width: 200%;
  left: -53px;
  position: relative;
  padding-left: 30px;
  top: 22px;
  margin-bottom: 0;
  border-top: 1px solid lightblue;
}
#order-page .right-side {
  background-color: #f2f5f7;
  width: 35%;
  height: 100%;
  min-height: 100vh;
  border-left: 1px solid #d1d4d5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.input-radio-file .input-file {
  min-height: 230px;
}
.input-radio-file .form-check {
  padding: 20px 40px;
  border-radius: 4px;
}

.hide-div2 {
  display: none;
}
.hide-div2.active {
  display: block;
}

.hide-div1 {
  display: none;
}
.hide-div1.active {
  display: block;
}

.border-top-0 {
  border-top: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.button-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.button-row .return-div {
  font-size: 14px;
  font-weight: 500;
}
.button-row .return-div a {
  color: inherit;
  text-decoration: none;
}

.btn-continue {
  text-decoration: none;
  background: #043ba9;
  padding: 10px 30px;
  color: white;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.btn-continue:hover {
  background: #fff;
  color: #043ba9;
  border-color: #043ba9;
}

.right-side .top--bar {
  padding: 20px;
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 20px 30px 20px;
}
.right-side .bottom-bar {
  padding: 20px;
  border-top: 1px solid lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 20px 30px 20px;
}

p.vat-para {
  font-size: 10px;
  padding: 0 30px 30px 30px;
}

.ul-div {
  padding: 5px 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #1d1c1c;
  font-weight: 500;
  letter-spacing: 0.8;
}
.ul-div .right-div {
    position: relative;
    top: 10px;
    text-align: right;
}
.ul-div .bi {
  position: relative;
  top: 3px;
  opacity: 0.4;
  margin-right: 4px;
}
.ul-div .i {
  position: relative;
  top: 3px;
  opacity: 0.4;
  margin-right: 4px;
}
.ul-div .tags {
  border: 1px solid lightgray;
  display: inline-block;
  margin-top: 4px;
  padding: 3px 24px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: gray;
}

.mostPopular {
  font-weight: 500;
  color: #043ba9;
  font-size: 14px;
}
.mostPopular li {
  display: inline;
  margin: 0 3px;
  text-decoration: underline;
}
.mostPopular li.main-li {
  color: rgb(29, 29, 29);
  text-decoration: none !important;
  font-weight: 600;
}

.card-price {
  display: block;
}
.card-price.active {
  display: block;
}

.special-bg {
  background-color: #f2f5f7;
  min-height: 100vh;
  position: fixed;
  right: 0;
  width: 25%;
  z-index: -1;
}

.some-border {
  border: 1px solid lightgray;
  position: relative;
  overflow: hidden;
}

.full-hr {
  width: 200%;
  left: -140px;
  position: relative;
}

#files-area {
  position: relative;
  margin-bottom: 0;
  margin-top: 10%;
}
#files-area .file-block {
  font-size: 12px;
  padding: 15px;
  background: white;
  border: 1px solid lightgray;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-top: 5px;
    display: flex;
}
#files-area .file-block > div:first-child {
  display: flex;
  align-items: center;
}
#files-area .file-block > div:not(:first-child) {
 text-align: left;
    margin-top: 5px;
}
#files-area .file-block > div:not(:first-child) span{
    display: inline;
    width: auto;
}
#files-area .file-delete {
  display: inline-block;
  width: auto;
}
#files-area .file-delete span {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  color: black;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0.7;
  border-radius: 2px;
}
#files-area span.name {
    display: inline-block;
    width: auto;
    padding-left: 50px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    font-weight: 600;
}

#files-area span.attach-icon {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  color: black;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0.7;
  border-radius: 2px;
  position: absolute;
}

#words {
  width: 100px;
  right: 100px;
  font-weight: 500;
  color: gray;
}

.best-seller {
  background: #ebbf47;
  color: #fff;
  padding: 8px 14px;
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  font-size: 14px;
  font-weight: 400;
}

.time-select-col .select-menu {
  min-width: 330px;
}

ul#new li {
  list-style: none;
  flex: 0 0 25%;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
  padding: 3px 8px 5px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid white;
}

#select:focus-visible {
  outline: none;
}
#select:focus-visible .select-label {
  border: 2px solid #043ba9;
}

.select-label {
  position: relative;
  z-index: 9;
}

#ss-submit {
  background: #043ba9;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 4px 4px 6px lightgrey;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 10px;
}

.up.visible .select-menu {
  z-index: 999;
}

.visible .select-list li.selectedHover {
  color: #043ba9;
  background: rgb(233, 244, 247);
}

#fileCountSpan {
  display: none;
  font-size: 14px;
  opacity: 0.6;
  align-items: center;
}

.newa {
  height: 77px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: right;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fbf6f6;
  border-left: 1px solid lightgray;
  overflow-x: hidden;
  padding-top: 60px;
  z-index: 9999;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.sidenav a {
  display: block;
  width: 100%;
}

.show-768-screen {
  display: none;
}

#blur-overlay {
  background: rgba(255, 255, 255, 0.6509803922);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.sidebar-closebtn {
  text-decoration: none;
  background: #a6a29e;
  border-radius: 100px;
  height: 30px;
  width: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  box-shadow: 1px 1px 1px 1px lightgrey;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

#mySidenav a {
  color: rgb(40, 40, 40);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s;
  margin: 20px;
  font-weight: 500;
}
#mySidenav a:hover {
  opacity: 1;
}
#mySidenav a.bg-menu {
  background: #1e4dca;
  margin: 0;
  color: white;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 2px 4px 1px rgba(11, 10, 10, 0.1294117647);
}

.small-screen-rightbar {
  display: none;
}

.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bar span {
  display: flex;
  align-items: center;
}

.text-thank-you-heading {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  /* margin-bottom: 48px; */
  text-align: center;
}

.sub-para {
  font-size: 18px;
  line-height: 42px;
}
.sub-para .pill-design {
  padding: 8px 16px;
  border-radius: 16px;
  font-weight: 500;
  margin-right: 8px;
  font-size: 18px;
  line-height: 18px;
  background-color: #f2f5f7;
}

h4.want-pay {
  margin-top: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.payment-condition {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
  color: #768190;
  color: var(--dark-grey);
  text-align: center;
}

.pay-now {
  margin-top: 12px;
  max-width: 200px;
  align-self: center;
  padding: 13px 30px;
}

button.pay-now {
  margin: 0;
  padding: 11px 16px 13px;
  border: none;
  font: inherit;
  background: #0055b8;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s;
}
button.pay-now:hover {
  background: #00479a;
}

.order-confirmation-footer {
  margin-top: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #768190;
  color: var(--dark-grey);
  text-align: left;
}

.form_createaccount label {
  align-self: flex-start;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.form_createaccount .show-password-eye-icon {
  position: absolute;
  bottom: 9px;
  font-size: 24px;
  right: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.form_createaccount .select-zone {
  margin-top: 24px;
}
.form_createaccount .form-select {
  padding: 11px 16px 13px !important;
  font-size: 16px;
  line-height: 24px;
  border-color: gray;
}
.form_createaccount .form-select:focus {
  box-shadow: 0 0 0 2px #0055b8, 0 1px 2px rgba(0, 0, 0, 0.16);
  border-color: transparent;
}

#order-page .left-side .page-content .form_createaccount .form-control {
  padding: 11px 16px 13px !important;
  font-size: 16px;
  line-height: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.billing-information-section label {
  margin-top: 5px;
}
.billing-information-section .account-radio-wrap {
  border: 1px solid;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  border-radius: 5px;
  border-color: gray;
}
.billing-information-section .account-radio-wrap label {
  position: relative;
  top: 3px;
  font-weight: 500;
}
.billing-information-section .account-radio-wrap .form-check {
  display: flex;
  align-items: center;
}
.billing-information-section .account-radio-wrap .form-check label {
  margin-top: 10px;
}
.billing-information-section .account-radio-wrap .form-check-input {
  margin-right: 5px;
}
.billing-information-section .account-radio-wrap .border-left {
  border-left: 1px solid;
  padding-left: 0 !important;
}
.billing-information-section .account-radio-wrap .border-left input {
  margin-left: 15px;
}

.min-240 {
  min-width: 240px;
  text-align: center;
  padding: 12px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.accordion-item {
  margin: 10px 0;
  background: #f2f5f7;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.accordion-button {
  background-color: #f2f5f7;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: none;
  background-color: #c9e5fd;
}

.accordion-button::after {
  content: "+";
  background-image: none;
  position: absolute;
  left: 15px;
  background: #dddddd;
  display: flex;
  justify-content: center;
  border-radius: 3px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}

.accordion-button::before {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 100px;
  border: 1px solid lightgray;
  right: 30px;
  position: absolute;
  border: 4px solid #dfdfdf;
  background: #dfdfdf;
}

.accordion-button:not(.collapsed)::before {
  border-color: #0082ff;
}

.logo-payment {
  max-width: 65px;
  margin-right: 10px;
}

.cart-detail {
  color: gray;
  padding: 10px;
  font-weight: 400;
}

.paynow input {
  background: #043ba9;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 4px 4px 6px lightgrey;
  font-size: 14px;
  font-weight: 400;
}

.payment-box button:hover {
  background: rgba(0, 0, 0, 0.1490196078);
}

.accordion-header {
  border-bottom: 1px solid #efe3e3;
}

.bank-upload {
  border-radius: 8px;
  background: #f2f5f5;
}
.bank-upload input {
  opacity: 0;
  min-height: 200px;
}
.bank-upload .input-file {
  min-height: 195px;
}
.bank-upload .input-file p {
  margin-top: 7%;
}

.accordion-body {
  background: #fff;
}

.fake-input-payment {
  margin-top: 10px;
  border: 1px solid lightgray;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.d-flex-payment {
  display: flex;
  align-items: stretch;
  padding: 0px 10px 0px 40px;
  margin-top: 0;
  position: relative;
}
.d-flex-payment input {
  border: none;
  padding: 10px 0;
}
.d-flex-payment :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(202, 202, 202);
}
.d-flex-payment ::-moz-placeholder {
  color: rgb(202, 202, 202);
}
.d-flex-payment ::placeholder {
  color: rgb(202, 202, 202);
}
.d-flex-payment .bi-credit-card-2-back {
  position: absolute;
  left: 10px;
  top: 10px;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-3 {
  flex-grow: 3;
}

.max-width-45 {
  max-width: 45px;
}

.max-width-65 {
  max-width: 65px;
}

.cart-payment-part {
  padding: 0 20px;
}

.card-price .order-now {
  border: none;
  background: #043ba9;
  color: #fff;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 1px 3px 4px lightgray;
  font-weight: 600;
  transition: all 0.3s;
}
.card-price .order-now .strong {
  font-weight: 600;
}
.card-price .order-now:hover {
  background: #fff;
  color: #043ba9;
  border-color: #043ba9;
}
.card-price .card--inner-box {
  display: flex;
  justify-content: center;
}
.card-price .card--inner-box .inner-wrapper {
  position: relative;
  width: 300px;
  background-color: #fff;
  margin: auto;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid lightgray;
  box-shadow: 2px 4px 5px 2px #e8e8e8;
}
.card-price .card--inner-box .top-box {
  min-height: 132px;
  margin-top: 30px;
}
.card-price .card--inner-box .top-box h1 {
  font-size: 24px;
  font-weight: 600;
}
.card-price .card--inner-box .top-box p {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.8;
}
.card-price .card--inner-box .delivery-box {
  margin-top: 10px;
}
.card-price .card--inner-box .delivery-box a {
  color: #000;
  opacity: 0.6;
  font-weight: 400;
}
.card-price .card--inner-box .delivery-box p {
  font-weight: 600;
}
.card-price .card--inner-box .delivery-box p.small {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 0;
}
.card-price .card--inner-box .order-box p.small span {
  cursor: pointer;
}

.custom-tooltip {
  font-size: 10px;
}

.price-tag {
  font-weight: 600;
  color: #02163e;
  margin-bottom: 10px;
  font-size: 28px;
}

button.btn-close:hover {
  color: gray;
}

.pay-now .strong {
  font-weight: 600;
}

.width-130 {
  width: 130px;
  max-width: unset;
  min-height: 20px;
}/*# sourceMappingURL=style.css.map */

.icon-s {
    width: 32px;
    height: 32px;
  }

.img-responsive {
    max-width: 100%;
    height: auto;
  }

.toggle-up-down{
    margin-left: 5px;
}
.mystyle .toggle-up-down{
    transform: rotate(180deg);
}
.profile-div .dropdown::after{
    display: none;
}

#word-count-analysis{
/*display: none ;*/
position: relative;
}

#word-count-analysis.show{
    display: inline-block;
}
#update-text{
   position: absolute;
    font-size: 12px;
    top: -95px;
    width:225px;
    background: #393939e0;
    padding: 5px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    display: none;
    color: #ffffffeb;
    font-weight: 400;
    z-index: 99;
}
#word-count-analysis:hover #update-text{
    display: inline-block;
}

#dropdown-menu a{
    display: block;
    width: 100%;
}
.topnav{
    overflow: inherit !important;
}

.first-word-span{
    background-color: lightgray;
    height: 35px;
    width: 35px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-top: -7px;
}

.profile-picture .dropdown-toggle::after{
    margin-left: 0 !important;
}

.profile-picture .dropdown-menu a{
    text-transform: capitalize;
    text-align: left;
}

.credit-balance{
    padding-right: 45px;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    
}
.credit-balance span{
    position: relative;
    top: 50px;
}
.credit-balance span .bi{
    position: relative;
    top: 3px;
    color: #4b2f5a !important;
}
.edit-btn{
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    box-shadow: 1px 2px 2px lightgray;
    background: #4b2f5a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.edit-btn:hover{
    color: #fff !important;
    background: #220035;
}

.input-file input[type=file]{
    cursor: pointer;
}

.input-file input[type=file] ~ span{
    color: inherit;
    transition: all 0.3s;
}
.input-file input[type=file]:hover ~ span{
    color: #0d6efd;
}

#exampleModalDate .form-check.active{
    background: #fff;
}
#exampleModalDate .form-check{
    background: #0000000f;
}
.more-complex-section {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* max-width: 90%; */
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.more-complex-section > div:first-child {
    flex: 0 0 50%;
}

.more-complex-section > div:not(:first-child) {
    /* flex: 0 0 25%; */
    text-align: center;

}
.more-complex-section > div:not(:first-child) a{
    font-size: 16px !important;
    color: #0a55c4 !important;
}
.more-complex-section > div {
    padding: 10px;
}
.more-complex-section > div:not(:first-child) p{
    display: flex;
    width: 100%;
    /* justify-content: center; */
    align-items: center;
}
.nav-pills .nav-link{
    cursor: pointer;
}
.inner-card-tab{
    display: inline-block;
      border: 1px solid lightgray;
    padding: 10px;
    border-radius: 3px;
}
.image-title{
    display: flex;
    align-items: center;
    justify-content: center;
  
    }
.inner-card-tab{
    margin-top: 20px;
    cursor: pointer;
}
.inner-card-tab img{
    max-width: 30px;
    margin-right: 10px;
}
.image-title h4{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0d253f;
/*    color: #0a55c4 ;*/
}
.tab-row{
    margin-top: 30px;
}

.image-title .small{
    font-size: .775em !important;
}
.inner-card-tab.active {
    border-color: blue;
}
.inner-card-tab.active .image-title h4{
     color: #0a55c4 ;
}
.tooltip {
 font-size: 12px !important;   
}

/*
----------------------
*/
.col-12 .table  tr:nth-child(even) {
    background-color: #f2f2f2;
}

.sticky-thead thead{
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 9;
}


    @media only screen and (max-width: 600px) {
    .navbar-logo {
      max-width: 80px !important;
      margin-bottom: 40px !important;
    }
    }
/*
------------------------
*/
